


/* CSS Document */

div.content
{
   visibility : hidden ;
}
table.loadingTable
{
   position : absolute ; 
   left : 0px ;
   top : 0px ;
   width : 0px ;
   height : 0px ;
   text-align : center ;
   
   font-size : 21px;
   font-style : italic ;
   font-weight : bold ;
   color: red ;
}

table.mainPage
{
   position : absolute ; 
   left : 0px ;
   top : 0px ;
   width : 0px ;
   height : 0px ;
   background-color : black ; 
   
   
}
body.theBody
{
   background-color : black ; 
   scrollbar-arrow-color : #AAAAAA ; 
   scrollbar-3dlight-color : white ; 
   scrollbar-highlight-color :  #AAAAAA ; 
   scrollbar-face-color : black ; 
   scrollbar-shadow-color :  #AAAAAA ; 
   scrollbar-darkshadow-color :  #AAAAAA ; 
   scrollbar-track-color : #AAAAAA ;
   overflow : scroll ;
   background-image : url("pics/gradient.png") ;
   
   



   
   
   
}
table.mainContainer
{
   position : absolute ; 
   left : 0px ;
   top : 0px ;
   width : 0px ;
   height : 0px ;
   background-color : white ; 
   border : 4px solid #AAAAAA ;
  
}
table.topTable
{
   position : absolute ; 
   left : 0px  ; 
   top : 0px ;
   width : 0px ;
   
   background-color : white ;
   
   font-weight : bold ;
   text-align : center ;
  /* background-image : url("pics/weeSplash.jpg") ;
   background-repeat : no-repeat ;
   background-position : center ;*/
  
   
   
}
td.topTabledata
{
   text-align : center ;
   font-size : 100% ;
   
   color : red ;
   
}

table.topRightTable
{
   position : absolute ; 
   left : 0px  ; 
   top : 0px ;
   background-color : white ;
   background-image : url("pics/splash.jpg") ;
   background-repeat : no-repeat ;
   background-position : center ;
   
   
   
   

   
}
td.topRightTableData
{
   color : white ;
   font-size : 150% ;
   text-align : center ;
   padding : 4px ; 
   
     
}

table.friendsTable
{
   position : absolute ; 
   left : 0px  ; 
   top : 280px ;
   width : 420px ; 
   height : 26px ;
   background-color : white ;
   
}
td.friendsTableData
{
    text-align : center ;	
}


table.bottomTable
{
   position : absolute ; 
   left : 0px  ; 
   top : 540px ;
   background-color : white ;
   background-image : url("pics/weeSplash.jpg") ;
   background-repeat : no-repeat ;
   background-position : center ;
  
   

   
}
td.bottomTableData
{
   color : white ;
   font-size : 16px ;
   text-align : center ;
   
   
     
}




img.mainLogo
{
 position : absolute ; 
 left : 0px ; 
 top : 0px ;
 
 
 
}




table.mainMenuTable
{
   position : absolute ; 
   left : 400px ; 
   top : 310px ;
   height :240px ;
   background-color : white ;
   text-align : center ;
   width : 440px ; 
  
   
   

}
td.mainMenuTableData
{
   
   width : 145px ;
   background-color : white ;
   background-image : url("pics/blackRounded.jpg");
   background-repeat : no-repeat ;
   background-position : center ;
   color : white ;
   font-size : 19px ;
   font-weight : bold ;
   text-align : center ;
   opacity : 0.95;
   filter : alpha(opacity="95");
   
   
}

table.subSystemMenu
{
   position : absolute ;
   top : 300px ;
   left : 0px ;
   width : 145px;
   height : 130px ;
   background-color : white ;
   text-align : center ;
   
  
   visibility : hidden ;
   
}
td.subSystemMenuControlRoom
{
   color : white ;
   font-size : 19px ;
   font-weight : bold ;
   text-align : center 
   background-color : white ;
   background-image : url("pics/blackRounded.jpg");
   background-repeat : no-repeat ;
   background-position : center ;
   
}
td.subSystemMenuDriver
{
   color : white ;
   font-size : 19px ;
   font-weight : bold ;
   text-align : center 
   background-color : white ;
   background-image : url("pics/blackRounded.jpg");
   background-repeat : no-repeat ;
   background-position : center ;
}


table.displayTable
{
   position : absolute ; 
   left : 500px ; 
   top : 180px ;
   width : 490px ;
   height : 620px ;
   
   background-color : white ;
   visibility : visible ;
}
img.clipCarL
{
   position : absolute ; 
   left : 0px ;
   top : 0px ;
   visibility : hidden ;
   
  
   
   
}
td.displayTableData
{
   font-size : 19px ;
   padding-left : 0px ;
   padding-right : 0px ;
   padding-top : 0px ;
   padding-bottom : 20px ;
   vertical-align : top ;
   
   
}
div.displayScroll
{
   position : absolute ; 
   left : 0px ; 
   top : 180px ;
   width : 506px ;
   height : 620px ;
   scrollbar-arrow-color : #AAAAAA ; 
   scrollbar-3dlight-color : black ; 
   scrollbar-highlight-color : #AAAAAA ; 
   scrollbar-face-color : black ; 
   scrollbar-shadow-color : black; 
   scrollbar-darkshadow-color : #AAAAAA ; 
   scrollbar-track-color : #AAAAAA ; 
   overflow : scroll ;
   overflow-x : hidden ;
   
    
    
}


table.adTable
{
   position : absolute ;
   left : 200px ;
   top : 720px ;
   width : 964px ;
   height : 200px ;
   font-size : 19px ;
   border : 15px solid pink ;
}

img.airportLink
{
   position : absolute ;
   left : 0px ;
   top : 106px ;
   border:none;
}
img.fbLink
{
   position : absolute ;
   left : 0px ;
   top : 104px ;
   border:none;
}
table.newDriverTable
{
   position : absolute ;
   left : 0px ;
   top : 670px ;
   width : 440px ;
   height : 140px ;
      background-color : white ;
   background-image : url("pics/weeSplash.jpg") ;
   background-repeat : no-repeat ;
   background-position : center ;
}
td.newDriverTableData
{
	color : white ;
	text-align : center ;
	padding : 15px ;
}

img.center
{
  text-align : center ;
  
}

fieldset.fieldset
{
    
   
}

legend.legend
{
   
   background-color : #AAAAAA ;
   color : black ;
   font-style : italic ;
   font-size : 20px ;
   
   
}
div.pageHighlight
{
   background-color : #E32636 ;
   color : black ;
   
}
b.pageHighlight
{
   background-color : #E32636 ;
   color : black ;
   
}
div.smallFont
{
   font-size = 12px ;
}
div.foreHighlight
{
   color : red ;
   font-size : 14px ;

}

div.center
{
   text-align : center ;
}
div.freephonePage
{
   text-align : center ;
   font-size : 19px ;
   font-weight : bold ;
}
div.floatRight
{
   float : right ;
   
}
div.floatRightSmall
{
   float : right ;
   font-size : 16px ;  
   font-style : italic ;
   color : red ;
}
div.floatLeft
{
   float : left ;
}
img.floatLeft
{
   float : left ;	
}
b.openMap
{
  color : red ;
}
input.userInput
{
   background-color : #FFCCCC ;
   border : 1px solid black ;
   
}
a.submitBut
{
   background-color : black ;
   border : 1px solid red ;
   color : red ;
}
a
{
   color : #4F2F4F ;
   text-decoration : none ;	
}
a:hover
{
   color : #FF0000 ;
}
img.homePic1
{
   border : 1px solid black ;  
}
img.homePic2
{
   border : 1px solid black ;  
}


a.fares
{
	color : red ;
}






img.adPic
{
   width : 170px;
   height : 110px ;
   border : 2px solid black ;
}
div.evocab
{
  color : white ;
  background-color : #008B8B ;
  
  
}
b.evocab
{
  color : white ;
  background-color : #008B8B ;
  
  
}
b.airportHighlight
{
   color : #E32636 ;
   
   
}
select.airportSelect
{
  color : white ;
  background-color : #008B8B ;
}

p.airportResult
{
  border : 1px solid red ;
  text-align : center ;
}


tr.form
{
     color : white ;
  background-color : #008B8B ;
}
b.textLight
{
color : red ;
   
}
div.lightBlue
{
    color : #97FFFF ;
}
a.lightBlue
{
    color : #AAAAAA ;
}
div.touchLocal
{
	position : absolute ;
    left : 0px ;
	width : 964px ;	
	top : 930px ;
}
div.botDiv
{
	position : absolute ;
    left : 0px ;
	top : 806px ;
	font-size : 12px ;
	color : red ;
}
