﻿/************************** Global CSS ************************************/
body {
	background: url('/images/optimiza_white_logo.png') no-repeat center middle;
	background-color:#a1a1a1;
	font-family: arial;
	font-size: 9pt;
	color:#000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.sectorImage{
width:90px; height:62px;
}


.sectorImage a{
width:90px; height:62px;display:block;background: url('/Pictures/PagesImages/transparent.png');
text-decoration:none;
}

.sectorImage a:hover{
background:url('/Pictures/PagesImages/blank.gif');
}

.redTextOnWhite{
	
	font-size:18pt;
	color:#E31C3A;
}
.content{
	padding-left:15px;
	font-family: arial;
	font-size: 9pt;
	color:#000000;
}

.content a{
font-family:arial;
font-size:9pt;
color:#336699;
text-decoration:none;
}

.content a:hover{
text-decoration:underline;
}


.mainTitle{
background: url('/Pictures/PagesImages/title.png') no-repeat left;
padding-top:8px;
padding-left:15px;
height:23px;
font-family: arial;
font-weight:900;
font-size:13px;
border-bottom-style:solid;
border-bottom-width:1px;
border-color:#464646;
border-left-width: 1px; border-right-width: 1px; border-top-width: 1px;
}

.mainTitle a{
font-family:arial;
font-size:9pt;
color:#336699;
text-decoration:none;
}

.mainTitle a:hover{
text-decoration:underline;
}

.mainTitleLong{
background: url('/Pictures/PagesImages/titleLong.png') no-repeat left;
padding-top:8px;
padding-left:15px;
height:23px;
font-family: arial;
font-weight:900;
font-size:13px;
border-bottom-style:solid;
border-bottom-width:1px;
border-color:#464646;
border-left-width: 0px; border-right-width: 0px; border-top-width: 0px;

}

.mainTitleLong a{
font-family:arial;
font-size:9pt;
color:#336699;
text-decoration:none;
}

.mainTitleLong a:hover{
text-decoration:underline;
}


.tdunderlined{
border-bottom-style:solid;
border-bottom-width:1px;
border-color:#a1a1a1;
border-left-width: 1px; border-right-width: 1px; border-top-width: 1px;
}

.tdrightborder{
border-right-style:solid;
border-right-width:1px;
border-color:#a1a1a1;
border-left-width: 1px; border-bottom-width: 1px; border-top-width: 1px;
}

.normalLink{
font-family:arial;
font-size:9pt;
color:#336699;
text-decoration:none;
}

.normalLink:hover{
text-decoration:underline;
}

.headerimage {
	vertical-align: bottom;
	border-style: solid;
	border-width: 0;
	width:200px;
	height:141px;
}

.grayBorderedLink{
width:102px;
height:32px;
}


.linksOnRed a{
	text-align: left;
	font-family: arial;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	color:  #FBCED6 ;
	text-transform:uppercase;
	font-weight:bold;

}
.linksOnRed a:hover{
	color:#FFFFFF;
}
	
.redlinkOnBlack{
	color:#E31C3A;
	font-family: arial;
	font-style: normal;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;

}
.redlinkOnBlack:hover{
color:#CCCCCC;	
}

.whitelinkOnDarkGray{
color:#FFFFFF;
font-family: arial;
	font-style: normal;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
	font-size: 11px;
}
.whitelinkOnDarkGray:hover{
			text-decoration:underline;
}

.whitelink{
color:#FFFFFF;
font-family: arial;
	font-style: normal;
	text-decoration: none;
	font-size: 11px;
}
.whitelink:hover{
text-decoration: underline;
}

.login a{

border: 0px;
text-align: left;
font-family: arial;
font-size: 9px;
font-style: normal;
text-decoration: none;
color:  white ;
text-transform:uppercase;
}
/* success stories list items*/
#ul li{
		padding-top:5px;
}
/************************** Menu CSS ************************************/

.menudiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 130px; /* Width of Menu Items */
border-bottom: 1px solid #000000;
background:#000000;
}

.menudiv ul li{
position: relative;
}

/*Sub level menu items */
.menudiv ul li ul{
position: absolute;
width: 170px; /*sub menu width*/
top: 0;
visibility: hidden;

}

/* Sub level menu links style */
.menudiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #FFFFFF;
text-decoration: none;
background: #000000;
padding: 6px 5px;
border: 1px solid #000000;
border-bottom: 0;
font: bold 10px Trebuchet MS;
}

#ImageGallery img{
width:100px;
height:67px;
}

#ImageGallery td{
width:200px;
height:120px;
vertical-align:top;
}

/*************************************************/
/* Sub level menu links style */
.menudiv ul li ul a{
padding: 5px 5px;
background: #EEEEEE;
border: 1px solid #EEEEEE;
border-bottom: 0;
color:#000000;
font-weight:normal;
}

.menudiv ul li ul li a:visited{
color: #000000;
}


.menudiv ul li ul a:hover{
background-color: #CCCCCC;
color:#E31C3A;
}
/*********************************************/

.menudiv ul li a:visited{
color: #FFFFFF;
}



.menudiv ul li a:hover{
background-color: #000000;
color:#E31C3A;
}

.menudiv .subfolderstyle{
background: url(/Pictures/PagesImages/arrowgray.gif) no-repeat center right;
}


/* Holly Hack for IE \*/
* html .menudiv ul li { float: left; height: 1%; }
* html .menudiv ul li a { height: 1%; }
/* End */