/* ================================
    CSS STYLES FOR Mountain Skin
   ================================
*/   
body
{
    /* set default font size for skin (Titles etc. will then use a percentage to specify their sizes) */
    margin: 0;
    padding: 0;
    line-height: 1.1;
    font: small Arial;
}
#bkgdbox
{
	margin: auto;
	text-align: center;
	padding: 5px;
	margin-top:0px;
	background-position:center;
	background-color:#FFFFFF;
	width: 790px;
	border: #666 1px solid;
		
}
#bkground  
{
	background-image: url(images/background-800.gif);
	background-position:center;
	background-color:#CCCCCC;
	padding:0px;
	background-repeat: repeat-y;
}
#breadcrumbBOX  
{
	background-image: url(images/breadcrumb4.gif);
width: 790px;
	background-repeat: repeat-x;
	margin-left: auto;
margin-right: auto;
	padding-bottom: 15px;
	height: 25px;
	
}
#breadcrumb
{
	float:left;
	width: 97%;
	padding: 5px;
}
#reglogin
{
	float:right;
	width: 80%;
	text-align: right;
	padding-top: 0px;
}


#hsubanner
{
	/*	float: left;*/
margin-left:auto;
	margin-right:auto;
	width: 790px;
	background-color: #FF921D;
	/*background-image: url(images/photobanner.jpg);*/
	background-repeat: no-repeat;
	height: 81px;
	margin-top: 2px;
	margin-bottom: 0px;
	white-space : nowrap;
}
#Banner
{
/*	float: left;*/
margin-left:auto;
margin-right:auto;
	width: 790px;
	background-color: #FF921D;
	background-image: url(images/hsu_logo2.gif);
    background-repeat: no-repeat;
	height: 68px;
	padding-top: 0;
	white-space : nowrap;
}
.Breadcrumb
{
	
FONT-WEIGHT: bold;
    COLOR: #333333;
	font-size: 8.5pt;
font-family: Tahoma,Arial,Helvetica;
padding-right: 5px;


}
.HeadPane  
{ 
	 padding-left: 10px;
	 padding-top: 2px; 
	 padding-right: 10px; 
	 background-color: #ffffff;
}
.ContentPane  
{ 
	 padding-left: 10px;
	 padding-top: 2px; 
	 padding-right: 10px; 
	 background-color: #ffffff;
}
.RightPane  
{
	 padding-left: 10px;
	 padding-top: 10px;
	 padding-right: 5px; 
border-left: #cccccc 1px solid; 

}
.LeftPane  
{
	 padding-left: 10px;
	 padding-top: 10px; 
	 padding-right: 10px; 
	 background-color:White;

}
.LogoPane  
{
	 padding-left: 0;
	 padding-right: 30px;
}

.Head
{
	font-family: Arial;
    font-size:  80%;
    font-weight:    normal;
    color: #000;
}

#Datelocation
{
    float: right;
    width: 70%;     
	margin-right: 10px;
text-align: right;  
}
#TopBar
{
    float: right;
    width: 70%; 
	padding-top:5px;    
}
#TopBar ul
{
   text-align: right; 
   margin: 0 0 0 0; 
   padding-right: 5px;
   white-space : nowrap;
}
#TopBar li
{
    display: inline;
}
#TopBar li a:link, #TopBar li a:visited
{
	font-size: 75%;
    text-decoration: none;
    padding: 1px 1em;
	color: #FFF;	
	font-family:Arial, Helvetica, sans-serif;
}
#TopBar li a:hover
{
    color: #0066CC;	
	font-family:Arial, Helvetica, sans-serif;
}

#MainContent
{
	float: left;
margin-left:auto;
margin-right:auto;
	width: 780px;	
	height: 100%;
}
.leftmenu
{
/*	float: left;*/
	width: 155px;	
	height: 100%;
	margin-top: 2px;
	margin-bottom: 2px;
	white-space : nowrap;
	background-color: #6394D6
}
#footer
{
/*	float: left;*/
margin-left:auto;
margin-right:auto;
	width: 790px;
	background-color: #6394D6;
	
	height: 20px;
	margin-top: 2px;
	margin-bottom: 5px;
	white-space : nowrap;
}

.loginClass
{
	text-decoration: none;
	color: #FF921D;
	font-weight: bold;
	padding-right: 5px;
}
/* This sets the style for all skin items that are links */
A.loginClass:link, A.loginClass:visited, A.loginClass:active
{
    text-decoration: none;
    color: #FF921D;
	font-weight: bold;
	
}
A.loginClass:hover
{   
    color: #FFD5A6;
	font-weight: bold;
}

/* Main Menu */

.MainMenu_MenuContainer {
	width:100%; 
	height: 25px;
	width: 155px;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
}

.MainMenu_MenuItem {
	
	FONT-WEIGHT: bold;
	FONT-SIZE: 9pt;
	FONT-FAMILY: arial, sans-serif;
	cursor: pointer; 
	cursor: hand; 
	font-style: normal; 
	border: 0;
	background-color: transparent;
	color: #10429c;
	height:25px;/*height of menu items*/
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	border: 0px;
	background-color: #C1D2EE;
        padding-left: 2px;
        padding-right: 0px;
	text-align: center; 
	width: 0; 
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	background-color: #C1D2EE;  /*submenu hover*/
	border-bottom: WHITE 0px solid; 
	border-left: WHITE 0px solid; 
	border-top: WHITE 0px solid; 
	border-right: WHITE 0px solid;
	FONT-FAMILY: arial, sans-serif;
	font-size: 9pt; 
	font-style: normal; 
	color: #10429c;
}
.MainMenu_RootMenuItemActive
{
    background-color: #C1D2EE;
	color: #10429c;
}
.MainMenu_RootMenuItemBreadcrumb /*style to parent menu when in submenu selected*/
{  
    background-color: #C1D2EE;
	color: #10429c;
}
.MainMenu_RootMenuItem /*style for root items*/
{
    COLOR: #fff;
/*    background-color: #6394D6;*/
}
.MainMenu_MenuBreak {
	border-bottom: #dae3f3 1px solid; 
	border-left: #dae3f3 1px solid; 
	border-top: #dae3f3 1px solid;  
	border-right: dae3f3 1px solid; 
	background-color: White; 
}

.MainMenu_MenuItemSel {
	background-color: #C1D2EE; 
	cursor: pointer; 
	cursor: hand; 
	color: #10429c; 
	FONT-FAMILY: arial, sans-serif; 
	font-size: 9pt; 
	font-style: normal; 
	height:25px;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 9pt; 
	cursor: pointer; 
	cursor: hand; 
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid;  
	border-right: black 0px solid; 
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 9pt; 
	cursor: pointer; 
	cursor: hand;
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid;  
	border-right: black 0px solid; 
}

.MenuPane
{
	background-image:url(MountainSide.jpg);
	background-repeat: no-repeat;
    background-position:left bottom;
	background-color: #3164D7;
}

.Logo
{
	padding-left:30;
	padding-top:5;
	padding-bottom:5;
}

.HorizLogo
{
	background-image:url(MountainTop.jpg);
	padding-left:30;
	padding-top:5;
	padding-bottom:5;
	background-repeat:repeat-x;    
	background-position:bottom;
	background-color:#4474E3;
	vertical-align:middle;
}

.Title
{
	font-family: Arial;
    font-size:  20px;
    font-weight:    normal;
    color: WHITE;
}
	.TDLogoBack 
	{	BACKGROUND-IMAGE: url(images/GC_banner_1400.JPG);}

/* GENERIC */
H1  {
    font-family: Arial;
    font-size:  120%;
    font-weight:    bold;
	color: #000;

}

H2  {
    font-family: Arial;
    font-size:  110%;
    font-weight:    bold;
	color: #000;

}

H3  {
    font-family: Arial;
    font-size:  100%;
    font-weight:    bold;
	color: #000;

}

H4  {
    font-family: Arial;
    font-size:  90%;
    font-weight:    bold;
	color: #000;

}

H5, DT  {
    font-family: Arial;
    font-size:  80%;
    font-weight:    bold;
	color: #000;

}

H6  {
    font-family: Arial;
    font-size:   80%;
    font-weight:    bold;
	color: #000;

}
/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family: Arial;
    font-size: 90%;
    font-weight: normal;
}
.divider
{
    font-family: Arial;
    font-size: 90%;
    font-weight: normal;
	color: #fff;
}
#skinsitesearch{
	background-image: url(images/search3.gif);
	background-repeat: no-repeat;
	float: right;
	margin-top:4px;
	margin-left:2px;
	margin-bottom:2px;
	margin-right:5px;
	width:173px; height:18px;
	
}
/*This comment to track*/
#skinsitesearch input{border:0;width:95px;margin-top:2px;margin-left:2px;margin-bottom:2px;margin-right:6px;padding:-5px;float:left;background:white;font-size:11px;color:#1A2426;}
#skinsitesearch a{display:block;margin-top:-13px;margin-right:4px;margin-left:-10px;float:right;}
#skinsitesearch a:hover{text-decoration:none;}

#skinsitesearch2{
	background-image: url(images/search3.png);
	background-repeat: no-repeat;
	float: right;
	margin-top:4px;
	margin-left:2px;
	margin-bottom:2px;
	margin-right:6px;
	width:223px; height:20px;
	
}
/*This comment to track*/
#skinsitesearch2 input{border:0;width:145px;margin-top:2px;margin-left:2px;margin-bottom:2px;margin-right:6px;padding:-5px;float:left;background:white;font-size:11px;color:#1A2426;}
#skinsitesearch2 a{display:block;margin-top:-13px;margin-right:7px;margin-left:-10px;float:right;}
#skinsitesearch2 a:hover{text-decoration:none;}
