body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #E6E6E6;
	
	/*scrollbar-face-color: #ffffff; 
scrollbar-shadow-color: #4da3c7; 
scrollbar-highlight-color: #4da3c7; 
scrollbar-3dlight-color: #ffffff; 
scrollbar-darkshadow-color: #ffffff; 
scrollbar-track-color: #eef8fc; 
scrollbar-arrow-color: #4da3c7; */
}
.bottomGrey3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #338EC9;
	
	background-image: url(../ecode-images/shadeBlue.jpg);
	background-repeat: repeat-x;
}

.bottomGrey2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1C1C1;
	padding-bottom: 15px;
	background-image: url(../ecode-images/shadeBlue.jpg);
	background-repeat: repeat-x;
}
.bottomGrey {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1C1C1;
	
}
.blueBox {
	background-color: #338EC9;
	color: #FFFFFF;
}
.btnLogin {
	font-family: Tahoma, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #348ECA;
	border: 1px solid #348ECA;
}

.greyBox {
	background-color: #E0EEF8;
	border: 1px solid #59A4D5;
}
.heading {
	font-weight: bold;
	color: #0571BC;
	text-transform: uppercase;
}
a {
	color: #0571BC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.white {
	color:#D9E8F9;
	text-decoration: none;
}
.lightGreyTD {
	background-color: #EDEEEF;
	border: 1px solid #CCCCCC;
	list-style-image: url(../ecode-images/bullet.jpg);
	
}
.sideLine {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.lightBlueTD {
	background-color:#FFFFFF;
	border: 1px solid #91C2E3;
	list-style-image: url(../ecode-images/bullet.jpg);

	
}

.lightBlueBtn {
	background-color:#DAEFFE;
	border: 1px solid #91C2E3;
	list-style-image: url(../ecode-images/bullet.jpg);

	
}

.hiredBtn {
	border: 2px solid #FF3300;
	color: #FF3300;
	text-transform: uppercase;
	font-weight: bolder;
	text-decoration: blink;

}
/*.portfolioSel {
	background-image: url(../images/portfolio_select.jpg);
	background-repeat: no-repeat;
}*/
.portfolioHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.portfolioSubHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
}
li {
	list-style-image: url(../ecode-images/bullet.jpg);
	list-style-position: inside;
}
.txtSmall {
	font-size: 11px;
}


.LeftAndRightPadding{
padding-left:15px; 
padding-right:15px;
}.txtWhite {
	color: #FFFFFF;
}
.txtGray {
	color: #666666;
}

