/* CSS Document */

@import url("home.css");

#content{
	padding-top:10px;
	width:743px;
}

#loginBox{
	width:175px;
	padding:10px;
	margin:15px;
	float:right;
	background:#EEEEEE;
	border:1px dotted #DDDDDD;
}

#CMEBox{
	padding:8px;
	/*margin:8px;
	float:right;*/
	background:#E7EEF6;
	border:1px dotted #CCCCCC;
}

#loginBox label{
	color:#666666;
	font-weight:bold;
}

#subnav{
	margin-top:4px;
}
#subnav a{
	background:url(images/icon_arrow.gif) left center no-repeat;
	padding:0px 8px 0px 13px;
}
#subnav a.on, #subnav a.on:link, #subnav a.on:visited{
	background:url(images/icon_arrow_down.gif) left center no-repeat;
	color:#933C06;
}
#subnav a:link, #subnav a:visited{
	color:#29588C;
	text-decoration:none;
	font-weight:bold;
}
#subnav a:hover{
	color:#CC3300;
	text-decoration:underline;
}

.boxEven, .boxOdd{
	margin:1px 0px;
	padding:10px;
}
.boxOdd{
	background:#E7EEF6;
}
.boxEven{
	background:#F1F5FA;
}
.hrule{
	border-top:1px dotted #CCCCCC;
}

#footer{
	margin-top:10px;
	border-top:1px dotted #CCCCCC;
}