BODY
{
	background-color: White;
		margin: 0;
	scrollbar-3dlight-color:#000000;
           scrollbar-arrow-color:#A9A9A9;
           scrollbar-base-color:#A9A9A9;
           scrollbar-track-color:#708090;
           scrollbar-darkshadow-color:#00008B;
           scrollbar-face-color:#2F4F4F;
           scrollbar-highlight-color:#DCDCDC;
           scrollbar-shadow-color:#000000;

}

#Page
{
	border-collapse: collapse;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: White;
	
}

.ShameLessPlug
{
	Display: none;
}

.ControlPanelCell
{
	vertical-align: top;
	text-align: center;
	background-color: transparent;
	padding: 6px 5px 0 5px;
}

.ControlPanel
{
	width: 100%;
	background-color: transparent;
}

#PageHeader
{
	width: 100%;
}

#LogoCell
{
	vertical-align: middle;
	text-align: left;
}

#BannerCell
{
	vertical-align: middle;
	text-align: right;
}

#MenuTable
{
	width: 100%;
	border-collapse: collapse;
}

.gradient
{
	height: 90px;
	background-image: url(middle.jpg);
	background-position: 10px;
	
}

#leftcell
{
	height: 90px;
	width: 38px;
	background-image: url(left.jpg) !important;
	background-position: left;
}

#rightcell
{
	height: 90px;
	width: 38px;
	background-image: url(right.jpg) !important;
	background-position: -1px;
}

#leftcellb
{
	height: 90px;
	width: 44px;
	background-image: url(left.jpg) !important;
	background-position: left;
}

#rightcellb
{
	height: 90px;
	width: 54px;
	background-image: url(right.jpg) !important;
	background-position: -1px;
}

#MenuCell
{
	padding: 4px 4px 4px 4px;
	vertical-align: top;
	text-align: left;
	height: 15px;
}

#SearchCell
{
	vertical-align: middle;
	text-align: left;
	background-color: transparent;
}

#UtilityTable
{
	width: 100%;
	border: none;
	border-collapse: collapse;
}

#CurrentDateCell
{
	vertical-align: top;
	text-align: left;
	width: 200px;
}


#BreadCrumbCell
{
	vertical-align: bottom;
	text-align: center;
	font-weight: bold;
}

#BreadCrumbCell .SkinObject
{
	padding: 0 0 0 4px;
}

#UserCell
{
	text-align: right;
	width: 200px;
}

#UserCell .SkinObject
{
	padding: 0 2px 0 2px;
}

#UserCell .SkinObject
{
	padding: 0 2px 0 2px;
}

#ContentCell
{
	height: 100%;
	vertical-align: top;
}

#ContentTable
{
	width: 100%;
	overflow: visible;
	padding: 0 0 0 0;
}

.TopPane
{
	vertical-align: top;
	text-align: center;
	background-color: transparent;
	padding: 0 2px 0 2px;
}

.LeftPane
{
	width: 175px;
	vertical-align: top;
	text-align: center;
	background-color: transparent;
	padding: 0 0 0 6px;
}

.ContentPane
{
	vertical-align: top;
	text-align: center;
	background-color: transparent;
	padding: 0 6px 0 6px;
}

.RightPane
{
	width: 175px;
	vertical-align: top;
	text-align: center;
	background-color: transparent;
	padding: 0 6px 0 0;
}

.BottomPane
{
	vertical-align: top;
	background-color: transparent;
	padding: 0 6px 0 6px;
}

#FooterCell
{
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#FooterCell .SkinObject
{
	padding: 0 4px 0 4px;
}

#DNNCell
{
	vertical-align: middle;
	text-align: center;
}


/*========================================================*/
/*  6. Main Menu                                          */
/*========================================================*/



/*-- box that holds the menu --*/
.MainMenu_MenuContainer {
	background-color: transparent;
	width: 100%;
}


/*-- bar that holds the menu? --*/
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	background: #fff;
	width: 100%;
}


/*-- applies to items in submenus only --*/
.MainMenu_MenuItem {
	font-family: tahoma;
	color: #333;
	font-size: 12px;
	background: transparent;
	font-weight: bolder;
	font-style: normal;
	border: #f6f6f6 1px solid;
	padding: 1px 8px 1px 0px;
	font-weight: normal;
}


/*-- hover state in submenus only --*/
.MainMenu_MenuItemSel {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bolder;
	cursor: pointer;
	cursor: hand;
	color: #f6f6f6;
	background: #444;
	border-left: #444 1px solid;
	border-right: #444 1px solid;
	padding: 1px 8px 1px 0px;
	font-weight: normal;
}


/*-- submenu container --*/
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 3px 0 0 0;
	background: #f6f6f6;
	padding: 1px;
	border: 1px solid #888;
	font-weight: normal;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=3);
}


/*-- idle state for root menu items --*/
.MainMenu_Idle {
	color: White;
	background: transparent;
	padding: 1px 3px 3px 1px;
	font-weight: bolder;
}


/*-- hover state for root menu items --*/
.MainMenu_Selected {
	color: Black;
	background: transparent;
	padding: 1px 3px 3px 1px;
	font-weight: bold;
}


/*-- applies to the active root menu item --*/
.MainMenu_Active, .MainMenu_BreadcrumbActive {
	color: #CCCCCC;
	background: transparent;
	padding: 1px 3px 3px 1px;
	font-weight: bold;
}


/*-- stuff we don't need to see --*/
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuBreak, .MainMenu_MenuIcon  {
	display: none;
}

.StandardButton     {
    background: #AAAAAA none; 
    color: #FFFFFF;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}

.Head
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 18px;
	font-weight: normal;
	color: Black;
}

#WT_Logo
{
	background-image: url(New_WT_logo.gif);
	width: 120px;
	height: 59px;
	display: block;
}

.NiceH1 {
	margin: 0;
	padding: 0;
	color: black;
	font-size: x-small;
}



/* =====================================
    CSS STYLES FOR HouseMenu SkinObject
   =====================================
*/

/* Horizontal Menu */
#HouseMenuNav { /* menu wrapper div */
	padding: 0;
	margin: 0;
	/*border-top: solid 1px #000;
	border-bottom: solid 1px #000;*/
	list-style-type: none;
	white-space: nowrap;
	width: 100%;
	height: 15px;
	background-color:transparent; /*#999;*/
	/*background-image: url(menubg/gray/menubar_999999_2x30.jpg);*/
	background-repeat: repeat-x;
	_position: absolute;
}

#HouseMenuNav ul { /* all submenu lists    made change to color */
	padding: 0;
	border: 0;
	margin: 0;
	list-style-type: none;
	line-height: 13px;
	/*white-space: nowrap;*/
	background-color: #f6f6f6;
	z-index: 99999;
	color: black;
	/*background: #f6f6f6;*/
}

#HouseMenuNav a { /* all links within the menu wrapper  changed  --------  */
	display: block;
	color : black;/*#fff;*/
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 9px;
	font-weight : bold;
	text-decoration : none;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: transparent;
	padding: 2px 2px 5px 2px;
	width: auto;
	height: 16px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 110%;
	height: 12px;
	_height: 100%;
	/* end hack */
	margin: 0; 
	border: 0;
}

#HouseMenuNav li { /* all list items changed height */
	position: relative;
	display: inline;
	list-style-type: none;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
	width: 194px;
	height: 15px;
	
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	/* end hack */
}

#HouseMenuNav li a:hover {
	margin: 0;
	border: 0; 
	padding: 2px 2px 5px 2px;
	color: white;/*#000;*/ 
	background-color: #444;/*transparent; */
	/*background-image: url(menubg/gray/menubar_cccccc_2x30.jpg);
	background-repeat: repeat-x;*/
}

#HouseMenuNav li ul { /* second-level lists */
	position: absolute;
	width: 224px; /* width of submenu, must be set so third-level list can get shifted over properly */
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: solid 1px #333;
	/* border-top: none; */
	padding: 0;
	margin: -2px 0 0 0;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	margin: 0 0 0 0;
	/* end hack */
	/*white-space: nowrap;*/
	z-index: 88888;
	line-height: 12px;
}

#HouseMenuNav li ul ul { /* third-and-above-level lists */
	margin: -15px 0 0 214px;
	_margin: -14px 0 0 214px;
	border: solid 1px #333;
	/*white-space: nowrap;*/
	line-height: 12px;
}

#HouseMenuNav li:hover ul ul, 
#HouseMenuNav li:hover ul ul ul, 
#HouseMenuNav li.sfhover ul ul, 
#HouseMenuNav li.sfhover ul ul ul {
	left: -9999px;
}

#HouseMenuNav li:hover ul, 
#HouseMenuNav li li:hover ul, 
#HouseMenuNav li li li:hover ul, 
#HouseMenuNav li.sfhover ul, 
#HouseMenuNav li li.sfhover ul, 
#HouseMenuNav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#HouseMenuNav li li { /* all items under the top level */
	list-style-type: none;
	width: 194px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 184px;
	_width: 194px;
	/* end hack */
}

#HouseMenuNav li li a { /* all item links under the top level */
	width: 224px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 214px;
	_width: 224px;
	/* end hack */
}

#HouseMenuNav iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#HouseMenuNav #houseMenuParentItem a
{ /* all links under the parent item (li) */
	color: #333; 
	background-color: transparent; 
	/*background-image: url(menubg/gray/menubar_ffffff_2x30.jpg);*/
	background-repeat: repeat-x;
	text-decoration: none;
	
}

#HouseMenuNav a#houseMenuParentLink
{ /* parent link itself */
	color: #333; 
	background-color: transparent; 
	/*background-image: url(menubg/gray/menubar_ffffff_2x30.jpg);*/
	background-repeat: repeat-x;
	text-decoration: none;
}

#HouseMenuNav li#HouseMenuNavCurrentItem a#HouseMenuNavCurrentLink
{ /* current link itself */
	margin: 0;
	border: 0; 
	padding: 2px 2px 5px 2px;
	color: white; 
	background-color: gray; 
	/*background-image: url(menubg/gray/menubar_666666_2x30.jpg);*/
	background-repeat: repeat-x;
	text-decoration: none;
}

.ArrowPointer
{
	cursor: default;
}



/* Added Seo styles */
#sPageHeader
{
	width: 100%;
	height: 70px;
}

#sLogoCell
{
	vertical-align: middle;
	text-align: left;
}

#sBannerCell
{
	vertical-align: middle;
	text-align: right;
	height: 59px;
}

#sMenuTable
{
	width: 100%;
	border-collapse: collapse;
	height: 59px;
}
#sWT_Logo
{
	/*background-image: url(New_WT_logo.gif);*/
	width: 120px;
	height: 59px;
	display: block;
}

#sMenuCell
{
	vertical-align: middle;
	text-align: left;
	height: 59px;
}

#sSearchCell
{
	vertical-align: middle;
	text-align: left;
	background-color: transparent;
	height: 20px;
}

#sUtilityTable
{
	width: 100%;
	border: none;
	border-collapse: collapse;
	
}

#sCurrentDateCell
{
	vertical-align: top;
	text-align: left;
	width: 200px;
}


#sBreadCrumbCell
{
	vertical-align: top;
	text-align: left;
	font-weight: bold;
}

#sBreadCrumbCell .SkinObject
{
	padding: 0 0 0 4px;
}

#sUserCell
{
	text-align: right;
	width: 200px;
	height:10px;
}

#sUserCell .SkinObject
{
	padding: 0 2px 0 2px;
}

#sUserCell .SkinObject
{
	padding: 0 2px 0 2px;
}