@charset "utf-8";
/* CSS Document */
/* CSS Document */
html, body{
	height:100%;
}

*+html {
   overflow-x: hidden;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
	color:#666666;
	background: #000;
    height:100%;
    min-height:100%;
}

*+body {
   overflow-x: hidden;
}

body#light {
    background: #F5F4EF;
}


input.input_txt, select, textarea{border:solid 1px #8a8a8a;	font-size:12px;	font-family: Arial, Helvetica, sans-serif;	color:#666666;}
a       {color:#626262; outline: none; }
a:hover {text-decoration:none; }
table   {border:0px; border-collapse: collapse;}
table td{padding:0px; }
form    {margin:0px; padding:0px; }
img     {border:0px; }
.float_l{float:left; }
.float_r{float: right; }
.hidden {display:none;	visibility:hidden; }



h1{
	color: #333333;
	font-size:13px;
	text-transform:uppercase;
	margin:0px;
	padding:0px;
	font-weight:bold;
    text-align:center;
}

h4{
	color: #FFFFFF;
	font-size:18px;
	font-weight: normal;
	text-transform:uppercase;
	margin:0px;
	padding: 270px 0px 0px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
}



/***************header styles*****************/

.header{
	width:980px;
	margin:auto;
}
.header .btn_blog{
	float:right;
	margin-top:21px;
}
.header .btn_signup{
	float:left;

}
.header .btn_clickhere{
	float:left;
}

#bg_top {
    position: absolute;
    height: 127px;
    right:0;
    width: 100%;
    background:url(../images/header_bg.png) repeat-x top left;
}

#bg_top_light {
    position: absolute;
    height: 140px;
    top:0;
    right: 0;
    width: 100%;
    background:url(../images/header_bg_light.png) repeat-x top left;
}

#sphere {
    position: absolute;
    height: 267px;
    margin: 300px auto 0 auto;
    width: 100%;
    background:url(../images/sphere.png) no-repeat center top;
}

*html #sphere {
    position: absolute;
    height: 267px;
    margin: 300px auto 0 auto;
    width: 100%;
    background:none;
}



#bg {
    position: relative;
    height:auto !important;
    margin:0 auto -105px;
    min-height:100%;
    height: 100%;
}

.b1 {
    background:url(/images/big_bg1.gif) repeat-x left top;
}
.b2 {
    background:url(/images/big_bg2.gif) repeat-x left top;
}
.b3 {
    background:url(/images/big_bg3.gif) repeat-x left top;
}
.b4 {
    background:url(/images/big_bg4.gif) repeat-x left top;
}
.b5 {
    background:url(/images/big_bg5.gif) repeat-x left top;
}
.b6 {
    background:url(/images/big_bg6.gif) repeat-x left top;
}
.b7 {
    background:url(/images/big_bg7.gif) repeat-x left top;
}
.b8 {
    background:url(/images/big_bg8.gif) repeat-x left top;
}
.b9 {
    background:url(/images/big_bg9.gif) repeat-x left top;
}



#bg_light {
    background: none;
    position: relative;
    height:auto !important;
    margin:0 auto -105px;
    min-height:100%;
           height: 100%;
}


.page {
    padding:0;
    text-align:left;
    width:980px;
    height:auto !important;
    margin:0 auto;
    min-height:100%;
    position:relative;

}

body#light .page {
    margin-bottom: 160px;
}

*+html body#light .page {
    margin-bottom: 50px;
}



#header {
    height:136px;
    margin:0;
    padding:0;
    width:980px;
}

.userpic {
	background:url(../images/btns/btn_pages.png) no-repeat top;
}

.content {
    margin-bottom: 105px;
    color: #FFE6A1;
}




.form_contact {
    border: none;
}

/*************** Contact styles ***************/

fieldset.data_container .f_row {
    clear:both;
    overflow:hidden;
    padding:8px 0;
}

.f_buttons .btn_send_bg {
    margin: 0px auto;
    padding:0;
}


.btn_send_bg #btnSend {
    /*background:transparent url(../images/btns/btn_send4.gif) no-repeat scroll left top;
    border:medium none;
    cursor:pointer;
    display:block;
    float:right;
    height:29px;
    margin:0 0 0 5px;
    padding:0;
    width:65px;
    outline: none;*/
    background:transparent url(/images/btns/btn_popup_send.png) no-repeat scroll left top;
    border:medium none;
    cursor:pointer;
    display:block;
    float:right;
    height:31px;
    margin:0 0px 0 5px;
    padding:0;
    position:relative;
    width:80px;
}

.btn_send_bg #btnSend:hover {
    background:transparent url(/images/btns/btn_popup_send.png) no-repeat scroll left bottom;
}

.contact_form {
/*    background:#340909 none repeat scroll 0 0;
    border:1px solid #907777;
    width:426px;*/
    margin:10px auto auto;
    color:#e8ed99;
    font-weight:bold;
    height:auto;
    padding:1px 11px 0 0;
    width:428px;
  	background:url(/images/popup_top.png) no-repeat top center;

    z-index:-1;
}

fieldset.data_container .f_row .f_inputs {
    padding-left:28%;
}

fieldset.data_container .f_row {
    clear:both;
    overflow:hidden;
    padding:8px 0;
}

.contact_form_bg {
/*    background:transparent url(/images/contact_us/contact_top.gif) no-repeat scroll 0 0;
    margin:-1px;
    padding:10px 0 0;
    width:427px;*/
    background:transparent url(/images/popup_bg.png) repeat-y scroll center center;
    margin:13px 0 0;
    width:439px;
}

*+html .contact_form_bg {
    margin:14px 0 0;
}

*+html .contact_form_bg {
    margin:13px 0 0;
}


.contact_title {
    /*color:#FFE6A1;*/
    color: #BA0C14;
    font-family:'Trebuchet MS',Arial,Helvetica,sans-serif;
    font-size:22px;
    font-weight:normal;
    text-align:center;
}

.validator {
    color:#C40000;
    padding-left:7px;
    position: absolute;
}

fieldset.data_container .warning_mess {
    color:red;
    font-size:12px;
    text-align:center;
    list-style: none;
    text-align: left;
    }

.ul_message_box {
    padding:0 0 0 120px;
    margin:0;
    list-style-type: none;
}

*+html .ul_message_box {
    padding: 0 0 0 120px;
}


fieldset.data_container .f_row label {
    /*color:#FFE6A1;*/
    color: #68F7FF;
    padding-left:5px;
    text-align:right;
    width:104px;
    float:left;
    padding:2px 4px 2px 0;
}

.f_row .f_inputs input, .f_row .f_inputs textarea {
    background:#000 none repeat scroll 0 0;
    border:1px solid #68F7FF;
    color:#FFE6A1 !important;
    padding:3px;
    width:250px;
}

/************** Login styles *****************/


fieldset.data_container_login {
    border:0 none;
    margin:0 auto;
    padding:0 10px;
    background:transparent url(/images/opaque.png) repeat;
    width:320px;
}

fieldset.data_container_login .f_row {
    clear:both;
    overflow:hidden;
    padding:8px 0;
}

fieldset.data_container_login .f_row.caption {
    color: red;
    font-size: 14px;
    text-align: center;
}


fieldset.data_container_login .warning_mess {
    color:red;
    font-size:12px;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    text-align:left;
    margin: 0 0 0 10px;
}

fieldset.data_container_login .f_row label {
    color:#FFE6A1;
    float:left;
    padding:5px 7px 2px 0;
    text-align:right;
    width:104px;
}

fieldset.data_container_login .f_row .f_inputs {
    padding-left:28%;
}

fieldset.data_container_login .f_row .f_inputs input, fieldset.data_container_login .f_row .f_inputs textarea {
    background:#410A02 none repeat scroll 0 0;
    border:1px solid #7E6262;
    color:#FFE6A1 !important;
    padding:3px;
    width:180px;
}

fieldset.data_container_login a.help_link {
    color: #FFE6A1;
}


fieldset.data_container_login .checkboxes {
    width: 36px;
    float: right;
}

fieldset.data_container_login .help_link{
    width: 150px;
    float: right;
    margin: 1px 10px 0 0;
    padding: 0;
    display: inline;
    text-align: right;
}

*+html fieldset.data_container_login .help_link {
    margin: 0 20px 0 0;
}



/***************BTNS styles*****************/

.btn {
	display:block;
	border:none;
	cursor:pointer;
}

.btn_blog {
    padding:0;
    margin: 17px 0 0 0;
    float: right;
    width:84px;
    height: 39px;
  	background: url('../images/btn_blog.gif') no-repeat top left;
}

.btn_blog:hover {
  	background: url('../images/btn_blog.gif') no-repeat bottom left;
}

.btn_blog_off {
    padding:0;
    margin: 17px 0 0 0;
    float: right;
    width:84px;
    height: 39px;
  	background: url('../images/btn_blog.gif') no-repeat bottom left;
}

.btn_blog_off:hover {
  	background: url('../images/btn_blog.gif') no-repeat bottom left;
}

.btn_signup{
    margin: 3px 0 0 0;
    float: left;
    width:187px;
    height: 32px;
    text-decoration: none;
	background:url(../images/btns/btn_signup.png) no-repeat top;
}

.btn_signup:hover {
	background:url(../images/btns/btn_signup.png) no-repeat bottom;
}

body#light .btn_signup{
    margin: 3px 0 0 0;
    float: left;
    width:187px;
    height: 32px;
    text-decoration: none;
	background:url(../images/btns/btn_signup_light.png) no-repeat top;
}

body#light .btn_signup:hover {
	background:url(../images/btns/btn_signup_light.png) no-repeat bottom;
}

.sign_cover input.sign_email {
    border: none;
    background: none;
    width: 140px;
    height: 17px;
    font-size: 14px;
    margin: 6px 10px 0 10px;
    color: #3df4ff;
}

body#light .sign_cover input.sign_email{
    color: #2A3946;
}

*+html .sign_cover input.sign_email {
    width: 110px;
}

.sign_button {
    border: none;
    background: none;
    width: 30px;
    height: 32px;
    padding:0;
    background:url(../images/btns/btn_sign_cover_btn.png) no-repeat left top;
    float: left;
    cursor: pointer;
}

*html .sign_button  {
    margin: 0 0 0 -5px;
}


body#light .sign_button {
    border: none;
    background: none;
    width: 30px;
    height: 32px;
    padding:0;
    background:url(../images/btns/btn_sign_cover_btn_light.png) no-repeat left top;
    float: left;
    cursor: pointer;
    margin: 1px 0 0 0;
}

*html body#light .sign_button {
    margin: 1px 0 0 -5px;
}


.sign_cover {
    background:url(../images/btns/btn_sign_cover.png) no-repeat left top;
    width: 157px;
    height: 32px;
    float: left;
}

body#light .sign_cover {
    background:url(../images/btns/btn_sign_cover_light.png) no-repeat left top;
    width: 157px;
    height: 32px;
    float: left;
    margin: 1px 0 0 0;
}

#btn_recent{
    float: left;
    width:128px;
    height: 37px;
    text-decoration: none;
	background:url(../images/btns/btn_recent.png) no-repeat top;
}

#btn_submit{
    float: left;
    width:250px;
    height: 24px;
    text-decoration: none;
    margin:5px 65px;
	background:url(../images/btns/btn_submit.png) no-repeat top;
}

#btn_pages{
    float: left;
    width:170px;
    height: 37px;
    text-decoration: none;
	background:url(../images/btns/btn_pages.png) no-repeat top;
}

#btnLogin {
    width:104px;
    height: 25px;
    text-decoration: none;
    float: right;
    margin: 0 67px 0 0;
	background:url(../images/btns/btn_login.png) no-repeat top;
}

#btnLogin:hover {
    background:url(../images/btns/btn_login.png) no-repeat bottom;
}


#btnSendPassword {
    width:90px;
    height: 25px;
    text-decoration: none;
    margin: 0 auto;
	background:url(../images/btns/btn_send_pass.png) no-repeat top;
}

#btnSendPassword:hover {
    background:url(../images/btns/btn_send_pass.png) no-repeat bottom;
}


.btn_signup_home:hover{
	background-position:bottom;
}

.footer_btns .btn_send{
	width:150px;
	height:31px;
	background:url(../images/btns/btn_send.png) no-repeat top;
}
.footer_btns .btn_send:hover{
	background:url(../images/btns/btn_send.png) no-repeat bottom;
}

.btn_send_light{
	width:139px;
	height:35px;
	background:url(../images/btns/btn_send_light.png) no-repeat top;
}
.footer_btns .btn_send_light:hover{
	background:url(../images/btns/btn_send_light.png) no-repeat bottom;
}

.btn_send_light2{
	width:147px;
	height:32px;
	background:url(../images/btns/btn_send_light.gif) no-repeat top;
}

.btn_send_light2:hover {
  	background:url(../images/btns/btn_send_light.gif) no-repeat bottom;
}


.footer_btns .btn_share{
	width:86px;
	height:31px;
	background:url(../images/btns/btn_share.png) no-repeat top;
}

.footer_btns .btn_share:hover{
	background:url(../images/btns/btn_share.png) no-repeat bottom;
}

.footer_btns .btn_share_light2{
	width:84px;
	height:32px;
	background:url(../images/btns/btn_share_light.gif) no-repeat top;
}

.footer_btns .btn_share_light2:hover {
	background:url(../images/btns/btn_share_light.gif) no-repeat bottom;
}


.footer_btns .btn_save{
	width:80px;
	height:31px;
	background:url(../images/btns/btn_save.png) no-repeat top;
}
.footer_btns .btn_save:hover{
    background:url(../images/btns/btn_save.png) no-repeat bottom;
}

.footer_btns .btn_save_light{
	width:75px;
	height:35px;
	background:url(../images/btns/btn_save_light.png) no-repeat top;
}
.footer_btns .btn_save_light:hover{
    background:url(../images/btns/btn_save_light.png) no-repeat bottom;
}

.footer_btns .btn_save_light2{
	width:84px;
	height:32px;
	background:url(../images/btns/btn_save_light.gif) no-repeat top;
}

.footer_btns .btn_save_light2:hover {
  	background:url(../images/btns/btn_save_light.gif) no-repeat bottom;
}


/*********** NEW MENU ************************/

#headerimg {
	margin: 0;
	height: 85px;
	width: 100%;
	background: url('../images/header.png') no-repeat left top;
	}

#headerimg_light {
	margin: 0;
	height: 85px;
	width: 100%;
	background: url('../images/header_light.png') no-repeat left top;
	}

#mmenu {
    height: 40px;
    position: absolute;
    top: 20px;
    margin: 0 0px 0 287px;
    width:590px;

}


/*************** LEARN styles*****************/

.content_light .left {
    color:#2A3946;
    float:left;
    margin:0 0 0;
    width:650px;
}

.content_light .left .news-block {
    padding:0 0 20px 0;
    text-align:justify;
}

.content_light .left .news-block h3 {
    color:#990000;
    font-family:"Trebuchet MS",Arial;
    font-size:22px;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
}

.content_light .left .news-block {
    text-align:justify;

}

.content_light a {
    color:#A80000;
    text-decoration: none;
}

.content_light a:hover {
    text-decoration: underline;
}


.content_light .left .news-block strong {
    float:left;
    padding:0 0 21px 28px;
    width:642px;
}
.content_light .right {
    background:transparent url(../images/blue_bot1.gif) no-repeat scroll center top;
    float:right;
    margin-right:4px;
    margin-top:-8px;
    padding:200px 0 10px;
    width:246px;
}

.content_light#faq .right {
    background:transparent url(../images/red_bot1.png) no-repeat center top;
    padding:265px 0 10px;
    margin-right:4px;
    margin-top:0px;
    width: 265px;
    text-align: left;

}

.content_light .right .first {
    margin-top:28px;
}

.content_light .right .quotes {
    background:transparent url(../images/quotes_l.gif) no-repeat scroll 0 0;
    color:#A80000;
    float:right;
    font-family:"Trebuchet MS",Arial;
    font-size:13px;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
    margin:0 0 35px 10px;
    padding-top:10px;
    width:220px;
}

.content_light .right strong {
    background:transparent url(../images/quotes_r.gif) no-repeat scroll right bottom;
    color:#2A3946;
    float:left;
    margin-bottom:0;
    padding:0 30px 0 38px;
}

.content_light .right .quotes .qauthor {
    float:left;
    margin:15px 0 5px;
    padding-left:10px;
    width:251px;
}

.content_light .right .quotes {
    background:transparent url(../images/quotes_l.gif) no-repeat scroll 0 0;
    color:#A80000;
    float:right;
    font-family:"Trebuchet MS",Arial;
    font-size:13px;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
    margin:0 0 35px 10px;
    padding-top:10px;
    width:220px;
}

.content_light .left .biowarrior {
    background:transparent url(../images/blastor.png) no-repeat scroll 0 0;
    font-family:"Trebuchet MS",Arial;
    font-size:13px;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    height:444px;
    line-height:normal;
    width:695px;
}

.left .biowarrior .about-1 {
    left:144px;
    position:relative;
    top:10px;
}

.left .biowarrior .about-2 {
    float:right;
    position:relative;
    top:75px;
    width:220px;
}

.left .biowarrior .about-3 {
    float:right;
    margin:0 85px 0 0;
    position:relative;
    top:310px;
}





/***************footer styles*****************/

#footer {
    height:105px;
    clear: both;
    z-index: 99;
    position: relative;
}

.footer_guarantor {
    clear:both;
    color:#999999;
    height:105px;
    text-align:right;
}

.footer_links{
	width:876px;
	height:66px;
	margin:auto;
	background:url(../images/footer_bg.gif) no-repeat;
	clear:both;
    z-index: 99;
    position: relative;
}

body#light .footer_links {
	background:url(../images/footer_bg_light.gif) no-repeat;
}


.footer_links ul{
	margin:0px;
	padding:0px;
	text-align:center;
}

.footer_links li{
	margin: 0px 8px;
	padding:0px;
	display:inline;
}

.footer_links li a{
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	color:#1d2b3a;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	line-height:44px;
}

.footer_links li a:hover, .footer_links li a.link_ov {
	color:#aa0605;
}

.footer_links .float_l, .footer_links .float_r a{
	line-height:18px;
	padding: 0px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1d2b3a;
	text-decoration:none;
}

.footer_links .float_r a:hover{
	color:#aa0605;
}

.footer_links .float_l, .footer_links .float_r{
	padding-top:2px;
	display:block;
}

.home_footer_btns{
	width:300px;
	height:29px;
	clear:both;
	margin:auto;
	padding-bottom:10px;
	padding-left:10px;
}


.footer_btns{
	width:335px;
	height:29px;
	clear:both;
	margin:auto;
	padding-bottom:10px;
	position:relative;
	/*overflow: hidden;*/
	padding-left:10px;

}
*html .footer_btns{
	width:350px;
}

.home_footer_btns a{
	margin: 0px 5px 0px 0px;
	float:left;
}

.footer_btns a{
	margin: 0px 5px 0px 0px;
	float:left;
}

.btn_readmore  {
    display: block;
    color: #ba0c14;
    font-weight: bold;
    font-size: 13px;
    font-family: arial;
    text-decoration: none;
}

/***************interact landing styles*****************/


.landing_left {
    width: 680px;
    float: left;
    min-height: 300px;
}

.left_post {
    background:url(../images/opaque.png) repeat;
    margin: 0 0 10px 0;
    padding: 10px;
}

*html .left_post  {
    padding-bottom:0;
    margin: 0 0 5px 0;
}


.landing_right {
    width: 280px;
    float: right;
    height: 555px;
    background:url(../images/right_column.png) no-repeat;
}

.left_post_pic {
    width: 80px;
    height: 92px;
    float: left;
    display: inline;
}

.left_post_pic img {
    border: none;
    padding: 0;
    margin:0;

}

.left_post_text {
    padding-left: 10px;
    float: right;
    width: 571px;
}

.left_post_text h2 {
    color: #ba0c14;
    font-family: Trebuchet MS;
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: normal;
}

.left_post_text, .left_post_text p {
    color: #e8ed99;
    font-family: arial;
    font-size: 13px;
    line-height: 18px;
    margin:0;
    padding:0;
    display: inline;
}

/***************interact forum styles*****************/
 .forum_left {
    width: 680px;
    float: left;
    min-height: 300px; }

.forum_right {
    width: 280px;
    float: right;
    height: 555px; }

.forum_right a {
    color: #e8ed99;
    text-decoration: none;
}

.forum_right .forum_rbox {
    height: auto;
    margin-bottom: 22px;
    width: 282px; }

.forum_right .forum_rbox.f_search .forum_rbox_body { height: 70px;}

.forum_rbox_top               { background:url(../images/forum/forum_rbox_top.png) no-repeat top center;    height: 11px;    width: 282px; }
.forum_right .forum_rbox_body { background:url(../images/forum/forum_rbox_bg.png) repeat-y center;    width: 252px;    padding: 5px 15px;}
.forum_rbox_bottom            { background:url(../images/forum/forum_rbox_bottom.png) no-repeat bottom center;    height: 11px;    width: 282px;}

.forum_right .forum_rbox.tags h3 { background:url(../images/forum/pop_tags.gif) no-repeat left;     width: 145px; }
.forum_right .forum_rbox.f_search h3  { background:url(../images/forum/search_forum.gif) no-repeat left; width: 157px; }
.forum_right .forum_rbox.top_u h3     { background:url(../images/forum/top_users.gif) no-repeat left;    width: 114px; }
.forum_right .forum_rbox h3 { height: 17px; margin: 0 0 10px 0; }
.forum_right .forum_rbox h3 span {display: none;}

.forum_right .forum_rbox_body .cloud { text-align: center; }
.forum_right .forum_rbox_body .cloud a { margin: 0 3px;}

.forum_right .forum_rbox.top_u ul { margin: 0; }

.forum_left .forum_box td           { padding: 10px 5px; }
.forum_left .forum_box td.td_forum  { padding-left: 15px; width: 310px; }
.forum_left .forum_box td.td_forum a { color: #ba0c14; text-decoration: none; }
.forum_left .forum_box td.td_info td { padding: 0; }
.forum_left .forum_box td.td_info a  { color: #3df4ff; width: 70px; }

.forum_left .forum_box .tr_head { background-color: #000; }
.forum_left .forum_box .tr1     { background-color: #240904; }
.forum_left .forum_box .tr0     { background-color: #000; }

.forum_right .forum_rbox.f_search .forum_rbox_body span#btnSearchForum {
     background:url(../images/forum/arrow.gif) no-repeat left;
     width: 19px;
     height: 20px;
     display: block;
     cursor: pointer;
     float: left;
     margin:2px 0 0 12px;
}

.forum_right .forum_rbox.f_search .forum_rbox_body #txtSearchForum {
     width: 219px;
     height: 20px;
     background-color: black;
     border: 1px solid cyan;
     color: #FFE6A1;
     float: left;
}


.forum_left .forum_box .tr_head  .bold_11 {
    color: #ba0c14;
    text-transform: uppercase;
    font-family: Trebuchet MS, Tahoma, Arial;
    font-size: 14px;
}

.forum_left .forum_box td.td_topics, .forum_left .forum_box td.td_replies { text-align: center; }

.forum_left .forum_box h3 {
    margin: 0;
    font-size: 12px;
    color: #3df4ff;
    display: inline;
}

.fclear {
    font-size: 0;
    line-height: 0;
}


/* Other styles*/

.top_nav_page {
    margin: 0 0 20px 0;
}

.r_cube {
    background-color: #373737;
    height: 250px;
    width: 250px;
    margin: 18px auto 0px;

}

.flashcontent {
    clear:both;
    height:575px;
    margin:0 auto;
    overflow:hidden;
    text-align:center;
    width:980px;
}

.dropper {
    width: 200px;
    height: 34px;
    margin:3px 0 0;
}

.pagenavigator, .pagenavigator li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.pagenavigator {
    display: block;
    text-align: center;
}
.pagenavigator li {
    display: inline;
    padding: 0px 0.5em;
}

.highlight {
    color: red;
    font-size: medium;
}
.tr_invisible {
	background-color: green;
}
.tr_closed {
	background-color: blue;
}
.tr_invisible_closed {
	background-color: red;
}
.logo {
    cursor:pointer;

    height:70px;
    position:absolute;
    width:240px;
}

/*  Styles for alerts  */

#divMainSystem { z-index: 999 !important; }

.window_confirm {
    position: absolute;
    z-index: 9999 !important;
    padding: 0px;
    width: 251px;
    height: 153px;
    border: none !important;
    background: url(/images/sys_popup_bg.png) no-repeat center center;
    color: red;
    text-align: center;
}

body#light .window_confirm {
    background: url(/images/sys_popup_bg_light.png) no-repeat center center;
    color: #990000;
}


.window_confirm .title_label { cursor: move; }
.window_confirm .btn_blue_flexi {
    width: 51px;
    height: 26px;
    color: #3df4ff;
    padding: 5px 0 0 0;
    margin: 0px 5px;
    display: block;
    font-family: Trebuchet MS, tahoma, arial;
    font-size: 13px;
    cursor: pointer;
    position: relative;
    background: url(/images/btns/btn_ok.png) no-repeat top center;
}


.window_confirm .btn_blue_flexi#divSystemConfirm_cancel {
    background: url(/images/btns/btn_cancel.png) no-repeat top center;
    width: 60px;
}

.window_confirm .btn_blue_flexi#divSystemConfirm_cancel:hover {
    background: url(/images/btns/btn_cancel.png) no-repeat bottom center;
}


body#light .window_confirm .btn_blue_flexi {
    background: url(/images/btns/btn_ok_light.png) no-repeat top center;
    color: #2A3946;
    height:24px;
    margin:0 5px;
    padding:7px 0 0;
}
body#light .window_confirm .btn_blue_flexi:hover {
    background: url(/images/btns/btn_ok_light.png) no-repeat bottom center;
}


.window_confirm .btn_blue_flexi:hover {
    background: url(/images/btns/btn_ok.png) no-repeat bottom center;
}


.window_confirm .btns table { margin: auto; }

    .window_alert .alert_title, .window_confirm .alert_title
    {
        font-size: 14px;
        font-weight: bold;
        color: #333;
        /*
        padding: 10px 0px 0px 60px;
        */
        width: 120px;
        cursor: default;
    }
    .window_alert .alert_content, .window_confirm .alert_content, .mess_with_sign
    {
        font: bold 12px/18px Arial, Helvetica, sans-serif;
        padding: 20px 52px 20px 52px;
        background: url(/images/icon_alert_small.gif) no-repeat 10px 20px;
        background: url(/images/ydr/ico_info.gif) no-repeat 7px 18px;
        text-align: center;
        color: #3DF4FF;
    }

    body#light .window_alert .alert_content, body#light .window_confirm .alert_content, body#light .mess_with_sign {
        color: #2A3946;
    }

    .mess_with_sign { background-position: 4px 5px; }
    .window_alert .button_gray
    {
        left: 90px;
        bottom: 10px;
        position: absolute;
    }
    .window_confirm .button_gray
    {
        margin-top: 15px;
        float: left;
        margin-right: 15px;
    }

/* ----- */
.none_submit {
    background: transparent ;
    border: 0px ;
    width: 0px ;
    height: 0px ;
    position: absolute ;
}
/* Hack for Safari - hide the linkimagebutton input */
html[xmlns*=""] body:last-child input.none_submit {
    display: none;
}
body:first-of-type input.none_submit {
    display: none;
}