/* ================================
    CSS STYLES FOR AIRPETRO and TIGA LLC
   ================================
*/   
/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */

.HeadBg 
{
    background-color:#ffffff;
    border-style:solid;
	border-width:1px;
	border-color:Black;
}
.imageHeader 
{
    background-color:#ffffff;
    height:114px;
    width:750px;
    vertical-align:top;
}
.shadowHeader 
{
    background-color:#ffffff;
    height:10px;
    width:750px;
    vertical-align:top;
}
.framelookonwhite 
{
	BORDER-RIGHT: #484848 1px solid; 
	BORDER-TOP: #484848 1px solid; 
	FONT-SIZE: 8pt; 
	BORDER-LEFT: #484848 1px solid; 
	COLOR: #282828; 
	BORDER-BOTTOM: #484848 1px solid; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	BACKGROUND-COLOR: #fbfbfb; 
	TEXT-DECORATION: none;
}
.TopLevelMenu
{
	text-align:center;
	font-weight:800;
	font-family:Arial;
	font-size:12;
	color: Black;
	width:80px;
}
/*style for toplevelMenuCell*/

A.TopLevelMenu:hover
{
	text-decoration:none;
	background-color:#DF8B65;
	width:80px;
}

.TopLevelMenuCell
{
	
	border-right:solid 2px black;
	text-align:center;
	width:80;
	/*background-color:#e1e0d9;*/
	color:Black;
	font-size:15;
	font-family:Arial;
	font-style:normal;
	font-weight:600;
}

.LeftPane
{
	/*background-color:#e1e0d9;*/
	background-color:#F3F0EE;
	/*background-color:#ffffff;*/
	margin:0 4 0 4;
	width:130px;
	height:20px;
	padding:0 4 0 4;
	
}
.ContentPane
{
	/*background-color:#e1e0d9;*/
	background-color:white;
	margin:0 0 0 0;
	padding:0 0 0 0;
	
}
.RightPane
{
	/*background-color:#e1e0d9;*/
	background-color:#Ffffff;
	margin:0 0 0 0;
	width:130px;
	padding:0 0 0 0;
	
}
.menuplacement
{
	z-index:1;
	position:absolute;
	left: 30px;
	top: 111;
	width:724px;
	padding:0 0 0 0;
}
.welcomemessage
{
	z-index:2;
	position:absolute;
	left: 550px;
	top: 30;
	width:200px;
	padding:0 0 0 0;
	text-align:center;
}
.welcomemessagelook
{
	width:200px;
	padding:0 0 0 0;
	text-align:center;
	background:#D7A486;
    BORDER-BOTTOM: black 1px solid;
    BORDER-RIGHT: black 1px solid;
    border-top:black 1px solid;
    border-left:black 1px solid;
    CURSOR: hand;
    FONT-FAMILY: 'sans-serif';
    FONT-SIZE: 8pt;
    FONT-WEIGHT: bold;
    HEIGHT: 15px;
}
.logout
{
	z-index:3;
	position:absolute;
	left: 650px;
	top: 60;
	width:80px;
	padding:0 0 0 0;
	text-align:center;
}
.logoutlook
{
	width:100px;
	padding:0 0 0 0;
	text-align:center;
	background:#D7A486;
    BORDER-BOTTOM: black 1px solid;
    BORDER-RIGHT: black 1px solid;
    border-top:black 1px solid;
    border-left:black 1px solid;
    CURSOR: hand;
    FONT-FAMILY: 'sans-serif';
    FONT-SIZE: 8pt;
    FONT-WEIGHT: bold;
    HEIGHT: 15px;
}
	

/* background color for the content part of the pages */
Body
{
    background-color: white;
    margin: 0;
	margin-right: 0;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
}
.gFooter
{
    FONT-SIZE: 11px;
    COLOR: black;
    FONT-FAMILY: Arial, Verdana, helvetica;
    background-color:#DF8B65;
}

/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    font-family: sans-serif, Arial, Helvetica;
    font-size: 13px;
    font-weight: bold;
    font-style:italic;
    background-color:#eeeee6;
    color:Black;
    border-style:solid;
	border-width:1px;
	border-color:Black
}
.SiteTitleTexaco{
    font-family: sans-serif, Arial, Helvetica;
    font-size: 13px;
    font-weight: bold;
    font-style:italic;
    background-color:#e1e0d9;
    color:Red;
    border-style: none;
	border-width:1px;
	border-color:Black
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: white;
    border-color: white;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: dimgray;
    border-color: black;
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color:DarkRed;
    font-weight: bold
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color:gainsboro;
    text-decoration:none;
    font-weight: bold
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color:white;
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:white;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:white;
}

/* style for separator between site links */
.Accent
{
    color: red;
    font-weight:    bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}



/* GENERAL */
/* style for module titles */
.Head   {
    font-family: sans-serif, Verdana, Helvetica, arial;
    font-size:  20px;
    font-weight: bold;
    font-style: italic;
    /*color: #666644;*/
    color: #000037;
}
.GrandHead  {
    font-family: sans-serif, Verdana, Helvetica, arial;
    font-size:  40px;
    font-weight: bold;
    font-style: italic;
    /*color: #666644;*/
    color: #000037;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.ImageAlignTop
{
    vertical-align:top;  
    padding:0 0 0 0; 
    height:75px;
    width:100px;
    border:solid 1px black;
}
.ImageAlign
{
    vertical-align:top;  
  
    margin:2 5 2 5;
   
    width:250px;
    border:solid 1px black;
}
.TextDescAlignTop /*Relative to image*/
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    vertical-align:top; 
    width:170px; 
    text-align:left;
    padding-left:5px;
     
      
}
.TextShortDescAlignTop
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    vertical-align:top; 
    padding-left:5px; 
    width:150px;
    height:40px;
    
    /*border:solid 1px black;*/
}
.UnitCostAlignTop
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    vertical-align:top;
    padding-left:5px;  
    
       
}
.AddToCartAlignTop
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    vertical-align:top;  
     
        
}
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    
        
}

.Normalonbackground
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    
   BACKGROUND-COLOR: #eeeeee;
}
.Normalsmall
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 10px    
}
.Normalbigger
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 15px;
	color:#525252    
}
.Normalalignright
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
	text-align: right;    
}
.Normalalignleft
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
	text-align: left;   
}
.Normalaligncenter
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
	text-align: center;   
}
.normalboldongrey
{
	BORDER-RIGHT: #484848 1px solid;
	BORDER-TOP: #484848 1px solid;
	BORDER-LEFT: #484848 1px solid;
	COLOR: #282828;
	/* BORDER-BOTTOM: #484848 1px solid;
	*/
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	BACKGROUND-COLOR: #e1e0d9;
	TEXT-DECORATION: none;

}
.normalongreythreeborder
{
	BORDER-RIGHT: #484848 1px solid;
	BORDER-TOP: #484848 1px solid;
	/*BORDER-LEFT: #484848 1px solid;/*
	COLOR: #282828;
	/* BORDER-BOTTOM: #484848 1px solid;
	*/
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	BACKGROUND-COLOR: #e1e0d9;
	TEXT-DECORATION: none;
	text-align : right;
}
.normalboldongreythreeborder
{
	/*BORDER-RIGHT: #484848 1px solid;*/
	BORDER-TOP: #484848 1px solid;
	BORDER-LEFT: #484848 1px solid;
	COLOR: #282828;
	/* BORDER-BOTTOM: #484848 1px solid;
	*/
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	BACKGROUND-COLOR: #e1e0d9;
	TEXT-DECORATION: none;

}
.normalongreytopborder
{
	/*BORDER-RIGHT: #484848 1px solid;*/
	BORDER-TOP: #484848 1px solid;
	/*BORDER-LEFT: #484848 1px solid;/*
	COLOR: #282828;
	/* BORDER-BOTTOM: #484848 1px solid;
	*/
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	BACKGROUND-COLOR: #e1e0d9;
	TEXT-DECORATION: none;
	text-align:left;
}
.normalongreytoprightborder
{
	BORDER-RIGHT: #484848 1px solid;
	BORDER-TOP: #484848 1px solid;
	/*BORDER-LEFT: #484848 1px solid;/*
	COLOR: #282828;
	/* BORDER-BOTTOM: #484848 1px solid;
	*/
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	BACKGROUND-COLOR: #e1e0d9;
	TEXT-DECORATION: none;
	text-align : right;
	/*text-align:left;*/
}
.Normalbottomrow
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
	border-bottom: #484848 1px solid;
    
        
}
.Newslettertitle
{
    font-family: sans-serif,Verdana, Helvetica; 
    font-size: 17px;
    font-weight: bold;
	font-style: italic;
    line-height: 15px;
	color: navy;
	text-align: center
	
}
.Newslettertitletexaco
{
    font-family: sans-serif,Verdana, Helvetica; 
    font-size: 17px;
    font-weight: bold;
	font-style: italic;
    line-height: 15px;
	color: red;
	text-align: center
	
}
.Newsletterbody
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.newsletterheader{
	BORDER-RIGHT: #484848 1px solid;
	BORDER-TOP: #484848 1px solid;
	FONT-SIZE: 10pt;
	font-weight: bold;
	BORDER-LEFT: #484848 1px solid;
	COLOR: White;
	BORDER-BOTTOM: #484848 1px solid;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	/*BACKGROUND-COLOR: #e1e0d9;
	*/
	TEXT-DECORATION: none;
	text-align: right;
	vertical-align: top;
}
	
	.newsletterheaderonblue{
	FONT-SIZE: 10pt;
	font-weight: normal;
	COLOR: White;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	text-align: right;
	vertical-align: top;

}
.honorroll
{
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size: 21px;
    font-weight: bold;
	font-style: italic;
    line-height: 15px;
	text-align: left;
	vertical-align: middle;
	
	color: "#6d74c0"
}
.honorrollnormal
{
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
	font-style: italic;
    line-height: 15px;
	text-align: left;
	vertical-align: top;
	
	color: "navy"
}

.bodyparagraph
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 15px;
	color: blue
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}
.NormalBoldbigger
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Helvetica, sans-serif;
    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: darkred;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: red;
}
    



/* GENERIC */
H1  {
    font-family: sans-serif, Verdana, Helvetica, sans-serif;
    font-size:  13px;
    font-weight:    normal;
    color: #808080;
    /*BORDER-BOTTOM: #333333 1px solid*/
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: darkred;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: darkred;
}

A:link  {
    text-decoration:    none;
    color:  darkred;
}

A:visited   {
    text-decoration:    none;
    color:  darkred;
}

A:active    {
    text-decoration:    none;
    color:  darkred;
}

A:hover {
    text-decoration:underline;
    color:Red;
    background-color:#C8C6C5;
   
}


SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}
Div
{
	margin-top:0px;
	padding-top:0px;
	vertical-align:top;
}
TABLE
{
	padding:0 0 0 0;
	margin:0 0 0 0;
	
}

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
}

.clsMenu
{
    BACKGROUND: #D7A486;
    /*BORDER-BOTTOM: black 1px solid;*/
    /*BORDER-LEFT: black 1px solid;*/
    /*BORDER-RIGHT: black 1px solid;*/
    /*BORDER-TOP: black 2px solid;*/
    PADDING-BOTTOM: 0px;
    POSITION: absolute;
    DISPLAY: none;
    WIDTH: 80px;
}

.cellOff
{
 
    background:#D7A486;
    BORDER-BOTTOM: black 1px solid;
    BORDER-RIGHT: black 1px solid;
    border-top:black 1px solid;
    border-left:black 1px solid;
    CURSOR: hand;
    FONT-FAMILY: 'sans-serif';
    FONT-SIZE: 8pt;
    FONT-WEIGHT: bold;
    HEIGHT: 15px;
    PADDING-BOTTOM: 2px;
    PADDING-LEFT: 4px;
    PADDING-RIGHT: 4px;
    PADDING-TOP: 2px;
    TEXT-DECORATION: none;
    WIDTH:80px;
}


TD.toolCell
{
    BORDER-LEFT: #ffffff 1px;
    BORDER-RIGHT: #ffffff solid 1px;
    BORDER-TOP: #ffffff 1px;
    BORDER-BOTTOM: #ffffff 1px
}



TR.NormalRow
{
    COLOR: black;
    BACKGROUND-COLOR: white
    
}
TR.AlternateRow
{
    COLOR: black;
    background-color:#EEE;
}
.formlookonwhite {
	BORDER-RIGHT: #484848 1px solid; 
	BORDER-TOP: #484848 1px solid; 
	FONT-SIZE: 8pt; 
	BORDER-LEFT: #484848 1px solid; 
	COLOR: #282828; 
	BORDER-BOTTOM: #484848 1px solid; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	BACKGROUND-COLOR: #fbfbfb; 
	TEXT-DECORATION: none
	background: 
	
}
.formlookongrey {
	BORDER-RIGHT: #484848 1px solid; 
	BORDER-TOP: #484848 1px solid; 
	FONT-SIZE: 8pt; 
	BORDER-LEFT: #484848 1px solid; 
	COLOR: #282828; 
	BORDER-BOTTOM: #484848 1px solid; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	BACKGROUND-COLOR: #e1e0d9; 
	TEXT-DECORATION: none
}

.formlookonblue {
	BORDER-RIGHT: #484848 1px solid; 
	BORDER-TOP: #484848 1px solid; 
	FONT-SIZE: 10pt; 
	font-weight: bold;
	BORDER-LEFT: #484848 1px solid; 
	COLOR: #282828; 
	BORDER-BOTTOM: #484848 1px solid;
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	BACKGROUND-COLOR: "#e0e1f8"; 
	TEXT-DECORATION: none
}
.rowlookonblue {
	FONT-SIZE: 8pt; 
	font-weight: normal;
	COLOR: #282828; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	BACKGROUND-COLOR: "#e0e1f8"; 
	TEXT-DECORATION: none
}
.rowlookonwhite {
	FONT-SIZE: 8pt; 
	font-weight: normal;
	COLOR: #282828; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	BACKGROUND-COLOR: #fbfbfb; 
	TEXT-DECORATION: none
}
.rowlookongrey{
	FONT-SIZE: 8pt; 
	font-weight: normal;
	COLOR: #282828; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	BACKGROUND-COLOR: #eeeee6; 
	TEXT-DECORATION: none
}

.leftborder {
	/*BORDER-TOP: #484848 1px solid;*/ 
	FONT-SIZE: 8pt; 
	BORDER-LEFT: #484848 1px solid; 
	COLOR: #282828; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	BACKGROUND-COLOR: #fbfbfb; 
	TEXT-DECORATION: none
}
.topborder {
	BORDER-TOP: #484848 1px solid;
	FONT-SIZE: 12pt; 
	BORDER-LEFT: #484848 1px solid;
	COLOR: #282828; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	BACKGROUND-COLOR: #fbfbfb; 
	TEXT-DECORATION: none
}
.bottomLineOnly {
	BORDER-RIGHT: #333333 0px solid; 
	BORDER-TOP: #333333 0px solid; 
	BORDER-LEFT: #333333 0px solid; 
	BORDER-BOTTOM: #333333 1px solid
}
.borderstyle{
	BORDER-RIGHT: #333333 2px solid; 
	BORDER-TOP: #333333 2px solid; 
	BORDER-LEFT: #333333 2px solid; 
	BORDER-BOTTOM: #333333 2px solid;
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal
	
}

/*OrderEntry Styles*/

.CartListHead
{
	BORDER-RIGHT: #484848 1px solid;
	BORDER-TOP: #484848 1px solid;
	BORDER-LEFT: #484848 1px solid;
	COLOR: #282828;
	/* BORDER-BOTTOM: #484848 1px solid;
	*/
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	BACKGROUND-COLOR: #e1e0d9;
	TEXT-DECORATION: none;

}
