/* CSS Document */
body{
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    margin:0px;
    padding:0px;
    background:#f1f0e0;
    color:#333333;
}

input.input_txt, select, textarea{
    border:solid 1px #c5d9dd;
    font-size:12px;
    font-family: Arial, Helvetica, sans-serif;
    color:#000000;
    padding: 2px 0px;
}
textarea{
    padding:0px;
}
select{
    padding-right:2px;
}
h1{
    color:#FFFFFF;
    margin:0px;
    font-size:18px;
    font-weight:normal;
    line-height:33px;
    height:33px;
    border-bottom:solid 1px #c7dadd;
}
h1.box-head
{
    color:#80A634;
    font-size:16px;
    font-weight:bold;
    margin-bottom:10px;
    padding:5px 0 0;}

h4{
    font-size:18px;
    font-weight:normal;
    color:#73a022;
}
.search_title {
    font-size: 16px;
    text-align: center;
    margin-left:17px;
    color:#80A634;

}
.search_res_title{
    font-size: 12px;
    font-weight:normal;
}
.search_res_title strong{
    font-size: 14px;
}
.search_res_title b{
    color:#1274A8;
}


.box-login fieldset
{
    border:none;
}

.box-login-main 
{
    width: 200px;
    margin: 0 auto;
}

.box-login-top-capt 
{
    margin-bottom: 10px;}


.btn-login 
{
    border:none;
    width: 86px;
    height: 30px;
    background: url(/images/btns/btn_login.gif) no-repeat left top      ;    
}


.btn-login:hover
{
    border:none;
    width: 86px;
    height: 30px;
    background: url(/images/btns/btn_login.gif) no-repeat left bottom;    
    cursor: pointer;
}

.btn_secure_login{
    border:none;
    width: 129px;
    height: 30px;
    cursor: pointer;
    background: url(/images/btns/btn_secure_login.gif) no-repeat left top;
}
.btn_secure_login:hover{
    background: url(/images/btns/btn_secure_login.gif) no-repeat left bottom;
}

.btn-send
{
    border:none;
    width: 86px;
    height: 30px;
    background: url(/images/btns/btn_send.gif) no-repeat left top      ;    
}


.btn-send:hover
{
    border:none;
    width: 86px;
    height: 30px;
    background: url(/images/btns/btn_send.gif) no-repeat left bottom;    
    cursor: pointer;
}


.subscribe-submit{
    border:none;
    width: 86px;
    height: 30px;
    background: url(/images/btns/btn_submit.gif) no-repeat left top;     
    cursor: pointer;
}
.subscribe-submit:hover{
    background: url(/images/btns/btn_submit.gif) no-repeat left bottom;  
}
.subscribe-reset{
    border:none;
    width: 86px;
    height: 30px;
    background: url(/images/btns/btn_reset.gif) no-repeat left top;     
    cursor: pointer;
}
.subscribe-reset:hover{
    background: url(/images/btns/btn_reset.gif) no-repeat left bottom;  
}
.btn_submit_blue{
    border:none;
    width: 84px;
    height: 28px;
    background: url(/images/btns/btn_submit_blue.gif) no-repeat left top;     
    cursor: pointer;
}
.btn_submit_blue:hover{
    background: url(/images/btns/btn_submit_blue.gif) no-repeat left bottom;  
}
.btn_continue_blue{
    border:none;
    width: 84px;
    height: 28px;
    background: url(/images/btns/btn_continue_blue.gif) no-repeat left top;     
    cursor: pointer;
}
.btn_continue_blue:hover{
    background: url(/images/btns/btn_continue_blue.gif) no-repeat left bottom;  
}

.btn_paypal{
    border:none;
    width: 107px;
    height: 21px;
    background: url(/images/btns/btn_paypal.gif) no-repeat left top;     
    cursor: pointer;
}
.btn_paypal:hover{
    background: url(/images/btns/btn_paypal.gif) no-repeat left bottom;  
}



h1.h1_blue{
    background: url(/images/titles/title_blue_bg.gif) repeat-x #2a92c6;
}
h1.h1_blue span{
    display:block;
    line-height:33px;
    height:33px;
}
h1.h1_blue .lborder{
    background:url(/images/titles/title_blue_lbg.gif) no-repeat left;
}
h1.h1_blue .rborder{
    padding: 0px 14px;
    background:url(/images/titles/title_blue_rbg.gif) no-repeat right;
}
h1.h1_green{
    background: url(/images/titles/title_green_bg.gif) repeat-x #93bd3f;
}
h1.h1_green span{
    display:block;
    line-height:33px;
    height:33px;
}
h1.h1_green .lborder{
    background:url(/images/titles/title_green_lbg.gif) no-repeat left;
}
h1.h1_green .rborder{
    padding: 0px 14px;
    background:url(/images/titles/title_green_rbg.gif) no-repeat right;
}


/* begin SEO Friendly h1*/
h4.h1_blue{
    background: url(/images/titles/title_blue_bg.gif) repeat-x #2a92c6;
    color:#fff;
}
h4.h1_blue span{
    display:block;
    line-height:33px;
    height:33px;
}
h4.h1_blue .lborder{
    background:url(/images/titles/title_blue_lbg.gif) no-repeat left;
}
h4.h1_blue .rborder{
    padding: 0px 14px;
    background:url(/images/titles/title_blue_rbg.gif) no-repeat right;
}
h4.h1_green{
    background: url(/images/titles/title_green_bg.gif) repeat-x #93bd3f;
    color:#fff;
}
h4.h1_green span{
    display:block;
    line-height:33px;
    height:33px;
}
h4.h1_green .lborder{
    background:url(/images/titles/title_green_lbg.gif) no-repeat left;
}
h4.h1_green .rborder{
    padding: 0px 14px;
    background:url(/images/titles/title_green_rbg.gif) no-repeat right;
}
h4.h1_green .startlink {
	font-size: 11px;
	color: #ffffff;
}
.fleft {
    float: left;
}

/* begin SEO Friendly h1*/






h1.h1_red{
    background: url(/images/titles/title_red_bg.gif) repeat-x #2a92c6;
}
h1.h1_red span{
    display:block;
    line-height:33px;
    height:33px;
}
h1.h1_red .lborder{
    background:url(/images/titles/title_red_lbg.gif) no-repeat left;
}
h1.h1_red .rborder{
    padding: 0px 14px;
    background:url(/images/titles/title_red_rbg.gif) no-repeat right;
}

a{
    color:#626262;
}
a:hover{
    text-decoration:none;
}
table{
    border:0px; /* border="0" */
    border-collapse: collapse; /* cellspacing="0" */
}
table td{
    padding:0px;/* cellspadding="0" */
}
form{
    margin:0px;
    padding:0px;
}
img{
    border:0px;
}
ul{
    margin: 0px;
    padding-left:20px;
}
ol{
    margin: 0px;
    padding-left:25px;
}
li{
    margin: 8px 0px;
    padding: 0px;
}
ol li{
    margin-left:-4px;
}
p 
{

}

/* Utilites
------------------------------ */

* { margin: 0; padding: 0; }
/* .img-repl { text-indent: -9999px; overflow: hidden; display: block; } */
*:focus { outline: none; }
.hidden { display: none!important; }
.show { display: block!important; }
.no-margin { margin: 0!important; }
.no-padding { padding: 0!important; }
.no-back { background: none!important; }
.no-border { border: none!important; }
.pointer { cursor: pointer;}
.container { overflow: hidden; }
.bold {
    font-weight: bold;
}
.float_l{
    float:left;
}
.float_r{
    float: right;
}
.a_left { text-align: left !important; }
/***************BTNS styles*****************/
.btn_make_contrib{
    width:211px;
    height:29px;
    display:block;
    border:none;
    cursor:pointer;
    background:url(/images/btns/btn_make_contrib.gif) no-repeat top;
}

.btn_make_contrib:hover{
    background:#444444;
    background:url(/images/btns/btn_make_contrib.gif) no-repeat bottom;
}
.btn_click_to_reg{
    width:134px;
    height:21px;
    display:block;
    border:none;
    cursor:pointer;
    background:url(/images/btns/btn_click_to_reg.gif) no-repeat top;
}
.btn_click_to_reg:hover{
    background-position:bottom;
}
.btn_begin_the_reg{
    width:183px;
    height:21px;
    display:block;
    border:none;
    cursor:pointer;
    background:url(/images/btns/btn_begin_the_reg.gif) no-repeat top;
}
.btn_begin_the_reg:hover{
    background-position:bottom;
}
.btn_send{
    width:86px;
    height:30px;
    display:block;
    border:none;
    cursor:pointer;
    background:url(/images/btns/btn_send2.gif) no-repeat top;
}

.btn_send:hover{
    background:#444444;
    background:url(/images/btns/btn_send2.gif) no-repeat bottom;
}
.btn_close{
    width:17px;
    height:17px;
    display:block;
    border:none;
    cursor:pointer;
    background:url(/images/btns/btn_close.gif) no-repeat top;
}

.btn_close:hover{
    background:#444444;
    background:url(/images/btns/btn_close.gif) no-repeat bottom;
}
.btn_search_sml{
    width:58px;
    height:21px;
    display:block;
    border:none;
    cursor:pointer;
    background:url(/images/btns/btn_search_sml.gif) no-repeat top;
}
.btn_search_sml:hover{
    background:#444444;
    background:url(/images/btns/btn_search_sml.gif) no-repeat bottom;
}
.btn_reset_sml{
    width:54px;
    height:23px;
    display:block;
    border:none;
    cursor:pointer;
    background:url(/images/btns/btn_reset_sml.gif) no-repeat top;
}
.btn_reset_sml:hover{
    background:#444444;
    background:url(/images/btns/btn_reset_sml.gif) no-repeat bottom;
}
.btn_i_agree{
    width:58px;
    height:21px;
    display:block;
    border:none;
    cursor:pointer;
    background:url(/images/btns/btn_i_agree.gif) no-repeat top;
}
.btn_i_agree:hover{
    background:#444444;
    background:url(/images/btns/btn_i_agree.gif) no-repeat bottom;
}
.btn_new_search_sml, #btnNewsearch{
    width:84px;
    height:21px;
    display:block;
    border:none;
    cursor:pointer;
    background:url(/images/btns/btn_new_search_sml.gif) no-repeat top;
}
.btn_new_search_sml:hover, #btnNewsearch:hover{
    background:#444444;
    background:url(/images/btns/btn_new_search_sml.gif) no-repeat bottom;
}
.btn_close_sml{
    width:50px;
    height:21px;
    display:block;
    border:none;
    cursor:pointer;
    background:url(/images/btns/btn_close_sml.gif) no-repeat top;
}
.btn_close_sml:hover{
    background:#444444;
    background:url(/images/btns/btn_close_sml.gif) no-repeat bottom;
}
.btn_ok_sml{
    float:left;
    width:35px;
    height:21px;
    display:block;
    border:none;
    cursor:pointer;
    background:url(/images/btns/btn_ok_sml.gif) no-repeat top;
    margin: 0px 10px 0px 110px;
}
.btn_ok_sml:hover{
    background:url(/images/btns/btn_ok_sml.gif) no-repeat bottom;
}
.btn_cancel_sml{
    float:left;
    width:57px;
    height:21px;
    display:block;
    border:none;
    cursor:pointer;
    background:url(/images/btns/btn_cancel_sml.gif) no-repeat top;
}
.btn_cancel_sml:hover{
    background:url(/images/btns/btn_cancel_sml.gif) no-repeat bottom;
}

.btn_invite_sml{
    width:121px;
    height:21px;
    display:block;
    border:none;
    cursor:pointer;
    background:url(/images/btns/btn_invite_sml.gif) no-repeat top;
}
.btn_invite_sml:hover{
    background:#444444;
    background:url(/images/btns/btn_invite_sml.gif) no-repeat bottom;
}
.btn_go{
    width:36px;
    height:21px;
    display:block;
    border:none;
    cursor:pointer;
    background:url(/images/btns/btn_go.gif) no-repeat top;
}
.btn_go:hover{
    background:url(/images/btns/btn_go.gif) no-repeat bottom;
}
/***************header styles*****************/
.header{
    margin:auto;
    width:920px;
    height:97px;
    /*
	background:url(/images/header_bg.gif) repeat-x #248bbf;
    */
    background: #248bbf url(/images/header/header_bg_slogan.jpg) no-repeat top left;
}
.header h1{
    display:none;
}
.logo_aln{
    padding: 10px 0px 0px 11px;
    float:left;
}
.header_rtxt{
    float:right;
    width:590px;
    color:#FFFFFF;
    text-align:left;
}
.header_rtxt p{
    margin:0px;
    padding: 7px 0px;
    line-height:18px;
}
.header_rtxt p.secure_login_lnk{
    text-align:right;
    padding-right:8px;
}
.header_rtxt p.secure_login_lnk a{
    color:#FFFFFF;
    text-decoration:none;
    background:url(/images/lockicon.gif) no-repeat;
    padding: 4px 0px 4px 18px;
    display: none;
}
.header_rtxt p.secure_login_lnk img{
    vertical-align:middle;
}
.header_rtxt p.secure_login_lnk a:hover{
    color: #000000;
}
.header_topmenu{
    clear:both;
    float: right;
    margin:0px;
    padding: 16px 8px 0px 0px;
}
.header_topmenu li{
    list-style:none;
    display:inline;
    margin:0px;
    padding:0px;
}
.header_topmenu a{
    color:#FFFFFF;
    text-decoration:none;
    line-height:16px;
}
.header_topmenu a:hover{
    color:#000000;
}
.header_topmenu a img{
    vertical-align:middle;
    margin: 0px 10px 2px 0px;
}
.header_topmenu .splitter{
    padding: 0px 7px;
}
.breadcrumbmenu{
    margin:auto;
    width:901px;
    padding: 2px 7px 2px 10px;
    border:solid 1px #c5d9dd;
    background:#FFFFFF;
    overflow:hidden;
}
.breadcrumbmenu input.input_txt{
    padding:0px;
    height:15px;
}
.breadcrumbmenu .login_lnk{
    float:right;
    text-decoration:none;
    font-weight:bold;
    text-transform:uppercase;
    color:#1274a8;
}
.breadcrumbmenu .login_lnk:hover{
    color: #333333;
}
.breadcrumbmenu .login_lnk img{
    margin-right:5px;
}
.breadcrumbmenu ul{
    margin:0px;
    padding:0px;
    float:left;
}
.breadcrumbmenu li{
    margin:0px;
    padding:0px;
    list-style:none;
    display:inline;
    font-size:11px;
}
.breadcrumbmenu li a{
    color:#1274a8;
    font-size:11px;
    line-height:18px;
}
.breadcrumbmenu li.splitter{
    padding: 0px 7px;
}
/***************advanced search styles*****************/
/***************main menu styles*****************/
/***************main menu styles*****************/
.main_menu{
    margin:auto;
    width:920px;
    height:30px;
    padding: 15px 0px 0px 0px;
}
.main_menu ul{
    margin:0px;
    padding:0px;
    float:left;
}
.main_menu li{
    margin:0px;
    padding:0px;
    display:block;
    float:left;
    list-style:none;
    margin-right:2px;
}
.main_menu li a{
    display:block;
    height:30px;
    line-height:30px;
    background: url(/images/mainmenu/mainmenu_bg.gif) repeat-x #ffffff;
    color:#666666;
    text-decoration:none;
    cursor:pointer;
    font-weight:bold;
}
* html .main_menu li a{
    float:left;
}
.main_menu li a:hover{
    background:#258cc1;
    color:#ffffff;
    background: url(/images/mainmenu/mainmenu_bg.gif) repeat-x bottom #2a92c6;
}
.main_menu li a.link_ov{
    color:#ffffff;
}
.main_menu li .lborder{
    float:left;
    height:30px;
    display:block;
    background:url(/images/mainmenu/lborder.gif) no-repeat left top;
}
.main_menu li  a:hover .lborder, .main_menu li a.link_ov .lborder{
    background:url(/images/mainmenu/lborder.gif) no-repeat left bottom #248BBF;
}
.main_menu li .rborder{
    float:left;
    height:30px;
    padding: 0px 10px;
    display:block;
    background:url(/images/mainmenu/rborder.gif) no-repeat right top;
}
.main_menu li a:hover .rborder, .main_menu li a.link_ov .rborder{
    background:url(/images/mainmenu/rborder.gif) no-repeat right bottom;
}
.main_menu .btn_make_contrib{
    float:right;
    margin-top:1px;
}
.main_menu .cont{
    display:none;
    position:absolute;
    z-index:5000;
}
* html .main_menu .cont{
    clear:both;
}
.main_menu li:hover .cont{
    display:block;
}
.main_menu .cont ul{
    display:block;
    float:none;
    border:solid 1px #c5d9dd;
    border-top:none;
    margin:0px;
    padding:0px;
    background:#FFFFFF;
    width:180px;
    height:auto;
}
.main_menu .cont li{
    display:block;
    float:none;
    width:auto;
    height:auto;
    margin:0px;
    padding: 2px 10px;
    border-top:solid 1px #c5d9dd;
    line-height:18px;
}
.main_menu .cont a{
    display: block;
    float:none;
    width:auto;
    height:auto;
    margin:0px;
    padding:0px;
    background:none;
    line-height:22px;
}
* html .main_menu .cont a{
    display:inline;
}
.main_menu .cont a:hover{
    background:none;
    color:#1274A8;
    font-weight:bold;
}

.content{
    margin:auto;
    overflow:hidden;
    width:920px;
    height:auto !important;
    height:500px;
    padding-top:11px;
}

h1.warning {
    color:Red;
    margin-left:17px;
}


/***************subpage menu styles*****************/
/***************footer styles*****************/
.footer{
    margin:auto;
    clear:both;
    width:904px;
    height:31px;
    line-height:31px;
    border:solid 1px #c5d9dd;
    background:#FFFFFF;
    margin-top:15px;
    padding: 0px 5px 0px 10px;
}
.footer ul{
    margin:0px;
    padding:0px;
    text-align:center;
}
.footer li{
    margin:0px;
    padding: 0px 3px;
    display:inline;
}
.footer li a{
    text-decoration:none;
}
.footer li a:hover, .footer li a.link_ov{
    color:#1172a6;
}
.signup_arrow{
    margin-left:5px;
    display:block;
    width:12px;
    height:17px;
    border:none;
    cursor:pointer;
    background:url(/images/signup_arrow.gif) no-repeat top;
}
.signup_arrow:hover{
    background:url(/images/signup_arrow.gif) no-repeat bottom;
}
.signup_arrow2{
    margin: 1px 0px 0px 7px;
    display:block;
    width:7px;
    height:9px;
    border:none;
    cursor:pointer;
    background:url(/images/signup_arrow2.gif) no-repeat top;
}
.signup_arrow2:hover{
    background:url(/images/signup_arrow2.gif) no-repeat bottom;
}
.botom_menu{
    width: 921px;
    margin: auto;
    text-align:center;
    line-height:18px;
    padding: 5px 0px 15px;
    position: relative;
}
.botom_menu .copy { line-height: 20px; }
.designed_by {

    text-align: center;
    line-height: 20px;
}	
.designed_by a { text-decoration: none; }
.designed_by a:hover { color: #1172A6; }

.botom_menu ul{
    margin:0px;
    padding:0px;
}
.botom_menu li{
    margin:0px;
    padding:0px;
    display:inline;
}
.botom_menu li.splitter{
    padding: 0px 5px;
}
.botom_menu li a{
    text-decoration:none;
}
.botom_menu li a:hover, .botom_menu li a.link_ov{
    color:#1172a6;
}
/***************home_content styles*****************/
.flash_home{
    margin: auto;
    width:920px;
    height:245px;
}
.flash_home_bg{
    width:720px;
    height:165px;
    padding: 80px 0px 0px 200px;
    background: url(/images/home_boxs/flash_home_bg.jpg) no-repeat;
}
.flash_home_bg p{
    font-size:14px;
    font-weight:bold;
    color:#2380b1;
    width:470px;
    line-height:22px;
    margin:0px;
    padding: 10px 0px;
    line-height:20px;
}
.home_boxs{
    margin:auto;
    width:920px;
    padding-top:15px;
    overflow: hidden;
}
.home_box_blue, .home_box_blue2, .home_box_green3{
    width: 280px;
    background: #FFFFFF;
    float:left;
    overflow: hidden;
}

.home_box_blue, .home_box_blue2 
{
    margin-bottom: 10px;
}
.home_box_blue3{
    background: #FFFFFF;
}
.home_box_green{
    width:328px;
    background: #FFFFFF;
    float:left;
    margin: 0px 10px 0px 10px;
    overflow: hidden;
}
.home_box_blue2{
    width: 292px;
}
.home_box_content, .home_box_content_player{
    min-height:290px;
    height: auto !important;
    height: 290px;
    border-right:solid 1px #c5d9dd;
    border-bottom:solid 1px #c5d9dd;
    border-left:solid 1px #c5d9dd;
    padding: 0px 9px;
}
.home_box_content_bot {
    min-height:125px;
    height: auto !important;
    height: 125px;
    border-right:solid 1px #c5d9dd;
    border-bottom:solid 1px #c5d9dd;
    border-left:solid 1px #c5d9dd;
    padding: 9px 9px 0px 9px;;
}

.home_box_blue img { margin-top: 9px; }
.home_box_content3{
    border-right:solid 1px #c5d9dd;
    border-bottom:solid 1px #c5d9dd;
    border-left:solid 1px #c5d9dd;
    padding:10px;
}
.home_box_content_player{
    padding:0px;
}
.home_box_content_nopad{
    padding:0px;
    min-height:310px;
}
.home_box_content{
    min-height: 310px;
    height: auto !important;
    height: 310px;
}
.home_box_content img 
{
    margin: 10px 10px 0 0;
}

.home_box_content .controls_ico img 
{
    margin: 0 5px 0 0;
}

.controls_ico 
{
    width: 100px;
    height: 20px;
    float:left;
}

.red_sign_line 
{
    background-color:#F1F0E0;
    height:37px;
    margin:0 0 10px 10px;
    padding:0 30px 0px 15px;
    width:255px;
}

.red_sign_line img 
{
    border: none !important; 
}

.red_sign_line table     
{
    width: 243px;
    margin-bottom:3px;
}

.red_sign_line table span 
{
    color: #D64346;
    font-size: 16px;
    font-weight: bold; 
}   

.red_sign_line a
{
    text-decoration: none;
}

.red_sign_line a:hover
{
    color: #333;
}

.red_sign_line strong 
{
    color: #000;
}

.chart_div 
{
    height:95px;
    padding:0 10px 0;
}

.red_sign_line a 
{
    color: #1273A7;
    font-weight: bold;
}

.red_sign_line a.red_sign 
{
    display: block;
    height: 40px;
    width: 40px;
    margin: 0px 10px 0 0;
    background: url(/images/red_sign.gif) no-repeat top left;
} 
.home_box_content .stat_view_div .clearfix {
	padding-top: 3px;
	padding-bottom: 3px;
}
.home_box_content .stat_view_div b {
	font-size: 14px;	
	display: block;
	padding-bottom: 7px;	
	
}
.home_box_content .stat_view_div {
	padding-top: 0px;	
	padding-right: 8px;
	padding-left: 28px;
}


.red_sign_line a.red_sign:hover 
{
    background: url(/images/red_sign.gif) no-repeat bottom left;
}


.stat_view_div 
{
    padding: 10px 18px 0px;
}

.stat_view_div table 
{
    margin:0 0 5px 0;
    width:255px;
}

.stat_view_div table td 
{
    padding:2px 0;
}

.stat_view_div strong 
{
    color: #d64346;
    font-weight: bold;
    font-size: 16px;    

}

.newsfeed 
{
    padding:0 10px;
}

.newsfeed p 
{
    color: #000;
    font-weight: bold;
    line-height: 18px;
    margin: 0 0 6px 0;
    padding: 0;
}


.controls_ico img 
{
    margin: 0 5px 0 0;
    cursor: pointer;
}


.home_col_cntr { 
    width: 326px;
    overflow: hidden;
}
.home_box_content p{
    line-height:18px;
    margin:0px;
    padding: 8px 0px 0px;
}
.home_box_content p b,
.home_box_content p b a,
.home_box_content_bot p b,
.home_box_content_bot p b a{
    color:#669900;
}
.home_box_content p a, .home_box_content_bot p a{
    font-weight:bold;
    color:#1273a7;
    text-decoration:none;
    white-space: nowrap;
}
.home_box_content p a:hover, .home_box_content_bot p a:hover{
    color:#333333;
}
.home_box_content img{
    border:1px solid #C5D9DD;
}
.home_box_content a:hover img{
    border:1px solid #333333;
}
.hb_news_cont{
    float:left;
    width:185px;
    padding-left:10px;
    overflow: hidden;
}
.hb_news_cont p{
    padding: 0px 0px 0px;
}
.hb_news_img{
    float:left;
    width:108px;
}
.home_box_green .hb_news_grad p,
.home_box_green .hb_news_nograd p {
    padding-left: 118px;
    line-height: 18px;
}

.home_box_content_bot .hb_DonorStory_nograd p 
{
    padding-left: 117px;   
    line-height: 18px; 
}


.hb_news_nograd 
{
    float:left;
    height:110px;
    margin-right:15px;
    overflow:hidden;
    width:290px;
    display: inline;
}

*html .hb_news_nograd  {
    width: 250px;
}

#divLatestNewsContainer {
    width: 100%;
    overflow: hidden;
}

*html #divLatestNewsContainer .hb_news_nograd {
    clear: none;
}

.hb_news_nograd {
    /*overflow:hidden;
	clear:both;
	padding: 10px;*/
}


.hb_news_all { padding: 0px 10px 0px 0px; overflow:hidden;}
.hb_news_grad{
    background:#f4f3e6;
    overflow:hidden;
    clear:both;
    padding: 10px;
}
.hb_news_all a{
    color:#1274A8;
    float:right;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
    text-transform:uppercase;
    line-height:23px;
	height: 23px;
}
.hb_news_all a:hover{
    color: #333333;
}
.small_text{
    font-size:11px;
}
.home_box_green p{
    padding: 0px;
}
/***************content styles*****************/
.subscribe-block{
}
.subscribe-block a{
    font-weight:bold;
    color:#1273A7;
    text-decoration:none;
}
.subscribe-block a:hover{
    color:#333333;
}
.subscribe-texts{
    color:#669900;
}
.subp_content{
    margin:auto;
    width:920px;
    overflow:hidden;
    padding-top:11px;
}
.subpagemenu{
    border-right:1px solid #C5D9DD;
    float:left;
    width:179px;
    padding:0;
    overflow: hidden;
}

.subpagemenu .top-banner 
{
    margin: 10px 5px;
    width:160px;
    text-align:center;
    line-height:0px;
    font-size:0px;
}

*html .subpagemenu .top-banner 
{
    margin: 5px;
}    

*+html .subpagemenu .top-banner 
{
    margin: 5px;
}    


.r_part{
    float:left;
    width:740px;
    margin:auto;
    overflow: hidden;
    position: relative;
}
.search_partr table{
    margin:10px 0 0 17px;
}
.text_content{
    float:left;
    width:466px;
    margin: 0px;
    /*	overflow: hidden;*/
    line-height:18px;
    padding: 0px 0 0 14px;
}


.text_content .CmsContent {
    padding: 0 20px 0 0;
}
.text_content2{
    width:700px;
    float:none;
}
.text_content p{
    padding: 8px 0px;
    line-height:18px;
}
.right_banners{
    float:right;
    width:248px;
    margin: 0px;
    /*	overflow: hidden;*/
}

.col_stat {
    background:#fff url(/images/col_stat_bg.gif) repeat-y;
    padding:5px 12px 0 7px;

}

.col_stat table {
    background-color: #e8eef0;
}

.col_stat table td {
    padding: 2px;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    border-left: none;
    border-right: none;
    color: #666;
    padding: 3px 3px;
}

.col_stat #tabledate {
    color: #184887;
    font-weight: bold;
    display: block;
    margin: 5px 0 5px 0;
}


.col_stat_top {
    background: url(/images/col_stat_top.gif) no-repeat;
    width: 248px;
    height: 46px;
    font-size: 0;
    line-height: 0;
}

.col_stat_bot {
    background: url(/images/col_stat_bot.gif) no-repeat;
    width: 248px;
    height: 13px;
    font-size: 0;
    line-height: 0;
}


.r_part .right_banners .top-banner, .right_banners .top-banner{
    padding:0px;
    border: none;
    text-align:right;
    line-height:0px;
    font-size:0px;
}
.subpagemenu ul{
    margin:0px;
    padding: 0px 0px 10px 0px;
}
.subpagemenu li{
    margin:0px;
    padding: 6px 0px 6px 11px;
    list-style:none;
    background: url(/images/arrow_subpagemenu.gif) no-repeat 1px 11px;
    line-height:16px;
}
.subpagemenu li li{
    line-height:14px;
    font-size:11px;
    padding: 3px 5px 3px 11px;
    background: url(/images/list_arrow.gif) no-repeat 1px 7px;
}
.subpagemenu li a{
    text-decoration:none;
    color:#1173a7;
    font-weight:bold;
}
.subpagemenu li a:hover, .subpagemenu li a.act{
    color:#80a634;
}
.box{
}
.text_content p.current-page-title,
p.current-page-title,
h1.current-page-title,
h2.current-page-title{
    padding:5px 0 0 0px;
    margin-bottom:0px;
    font-weight:bold;
    color:#80a634;
    font-size: 16px;
    border:none;
    line-height:normal;
    height:auto;
}
.text_content a{
    color:#1173a7;
}
.text_content a:hover{
    color:#333333;
}
.text_content{
}
.r_part .top-banner{
    padding-bottom:11px;
    padding-left:11px;
    text-align:center;
    line-height:0px;
    font-size:0px;
}
.img_lalign{
    float:left;
    margin: 0px 11px 0px 0px;
    padding:1px;
    border:solid 1px #c5d9dd;
}
.text_content li{
    line-height:18px;
}

.text_content_lending{
    padding:0px;
    width:740px;
}
.lending_subp_box{
    float:left;
    height:90px;
    padding:0 15px 17px 0;
    width:345px;
    font-size:11px;
    font-family: Arial, Helvetica, sans-serif;
    color:#444444;
    font-weight:normal;
}

.sub_cont {
    padding:0px 0 0 10px;
}

.up_content { padding: 0;
              margin: 0;}


.text_content .CmsContent hr {
    background-color:#C5D9DD;
    border:medium none;
    color:#C5D9DD;
    height:1px;
    clear: both;
    margin:0 auto 10px auto;
    text-align:center;
    width:450px;
}


.lending_subp_box1{
    height:auto;
    width:328px;
    padding: 0px 15px 17px 17px;
}
.lending_subp_box2{
    height:auto;
    width:338px;
    padding: 0px 0px 17px 32px;
}
.lending_subp_box img{
    margin-right:10px;
}
.lending_subp_box p{
    line-height:18px;
}
.lending_subp_box p b a{
    font-size: 19px;
    color:#80a634;
    font-weight: normal;

}
.lending_subp_box a{
    text-decoration:none;
    color:#1173A7;
    font-size: 12px;
    font-weight:bold;
}
.lending_subp_box a:hover{
    color:#626262;
}
.guidelines-fotm td{
    border:solid 1px #c5d9dd;
    border-collapse:collapse;
    padding: 5px;
}
.odd-row{
    background:#FFFFFF;
}
.even-row{
    background:#f9f9f2;
}
.guidelines-fotm th.table-header{
    line-height:24px;
    font-size:16px;
    text-align:left;
    color:#80A634;
}
.guidelines-fotm td.table-title{
    vertical-align:top;
    font-weight:bold;
}
.guidelines-fotm td.table-list{
}
/************/
.refer_panel{
    margin: 20px 0px 0px -280px;
    position:absolute;
    background:#FFFFFF;
    border:solid 3px #c5d9dd;
    padding:10px;
    width:360px;
    z-index:999;
}
.refer_panel .data_container{
    border:none;
}
.refer_form{
}
.refer_form tr{
}
.refer_form td{
    padding: 5px 0px;
}
.refer_form td.tdname, .refer_form td.tdname_msg{
    color:#444444;
    font-weight:bold;
    padding-right:10px;
    white-space: nowrap;
}
.refer_form td.tdname{
    vertical-align:top;
    line-height:22px;
}
.refer_form td.tdname_msg{
    white-space:normal;
}
.refer_form input.input_txt, .refer_form textarea, .refer_form select{
    width:277px;
}
.refer_form textarea{
    height:80px;
}
.header_topmenu a.refer_panel_close{
    color:444 !important;
}
a.refer_panel_close:hover{
    color:#FF0000;
}
.refer_panel a.btn_close{
    margin-right:4px;
}
.refer_form td.tdname_msg ul{
    margin:0px;
    padding:0px;
}
.refer_form td.tdname_msg li{
    margin:0px;
    padding: 6px 0px;
    display:block;
    float:none;
}
.upper{
    text-transform:uppercase;
}


.tbl_search_results
{
    margin: 10px 0px 0px 0px;
    width:100%;
}

.tbl_search_results tr td 
{
    padding:  10px 5px;

}
.tbl_search_results tr td a{
    font-weight: bold;
    color:#1274A8;
}
.tbl_search_results tr td a:hover{
    font-weight: bold;
    color:#333333;
}


.td_serch_res_num 
{
    width: 20px;
    text-align: center;
    font-weight: bold;
    border-right: 1px solid #aaa;

}    


.subp_box_c_title     
{
    color:#80A634;
    font-size:16px;
    font-weight:bold;
    margin-bottom:0;
    padding:15px 0 10px 0;
    text-align: center;
}

.login_page h3.a_center 
{
    text-align:center;
}
#divMessage p, #divMessage{
    color:#666;
}
.ValidatorValid, .ValidatorInvalid{
    color: #FF0000;
    padding-left:3px;
    position:absolute;
}

.fieldset-form{
    border:none;
    margin: auto;
    padding:0px;
    width:383px;
}
.fieldset-form .f-row{
    clear:both;
    overflow:hidden;
    padding: 3px 0px 4px;
}
.fieldset-form label, .fieldset-form .f-titles{
    display:block;
    float:left;
    width:113px;
    font-weight:bold;
    line-height:20px;
}
.fieldset-form .f-inputs{
    display:block;
    float:left;
    width:270px;
}
.fieldset-form .f-inputs input.input_txt, .fieldset-form .f-inputs textarea{
    width:268px;
}
.fieldset-form .f-inputs select{
    max-width:268px;
}
.fieldset-form .f-inputs select.sel_abs{
    position:absolute;
}
.fieldset-form .f-inputs input.input_txt_80{
    width:80px;
}
.fieldset-form input.checkbox{
    vertical-align:middle;
}
.fieldset-form select.sel_w{
    width:280px;
}
.ThankYou_msg{
    line-height:18px;
    padding:0px;
    text-align: justify;
    font-weight:bold;
    font-size:12px;
    color:#1274a8;
}
.video-comp_aln #video-comp{
    margin-left:16px;
}
.video-comp_aln{
    border-left: solid 1px #c5d9dd;
    margin-left:-1px;
}
.video_comp_bg2{
    width:270px;
    height:189px;
    padding: 15px 0px 0px 0px;
    background: url(/images/home_boxs/video_comp_bg2.jpg) ;
}
.video_comp_bg2 p {
    color:#2380B1;
    font-size:13px;
    font-weight:bold;
    line-height:22px;
    margin:0;
    padding:10px 30px;
}
.video_comp_bg2 p a{
    color:#626262;
}

.video_comp_bg{
    width:290px;
    height:270px;
    padding: 40px 0px 0px 0px;
    background: url(/images/home_boxs/video_comp_bg.jpg) no-repeat;
}
.video_comp_bg p{
    color:#2380b1;
    font-size:13px;
    font-weight:bold;
    line-height:22px;
    margin:0px;
    padding: 10px 40px;
}
.valid{
    color:#FF0000;
}

.f-left{
    float:left;
}

.image-donor{
    padding:0px 7px 1px 0px;
}
.recipient_stories a, .recipient_stories_list a{
    font-weight:bold;
    text-decoration:none;
}
.recipient_stories a:hover, .recipient_stories_list a:hover{
    color:#222;
}
.recipient_stories img{
    border: solid 1px #c5d9dd;
    margin: 14px 10px 4px 0px;
    padding:0px;
}
.recipient_stories{
    line-height:18px;
}
.recipient_stories_list a{
    text-decoration: none;
}
.recipient_stories_box{
    float:left;
    width:162px;
    text-align:center;
    padding-top:5px;
}
.recipient_stories_box a{
    text-decoration:none;
    font-weight:bold;
    line-height:20px;
}
.recipient_stories_box img{
    border:solid 1px #c5d9dd;
}
.recipient_stories_title{
    text-align:center;
    font-size:14px;
    line-height:26px;
    padding-top:4px;
    font-weight:bold;
    color:#1173A7;
}
.pnav_html{
    text-align:right;
    color:#666666;
    padding: 12px 0px;
    float:right;
}
.pnav_html a{
    color:#1173a7;
    font-weight:bold;
    margin: 0px 3px;
    text-decoration:none;
}
.pnav_html a.link_ov{
    color:#ec1e2c;
    font-size:16px;
}
.home_box_content3 ol{
    margin: 0px 0px 0px 40px;
    padding:0px;
    font-weight:bold;
}
.home_box_content3 ol li{
    margin: 12px 0px;
    padding:0px;
    line-height:18px;
}
.text_content .home_box_content3 ol li a.link_ov{
    color:#ec1e2c;
    text-decoration:none;
}
.NewsItemTemplate, .NewsItemTemplate_landing{
    clear:both;
    line-height:18px;
    padding: 10px 0px 10px;
    text-align:justify;
    border-bottom:solid 1px #c5d9dd;
    overflow:hidden;
}
.NewsItemTemplate_landing, .lending_subp_box .NewsItemTemplate{
    padding: 5px 0px 5px;
    line-height:14px;
}
.NewsItemTemplate a, .NewsItemTemplate_landing a{
    text-decoration: none;
    font-weight:bold;
    color:#1173A7;
}
.NewsItemTemplate td{
    vertical-align:top;
}
.NewsItemTemplate_landing a:hover{
    text-decoration:none;
}
.NewsItemTemplate a:hover img, , .NewsItemTemplate_landing a:hover img{
    border:solid 1px #333333;
}
.NewsItemTemplate img, .NewsItemTemplate_landing img{
    float:left;
    border:solid 1px #c5d9dd;
    margin: 0px 10px 0px 0px;
}
.NewsItemTemplate a:hover img, .NewsItemTemplate_landing a:hover img{
    border-color:#333333;
}
.news_search{
    padding: 10px 0px 0px 0px;
    font-weight:bold;
}
.news_pagenav td{
    padding: 2px 0px 2px 0px;
    text-align:left;
}
.news_pagenav td.xnav-left-td a{
    padding: 0px 3px;
}
.news_pagenav td.xnav-left-td b{
    padding: 0px 3px;
}
.news_pagenav td.xnav-left-td a b{
    padding: 0px;
}
.news_pagenav td.XNavBarTitle strong{
    color:#80A634;
}
.c_img{
}
.l_img{
    margin: 0px 12px 0px 0px;
    float:left;
}
.r_img{
    margin: 0px 0px 0px 12px;
    float:right;
}
.print{
    padding: 0px 0px 0px 20px;
}
.print2{
    clear:both;
    padding: 15px 0px 0px;
}
.print_r{
    padding: 8px 0px 14px;
}
.print a{
    font-weight: bold;
    color:#ed1d2d;
    text-decoration:none;
}
.print a:hover{
    color:#666666;
}
.print img{
    vertical-align:middle;
    margin-right:3px;
}
.current_page{
    text-align: left;
    font-size:12px;
    font-weight: bold;
    color:#80A634;
}
.current_page span{
    font-size:16px;
}
.bXNAVBAR{
    border:solid 1px #c5d9dd;
    padding: 4px 10px 4px 10px;
    background: #FFFFFF;
    margin-top:-1px;
}
.print_window .print, .print_window .print2{
    display:none;
}

.Calendar0{
    border:solid 1px #c5d9dd !important;
}
.Calendar0 td, .Calendar0 th{
    border:solid 1px #c5d9dd !important;
    background:#FFFFFF !important;
}
.Calendar0 td td, .Calendar0 th td{
    padding:0px !important;
    border:none !important;
    border-collapse:collapse !important;
}
.Calendar0 th td{
    border:solid 1px #000000 !important;
}
.Calendar0 a{
    padding:4px 2px;
    display:block;
    text-decoration:none;
}
.Calendar0 a:hover{
    background:#c5d9dd;
}
.Calendar0 .Calendar5 a{
    color:#FF0000 !important;
}
.Calendar2 a{
    background:#c5d9dd !important;
}
.Calendar7 a{
    text-align:center;
}
.Calendar7 a:hover{
    color:#1274A8 !important;
    background:none !important;
}
th.Calendar4 {
    padding:2px 2px !important;
    text-align:center;
}
.Calendar0 td.Calendar3{
    border:solid 1px #1775a8 !important;
}
.Calendar0 td.Calendar3 a{
    color: #1274A8 !important;
}
.Calendar1{
    color:#1173A7 !important;
}
.Calendar0 td.Calendar_event{
    border: solid 1px #CC3300 !important;
}
.Calendar0 td.Calendar_event a{
    color: #666 !important;
}
.error_window{
    width:400px;
    background:#FFFFFF;
    border:1px solid #C5D9DD;
    margin: 50px auto;
    padding: 40px 60px;
    text-align:center;
}
.error_window h4{
    padding: 10px 0px 20px 0px;
}
.error_window img{
    vertical-align:middle;
    margin: 0px 10px 7px 0px;
}
.error_window a{
    color:#1273A7;
    text-decoration:none;
    font-weight:bold;
}
.error_window a:hover{
    color:#333333;
}
.botom_menu2{
    border-top:1px solid #C5D9DD;
    clear:both;
    line-height:31px;
    margin:15px auto auto;
    padding:0 5px 0 10px;
    width:904px;
    text-align:center;
}
.tprint_lnk{
    height:20px;
    float:left;
    position:absolute;
    z-index:1;
    margin: 0px 0px 0px -78px;
}
.tprint_lnk img{
    vertical-align:middle;
}
.tprint_lnk a{
    text-decoration:none;
    color:#FF0000;
    font-weight:bold;
}
.tprint_lnk a:hover{
    color:#333333;
}
.tprint_lnk .splitter{
    font-size:11px;
}
#divResponse table, #divResponse table td, #divResponse table th{
    border:1px solid #AAAAAA !important;
}
#divResponse table{
    border-collapse: collapse !important; /* cellspacing="0" */
}
#divResponse table th{
    background:#FFFFFF;
    color:#1173A7;
    font-weight:bold;
}
#divResponse table td, #divResponse table th{
    padding: 3px 4px;
    line-height:16px;
}
#divResponse table td{
    vertical-align:top;
}
#divResponse table img{
    vertical-align:middle;
}
.search_controls td{
    padding: 3px 0px;
}
.limitations{
    height:250px;
    overflow:auto;
    border:1px solid #C5D9DD;
    background:#FFFFFF;
    padding: 10px 16px;
}
.tissue_typing_table td{
    padding: 3px 7px 3px 0px;
}
p.p_box{
    border:1px solid #C5D9DD;
    background:#FFFFFF;
    padding:7px 8px !important;
}
.clear{
    line-height:0px;
    height:0px;
    clear:both;
    font-size:0px;
}
.home_top_link_box {
    width: 670px;
    overflow: hidden;
    height: 16px;
    position: absolute;
    margin-top: 1px;
}
*:first-child+html .home_top_link_box {
    margin-top: 2px;
}	
.home_top_link_box a {
    text-decoration: none;
    font-weight: bold;
    color: #dd0101;
}
.home_top_link_box a:hover {
    color: #ff0000;
}
.divPopupBlocker{
    background:#FFFFFF;
    border:solid 3px #FF0000;
    position:absolute;
    margin: 0px 0px 0px 0px;
    text-align:left;
    display:none;
    width:320px;
    padding:12px;
    z-index:999;
    color:#FF0000;
    font-size:13px;
    font-weight:bold;
}
.divPopupBlocker{
}

.box-login .f-input-1 
{
    width: 160px !important;
}


.membermenu{
    margin:auto;
    width:901px;
    padding: 2px 7px 2px 10px;
    border:solid 1px #c5d9dd;
    background:#FFFFFF;
    overflow:hidden;
}

.membermenu ul{
    margin:0px;
    padding:0px;
    float:left;
}
.membermenu li{
    margin:0px;
    padding:0px;
    list-style:none;
    display:inline;
    font-size:11px;
}
.membermenu li a{
    color:#1274a8;
    font-size:11px;
    line-height:18px;
}
.membermenu li.splitter{
    padding: 0px 7px;
}

*+html .printat {
    padding-bottom: 0;
}

.printat a{
    font-weight: bold;
    color:#ed1d2d;
    text-decoration:none;
}
.printat a:hover{
    color:#666666;
}
.printat img{
    vertical-align:middle;
    margin-right:3px;
}

.flash_stats {
    margin: 5px 0px 5px -5px;
}
.chart_div {
	height: 90px;	
}
.chart_div .flash_stats {
	margin-bottom: 0px;	
}
.home_box_content .flash_stats {
    margin-left: 0px;
}

.boldb              { font-weight: bold; color: #000; font-size: 14px; padding: 0px 0 15px;}

.active 
{
    font-weight:bold;
}

.home_right_box {
    float: right;
    width: 640px;
}

.home_tabs ul {
    list-style: none;
    padding-left: 10px;
}

.home_tabs li {
    float: left;
    margin:0 3px 0 0;
}

.home_tabs li a {
    background:url("/images/titles/title_gray_bg.gif") repeat-x scroll 0 1px;
    color:#FFFFFF;
    font-size: 18px;
    font-weight: normal;
    display: block;
    height: 33px;
    line-height: 33px;
    text-decoration: none;
    cursor: pointer;
}

.home_tabs li a.active,
.home_tabs li a:hover {
    background:url("/images/titles/title_green_bg2.gif") repeat-x scroll 0 0 #93BD3F;
    top: 1px;
}


.home_tabs li a:hover {
    background:url("/images/titles/title_green_bg2.gif") repeat-x scroll 0 0 #93BD3F;
    top: 0px;
}

.home_tabs li a.active:hover {
    top: 1px;
}

*html .home_tabs li a,
*html .home_tabs li span,
*html .home_tabs li b {
    width: 100px;
    white-space: nowrap;
}


.home_tabs li span {
    background:url("/images/titles/title_gray_lbg.gif") no-repeat scroll left 1px transparent;
    display: block;
    height: 33px;
    line-height: 33px;
    cursor: pointer;
}

.home_tabs li .active span,
.home_tabs li a:hover span{
    background:url("/images/titles/title_green_lbg2.gif") no-repeat scroll left 0 transparent;
}

.home_tabs li a b {
    font-weight: normal;
    background:url("/images/titles/title_gray_rbg.gif") no-repeat scroll right 1px transparent;
    padding:0 14px;
    display: block;
    height: 33px;
    line-height: 33px;
    cursor: pointer;
}

.home_tabs li a.active b,
.home_tabs li a:hover b{
    font-weight: normal;
    background:url("/images/titles/title_green_rbg2.gif") no-repeat scroll right 0 transparent;
}

.home_tabs li a {
    position: relative;
    
    z-index: 999;
}

.h_tab {
    width: 100%;
    overflow: hidden;
}

.h_tab .home_box_green  {
    width: 630px;
    border-top: 1px solid #C5D9DD;
    display: inline;
    margin: 0 0 0 10px;
    position: relative;
    z-index: 1;
}

.h_tab .home_box_green .home_box_content {
    min-height: 143px;
    height: auto;
}

.h_tab .home_col_cntr {
    width: 628px;
}

.h_tab .home_box_blue2 {
    margin: 0 0 0 10px;
    width:630px;
    display: inline;
    border-top: 1px solid #C5D9DD;
}

.home_feed_box {
    width: 350px;
    margin: 7px 0 0 10px !important;
    display: inline;
}
.home_sponsors_box {
	width: 270px;		
}

.home_sponsors_box .h1_green {
	height: 3px;
	overflow: hidden;
}

.home_sponsors_box .newsfeed {
	text-align: center;
}
.home_sponsors_box .newsfeed .note {
	font-size: 10px;
	text-align: left;
	color: #6a6a6a;
	line-height: 12px;
	padding: 0px 0px 0px 10px;
	overflow: hidden;
}
.home_sponsors_box .newsfeed .note a {
	color: #6a6a6a;
	text-decoration: none;
}
.home_sponsors_box .newsfeed .note a:hover {
	color: #333;	
}
.home_sponsors_box .newsfeed {
	padding-top: 10px;
	width: 248px;
	height: 145px !important;
	overflow: hidden;
}
.home_sponsors_box .newsfeed img {
	margin: 0px 10px 6px 10px;
}
#divLatestNewsContainer .rightarr a,
#divLatestNewsContainer .leftarr a {
	position: absolute;
	display: block;
	width: 25px;
	height: 110px;
	z-index: 999;
	text-indent: -999px;
	overflow: hidden;
	cursor: pointer;
	background: #fff url(/images/rotator_arrow_left.gif) no-repeat 0px 25px;
}
#divLatestNewsContainer .leftarr a:hover {
	background-position: -39px 25px;	
}
#divLatestNewsContainer .leftarr a.disabled {
	background-position: -80px 25px;	
}
.home_box_content_bot #divLatestNewsContainer {
	width: 628px;	
	height: 110px;
	position: relative;
}
#divLatestNewsContainer .rightarr a {
	right: 0px;
	background: #fff url(/images/rotator_arrow_right.gif) no-repeat -79px 25px;
}
#divLatestNewsContainer .rightarr a:hover {
	background: #fff url(/images/rotator_arrow_right.gif) no-repeat -40px 25px;
}
#divLatestNewsContainer .rightarr a.disabled {
	background: #fff url(/images/rotator_arrow_right.gif) no-repeat 1px 25px;
}
.white_bg {
    background-color:#FFFFFF;
}
.home_rotator {
	padding-left: 0px;
	padding-right: 0px;
	min-height: 134px;
	height: auto !important;
	height: 134px;
}
.home_rotator .hb_news_nograd {
	margin-right: 10px;
	width: 280px;
}

.shade_bg {
    background-color:#F1F0E0;
}

.chartfix {
	width: 325px;	
	overflow: hidden;
}