﻿

#wrapper {
width: 760px;
margin-left: auto;
margin-right: auto;
border-left: 4px #000000 solid;
border-right: 4px #000000 solid;
background-color: #000000;
}

#header {
background-image: url(images/CS-hdr2.jpg);
width: 760 px;
height: 120px;
}

#ams_header {
background-image: url(fleetportal/images/header_bg.jpg);
width: 760 px;
height: 120px;
border-top: 4px #000000 solid;
}

#movie {
width:760px;
height: 230px;
background-color: #000000;
}


body {
        margin: 10px 0 0 0;
        padding:0;
        font: bold 11px/1.5em Verdana;
	background-color: #e3e3e3;
		}

h1 {
        font: bold ;
        font-size:30px;
        color: #000000;
        margin: 0px;
}
h2 {
        font: bold 14px Verdana, Arial, Helvetica, sans-serif;
        color: #000;
        margin: 0px;
        padding: 0px 0px 0px 15px;
}

img {
border: none;
}

/*- Menu Tabs--------------------------- */

    #tabs {
      float:left;
      width:100%;
       font-size:90%;
      line-height:normal;
      background-image: url(images/tabsbkg.gif);
      }
    #tabs ul {
          margin:0;
          padding:0px 7px 0 7px;
          list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url("tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0px 0 0px;
      text-decoration:none;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url("tabright.gif") no-repeat right top;
      padding:5px 9px 4px 9px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#FFF;
      }
    #tabs a:hover {
      background-position:0% -30px;
      }
    #tabs a:hover span {
      background-position:100% -30px;
      }

      #tabs #current a {
              background-position:0% -60px;
      }
      #tabs #current a span {
              background-position:100% -60px;
      }
      
#content {
float: right;
width: 760px;
background-color: #ffffff;
overflow:hidden;
}

#content-left {
float: left;
width: 200px;
background-color:#373737;
padding-bottom: 3000px; margin-bottom:-3000px;
}

#content-right {
float: right;
width: 550px;
background-color: #ffffff;
border-right-color:;
border-right: 2px #000000 solid;}

#footer {
clear: both;
width: 760px;
height: 70px;
background-color: #000000;
padding-top: 10px;
position: relative;
}


p {
color: #000000;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 11px;
font-weight: normal;
}

.normal {
color: #000000;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 11px;
font-weight: bold;
margin: 10px;
line-height: 14px;
}


 a:link {color: gray; } 
 a:visited {color:  gray;}
 a:hover {color: #000000;}
 a:active {color:  gray;}

.redlink {  }

.redlink a:link {color: #000066 } 
.redlink a:visited {color: #000066;}
.redlink a:hover {color: #ffffff;}
.redlink a:active {color: #ffffff;}

.darklink a:link {
color: #000000; } 
.darklink a:visited {
color: #000000;}
.darklink a:hover {
color: #6377e9;}
.darklink a:active {
color: #6377e9;}

.whitetext {color: #FFFFFF;}

.style1 {
	text-align: center;
}

