html{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background:url('/img/first/bg.png') top left repeat-x #1f2632;
}

body{
	width:100%;
	min-width:990px;
	min-height:100%;
	height:auto !important;
	height:100%;
	position:relative;
	margin:0;
	padding:0;
	font-size:14px;
	font-family:'Trebuchet MS',Tahoma,Helvetica,Arial;
	color:#dfdfdf;
}

h1, h3{
	color:#fdbb06;
	margin:0 0 10px;
}

h2{
	font-variant:small-caps;
	color:#fdbb06;
	font-size:18px;
	margin:0 0 15px;
}

iframe, a img{
	border:0;
}

p, form, select, object{
	margin:0;
	padding:0;
}

a{
	text-decoration:underline;
	color:#dfdfdf;
}

a:hover{
	text-decoration:none;
}

.nick a{
	text-decoration:none !important;
}

td{
	vertical-align:top;
}

hr, .separator{
	margin:5px auto;
	border-style:dashed none none;
	border-width:1px 0 0;
	border-color:#323c51;
}

.db{display:block}
.dn{display:none}
.fl{float:left}
.fr{float:right}
.cb{clear:both}
.cl{clear:left}
.cr{clear:right;}
.red{color:#ff0000 !important}
.green{color:#00ff00 !important}
.white{color:#ffffff !important}
.gray{color:#76787d !important}
.al{text-align:left}
.ac{text-align:center}
.ar{text-align:right}
.aj{text-align:justify}
.dh {background-color:#323c51;}
.dd {background-color:#1a202b;}
.dl {background-color:#1f2532;}
.inline_block{
	display:-moz-inline-stack;
	display:inline-block;
	*zoom:1;
	*display:inline;
}

.rounded{
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-khtml-border-radius: 8px;
}

.list{border-collapse:collapse}
.list td{border:1px solid #262e3e}

.action, .action:link{
	background:#28364d;
	padding:1px 5px;
	font-weight:normal;
	color:#fff;
	text-decoration:none;
	color:#eee;
	cursor:pointer;
}

.action:hover{
	background:#324461;
	color:#fff
}

.ra{
	margin:0 8px 0 0;
}

.la{
	margin:0 0 0 8px;
}

.underline, .underline:link{
	text-decoration:underline !important;
}

.underline:hover{
	text-decoration:none;
}

/* Interface */

input[type="checkbox"]{
	border:1px solid #333d53;
	background:#242c3b;
	color:#b1c3d7;
	cursor:pointer;
	margin:0;
/* 	padding:0px; */
}

input{
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius: 3px;
	-khtml-border-radius: 3px;
}

.text, textarea{
	width:80%;
	height:20px;
	border:1px solid #333d53;
	background:#242c3b;
	color:#b1c3d7;
	padding:2px;
	font-size:14px;
}

.text:hover, textarea:hover, .select:hover, .text:focus, textarea:focus{
	border:1px solid #536386;
	color:#fff;
}

.textarea{
	width:80%;
	height:250px;
	padding:2px;
	font-size:14px;
}

.textarea_small{
	width:80%;
	height:100px;
	padding:2px;
	font-size:14px;
}

.textarea_medium{
	width:100%;
	height:200px;
}

.textarea_large{
	width:98%;
	height:400px;
}

.select{
	width:80%;
	height:22px;
	border:1px solid #333d53;
	background:#242c3b;
	margin:0;
	color:#fff;
	padding:2px;
	font-size:14px;
}

.select option{padding:3px;}

.notify{
	margin:5px 0;
	padding:8px 8px 8px 35px;
	border:1px solid #13171f;
	background:url('/img/icons/messagebox_warning.png') 5px 4px no-repeat #1a2331;
	font-size:13px;
	min-height:19px;
}

.button{
	font-family:Verdana;
	cursor:pointer;
	color:#ffffff;
	font-size:13px;
	background:url('/img/second/button.png') top left no-repeat;
	font-weight:bold;
	height:25px;
	width:130px;
	border:none;
}

.button:hover{
	background:url('/img/second/button_hover.png') top left no-repeat;
}

/* /Interface */

div.users a, span.link{text-decoration:none;}
div.users a:hover, span.link:hover{
	text-decoration:underline;
	color:#fdbb06;
	cursor:pointer;
}

img.link{cursor:pointer}

.textlink, .textlink:link{
	text-decoration:underline;
	cursor:pointer;
	white-space:nowrap
}

.textlink:hover{
	text-decoration:none
}

/* Header */

#navigation_wrap{
	padding:15px 0 0;
}

#navigation{
	padding:5px 5px 0;
	color:#dfdfdf;
	height:24px;
	background:url('/img/first/navigation.png') top left repeat-x;
}

#navigation a, #navigation a:link{
	margin:0 15px 0 5px;
	padding:4px 5px 5px 24px;
	font-size:13px;
	text-decoration:none;
	color:#dfdfdf;
	position:relative;
	background-repeat:no-repeat;
	background-position:4px 5px;
}

#navigation a:hover{
	border:0;
	background-color:#374459;
}

.sidebar{
	width:24%;
}

.sidebar, .body{
	background:url('/img/first/body_bg.png') top left repeat-x;
}

#wave_left{
	position:absolute;
	width:33px;
	height:231px;
	top:120px;
	left:0;
	background:url('/img/first/wave_left.png') top left no-repeat;
}

#wave_right{
	position:absolute;
	width:72px;
	height:258px;
	top:70px;
	right:0;
	background:url('/img/first/wave_right.png') top left no-repeat;
}

#header{
	height:300px;
	overflow:hidden;
}

#logo{
	position:absolute;
	top:70px;
	left:50px;
	z-index:2;
}

#adv{
	position:absolute;
	top:63px;
	left:44%;
	width:468px;
	height:60px;
}

#people{
	position:absolute;
	top:155px;
	left:50%;
	margin:0 0 0 -107px;
	z-index:2;
}

#online_count{
	position:absolute;
	top:213px;
	left:80px;
	font-size:15px;
/* 	 */
}

#menu{
	position:absolute;
	z-index:2;
	top:253px;
	left:55px;
}

#menu a, #menu a:link{
	display:block;
	padding:0 0 0 25px;
	margin:3px 0;
	color:#ffffff;
	font-size:19px;
	font-variant:small-caps;
	text-decoration:none;
	font-weight:bold;
}

#menu a:hover {
	background:url('/img/first/hand.png') top left no-repeat;
	color:#fdbb06;
	text-decoration:none;
}

#form{
	position:absolute;
	top:150px;
	left:63%;
	width:30%;
	font-size:15px;
	line-height:20px;
	text-align:left;
}

.auth td{
	text-align:left;
	vertical-align:middle
}
.auth td:first-child{
	width:1%;
	text-align:right;
}

.auth input[type="text"], .auth input[type="password"], .auth input[type="email"]{width:99%;}

#mc{
	height:115px;
	background:url('/img/first/mc.png') top right;
}

#mcbg{
	height:115px;
	background:url('/img/first/mcbg2.png') top right no-repeat;
}

#hello_left{
	width:5px;
	background:url('/img/first/cbc1.png') center right no-repeat;
}

#hello_right{
	width:5px;
	background:url('/img/first/cbc3.png') center left no-repeat;
}

#hello{
	height:329px;
	padding:0 10px;
	vertical-align:middle;
	text-align:center;
	background:url('/img/first/cbc2.png') center left repeat-x;
}

#hello .content{
	margin:10px;
}

.phLeft {
	width:100%;
	text-align:right;
	margin:10px 0px 0px;
}

.phRight {
	width:100%;
	text-align:left;
	margin:10px 0px 0px;
}


/*  */

.dialog {
	position:relative;
	margin:0px auto;
	min-width:8em;
	max-width:760px;
	color:#fff;
	z-index:1;
	margin-left:20px;
	margin-bottom:10px;
}

.dialog .content,.dialog .t,.dialog .b,.dialog .b div {
	background:transparent url('/img/first/place.png') no-repeat top right;
}

.dialog .content {
	position:relative;
	font-size:13px;
	font-family:Tahoma;
	padding:20px 20px 0px 0px;
}

.content p{
	margin:0;
	padding:0;
}

.dialog .t {
	position:absolute;
	left:0px;
	top:0px;
	width:20px;
	margin-left:-20px;
	height:100%;
	background-position:top left;
}

.dialog .b {
	position:relative;
	width:100%;
}

.dialog .b,.dialog .b div {
	height:20px;
	font-size:1px;
}

.dialog .b {
	background-position:bottom right;
}

.dialog .b div {
	position:relative;
	width:20px;
	margin-left:-20px;
	background-position:bottom left;
}

.dialog ul{
	margin:10px 0 10px 5px;
	padding:0;
}

.dialog li {
	margin:0 0 0 10px;
	padding:0;
}

/*  */


#footer{
	width:100%;
	height:29px;
	background:url('/img/first/footer_bg2.png') top right no-repeat #000;
}

#footerContent{
	background:#000;
	text-align:center;
	font-size:12px;
	padding:5px 0;
}

.row{
	padding:7px 0;
	overflow:auto
}

.row:first-child{
	padding-top:0 !important;
}

.row:last-child{
	padding-bottom:0 !important;
}

.header{
	color:#fdbb06;
}

a.header, a.header:link{
	color:#fdbb06;
	text-decoration:underline !important;
}

a.header:hover{
	text-decoration:none !important;
}

.stitle{
	color:#0655f3
}

.control, .control a, .control a:link{
	font-size:11px;
	font-style:italic;
	color:#76787d;
	text-align:right
}

blockquote{
	border-left:2px solid #45536F;
	margin:5px 0 0px;
	padding:1px 3px 3px;
	font-size:11px;
}

.time{
/* 	font-size:11px; */
	color:#76787d !important
}

.small{
	font-size:11px;
}

.w{
	display:-moz-inline-stack;
	display:inline-block;
	*zoom:1;
	*display:inline;
	width:107px;
	height:100px;
	text-align:center;
	overflow:hidden;
	margin:0 2px;
	background:#1a2537;
	border:1px solid #1a3569
}

.w div{
	display:table-cell;
	vertical-align:middle;
	height:100px;
}

.w:hover{
	border:1px solid #344E76;
	background:#1f2d43;
	cursor:pointer;
}

.w img{
	display:block;
	margin:3px auto 2px;
	padding:0 0 5px;
}

.w .nick{
	display:block;
	width:107px;
	overflow:hidden;
	height:22px;
	line-height:20px;
	white-space:nowrap
}

/* jqtools */

.tooltip {
	border:1px solid #3A455E;
	background:#2F3A4E;
	color:#fff;
	padding:8px 10px;
	width:200px;
	display:none;
	text-align:left;
	font-size:12px;
	z-index:10000;
}

.overlay{
	background:#1f2632;
	display:none;
	min-width:400px;
	padding:25px;
	text-align:center;
	width:400px;
	position:absolute;
	z-index:100
}

.overlay .close {
	background-image:url('/img/overlay/close.png');
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

#reg{
	left:100px;
	text-align:left;
}

.error{
	position:absolute;
	z-index:100000;
	/* supply height to ensure consistent positioning for every browser */
/* 	height:15px; */
	background-color:#FFFE36;
	border:1px solid #E1E16D;
	font-size:11px;
	color:#000;
	padding:3px 10px;
	margin-left:-2px;
	max-width:300px;

	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius: 3px;
	-khtml-border-radius: 3px;
	box-shadow:0 0 6px #ddd;
	-moz-box-shadow:0 0 6px #ddd;
	-webkit-box-shadow:0 0 6px #ddd;
	-o-box-shadow: 0 0 6px #ddd;
	-khtml-box-shadow: 0 0 6px #ddd;
}

.error em {
	border:10px solid;
	border-color:#FFFE36 transparent transparent;
	bottom:-17px;
	display:block;
	height:0;
	left:10px;
	position:absolute;
	width:0;
}

.avatar{
	max-height:20px;
	overflow:hidden;
	text-align:center;
}

.meet_descr{
	margin:5px 0 0;
}

.small_link{
	font-size:11px;
	color:#76787d;
	text-decoration:underline;
}

.small_link:hover{
	text-decoration:none;
	cursor:pointer;
}
