/* include FG styles */
@import url("reset-fonts-grids.css");
@import url("facebox.css");
@import url("feedback.css");
/* @import url("style_fg.css");*/
/*
====     purples    ======
1C0035
3E0075
5B00AE
8300F9
B766FF

====     blues    ======
003691
0058EA
3783FF

======     other 	======

yellow:		ffff00
orange:		ff9900

*/

 

body, html{
		color: #3C6C8A; 
}

body{
background: #FFFFcc;



}


#wrapper{

	
		min-height: 570px;
}


/* STANDARD ELEMENTS */
h1{
	font-size: 153.9%;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

h2{
	font-size: 138.5%;
	margin-top: 10px;
	margin-bottom: 10px;
}


a{
	color:#FBAC29;
	text-decoration:none;
}
a:visited {
	color:#ECA02A;
}
a:hover {
	text-decoration:underline;
}

input{
	
}

/* END STANDARD ELEMENTS */


/* YUI FOUNDATION */

#yui-main{
	min-height: 270px;
	text-align: left;
	color #3C6C8A;
}

.yui-b{
	padding-bottom: 20px;
	margin-right: 20px;
}

.yui-b #body{
	margin-left: 10px;
	padding: 10px;
	background: url('/imgs/semi-white.png') ;
}

.yui-b #side{
	margin-left: 20px;
	
	padding: 10px;
	margin-top: 00px;
	background: url('/imgs/semi-white.png') ;
}

/* END YUI FOUNDATION */



#logo a {
	width: 155px;
	height: 75px;
	background: url(/img/mt_logo.png) no-repeat;
	display: block;
}

.flash{
	margin-bottom: 5px;
	color: red;
}

#hd{

	color: white;
	font-size: 93%;
}
#hd input{
	border: 1px solid #666666;
	padding: 2px;
}

#logoHome{
	float:left;
}

#headerSearch{
	float: right;
	margin-top: 5px;
	margin-right:42px;
}
#userInfo{
	float:right;
	margin-right: 15px;
	margin-top: 10px;
}
 /* FOOTER */
#ft {
	
	padding-top: 0px;
	color: white;
}

#round_corners{
	background:  url('/imgs/bottom_bg_top.png') no-repeat scroll 0;
	padding: 5px 0 0;
	width: 950px;
}

#outer_ft{
	background: url('/imgs/bottom_bg.png') repeat-x;
	margin-bottom: 10px;
}

#inner_ft{
	height: 80px;
	background: transparent url('/imgs/bottom_bg_abstract.png') no-repeat scroll 0 bottom;
}

#footLinks{
	margin-left: 50px;
}

#footLinks a{
	color:white;
	font-size: 123.1%;
	display: block;
}


#cpright{
	text-align: right;
	font-size: 85%;
	color: #555555;
}

/* END FOOTER */


.clear{
	clear:both;
}

.purple{
	color:#8300F9;
}

.yellow{
	color:yellow;
}

.box1top{
	background: transparent url(/img/mt_box1top.png) no-repeat scroll 0 0;
	padding-top:10px;
}
.box1bottom{
	padding: 0 20px 20px 20px;
	background: transparent url(/img/mt_box1bottom.png) no-repeat scroll 0 100%;
}

#registerButton{
	margin-left: 65px;
	margin-bottom: 60px;
}



 .setBookmark {
	color:#cccccc;
	cursor:pointer; 
 }
.setBookmark:hover {
	color:#666666;
}
#bkmrkd{
	color:#ff9900;
}

em{
	color: red;
}


.name a{
	color:#3C6C8A;
}
.name.completed a{
	color:gray;
}

.hidden{
	display:none;
}

.projectBox{
	width: 150px;
	height: 150px;
	float: left;
	border: 1px solid #333333;
	margin-right: 15px;
	margin-bottom: 15px;
	position: relative;
}.projectBox:hover{
	border: 1px solid #FFF;
}

.halfBlack{
	bottom: 0;
	position: absolute;
	background: url(/imgs/halfblack.png) repeat 0 0;
	width: 150px;
}

.halfBlack span{
	padding: 3px;
	display: block;
	color: #FFFFFF;
	text-align: center;
}

/* FORMS */
.formWrapper {
	margin: 20px 0 20px 0;
}
.form label{
	width: 80px;
	display: block;
	position: absolute;
	text-align: left;
}
.form div{
	margin: 0 0 10px 0;
	position: relative;
}
.form input{
	margin-left: 90px;
}

input.mini{
	margin: 0 0 10px 0;
}

.timepunch{
	width: 40px;
}
