@import url("Admin.css"); 
@import url("NewsDetails.css"); 
@import url("NewsList.css"); 

/*------------- General Modifications / Bottom Layouts --------------*/

body{
	background-color:#8A9CB3;
}

#page #header #subMenu {
	background-image:url(../img/title-area.png);
	margin-top:2px;
	padding-top:5px;
	margin-bottom:-4px;
	background-repeat:repeat-x;
}

#footer {
	background-image:url(../img/foot.png);
}

#page_topBorder {
	background-image:url(../img/border-top.png);
}
#page  {
	background-image:url(../img/border-left.png);

}
body #page #header {
	height:110px;
}
body #page #header #logo {
	background-image:url(../img/logo.png);
	height:90px;	
	margin-bottom:-21px;
}
#backToHomePage {
	cursor:pointer;
	height:70px;
}

#center {

}



.menuItem-left {
	background-image:url(../img/normal_l.png);
	width:19px;

}
.menuItem-middle {
	background-image:url(../img/normal_m.png);
	color:gray;
}
.menuItem-right {
	background-image:url(../img/normal_r.png);
	width:19px;
}

.menuItemSelected .menuItem-left {
	background-image:url(../img/select_l.png);
	width:19px;
}
.menuItemSelected .menuItem-middle {
	background-image:url(../img/select_m.png);
	color:white;
}
.menuItemSelected .menuItem-right {
	background-image:url(../img/select_r.png);
	width:19px;
}

#page #header .menuItem-middle *{
	color:#57779E;
}

#page #header .menuItemSelected .menuItem-middle *{
	color:white;
}


body #page #center .portlet .portlet-header, body #page #center #leftColumn #Admin .portlet-header {
	border:1px #8CBEFF solid;
	background-image:url(../img/portlet-header.png);
}

body #page #center .portlet .portlet-content {
	border-left:1px #8CBEFF solid;
	border-right:1px #8CBEFF solid;
	background-image:url(../img/portlet-content.png);
	border-bottom:1px #8CBEFF solid;
	background-repeat:repeat-x;
}

body #page #center .portlet .portlet-footer {
	display:none;
}

.adder{
	border:1px #8CBEFF solid;
	height:20px;
	background-image:url(../img/portlet-header.png);
}
.adder img{
	margin-left:2px;
	margin-right:2px;
	top:2px;
}

.certifications {
	display:none;

}

body #page #center #leftColumn #Menu .portlet-content {
	background-image:none;

}


#page #Search * .search-input, #page #Search * .search-submit, #page #Survey .portlet-content a{

	background-color:white;

}
