/*----------------------------------------*\
== style sheet for LISI Broker's Web Site ==
== Migrated by Ed Weill in 2004           ==
== edw@eweill.net 
== Updated may 08                        ==
\*----------------------------------------*/

/*--------------------------------------------------------*\
== basic styles 
\*--------------------------------------------------------*/
body {
	background-image: url(/Images/global/background-tile.gif);
	background-repeat: repeat;
}

p, td, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#0066CC;
	text-decoration:underline;
}
a:hover { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#6699FF; 
	text-decoration:underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:underline;
	color: #000066;
}
a:visited:hover { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#6699FF; 
	text-decoration:underline;
}


table.mainTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	margin: 0px auto 0px auto;
	border-right: 1px solid #4B6A9C;
	border-left: 1px solid #4B6A9C;
	background-color: #ffffff;
	color: #333333;
}

table.mainTable tr td.headTable {
	vertical-align: top;
	background-image: url(/Images/global/header-tile.jpg);
	background-repeat: repeat;
}

#topLogo {
   margin: 20px 24px 14px 15px;
}

table.mainTable td {
	vertical-align: top;
}

table.eventinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: top;
	margin: 0px;
	padding: 3px;
	color: #333333;
	border: 1px solid #D7E9FF;
	background-color: #D7E9FF;
}
td {
	vertical-align: top;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #E48605;
	font-weight: bold;
}



/*--------------------------------------------------------*\
== useful generic styles 
\*--------------------------------------------------------*/
.right {
	text-align: right;
}
.center {
	text-align: center;
	vertical-align: middle;
}
.tiny {
	font-size: 10px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	line-height: 140%;
}
.smalltext {
	font-size: 11px;
	vertical-align: text-top;
}

.hidden {
	display: none;
}

.img {
	text-align: right;
	width: 35px;
	float: right;
}


/*--------------------------------------------------------*\
== styles for the basic - main - normal templates
\*--------------------------------------------------------*/
.search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #333333;
	text-align: left;
	vertical-align: middle;
}

/*header searches */
.searchTop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-align: left;
	margin-left: 16px;
	margin-top: 13px;
}

.searchTop input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	padding: 2px;
}

.searchTopFirst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-align: left;
	margin-left: 0px;
	margin-top: 13px;
}

.searchTopFirst input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}


.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: center;
	padding: 5px;
}

.copyright a {
	color: #666666;
	font-size: 11px;
	text-decoration: underline;
}


/*--------------------------------------------------------*\
== styles for the side bar navigation area
\*--------------------------------------------------------*/
.sidebar {
	
}
.nav {      /*  this is for the spans which are the menu */
	text-align: left;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	color: #0038E0;
	text-decoration: none;
	line-height: 30px;
}
.login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-align: left;
	margin: 0;
}

.login input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	margin-top: 6px;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 0px;
	border-bottom: 0px;
	width: 173px;
	padding: 2px;
}
.login input.goButton {
border: 0;
margin: 6px 0px 12px 0px;
width: 37px;
padding: 0;
}

.login img {
margin: 0px 0px 6px 0px;
padding: 0;
}

.login a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
//	font-weight: bold;
	color: #666666;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
.login a:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0066CC;
}
.login a:visited {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.errmesg {   /* for if we write text for the error message in the login area */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: F1873B;
	text-align: center;
	background-position: center center;
}


/*--------------------------------------------------------*\
== styles for the columns templates
\*--------------------------------------------------------*/
.rightTableBorder {
  border: 1px solid #D9D9D9;
  width: 186px;
}

.righttop2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #456BB0;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
.columnbody2 {
	margin: 4px;
	background-color: #E1E9F6;
	width: 178px;

}


/*--------------------------------------------------------*\
== Miscellaneous styles 
\*--------------------------------------------------------*/

.newshdrs {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 18px;
  text-transform: uppercase;  
  color: #0066CC;
 }
.phdrs {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 14px; 
  font-weight: bold; 
  text-transform:uppercase; 
  color: #0066CC;
 }
.newshdrssm { 
 	font-family: Arial, Helvetica, sans-serif; 
 	font-size: 11px; 
 	font-weight: bold; 
  text-transform:uppercase; 
  color: #0066CC;
 }
.section {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FF6600;
	font-weight: bold;

}
.type {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #3366CC;
}
.subtype {
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 12px; 
 	font-weight: bold; 
 	color: #333333}


/*--------------------------------------------------------*\
== styles for the administration templates
\*--------------------------------------------------------*/
table.edit ,td.edit ,tr.edit {
	background-color: #BFE0FF;
	color: #000066;
	background : #BFE0FF;
}
.homecarrierlogos {
	background-position: center center;
	padding: 3px;
}
.x-tiny {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}


.ceheaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC3300;
}
ul, ol, li {
	line-height: 150%;
}

hr {
	border-top-width: 2px;
	border-top-style: dashed;
	border-top-color: #999999;
	display: block;
	width: 98%;
	height: 1px;
}
.smallcaps {
	font-size: 9px;
	text-transform: uppercase;
}


h1 {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 20px;
  text-transform: uppercase; 
  color: #0066CC;
  margin: 0px 0px 25px 0px;
  padding: 0;
  font-weight: normal;
}

h1 a:link, h1 a:visited, h1 a:active {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 20px;
  text-transform: uppercase; 
  color: #0066CC;
  margin: 0px 0px 25px 0px;
  padding: 0;
  font-weight: normal;
  text-decoration: none;
}

h1 a:hover{
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 20px;
  text-transform: uppercase; 
  color: #0066CC;
  margin: 0px 0px 25px 0px;
  padding: 0;
  font-weight: normal;
  text-decoration: underline;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #6699CC;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	color: #E48605;
}
  
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #3366CC;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6699CC;
	text-transform: uppercase;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	text-transform: uppercase;
}
  
p, ul, ol {
	line-height: 140%;
}
.error {
	font-style: italic;
	color: #993300;
}
.active {
	color: #ff8500;
}
sup {
	vertical-align: 20%;
}

.bottom6px {
  margin-bottom: 6px;
}

.anchorlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0033CC;
}

/*--------------------------------------------------------*\
== styles for pdf product tables: right column anchor links
\*--------------------------------------------------------*/

.pdfanchor a:link, .pdfanchor a:visited, .pdfanchor a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.pdfanchor a:hover, .pdfanchor a:visited:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6699FF;
}

.listcat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0066CC;
}
