@charset "utf-8";
/* CSS Document */

body{
	padding:0px;
	margin:0px;
	background:#bfbfbf;
}

.bd_main{
	margin:0 auto;
	width:960px;
}
.bd_inner{
	width:95%; 
	margin:0 auto;
}

.bd_header{
    background-image:url(../images/bd_header_bg.jpg);
    background-repeat:repeat-x;
    height:140px; 
    background-color:#FFF;
}
.bd_header_left{
	background-image:url(../images/epg-logo.jpg);
	background-repeat:no-repeat;
	width:49%;
	height:130px;
	float:left;
}
.bd_header_right{
	width:49%;
	height:130px;
	float:left;
	
}
.bd_header_icons, .bd_header_prompt{
	text-align:right;
	float:right;
	height:50px;
	width:100%;
	padding-top:10px;
}
.bd_icon_set{
	width:40px;
	height:40px;
	float:right;
}
.bd_prompt_set{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}
.bd_navbar{
	background-color:#0383ce;
	height:40px;
	width:100%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFF;
}
.bd_navbar_set{
	padding:8px;
}
.bd_cols{
	 background-color:#FFF;
	 font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	 font-size:13px;
	 /*height:100vh;*/
	 padding-bottom:20px;
	 overflow:hidden;
	 
}
.bd_left_col{
	 width:24%;
	 /*border-right:1px solid #CCC;*/
	 /*min-height:98.5vh;*/
	 float:left;
	 padding:10px 0px 0px 10px;
	 background-color:#FFF;
 
}
.bd_right_col{
	 background-color:#FFF;
	 width:71%;
	 float:left;
	 /*min-height:98.5vh;*/
	 /*margin-left:10px;*/
	 margin-top:10px;
	 /* clear:right;*/
	 padding:0px 0px 15px 15px;
	 border-left:1px solid #CCC;
 
}
.bd_left_col ul{
	margin-top:0px;
	padding-top:15px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
}
.bd_left_col ul li{
	height:20px;
}
.bd_left_col a{ 
    color:#0383ce;
}
.bd_footer{
	 background-color:#d6d6d6;
	 border-bottom:3px solid #c0c0c0;
	 font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	 font-size:12px;
	 width:100%;
	 height:50px;
	 color:#666;
	 clear:both;
	 margin: 0 auto;
	 width:95%; 
}
.bd_footer_left{
	width:47%;
	float:left;
	height:20px;
	padding:10px;
	text-align:left;
	background-color:#d6d6d6;
}
.bd_footer_left a{
	color:#666;
	text-decoration:none;
}
.bd_footer_left a:hover{
	color:#333;
	text-decoration:underline;
}
.bd_footer_right{
	width:48%;
	float:left;
	height:20px;
	padding:10px;
	text-align:right;
	background-color:#d6d6d6;
}
.person-table{   
	border-collapse:collapse;
}

.person-table-header{
	text-align:center;
	background:none repeat scroll 0 0 #E5E5E5;
	border-bottom:1px solid #BBBBBB;
	padding:16px;
}

.person-table-odd-row{
	text-align:center;
	background:none repeat scroll 0 0 #FFFFFFF;
	border-top:1px solid #BBBBBB;
}

.person-table-even-row{
	text-align:center;
	background:none repeat scroll 0 0 #F9F9F9;
	border-top:1px solid #BBBBBB;
}
