/* CSS Document */
body,td,th {
	font-family: tahoma;
	font-size: 12px;
	color: #1A1A1A;
}
body {
	background-color: #F4F4F4;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066FF;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #0066FF;
}
h1 {
	font-size: 17px;
	color: #0033FF;
	margin-bottom:0px;
}
h2 {
	font-size: 15px;
	color: #666666;
	margin-bottom:0px;
}
h3 {
	font-size: 13px;
	color: #000000;
	margin-bottom:0px;
}
h4 {
	font-size: 12px;
	color: #0069d2;
	margin-bottom:0px;
}
h5 {
	font-size: 11px;
	color: #000000;
	margin-bottom:0px;
}

p, ol, ul{
	line-height:130%;
}
#buttons{
	text-align:center;
	background-color:#FFFFFF;
}

#left_column{
	width:190px;
	background-color:#A5CFF5;
	vertical-align:top;
	padding:5px;
}

#categories
{
}
#categories a
{
    
    background-color:#B7D9F7;
    border-bottom: 1px solid #ffffff; 
    display:block;
    height:18px;
    padding-top:3px;
    padding-left:10px;
    text-decoration:none;
    color:#0069d2;
}

#categories a:hover
{
    background-color:#eeeeee;
    color:#000000;
}


#right_column{
	width:190px;
	vertical-align:top;
	background-color:#f5f5f5;
	padding:2px;
}

.login
{
    background-color:#66A2D4;
    color:#ffffff;
    padding:5px;
    font-size:13px;
    font-weight:bold;
}

.login_table
{
	background-color:#B7D9F7;
	padding-left:5px;
}

.usermenu
{
    border-bottom:1px solid #eeeeee;
}
.usermenu a
{
    height:30px;
    text-decoration:none;
    font-size:12px;
}
.usermenu a:hover
{
    text-decoration:none;
    color:Red;
}

#main_body{
	background-color:#ffffff;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
	vertical-align: top;
}


#categories_heading
{
    background-color:#0069d2;
    padding-left:4px;
    padding-right:2px;
    padding-top:4px;
    padding-bottom:4px;
    color:#ffffff;
    text-align:left;
    font-size:11px;
    font-weight:bold;
} 

#categories_description
{
    padding:5px;
    font-size:11px;
    color:#999999;
}    

#categories_more
{
    background-color:#eaeaea;
}
#categories_more a
{
    background-color:#eeeeee;
    display:block;
    text-align:center;
    padding:3px;
    font-size:10px;
    color: #0069d2;
    text-decoration:none;
}
#categories_more a:hover
{
    background-color:#999999;
    text-decoration:none;
    color:#ffffff;
}   

#bottom_links{
	text-align:center;
	padding:3px;
	background-color:#A5CFF5;
	font-size:10px;
}

#bottom_links a{
	color:#003399;
	text-decoration: underline;
}

#bottom_links a:hover{
	color:#003399;
	text-decoration:none;
}

#footer{
	padding:5px;
	text-align:center;
	line-height:130%;
	font-size:10px;
	color:#FFFFFF;
	background-color:#66A2D4;
}

#footer a{
	color:#FFFFFF;
	text-decoration: underline;
}

#footer a:hover{
	color: #003399;
	text-decoration: none;
}

.textbox1
{
    height: 18px;
    border:1px solid #cccccc;
    width:300px;
    
    
}

.textbox_short
{
    height: 18px;
    border:1px solid #cccccc;
    width:150px;
    
    
}

.form_label
{
    width: 80px;
    text-align:left;
    padding-right:20px;
    vertical-align:top;
    font-weight:bold;
}

.poll_heading{
	background-color:#B7D9F7;
	color:#333333;
	padding:3px;
	font-weight:bold;

}
.poll_a{
	width:10px;
	color:#888888;
	background-color:#EEEEEE;
	text-align:center;
	font-size:10px;
}

.poll_a_label{
	width:10px;
	color:#888888;
	background-color:#EEEEEE;
	text-align:center;
	font-size:10px;
}

.poll_option{
	font-size:10px;
	background-color:#EEEEEE;

}

.poll_submit{
	font-size:10px;
	padding-left:30px;
	padding-top:3px;
	background-color:#EEEEEE;

}

.button_sbt
{
	height:20px;
	font-size:11px;
}

.poll_success{
	font-size:10px;
	background-color:#EEEEEE;
	height:40px;

}

.label_red
{
	color:#FF0000;
}