body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #ffffff;
}
a {
	color: #0000cc;
	/*text-decoration: none;*/
}
a:hover {
	/*text-decoration: underline;*/
	color: #0000cc;
}

div.errorMsg {
	background-color: #fff9dd; 
	padding: 5px; 
	color: #CC0000; 
	border: 1px solid #ffea86;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.msg {
	background-color: #F0FFF0; 
	padding: 5px; 
	color: #008000; 
	border: 1px solid #008000;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.infoMsg {
	background-color: #E6E6FA; 
	padding: 5px; 
	color: #191970; 
	border: 1px solid #4682B4;
	margin-top: 10px;
	margin-bottom: 10px;
}

table.cStyle {
	width: 800px;
	border: 0px solid #000;
	border-spacing: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 3px;
	margin-top: 20px;
}

table.contentBox {
	width:100%; 
	font-size: 13px; 
	background-color:#f3f9fe; 
	border: 1px solid #a5b9ce; 
	padding: 5px;
}
table.contentBox td {
	padding: 5px;
}

div.contentBox {
	font-size: 13px; 
	background-color:#f3f9fe; 
	border: 1px solid #a5b9ce; 
	padding: 5px;
}

table.loginBox {
	width:100%; 
	font-size: 13px; 
	background-color:#eeeeee; 
	border: 1px solid #CCCCCC; 
	padding: 5px;
}
table.loginBox td {
	padding: 5px;
}

.productBox {
	width:100%; 
	font-size: 13px; 
	background-color:#f3f9fe; 
	border-top: 1px dashed #a5b9ce; 
	border-bottom: 1px dashed #a5b9ce;
	border-left: 0px none #a5b9ce;
	border-right: 0px none #a5b9ce;
	padding: 5px;
}

table.default {
	font-size: 13px;
}

div.headline {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}

div.topPanel {
	padding: 5px;
	border-bottom: 1px solid #CCC;
}

div.pathPanel {
	border-bottom: 1px solid #CCC; 
	font-size: 12px;
	padding: 3px;
	margin-bottom: 15px;
}

form.searchForm {
	padding: 5px;
}

.searchContainer {
	position: relative;
	height: 50px;
	width:100%;
	margin:0px;
}
.left-element {
	position: absolute;
	left: 0;
	width: 398px;
}
.right-element {
	position: absolute;
	right: 0;
	width: 100px;
	text-align: right;
}

.edSearch {
	width: 100%;
}

.searchBtn {
	width: 100%;
}

.searchText {
	color: #666;
	padding-bottom: 3px;
}

div.searchTitle {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
}

table.searchListing {
	width: 550px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 3px;
}

div.searchListingPanel {
	background-color: #eef3f6;
	border-top: 1px solid #afbdc6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 4px;
	margin-bottom: 5px;
}

div.searchListingBottom {
	border-top: 1px solid #afbdc6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 3px;
	margin-top: 5px;
	
}

a.searchListingBottom {
	color: #000000;
}

td.searchResult {
	height: 25px;
}

div.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-top:10px;
}
div.subTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 0px;
	padding-left: 0px;
}

div.title2 {
	font-size:18px; 
	padding-left: 10px; 
	padding-top: 10px; 
	margin-bottom:0px;
}

div.title3 {
	font-size:18px;
	margin-bottom:0px;
}

div.bigTitle {
	font-size:24px;
	font-weight: bold;
	margin-top:10px;
}

div.adTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 3px;
}
div.adSubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 0px;
	padding-left: 3px;
}
div.adSubTitle_deprecated {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-bottom: 1px solid #CCC;
	background-color: #e0e4e8;
	background-image: url('../images/companySubTitleBg.png');
}
div.adTitleCompany {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;

	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 3px;
}
.compTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}
.compAboutTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

div.adProperty {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 4px;
	padding-bottom: 15px;
}

.adText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 4px;
}

div.panel {
	padding:4px; 
	font-size: 13px;
	color: #999;
}

div.adPanel {
	background-color: #eef3f6;
	border-top: 1px solid #afbdc6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 4px;
	color: #152862;
}

div.memberPanel {
	background-color: #eef3f6;
	border-top: 1px solid #afbdc6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 4px;
	color: #152862;
}

div.cvPanel {
	margin: 0px;
	background-color: #eef3f6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 4px;
	color: #152862;
}

div.extendPanel {
	margin: 0px;
	background-color: #FFF;
	border-bottom: 1px solid #afbdc6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 4px;
	color: #999;
}
div.extendPanel a {
	color: #0000cc;
	text-decoration: none;
}
div.extendPanel a:hover {
	text-decoration: underline;
	color: #0000cc;
}

div.bottomPanel {
	padding:4px; 
	font-size: 13px;
	margin-top:10px; 
	border-top:1px solid #afbdc6;
	color: #999;
}

div.adListingBottom {
	border-top: 1px solid #afbdc6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 3px;
	margin-top: 5px;	
}

table.adListing {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0px;
}

div.companyPanel {
	background-color: #d5ddf3;
	border-top: 1px solid #59679f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 4px;
	color: #152862;
}

div.employerListingTop {
	background-color: #9ACD32;
	border-top: 1px solid #006400;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 3px;
	width: 100%;
	margin-bottom: 5px;
}

.tabContainer {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;

	margin: 2px 0px 0px 0px;
	padding: 3px 3px 3px 10px;
	border-bottom: 1px solid #9fb0d0;
	width: 800px;
}

.tab {
	padding: 3px 10px;
	margin-left: -1px;
	border: 1px solid #9fb0d0;
	background-color: #f9f6e4;
	color: #000000;
}

.tab:hover {
	text-decoration: none;
	color: #000000;
	background-color: #e5ecf9;
	border-top: 1px solid #9fb0d0;
	border-right: 1px solid #9fb0d0;
	border-left: 1px solid #9fb0d0;
}

.tabSelected {
	padding: 4px 10px 4px 10px;
	margin-left: -1px;
	border-top: 1px solid #9fb0d0;
	border-left: 1px solid #9fb0d0;
	border-right: 1px solid #9fb0d0;
	background-color: #FFFFFF;
	color: #000000;
}
