
.font_bold {
	font-weight: bold;
	font-size: 12px;	
}
a {
	color:#096eae;
	text-decoration: none;
}
.Interview_Image 
{
	float: left;
	padding:10px;
}

.Interview_Box 	
{
    float: left;	
	font-size:11px;
	text-align:justify;
	line-height: 18px;
    vertical-align:top;
}

.Aboutinterviewer_Box 	
{
    float: left;
	padding:5px;
	font-size:11px;
	text-align:justify;
	line-height: 18px;
	color:Black;
	vertical-align:bottom;
}


.next{
	float:right;	
	text-align:right;
	line-height: 20px;
	padding-right: 20px;
	border:solid 1px #548eb7;
    width:70px; 
    margin-right:10px;        
}
.previous {
	float: left;
	line-height: 20px;
	padding-left: 20px;
	border:solid 1px #548eb7;
    width:70px; 
    margin-left:10px;   
    text-align:left;
}

.redstar {
	color: #FF0000;
	font-size: 12px;
	
}
.font_orange {
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
	
}



#Interview_Base {
	width: 980px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;	
	padding-bottom:5px;
}

#PageContainer {
	padding: 5px;
	display: block;
}
.Remove_margin {
	margin: 0px;
	padding: 0px;
}
.Float_left {
	float: left;
}
.Float_right {
	float: right;
}

.redbar {
	background-color: #484a59;
	height: 20px;
}
.clear {
	clear: both;
	display: block;
}
.Module_box {
	margin-bottom: 5px;
	vertical-align:top;
    top:0px;
}
.Module_box h2 
{
	margin: 0px;
	height: 22px;
	background-color: #e8e8e8;
	background-image: url(../Site_Data/Images/box_topleftcorner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #0066cc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 8px;
	padding-left: 15px;
}

.Module_box .Module_content 
{
	border-right-width: 1px;	border-left-width: 1px;	border-right-style: solid;	border-left-style: solid;	border-right-color: #e8e8e8;border-left-color: #e8e8e8;	vertical-align:top;	

}
.Module_boxbottom {
	background-image: url(../Site_Data/Images/Box_bottomlineBG.jpg);
	background-repeat: repeat-x;
	clear: both;
	height: 9px;
	display: block;	
}

#Page_mainCol {
	float: left;
	width: 75%;
	margin-right: 5px;
}
#Page_rightCol 
{
    vertical-align:top;
	float:right;
	width: 24%;
	margin: 0px;
	margin-top:0px;
	top:0px;

}


