/* Those are the default page properties */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #18365f;
	font-family: Times New Roman, Times, serif;
	font-size: 0.9em;
	color: #666666;
	text-align: left;
	vertical-align: top;
	font-style: normal;
}

/* This is for the text on the white page */
.bodyregular {
	font-family: Times New Roman, Times, serif;
	font-size: 0.8em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
}

/* Those are the default hyperlinks parameters */
a:link {color: #000000; text-decoration: none }
a:visited {color: #000000; text-decoration: none; }
a:active {color: #ff0000; text-decoration: underline; }
a:hover {color: #ff0000; text-decoration: underline; }

/* This defines the right panel table cell style*/
td.PanelRight {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.8em;
	font-weight: light;
	padding:15px 15px 15px 15px;
	}
/* However, the above only defines the regular text, so now we need to define the equivalent hyperlinks style*/
td.PanelRight a:link {
	color: #FFFFFF;
	font-size: 1em;
	text-decoration: none;
	}
	td.PanelRight a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	td.PanelRight a:hover {
	color: #ccff66;
	text-decoration: underline;
	}
	
/* side panel hyperlinks */
a.panelnav:link {
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
}
a.panelnav:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
}
a.panelnav:active {
	color: #ff0000;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
}
a.panelnav:hover {
	color: #ff0000;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
}

.photolegend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999933;
}
.alertmessage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #993300;
}
.clientloungelegend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #669999;
}
.candidateszonelegend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999933;
}
.consultants_fulllist_name {
	font-family: "Times New Roman", "Times", "serif";
	font-size: 18px;
	color: #6699ff;
}
.consultants_fulllist_position {
	font-family: "Times New Roman", "Times", "serif";
	font-size: 14px;
	color: #999999;
}
.consultants_individuals_name {
	font-family: "Times New Roman", "Times", "serif";
	font-size: 24px;
	color: #6699ff;
}
.consultants_individuals_position {
	font-family: "Times New Roman", "Times", "serif";
	font-size: 16px;
	color: #6699ff;
}

.tempheaders {
	font-family: "Times New Roman", "Times", "serif";
	font-size: 21px;
	color: #135ea3;
	font-weight: normal;
}
.subheader {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #6699FF;
	font-weight: normal;
}
.tablebody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.panel_bodyRegular {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
}
.panel_Title {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 50px;
	margin-top: 50px;
	font-style: normal;
	text-transform: uppercase;
}
.panel_bodyItalic {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	font-style: italic;
	font-weight: normal;
}

