/* ================================
    CSS STYLES FOR GST
   ================================
*/ 


.SelectedTab {
   
    font-size: 10pt;
    color: #000000;
    font-family: Verdana;
    text-decoration: none;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	color: #000000; 
    font-size: 11px; 
    font-family: Verdana; 
    text-decoration: none;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
		color: #000000; 
    font-size: 11px; 
    font-family: Verdana; 
    text-decoration: none;
}

/* text style for the unselected tabs */
.OtherTabs {
    background: none; 
    color: #565656; 
    font-size: 11px; 
    
    font-family: Verdana; 
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	color: #565656; 
    font-size: 11px; 
    font-family: Verdana; 
    text-decoration: none;

}

A.OtherTabs:visited  {
	color: #565656; 
    font-size: 11px; 
    font-family: Verdana; 
    text-decoration: none;
   
}

A.OtherTabs:active   {
	color: #565656; 
    font-size: 11px; 
    font-family: Verdana; 
    text-decoration: none;
  
}

A.OtherTabs:hover    {
	color: #0043A8; 
    font-size: 11px; 
    font-family: Verdana; 
    text-decoration: none;
}
.Copyright {
    background: none; 
    color: #565656; 
    font-size: 10px; 
    font-family: Verdana; 
    text-decoration: none;
}
/* hyperlink style for the unselected tabs */
A.Copyright:link {
    text-decoration: none;
    color: #000000;
}
A.Copyright:visited  {
    text-decoration: none;
    color: #000000;
}

A.Copyright:active   {
    text-decoration: none;
    color: #000000;
}

A.Copyright:hover    {
    text-decoration: none;
    color: #CCCCCC;
} 
/* GENERAL */
/* style for module titles */
.Title   {
    font-family: Verdana;
    font-size:  13px;
		font-weight: bold; 
  
    color: #000000;
}
.Head   {
    font-family: Verdana;
    font-size:  13px; 
		font-weight: bold; 
	font-weight: normal;
    color: #EF5B00;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana;
    font-size:  12px;
    font-weight:    bold;
    color: #000000;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana;
    font-size:  10px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
	color:#000000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: none;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
}
        
/* GENERIC */
H1  {
    font-family: Verdana;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana;
    font-size:  16px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: Verdana;
    font-size:  11px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}
.MainTdlines {
	border-bottom: #E6E6E6 0px solid; 
	border-left: #E6E6E6 1px solid; 
	border-top: #FF8080 0px solid;  
	border-right: #E6E6E6 1px solid; 
	background-color: White; 
	
}
.MainTdContent {
	border-bottom: #FF8080 0px solid; 
	border-left: #E6E6E6 1px solid; 
	border-top: #FF8080 0px solid;  
	border-right: #E6E6E6 0px solid; 
	background-color: White; 
	
}
.FooterTd {
	border-bottom: #E6E6E6 0px solid; 
	border-left: #E6E6E6 0px solid; 
	border-top: #E6E6E6 1px solid;  
	border-right: #E6E6E6 0px solid; 
	background-color: White; 
	
}
/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
    font-family: Verdana;
    font-size:  13px;
	text-decoration: bold;
    font-weight: normal;
    color: #000000;
	width: 100%;
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Verdana; 
	font-size: 8pt; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Verdana; 
	font-size: 8pt; 
	
	font-style: normal;

	background-color: #ffcc00;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Main Menu */
.MainMenu_MenuContainer {
	background-color: black; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #7190A8 0px solid; 
	border-bottom: #7190A8 1px solid; 
	border-top: #7190A8 1px solid; 
	border-right: #7190A8 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	background-color: #7190A8; 
	border-left: #7190A8 1px solid; 
	border-bottom: #7190A8 1px solid; 
	border-top: #7190A8 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #7190A8;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #545454; 
	cursor: pointer; 
	cursor: hand; 
	color: #E7AE08; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}
.MainMenu_MenuArrow {
	border-right: #7190A8 1px solid; 
	border-bottom: #7190A8 1px solid; 
	border-top: #7190A8 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.SkinObject  {
    color: #000000; 
    font-size: 10px; 
    font-family: Verdana, Helvetica; 
    text-decoration: none;
}
/* hyperlink style for the unselected tabs */
A.SkinObject :link {
    text-decoration: none;
    color: #004E90;
}
A.SkinObject :visited  {
    text-decoration: none;
    color: #004E90;
}

A.SkinObject :active   {
    text-decoration: none;
    color: #004E90;
}

A.SkinObject :hover    {
    text-decoration: none;
    color: #E7AE08;
}



