/* 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:#333333;
	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;  
}




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;
}
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;
}
.clear-b{
    clear:both;
}
.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;
}
.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 {
	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;
}
.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:2;
}
* 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:1px;
	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 {
	position: absolute; 
	right: 0px;
	text-align: right;
	width: 300px;
	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{
	width: 280px;
	background: #FFFFFF;
	float:left;
	overflow: hidden;
}
.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_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, .home_box_content_player, .home_col_cntr {
	min-height: 310px;
	height: auto !important;
	height: 310px;
}
.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{
	color:#669900;
}
.home_box_content p a{
	font-weight:bold;
	color:#1273a7;
	text-decoration:none;
	white-space: nowrap;
}
.home_box_content 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;
}
.hb_news_nograd { width: 306px; }
.hb_news_nograd {
	overflow:hidden;
	clear:both;
	padding: 10px;
}
.hb_news_all { padding: 10px 10px 0px 0px; }
.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:24px;
}
.hb_news_all a:hover{
	color: #333333;
}
.small_text{
	font-size:11px;
}
.home_box_green p{
	padding: 2px 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;
}
.search_partr table{
	margin:10px 0 0 17px;
}
.text_content{
	float:left;
	width:488px;
	margin: 0px;
	overflow: hidden;
	line-height:18px;
	padding: 0px 19px;
}
.text_content2{
	width:700px;
	float:none;
}
.text_content p{
	padding: 8px 0px;
	line-height:18px;
}
.right_banners{
	float:left;
	width:214px;
	margin: 0px;
	overflow: hidden;
}
.r_part .right_banners .top-banner, .right_banners .top-banner{
	padding:0px;
	border: none;
	text-align:center;
	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{
	padding:5px 0 0 0px;
	margin-bottom:0px;
	font-weight:bold;
	color:#80a634;
	font-size: 16px;
}
.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;
	width:355px;
	height:90px;
	padding: 0px 0px 17px 15px;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
    color:#444444;
	font-weight:normal;
}
.lending_subp_box1{
	height:auto;
	width:338px;
	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;
}
.text_content hr{
	border: none;
	border-top: solid 1px #C5D9DD;
	height:0px;
}
.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{
}

/* = Registration List */
.width-auto{
    width:auto !important;
}    
.reg-list * {
    margin:0;
    padding:0;
}    
.reg-list{
    background:#1d7aaa;
    width:920px;
    margin: auto;
}
.reg-list .left-steps{
    width:210px;
    float:left;
}
/*---reg steps---*/
.reg-list .left-steps ul{
    padding-top:35px;
}
.reg-list .left-steps ul li{
    list-style-type:none;
    display:block;
}
.reg-welcome-btn, .reg-consent-btn, .reg-create-btn, .reg-health-btn, .reg-contact-btn, .reg-payment-btn,
.reg-welcome-btn-finish, .reg-consent-btn-finish, .reg-create-btn-finish, .reg-health-btn-finish, .reg-contact-btn-finish, .reg-payment-btn-finish{
    width:210px;
    height:51px;
    background:url(/images/btns/reg-welcome-btn.gif) no-repeat top center;    
}
.reg-consent-btn{
    background:url(/images/btns/reg-consent-btn.gif) no-repeat top center;    
}
.reg-create-btn{
    background:url(/images/btns/reg-create-btn.gif) no-repeat top center;    
}
.reg-health-btn{
    background:url(/images/btns/reg-health-btn.gif) no-repeat top center;    
}
.reg-contact-btn{
    background:url(/images/btns/reg-contact-btn.gif) no-repeat top center;    
}
.reg-payment-btn{
    background:url(/images/btns/reg-payment-btn.gif) no-repeat top center;    
}
.active-btn{
    background-position:bottom left;     
}

.link-btn 
{
    cursor:pointer;
}

.reg-welcome-btn-finish{
    background:url(/images/btns/reg-welcome-btn-finish.gif) no-repeat top center;    
}
.reg-consent-btn-finish{
    background:url(/images/btns/reg-consent-btn-finish.gif) no-repeat top center;  
}
.reg-create-btn-finish{
    background:url(/images/btns/reg-create-btn-finish.gif) no-repeat top center;    
}
.reg-health-btn-finish{
    background:url(/images/btns/reg-health-btn-finish.gif) no-repeat top center;  
    cursor:pointer;  
}
.reg-contact-btn-finish{
    background:url(/images/btns/reg-contact-btn-finish.gif) no-repeat top center;    
    cursor:pointer;  
}
.reg-payment-btn-finish{
    background:url(/images/btns/reg-payment-btn-finish.gif) no-repeat top center;  
    cursor:pointer;  
}
.reg-list .reg-percent{
    font: 120px Trebuchet MS, Arial, Verdana, Tahoma;
    color:#2f87b8;
    text-align:right;
    margin-right:-15px;
    position:relative;
    padding-top:50px;
}
/*---login content---*/
.reg-content{
    float:left;
    width:720px;
    position:relative;
    margin-left:-10px;
    background:url(/images/reg-content.png) repeat-y top left;
    min-height:100px;
    height:auto !important;
    height:100px;
}
.reg-content-top{
    background:url(/images/reg-content-top.gif) no-repeat top center;
}
.reg-content-bottom{
    background:url(/images/reg-content-bottom.gif) no-repeat bottom center;
}
.reg-content-text{
    padding:0 0px 30px 30px;
}
.reg-content .top-text{
    font-size:15px;
    padding-top:35px;
    width: 600px;    
}
.reg-content .top-text span{
    color:#ed1d2d;
    font-weight:bold;
}

/*---login tab---*/
.login-tab{
    float:left;
    width:430px;
    background:url(/images/login-tab.gif) repeat-y top center;
    min-height:20px;
    height:auto !important;
    height:20px;    
    margin-top:20px;
}
.login-tab .login-top{
    background:url(/images/login-top.gif) no-repeat top center;
}
.login-tab .login-bottom{
    background:url(/images/login-bottom.gif) no-repeat bottom center;
}
.login-tab .login-content{
    padding:5px 0 15px 30px;
    margin-right:10px;
}
.login-tab .login-content h1 {
    color:#333333;
    border-style:none;
}

.login-tab .login-info-text{
    font-size:11px;
    color:#999999;
    padding:10px 0 20px 0;    
    width:300px;
}
.login-tab fieldset{
    border-style:none;
}
.login-tab fieldset input{
    border:1px solid #c5d9dd;
    padding:1px 2px;
    color:#666666;
    width:190px;
}
.login-tab fieldset div.field{
    padding:4px 0;
}
.login-tab fieldset label{
    display:block;
    float:left;
    width:110px;
    margin-top:1px;
    _margin-top:3px;   
}
*+html .login-tab fieldset label{
    margin-top:3px;
}
.login-tab fieldset .date .month{
    width:84px;
}
.login-tab fieldset .date .day, .login-tab fieldset .date .year{
    width:53px;
}
.login-tab fieldset .gender input{
    width:auto;
    border-style:none;
    position:absolute;
    margin-top:1px;
    _margin-top:-2px;
}
*+html .login-tab fieldset .gender input{
    margin-top:-2px;
}
.login-tab fieldset .state-country{
    width:170px;    
}
.login-tab fieldset .zip{
    width:100px;    
}
.login-tab .buttons{
    width:370px;
    overflow:hidden;
    padding-top:25px;
    max-width:370px;
}



.reg-update-btn, .reg-update-cancel-btn
{
    display:block;
    float:left;
    width:140px;
    height:26px;
    background:none;
    border:solid thin lightblue;
    cursor:pointer;
}

/*---registration video*/
.reg-video{
    float:left;
    margin-left:4px;
    margin-right:4px;
    margin-top:20px;
    width:242px;
    background:#fff url(/images/shadow_vertical.gif) no-repeat right top;
}

.reg-video .video-text{
    line-height:18px;
}

.reg-video .box
{
    width: 230px;
    padding: 0px 2px 2px 2px; 
    border-left: 1px solid #c7dadd;
    border-bottom: 1px solid #c7dadd;
}

.reg-video .box h2
{
    background:url(/images/bgbluetitle.gif) repeat top left;
    color:White;
    font-weight:bold;
    text-align:center;
    padding-top: 4px;
    padding-bottom:5px;
    margin-bottom:5px;
    
}

#reg-first-video{
    width:229px;
}

/* Below added by MG specifically for ONline Registrations */
.error 
{
    color:Red;
    font-weight:bold;
}

.mainq
{
    padding-top:4px;
    margin-bottom:4px;
    margin-bottom:4px;
   
}

.mainq:hover
{
    color: #000066;
}


.subq 
{
    margin-left:4px;
    display:none;
    margin-bottom:2px;
    color:Red;
}


.notes 
{
    margin-left:4px;
    display:none;
    margin-bottom:2px;
    color:Red;
}

.hilight-red
{
    color: red;
}

#tooltip
{
    background-position: #6699FF;
    position: absolute;
    border: 1px solid #333;
    background: #99CCFF;
    padding: 5px 12px;
    font-size:11px;
    font-weight:normal;
    color: #333;
    display: none;
    z-index:999;
}

#tooltip h3
{
   font-size:11px;
}

.donorregmsg 
{
    color:#ed1d2d;
    font-weight:bold;
}

.hhqyesno
{
    padding-top:2px;
}


/* Subpages */

 
    .content .col_contr_c             {
                                        width:253px;
                                        padding-right:6px;
                                        margin-left: 9px;
                                        display: inline;
                                        background:#fff url(/images/shadow_vertical.gif) no-repeat right top;
                                        z-index:9;
                                        position: relative;
                                      }
    .content .col_contr_c_ov          { width:267px; float: left;position: relative;}
    .content .col_contr_c h2          { background:url(/images/titles/tit_we_are_growing.gif) no-repeat top left; height: 46px;}
    .content .col_contr_c h3          { font-size: 14px; color: #ed1d2d;  text-transform: uppercase; padding: 10px 0 15px 15px;}
    .content .col_contr_c .box        { padding: 5px 0px 0px 0px; width:254px; border-left: 1px solid #c7dadd; }
	.content .col_contr_c .box-video  { margin-left:4px;margin-right:4px;margin-top:20px;width:242px; padding: 2px 2px 2px 2px; border-left: 1px solid #c7dadd;border-bottom: 1px solid #c7dadd;}

    .content .col_contr_c table       { border: 1px solid #fff; margin: 0px 10px; background-color: #dfeaed;  width: 233px;}
    .content .col_contr_c table td    { border-bottom: 1px solid #fff; padding-top: 5px; padding-bottom: 5px; line-height: 17px;}
    .content .col_contr_c table td b  { color: #033886; }
    .content .col_contr_c table td a  { color: #008cbc; }
    .content .col_contr_c table td img{ margin: 0 15px 15px 15px; float: left; }
    .content .col_contr_c table .col_r{ color: #eb1e2c; font-weight: bold; font-size: 20px; padding-right: 12px;text-align: right   }
    .content .col_contr_c table .col_l{ color: #666; font-weight: bold; font-size: 14px;  padding-left: 12px;   }


    .content .col_contr_c_ov img      { margin: 28px; }

    .sh_hor                     {background:#fff url(/images/shadow_horisontal.gif) no-repeat left bottom; height: 6px; width:98%; font-size:1px;line-height:1px;z-index:99;}
    .sh_corner                  {background:#fff url(/images/shadow_corner.gif) no-repeat right bottom; height: 6px; width: 3px;font-size:1px;line-height:1px;z-index:99; position:absolute; right:0;}



/* Generic Online Users Styles */
.btn-update, .btn-cancelupdate
{
    display:block;
    float:left;
    width:140px;
    height:26px;
    background:#fff;
    border:solid thin lightblue;
    cursor:pointer;
    margin-right:5px;
}

.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;
}

.reg-cancel-btn {
    display:block;
    float:right;
    width:195px;
    height:38px;
    background:url(/images/btns/btn_cancel_reg.gif) no-repeat top center;
}
.reg-next-step-btn{
    display:block;
    float:left;
    width:160px;
    height:38px;
    background:url(/images/btns/btn_next_step.gif) no-repeat top center;
}

.btn_save_fin{
    display:block;
    float:right;
    width:160px;
    height:38px;
    background:url(/images/btns/btn_save_fin.gif) no-repeat top center;
}

.reg-cancel-btn:hover, .reg-next-step-btn:hover, .btn_save_fin:hover{
    background-position:bottom center;
}


.giftinfo 
{
    font-size:16px;
    font-weight:bold;
    color:#1274a8;
    line-height:18px;
}