﻿body 
{
	padding: 0px;
	font-family: Verdana;
	font-size: 12px;
	margin: 0px;
}

h1{}
h2{}
h3
{
	/*
	font-size: 15px;
	*/
	font-weight: bold;
	font-size: 12px;
	background-color: #cdcdcd;
	padding: 5px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 0px;
}

.faq_listbox
{
	width: 250px;
	height: 120px;
	font-size: 11px;
}

.sub_menu
{
	margin-bottom: 10px;
}

.table_350
{
	width: 350px;
}

.table_850
{
	width: 850px;
}

.warning
{
    color: Red;
}

.button
{
	border-style: solid;
	border: 1px #cdcdcd;
	background-color: #CCFFEE;
	padding:3px;
}

.left
{
    float: left;
}
.right
{
    float:right;
}
.clear
{
    float: none;
    clear: both;
}

.register_page
{
	width: 850px;
	margin: 0 auto;
	padding: 10px;
	margin-top: 50px;
	border: solid 1px #e7e7e7;
}

.centered_login
{
	width: 350px;
	margin: 0 auto;
	border: solid 1px Black;
	padding: 10px;
	margin-top: 50px;
}

.td_login_left
{
	width: 150px;
	font-size: 12px;
	font-weight: bold;
}

.td_login_right
{
	width: 200px;
	font-size: 12px;
}

.login_textbox
{
	font-size: 12px;
	width: 150px;
}

.td_left_11
{
	width: 150px;
	font-size: 11px;
	font-weight: bold;
}

.td_right_11
{
	width: 200px;
	font-size: 11px;
}

.divBG
{
	background-color: #eeeeee;
	padding: 5px;
	margin-right: 5px;
	margin-left: 5px;
}

.rssBG
{
	background-color: White;
	padding: 5px;
	margin-right: 5px;
	margin-left: 5px;
}

.register_form
{
	background-color: White;
	margin-right: 5px;
	margin-left: 5px;
	border: solid 1px Black;
	padding: 10px;
}

.rss_title_row
{
	font-weight: bold;
	font-size: 12px;
	background-color: #dedede;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
}
.rss_description_row
{
	background-color: #eeeeee;
	padding: 5px;
	margin-right: 10px;
}
.rss_break_row
{
	background-color: White;
}

.table_header_row
{
	font-weight: bold;
	font-size: 12px;
	background-color: #dedede;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
}

.edit_my_information_table
{
	width: 500px;
	margin: 0 auto;
}

.edit_my_information_td_left
{
	width: 200px;
	font-size: 11px;
	font-weight: bold;
}

.edit_my_information_td_right
{
	width: 300px;
	font-size: 11px;
}

a:link {color: #123456; text-decoration: none;}
a:visited {color: #123456; text-decoration: none;}
a:hover {color: #123456; text-decoration: underline;}

#centered_body
{
	width: 850px;
	margin: 0 auto;
	border: solid 1px #e7e7e7;
	padding: 0px;
}

.warning_box
{
	width: 800;
	border: solid 1px Red;
	margin: 0 auto;
	padding: 10px;	
}








.td_header_left
{
    width: 150px;
    font-weight: bold;
    font-size: 11px;
    text-align: left;
}

.td_normal
{
	font-size: 11px;
}

.textbox
{
    font-family: Verdana;
	font-size: 11px;
	width: 150px;
}

.textbox_250
{
	font-family: Verdana;
	font-size: 11px;
	width: 250px;
}

.textarea
{
	font-family: Verdana;
	font-size: 11px;
	width: 250px;
	height: 100px;
}

.pinfo_key { font-family: Verdana; vertical-align: top;
	font-size: 11px; font-weight: bold; }
	
.textarea_pinfo
{
	font-family: Verdana;
	font-size: 11px;
	width: 600px;
	height: 70px;
}

.textbox_600
{
    font-family: Verdana;
	font-size: 11px;
	width: 600px;
}

.websites_table
{
	width: 100%;
}

.table_header_col_left{ text-align: left; }
.table_header_col_center{ text-align: center; }

.table_row_alt
{
	background-color: #dedede;
}

.table_row
{
	background-color: #eeeeee;
}

.table_cell_left { text-align: left; }
.table_cell_center { text-align: center; }

.hide_page
{
	background-color: Gray; 
	opacity: .5; 
	filter: alpha(opacity=50);
	z-index:200;
	width: 100%;
	height:100%; 
	position:absolute; 
	left:0px; 
	top: 0px;
}
