* {
margin: 0;
padding: 0;
}

html {
overflow: -moz-scrollbars-vertical;
}

body {
/*background-image: url(img/bg_Background.jpg);*/
background-repeat: repeat-y;
background-position: top center;
text-align: center;
font-family: arial;
}


div.error{
	background-color:red;
	color:#FFFFFF;
}

div.success{
	background-color: #00CC00;
	color:#FFFFFF;
}


.clear{
	clear:both;
}

#content {
	margin-left:10px;
	padding-top:20px;
}

img {
border: 0px;
}

a {
color: red;
text-decoration: none;
}

a:hover {
color: #8F0000;
text-decoration: none;
}

#temp_Wrapper {
width: 85%;
text-align: center;
margin-left: auto;
margin-right: auto;
}

#temp_Header {
width: 100%;
height: 98px;
border-bottom: 1px solid #ececec;
}

form.signup {
padding: 20px;
border: 1px solid #ececec;	
}

form.signup input {
	font-size: 16px;
	margin: 2px;

}



.headerImage {
display: block;
float: left;
margin-left: 22px;
margin-top: 13px;
}

.loginContainer {
float: right;
margin-right: 19px;
width: 355px;
height: 36px;
background-image: url(img/bg_TR_Login.jpg);
background-repeat: no-repeat;
}

#temp_Container {
margin-left: 20px;
margin-right: 20px;
}

#temp_InnerBackground_Top {
width: 90%;
height: 18px;
/*background-image: url(img/bg_Inner_Background_Top.jpg);*/
background-repeat: no-repeat;
}

#temp_InnerBackground_Middle {
width: 90%;
height: auto;
/*background-image: url(img/bg_Inner_Background_Middle.jpg);*/
background-repeat: repeat-y;
text-align: left;
}

#temp_InnerBackground_Bottom {
width: 90%;
height: 19px;
background-image: url(img/bg_Inner_Background_Bottom.jpg);
background-repeat: no-repeat;
margin-bottom: 10px;
}

#viewerOuter {
background: #f5f5f5;
margin-left: 20px;
padding-bottom: 20px;
}

#viewer_Top {
height: 16px;
}

#viewer_Middle, #viewer_Bottom {
clear: both;
}

#search_form{
	
	float:right;
	margin-bottom: 20px;
	margin-right: 20px;
	
}
.rate_Number {
padding-bottom: 8px;
padding-right: 1px;
text-align: center;
}

.rate_Number a {
color: #fff;
font-weight: bold;
font-size: 18px;
text-decoration: none;
}

.rate_Number a:hover {
color: #EF7777;
}

.lText {
font-size: 12px;
color: #8F0000;
}

.lInput input {
font-size: 12px;
color: #333;
border: 1px solid #CFCFCF;
width: 80px;
}

a.topLink {
font-size: 14px;
color: red;
font-weight: bold;
text-decoration: none;
}

a.topLink:hover {
color: #920001;
}

.frmClass input {
color: #333;
border: 1px solid #CFCFCF;
}

.frmClass tr {
height: 25px;
}

tr.trHeader td {
font-weight: bold;
color: red;
height: 30px;
}

a.profile_Child_Link {
text-decoration: none;
font-size: 12px;
color: #920001;
}

a.profile_Child_Link:hover {
color: red;
}

div.user_list_box{
	float:left;
	width: 100px;
	height: 140px;
	margin-right: 20px;
	margin-bottom: 20px;
	font-size: 12px;
}	

#profile_pic {
	position: relative;
	max-width: 300px;
	float: left;	
}


#change_profile_pic{
	position:absolute;
	display: none;
	top: 0px;
	right: 0px;
	z-index:1;
	
}

div.approve_control {
	margin-top: 30px;
	float: right;
}



/*------Popup------*/


.pop_up_container {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:8px;
-moz-border-radius-bottomright:8px;
-moz-border-radius-topleft:8px;
-moz-border-radius-topright:8px;
background:rgba(82, 82, 82, 0.7) none repeat scroll 0 0;
display: none;
padding:10px;
position: absolute;
	top: 200px;
	left: 35%;
	
}

.pop_up_content {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;
border-color:#555555;
border-style:solid;
border-width:0 1px 1px;
padding: 20px;
width: 300px;
height: 150px;
}

#edit_profile_content{
	display: none;
}


#cancel{
	float: left;
}
#send{
	float: right;
	margin-right: 120px;
}

/*Home pag3*/

/**show case view guy_view girl_view **/
#top_girls{
	float:left;
	width:100px;
}

div#profile_editor{
	
	border:solid;
	border-color: #555555;
	border-width: thin;
	padding: 10px;
	margin: 10px;
	display: none;
}

#rater_form{
	letter-spacing:2px;
}


#headline_profile_pic{
	max-width: 480px;
	float:left;

}

#main_content{
	float: left;
	margin-left: 60px;
	
}

#center_content{
	position:absolute;
	left: 25%;
}

#profile_box{
	float: left;
	margin-left: 70px;
	margin-top: 30px;
	max-width: 350px;
}
	#ratings_box{
		width: 70px;
		padding: 5px;
		text-align:center;
		border:1px solid #4F4F4F;
}

	#ratings_box h2{
		color:red;
	}

#browse{
	
	max-width: 800px;
}

#my_girls {

}

div.girl_box{
	border-bottom: 1px solid black;
}

