/* Generic Table with no border */ 

TABLE {
	border: 0px;
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

/* Generic table with a border */
TABLE.Spaced {
	border-spacing: 1px;
	border-collapse: separate;
}

/* Inline text usually used in a form control */

.inline {
	vertical-align: middle;
}

          
/* Grey Button Style */          
.ButtonStyle {background-color: #88889a;
              font-family: Verdana,Arial, Helvetica, sans-serif;
              font-size: 10pt;
              color: #001245;
            }

/* Table Data Centered */
TD.center {
		   	font-family : Arial, Helvetica;
	    	text-align : center;
	    	font-size : 10pt;
    }	


/* White Body Background */
BODY {
	background: #FFFFFF;
}

.FPForm {
   margin:0px;
   padding:0px;
   border:0px;
}

/* Table with Silver bar at top */
TABLE.greyBar {
	width: 600;
	background-color:silver;
	border-color: silver;
	border-width: 3px;
	font-family :  Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
   	color : black;
}

/* Table for text in gray box (gray background) */
TABLE.grayBack {
	background-color: silver;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: black;
}

TABLE.greyAlertBar {
	width: 600;
	background-color:silver;
	border-color: silver;
	border-width: 3px;
	font-family :  Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
   	color : black;
}


/* exceptions*/          
#RedTextExcp { color: red; }
#YellowTextExcp { color: yellow; }
#SMRedText { color: red; 
             font-size: 8px;
           }
#SmallText {font-size: 9px; 
            font-weight: normal; 
           }
#AlignLeftExcp {text-align : left;}

#RightAlign {
	border: 0;
	text-align: right;
	font-size: 8pt;
}

/* 
**********************************************************************
The following are for the Premium Features signup page
**********************************************************************
*/
/* FAQ Help Contact Us Links Visited */
A.TitleMenuRed:LINK,A.TitleMenuRed:VISITED {
	color : #990000;
	text-decoration : none;
	font-size : 8pt;
	font-weight: bold;
	font-family : Verdana, arial, helvetica, sans serif;
}

/* FAQ Help Contact Us Links On Hover */
A.TitleMenuRed:ACTIVE,A.TitleMenuRed:HOVER {
	color : #990000;
	text-decoration : underline;
	font-size : 8pt;
	font-weight: bold;
	font-family : Verdana, arial, helvetica, sans serif;
}

/* Link within a result set Visited */
A.TextLink:LINK,A.TextLink:VISITED {
	text-decoration : none;
    font-family : Verdana, arial, helvetica, sans serif;
    font-size: 10pt;
    color: #000080;
    text-decoration : underline;
}
.redTextSmall{
	color:rgb(156,37,79);
	font-size : 8pt;
}
TABLE.BlueBox {
	width: 250px;
	background-color:#000080;
	font-size : 10pt;
	font-weight : normal;
   	color : white;
	 margin:1px;
	border-color: #000080;
	font-family :  Verdana, Arial, Helvetica, sans-serif;
}
.fpNoBackground{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : black;
   position:relative;
}
.fpSmallNoBackground{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : black;
   position:relative;
}
TABLE.blackbox {
	position: absolute;
	background-color: black;
	left: 10px;
	top: 140px;	
}
TABLE.toolbox {
	background-color: #ffffcc;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	width : 450px;
	padding : 1px;
	
}
table.rightbox {
	/*background-color: #ffffcc;*/
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	width : 450px;
	padding : 1px;
}

.leftPosition{
	/*position: absolute;
	  left: 10px;
	  top: 140px;*/
}
.rightPosition{
	position: absolute;
	left: 500px;
	/*top: 140px;	*/
}
.hiddenDiv{
	visibility: hidden;
}

.TitleMenuBlue{
	color : #0000ff;
	text-decoration : none;
	font-size : 8pt;
	font-weight: bold;
	font-family : Verdana, arial, helvetica, sans serif;
}
.FeaturesHeader {
   border-color: white;
   border-width: 1px 1px 1px 1px;
   border-style: solid;
   background-color: #000080;
   color : White;
   text-align: left;
   font-family : verdana,arial, helvetica, sans serif;
   font-size: 11pt;
   font-weight: bold;
}

.hilite_row {
   background-color: #EEEEEE;
}

.greyborder {
   border: solid 1px #666666;
}

.gridTitle {
    font-family : Verdana, arial, helvetica, sans serif;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    text-decoration : none;
}

.gridSubTitle {
    font-family : Verdana, arial, helvetica, sans serif;
    font-size: 12px;
    color: #000000;
    font-weight: bold;
    text-decoration : none;
}

.text {
    font-family : Verdana, arial, helvetica, sans serif;
    font-size: 12px;
    color: #000000;
    font-weight: normal;
    text-decoration : none;
}

.disabledFormStyle {
	width: 100%;
   padding: 0px 0px 0px 10px;
   //border-style: solid;
   //border-color: white;
   //border-width: 2px;
   background-color: white;
   font-family:  Verdana, Arial, Helvetica, sans-serif;
   font-size: 10pt;
   color: black;
   font-weight: bold;
}

.fpBoldIndentedChkbox{
   	font-family :  Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
    color : black;
    background-color: white;
    position:relative;
    padding-left: 70pt;
    padding-right: 50pt;
}

.fpIndentedMenuChkBox{
    color : #990000;
	text-decoration : none;
	font-size : 8pt;
	font-weight: bold;
	font-family : Verdana, arial, helvetica, sans serif;
    position:relative;
    padding-left: 20pt;
    padding-right: 10pt;
}

/* bchesley 11/9/2011 - added some styles for mimic and logged in user */
.NavLoggedInUser {
    text-decoration: none;
    color: White;
    font : 10px Verdana, Arial, Helvetica, sans-serif;
    font-weight: bolder;
    text-align: right;
    padding-right: 10px
}

.mimic_indicator {
    position: absolute;
    left: 450;
    margin: 0;
    padding: 8px;
    padding-top: 4px;
    text-align: center;
    top: 0px;
    display: block;
    font-family: Verdana;
    font-size: 10px;
    font-weight: 700;
    background-color: #C1FFC1;
    border-radius: 0px 0px 10px 10px;
    width: auto;
    height: auto;
    color: #006400;
    overflow: hidden;
    /* section below left for possible future use if an image rather than a straight div is desired
       text-indent : - 10000 px;
       background-image : url ( /fleetpilot/images/3dbar2.gif );
       background-repeat : no-repeat; */
}

.mimic_indicator_ie {
    position: absolute;
    left: 450;
    margin: 0;
    padding: 8px;
    padding-top: 4px;
    text-align: center;
    top: 0px;
    display: block;
    font-family: Verdana;
    font-size: 10px;
    font-weight: 700;
    background-color: #C1FFC1;
    border-radius: 0px 0px 10px 10px;
    width: auto;
    height: auto;
    color: #006400;
    overflow: hidden;
    /* section below left for possible future use if an image rather than a straight div is desired
       text-indent : - 10000 px;
       background-image : url ( /fleetpilot/images/3dbar2.gif );
       background-repeat : no-repeat; */
}

      
/* moved these to specific  - Begin
.fp {
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 10pt;
   color : black;
   background-color: white;
}

.fpSmall {
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 8pt;
   color : black;
   background-color: white;
}

.fpBold {
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
   color : black;
   background-color: white;
}

.fpItalic {
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : italic;
   color : black;
   background-color: white;
}

-- Box of hints; error boxes for CQ 
.NoteBox { font-family: Arial, Helvetica, sans-serif; 
           font-size: 10px; 
           font-style: normal; 
           background-color: #FFFFFF; 
           text-align: left; 
           vertical-align: top; 
           border: thin #000000 solid;
          }

-- Style of Table within a Form 
.FormStyle {
	width: 100%;
   padding: 0px 0px 0px 10px;
   border-style: solid;
   border-color: white;
   border-width: 2px;
   background-color: white;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10pt;
   color: black;
   font-weight: bold;
}
Moved to specific - END */

/* Candidates to Delete - Begin
.tabletitles {
	font-family : arial, helvetica, sans serif;
	font-size: 10pt;
	font-weight: normal;
	color: #FFFFFF;
}


DT {
	font-weight : bold;
}

A.DirMenu:LINK,A.DirMenu:VISITED {
	color : #0000ff;
	text-decoration : none;
	font-weight: bold;
	font-size : 12pt;
	font-family : Times New Roman, Times Roman;
}
A.DirMenu:ACTIVE,A.DirMenu:HOVER {
	color : #0000ff;
	text-decoration : underline;
	font-weight: bold;
	font-size : 12pt;
	font-family : Times New Roman, Times Roman;
}

.MenuSubText {
	font-weight: normal;
	font-style: italic;
	font-size : 10pt;
	font-family : Times New Roman, Times Roman;
}

TD.blueborder {
	border : medium solid #003399;
	width : 25%;
	margin : 1 2 1 1;
}

.accountinfo {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: bold;
}

.input-text {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #000000;}
   

.ColTitle { font-family: Verdana,Arial, Helvetica, sans-serif; 
            font-size: 11px; 
            color: #000000; 
            background-color: #FFFFFF; 
            text-align: center; 
            vertical-align: middle; 
            font-weight: bold;
          }
.ColText { font-family: Verdana,Arial, Helvetica, sans-serif; 
           font-size: 10px; 
           color: #000000; 
           background-color: #FFFFFF; 
           text-align: center; 
           vertical-align: middle; 
           font-weight: normal;
         }

Candidates to delete - END */