/* CSS Document */

html {
overflow-y:scroll;/*scrollbar */
}

html {
height:101%;/*scrollbar */
}

#breadcrumb a {
	color: #FFFFFF;
	text-decoration: none;
}
#breadcrumb a:hover {
	color: #EEEEEE;
	text-decoration: underline;
}
span.li_fix li {
	margin-left: 17px;
}



.grey_nounderline{
	text-decoration:none; 
	color:#5C5C5C 
}

/*--------------------FORMS-------------------*/

#search input { 
	width: 125px;

}


/*--------------------no go regions-------------------*/


#nogo {
	border: 1px solid #FF0000;
	width: 100%;
	height :auto;
	background-color: #EEEEEE;
}
.h_nogo {
	background-color:#FF0000;
	border: 3px solid #FF0000;
	border-bottom: none;
	height: 29px;
}
#nogo p {
	padding: 8px 11px 8px 11px;
}

.h_nogo h2{
	color:#FFFFFF;
	font-size:14px;
	
}
.dots2 {
	background: url(/members/images/dots2.gif) repeat-x center;
	width: 100%;
	height: 7px;
	padding: 0px;
}
/*----------------report button */
a.btn_report {
	width: 190px;
	height: 30px;
	display: block;
	background: url(/members/images/btn_report.jpg) no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	border: none;
	padding: 8px 0 0 0;
	outline: none;
}

a.btn_report {
	background: url(/members/images/btn_report.jpg) no-repeat;
	width: 190px;
	float: left;
	
}
/*----------------report box */
#reportbox{
background:#F7F7F7 none repeat scroll 0% 50%;
border:1px solid #D8D6D6;
height:auto;
width:100%;

}

