body {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
}

img {
	border: 0;
}

form {
	margin: 0;
}

a {
	color: #005bd9;
}
a:hover {
	text-decoration: none;
}

hr { height: 1px; border: 0; background: #ccc; color: #ccc; }

.grey {
	color: #999999;
}

/* Global Elements
----------------------------------------------- */

#container {
	width: 768px;
	margin: 0 auto;
}
.border {
	border: 1px solid #64a9f1;
}
.highlight {
	color:#FF0000;
	font-weight: bold;
}

.thumbs {
	border:1px solid #6EAEF2;
}
/* SMS Box Elements
----------------------------------------------- */

.smstable1 {
	/*width: 768px;*/
	background: #FFFFFF;/*transparent url(../../images/sms_bg.gif) no-repeat;*/
	/*height: 207px;*/
}

.smstable {
	padding-top: 10px;
	/*height: 170px;*/
}

.smstable form, .smstable1 form {
	text-align: left;
	*padding-top: 12px;
}

.card { padding: 10px; }

.sms_text1 {
	font-size: 32px;
}
.sms_text2 {
	font-size: 26px;
}
.sms_footer {
	color: #fff;
	font-size: 10px;
}
.sms_footer a {
	color: #fff;
}
.sms_button {
	margin-top: 15px;
}
.sms_buttonitself {
/*	background: #fc3599;*/
	background-color:#FF0000;
	border-bottom: 1px solid #993300;
	font-size: 18px;
	padding: 5px 20px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}


/*     CC Box elemts */

.cc_title {
	color: #000; font-size: 30px; 
}

.cc_title_2 {
	color: #000; font-size: 24px; margin-bottom: 3px; line-height: 1.3em;
}


/* Main Elements
----------------------------------------------- */

.header_main {
	margin: 20px 0 3px 0;
	font-size: 215%;
	color: #000000;
}
.header_text {
	margin-bottom: 15px;
	font-size: 119%;
}
.description hr {
	margin: 2px 0 10px;
}
.description h1 {
	margin-bottom: 0;
}
.description .header_main {
	display: none;
}
.description .header_text {
	display: none;
}
.description .title {
	color: #005BD9;
}
#online {
	margin-top: 30px;
}
.onlinegirl {
	width: 20%;
	padding: 0 0 20px 9px;
}

.camara {
	vertical-align: top;
	width: 182px;
	padding-bottom: 10px;
}

.profile {
	font-size: 85%;
	padding-top: 1px;
	width: 142px;
	height: 19px;
    font-size: 11px;
	color: #989899;
	/*background: url(../../images/profile.gif) no-repeat;*/
}

.onlinegirl a {
	text-decoration: none;
}

.girl_info {
	font-size: 11px;
	color: #989899;
}
.girl_info a, a .girl_info {
	font-size: 11px;
	color: #989899;
	text-decoration: none;
}

.girl_name {
	padding: 3px 0 1px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #005bd9;
}
a .girl_name {
	text-decoration: none;
}
.girl_name a {
	text-decoration: none;
}

.close {
	padding-top: 20px;
	font-size: 110%;
	font-weight: bold;
	color:#005BD9;
}
.close a {
	color:#005BD9;
}
.closes {
	padding-top: 8px;
	text-align: center;
}

.color_add{
	color:#005BD9;
}
/* Footer
----------------------------------------------- */

#footer {
	padding-top: 30px;
	font-size: 11px;
	color: #999999;
	text-align: center;
}
#footer a  {
	color: #999999;
}
.footer {

	padding: 0.5em;
}

.leightbox {
	text-align: center;
	color: #000;
	width: 550px;
	border: 3px solid #113F95;
	background: #FFFFFF; /*#A8B9D8 url(../../images/light_bg.gif) repeat-x;*/
	z-index:1001;
	overflow: auto;	
}

.leightbox_cc {
	text-align: center;
	color: #000;
	width: 560px;
	border: 3px solid #FFF;
	background: #a3d5f7 url(../../images/light_bg.gif) repeat-x;
	z-index:1001;
	overflow: auto;	
}

.big {
	font-size: 200%;
	text-align: left;
	padding-bottom: 5px;
}

.sms_text1 {
	font-size: 26px;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#000;
	-moz-opacity: 0.60;
	opacity:.60;
	filter: alpha(opacity=60);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }
#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }

.link{
	cursor: pointer;
	cursor: hand;
}

.sections {
	margin-bottom: 15px;
}

.sections ul {
	display: inline;
	margin: 0;
	padding: 0;	
}

.sections li {
	display: inline;
	padding: 5px 12px 5px 14px;
	font-size: 110%;
	*margin-left: 5px;
	background: #D9E1EE;
	color: #000;
}

.sections li a {
	color: #000;
}

.sections .active {
	background: #ccc;
}

.sections li a:hover {
	color: #005BD9;
}

.lbOn a:hover  {
	text-decoration: none;
}

.onlinegirl a {
	text-decoration: none;
}
.username {
	font-size: 16px;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

html, body {
min-height: 100%;
height: auto !important;
height: 100%
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

/*#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
}

#TB_window img {
	display:block;
	margin: 5px 0 0 15px;
	/* border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;*/
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	height:1px;
}

#TB_ajaxContent{
	clear:both;
	/*padding:2px 15px 15px 15px;*/
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}


.pagination {
	margin-top: 5px;
	padding-top: 5px;
	text-align: center;
}

.pagination ul  {
	margin: 0;
	padding: 0;
}
.pagination li {
	line-height: 1.9em;
	list-style: none;
	display: inline;
}
.pagination a {
	padding: 4px 8px;
	border: 1px solid #ccc;
	text-decoration: none;
}
.pagination .active {
	margin: 1px 0;
	*margin: 1px 4px 1px 0;
	padding: 4px 8px;
	*padding-right: 4px;
	border: 1px solid #FF0000;
	background: #FF0000;
	color: #fff;
}

.pagination .more {
	margin: 1px 0;
	*margin: 1px 4px 1px 0;
	padding: 4px 8px;
	*padding-right: 4px;
	border: 1px solid #ccc;
	text-decoration: none;
}

.pagination a:hover {
	color: #FF0000;
}
.active_in a:hover {
	color: #FFFFFF;
}

/** --------- login . html ------- **/

.msg_err{
	background-color:#D9E1EE;
}