html { 
	height: 100%; 
    overflow: -moz-scrollbars-vertical;
	font-family: Arial, Times, serif;
}


body {
	margin: 0px;
	height: 100%; 
}

table {
	font-family: Arial, Times, serif;
	font-weight:normal;
	font-size:12px;
}

/***********************/

H1 {
	font-family: Times New Roman, Times, serif;
	font-weight:normal;
	font-size:28px;
	color: #221E1F;
	margin-top: 10px;
	margin-bottom: 7px;
	border-bottom:1px solid #4F4F4F;
}

H2 {
	font-family: Arial, Times, serif;
	font-weight:bold;
	font-size:16px;
	color: #4F4F4F;
	margin-top: 10px;
	margin-bottom: 7px;
}

H3 {
	font-family: Arial, Times, serif;
	font-weight:normal;
	font-size:14px;
	color: #FF9933;
	margin-top: 10px;
	margin-bottom: 7px;
}

/***********************/

a:link 		{ color: #221E1F; text-decoration:underline; 	font-family:Arial, sans-serif;  }
a:active 	{ color: #221E1F; text-decoration:underline; 	font-family:Arial, sans-serif;  }
a:visited 	{ color: #221E1F; text-decoration:underline; 	font-family:Arial, sans-serif;  }
a:hover 	{ color: #4F4F4F; text-decoration:none; 		font-family:Arial, sans-serif;  }

.imgmiddle {
	vertical-align:middle;
	margin-right:5px;
	border: 0px;
}

.abclist {
	list-style-type: lower-alpha;
}


.textarerr {
	background: #FFCCCC;
}

.textboxerr {
	background: #FFCCCC;
}

.valerror_msg {
	color: red;
}

textarea {
	font-family:Arial,Times,serif;
	font-size:13px;
}

#recaptcha_image {
	border: 1px solid #BBBBBB;
}

/* CMS: **********************/


a.cmsedit:link 		{ color: #0099CC; text-decoration:underline; 	font-size:10px;	font-family:Verdana, sans-serif;  }
a.cmsedit:active 	{ color: #0099CC; text-decoration:underline; 	font-size:10px;	font-family:Verdana, sans-serif;  }
a.cmsedit:visited 	{ color: #0099CC; text-decoration:underline; 	font-size:10px;	font-family:Verdana, sans-serif;  }
a.cmsedit:hover 	{ color: #D3181D; text-decoration:none; 		font-size:10px;	font-family:Verdana, sans-serif;  }

.cmsedit_off { 
	color: #BBBBBB; 
	font-size:10px;	
	font-family:Verdana, sans-serif;  
	background:#FFFFFF;	
}

.cmsarea {
	border: 0px;
	padding:1px;
}

.cmsarea_highlight {
	padding:0px;
	border: 1px dashed red;
	cursor:pointer;
}

.cms_launcher {
	display:block;
	position:absolute;
}

.cms_launcher_table {
	background: #FFFFFF;
	color: #FFFFFF;
	border: 1px solid #BBBBBB;
}

td#cms_edit_headrow {
	background: url(/img/cms_head_left.gif);
	background-repeat:no-repeat;	
}

tr#cms_edit_contentrow {
	background: #FF9933 url(/img/gradient_cmsedit_content.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

tr#cms_edit_buttonrow {
	background: #FFF0B3;
}

.websiteditor_help_heading {
	clear:left;
	padding:3px;
}

.websiteditor_help_heading p {
	font-weight: normal;
	font-size:12px;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}

.websiteditor_help_tab {
	clear:left;
	padding:15px;
	padding-bottom:5px;
}

.websiteditor_help_tab p {
	font-weight: normal;
	padding:0px;
	margin:0px;
}

/* TABS: **********************/


.tab {
	float:left;
	margin-right:10px;
	border: 1px solid #CCCCCC;
	border-bottom: 0px;
	padding: 2px;
	padding-left: 6px;
	padding-right: 6px;	
	color: #888888;
	cursor:pointer;
	margin-top:2px;
	background: #FFFFFF url(/img/gradient_tab.gif);
}

.tab_over {
	float:left;
	margin-right:10px;
	border: 1px solid #CCCCCC;
	border-bottom: 0px;
	border-top: 1px solid #0064AE;
	padding: 2px;
	padding-left: 6px;
	padding-right: 6px;	
	cursor:pointer;
	margin-top:2px;
	background: #FFFFFF url(/img/gradient_tab.gif);
	color: #666666;
}

.tab_active {
	background: #FFFFFF;
	float:left;
	margin-right:10px;
	border: 1px solid #666666;
	border-bottom: 0px;
	border-top: 3px solid #0064AE;
	padding: 2px;
	padding-left: 6px;
	padding-right: 6px;	
	position:relative;
	top: 1px;
	color: #666666;
}

.tabheader2 {
	background: #666666 url(/img/gradient_tab_header.gif);
	border: 1px solid #666666;
	border-left: 0px;
	border-right: 0px;
	clear:left;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align:middle;
	text-align: right;
	font-size:10px;
}

.tabheader2 img {
	vertical-align:middle;
	margin-left:5px;
}


.tab_panel {
	border:1px solid #666666;
	padding:5px;
	float:left;
	margin-bottom:3px;
	clear:left;
	width: 750px;
}

.tabs_outer_container {
	float:left;
	width:100%;
}

.coloredcol {
	background:  #EEEEEE;
}