﻿/******* General *******/
body {background-color: #CCCCCC ; font-family: Arial; font-size: 11px; color: black; margin: 0px; padding: 0px;}
td {font-family: Arial; font-size: 11px; color: black; 
vertical-align: top;
    margin-left: 40px;
}
input, select, textarea { font-size: 11px; font-family: verdana }
img {border-style: none;
	border-color: inherit;
	border-width: 0px;
	    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
p {margin: 0px; }
li {padding-bottom: 4px;}
ul {list-style-image: url(images/bullet.gif);}
a {cursor: pointer;}
h1 {font-size: 24px; font-weight: normal; color: #005596;}
h2 {font-size: 15px; color: #0d3c70; margin-bottom: 10px;}

/******* layout *******/

#layout { position: relative; width: 781px; margin: 0 auto; }
#headerArea { width: 100%; background-color: #264c96;  }
.agentLogin { text-align: right; background-image:url('images/login-bk.jpg'); background-repeat: no-repeat; background-position: top right;  }
#navArea { background-image: url('images/navBack.jpg'); background-repeat: repeat-x; }
#contentArea { width: 100%; background-color: #FFFFFF; }
#footerArea { width: 100%; text-align: center; background-image: url('images/bottomStrip.jpg'); background-repeat: repeat-x; }

/******* links *******/
a:link {color: #424242; text-decoration: none; font-size: 12px;}
a:visited {color: #424242; text-decoration: none; font-size: 12px;}
a:hover {color: #424242; text-decoration: underline; font-size: 12px;}
a:active {color: #424242; text-decoration: none; font-size: 12px;}

a.nav { color: white; padding: 12px 16px 12px 15px; display: block; text-decoration: none; font-size: 12px;}
a.nav:active {color: white;}
a.nav:link {color: white;}
a.nav:visited {color: white;}
a.nav:hover {color: #93c6e7;}

a.navAdmin { color: #264c96; padding: 6px 10px 6px 10px; display: block; text-decoration: none; font-size: 14px;}
a.navAdmin:active {color: #264c96;}
a.navAdmin:link {color: #264c96;}
a.navAdmin:visited {color: #264c96;}
a.navAdmin:hover {color: #d2741d;}

/**

/******* classes *******/

.button	{ background-color: #ca7b12; border: #b09339 1px solid; font: 12px Arial; text-align: center; color: white; cursor: pointer;
	height: 23px;}
ton	{ background-color: #004b99; border: #2e6bb0 1px solid; font: 12px Arial; text-align: center; color: #d7edf8; cursor: pointer;}
.adminTitle {font-size: 24px; color: #264c96; float: left;}
.adminAdd {float: right; padding-right: 34px; padding-top: 4px;}
.adminTable {width: 702px; background-color: #cce7f4; margin-top: 20px; margin-bottom: 2px;}
.line {background-color: #D5D5D5; height: 1px; width: 520px;}
.bookTable {border-top: 1px solid #cccccc; width: 520px; margin-bottom: 20px;}
.bookCol01 {width: 80px;}
.bookCol02 {width: 120px; color: #0085c8;}
.dropIt td {padding-top: 8px;}
.jaws td {padding-right: 15px;}
.priceLeft {padding-left: 20px; width: 50px;}
.priceRight {padding-left: 14px; width: 58px;}
.priceBack {background-color: #c9e7f1}
.lookup {padding-top: 12px;}
.gridTop {background-image: url('../images/gridTop.jpg'); background-repeat: repeat-x;}
.adminSubTit {font-size: 14px; color: #264c96;}
.bottomStrip {background-image: url('images/bottomStrip.jpg'); background-repeat: repeat-x;}
.navBack {background-image: url('images/navBack.jpg'); background-repeat: repeat-x;}

/******* id man *******/

#lineHeight td {line-height: 16px;
    text-align: left;
}