/* ================================
   
   ================================
*/   

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
input.button {
background-color:#398EE9;
font-family:verdana;
font-size:8.5pt;
color: white;
font-weight: bold; 
}

.HeadBg {
}
/* background color for the content part of the pages */
Body {
   
	
	background-color: #efefef;
	margin: 1px;
	margin-top: 1px;
	margin-bottom:1px;
	margin-left: 1px;

}
/* background/border colors for the selected tab */
.TabBg {
}



.footer{
background-image: url( /Portals/3/bgBottomlikeHeader2.jpg);
background-repeat:no-repeat;
background-color: #ffffff;


}

.MenuPane{

/*background-image: url(/adgas3/Portals/4/bgMenu.jpg);
background-repeat:no-repeat;*/
/*background-color:#EBEBEB;*/

}
.LeftPane { 
	
	background-position:top;
	background-repeat:no-repeat;
}
.ContentPane { 
	
	font-size: 8.5pt;
	font-family: verdana;
	background-image: url( /Portals/3/Skins/adgas_skin_1);
	background-position:top;
	background-repeat:repeat-x;
	color: 555555;

	
}
.RightPane { 
	/*padding-top:5px;*/
	background-image: url( /Portals/3/Skins/adgas_skin_1/../OrangeFuturism/media/bg_rightpane.gif);
	background-position:top;
	background-repeat:no-repeat;
}
/* text style for the selected tab */
.SelectedTab {
    font-weight: normal;
    font-size: 8.5pt;
    color: #000000;
    font-family: Verdana, Tahoma, Arial, Helvetica;
    text-decoration: none;
}
/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color:white;
}
A.SelectedTab:visited {
    text-decoration:    none;
    color:#eeeeee;
}
A.SelectedTab:active {
    text-decoration:    none;
    color:#eeeeee;
}
A.SelectedTab:hover {
    text-decoration:    none;
    color:#cccccc;
}
/* text style for the unselected tabs */

.Login {
    font-weight: normal;
    font-size: 8.5pt;
    color: white;
    font-family: Verdana, Tahoma, Arial, Helvetica;
    text-decoration: none;
	
	
}    
/* hyperlink style for the unselected tabs */
A.Login:link {
    text-decoration: none;
    color:white;
	
}
A.Login:visited {
    color:white;
	
}
A.Login:active {
    text-decoration: none;
    color:#999999;
}
A.Login:hover {
    text-decoration: undline;
    color: #efefef;
	
}






.OtherTabs {
    font-weight: normal;
    font-size: 8.5pt;
    color: black;
    font-family: Verdana, Tahoma, Arial, Helvetica;
    text-decoration: none;
	font-style: bold;
	
	color: white;
	
}    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration: none;
    color:white;
	font-style: bolder;
}
A.OtherTabs:visited {
    text-decoration: none;
    color:white;
	font-style: bolder;
}
A.OtherTabs:active {
    text-decoration: none;
    color:#999999;
}
A.OtherTabs:hover {
    text-decoration: underline;
    color:white;
}

/* GENERAL */
/* style for module titles */
.Head {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  8.5pt;
    font-weight: bold;
    color: #0D19A0;
	text-decoration:none;
}

.GrayTitle {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  8.5pt;
    font-weight: bold;
    color: #Ffffff;
	text-decoration:none;
}

.Head2 {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  8.5pt;
    font-weight: bold;
    color: #000000;
	text-decoration:none;
}
/* style of item titles on edit and admin pages */
.SubHead {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}
/* text style used for most text rendered by modules */
.Normal {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	color: #000000;
}

.Normal A{

font-size: 22px;

}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}
.NormalRed {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}
.NormalBold {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
}
A.CommandButton:visited {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover {
    text-decoration:    underline;
    color: #ff0000;
}    
/* GENERIC */
H1 {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}
H2 {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}
H3 {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}
H4 {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}
H5, DT {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}
H6 {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}
TFOOT, THEAD {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #003366;
}
TH {
    vertical-align: baseline;
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}
A:link {
    text-decoration: none;
    color: #316194;
	font-family: verdana;
	font-size: 8.5pt;
	
}
A:visited {

	 color: #316194;
	font-family: verdana;
	font-size: 8.5pt;
   
	
}
A:active {
  
}
A:hover {
    text-decoration: underline;
    
}


SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}
BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}
UL LI {
    list-style-type:    square ;
}
UL LI LI {
    list-style-type:    disc;
}
UL LI LI LI {
    list-style-type:    circle;
}
OL LI {
    list-style-type:    decimal;
}
OL OL LI {
    list-style-type:    lower-alpha;
}
OL OL OL LI {
    list-style-type:    lower-roman;
}
HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	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, Tahoma, Arial, Helvetica;
	font-size: 9pt; 
	font-weight: bold; 
	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:none;
	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, Tahoma, Arial, Helvetica;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}
.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 {
	border: 0px;
	background-color: Transparent;
	
	padding: 1px;
	padding-bottom: 0px;
	
}
.MainMenu_MenuBar {
}
.MainMenu_MenuItem {
	cursor: hand; 
	color: #333333; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 8pt;; 
	font-weight: normal; 
	border: 1px #EFEFEF solid;
	padding: 1px;
	background-color: transparent;
}
.MainMenu_MenuIcon {

	display:none;
}
.MainMenu_MenuItemSel {
	background-color: #FFBA00; 
	cursor: hand; 
	color: White; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: normal; 
	border: 1px #FFBA00 solid;
	padding: 1px;
}
.rootmenuitem {
		cursor: hand; 
	color: 000000; 
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 7pt; 
	font-weight: normal; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;
	padding: 1px;
	display:block;

	padding-bottom: 1px;
	background-color: #efefef;
	
}
.rootmenuitemselected {
	background-color: #f0f0f0;
	cursor: hand; 
	color: #000000; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	border: 0px; 
	
	height: 30px;	
	display:block;
	padding-bottom: 3px;
	
}
.rootmenuitembreadcrumb{
	cursor: hand; 
	color: #333333; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: bold; 
	border: 0px;
	background-color: #a2b7d8; 
		
	display:block;
	margin-bottom:3px;	
}
.submenuitembreadcrumb{
	cursor: hand; 
	color: #FFBA00; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: normal; 
	border: 1px #EFEFEF solid;
	background-color: #a2b7d8; 
	padding: 1px;
}
.submenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	background-color: Tranparent; 
	filter: none;
	border: 2px solid #f6f6f6;
	margin-left: 1px;
	padding: 2px;
	
	
}

.submenu A{
font-family: verdana;
font-size: 8.5pt;
	
}

.submenu A:HOVER{
font-family: verdana;
font-size: 8.5pt;
background-color: #ff9900;
	
}
















.MainMenu_MenuBreak {
	border: 0px; 
	background-color: #333333; 
	height: 1px;
}
.MainMenu_MenuArrow {
	border: 0px; 
	border-right: 1px #CCCCCC solid;
}
.MainMenu_RootMenuArrow {
	border: 0px; 
}

.ticker {
font-family: verdana;
font-size: 8.5pt;


}

.tickertitle {
font-family: verdana;
font-size: 8.5pt;


}

.tickertitle A:LINK {
font-family: verdana;
font-size: 8.5pt;


}
.ticker A:LINK {
font-family: verdana;
font-size: 8.5pt;


}

.ticker A:VISITED{
font-family: verdana;
font-size: 8.5pt;


}

.ticker ACTIVE{
font-family: verdana;
font-size: 8.5pt;

}


