HTML {
 	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 100%;
	border: none;
}

BODY {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 100%;
	border: none;
	background-color: white;
	color: black;
}

TD, DIV, P {
	font-size: 1em;
}

A {
	text-decoration : none;
}
A:hover {
	text-decoration : underline;
}
TR {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.regular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.regular:hover {
	color: #333333;
}
.regular:visited {
	color: #000000;
}
.boldwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.smallwhite {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}


a.button
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #336699;
	text-decoration: none;
	background:#ffffff;
	height:1%;
	padding:4px 7px;
} 

a.button:hover, a:hover.button
{ 
	color: #ffffff;
	background:#FFA900;
	cursor: pointer;
	cursor: hand;
}

a.button_green_white
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #E2F3F1;
	text-decoration: none;
	background: #081643;
	height:1%;
	padding:3px 4px;
	margin: 6px 2px 6px 0px;
} 

a.button_green_white:hover
{ 
	color: #081643;
	background: #E2F3F1;
	cursor: pointer;
	cursor: hand;
}


a.button_blue_white
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #081643;
	text-decoration: none;
	background: #E2F3F1;
	height:1%;
	padding:3px 4px;
	margin: 6px 2px 6px 0px;
} 

a.button_blue_white:hover
{ 
	color: #E2F3F1;
	background: #081643;
	cursor: pointer;
	cursor: hand;
}


a.button_red_white
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
	background:#9F1005;
	height:1%;
	padding:3px 4px;
	margin: 6px 2px 6px 0px;
} 

a.button_red_white:hover
{ 
	color: #9F1005;
	background:#ffffff;
	cursor: pointer;
	cursor: hand;
}


a.button_white
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
	background: #CCCCCC;
	height:1%;
	padding:3px 4px;
/*	
	margin: 1px 0px 1px 0px;
*/
} 

a.button_white:hover
{ 
	color: #CCCCCC;
	background: #333333;
	cursor: pointer;
	cursor: hand;
}


a.button_gray
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: white;
	text-decoration: none;
	background:#666666;
	padding:3px 4px;
	margin-right: 7px;
} 



.field_label {
	font-weight: bold;
	vertical-align: top;
	padding: 6px 2px 6px 0px;
	text-align: right;
}

.field_splay {
	font-family: Arial, sans-serif;
	font-size: 16px;
	text-align : left;
	vertical-align: top;
}


.data_row0, .field_value {
	background-color : #C2E6E2;
}
.data_row1 {
	background-color : #E2F3F1;
}
.required {
	color: #CC0000;
	font-weight: bold;
	vertical-align: bottom;
}
.query_crawl {
	font: bold 1.1em Arial, Helvetica, sans-serif;
	color : white;
	background-color: Teal;
}
.dud {
	font: 16px Arial, Helvetica, sans-serif;
	color : #FF0000;
}
.sortie {
	font: 900 9px sans-serif;
	color: #EEEEEE;
	text-decoration: none;
}
.task_link {
	color: black;
	font-size: 11px;
	font-weight: bold;
}
.task_link_inverse {
	background-color: #00658A;
	color: white;
	font-size: 11px;
	font-weight: bold;
}
.task_welcome {
	background-color: #00658A;
	white-space: nowrap;
	color: white;
}
.task_admin {
	background-color: #CCCCCC;
	white-space: nowrap;
}
.task_god {
	background-color: #EEEEEE;
	white-space: nowrap;
}
.task_duke {
	background-color: #FFCC66;
	white-space: nowrap;
}
.table_inside_out {
	background-color: #081643;
}
.bg_table, .table_outer {
	background-color: #081643;
	margin : 16px 8px 8px 8px;
}
.bg_table_inner, .table_inner {
	background-color: #081643;
}
.table_unlined {
	background-color: #E2F3F1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.title_row, .main_title {
	background-color : #718583;
	color: #E2F3F1;
	font-size: 18px;
	font-weight: bold;
	text-align : left;
}
.title_link {
	background-color : #D90026;
	color: black;
	font-size: 18px;
	font-weight: bold;
}
.head_row {
	background-color: #00658A;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	vertical-align: bottom;
	color: white;
}
.sorting_on {
	color: white;
	background-color: #081643;
}
.form_desc {
	font-size: 12px;
}
.util {
	color: #CCCCCC;
	font : 10px sans-serif;
	background-color: #333333;
	vertical-align: bottom;
}
.sorted_by {
	color: #C9DADC;
	font: 9px sans-serif
}
.end_cap {
	background-color: #718583;
	color: white;
	font-size: 14px;
	font-weight: bold;
}
.edit_link {
	color: #E2F3F1;
}
.del_link {
	color: #F32C3F;
}
.treed {
	font-size: 12px;
	line-height: 0px;
	vertical-align : text-top;
}
.alpha_treed {
	font-size: 12px;
}
.tree_ish {
	color: #0099CC;
}
input.submit_button {
	background-color: #00658A;
	color: white;
	font-size: 11px;
	font-weight: bold;
	padding : 4px 4px 4px 4px;
	border: 2px solid #081643;
	cursor: hand;
}
.field_blurb {
	vertical-align: top;
	color: #718583;
}

.col_header {
	color: white;
	font-size: 1em;
	text-transform: uppercase;
}

.util {
	color: #CCCCCC;
	font : 10px sans-serif;
	background-color: #333333;
	vertical-align: bottom;
}

.border_test { margin-bottom: 12px; border-bottom: 2px solid gray; }
