@charset "utf-8";
/* CSS Document */

body{
	width:926px;
	border:1px solid #dee1e5;
	margin:0px auto;
	color:#2c373c;
	font-size:13px;
	line-height:18px;
	padding:18px;
	font-family:Arial, Helvetica, sans-serif;
}
#left-panel{
	float:left;
	width:197px;
}
#right-panel{
	float:right;
	width:712px;
	text-align:justify;
}
#footer{
	background-color:#f1f1f1;
	border-top:1px solid #cbced2;
	color:#767676;
	font-size:11px;
	padding:4px 20px;
	margin-top:18px;
	text-align:right;
}








.text-bold{
	font-weight:bold;
}

.gray-text{
	color:#828282;
}
.blue-text-bold{
	font-weight:bold;
	color:#26328c
}









a{
color:#e03770;
}
a:hover{
	color:#707a7f;
}
a img{
	border:none;
}

p{
	padding:0px;
	margin:0px;
	padding-bottom:18px;
}
h2{
	color:#26328c;
	font-size:18px;
	padding:0px;
	margin:0px;
	padding-bottom:6px;
	font-weight:normal;
}
h3{
	color:#e03770;
	font-size:14px;
	padding:0px;
	margin:0px;
	padding-bottom:6px;
}
ul{
	padding:0px;
	margin:0px;
	padding-bottom:16px;
}
li{
	padding-bottom:3px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	list-style-type: none;
	padding-left:12px;
	text-align:left
}







.testimonials{
	border:1px solid #dee1e5;
	padding:12px;
	width:171px;
}
.testimonial-strip{
	background-image: url(../images/testimonials-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color:#eeeeee;
	padding:10px 15px 0px 15px;
}

.form-left{
	float:left;
	width:100px;
	font-weight:bold;
}
.form-right{
	float:left;
	width:250px;
}
.box{
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:13px;
	width:245px;
}

.news-img{
	width:206px;
	height:142px;
	float:left;
	
}
.img-border{
	border:1px solid #a3acb3;
	background-repeat: no-repeat;
	background-position: center center;
}
.h-dotted-line{
	background-image: url(../images/h-dotted-line.gif);
	background-repeat: repeat-x;
	background-position: left center;	
}
.status-title{
	background-color:#6f75a5;
	padding:3px 10px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}
.reported{
	float:left;
	 width:112px; 
	 padding-right:10px;
}
.details{
	float:left; 
	width:355px; 
	padding-right:20px;
}
.status{
	float:left; 
	width:112px;
	padding-right:15px;
}
.checked{
	float:left; 
	width:50px;
	text-align:right
}
.white-strip{
	padding:10px 10px;
}
.gray-strip{
	padding:10px 10px;
	background-color:#eeeeee;
}

.css_iframe{
	width:0px;
	height:0px;
	border:0px solid #fff; 
	background:none; 
	padding:0px; 
	margin:0px;
}
.msg_css{
	color:#26328c;
	font-size:14px;
	padding-bottom:6px;
	font-weight:normal;
}	