/*  2004 Next Dimension Inc. All rights reserved. */

BODY {
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	margin: 0px;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
}

BODY.white {
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	margin: 0px;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
}

TD {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

BODY.iframe {
	border: 0px;
	margin: 0px;
}

BODY.iframe_explorer {
	border: 0px;
	margin: 0px;
	background-color: White;
}

P {
	margin-top: 5px;
	margin-bottom: 10px;
	color: #555555;
	line-height: 16px;
}

LI {
	color: #555555;
	line-height: 14px;
	margin-bottom: 5px
}

DD {
	margin-left: 15px;
}

FORM {
	margin: 0px;
}

FIELDSET {
	padding: 5px;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #555555;
}

LEGEND {
	color: #222222;
}

IMG.icon {
	border: 0px;
	vertical-align: middle;
	vertical-align: absmiddle;
	cursor: hand; /* for IE */
	cursor: pointer;  /* for mozilla et al */
}

IMG.icon_control {
	border: 0px;
	vertical-align: middle;
	vertical-align: absmiddle;
	cursor: hand; /* for IE */
	cursor: pointer;  /* for mozilla et al */
}

IMG.separator {
	border: 0px;
	vertical-align: middle;
	vertical-align: absmiddle;
	cursor: default;
}

IMG.debug {
	position: absolute;
	top: 3px;
	right: 3px;
}


H2 IMG, H1 IMG, H3 IMG {
	vertical-align: middle;
	vertical-align: absmiddle;
	margin-right: 3px;
}

/* Headings */
H1 {
	color: #0066CC;
	font-weight: bold;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 10px;

}

H2 {
	color: #333399;
	font-weight: bold;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	margin: 0px;
	margin-top: 25px;
	margin-bottom: 10px;
}

H3 {
	color: #333333;
	font-weight: bold;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	margin: 0px;
	margin-top: 15px;
	margin-bottom: -8px;
	margin-left: 24px;
}

P.codeblock{
	background-color: #E9E9E9;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-family: "Courier New", Courier, mono;
	color: #222222;
}

SPAN.inlineHeading {
	color: #000000;
	font-weight: bold;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	margin-right: 8px;
}



/* Links */
A {
	cursor: hand;
	cursor: pointer;
}

A:link, A:active, A:visited, A:hover {
	color: #0066CC;
	font-weight: normal;
	text-decoration: underline;
	cursor: hand;
	cursor: pointer;
}

DIV.tree A:link, DIV.tree A:active, DIV.tree A:visited {
	color: Black;
	font-weight: normal;
	text-decoration: none;
}

DIV.tree A:hover {
	color: #0066CC;
	font-weight: normal;
	text-decoration: underline;
}


/* Base widget classes */
DIV.titlebar {
	border-left: 1px solid White;
	border-top: 1px solid White;
	border-bottom: 1px solid #808080;
	background-color: #c8380f;
	padding: 3px;
	color: White;
	font-weight: bold;
	padding-left: 6px;
}

DIV.subtitlebar {
	border-left: 1px solid White;
	border-top: 1px solid White;
	border-bottom: 1px solid #808080;
	background-color: #666666;
	padding: 3px;
	color: White;
	font-weight: bold;
	padding-left: 18px;
	background-image: url("titlebar_collapsed.gif");
	background-position: left center;
	background-repeat: no-repeat;
}

DIV.titlebar_expanded {
	border-left: 1px solid White;
	border-top: 1px solid White;
	border-bottom: 1px solid #808080;
	background-color: #F1BD1F;
	padding: 3px;
	color: White;
	font-weight: bold;
	padding-left: 18px;
	background-image: url("titlebar_expanded.gif");
	background-position: left center;
	background-repeat: no-repeat;
	cursor: pointer;
	cursor: pointer;
}

DIV.titlebar_collapsed {
	border-left: 1px solid White;
	border-top: 1px solid White;
	border-bottom: 1px solid #808080;
	background-color: #c8380f;
	padding: 3px;
	color: White;
	font-weight: bold;
	padding-left: 18px;
	background-image: url("titlebar_collapsed.gif");
	background-position: left center;
	background-repeat: no-repeat;
	cursor: hand;
	cursor: pointer;
}


DIV.panel, DIV.alert {
	border-left: 1px solid White;
	border-top: 1px solid White;
	border-bottom: 1px solid #808080;
	background-color: #D4D0C8;
	padding: 4px;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
}

DIV.empty {
	background-color: #D4D0C8;
	padding: 5px;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
}

DIV.alert {
	background-color: #FFFFE1;
	padding-left: 6px;
}

DIV.region {
	padding: 0px;
}

DIV.tree {
	margin: 8px;
}

/* Background color blocks */
DIV.blue {
	background-color: #0066FF;
}

DIV.purple {
	background-color: #993399;
}

DIV.green {
	background-color: #333399;
}

DIV.orange {
	background-color: #FF3300;
}

DIV.red {
	background-color: #CC0000;
}

DIV.gray {
	background-color: #333333;
}

DIV.black {
	background-color: Black;
}

DIV.white {
	background-color: White;
	padding: 10px;
}


/* Widget state classes */
.open {
	display: block;
}

.closed {
	display: none;
}


/* Basic color classes */
.white {
	background-color: White;
}

/* Buttons and other form elements */
FORM{
	display: inline;
}

INPUT, SELECT, TEXTAREA, OPTION {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	vertical-align: middle;
	vertical-align: absmiddle;
}

INPUT.button {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	vertical-align: middle;
	vertical-align: absmiddle;
	height: 24px;
	border-left: 1px solid White;
	border-top: 1px solid White;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	cursor: hand;
	cursor: pointer;
}

INPUT.button_over, INPUT.button_selected {
	border: 1px solid #0A246A;
	height: 24px;
	background-color: #B6BDD2;
	cursor: hand;
	cursor: pointer;
}

.input, .string_input, .email_input, .password_input {
	background-color: White;
}

.input_over, .string_over, .email_over, .password_over {
	/* background-color: #FFFFFF; */
}

.input_selected, .string_selected, .email_selected, .password_selected {
	/* background-color: #FFFFFF; */
}

.input_invalid, .input_invalid_over, .input_invalid_selected, .string_invalid, .string_invalid_over, .string_invalid_selected, .email_invalid, .email_invalid_over, .email_invalid_selected, .password_invalid, .password_invalid_over, .password_invalid_selected {
	/* background-color: #FFFFFF; */
}


.login_input {
	background-color: #eeeeee;
	border: 1px solid #666666;
	color: #333333;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left: 2px;
	text-align: left;
}

.login_input_over, .login_input_selected {
	background-color: #eeeeee;
	border: 1px solid #666666;
	color: #333333;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left: 2px;
	text-align: left;
}

.login_input_invalid_over, .login_input_invalid_selected, .login_input_invalid  {
	background-color: #eeeeee;
	border: 1px solid #666666;
	color: #333333;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left: 2px;
	text-align: left;
}


/* Table & Datagrid Classes */
DIV.datagrid TD, TABLE.Table TD, TABLE.datagrid TD {
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #EEEEEE;
	padding: 2px;
	padding-left: 7px;
	padding-right: 5px;
	background-color: White;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
}

.center TD {
	text-align: center;
}

DIV.datagrid TH, TABLE.Table TH, TABLE.datagrid TH, TR.headerstyle TD {
	border-left: 1px solid White;
	border-top: 1px solid White;
	border-bottom: 1px solid #808080;
	border-right: 1px solid #808080;
	background-color: #D4D0C8;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 22px;
}

TABLE.Table, TABLE.datagrid, TABLE.datagrid TABLE, DIV.datagrid TABLE {
	width: 100%;
	border-collapse: separate;
}

.cell_green {
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background-color: #009900;
}

.cell_yellow {
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background-color: #CCFF00;
}

.cell_red {
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background-color: #FF0000;
}

/* TREE Control Classes */
SPAN.node A:link, SPAN.node A:active, SPAN.node A:visited {
	color: #444444;
}


/* .NET Control Classes  */
TABLE.CheckBoxList TD {
	border: 0px;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	vertical-align: top;
}

/* Printer Classes */
.printOnly {
	display: none;
}

.noPrint {
	display: block;
}

.print {
	display: none;
}