/************************************
 Main Formatting
************************************/
body {
	margin: 0px 0px 0px 0px;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	/* background-color: #FFFFFF; */
	background: #0f0f0f url(images/gradient-bg-body2.jpg) repeat-x scroll top right;
}
h1 {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 32pt;
	font-weight: bold;
	letter-spacing: -2px;
	margin: 0 0 15 0;
	color: #7d8789;
	}
h3 {
	font-size: 12pt;
	font-weight: bold;
	}

.tabButton {
	font-size: x-small;
	font-weight: bold;
	color: #EBF0F9;
	margin: 2px;
	/* border: solid 2px #000000; */
	border: solid 2px black;
	/*background-color: #205020;*/
	background-color: #205020;
	}

/************************************
 Home Page Formatting
************************************/
.HomePage {
	/* background-color: #ffffff; */
	background-color: white;
	}

#Title {
	background-color: #400040;
	color: white;
	width: 100%;
	height: 35px;
	background: #400040 url(images/info.gif) no-repeat scroll bottom left;
	}

#Title #Username {
	float: left;
	margin-left: 100px;
	margin-top: 6px;
	font-family: Tahoma, Sans-Serif;
	font-size: 16pt;
	font-weight: bold;
	}

#Title #Date {
	float: right;
	margin-right: 20px;
	margin-top: 7px;
	font-family: Tahoma, Sans-Serif;
	font-size: 14pt;
	font-weight: bold;
	}

.Dashboard {
	vertical-align: top;
	margin: 15px;
	width: 100%;
	clear: both;
	}

.Dashboard .Panel {
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	height: 400;
	}

.Dashboard .Panel .Title {
	background-color: #C0C0C0;
	color: white;
	font-weight: bold;
	width: 100%;
	padding: 3px;
	padding-left: 7px;
	}

.Dashboard .Panel .Contents {
	padding: 7px;
	position: relative;
	top: 5px;
	}

.Dashboard .Panel .Task {
	display: block;
	padding: 5px;
	}

.Dashboard .Panel .Task .Date {
	float: left;
	font-weight: bold;
	font-size: 9pt;
	padding-top: 1px;
	margin-right: 10px;
	}

.Dashboard .Panel .Task .Notes {
	float: left;
	display: block;
	}

.SiteMapList {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}

.SiteMapList .MainItem {
	margin: 3px 0px 10px 10px;
	font-weight: bold;
	}

.SiteMapList .SubItem {
	margin: 0px 0px 0px -15px;
	font-weight: normal;
	list-style-type: disc;
	}

.SiteMapList A {
	color: black;
	text-decoration: none;
	}

.SiteMapList A:hover {
	text-decoration: underline;
	}
 
/************************************
 Page Header
************************************/
#Header {
	width: 100%;
	background-color: #000000;
	height: 2.3em;
	}
#Header H1 {
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	letter-spacing: normal;
	color: #999;
	padding: 8 5 5 35;
	font-weight: bold;
	float: left;
	margin: -1px 0px 0px 5px;
	/*background-image: url(images/Logo.gif);
	background-position: left center;
	background-repeat: no-repeat;*/
	}
#Header .countdowndiv
{
	font-weight:bold;
	color: #7d8789;
	padding: 3px 3px 0 3px;
	margin: 3px 3px 0px 0px;
	background-color: #000000;
	position: inherit;
}

.popupbackground
{
	background-color:#669933;
	height: 15em;
	border:solid 1px black;
	-moz-opacity: .55;
	z-index:998;
	filter: alpha( style=1,opacity=25,finishOpacity=85,startX=0,finishX=100,startY=0,finishY=100);
	}
.popupforeground
{
	position: relative;
	top: -200px;
	height: 200px;
	text-align:center;
	vertical-align: middle;
	font-size: x-large;
	font-style: italic;
	font-weight: bold;
	Filter: Glow(color=##669933,strength=6);
	z-index:999;
	}


#Header .Navigation {
	padding: 5px;
	float: right;
	margin: 2px 3px 0px 0px;
	}
#Header .Navigation A {
	font-size: 10pt;
	font-family: Verdana, Sans-Serif;
	font-weight: bold;
	letter-spacing: normal;
	padding: 2 7 2 7;
	margin: 0px 0px 0px 0px;
	color: #000000;
	background-image: url(images/gradient-bg-green-bar.jpg);
	background-position: left center;
	background-repeat: repeat-x;
	text-decoration: none;
	border: 1px solid #000;
	}
#Header .Navigation a:hover {
	background-image: none;
	background-color: #ffffff;
	}

/************************************
 Section Formatting
************************************/
#Section {
	margin: 6px 25px 25px 25px;
	}
#Section .Header {
	height: 15px;
	margin: 0px 2px 2px 0px;
	}
#Section .Header H2 {
	font-family: Verdana, Sans-Serif;
	float: left;
	margin: 4 0;
	/*padding: 4px 0px 0px 0px;*/
	line-height: 130%;
	vertical-align: bottom;
	background: url(images/sidebar-header-black-gloss.png);
	background-repeat: no-repeat;
	color: #ffffff;
	width: 204px;
	height: 28px;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	}
#Section .Header .Navigation {
	float: right;
	margin: 0px 0px 0px 0px;
	}
#Section .Header .Navigation A {
	font-family: Tahoma, Sans-Serif;
	font-weight: bold;
	font-size: x-small;
	margin: 0 0 0 0;
	padding: 3 7 3 7;
	color: #444444;
	text-decoration: none;
	height: 1px;
	border: solid 1px #BBBBBB;
	background-color: #F4F4F4;
	/*border-top: solid 1px silver;
	border-left: solid 1px silver;
	border-bottom: solid 1px grey;
	border-right: solid 1px grey;*/
}
#Section .Header .Navigation a:hover {
	/* background-color: #eeeeee; */
	background-color: #EEEEEE;
	border: solid 1px black;
	}
#Section .Header .Navigation SELECT {
	font-family: Tahoma, Sans-Serif;
	font-weight: bold;
	font-size: x-small;
	margin: 0 0 2 0;
	color: #444444;
	background-color: white;
	}

/************************************
 Section Details Formatting
************************************/
#Section .Details {
	padding: 3px 3px 3px 10px;
	margin: 0 0 0 0;
	/* background-color: #FDFDFD; */
	background-color: #F0F0F0;
	border-top: solid 3px black;
	font-size: x-small;
	height: 3em;
	clear: both;
	}
#Section .Details .Field {
	display: inline;
	margin: 0 25px 0 0;
	float: left;
	}
#Section .Details .FieldBlock 
{
	display: block;
	margin: 0 35px 0 0;
	}

#Section .Details .Field .Label {
	margin: 0;
	padding: 0 0 0 1px;
	font-size: 8pt;
	display: block;
	color:black;
	}
#Section .Details .Field .Value {
	clear: both;
	margin: 0 0 0 0;
	padding: 0;
	font-size: x-small;
	font-weight: bold;
	/* color: #000000; */
	color: black;
	}
#Section .Details .Field a{
	font-weight: bold;
	text-decoration: none;
	color: blue;
	}
#Section .Details .Field a:visited{
	font-weight: bold;
	text-decoration: none;
	color: blue;
	}
#Section .Details .Field a:hover{
	text-decoration: underline;
	}

/************************************
 SubSection Formatting
************************************/
#SubSection {
	padding: 0px;
	margin: 0px;
	border: solid 1px black;
	background-color: #000000;
	clear: both;
	}
#SubSection .Header {
/*	background-color: #400040;*/
	background-color: #000000;
	padding: 3px;
	margin: 0px;
	
	height:1px;
	}
#SubSection .Header H3 {
	padding: 4px;
	margin-left: 2px;
	float: left;
	/* color: #ffffff; */
	color: white;
	}
#SubSection .Header .Navigation {
	padding: 0px;
	margin: 0px;
	float: right;
	}
#SubSection .Header .Navigation INPUT {
	font-size: x-small;
	font-weight: bold;
	color: #000000;
	margin: 2px;
	/* border: solid 2px #000000; */
	border: solid 2px black;
	/*background-color: #205020;*/
	background-color: #205020;
	}

.commandButton {
	font-size: x-small;
	font-weight: bold;
	color: #EBF0F9;
	margin: 2px;
	/* border: solid 2px #000000; */
	border: solid 2px black;
	/*background-color: #205020;*/
	background-color: #205020;
	}

#SubSection .Footer {
	background-color: #E6E6E6;
	padding: 3px;
	margin: 0px;
	width: 100%;
	}
#SubSection .Footer .Navigation {
	float: right;
	margin: 0 4 3 0;
	padding: 0;
	}
#SubSection .Footer .Navigation INPUT {
	font-size: x-small;
	font-weight: bold;
	color: #EBF0F9;
	margin: 0 1 0 1;
	/* border: solid 2px #000000; */
	border: solid 2px black;
	/*background-color: #205020;*/
	background-color: #205020;
	}

.Footer .Navigation INPUT {
	font-size: x-small;
	font-weight: bold;
	color: #EBF0F9;
	margin: 0 1 0 1;
	/* border: solid 2px #000000; */
	border: solid 2px black;
	/*background-color: #205020;*/
	background-color: #205020;
	}

/************************************
 SubSection Content Formatting
************************************/
#Section #SubSection .Content {
	margin: 0;
	padding: 0;
	background-color: #000000;
	}

#Section #SubSection .Content .Navigation {
	width: 100%;
	/*background-color: #205020;*/
	background-color: #205020;
	margin: 0 0 0 5px;
	background-color: #009900;
	background-image: url(images/gradient-bg-green-bar.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	position: relative;
	}
#Section #SubSection .Content .Navigation A {
	font-family: Tahoma, Sans-Serif;
	font-weight: bold;
	font-size: x-small;
	margin: 0 0 0 0;
	padding: 3 7 3 7;
	color: white;
	text-decoration: none;
	height: 1px;
	}
#Section #SubSection .Content .Navigation a:hover {
	background-color: #E6E6E6;
	/* color: #000000; */
	color: black;
	}

#Section #SubSection .Content .NavigationTopTab {
	width: 100%;
	/*background-color: #205020;*/
	background-color: #205020;
	padding: 0 0 0 5;
	}
#Section #SubSection .Content .NavigationTopTab A {
	font-family: Tahoma, Sans-Serif;
	font-weight: bold;
	font-size: x-small;
	margin: 0 0 0 0;
	padding: 3 7 3 7;
	color: white;
	background-color: #336600;
	border-top: solid 2px black;
	border-left: solid 2px black;
	border-right: solid 2px black;
	text-decoration: none;
	height: 1px;
	}
#Section #SubSection .Content .NavigationTopTab a:hover {
	background-color: #E6E6E6;
	border-top: solid 2px black;
	border-left: solid 2px black;
	border-right: solid 2px black;
	/* color: #000000; */
	color: black;
	}

#Section #SubSection .Content .NavigationBottomTab {
	width: 100%;
	/*background-color: #205020;*/
	background-color: #205020;
	padding: 0 0 0 5;
	}
#Section #SubSection .Content .NavigationBottomTab A {
	font-family: Tahoma, Sans-Serif;
	font-weight: bold;
	font-size: x-small;
	margin: 0 0 0 0;
	padding: 3 7 3 7;
	color: white;
	background-color: #336600;
	border-bottom: solid 2px black;
	border-left: solid 2px black;
	border-right: solid 2px black;
	text-decoration: none;
	height: 1px;
	}
#Section #SubSection .Content .NavigationBottomTab a:hover {
	background-color: #E6E6E6;
	border-bottom: solid 2px black;
	border-left: solid 2px black;
	border-right: solid 2px black;
	/* color: #000000; */
	color: black;
	}

#Section #SubSection .scrollingFullPage
{
	border:solid 2px black;
	color: black;
	height: 650px;
	padding: 5px;
	overflow:scroll;
	}

/************************************
 SubNavigation Content Formatting
************************************/
.SubNavigation .Navigation {
	width: 100%;
	/*background-color: #205020;*/
	background-color: #205020;
	padding: 0 0 0 5;
	}

.SubNavigation .Navigation A {
	font-family: Tahoma, Sans-Serif;
	font-weight: bold;
	font-size: x-small;
	margin: 0 0 0 0;
	padding: 3 7 3 7;
	color: white;
	text-decoration: none;
	height: 1px;
	}
.SubNavigation .Navigation a:hover {
	background-color: #E6E6E6;
	/* color: #000000; */
	color: black;
	}

/************************************
 Form Formatting
************************************/
.FormPanel {
	margin: 3px 15px 15px 15px;
	padding: 0px;
	border: solid 1px #000;
	background-color: #fff;
	}
.FormPanel:after {
    content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
	}

.FormPanel {display: inline-block;
	}

/* Hides from IE5/Mac \*/
* html .FormPanel {height: 1px;
	}

.FormPanel {display: block;
	}
/* End hide from IE5/Mac */

.FormPanel H4 {
	margin: 0 0 0.3em 0;
	color: #EBF0F9;
	/*background-color: #205020;*/
	background-color: #205020;
	font-size: small;
	font-weight: bold;
	background-color: #000000;
	background-image: url(images/gradient-bg-black-gloss.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0.3em 0 0.3em 0.3em;
	clear: both;
	}
.FormPanel H4 .Button {
	font-size: x-small;
	font-weight: bold;
	/* color: #000000; */
	color: black;
	margin: 0px;
	padding: 0px;
	/* border: solid 2px #000000; */
	border: solid 2px black;
	background-color: #205020;
	position: relative;
	left: 10px;
	}
.FormPanel H5 {
	margin: 0px;
	color: #400040;
	padding: 3 3 3 3;
	text-decoration: underline;
	font-size: x-small;
	width: 100%;
	}
.FormPanel .FormError {
	font-weight: bold;
	color: red;
	}
.Form .FormError {
	font-weight: bold;
	color: red;
	}
/************************************
 Form Field Formatting
************************************/
.FormPanel .Form {
	margin: 0px;
	height: 1px;
	padding: 7px 0 5px 7px;
	/* background-color: #FDFDFD; */
	background-color: #F0F0F0;
	clear: both;
	}
.FormPanel .Form .Field {
	float: left;
	padding: 0;
	margin: 0 5 5 0;
	}
.FormPanel .Form .Field .Label {
	display: block;
	font-size: x-small;
	font-weight: normal;
	margin: 0 0 0 3;
	}
.FormPanel .Form .Field .Value {
	margin: 0;
	padding: 0;
	}
.FormPanel .Form .Field .Value INPUT {
	margin: 0;
	padding: 0 0 0 3;
	width: auto;
	}

.FormPanel .Form .Field SELECT {
	margin: 1;
	padding: 0 0 0 3;
	width: auto;
	}
.FormPanel .Form .Field .CheckBox {
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 0px;
	width: auto;
	height: 1px;
	}

.FormPanel .Form .Button {
	font-size: x-small;
	font-weight: bold;
	color: #000;
	/*margin: 15 1 0 1;
	border: solid 2px #000000;
	border: solid 2px black;
	background-color: #205020;*/
	background-color: #205020;
	}

.FormPanel .Form .LowButton {
	font-size: x-small;
	font-weight: bold;
	color: #EBF0F9;
	margin: 15 1 0 1;
	/* border: solid 2px #000000; */
	border: solid 2px black;
	/*background-color: #205020;*/
	background-color: #205020;
	}

.FormPanel .Form .InlineButton {
	font-size: x-small;
	font-weight: bold;
	color: #000;
	/*margin: 15 1 0 1;*/
	/* border: solid 2px #000000;
	border: solid 2px black;
	background-color: #205020;*/
	background-color: #205020;
	height: 22px;
	}

.FormPanel .RadioButtonList LABEL {
	padding-right: 10px;
	padding-left: 2px;
	}


/************************************
 Form Crosstab Formatting
************************************/
.Form .Column {
	float: left;
	}
.Form .Column span {
	display: block;
	}
.Form .Column select {
	margin: 2 0 0 0;
	}
.Form .Column .BoxLabel {
	/* border: solid 2px #FDFDFD; */
	border: solid 2px #F0F0F0;
	/* background-color: #FDFDFD; */
	background-color: #F0F0F0;
	}
.Form .Column .BoxText {
	/* border: solid 2px #cccccc; */
	border: solid 2px #CCCCCC;
	/* background-color: #FDFDFD; */
	background-color: #F0F0F0;
	}

/************************************
 Vertical Form Formatting
************************************/
.FormPanel .VerticalForm
{
	height: 1px;
	margin: 0px;
	padding: 0px 7px 7px 7px;
	background-color: #EBF0F9;
	}
.FormPanel .VerticalForm .Field {
	float: left;
	margin: 0 0 5 0;
	clear: both;
	width: 100%;
	}
.FormPanel .VerticalForm .Field .Label {
	display: block;
	font-size: xx-small;
	font-weight: bold;
	margin: 0 0 0 3;
	}
.FormPanel .VerticalForm .Field .Value {
}
.FormPanel .VerticalForm .Field .Value INPUT {
	width: 100%;
	}

/************************************
 Grid Formatting
************************************/
.Grid {
	font-family: Verdana, Sans-Serif;
	font-size: 8pt;
	background-color: white;
	width: 99%;
	}

.GridHeader {
	background-color: #3fa211;
	background: url(images/gradient-bg-green-bar.jpg) repeat-x;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	height: 17px;
	font-family: verdana, sans-serif;
	}

.GridHeader a {
/*	color: #205020;*/
	color: #E6E6E6;
	text-decoration: none;
	}

.GridHeader TD {
	padding-left: 7;
	padding-right: 3;
	}

.GridFooter {
	background-color: #400040;
	padding: 3;
	}

.GridItem {
	background-color: #FEFEFE;
	}
.GridAlternateItem {
	background-color: #E8E8E8;
	}
	
.GridItemClose {
	background-color: #FEFEFE;
	}
.GridAlternateItemClose {
	background-color: #F0F0F0;
	}
	
.GridItem TD {
	padding-left: 5px;
	padding-right: 3px;
	}
.GridAlternateItem TD {
	padding-left: 5px;
	padding-right: 3px;
	}
	
.GridItemClose TD {
	padding-left: 5px;
	padding-right: 3px;
	}
.GridAlternateItemClose TD {
	padding-left: 5px;
	padding-right: 3px;
	}

.GridSelectedItem {
	background-color: #008000;
	/*background-color: #008000;
	/* background-color: #FF80FF; */
	padding: 5px;
	}

.GridSelectedItem TD {
	padding-left: 5px;
	padding-right: 3px;
	}

.GridPager {
	padding: 1 3 3 7;
	background-color: #3fa211;
	background: url(images/gradient-bg-green-bar.jpg) repeat-x;
	font-size: 12px;
	font-weight: bold;
	height: 17px;
	font-family: verdana, sans-serif;
	}

.GridPager SPAN {
	color: #ffffff;
	text-decoration: none;
	padding-right: 5;
	}

.GridPager a {
	color: #000000;
	text-decoration: none;
	padding-right: 5;
	}

/************************************
 Finder Formatting
************************************/
.Finder {
	border: solid 1px black;
	}

.Finder .Controls {
	border-bottom: solid 1px black;
	padding: 3;
	background-color: silver;
	}

.Finder div.Controls input {
	border: solid 2px #666666;
	margin: 2;
	}

.Finder .Results {
	background-color: white;
	padding: 0;
	}
/************************************
Contact Info Formatting
************************************/
.form .contact 
{
	vertical-align: top;
	width: 100%;
	}
.form .contact .fmat
{
	float: left;
	width: 33%;
	}

.form .contact .fmat .middle a
{
	text-decoration: none;
	font-weight: bold;
	color: black;
	cursor: default;
	}

.form .contact .fmat .nborder
{
	vertical-align: middle;
	/* border: solid 2px #FDFDFD; */
	border: solid 2px #F0F0F0;
	/* background-color: #FDFDFD; */
	background-color: #F0F0F0;
    width: 237px;
}
.form .contactlight
{
	/* background-color:#FFFFFF; */
	background-color: white;
	width: 100%;
	}
.form .contactlight .fmatlight
{
	/* background-color: #FFFFFF; */
	background-color: white;
	float: left;
	width: 33%;
	}

#text p
{
	font-size: xx-small;
	}

.form .contactlight .fmatlight .nborderlight
{
	vertical-align: middle;
	/* border: solid 2px #FFFFFF; */
	border: solid 2px white;
	/* background-color: #FFFFFF; */
	background-color: white;
	}

.dgTable
{
	padding: 0px;
	margin: 0px;
	border: none;
	width: 100%;
	}

.dgTable tr
{
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	}

.dgTable td
{
	border: none;
	}

/* quesiton block formatting */
.Form .formatBlock
{
	width: auto;
	}
.Form .formatBlock .formatDetail
{
	margin: 12px 4px 4px 0px;
	float: left;
	width: 60%;
	}
.Form .formatBlock .formatControl
{
	margin: 12px 4px 4px 0px;
	float: left;
	width: auto;
	}


/*********************************
Asset Task row colors
/********************************/
/*
.Today
{
	background-color: #E6E6E6;
}
.Past
{
	background-color: #408ce8;
}
.Future
{
	background-color: #FDFDFD;
}
.RedFont
{
	color: Red;	
}
*/
.Today
{
	background-color: #C2F5A5;
	}
.Past
{
	background-color: #F5A5AF;
	}
.Future
{
	background-color:  #F5F3A5;
	}
.RedFont
{
	color: black;
	font-weight: bold;
	}

/*********************************
 DateBox Formatting
*********************************/
.DateBox {
}
.DateBox A {
	position: relative;
	top: 1px;
	left: 4px;
	}
.DateBox INPUT {
	width: 80px;
	}

/*********************************
 Dashboard Formatting
*********************************/
#wholepage {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	margin-left: auto;
	margin-right: auto;
	}
#dashcontent {
	top: 0.2em;
	padding: 0px;
	margin: 0px;
	height: 100%;
	position: absolute;
	left: 230px;
	width: 76%;
	}
.lowered  {
	margin-top: 3em;
	display: inline;
	}

.trajan {
	font-family: 'perpetua titling mt', 'times new roman';
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	font-variant: small-caps;
	}
.buttons, .InlineButton, .button, .smallbutton, .Navigation input, #LoginButton, .FormPanel .Form .LowButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #009900;
	background-image: url(images/button-bg.gif);
	background-repeat: repeat-x;
	margin-right: 1px;
	margin-left: 1px;
	margin-bottom: 6px;
	border:1px solid #006600;
	font-weight:bold;
	}
.smallbutton
{
	color: black;
	font-size: 10;
	font-weight: bold;
	border: solid white 1px;
	background-color: #00a2ff;
	background-image: url(images/blue-button-bg.jpg);
	background-repeat: repeat-x;
	margin: 1px 3px 0 3px;
	}
#left-sidebar a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
.green {
	color: #276e00;
	}
.black {
	color: #000000;
	}
.sbhbg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/sidebar-header-black-gloss.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 204px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
	padding-top: 4px;
	}
.greenlines  {
	background-image: url(images/sidebar-divider.png);
	background-repeat: no-repeat;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	}
.blackgreenbar {
	background-color: #000000;
	background-image: url(images/gradient-bg-sidebar.jpg);
	background-repeat: repeat-y;
	padding: 6px;
	color: #FFFFFF;
	font-size: 12px;
	height: 100%;
	}
.grnlinks a {
	color: #baff70;
	font-size: 11px;
	}

.grnlinksLarge a 
{
	color: #baff70;
	font-size: 12px;
	}

.grnlinksLarge a:hover 
{
	color: #FFFFFF;
	font-size: 12px;
	}

.floatleft {
	float: left;
	}

.clearboth {
	clear: both;
	}
.floatleft .taleft {
	text-align: left;
	}
.floatleft   .taright {
	text-align: right;
	position: relative;
	right: 0px;
	}
.taright .margined p {
	margin: 5px;
	padding: 0px;
	}
.taleft  .margined p {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-weight: bold;
	}
.spaceholders  .space {
	background-color: #FFFFFF;
	float: left;
	height: 25em;
	width: 400px;
	height: 300px;
	border: 1px solid #000000;
	margin-top: 0.5em;
	margin-right: 2.2%;
	margin-bottom: 0.5em;
	margin-left: 2.2%;
	}



.greenback {
	background-color: #000000;
	position: relative;
	height: 35em;
	background-attachment: fixed;
	background-image: url(images/table-bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	}
.whiteback {
	background-color: #000;
	}
.brightbox 
{
	background-color: #888888;
	background-image: url(images/whitetransp.png);
	background-repeat: repeat;
	width: 68em;
	border: 1px solid #333333;
	padding: 15px 15px 15px 15px;
	margin-top: 10%;
	}
.brightbox a {
	color: #006600;
	}

.loginbox {
	background-color: #000000;
	width: 35em;
	border: 1px solid #000000;
	height: 17em;
	}
	
.newsbox {
	width: 16em;
	float: left;
	background-repeat: repeat-y;
	background-position: center top;
	border: 1px solid #000000;
	padding: 0.35em;
	margin: 2.5em 1.1em 1.5em 1.1em;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 14em;
	background-color: #ace086;
	background-image: url(images/newsbox-bg.jpg);
	}
.newsbox span {
	font-style: italic;
	font-weight: bold;
	text-align: center;
	}

.newsbox img {
	margin: 0.3em;
	float: left;
	}


.brightbox  h4 {
	color: #EBF0F9;
	background-color: #205020;
	font-weight: bold;
	width: 100%;
	background: url(images/gradient-bg-black-gloss.jpg) repeat-x scroll top right;
	margin: 0px;
	font-size: 1em;
	height: 1.5em;
	}
.loginbox h4 span {
	padding: 12px;
	}
.newsboxes {
	margin-right: auto;
	margin-left: auto;
	margin-top: 1.5em;
	}

ul.box {
	position: relative;
	margin: 1em auto;
	}
ul.box li {
	display: inline;
	list-style-type: none;
	margin-right: 1em;
	margin-left: 1em;
	}
ul.box li a {
	color: #FFFFFF;
	}

.Form  {
	width: 100%;
	margin: 1.3em 0 0 0;
	color: #000000;
	padding: 0em;
	position: relative;
	}
.Field {
	padding: 0.5em;
	color: #000000;
	}
.loginbox  .Form  img {
	margin: 0.7em;
	}
.Field input {
	margin-right: 1.5em;
	}
.Field  span input {
	margin-right: 0px;
	}
.loginbox .top {
	text-align: right;
	width: 19em;
	margin-right: auto;
	margin-left: auto;
	}
.LoadingDiv
{
   height: 375; 
   width: 100%; 
   margin: 5 auto 5 auto; 
   padding:0; 
   overflow:auto; 
}
.nobr
{
   white-space: nowrap;
}


/*    START ComponentArt Menu Control Style      */

.hdr { width:100%;height:27px;background:#000 url("images/horizontal.png") repeat-x;padding:3px 0 0 8px;font-size:12px; font-weight:bold; }

.top { /*width:310px;height:28px;background:#000 url("images/horizontal.png") repeat-x;padding:2px 0 0 0;*/ }
	.top .itm { height:23px !important;text-align:center;background:none;color:#fff;padding:1px 10px;border:0;cursor:default; }
	.top .itm-h { height:23px !important;text-align:center;background:none;padding:0 9px;border:1px solid #999;border-color:#999 #333 #333 #999;color:#fff;cursor:default; }
	.top .itm-a { height:23px !important;text-align:center;background:none;padding:0 9px;border:1px solid #333;border-color:#333 #999 #999 #333;color:#fff;cursor:default; }
	.top .itm-e { height:23px !important;text-align:center;background:none;padding:0 9px;border:1px solid #333;border-color:#333 #999 #999 #333;color:#fff;cursor:default; }



.mnu { border:1px solid #000;width:165px;background:#f6f6f6 url("images/vertical.png") repeat-y;font-family:Verdana, Arial, Sans-Serif;font-size:12px;color:#fff;cursor:default;text-align:left; }
	.mnu .itm { width:165px;height:25px;padding-left: 28px; }
	.mnu .itm-h { width:165px;height:25px;padding-left: 26px; background:#f6f6f6 url("images/static.png") no-repeat; color:#000; font-weight:bold;}
	.mnu .itm-h .itm-h { width:165px;height:25px;padding-left: 26px; background:#f6f6f6 url("images/static.png") no-repeat; color:#000; font-weight:bold;}

	.mnu .br { width:165px;height:4px;background:#f6f6f6 url("images/static.png") no-repeat 0 -25px;overflow:hidden;line-height:4px; }

	.mnu .lbl { display:block;float:left;height:24px;line-height:24px;width:140px;padding:0 0 0 6px;position:relative; }
		.mnu .lbl .txt { display:block;color:#fff;height:24px;line-height:24px;top:0;left:29px;position:absolute; }
		.mnu .lbl .shd { display:block;color:#333;position:absolute;top:1px;left:35px; }

	.mnu .exp { display:block;width:16px;height:25px;float:left;margin-top:0px;background:transparent url("images/static.png") no-repeat right -29px; }
	
/*    END ComponentArt Menu Control Style      */








