/* Standard Twinharbor CSS Classes */
/* All classes beyond this point are all required for the Twin Harbor Content Manager. */
/* They may be modified for a given site if desired. */
/* Copyright 2005 Twin Harbor Web Solutions Inc. */
input.CMSForm, select.CMSForm
{
	font-family: Verdana;
	font-size: 8.5pt;
	font-weight: 400;
	color: #000000;
	margin: 0px 0px 0px 0px;
	border: solid 1px #000000;
}
input.CMSFormDisabled, select.CMSFormDisabled
{
	font-family: Verdana;
	font-size: 8.5pt;
	font-weight: 400;
	color: #ABABAB;
	margin: 0px 0px 0px 0px;
	border: solid 1px #777777;
	background-color: #CCCCCC; 
}
.noborder
{
	border: none 0px #000000;
}
input.noborder
{
	border: none 0px #000000;
}
.right
{
	text-align: right;
}
.center
{
	text-align: center;
}
.left
{
	text-align: left;
}
/* Drag and drop classes */
.drag
{
	cursor: move;
	position: relative;
}
.dragme, .dragmemove
{
	cursor: hand;
	position: relative;
}
.dragmemove
{
	cursor: move;
	position:relative;
}
.controlStationary
{
	border: none 0px #000000;
}
.controlDrag
{
	background-color: #efddb7;
	color: #000000;
	filter: alpha(opacity=50);
	border: solid 1px #000000;
}
.control_editor_wrapper_active
{
	padding: 3px 3px 3px 3px;
	border: dashed 2px #ff6600;
}
.control_editor_wrapper, td.control_editor_wrapper
{
	border-collapse: collapse;
	padding: 3px 3px 3px 3px;
	border: solid 1px #000000;
}


/* Twin Harbor Content Manager Forms Styles */
.login
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: 700;
	color: #FFFFFF;
	background-color: #6699FF;
	padding: 2px 5px 2px 5px;
	border-collapse: collapse;
	border: none 0px #000000;
}
.loginheader
{
	font-weight: 700;
	text-align: center;
	color: #FFFFFF;
	background-color: #3366CC;
	border-top: none 0px #000000;
	border-bottom: solid 1px #000000;
	border-right: none 0px #000000;
	border-left: none 0px #000000;
}
.error
{
	color: #FFFFFF;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #FF0000;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	border-right: none 1px #000000;
	border-left: none 1px #000000;
}
.requiredmarker
{
	color:#FF0000;
	font-weight: 300;
	font-size:8pt;
}
.FormHeaderText
{
	font-size: 10pt;
	color: #000066;
	font-weight: 700;
}
.formerror
{
	color:#FF0000;
	font-weight: 600;
	font-size:9pt;
}
.formsuccess
{
	color:#00CC33;
	font-weight: 600;
	font-size:9pt;
}
.adminPanelTableCell
{
	border-left: solid 2px #000000;
	border-right: none 0px #000000;
	border-top: none 0px #000000;
	border-bottom: none 0px #000000;
	padding: 2px 2px 2px 2px;
}
.pageEditorPanel
{
	background-color: White;
	font-family: Verdana;
	font-size: 7pt;
}
.pageEditorPanelH1
{
	background-color: Aqua;
	font-family: Verdana;
	font-size: 9pt;
	font-weight: 700;
}
.pageEditorPanelH2
{
	background-color: Yellow;
	font-family: Verdana;
	font-size: 7pt;
	font-weight: 700;
}
table.dataentry{
padding:2px 2px 2px 2px;
background-color:#B3CFFF;
}
th.dataentry{
background-color:#00FFFF;
}
tr.dataentryhilite{
background-color:#3366FF;
}

table.dataview{
background-color:#EEEEEE;
padding:2px 2px 2px 2px;
}

tr.dataviewhilite{
background-color:#CCCCCC;
}
.datatable
{
	border-collapse:collapse;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8.5pt;
	
}
.formlabel
{
	color: #444444;
	font-weight: 700;
	white-space:nowrap;
	padding: 2px 3px 2px 3px;
}
.formfield
{
}
.datatableheader{
	color: #000066;
	font-size:8.5pt;
	font-weight:700;
	border-bottom: 1px solid #000000;
	padding: 2px 2px 2px 2px;
	white-space:nowrap;
}
.datatablerowa, .datatablerowb{
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8.5pt;
	padding: 2px 3px 2px 3px;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
}
.datatablerowa{
	background-color:#e7efff;
}
.datatableborderheader{
	background-color:#FFFFFF;
	color: #000066;
	font-size:8.5pt;
	font-weight:700;
	border: 1px solid #000000;
}
.datatableborderrowa, .datatableborderrowb{
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8.5pt;
	padding: 0px 3px 0px 3px;
	border: 1px solid #000000;
}
.datatableborderrowa{
	background-color:#e7efff;
}

/* END STANDARD STYLES */


body {
	margin: 0px;
	background-color: #f5ebcf;
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
.footer{
	font-size: 10px;
}
a:link, a:visited, a:active, a:hover{
	font-weight:700;
	color:#000000;
}
a:link, a:visited{
	text-decoration: none;
}
a:hover, a:active{
	text-decoration:underline;
}