/** blue specific bits */

/** header **/
div#header {
	background: #000 url(../images/mb_header_orange1.jpg) 50% 0 no-repeat;
}
/** links **/
a:link, a:visited {
	color: #5678FE;
}
a:hover {
	color: #f30;
}
/** menu stuff **/
#slider {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
a.mainlevel:hover, a.mainlevel#active_menu, td#leftcol ul.submenu a:hover, td#rightcol ul.submenu a:hover, ul.submenu li.active a {
	border-bottom: 2px solid #FFF;
}
/** user block **/
body.left table#mainframe td#left2col {
	background: #D9D9D9 url(../images/mb_ushadow_orange_l.png) 100% 0 repeat-y;
}
body.right table#mainframe td#left2col {
	background: #fff url(../images/mb_ushadow_orange_l.png) 100% 0 repeat-y;
}
body.left table#mainframe td#right2col {
	background: #fff url(../images/mb_ushadow_orange_r.png) 0 0 repeat-y;
}
body.right table#mainframe td#right2col {
	background: #D9D9D9 url(../images/mb_ushadow_orange_r.png) 0 0 repeat-y;
}
table#mainframe td#usercol {
	background: #515151 url(../images/mb_user_orange_bg.png) 0 0 repeat-x;
}
img {
	border:none;
}
/* marius carneala - override styling with blue */

.contentheading {
	color:#5678FE;
}
div#horizmenu {
	background: url(../images/topmenu_bg.png) 0 0 repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EFEFEF;
}

td.contentpaneopen span p {margin-left: 6px;}
td.contentpaneopen a.readon {margin-left: 6px; margin-top: 0;}
td.contentpaneopen br {margin-top:-20px;}