@charset "utf-8";
/* CSS Document */

/*Content tittles*/

h1{
	color:#0096cf;
}

div#contentContainer a{
	color:#2d4679 !important;
}

div#contentContainer a:hover{
	color:#0096cf !important;
}

div.csc-header h2 {
	color:#0096cf;
}

div#contentContainer ul {
	list-style-image:url(../img/bullets_blue.gif);
}

/*Blue Layout Styles*/
.DarkColor {
	background-color: #2a2a50;
}
.MediumColor {
	background-color: #2d4679;
}
.LightColor {
	background-color: #0096cf;
}

.headerRoundCorner {
	background: #2d4679 url(../img/headerRoundCorner.gif) top right no-repeat;
}

/*Main Navigation Start*/

.mainNavBorder {
	border-bottom: 0.1em solid #0096cf;
	border-right: 0.1em solid #0096cf;
}


div#mainNavigation ul li a {
	color: #cecdce;
	background: url(../img/blueMenuBorder.gif) right bottom no-repeat;
}

div#mainNavigation ul li a:hover {
	color:#FFFFFF;
	background:none;
	background-color:#0096cf;
}

div#mainNavigation ul li a.mainNavigationAct {
	color:#FFFFFF !important;
	background:none;
	background-color:#0096cf;
}

/*Main Navigation End*/

/*Lang Menu*/

#langMenu a{
	text-decoration:none;
	color:#CCCCCC;
}
#langMenu a:hover{
	color:#0096cf;
}
#langMenu a.active{
	color:#0096cf;
}

#langMenu span.CUR a{
	color: #0096cf;
}

#langMenu span.INACT {
	color: #CCCCCC;
}

/*Left Page tittle*/
#leftPageTitle h2 {
	color: #0096cf;
}

/* Left NAvigation*/
#leftNavi a:hover, #leftNavi a.leftNaviActive {
	color: #0096cf;
}



/*footer*/
#siteFooter div#fotterBar {
	background: #0096cf url(../img/footerRoundCorner.gif) no-repeat bottom right;
}



/*Imap*/

div.wrapper_imap_content {
	border-bottom:none;
}

p.lineHR {
	border-bottom: #0096cf 1px solid;
}