/* CSS Document */
/* General */

body {
	/*background-color: <%=strHeaderBackground%>;*/
	/*background-image: url(images/<%=strTheme%>_bgPageGradient.jpg);*/
	background-repeat: repeat-x;
}
b, strong	{font-weight: bold;}
i, em 		{font-style: italic;}
li			{/*list-style-image: url(images/<%=strTheme%>_listArrow.gif);*/}

a {
	/*color: <%=strLinkText%>;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #163850;
	text-decoration: underline;
}


a:active, a:hover {
    /*color: <%=strAccentText%>;*/
	color: #735B1B;
	text-decoration:    underline;
}
a:link {
	cursor: pointer;
	cursor:	hand;
	text-decoration:    underline;
}

.TopBorder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #996a2f;
	border-right-color: #996a2f;
	border-bottom-color: #996a2f;
	border-left-color: #996a2f;
}
.BottomBorder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #996a2f;
	border-right-color: #996a2f;
	border-bottom-color: #996a2f;
	border-left-color: #996a2f;
}
.LeftBorder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #996a2f;
	border-right-color: #996a2f;
	border-bottom-color: #996a2f;
	border-left-color: #996a2f;
}
.RightBorder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #996a2f;
	border-right-color: #996a2f;
	border-bottom-color: #996a2f;
	border-left-color: #996a2f;
}
.BothSidesBorder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #996a2f;
	border-right-color: #996a2f;
	border-bottom-color: #996a2f;
	border-left-color: #996a2f;
	background-color: #215273;
}
.Fake {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6px;
	text-decoration: none;
}
A.button:LINK {
	/*background-color: #a7c2da;*/
	color: #184360;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-weight: bold;
	padding: 2px 6px 2px;
	text-align: center;
	margin-bottom: 5px;
}
A.button:VISITED{	
	/*background-color: #a7c2da;*/
	color: #184360;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-weight: bold;
	padding: 2px 6px 2px;
	text-align: center;
	margin-bottom: 5px;
}
A.button:ACTIVE {	
	/*background-color: #a7c2da;*/
	color: #184360;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-weight: bold;
	padding: 2px 6px 2px;
	text-align: center;
	margin-bottom: 5px;
}
A.button:HOVER { 	
	/*background-color: #184360;*/
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-weight: bold;
	padding: 2px 6px 2px;
	text-align: center;
	margin-bottom: 5px;
}
.button
{
	/*background-image: url(images/<%=strTheme%>_button.gif);*/
	/*border: 1px outset <%=strMenuBackground%>;*/
	/*color: <%=strHeaderText%>;*/
	/*background-color: #a7c2da;*/
	color: #184360;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-weight: bold;
	padding: 2px 6px 2px;
	text-align: center;
	margin-bottom: 5px;
	background-repeat: repeat-x;
	overflow: visible;
	/*padding: 0px 4px 0px 4px;*/
	/*height: 20px;	*/
	border:0px outset;
	/*filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#a7c2da',EndColorStr='#a7c2da')*/
	
}

.buttonView
{
	/*background-image: url(images/<%=strTheme%>_button.gif);*/
	/*background-color: <%=strHeaderMenuBackground%>;*/
	/*border: 1px outset <%=strMenuBackground%>;*/
	/*color: <%=strHeaderText%>;*/
	/*background-color: #a7c2da;*/
	color: #184360;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 6px 2px;
	text-align: center;
	margin-bottom: 5px;
	background-repeat: repeat-x;
	overflow: visible;
	padding: 0px 4px 0px 4px;
	height: 20px;	
	width: 65px;
	border:0px outset;
	
	
}

.buttonViewHov
{
	/*background-image: url(images/<%=strTheme%>_button.gif);*/
	/*background-color: <%=strHeaderMenuBackground%>;*/
	/*border: 1px outset <%=strMenuBackground%>;*/
	/*color: <%=strHeaderText%>;*/
	/*background-color: #a7c2da;*/
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 6px 2px;
	text-align: center;
	margin-bottom: 5px;
	background-repeat: repeat-x;
	overflow: visible;
	padding: 0px 4px 0px 4px;
	height: 20px;	
	width: 65px;
	border:0px outset;
	
	
}

.buttonHov
{
	/*background-color: #184360;*/
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-weight: bold;
	padding: 2px 6px 2px;
	text-align: center;
	margin-bottom: 5px;
	background-repeat: repeat-x;
	overflow: visible;
	border:0px outset;
}

.BottomNav {
	font-size: 11px;
	/*color: #564414;
}
A.BottomNav:Link {
	font-size: 11px;
	/*color: #564414;*/
	text-decoration: none;
}

A.BottomNav:Visited {
	font-size: 11px;
	/*color: #564414;*/
	text-decoration: none;
}
A.BottomNav:Active {
	font-size: 11px;
	/*color: #564414;*/
	text-decoration: none;
}
A.BottomNav:Hover {
	font-size: 11px;
	/*color: #255576;*/
	text-decoration: underline;
}
.Header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #225374;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C4D3DB;
	border-right-color: #C4D3DB;
	border-bottom-color: #C4D3DB;
	border-left-color: #C4D3DB;
	width: auto;
	background-image: url(../images/header_Icon.gif);
	background-position: 0px top;
	text-indent: 10px;
	background-repeat: repeat-y;
	padding: 3px;
}

.BodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color: #163850;
	text-indent: 0px;
	margin-left: 15px;
	line-height: 16px;
}

.buttonHyperlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color: #163850;
	text-indent: 0px;
	margin-left: 0px;
	text-decoration: underline;
	border-width:0px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #003366;
}
.FormLabel {font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0A425C;
}
.BuildBox 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*color: #0A425C;*/
}
.BuildNodes 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;

}
.style11 {color: #990000;
	font-size: 12px;
	font-weight: bold;
}
.style13 {	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}
.style2 {font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
}
.HeaderForm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #225374;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C4D3DB;
	border-right-color: #C4D3DB;
	border-bottom-color: #C4D3DB;
	border-left-color: #C4D3DB;
	width: auto;
	background-image: url(../images/header_Icon.gif);
	background-position: 0px top;
	text-indent: 10px;
	background-repeat: repeat-y;
	padding: 3px;
}
.BodyText1 {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #163850;
	text-indent: 0px;
	margin-left: 15px;
	line-height: 16px;
}
.BodyCallOut {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #163850;
	text-indent: 0px;
	margin-left: 15px;
	line-height: 16px;
	background-color: #FBFCD6;
	padding: 5px;
	border: 1px solid #745C1B;
}
.step {font-size: 9px; font-family: Arial, Helvetica, sans-serif;}
.style4 
{
	font-size: 9px; 
	font-family: Arial, Helvetica, sans-serif;
	/*color: #163850;*/
}
.stepActive {
	font-size: 11px;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	/*color: #745C1B;*/
	padding: 2px;
	text-transform: uppercase;
}
.buttonAdd {
	color: #184360;
	text-decoration: none;
	text-indent: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 6px 6px;
	text-align: left;
	background-image: url(../images/GreenArrow.gif);
	background-position: left center;
	background-repeat:no-repeat;
	line-height: 15px;
	vertical-align: middle;
	border-width: 0px;
	cursor:hand;
	width:95px;
	
}
.buttonMoveUp {
	color: #184360;
	text-decoration: none;
	text-indent: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 6px 6px;
	text-align: left;
	background-image: url(../images/greenarrow_up.gif);
	background-position: left center;
	background-repeat:no-repeat;
	line-height: 15px;
	vertical-align: middle;
	border-width: 0px;
	cursor:hand;
	width:95px;
	
}

.buttonRemove {
	color: #993300;
	text-decoration: none;
	text-indent: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 6px 6px;
	text-align: left;
	background-image: url(../images/redarrow_back.gif);
	background-position: left center;
	background-repeat:no-repeat;
	line-height: 15px;
	vertical-align: middle;
	border-width: 0px;
	cursor:hand;
	width:95px;
	
}
.buttonMoveDown {
	color: #993300;
	text-decoration: none;
	text-indent: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 6px 6px;
	text-align: left;
	background-image: url(../images/redarrow_down.gif);
	background-position: left center;
	background-repeat:no-repeat;
	line-height: 15px;
	vertical-align: middle;
	border-width: 0px;
	cursor:hand;
	width:95px;
	
}
.buttonCon {
	background-color: #C5E4DE;
	color: #184360;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 6px 6px;
	text-align: left;
	background-image: url(../images/GreenArrow.gif);
	background-position: left center;
	background-repeat:no-repeat;
	line-height: 15px;
	vertical-align: middle;
	border-width: 0px;
	cursor:hand;
	width: 85px;
	height: 25px;
	
}

.buttonGo 
{
	background-color:"#FFFFFF";
	color: #184360;
	text-decoration: none;
	text-indent:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 6px 6px;
	text-align: left;
	background-image: url(../images/GreenArrow.gif);
	background-position: left center;
	background-repeat:no-repeat;
	line-height: 15px;
	vertical-align: middle;
	border-width: 0px;
	cursor:hand;
	width: 85px;
	height: 25px;
	
}

.buttonConHOVER { 	
	background-color: #39705f;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 6px 6px;
	text-align: left;
	background-image: url(../images/GreenArrow.gif);
	background-position: left center;
	background-repeat:no-repeat;
	line-height: 15px;
	vertical-align: middle;
	border-width: 0px;
	width: 85px;
	height: 25px;
}
.buttonCAN {
	background-color: #E8E8E8;
	color: #993300;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 6px 6px;
	text-align: left;
	background-image: url(../images/RedX.gif);
	background-position: left center;
	background-repeat:no-repeat;
	line-height: 15px;
	vertical-align: middle;
	border-width: 0px;
	width: 75px;
	height: 25px;

}



.buttonCANHOVER { 	
	background-color: #7d330f;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 6px 6px;
	text-align: left;
	background-image: url(../images/RedX.gif);
	background-position: left center;
	background-repeat:no-repeat;
	line-height: 15px;
	vertical-align: middle;
	border-width: 0px;
	width: 75px;
	height: 25px;
}

.buttonBackTEST {
	background-color: #E8E8E8;
	color: #993300;
	text-decoration: none;
	text-indent:13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 6px 6px;
	text-align: left;
	background-image: url(../images/Redarrow_back.gif);
	background-position: left center;
	background-repeat:no-repeat;
	line-height: 15px;
	vertical-align: middle;
	border-width: 0px;
	width: 75px;
	height: 25px;
	
}

.buttonBackHOVER { 	
	background-color: #7d330f;
	color: #FFFFFF;
	text-decoration: none;
	text-indent:13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 6px 6px;
	text-align: left;
	background-image: url(../images/Redarrow_back.gif);
	background-position: left center;
	background-repeat:no-repeat;
	line-height: 15px;
	vertical-align: middle;
	border-width: 0px;
	width: 75px;
	height: 25px;
}
.GreenText {
	color: #184360;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	
}

.RedText {
	color: #993300;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	
}
.SubHeadBrown {
	font-size: 12px;
	font-weight: bold;
	color: #735B1B;
}
.TreeView 
{
	background-color: white;
	padding-top: 2px;
	cursor: default;
	border: thin solid #745c1b;
	
}

.TreeNode 
{ 
  font-family: sans-serif, tahoma; 
  font-size: 11px; 
  padding:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  cursor: default; 
}

.HoverTreeNode 
{ 
  font-family: sans-serif, tahoma; 
  font-size: 11px; 
  padding:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  color: #225374; 
  text-decoration: underline; 
  cursor: default; 
}

.SelectedTreeNode 
{
	font-family: sans-serif, tahoma;
	font-size: 11px;
	color: #003f4a;
	padding: 1px;
	padding-left: 3px;
	padding-right: 3px;
	background-color: #e8f3fc;
	cursor: default;
	font-weight: bold;
	display: block;
	
}

.eeNode 
{ 
  font-family: sans-serif, tahoma; 
  font-size: 11px; 
  padding:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  cursor: default; 
}

.NodeEdit 
{
  border:1px silver solid;
  font-family: tahoma; 
  font-size: 11px;
}
INPUT
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color: #163850;
	text-indent: 0px;
	margin-left: 15px;
	line-height: 16px;
}
