body {
	background-color: White;
	padding: 0px;
	margin: 0px;
}

body,tbody {
	font-family: Arial,Tahoma,Verdana,sans-serif;
	font-size: 13px;
}

#hback {
	height: 65px;
	width: 100%;
	background-color: #2F4052;
	background-image: url(../images/header.back.png);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}

#hlogo {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 65px;
	width: 260px;
	margin: 0px;
	padding: 0px;	
	z-index: 2;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 17px;
}

h3 {
	font-size: 12px;
	
}

a {
	color: #0062BF;
	text-decoration: none;
}

a:hover {
	color: #0076E8;
}
a:visited {
	color: #C6160D;
}

#main_body {
	width: auto;
	margin-left: 150px;
/*	margin-right: 285px; */
	margin-top: 0px;
}

#main_left {
	width: auto;
	margin-right: 300px;
	margin-top: 0px;
}


#main_sidebar {
    position: absolute;
    top: 655px;
    right: 12px;
    width: 280px;
}

@media (max-width: 768px) {
    #main_left {
            margin-right: 0px;
    }

    #main_sidebar {
        position: relative;
        top: 0px;
    }
    
}

.comment {
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 7pt;
	color: Gray;
}

.menu1 {
	background-image: url(../images/point.bulb.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	padding-left: 38px;
	padding-top: 10px;
	height: 30px;
}

.smallmenu1 {
        background-image: url(../images/point.bulb.png);
        background-repeat: no-repeat;
        background-position: 0% 0%;
        padding-left: 38px;
}

@media (max-width: 768px) {
    .smallmenu1 {
        background-image: none;
        padding-left:0px;
    }
    
}

.menu2 {
	background-image: url(../images/point.bulb.small.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	padding-left: 28px;
	padding-top: 10px;
	height: 20px;
	margin: 0px;
}

/* Comments */

.Comments_message {
	text-align: center;
	color: #f00; }

#Comments_form input {
	margin-left:10px;
	margin-right:10px;
	margin-top:5px;
	display:block;
}

#Comments_form textarea {
	margin-left:10px;
	display:block;
	width:800px;
	height:70px;
}

#Comments_form div.Comments_name {
	float:left;
}

#Comments_form div.Comments_mail {
	float:left;
}

#Comments_form div.Comments_text {
	clear:left;
}

div.Comments_form {
	width:80%;
	padding:5px;
	margin: auto auto 50px;
}

div.Comments_comment {
/*	width:80%; */
	padding:5px;
	margin: auto;
	border-top:1px solid #CCC;
}

div.Comments_comment div.Comments_moderate {
	float:right;
	z-index:12;
}

div.Comments_comment img {
	float:left;
	z-index: 10
}

div.Comments_comment a.Comments_link {
	text-decoration: none;
	color: #999;
	font-size: 10pt;
	z-index:50;
	float: left;
	font-weight: bold;
	margin-left: 0px;
}

div.Comments_comment div.Comments_date {
	display: inline;
}

div.Comments_comment div.Comments_info {
	margin-left:30px;
	color:Gray;
	font-size: 8pt;
}
.bottm_link {
	text-decoration:underline;
	font-size:16px;
}
.imglink img {border: 1px solid #c0c0c0}
.imglink:hover img {border: 1px solid #000}
.imglink:hover{color: red; }

/*
#left_ads {
	width:230px;
	margin-left:-240px;
	margin-top:580px;
	position:absolute;
}
*/
#left_ads {
position:absolute;
top: 440px;
left: 10px;
z-index:1000;
width: 230px;
}

#left_ads_top {
position:absolute;
top: 150px;
left: 10px;
z-index:1000;
width: 160px;
}

.preltab td {
    line-height: normal;
}
.preltab, .report {
    background: none repeat scroll 0 0 #FAF8F5;
    border-collapse: collapse;
    font-size: 11px;
    margin: 1em 0;
    width: 99%;
}
.preltab th, .preltab td, .report th, .report td {
    border: 1px solid #D8D1C1;
    font-size: 11px;
    padding: 0.2em;
}
.preltab td {
    text-align: center;
}
.preltab th {
    background-color: #EBE6E1;
    font-size: 11px;
    text-align: center;
}
.preltab .title, .report .title {
    background: none repeat scroll 0 0 #AAAAAA;
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 0;
    text-align: center;
}
.preltab {
    border: 1px solid #1C3D51;
}

.preltab tr:hover { background: #D4EDCE; }

.preltab img {
  cursor: pointer;
  cursor: hand;
}

a.ilink {
    background: url("/images/info_link.gif") no-repeat scroll right center transparent;
    padding-right: 17px;
    text-decoration: none;
    border-bottom: 1px dotted #777777;
}

.article_container {
    background-color: #EEEEEE;
    border: 2px solid #CCCCCC;
    clear: both;
    margin-bottom: 20px;
    margin-top: 10px;
/*    padding-bottom: 55px; */
    padding-left: 15px;
    float:left;
}