/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
body {
	margin: 0px;
}
a:link, a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;	
}

h1 {
	margin: 15px 0;
	font-size: 16px;
	color: #ff8f00;
	margin: 0;
	padding: 0;
}
h2 {
	margin: 15px 0;
	font-size: 14px;
	color: #ff8f00;
	margin: 0;
	padding: 0;
}
h3 {
	margin: 15px 0;
	font-size: 12px;
	color: #ff8f00;
	margin: 0;
	padding: 0;
}

p {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
ul{
	margin-top: 0px;
}
li{
	margin:0px;
}
form { 
	margin: 0; padding: 0; 
}
input, select { 
	font-size: 10px;  
	border: 1px solid silver; 
}
textarea {
	font-size: 10px;
	border: 1px solid silver;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
button { 
	font-size: 10px;  
}

input.button {
	cursor: pointer;   
}

input:focus,
select:focus,
textarea:focus { 
	background-color: #ffd 
}
.table_border_top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cdcdcd;
}
.vb_button, .vb_button:link, .vb_button:visited {
	border: 1px solid #FFFFFF;
}
.vb_button:hover {
	border: 1px solid #CCCCCC;
}

/** ROUNDED BOX v1.0 **/
.div_top_border {
	background: url(images/div_border.gif) 0 0 repeat-x;
	text-align:left;
}
.div_bottom_border {
	background: url(images/div_border.gif) 0 100% repeat-x;
}
.div_left_border {
	background: url(images/div_border.gif) 0 0 repeat-y
}
.div_right_border {
	background: url(images/div_border.gif) 100% 0 repeat-y
}
.div_bl_corner {
	background: url(images/corner_b_bl.gif) 0 100% no-repeat
}
.div_br_corner {
	background: url(images/corner_b_br.gif) 100% 100% no-repeat;
}
.div_tl_corner {
	background: url(images/corner_b_tl.gif) 0 0 no-repeat
}
.div_tr_corner {
	background: url(images/corner_b_tr.gif) 100% 0 no-repeat; padding:15px;
}

/** ROUNDED BOX v2.0 **/
.rbroundbox {
	background: url(images/nt.gif) repeat;
}
.tcorner{
	background-image: url(images/div_border.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.bcorner{
	background-image: url(images/div_border.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.lcorner{
	background-image: url(images/div_border.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.rcorner{
	background-image: url(images/div_border.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.rbtop div { 
	background: url(images/tl.gif) no-repeat top left; 
}
.rbtop { 
	background: url(images/tr.gif) no-repeat top right; 
}
.rbbot div { 
	background: url(images/bl.gif) no-repeat bottom left; 
}
.rbbot { 
	background: url(images/br.gif) no-repeat bottom right; 
}

.rbtop2 div { 
	background-image: url(images/div_border.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.rbtop2 { 
	background-image: url(images/div_border.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 11px;
}
.rbcontent {
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	padding:3px;
	text-align: left;
}
.rbcontent2 {
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	padding:10px;
	text-align: left;
}
.rbroundbox { 
	margin: 1em auto; 
}
.rbroundbox2 { 
	margin: 0em auto; 
}


/** ------------------------ **/

input {
	font-size: 10px;
	border: 1px solid #cdcdcd;
}
.button_next {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	background-image: url(images/button_next.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 26px;
	width: 100px;
	padding-left: 8px;
	font-weight: bold;
	text-align: left;
	cursor: pointer;
	line-height:26px;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.button_next_disabled {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	background-image: url(images/button_next_disabled.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 26px;
	width: 100px;
	padding-left: 8px;
	font-weight: bold;
	text-align: left;
	cursor: pointer;
	line-height:26px;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.hand_icon {
	cursor:pointer;
}
.error_message {
	color: #FF0000;	
}
.version {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	float: right;
	padding-top: 30px;
}
.title {
	font-size: 22px;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	font-weight: bold;
	line-height: 54px;
}.menu_bar {
	line-height: 25px;
	background-color: #f0f0f0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	height:25px;
	text-align: left;
}
.page_header {
	font-size: 22px; font-weight: bold; color: #0B55C4;
	margin-left: 5px;
	line-height:50px;
}
.page_subheader {
	font-size: 18px; font-weight: bold; color: #9CC1FA;
	margin-left: 5px;
	line-height:50px;
}

/** table settings **/
.td_title_link, .td_title_link:visited {
	font-weight: bold;
	color: #0B55C4;
	text-decoration: none;
}
.td_title {
	font-weight: bold;
	color: #0B55C4;
	text-decoration: none;
	background-color: #f0f0f0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	line-height:25px;
}
.td_header {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	background-color: #f0f0f0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: right;
}
.td_footer {
	font-weight: bold;
	color: #0B55C4;
	text-decoration: none;
	background-color: #f0f0f0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	height:50px;
	vertical-align: middle;
	text-align:center;
	padding-top:15px;
}
.width_100px {
	width: 100px;
}
.width_150px {
	width: 150px;
}
.width_200px {
	width: 200px;
}
.width_250px {
	width: 250px;
}
.width_450px {
	width: 350px;
}

/** cpanel settings **/

#cpanel div.icon {
	text-align: center;
	margin: 5px;
	float: left;
}

#cpanel div.icon a {
	display: block;
	float: left;
	border: 1px solid #f0f0f0;
	height: 97px;
	width: 108px;
	color: #666;
	vertical-align: middle;
	text-decoration: none;
}

#cpanel div.icon a:hover {
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #f9f9f9;
	color: #0B55C4;
}

#cpanel img  { padding: 10px 0; margin: 0 auto; }
#cpanel span { display: block; text-align: center; }

/** toolbar settings **/
#toolbar div.icon {
	text-align: center;
	margin-right: 5px;
}
#toolbar div.icon a {
	display: block;
	border: 1px solid #f0f0f0;
	height: 60px;
	width: 70px;
	color: #666;
	vertical-align: middle;
	text-decoration: none;
}
#toolbar div.icon a:hover {
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #f9f9f9;
	color: #0B55C4;
}

#toolbar img  { padding: 5px 0; margin: 0 auto; }
#toolbar span { display: block; text-align: center; }

/** buttons **/
.display_records {
	width:60%;
	float: left;
	margin-right: 5px;
	text-align: right;
	vertical-align: center;
}
.next_button {
	cursor:pointer;
	width:55px;
	height:22px;
	line-height: 22px;
	text-decoration: none;
	background-image: url(images/button_s_next.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 10px;
	text-decoration: none;
	padding-left: 5px;
	margin-right: 5px;
	text-align: left;
	float:left;
	vertical-align: center;
}
.next_button_disabled {
	width:55px;
	height:22px;
	line-height: 22px;
	text-decoration: none;
	background-image: url(images/button_s_next_disabled.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 10px;
	text-decoration: none;
	padding-left: 5px;
	margin-right: 5px;
	text-align: left;
	float:left;
	vertical-align: center;
}
.prev_button {
	cursor:pointer;
	width:55px;
	height:22px;
	line-height: 22px;
	text-decoration: none;
	background-image: url(images/button_s_prev.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 10px;
	text-decoration: none;
	padding-left: 22px;
	margin-right: 5px;
	text-align: left;
	float:left;
	vertical-align: center;	
}
.prev_button_disabled {
	width:55px;
	height:22px;
	line-height: 22px;
	text-decoration: none;
	background-image: url(images/button_s_prev_disabled.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 10px;
	text-decoration: none;
	padding-left: 22px;
	margin-right: 5px;
	text-align: left;
	float:left;
	vertical-align: center;	
}
.button_plain {
	width:85px;
	height:22px;
	line-height: 22px;
	text-decoration: none;
	background-image: url(images/button_plain.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 10px;
	text-decoration: none;
	margin-right: 5px;
	text-align: center;
	vertical-align:middle;	
}
.heading_bar{
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-image: url(images/heading_bar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	vertical-align: middle;
	height: 18px;
	width: 182px;
	padding-left: 10px;
	padding-top:2px;
	margin-top:5px;
}
.right_container {
	font-size: 10px;
	color: #000000;
	text-align: left;
	vertical-align: top;
	padding: 8px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.news_box_date {
	font-size: 9px;
	color: #999999;
	text-decoration: none;
	font-style: italic;
	margin-bottom:10px;
}

.pages_box {
	background-color: #FFFFFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ff8f00;
	padding:25px;
	margin-bottom:15px;
}
.pages_box_grey {
	background-color: #E9E9E9;
	padding:25px;
	margin-bottom:15px;
}
.radio_poll{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}