/* blue */
a:link, a:visited{color:#135cae;}
a:hover{color: #0b3768;}
h3, .componentheading, table.moduletable th{color: #135cae;}
/* 
div.module_menu{background: url(../images/blue/mw_box_br.png) 100% 100% no-repeat;}
div.module_menu div{background: url(../images/blue/mw_box_bl.png) 0 100% no-repeat;}
div.module_menu div div{background: url(../images/blue/mw_box_tr.png) 100% 0 no-repeat;}
div.module_menu div div div{background: url(../images/blue/mw_box_tl.png) 0 0 no-repeat;}
*/
/* Globals */
.float_l{float:left;}
.float_r{float:right;}






/* System Standard Messages */
#system-message{text-align:left; padding:0; margin:0 0 10px 0; line-height:normal;}
#system-message dd.message ul{background:#C3D2E5 url(../../system/images/notice-info.png) 4px center no-repeat;margin:0px; padding-left:40px; text-indent:0px;}
/* System Error Messages */
#system-message dd.error ul{color:#c00; background:#E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; border-top:3px solid #DE7A7B; border-bottom:3px solid #DE7A7B; margin:0px; padding-left:40px; text-indent:0px;}
/* System Notice Messages */
#system-message dd.notice ul{color:#c00; background:#EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat; border-top:3px solid #F0DC7E; border-bottom:3px solid #F0DC7E; margin:0px; padding-left:40px; text-indent:0px;}



/* menu main menu */
.menu{margin: 0; padding: 0; height:35px; list-style:none;}
.menu li{
	border-bottom: 1px #EC8F28 Solid; 
	float:left; 
	background:url(../images/menu_sep.gif) right 4px no-repeat; 
	margin:0; padding:0;}
.menu li:last-child{background:transparent}
.menu a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; font-weight:bold;
	float:left; display:block; height:35x; 
	line-height:35px; padding:0 10px;
	color:#135cae; 
	text-decoration:none; 
	margin:0 4px;
	-moz-border-radius:1px 1px 0 0;-khtml-border-radius:1px 1px 0 0;border-radius:1px 1px 0 0;}
.menu a:hover, .active{background-color:#135cae; color: #FFFFFF;}
#mod_loginform .frm_txt a {color:#000;}