body, td, form, a, p { 
font-family: arial,"sans serif";
font-size: 1em;
}

a {
color: #000066;
}
body{
margin:10px;
margin-left: 6%;
margin-right: 6%;
background-color: #FFFFFF;
}
form,h1 {
margin:0px;
}

h1{
color: #2F3192;
}

#mysearch select {
font-size: 12px;
}

#error {
color: #ff0000;
font-size: 1em;
text-align: left;
font-weight: bold;
width: auto;
padding-top: 1em;
padding-left: 1em;
}

input[type=text]{
border: 1px solid #000066;
}
input[type=password]{
border: 1px solid #000066;
}
input[type=file]{
border: 0px;
border: 1px solid #000066;
}
select{
border: 0px;
border: 1px solid #000066;
}
textarea{
border: 0px;
border: 1px solid #000066;
}
/*header css*/
#header {
height:120px;
}
#header .leftLogo{
float:left;
width:auto;
}

#header .login{
float:right;
width:auto;
vertical-align: middle;
}
#header .left {
float:left;
height:84px;
width:450;
}
#header .right {
float:right;
text-align: right;
height:84px;
padding-top: 5px;
width: auto;
}
#header h1 {
margin: 0px;
font-size: 15px;
}
#header p {
margin: 0px;
font-size: 0.8em;
color:#FF6600;
}

#footer {
margin-top: 1em;
font-size: 0.75em;
color: #00004D;
}
#footer b{
font-size: 0.95em;
color:#9B9B9B;
font-weight: normal;
}
#footer hr {
border: 0px;
border-top: 1px solid #DBDBDB;
height:1px;
}

#navigator {
width:100%;
}

#navigator .search {
background-color: #9B9B9B;
color: #FFFFFF;
height:32px;
font-size: 0.8em;
}

#navigator .topLink {
color: #FFFFFF;
font-size: 1em;
}

#navigator .orange {
border-bottom: 1px solid #FF5F00;
}
#navigator .first {
background: url('/img/menuBg.gif') repeat-x bottom left;
border: 1px solid #666666;
border-right: 0px solid #666666;
height: 27px;
}
#navigator .menu {
border-top: 1px solid #666666;
border-bottom: 1px solid #666666;
width:120px;
}
#navigator img.menu {
border: 1px solid #FFFFFF;
}
#navigator .last {
background: url('/img/menuBg.gif') repeat-x bottom left;
border: 1px solid #666666;
height: 27px;
}
#mainContent {
margin-top: 1em;
border: 1px solid #FF6600;
background-color: #FFFFFF;
}

#mainContent .bg {
background: url('/img/left.gif') no-repeat left top;
}


#search {
border: 1px solid #FF6600;
width: 100%;
margin-top: 5px;
}
#search th {
/*background: #9B9B9B;*/
background: #EEEEEE;
color: #000000;
font-size: 0.9em;
font-weight: normal;
height: 25px;
text-align: left;
padding-left:1em;
border-bottom: 1px solid #FF6600;
}
#search td {
color: #00004D;
font-size: 0.8em;
padding:2px;
padding-left:1em;
border-bottom: 1px solid #e0e0e0;
background-color: #FFFFFF;
}

#search a.savings{
color: #FF6500;
font-weight: normal;
}

#search th.savings{
color: #FF6500;
font-weight: normal;
}

.border {
border: 1px solid #FF6600;
}

#content {
margin-top: 1em;
font-size: 0.8em;
}


#content .back {
padding-bottom: 5px;
padding-top: 5px;
}

#content b {
color:#FF6500;
}
#content h1 {
font-size:1.5em;
margin: 0px;
}
#content .filter {
font-size: 0.75em;
}
#content .info{
font-size: 0.9em;
background-color: #FFFFFF;
border: 1px solid #FF6600;
}
#content .premium {
background-color: #EAF5FF;
color: #FFFFFF;
}

#content .savings {
color: #FF6500;
font-weight: bold;
}

#content li {
padding-left: 10px;
background-image: url(/img/arrow.gif);
background-repeat: no-repeat;
background-position: 0em .4em;
list-style-type: none;
margin-bottom: 0.5em;
}


#dataTable th {
color: #000066;
font-size: 0.7em;
background-color: #dddddd;
height:2em;
text-align: left;
}
#dataTable td {
color: #000066;
font-size: 0.8em;
background-color: #F0F0F0;
height:2em;
text-align: left;
}