@charset "utf-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
body {
	background-image: url(../images/global_bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CCC;
}
.bg {
	background-image: url(../images/bg_content.png);
	background-repeat: repeat-y;
	width: 904px;
	margin-right: auto;
	margin-left: auto;
}
.bg .content {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
}
.bg .content .header {
	background-image: url(../images/header.jpg);
	height: 174px;
	width: 900px;
	padding-top: 23px;
}
.bg .content .header .logo {
	height: 97px;
	width: 223px;
	display: block;
	text-indent: -9000px;
	margin-left: 29px;
}
.bg .content .menu {
	background-image: url(../images/menu_bg.jpg);
	background-repeat: no-repeat;
	height: 44px;
	width: 900px;
	background-color: #333;
}
.bg .content .menu .box_menu {
	float: left;
	margin-left: 55px;
}

.bg .content .menu .box_menu .home {
	background-image: url(../images/home.gif);
	height: 44px;
	width: 74px;
	text-indent: -9000px;
	display: block;
	float: left;
	margin-right: 44px;
}
.bg .content .menu .box_menu .home:hover {
	background-position: center bottom;
	
}
.bg .content .menu .box_menu .about {
	background-image: url(../images/about.gif);
	text-indent: -9000px;
	display: block;
	height: 44px;
	width: 75px;
	float: left;
	background-position: center bottom;
	margin-right: 44px;
}
.bg .content .menu .box_menu .about:hover {
	background-position: center top;
}
.bg .content .menu .box_menu .today {
	background-image: url(../images/today.gif);
	height: 44px;
	width: 127px;
	float: left;
	margin-right: 44px;
	text-indent: -9000px;
	display: block;
}
.bg .content .menu .box_menu .today:hover {
	background-position: center bottom;
}
.bg .content .menu .box_menu .archive {
	background-image: url(../images/archive.gif);
	text-indent: -9000px;
	display: block;
	float: left;
	height: 44px;
	width: 129px;
	margin-right: 44px;
}
.bg .content .menu .box_menu .archive:hover {
	background-position: center bottom;
}
.bg .content .menu .box_menu .register {
	background-image: url(../images/register.gif);
	float: left;
	height: 44px;
	width: 94px;
	margin-right: 44px;
	text-indent: -9000px;
	display: block;
}
.bg .content .menu .box_menu .register:hover {
	background-position: center bottom;
}
.bg .content .menu .box_menu .blog {
	background-image: url(../images/blog.gif);
	text-indent: -9000px;
	display: block;
	float: left;
	height: 44px;
	width: 52px;
}
.bg .content .menu .box_menu .blog:hover {
	background-position: center bottom;
}
.bg .content #content {
	background-image: url(../images/content_bg.gif);
	background-repeat: no-repeat;
}

/*start sidebar*/
.bg .content #content .sidebar {
	float: right;
	margin-top: 40px;
	width: 247px;
	margin-right: 15px;
}
.bg .content #content .sidebar .login {
	background-color: #979797;
}
.bg .content #content .sidebar .login h1 {
	text-indent: -9000px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 71px;
	width: 247px;
	background-image: url(../images/tab_login.jpg);
	background-repeat: no-repeat;
}
.bg .content #content .sidebar .login .form_login #login-form {
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	display: block;
}
.bg .content #content .sidebar .login .form_login #login-form .label_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	display: block;
	width: 78px;
	height: 20px;
	padding-top: 6px;
	float: left;
	clear: right;
}
.bg .content #content .sidebar .login .form_login #login-form .normal_input {
	float: left;
	width: 135px;
	margin-top: 4px;
	display: block;
	border: 1px solid #666;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.bg .content #content .sidebar .login .form_login #login-form #imgCaptcha {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 2px;
}
.bg .content #content .sidebar .login .form_login #login-form #captcha2 {
	float: left;
	width: 210px;
	margin-top: 5px;
	margin-bottom: 7px;
	padding: 0px;
	border: 1px solid #666;
	margin-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.bg .content #content .sidebar .login .form_login #login-form #captcha1 {
	float: left;
	width: 210px;
	margin-top: 5px;
	margin-bottom: 7px;
	padding: 0px;
	border: 1px solid #666;
	margin-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.login_btn        {
	width: 216px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 27px;
	display: block;
	background-image: url(../images/submit_btn.gif);
	background-repeat: no-repeat;
	text-indent: -9000px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bg .content #content .sidebar .login .form_login .register_forgotten_pwd_links {
	margin-top: 10px;
	margin-right: 17px;
	margin-bottom: 10px;
	margin-left: 17px;
	clear: both;
	float: left;
}

.bg .content #content .sidebar .login .form_login .register_forgotten_pwd_links .register_link {
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #0a3200;
	text-decoration: underline;
	text-align: left;
}
.bg .content #content .sidebar .login .form_login .register_forgotten_pwd_links .forgotten_link {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #0a3200;
	text-align: right;
	margin-left: 37px;
}
.bg .content #content .sidebar .login h2 {
	text-indent: -9000px;
	display: block;
	padding: 0px;
	height: 71px;
	width: 247px;
	background-image: url(../images/tab_newsletter.jpg);
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
















/*end sidebar*/



/*start.content*/
.bg .content #content .right_side {
	float: left;
	width: 625px;
	margin-top: 15px;
}


.bg .content #content .right_side .flashy_items .server {
	height: 170px;
	width: 311px;
	background-image: url(../images/hebs_server.jpg);
	background-repeat: no-repeat;
	text-indent: -9000px;
	display: block;
	float: left;
	margin-left: 5px;
}
.bg .content #content .right_side .flashy_items .experts {
	float: left;
	height: 60px;
	width: 102px;
	display: block;
	background-image: url(../images/hebs_experts.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: none;
	padding-top: 110px;
	padding-left: 207px;
}

/*end.content*/.bg .content #content .right_side .text_right {
	width: 608px;
	margin-top: 10px;
	margin-left: 17px;
	background-image: url(../images/content_round_top.gif);
	background-repeat: no-repeat;
	background-color: #6e6e6e;
}
.bg .content #content .right_side .text_right .text_container {
	background-image: url(../images/content_round_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 15px;
}
.bg .content #content .right_side .text_right .text_container .why_choose_us {
	padding: 0px;
	background-image: url(../images/why_choose_hebs_tips.gif);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9000px;
	height: 46px;
	width: 467px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.bg .content #content .right_side .text_right .text_container .paragraph {
	margin: 0px;
	padding: 0px;
	text-indent: 40px;
}
.bg .content #content .right_side .register_now {
	background-image: url(../images/register_now.gif);
	height: 68px;
	width: 581px;
	display: block;
	text-indent: -9000px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 30px;
}
.bg .content #footer {
	padding: 15px;
}
.bg .content #footer .menu_links {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
.bg .content #footer .menu_links a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #FFF;
	margin-right: 10px;
	margin-left: 10px;
}
.bg .content #footer .copyright {
	text-align: center;
	margin-top: 5px;
	font-size: 10px;
	font-weight: bold;
}
.bg .content #footer .copyright a {
	color: #FFF;
	text-decoration: underline;
}
.error_code {
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 16px;
	font-weight: bold;
	color: #F00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #FFF;
	text-align: center;
}
.bg .content #content .right_side .text_right .text_container .paragraph strong {
	color: #FC0;
}
.bg .content #content .right_side .text_right2 .text_container .paragraph strong {
	color: #FC0;
}


.bg .content #content .right_side .text_right2 {
	width: 608px;
	margin-top: 25px;
	margin-left: 17px;
	background-image: url(../images/content_round_top.gif);
	background-repeat: no-repeat;
	background-color: #6e6e6e;
}
.bg .content #content .right_side .text_right2 .text_container {
	background-image: url(../images/content_round_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 15px;
}
.bg .content #content .right_side .text_right2 .text_container .paragraph {
	margin: 0px;
	padding: 0px;
	text-indent: 40px;
}


.text_container .heading_about {
	margin: 0px;
	font-size: 50px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	color: #c2c2c2;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}
.bg .content #content .right_side .text_right2 .text_container .tipsters .one_tipster {
	padding: 8px;
	background-color: #999;
	border: 1px solid #666;
	margin-top: 5px;
	margin-bottom: 5px;
}
.bg .content #content .right_side .text_right2 .text_container .tipsters .one_tipster .image_tips {
	float: left;
	border: 3px solid #FFF;
}
.bg .content #content .right_side .text_right2 .text_container .tipsters .one_tipster .descriptions {
	float: right;
	width: 394px;
}
.bg .content #content .right_side .text_right2 .text_container .tipsters .one_tipster .descriptions .name {
	margin: 0px;
	padding: 0px;
	font-size: 28px;
	font-weight: bold;
	color: #FC0;
	font-style: italic;
	font-family: Verdana, Geneva, sans-serif;
}
.bg .content #content .right_side .text_right2 .text_container .tipsters .one_tipster .descriptions .age {
	font-size: 16px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.bg .content #content .right_side .text_right2 .text_container .tipsters .one_tipster .descriptions .about_me {
	font-size: 12px;
	padding: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #CCC;
	color: #000;
	border: 1px dotted #666;
	line-height: 18px;
}
.bg .content #content .sidebar .login .form_login .logged_in_box {
	padding-top: 0px;
	padding-right: 14px;
	padding-bottom: 14px;
	padding-left: 14px;
	margin: 0px;
}
.bg .content #content .right_side .text_right2 .text_container .good td{
	color: #093;
	padding: 4px;
	background-color: #e2e2e2;
}
.bg .content #content .right_side .text_right2 .text_container table .bad td {
	color: #F00;
	padding: 4px;
	background-color: #e2e2e2;
}
.bg .content #content .right_side .text_right2 .text_container table thead tr th {
	background-color: #CCC;
	color: #000;
	font-size: 14px;
	padding: 4px;
}
.bg .content #content .right_side .text_right2 .text_container .month_links {
	padding: 10px;
	font-size: 12px;
}
.bg .content #content .right_side .text_right2 .text_container .month_links a {
	font-weight: bold;
	color: #ffcc00;
	text-decoration: none;
	border: 1px solid #000;
	padding: 4px;
	background-color: #333;
}
.bg .content #content .right_side .text_right2 .text_container .paragraph .internal_link {
	color: #CF0;
	font-weight: bold;
	text-decoration: underline;
}
