/*
***************************************** Colors Used *******************************************	 
  DarkColor1	= #000000;
  DarkColor2	= #352E21;
  DarkColor3	= #534D1C;
  LightColor1	= #A3AC75;
  LightColor2	= #AAB37F;
  LightColor3	= #FDCA17;
  LightColor4	= #D2D22A
*/

/*
+++++++++++++++++++++++++++++++++++++++++ MSIE & Netscape +++++++++++++++++++++++++++++++++++++++++
Style to modify the body of the document
*/
body {
  font-family: Verdana, Arial;
  font-size: 8pt;
  color: #000000;
}  

/*
+++++++++++++++++++++++++++++++++++++++++ MSIE & Netscape +++++++++++++++++++++++++++++++++++++++++
Style to modify any table elements of the document
*/
table {	
  font-family: Verdana, Arial;
  font-size: 8pt;	
  background-color: Transparent;
}

/*
+++++++++++++++++++++++++++++++++++++++++ MSIE & Netscape +++++++++++++++++++++++++++++++++++++++++
Style to modify any anchor elements	of the document
*/
a {
  font-family: Verdana, Arial;
  font-size: 8pt;
 /* color:  #000000;   */
  background-color: Transparent;
  text-decoration: none;
  color: #010024;
}

/*
+++++++++++++++++++++++++++++++++++++++++ MSIE & Netscape +++++++++++++++++++++++++++++++++++++++++
Style to modify any anchor elements	of the document when the mouse hovers over the element
*/
a:hover {
  color: #8b8989;
  text-decoration: none;
}

/*
+++++++++++++++++++++++++++++++++++++++++ MSIE & Netscape +++++++++++++++++++++++++++++++++++++++++
Style to modify any anchor elements	of the document	the user has already visited
*/
a:visited {
  color: #8b8989;
  text-decoration: none;
}

/*
+++++++++++++++++++++++++++++++++++++++++ MSIE & Netscape +++++++++++++++++++++++++++++++++++++++++
Style to modify any anchor elements	of the document	currently active
*/
a:active {   
  /*color: #054723;*/
  color: #000000;
  text-decoration: none;
}
a.Links
{
	cursor: hand;
}
h3
{
	color:#5D5B59;
	font-family: Verdana;
	font-size: 13pt;
	font-weight: bold;
	letter-spacing:3px;
}

/* Styles for the PagingLinks controls */
.PagingResults
{
	background-color: White;
	color: #3A362B;
}
td.DisplayingPage
{
	color:White;
    background-color:#3A362B;
}

tr.DisplayingPage
{
	color:White;
	background-color:#3A362B;
}


.Matches
{
	color:Red;
	font-weight: bold;
}

.CurrentResults
{
	font-weight:bold;
}
/* End Styles for the PagingLinks controls */

/*
+++++++++++++++++++++++++++++++++++++++++ MSIE & Netscape +++++++++++++++++++++++++++++++++++++++++
Style to modify the anchor elements rendered by the MenuItems.
*/
.MainMenuItem 
{
	width: 100%;
	color:#ffffff;
	font-size: 10pt;
	text-decoration:none;
	cursor: hand;
	background-color:Transparent;
}
a.MainMenuItem 
{
	width: 100%;
	color:#ffffff;
	font-size: 10pt;
	text-decoration:none;
	cursor: hand;
	background-color:Transparent;
}

a.MainMenuItemHover 
{
	width: 100%;
	color:#ffffff;
	font-size: 10pt;
	text-decoration:none;
	cursor: hand;
	background-color:Transparent;
}
.MainMenuItemHover 
{
	width: 100%;
	color:#ffffff;
	font-size: 10pt;
	text-decoration:none;
	cursor: hand;
	background-color:Transparent;

}
td.MainMenuItem 
{
	/* background-color: #16496D; */
	background-color: #003466;
}

td.MainMenuItemHover 
{
	background-color: #407195;
}

table.MainMenu
{
	width: 146px;
	background-color: #010024;
	/* background-color:#16496D; */
	/* border-color: #494337; */
	/* border-color: #767572; */
	border-color: #010024;
    border-width: 1px;
    border-style:solid;
    margin: 2px 2px 2px 2px;
    padding: 1px 1px 1px 1px;
}

td.LeftColumnMainMenu
{
	width: 146px;
}
table.LeftColumnMainMenu
{
	width: 146px;
}
table.LeftColumnTableColor
{
	background-image: url(../Pix/LeftColumnBackground.gif);
}

a.MenuLink {
	color: #000000;
	text-decoration: none;
}
a.MenuLink:Active {
	color: #000000;
	text-decoration: none;
}
a.MenuLink:Hover {
	color: #407195;
	text-decoration: none;
}	
a.MenuLink:Visited {
	color: #494337;
	text-decoration: none;
}


.MenuItem {
	cursor: hand;
}

.MenuItem:hover {
	color: #494337;
  	font-weight: bold;
  	text-decoration: none;
}

.MenuItem:visited
{
	/*color: #A39F77;*/
	color: #494337;
}

.MenuItem:active
{
	/*color: #A39F77;*/
	color: White;
}
a.MenuItem {
  width: 100%;	 
  color: White;
  font-size: 9pt;
  font-weight: bold;
  /* behavior: url(linkhilight.htc);   MSIE Only */
  /* filter: progid:dximagetransform.microsoft.gradientwipe(duration=1);  MSIE Only */
  text-decoration: none;

}

/*
+++++++++++++++++++++++++++++++++++++++++ MSIE & Netscape +++++++++++++++++++++++++++++++++++++++++
Style to modify the anchor element rendered by the MenuItems when the mouse hovers over the element.
*/


/*



+++++++++++++++++++++++++++++++++++++++++ MSIE & Netscape +++++++++++++++++++++++++++++++++++++++++
Style to modify the input elements
*/
input {
  background-color: White;
}

/*
+++++++++++++++++++++++++++++++++++++++++ MSIE & Netscape +++++++++++++++++++++++++++++++++++++++++
Style to modify the textbox elements
*/
input.txtbox_normal {
  width: 150px;
  height: 20px;
  border: solid 1px #333333;
  
}
/*
+++++++++++++++++++++++++++++++++++++++++ MSIE & Netscape +++++++++++++++++++++++++++++++++++++++++
Style to modify the button elements 
*/
input.btn_normal {
  width: 100px;
  height: 20px;
  border: solid 1px White;
  color: White;
  font-weight: bold;
  cursor:hand;
  background-color: #000000;
}

input.rbl_transparent {
  background-color:Transparent;
}

.rbl_transparent  input {
  background-color:Transparent;
}



/*
+++++++++++++++++++++++++++++++++++++++++ MSIE & Netscape +++++++++++++++++++++++++++++++++++++++++
Style to modify the textarea elements
*/
textarea.textarea_normal {
	width: 100%;
	height: 30px;
  border: solid 1px #333333;
}
/*
+++++++++++++++++++++++++++++++++++++++++ MSIE & Netscape +++++++++++++++++++++++++++++++++++++++++
Style to modify the textarea elements
*/
select.select_normal {
  width: 150px;
  height: 20px;
  border: solid 1px #333333;
}
/*
+++++++++++++++++++++++++++++++++++++++++ MSIE & Netscape +++++++++++++++++++++++++++++++++++++++++
Style to modify the font as bold for any element assigned this class
*/
.bold {
  font-weight: bold;
}

/*

+++++++++++++++++++++++++++++++++++++++++ MSIE & Netscape +++++++++++++++++++++++++++++++++++++++++
Style to modify the table cell elements rendered by the MenuItems.
*/
td.MenuItem {
  height: 15px;	
  cursor: hand;	/* MSIE Only */
  text-align: center;
  background-color: Transparent;  /* MSIE Only */
  color:White;
  
  border-left-color: #527928;
  border-left-style: solid;
  border-left-width: 1px;  
  padding-left: 10px;
  margin-left: 10px;
  
  border-top-color: #527928;
  border-top-style: solid;
  border-top-width: 1px;
  padding-top: 2px;
  margin-top: 2px;
  
  border-right-color: #527928;
  border-right-style: solid;
  border-right-width: 1px;
  padding-right: 10px;
  margin-right: 10px;
  
  border-bottom-color: #527928;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 2px;
  margin-bottom: 2px;
}
	
/*
+++++++++++++++++++++++++++++++++++++++++ MSIE & Netscape +++++++++++++++++++++++++++++++++++++++++
Style to modify the table cell element surrounding the MenuItems when the mouse hovers over the
element.
*/
td.MenuItemMouseOver {
  height: 15px;
  font-weight: bold;	
  cursor: hand;	/* MSIE Only */
  text-align: center;
  background-color: Transparent;  /* MSIE Only */
  
  border-left-color: White;
  border-left-style: solid;
  border-left-width: 1px;  
  padding-left: 10px;
  margin-left: 10px;
  
  border-top-color: White;
  border-top-style: solid;
  border-top-width: 1px;
  padding-top: 2px;
  margin-top: 2px;
  
  border-right-color: White;
  border-right-style: solid;
  border-right-width: 1px;
  padding-right: 10px;
  margin-right: 10px;
  
  border-bottom-color: White;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 2px;
  margin-bottom: 2px;
}

	
/*
+++++++++++++++++++++++++++++++++++++++++ MSIE & Netscape +++++++++++++++++++++++++++++++++++++++++
Style to modify the table cell element surrounding the MenuItems when the mouse clicks the element.
*/
td.MenuItemMouseDown {
  height: 15px;	
  font-weight: bold;
  cursor: hand;	/* MSIE Only */
  color: #000000;
  text-align: center;
  background-color: Transparent;  /* MSIE Only */
  
  border-left-color: #000000;
  border-left-style: solid;
  border-left-width: 2px;  
  padding-left: 9px;
  margin-left: 10px;
  
  border-top-color: #000000;
  border-top-style: solid;
  border-top-width: 2px;
  padding-top: 1px;
  margin-top: 2px;
  
  border-right-color: #CCCCCC;
  border-right-style: solid;
  border-right-width: 1px;
  padding-right: 10px;
  margin-right: 10px;
  
  border-bottom-color: #CCCCCC;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 2px;
  margin-bottom: 2px;
}
/*
+++++++++++++++++++++++++++++++++++++++++ MSIE & Netscape +++++++++++++++++++++++++++++++++++++++++
Style to modify the table cell element surrounding the MenuItems when the MenuItem is the selected
MenuItme.
*/
td.MenuItemSelected {
  cursor: hand;
  color: #000000;
  background-color: #dddddd;
  
  border-left-color: #000000;
  border-left-style: solid;
  border-left-width: 2px;  
  padding-left: 10px;
  
  border-top-color: #000000;
  border-top-style: solid;
  border-top-width: 2px;
  padding-top: 0px;
  
  border-right-color: #000000;
  border-right-style: solid;
  border-right-width: 2px;
  padding-right: 10px;
  
  border-bottom-color: #000000;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  padding-bottom: 0px;
}



/*
+++++++++++++++++++++++++++++++++++++++++ MSIE & Netscape +++++++++++++++++++++++++++++++++++++++++
Style to modify the table element surrounding the ListSelect WebControl when the mouse clicks the element.
*/
table.ListSelect {
  width: 550px;
  text-align: center;
  font-size: 9pt;
  font-family: Verdana;	   
  border: solid 2px #333333;
  background-color: #000000;
 /* filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#999999', EndColorStr='#DDDDDD');  MSIE Only */
}

/*
+++++++++++++++++++++++++++++++++++++++++ MSIE & Netscape +++++++++++++++++++++++++++++++++++++++++
Style to modify any table header cell elements rendered by the ListSelect WebControl.
*/
.wizardmonkey {
  color: #000000;	
  background-color: Transparent;   
}
table.wizardmonkey, div.wizardmonkey {
  color: #FFFFFF;	
  background-color: Transparent;   
}

th.wizardmonkey {
  color: #000000;	
  background-color: Transparent;   
}

input.wizardmonkey, div.wizardmonkey {
  color: #000000;	
  background-color: Transparent;   
}
th.ListSelect {
  color: #FFFFFF;	
  padding-top: 0px;
  margin-top: 0px;
  background-color: #FFFFFF;   
  border-bottom: solid 2px #333333;
 /* filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#0000CC', EndColorStr='#CCCCFF');  MSIE Only */
}

/*
+++++++++++++++++++++++++++++++++++++++++ MSIE & Netscape +++++++++++++++++++++++++++++++++++++++++
Style to modify the select elements rendered by the ListSelect WebControl.
*/
select.ListSelect {
  width: 200px;
  padding-left:	  10px;
  padding-top:	  0px;
  padding-right:  10px;
  padding-bottom: 10px;
  margin-left:	  10px;
  margin-top:	  0px;
  margin-right:	  10px;
  margin-bottom:  10px;
  border: solid 1px #333333;
  background-color: Transparent; 
}
table.Search
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	9pt;
	font-size:	9pt;
	font-size:	9pt;	
}

td.CopyRightFooter 
{
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size:xx-small;
	 color:White;
	 background-color: #003466;
}

td.HeaderTop
{
	background-color: #AEB685;
}

td.HeaderBottom
{
	background-color: #dddcdc;
}
td.NoBorder
{
	border: none;
}

table.GrayBorder
{
	/*border-top: #8b8989 7px solid;
	border-bottom: #8b8989 7px solid;
	border-left: #8b8989 7px solid;
	border-right: #8b8989 7px solid;*/
	border-bottom-style: none;
}
table.BlueBorder
{
	border-top: #504F4A 5px solid;
	border-bottom: #504F4A 5px solid;
	border-left: #504F4A 5px solid;
	border-right: #504F4A 5px solid;

}
table.BlackBorder
{
	border-top: #4e4b4a 2px solid;
	border-bottom: #4e4b4a 2px solid;
	border-left: #4e4b4a 2px solid;
	border-right: #4e4b4a 2px solid;
}

tr.Footer
{
	background-color: #003466;
}
/* Elements for the Discoverstuff search controls*/
tr.SearchInventoryStyle
{
	/*background-color: #AEB685;
	background-image: url(../Pix/searchcurve.gif);
	background-repeat:no-repeat;
	background-position: 100%;*/
	background:  #777474 url(../Pix/searchcurve.gif) no-repeat 100% 0px;
	padding: 0px 0px 0px 0px;
	height:25px;
}
td.SearchInventoryStyle
{
	vertical-align:sub;
	height:100%;
}

table.InnerSearchTable
{
	/*border:solid 5px #5D5B59; */
	border:solid 5px #16496D;
    padding: 5px 5px 5px 5px;
    background-color: #ffffff;
	border-color: #747371;

}
tr.InnerSearchRow
{
	background-color: #dddcdc;
}
.ckb_Search input
{
	background-color:Transparent;
	font-weight:bold;
	letter-spacing:3px;
}

.ckb_Search
{

	font-family:Verdana;
	font-size: 8pt;
	color:#ffffff;
	
}

.ckb_Search input
{
	background-color:Transparent;
	font-weight:bold;
	letter-spacing:3px;
}

.ckb_Search
{
	font-family:Verdana;
	font-size: 8pt;
	color:#ffffff;
}

a.ckb_Search 
{
	font-family:Verdana;
	font-size: 8pt;
	color:#ffffff;
}

a.ckb_Search:active 
{
	font-family:Verdana;
	font-size: 8pt;
	color:#ffffff;
}

a.ckb_Search:visited 
{
	font-family:Verdana;
	font-size: 8pt;
	color:#ffffff;
}

a.ckb_Search:hover
{
	font-family:Verdana;
	font-size: 8pt;
	color:#ffffff;
}
/* Elements for the Discoverstuff search controls*/


.SearchPagerStyle
{
	/*background-color: #AEB685;
	background-image: url(../Pix/searchcurve.gif);
	background-repeat:no-repeat;
	background-position: 100%;*/
	background:  #747371 url(../Pix/searchcurve.gif) no-repeat 100% 0px;
	padding: 0px 0px 3px 0px;
	height:18px;
	
}


.PagerSelected
{
	/* background-color:#16496D; */
	background-color:#747371;
	/*border-top-style:outset;
	border-left-style:outset;
	border-right-style:outset;
	border-bottom-color:#000000;
	border-top-color:#000000;
	border-left-color:#000000;
	border-right-color:#000000;
	border-bottom-width:1px;
	border-top-width:1px;
	border-right-width:1px;
	border-left-width:1px;*/
	font-weight:bold;
	font-family:Verdana;
	font-size: 9pt;
	padding-left: 2px;
	color:#ffffff;
}
				/*	<span style="background-color:SkyBlue;border-width:1px;border-style:solid;
font-weight:bold;border-top:SkyBlue outset 1px;
border-left:SkyBlue outset 1px;border-right:SkyBlue outset 1px;border-bottom-color:SkyBlue;">*/

.PagerNotSelected
{
	/* background-color:#5D5B59; */
	background-color:#747371;
	/*border-top-style:outset;
	border-left-style:outset;
	border-right-style:outset;
	border-bottom-color:#8b8989;
	border-top-color:#8b8989;
	border-left-color:#8b8989;
	border-right-color:#8b8989;
	border-bottom-width:1px;
	border-top-width:1px;
	border-right-width:1px;
	border-left-width:1px;*/
	font-family:Verdana;
	font-size: 9pt;	
	padding-left: 2px;
	color:#000000;
}

a.PagerNotSelected:hover
{
	color:#000000;
}
a.PagerNotSelected:visited
{
	color:#000000;
}

/* BackColor=#aab37f BorderColor=#352E21 BorderStyle=Outset BorderWidth=1 */
.SearchGridAltItem
{
	/*background-color:#dae4de; */
	background-color:#dddcdc;
	color: #000000;
	border-color:#352E21;
	border-top-style:outset;
	border-left-style:outset;
	border-right-style:outset;
	border-bottom-color:#352E21;
	border-top-color:#352E21;
	border-left-color:#352E21;
	border-right-color:#352E21;
	border-bottom-width:1px;
	border-top-width:1px;
	border-right-width:1px;
	border-left-width:1px;
}

.SearchGridItem
{
	background-color:ffffff;
	border-color:#352E21;
	border-top-style:outset;
	border-left-style:outset;
	border-right-style:outset;
	border-bottom-color:#352E21;
	border-top-color:#352E21;
	border-left-color:#352E21;
	border-right-color:#352E21;
	border-bottom-width:1px;
	border-top-width:1px;
	border-right-width:1px;
	border-left-width:1px;
}
/*  Font-Bold="True" BorderWidth="1px"  ForeColor="White"  BorderColor="White" BackColor=#352E21 */
.SearchGridHeader
{
	/*font-weight:bold; */
	color: #ffffff ;
	/*background-color: #054723;*/
	background-color: #dddcdc;
} 
/*
+++++++++++++++++++++++++++++++++++++++++ MSIE & Netscape +++++++++++++++++++++++++++++++++++++++++
Style to modify the anchor elements rendered by the MenuItems.
*/
a.SearchGridHeader {
  color: #000000;
  font-size: 8pt;
  font-weight: bold;
 /* behavior: url(linkhilight.htc);  MSIE Only */
  /*filter: progid:dximagetransform.microsoft.gradientwipe(duration=1);   MSIE Only */
  text-decoration: underline;

}
a.SearchGridHeader:visited {
  color: #000000;
  font-size: 8pt;
  font-weight: bold;
 /* behavior: url(linkhilight.htc);  MSIE Only */
  /*filter: progid:dximagetransform.microsoft.gradientwipe(duration=1);   MSIE Only */
  text-decoration: underline;

}
a.SearchGridHeader:hover {
  color: #000000;
  font-size: 8pt;
  font-weight: bold;
 /* behavior: url(linkhilight.htc);  MSIE Only */
  /*filter: progid:dximagetransform.microsoft.gradientwipe(duration=1);   MSIE Only */
  text-decoration: underline;

}

td.SearchGridHeader 
{
	
}

/*
+++++++++++++++++++++++++++++++++++++++++ MSIE & Netscape +++++++++++++++++++++++++++++++++++++++++
Style to modify the anchor element rendered by the MenuItems when the mouse hovers over the element.
*/
.SearchGridHeader:hover {
	/*color: #dae4de;*/
	color: #f4f4f4;
	font-weight: bold;
  	text-decoration: underline;
}

.SearchGridHeader:visited
{
	/*color: #dae4de;*/
	color: #f4f4f4;
	text-decoration: underline;
}

.SearchGridHeader:active
{
	/*color: #A39F77;*/
	color: White;
	text-decoration: underline;
}

/*
/*
+++++++++++++++++++++++++++++++++++++++++ MSIE & Netscape +++++++++++++++++++++++++++++++++++++++++
Style to modify the textbox elements rendered by the Login WebControl.
*/
input.txtbox_normal {
  width: 100px;
  height: 20px;
  border: solid 1px #333333;
  background-color: Transparent;
}

/*

+++++++++++++++++++++++++++++++++++++++++ MSIE & Netscape +++++++++++++++++++++++++++++++++++++++++
Style to modify the table element surrounding the Login WebControl.
*/
table.login {
  font-family: Verdana;
  font-size: 9pt;
  background-color: #EEEEEE;
  border: solid 2px #000000;
  font-family: Verdana;	 
}

table.default {
  border: solid 2px #000000;
  background-color: White;
}

td.default1 {
  border-right: solid 1px #000000;
  border-bottom: solid 2px #000000;
  background-color: White;
}

td.default2 {
  border-left: solid 1px #000000;
  border-bottom: solid 2px #000000;
  background-color: White;
}

/*
+++++++++++++++++++++++++++++++++++++++++ MSIE & Netscape +++++++++++++++++++++++++++++++++++++++++
Style to modify any table header cell elements rendered by the Login WebControl.
*/
th.login {
  font-family: Verdana;
  font-size: 12pt;
  font-weight: bold; 
  color: White;
  /*background-color: #FFFFCE;	*/
  background-color: #000000; 
  border-bottom: solid 2px #527928;
}

/*
+++++++++++++++++++++++++++++++++++++++++ MSIE & Netscape +++++++++++++++++++++++++++++++++++++++++
Style to modify any table cell elements rendered by the Login WebControl.
*/
td.login {
  background-color: #FFFFFF;
  overflow: auto;
  height: 100%;
  padding: 10px;
  text-align: center;
}

/*
+++++++++++++++++++++++++++++++++++++++++ MSIE & Netscape +++++++++++++++++++++++++++++++++++++++++
Style to modify the table cell elements used as the 'footer' rendered by the Login WebControl.
*/
td.login_footer {   
  background-color: #000000;
  text-align: center;
  border-top: solid 2px #527928;
  height: 25px;
}
/*
+++++++++++++++++++++++++++++++++++++++++ MSIE & Netscape +++++++++++++++++++++++++++++++++++++++++
Style to modify the table element surrounding the Wizard WebControl.
*/
.wizard
{
	background-color:White;
	color:Black;
}
table.wizard {
  font-family: Verdana;
  font-size: 9pt;
  /*background-color: #EEEEEE;*/
  background-color:White;
  height: 300px;
  width: 450px;
  border: solid 2px #000000; 
 /* filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#BBBBBB', EndColorStr='#EEEEEE');*/ /* MSIE Only */ 
}

/*
+++++++++++++++++++++++++++++++++++++++++ MSIE & Netscape +++++++++++++++++++++++++++++++++++++++++
Style to modify any table header cell elements rendered by the Wizard WebControl.
*/
th.wizard {		  
  color: white;
 /* background-color: #FFFFFF; */
 background-color:White;
  font-size: 16pt;
  font-weight: bold;
  height: 50px;
  text-align:left;
  letter-spacing: 1px;
  padding-left: 10px;
  padding-top: 10px;
  padding-right: 10px; 
  border-bottom: solid 2px #333333;
}

/*
+++++++++++++++++++++++++++++++++++++++++ MSIE & Netscape +++++++++++++++++++++++++++++++++++++++++
Style to modify the table cell elements used as the 'footer' rendered by the Wizard WebControl.
*/
td.wizard_footer {
  background-color: White;
  text-align: center;
  border-top: solid 2px #333333;
  height: 25px;
}  

/*
+++++++++++++++++++++++++++++++++++++++++ MSIE & Netscape +++++++++++++++++++++++++++++++++++++++++
Style to modify the table cell elements used as the 'footer' rendered by the Wizard WebControl.
*/
td.wizard_menu {
  background-color: #000000;
  text-align: center;
  border-right: solid 2px #333333;
  width: 150px;
  height: 100%;
}

/*
+++++++++++++++++++++++++++++++++++++++++ MSIE & Netscape +++++++++++++++++++++++++++++++++++++++++
Style to modify the table cell elements used as the 'footer' rendered by the Wizard WebControl.
*/
td.wizard_content {
  width: 100%;
  background-color: Transparent;
  padding: 10px;
}

/*
+++++++++++++++++++++++++++++++++++++++++ MSIE & Netscape +++++++++++++++++++++++++++++++++++++++++
Style to modify the div element containing the user control content rendered by the Wizard WebControl.
*/
table.wizard_screens, div.wizard_screens {
  background-color: #FFFFFF;
  overflow: auto;
  height: 100%;
  border: solid 1px #000000;
  padding: 10px;
} 

/*
+++++++++++++++++++++++++++++++++++++++++ MSIE & Netscape +++++++++++++++++++++++++++++++++++++++++
Style to modify the button and textbox elements rendered by the Wizard WebControl.
*/
 input.wizard_txtbox {
  width: 100px;
  height: 20px;
  border: solid 1px #333333;
  background-color: Transparent;
}

input.wizard_btn {
  width: 100px;
  height: 20px;
  border: solid 1px #333333;
  background-color: #000000;
}

/*
+++++++++++++++++++++++++++++++++++++++++ MSIE & Netscape +++++++++++++++++++++++++++++++++++++++++
Style to modify the anchor elements rendered by the MenuItems.
*/
a.WizardMenuItem {
  font-family: Verdana;
  font-size: 9pt;
  width: 100%;	 
  color: #000000;
  background-color: #000000;
 /* behavior: url(linkhilight.htc);  /* MSIE Only */
 /* filter: progid:dximagetransform.microsoft.gradientwipe(duration=1);  /* MSIE Only */
  text-decoration: none;
}

/*
+++++++++++++++++++++++++++++++++++++++++ MSIE & Netscape +++++++++++++++++++++++++++++++++++++++++
Style to modify the anchor element rendered by the MenuItems when the mouse hovers over the element.
*/
a.WizardMenuItem:hover {
  font-weight: bold;
  text-decoration: underline overline;
}

/*
+++++++++++++++++++++++++++++++++++++++++ MSIE & Netscape +++++++++++++++++++++++++++++++++++++++++
Style to modify the table (Netscape) or div (MSIE) element surrounding the MenuItems when the mouse
clicks the element.
*/
table.WizardMenu,div.WizardMenu {
  width: 150px;
  font-family: Verdana;
  font-size: 9pt;	
  background-color: Transparent;
  padding-left: 10px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

tr.HeaderStyle {		  
  color: White;
  background-color: #333333;
  font-size: 9pt;
  font-weight: bold;
  text-align:left;
  border-bottom: solid 2px #333333;
}
  
/*
+++++++++++++++++++++++++++++++++++++++++ MSIE & Netscape +++++++++++++++++++++++++++++++++++++++++
Style to modify the table cell elements rendered by the MenuItems.
*/
td.WizardMenuItem {
  height: 15px;	
  cursor: hand;	/* MSIE Only */
  color: #000000;
  text-align: left;
  background-color: Transparent;  /* MSIE Only */
  
  border-left-color: #000000;
  border-left-style: solid;
  border-left-width: 1px;  
  padding-left: 10px;
  margin-left: 10px;
  
  border-top-color: #000000;
  border-top-style: solid;
  border-top-width: 1px;
  padding-top: 2px;
  margin-top: 2px;
  
  border-right-color: #000000;
  border-right-style: solid;
  border-right-width: 1px;
  padding-right: 10px;
  margin-right: 10px;
  
  border-bottom-color: #000000;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 2px;
  margin-bottom: 2px;
}
	
/*
+++++++++++++++++++++++++++++++++++++++++ MSIE & Netscape +++++++++++++++++++++++++++++++++++++++++
Style to modify the table cell element surrounding the MenuItems when the mouse hovers over the
element.
*/
td.WizardMenuItemMouseOver {
  height: 15px;	
  cursor: hand;	/* MSIE Only */
  color: #000000;
  text-align: left;
  background-color: Transparent;  /* MSIE Only */
  
  border-left-color: #000000;
  border-left-style: solid;
  border-left-width: 1px;  
  padding-left: 10px;
  margin-left: 10px;
  
  border-top-color: #000000;
  border-top-style: solid;
  border-top-width: 1px;
  padding-top: 2px;
  margin-top: 2px;
  
  border-right-color: #000000;
  border-right-style: solid;
  border-right-width: 1px;
  padding-right: 10px;
  margin-right: 10px;
  
  border-bottom-color: #000000;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 2px;
  margin-bottom: 2px;
}

	
/*
+++++++++++++++++++++++++++++++++++++++++ MSIE & Netscape +++++++++++++++++++++++++++++++++++++++++
Style to modify the table cell element surrounding the MenuItems when the mouse clicks the element.
*/
td.WizardMenuItemMouseDown {
  height: 15px;	
  font-weight: bold;
  cursor: hand;	/* MSIE Only */
  color: #000000;
  text-align: left;
  background-color: Transparent;  /* MSIE Only */
  
  border-left-color: #000000;
  border-left-style: solid;
  border-left-width: 1px;  
  padding-left: 10px;
  margin-left: 10px;
  
  border-top-color: #000000;
  border-top-style: solid;
  border-top-width: 1px;
  padding-top: 2px;
  margin-top: 2px;
  
  border-right-color: #000000;
  border-right-style: solid;
  border-right-width: 1px;
  padding-right: 10px;
  margin-right: 10px;
  
  border-bottom-color: #000000;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 2px;
  margin-bottom: 2px;
} 

	
/*
+++++++++++++++++++++++++++++++++++++++++ MSIE & Netscape +++++++++++++++++++++++++++++++++++++++++
Style to modify the table cell element surrounding the MenuItems when the MenuItem is the selected
MenuItme.
*/
td.WizardMenuItemSelected {
  cursor: hand;
  color: #000000;
  background-color: #dddddd;
  
  border-left-color: #000000;
  border-left-style: solid;
  border-left-width: 2px;  
  padding-left: 10px;
  
  border-top-color: #000000;
  border-top-style: solid;
  border-top-width: 2px;
  padding-top: 0px;
  
  border-right-color: #000000;
  border-right-style: solid;
  border-right-width: 2px;
  padding-right: 10px;
  
  border-bottom-color: #000000;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  padding-bottom: 0px;
}

span.wizard_title {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.CreditGridHeader {
  color: black;	
  background-color: #ffffff; 
  font-weight: bold;
  text-align:left; 
}
/* this begins the LoanCalc user control css section */
table.LoanCalc
{
	/*border-color: #527928;
	border-style:solid;
	border-width: 1px; */
	width: 163px;
	font-family: Verdana;
	font-size: 9pt;	
	/* background-color: #5D5B59; */
	/* background-color: #16496D; */
	background-color: #5C5C5B;
	
}

td.LoanCalcLabel
{
	color: #ffffff;
	font-size: 9pt;
	
}
/* Details page attributes */
.detailsPage
{
	background-color: White;
}

.reaGrid
{
	font-family: Verdana, Arial;
	font-size: 8pt;
	background-color: White;
}

.vehGrid
{
	font-family: Verdana, Arial;
	font-size: 8pt;
	background-color: White;
}

.strGrid
{
	font-family: Verdana, Arial;
	font-size: 8pt;
	background-color: White;
}

.grpGrid
{
	font-family: Verdana, Arial;
	font-size: 8pt;
	background-color: White;
	border-color: #527928;
}

.conGrid
{
	font-family: Verdana, Arial;
	font-size: 8pt;
	background-color: White;
}

tr.conGrid
{
	font-family: Verdana, Arial;
	font-size: 8pt;
	background-color: White;
}


.conDataList
{
	/*background-color: #eff0e7;
	border-color: #000000;
	border-style:solid;
	border-width: 1px;
	padding-bottom: 0px; */
	font-family: Verdana, Arial;
	font-size: 8pt;
	font-style:normal;
	font-weight:normal;
	
}

.picGrid
{
	font-family: Verdana, Arial;
	font-size: 9pt;
	background-color: White;
}

.noPic
{
	cursor: hand;	/* MSIE Only */
	text-align: center;
	/*background-color: Transparent; */  /* MSIE Only */
	border-color: #000000;
	border-style:solid;
	border-width: 2px;
	font-style:normal;
}
/* Discovercommunity classes for grid */

.AlternatingItem {
	background-color: #dddcdc;
}

.Bold {
	font-weight: bold;
}

.Italic {
	font-style: italic;
}
.EditItem a {
	color: #000000;
}

.EditItem {
	background-color: #dddcdc;
	color: #ffffff;
}

.Header {
	/*background-color: #dddcdc;*/
	color: #000000;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
tr.Header {
	background-color: #dddcdc;
	border-bottom-color: #000000;
  	border-bottom-style: solid;
 	border-bottom-width: 2px;
  	padding-bottom: 10px;
  	color: #ffffff;
}
/* Ends Discovercommunity classes for grid */

table.LeftColumn {
 
  background-image: url(../Pix/LeftColumnBackground.gif);
  background-color: #010024;
  height: 100%;
  width: 164px;
  text-align: center;
}

td.LeftColumn 
{
	background-color: #010024;
	/*background-image: url(../Pix/LeftColumnBackground.gif); */
}

table.Footer {
  background-color: #003466;
}
.ToolBox {
	/*background-color: #f4f4f4; */
	background-color: #ffffff;
	/* color: #dddcdc; */
	color: #747371;
	border-left-color: #010024;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #010024;
	border-right-style: solid;
	border-right-width: 1px;
}
.Highlight {
	background-color: #FFFFE0;
	color: #483D8B;
	font-weight: bold;
}

.Padding{
	padding: 10px;
}
.SelectedItem {
	background-color: #000000;
	color: #DAD9D9;
}

.Label_Title {
	color: #ffffff;
	font-size: 10pt;
	font-weight:normal;
}

.Text_Date {
	font-weight: bold;
}

.Text_Error {
	color: #FF0000;
}

.Text_Normal {
	font-size: 9pt;
}
.Text_Title {
	color: #000000;
	font-size: 13pt;
	font-weight: bold;
}
.Text_Alternate {
	font-size: 9pt;
	color: #000000;
}
H1 {
	color: #000000;
	font-size: 13pt;
	font-weight: bold;
	display: inline;
	margin: 0px;
	padding: 0px;
}


input.Textbox_Normal {
	background-color: FFFFFF;
	border: 1px #000000 solid;
	color: #000000;
	width: 200px; 
}

input.Textbox_Long {
	background-color: #FFFFFF;;
	border: 1px #000000 solid;
	color: #000000;
	width: 400px; 
}

select {
	border: 1px #000000 solid;
	color: #000000;
}

select.Select_Normal {
	border: 1px #000000 solid;
	color: #000000;
	width: 200px; 
}
img.Thumbnail {
	border-style: solid;
	border-color: #000000;
	border-width: 2px;
	height: 100px;
	width: 72px;
}