/* ================================================================ *
     Page header
 * ================================================================ */
/* ---------------------------------- *
     Logo
 * ---------------------------------- */
#logo { padding-left: 0px; min-height: 75px; }
	#logo h1 {
		margin: 0 300px 0 0; padding-top: 6px;
		font-size: 42px; font-variant: small-caps;
	}
	#logo h6 {
		margin: 0 300px 0 0; padding-top: 1px; padding-bottom: 3px;
		font-size: 14px; font-variant: small-caps;
	}
/* ---------------------------------- *
     Main navigation
 * ---------------------------------- */
#main_nav {
	padding: 2px 15px 0 8px; margin: 3px 0 0; height: 18px;
	border: solid #CFD4D8; border-width: 1px 0; background: #c8c8c8;
	font: bold 11px Verdana, sans-serif; white-space: nowrap;
	}
	#main_nav_1st_group { float: left; }
	#main_nav_2nd_group { float: left; }
	#main_nav ul { margin: 0; list-style: none; }
	#main_nav li { display: inline; margin: 0; }
	#main_nav a {
		float: left;
		margin-right: 1px;   /* space between tabs */
		color: #535F62; cursor: pointer; text-decoration: none;
	}
	#main_nav a:hover,
	#main_nav a:active {
		text-decoration: none !important; color: #000000;
	}
	#main_nav a span {
		float: left; display: block; padding: 1px 5px 4px;
	}


/* ---------------------------------- *
     Quick Login, PM Info, Loguot..
 * ---------------------------------- */
#logon {
	position: absolute; top: 10px; right: 30px;
	font-size: 11px; line-height: 160%;
	border: 1px solid #B4B4B4; background: #efefef;
	}
	#logon a:link, #logon a:visited { text-decoration: none; }
	#logon span {
		display: block; padding: 0 1px;
	}
	#name_pwd {                /* Username/Password group */
		float: left; text-align: right; margin: 5px 0 5px 6px;
	}
	#login_button {            /* Submit button and Autologin checkbox group */
		float: left; margin: 4px 6px 0 0;
	}
	#hello_username { font-size: 12px; line-height: 160%; margin: 4px; }
	#name_pwd input { font-size: 11px; width: 80px; }
	#login_button input { font-size: 12px; margin-top: 1px; }
	#logged_in_links, #logged_out_links {
		clear: both; text-align: center;
		margin: 0 6px 2px; padding-top: 1px !important;
		border-top: 1px solid #B4B4B4;
	}
	#register_link { font-weight: bold; }
	.new_pm {
		top: 5px !important;
		background-color: #FFD9B2 !important;
		border: 3px double #CC6600 !important;
	}
	.new_pm #pm_info a:link,
	.new_pm #pm_info a:visited {
		font-size: 11px; font-weight: bold; color: #993300;
	}
	.unread_pm a:link,
	.unread_pm a:visited {
		font-size: 11px; font-weight: bold; color: #993300;
	}
	.new_pm big,
	.unread_pm big { font-size: 14px; }
/* ---------------------------------- * 
Latest News 
* ---------------------------------- */ 
#latest_news { margin-bottom: 8px; } 
#latest_news table { 
border-collapse: collapse; 
} 
#latest_news h3 { padding: 0 0 3px 0; color: #333333; } 
#latest_news td { vertical-align: top; } 
.news_date { 
float: right; padding: 1px 8px 1px; 
white-space: nowrap; font-family: "Courier New",Courier,monospace; 
color: #333333; background: #F2F2F2; border: 1px solid #B4B4B4; 
} 
.news_title { 
padding: 3px 8px 2px; margin-bottom: 2px; 
background: transparent url(../images/hr200_ltr_gradient.jpg) no-repeat left top; 
} 
#latest_news a { text-decoration: none; } 
#latest_news .new a { color: #A52A2A; font-weight: bold; } 
/* ================================================================ * 
Page content 
* ================================================================ */ 
/* ---------------------------------- * 
Sidebar 1 
* ---------------------------------- */ 
#sidebar1 { 
margin-top: -8px; 
} 
#sidebar1 h3 { 
padding: 0 0 4px 0; margin: 8px 0 2px 0; 
color: #333333; text-indent: 0.5em; 
background: transparent url(../images/hr200_ltr_gradient.jpg) no-repeat left bottom; 
} 
#sidebar1 h3 a { color: #333333; } 
#sidebar1 h5 { padding: 2px 4px 5px; } 
#sidebar1 ul { margin: 6px 0 0 10px; } 
#sidebar1 li { margin-bottom: 2px; margin-left: 14px; } 
#sidebar1 a { text-decoration: none; color: #005A88; } 
#user_ratio { padding: 0;} /* User ratio */ 
#user_ratio td { 
padding: 1px 6px 1px 8px ; font-size: 11px; 
} 
#tr_main_cats {} /* Main tracker categories list */ 
#tr_main_cats ul { 
list-style-image: url(../images/arrow1.gif); 
} 
#tr_main_cats li { 
margin-bottom: 3px; margin-left: 11px; font-size: 11px; font-weight: bold; line-height: 110%; 
} 
#net_news {} /* Новости в сети */ 
#net_news a {} 

.topmenu {
background: #d9e9f4; border: solid #CFD4D8; border-width: 1px 0px;
margin: 3px 4px 0; padding: 0 8px;
}
.topmenu a:link, .topmenu a:visited { text-decoration: none; }
.topmenu td { padding: 4px; font-size: 11px; white-space: nowrap; }
.new-pm { background: #FFD9B2; border-color: #CC6600; }
.new-pm-link { color: #993300 !important; font-weight: bold; }
/* ================================================================ *
SMS chat
* ================================================================ */
.chatuser {
float:right;
font-size:12px;
font-weight: bold;
text-decoration: underline;
}

.chattime {
float:left;
font-size:10px;
}

.chattext {
font-size:13px;
word-wrap:break-word;
}
.chatrecord {
background-color: #F0F0F0; 
padding: 0px ;
margin-bottom :3px;
white-space:normal;
border-width: 1px 0px 0px 0px;
border-style: dashed;
word-wrap: break-word;
}
.chatcell {
width: 190px;max-width: 190px; height: 300px;max-height: 300px;background-color: #D0D0D0;white-space:normal;
}
.chatdiv {
overflow: auto; ;height:250px;width:100%; clear: inherit; 
}
.sendbutton {
position: absolute;
padding-left: 5px;
}

div.chatcenter {
    background-position: center;
    background-repeat: no-repeat;
    min-height: 250px;
    min-width: 220px;
    max-width: 220px;
    width: 220px;
    padding: 0px;
    margin: 10px;   
    clear: inherit;
    display: inherit;
}

div.chat_window {
min-height: 600px;
    height: 600px;
    min-width: 220px;
    max-width: 220px;
    width: 220px;
}
div.spacer {
    width: 100%;
    height: 5px;
}
div.chattools {
    width: 100%;
}
.chatinparea {    
    height : 50px;
    width: 90%;

    font-size:11px;
    overflow: none;
}

div.sms_code{
    border: solid 1px #999;
    visibility: hidden ; 
    position: absolute ;
    z-index: 501;
    width: 150px;
    padding: 5px;
    background-color: #fffbd0;
    font-size: 12px ;
    height: 0px;    
}
div.chathelp{
    /*border: solid 1px #999;*/
    visibility: hidden ; 
    /*position: absolute ;*/
    /*z-index: 500;*/
    width: 1px;
    background-color: #fffbd0;
    padding: 5px;
    text-align: center;
    /*overflow: none; */
    max-height: 300px;
    
}
div.chatsmiles{
    /*border: solid 1px #999;*/
    /*visibility: hidden ; */
    /*position: absolute ;*/
    /*z-index: 500;*/
    width: 208px;
    height: 100%;
    /*padding: 5px;*/
    background-color: #fffbd0;
    font-size: 12px ;
}
div.onesmile{
    /*border: solid 1px #999;*/
    width: 100%;
    height: 100%;
    display: inline-table;
    vertical-align: middle;
    
}
.cf4  {
    padding: 9px;
    font: 12px Arial, Helvetica, sans-serif;
    text-align: justify;
    background: url(http://zoneland.ru/forum/smschat/images/bg.jpg) repeat;
    border-right: 1px solid #DFDFDF;
    border-bottom: 4px solid #DFDFDF;
    border-left: 1px solid #DFDFDF;
}
.cf5  {
    border-top: 0px solid #DFDFDF;
    border-right: 0px solid #DFDFDF;
    border-bottom: 0px solid #DFDFDF;
    border-left: 0px solid #DFDFDF;
    background: url(http://zoneland.ru/forum/smschat/images/smhead.png) repeat;
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #1d1d1d;
    text-align: center;
}
/* ---------------------
Gold
------------------------ */
div.goldday{
    width: 40px;
    height: 28px;
    position: absolute;
    top:2px;
    left:2px;
    background: url(/forum/images/logo/goldbar_small.png);
}