* {
    margin:0;
    padding:0;
    font-family: Verdana,Sans-Serif,Arial;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
}
html, body {
	height:100%;
    font-size: 10px;
}
html {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
    overflow-x: auto;
}
div, td, span {
    font-size: 10px;
}
form {
    display:inline;
}
a {
    font-size:inherit;
    font-weight: bold;
    text-decoration: none;
    padding:0px;
    margin:0px;
}
a:active {
    font-weight: bold;
}
a:hover {
    font-weight: bold;
    text-decoration: underline;
}
a:link {
    font-weight: bold;
}
a:visited {
    font-weight: bold;
}

img {
    border-width:0px;
    /*margin-bottom:-1px;*/
}
a img {
    vertical-align:bottom;
}

table {
  border-collapse: collapse;
} 
h6 {
    font-size:inherit;
}
h5 {
    font-size:13px;
    padding-top:3px;
    padding-bottom:2px;
}
/*big {
    font-size:18px;
}*/
ul, ol {
    margin-left:30px;
}

#container {
	min-height:100%;
	position:relative;
}
#header {
	height:130px;
}
#body {
	padding-bottom:24px;
}
#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:24px;
}
.wrapper_ext {
    min-width:780px;
    margin: 0 auto;
    max-width:1240px;
}
.wrapper_int {
    /*margin-right: 156px;*/
    min-width:780px;
    max-width:1240px;
}
#lockheader {
    position: fixed;
    top: 0px; 
    left: 0px; 
    right: 0px; 
}
#lockfooter {
    position: fixed;
    bottom: 0px; 
    left: 0px; 
    right: 0px; 
}
#lockside {

}
#top {
    /*height:80px;
    background-repeat:repeat-x;*/
    height:80px;
    background-repeat:repeat;
    position:relative;
}
#top_link {
    /*position: relative;
    background-color:Red;
    width:821px;
    left:400px;
    float:left;*/

    /*position:relative;*/
    /*background-color:Red;*/
    /*top:5px;
    left:280px;*/
    z-index:240;
    /*min-width:811px;
    max-width:950px;*/
    height:70px;
    padding-top:4px;
    padding-right:5px;
    text-align:right;

    /*float:right;
    width:811px;
    text-align:center;
    margin-top:5px;
    margin-right:6px;*/
}
#top_logo {
    position:absolute;
    /*background-color:pink;*/
    left:10px;
    width:140px;
    top:2px;
    text-align:center;

    /*float:left;
    margin-top:2px;
    margin-left:10px;
    width:270px;
    height:76px;*/
}
#top_status {
    position:absolute;
    /*background-color:Green;*/
    width:180px;
    left:0px;
    z-index:240;
    padding-left:10px;
    bottom:-2px;
    left:80px;
    
    /*float:right;
    position:relative;
    width:180px;
    z-index:240;
    right:0px;
    bottom:22px;*/
}
#stl td {
    text-align:center;
    vertical-align:middle;
}

#mmt {
    clear:both;
    width:100%;
    overflow:hidden;
    background-repeat:repeat-x;
}
#mmt ul {
    margin:0;
    padding:0;
    list-style-type:none;
    float:left;
    position:relative; 
    margin-left:10px;
}
#mmt li {
    float:left;
    position:relative;
}
#mmt a {
    float:left;
    padding-left:10px;
    padding-right:10px;
    display:block;
    height:30px;
    line-height:30px;
}
#mmt img {
    padding-top:7px;
}
#mmt a:hover {
    background-repeat:repeat-x;
}
#smt {
    height:20px;
    line-height:20px;
    background-repeat:repeat-x;

    /*border-radius-bottomleft: 8px;*/
    -o-border-radius-bottomleft: 8px;
    -opera-border-radius-bottomleft: 8px;
    -icab-border-radius-bottomleft: 8px;
    -khtml-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-bottom-left-radius: 8px;
    /*border-radius-bottomright: 8px;*/
    -o-border-radius-bottomright: 8px;
    -opera-border-radius-bottomright: 8px;
    -icab-border-radius-bottomright: 8px;
    -khtml-border-radius-bottomright: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-right-radius: 8px;
}
#smt a {
    font-weight:normal;
}
#smb {
    height:24px;
    line-height:24px;
    background-repeat:repeat-x;

    /*border-radius-topleft: 8px;*/
    -o-border-radius-topleft: 8px;
    -opera-border-radius-topleft: 8px;
    -icab-border-radius-topleft: 8px;
    -khtml-border-radius-topleft: 8px;
    -moz-border-radius-topleft: 8px;
    -webkit-border-top-left-radius: 8px;
    /*border-radius-topright: 8px;*/
    -o-border-radius-topright: 8px;
    -opera-border-radius-topright: 8px;
    -icab-border-radius-topright: 8px;
    -khtml-border-radius-topright: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-right-radius: 8px;
    
    text-align:center;
}
#smb img {
    margin-top:4px;
    margin-bottom:-4px;
}
#main {
    padding:6px;
    /*border-radius:8px;*/
    -o-border-radius:8px;
    -opera-border-radius:8px;
    -icab-border-radius:8px;
    -khtml-border-radius:8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    margin-top:6px;
    margin-bottom:6px;
}

#col_sidebar {
    float: left;
    width: 150px;
    margin-left: -150px;
}
#sidebar_wrapper {
    margin-right: 156px;
}


#col_status {
    float: left;
    width: 40px;
    margin-left: -40px;
}
#col_wrapper {
    margin-right: 46px;
}
#col_status2 {
    float: left;
    width: 40px;
    margin-left: -100%;
}
#col_wrapper2 {
    margin-left: 46px;
}

#col_content {
    margin-right: 240px;
}
#col_side {
    float: left;
    width: 234px;
    margin-left: -234px;
}
#col_content2 {
    margin-left: 240px;
}
#col_side2 {
    float: left;
    width: 234px;
    margin-left: -100%;
}

#sidebar {
    border:solid 1px red;

    -o-border-radius:6px;
    -opera-border-radius:6px;
    -icab-border-radius:6px;
    -khtml-border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
}
/*#sidebar {
    position:relative;
}
#sidebar-contents {
    position:absolute;
    top:10px;
    right:0px;
    width:150px;
    border:solid 1px red;

    -o-border-radius:6px;
    -opera-border-radius:6px;
    -icab-border-radius:6px;
    -khtml-border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
}*/
.b {
    font-weight:bold;
}
.o {
    font-size:inherit;
}
.fb {
    border-style:solid;
    border-width:1px;
}
.clear {
    height:0;
    line-height:0px;
    clear:both;
}
.wrapper {
    float: left;
    width: 100%;
}
.form0, .form1, .form2 {
    border-style:solid;
    border-width:1px;
    padding:2px;

    font-size: 10px;

    /*box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;*/
}

.form0 {
    width: 100%;
}
.form2 {
    width:300px;
}
.button {
    border-radius:3px;
    -o-border-radius:3px;
    -opera-border-radius:3px;
    -icab-border-radius:3px;
    -khtml-border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-style:solid;
    border-width: 1px;
    padding-left:5px;
    padding-right:5px;
    padding-top:2px;
    padding-bottom:2px;
    cursor: pointer;
    font-weight:bold;
    font-size: 10px;
}
.img0, .img1, .img2 {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -khtml-box-sizing: content-box;
}

.img0 {
    height:140px;
    width:100px;
    border-style:solid;
    border-width:1px;
}
.img1 {
    height:56px;
    width:40px;
    border-style:solid;
    border-width:1px;
}
.img2 {
    height:126px;
    width:90px;
    border-style:solid;
    border-width:1px;
    margin:2px;
}
.gallery {
    padding:3px;
    background-color:White;
}
label { 
    display: block; 
    padding-left: 15px; 
    text-indent: -15px; 
} 
.chk {
    width: 13px; 
    height: 13px; 
    padding: 0; 
    margin:0; 
    vertical-align: middle; 
    /*position: relative; */
    /*top: -2px; */
    margin-top:-2px;
    *overflow: hidden;
}
.ra, .rat, .rab, .ran {
    background-image:url(../i/row_back.png);
    background-repeat:repeat;
}
.rab {
    border-bottom-style:solid;
    border-bottom-width:1px;
}
.rat {
    border-top-style:solid;
    border-top-width:1px;
}
.ra {
    border-bottom-style:solid;
    border-top-style:solid;
    border-bottom-width:1px;
    border-top-width:1px;
}
.nobt {
    border:none;
}
.right {
    text-align:right;
    font-size:inherit;
}
.center {
    text-align:center;
    font-size:inherit;
}
.left {
    text-align:left;
    font-size:inherit;
}
.top {
    vertical-align:top;
}
.ad_bar {

}
/*lr*/
.lr_w {
    float:left;
    width:100%;
}
.lr_l {
    float:left;
}
.lr_r {
    float:right;
}
/*lr*/

/*box*/
.b_w {

}
.b_t {
    /*border-radius-topleft: 6px;*/
    -o-border-radius-topleft: 6px;
    -opera-border-radius-topleft: 6px;
    -icab-border-radius-topleft: 6px;
    -khtml-border-radius-topleft: 6px;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    /*border-radius-topright: 6px;*/
    -o-border-radius-topright: 6px;
    -opera-border-radius-topright: 6px;
    -icab-border-radius-topright: 6px;
    -khtml-border-radius-topright: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    border-style:solid;
    border-width: 1px 1px 0px 1px;
    background-repeat:repeat-x;
    font-weight: bold;
    font-size: 11px;
    height:20px;
    line-height:20px;
    padding-left:5px;
    padding-right:5px;
    background-position:bottom;
}
.b_xt {
    border-top-style:solid;
    border-top-width:1px;
    border-bottom-style:solid;
    border-bottom-width:1px;
    background-repeat:repeat-x;
    font-weight: bold;
    font-size: 11px;
    height:20px;
    line-height:20px;
    margin-left:-5px;
    margin-right:-5px;
    margin-top:3px;
    margin-bottom:3px;
    padding-left:5px;
    padding-right:5px;
}
.b_b {
    /*border-radius-bottomleft: 6px;*/
    -o-border-radius-bottomleft: 6px;
    -opera-border-radius-bottomleft: 6px;
    -icab-border-radius-bottomleft: 6px;
    -khtml-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    /*border-radius-bottomright: 6px;*/
    -o-border-radius-bottomright: 6px;
    -opera-border-radius-bottomright: 6px;
    -icab-border-radius-bottomright: 6px;
    -khtml-border-radius-bottomright: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-style:solid;
    border-width:1px;
    padding:5px;
}
.b_hs {
	border-bottom-style:solid;
	border-bottom-width:2px;
    vertical-align:bottom;
    height:2px;
    overflow:hidden;
    margin-left:-5px;
    margin-right:-5px;
    padding-top:3px;
    margin-bottom:3px;
}

.b_split {
    height:6px;
    line-height:6px;
    overflow:hidden;
}
.b_splitmin {
    height:3px;
    line-height:3px;
    overflow:hidden;
}

html>body .b_split {
    clear:both;
}
html>body .b_splitmin {
    clear:both;
}

.b_tl {
    float:left;
    font-size: 11px;
}

.b_tr {
    float:right;
    margin-right:-5px;
    padding-left:5px;
    padding-right:5px;
    background-repeat:repeat-x;

    /*border-radius-topright: 6px;*/
    -o-border-radius-topright: 6px;
    -opera-border-radius-topright: 6px;
    -icab-border-radius-topright: 6px;
    -khtml-border-radius-topright: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
}
.b_xtr {
    float:right;
    margin-right:-5px;
    padding-left:5px;
    padding-right:5px;
    background-repeat:repeat-x;
}
/*box*/

/*table*/
.ttt {
    table-layout:fixed;
	width:100%;
	border-collapse: collapse; 
}
.ttt tr {
    height:18px;
    line-height:16px;
}
.ttt td {
    padding:1px;
    vertical-align:top;
}
.ttt2 {
    table-layout:fixed;
	width:100%;
	border-collapse: collapse; 
}
.ttt2 td {
    padding:1px;
}
.tt {
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    -ms-text-overflow:ellipsis;
    /*-moz-binding:url(ellipsis-xbl.xml#ellipsis);*/
    overflow: hidden;
    white-space: nowrap;
}
.th {
    font-size:11px;
    font-weight:bold;
    height:16px;
    line-height:16px;
    padding-left:3px;
    padding-right:3px;
	border-bottom-style:solid;
	border-bottom-width:2px;
    vertical-align:bottom;
}
.th td {
    font-size:inherit;
}
.rw {
    text-align:center;
    font-style:italic;
}
/*table*/

/*width*/
.userpic {
    width:45px;
}
.username {
    width:180px;
}
.dt {
    width:105px;
}
/*width*/

/*entry - user*/
.e_w {
    float:left;
    width:100%;
}
.e_iwt {
    float:left;
    width:100%;
}
.e_iwb {
    float:left;
    width:100%;
}
.e_l {
    float:left;
    width:46px;
    height:58px;
}
.e_r {
    margin-left:46px;
}
.e_il {
    float:left;
}
.e_ir {
    float:right;
}
.e_ic {
    min-height:30px;
    float:left;
    width:100%;
    padding-bottom:2px;
    padding-top:2px;
}
.e_c {
    height:0;
    clear:both
}
/*entry - user*/

/*back comp*/
.tableborder {
    border-style:solid;
    border-width:1px;
}
.tableborder td {
    padding:3px;
}
/*back comp*/

/*forum*/
.b_hs_f {
    height:1px;
    line-height:1px;
    overflow:hidden;
    margin-left:-5px;
    margin-right:-5px;
}
.f_vl {
    background-image:url(../i/vert.png);
    background-repeat:no-repeat;
    background-position:3px 3px;
}
div.scroll {
    height: 154px;
    overflow: auto;
    border-style:solid;
    border-width:1px;
    padding: 2px;
}
.forumcat {
    font-weight:bold;
}
.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}
.treeview ul {
	margin-top: 4px;
}
.treeview .hitarea {
	background: url(../i/treeview-default.png) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}
.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
}
.treeview a.selected {
	/*background-color: #eee;*/
}
.treecontrol {padding-bottom:5px;padding-left:3px; }
.treeview .hover { cursor: pointer; }
.treeview li { background: url(../i/treeview-default-line.png) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }
.treeview .expandable-hitarea { background-position: -80px -3px; }
.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(../i/treeview-default.png); }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }
.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }
.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background: url(../i/folder.png) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(../i/folder-closed.png) 0 0 no-repeat; }
.filetree span.file { background: url(../i/file.png) 0 0 no-repeat; }
/*forum*/

/*press*/
.p_l {
    margin-right:110px;
}
.p_r {
    float:right;
    width:110px;
    text-align:right;
}
.p_sl {
    float:left;
    text-align:right;
    width:120px;
    font-weight:bold;
}
.p_sr {
    margin-left:130px;
}
/*press*/

/*pop*/
#popmain {
    padding:6px;
}
/*pop*/

/*custom*/
#temp_report {
    text-align:center;
}
/*custom*/

/*TipTip*/
#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}
#tiptip_holder.tip_top {
	padding-bottom: 5px;
}
#tiptip_holder.tip_bottom {
	padding-top: 5px;
}
#tiptip_holder.tip_right {
	padding-left: 5px;
}
#tiptip_holder.tip_left {
	padding-right: 5px;
}
#tiptip_content {
	font-size: 11px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	padding: 0px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
}
#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}
#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}
#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}
#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}
#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}
#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}
#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}
#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}
/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 0px;
		background-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: rgba(20,20,20,0.92);
	}
}

/*TipTip*/
/*ac*/
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	color:Black;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	/*font: menu;
	font-size: 12px;*/
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}
/*ac*/