﻿/* Default CSS Stylesheet for a new Web Application project */
BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Arial, Tahoma, Helvetica, sans-serif;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
    scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #279E1E;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #999999;
}

img.border {border: 1px solid #444444;}

a:link {text-decoration: underline; color: #cc0000}
a:visited {text-decoration: underline; color: #cc0000}
a:hover {text-decoration: underline; color: #ff0000}

a.li:link {text-decoration: underline; color: #333333}
a.li:visited {text-decoration: underline; color: #333333}
a.li:hover {text-decoration: underline; color: #333333}

a.topnav:link {text-decoration: none; color: #ffffff; font-family: tahoma, verdana; font-size: 8pt; font-weight: bold}
a.topnav:visited {text-decoration: none; color: #ffffff; font-family: tahoma, verdana; font-size: 8pt; font-weight: bold}
a.topnav:hover {text-decoration: none; color: #ffffff; font-family: tahoma, verdana; font-size: 8pt; font-weight: bold}

a.topnav2:link {text-decoration: none; color: #ffff00; font-family: tahoma, verdana; font-size: 8pt; font-weight: bold}
a.topnav2:visited {text-decoration: none; color: #ffff00; font-family: tahoma, verdana; font-size: 8pt; font-weight: bold}
a.topnav2:hover {text-decoration: none; color: #ffff00; font-family: tahoma, verdana; font-size: 8pt; font-weight: bold}

a.sidenav:link {text-decoration: none; color: #cc0000; font-family: verdana, tahoma; font-size: 7pt; font-weight: bold}
a.sidenav:visited {text-decoration: none; color: #cc0000; font-family: verdana, tahoma; font-size: 7pt; font-weight: bold}
a.sidenav:hover {text-decoration: none; color: #ff0000; font-family: verdana, tahoma; font-size: 7pt; font-weight: bold}

a.foot:link {text-decoration: underline; color: #0000cc; font-family: verdana, tahoma; font-size: 8pt; font-weight: normal}
a.foot:visited {text-decoration: underline; color: #0000cc; font-family: verdana, tahoma; font-size: 8pt; font-weight: normal}
a.foot:hover {text-decoration: underline; color: #0066ff; font-family: verdana, tahoma; font-size: 8pt; font-weight: normal}

a.white:link {text-decoration: none; color: #ffffff; font-weight: bold}
a.white:visited {text-decoration: none; color: #ffffff; font-weight: bold}
a.white:hover {text-decoration: none; color: #ccffff; font-weight: bold}

a.yellow:link {text-decoration: none; color: #ffcc00}
a.yellow:visited {text-decoration: none; color: #ffcc00}
a.yellow:hover {text-decoration: none; color: #ffcc00}

a.red:link {text-decoration: none; color: #cc0000}
a.red:visited {text-decoration: none; color: #cc0000}
a.red:hover {text-decoration: underline; color: #ff0000}

a.black:link {text-decoration: none; color: #000000}
a.black:visited {text-decoration: none; color: #000000}
a.black:hover {text-decoration: underline; color: #000000}

P
{
	color: 000000;
	FONT-FAMILY: Arial, Tahoma, Helvetica, sans-serif;
	FONT-SIZE: 9pt;
	font-weight: normal
}

TFOOT
{
    COLOR: #003366;
}

THEAD
{
    COLOR: #003366;
}

TH
{
    COLOR: #003366;
}

H1	{	
	COLOR: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:	13pt;
	font-weight:	bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	COLOR: #9d0a0e;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:	15pt;
	font-weight:	bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	COLOR: #9d0a0e;
    text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:	9pt;
	font-weight: bold;
	font-style:	normal;
	text-decoration: none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

PRE	{	
	font-family:	Courier New, monospace;
	}	
	

BLOCKQUOTE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

.8pt
{
	color: 000000;
	font-size: 8pt;
	font-family: verdana, tahoma, helvetica, arial;
	font-weight: normal
}

.10pt
{
	color: 000000;
	font-size: 10pt;
	font-family: verdana, tahoma, helvetica, arial;
	font-weight: normal
}
.title
{
	color: #9d0a0e;
	font-size: 16pt;
	font-family: arial, verdana, tahoma, helvetica;
	font-weight: bold
}
.button
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 8pt;
	COLOR: white;
	FONT-FAMILY: Tahoma, helvetica, Arial;
	BACKGROUND-COLOR: #CC0000
}
.error
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: red;
    FONT-FAMILY: Tahoma, helvetica, Arial;
    BACKGROUND-COLOR: white
    }
    
.trailer_title {
	font-size: 14px;
	color: black;
	font-family: arial, verdana, tahoma, helvetica;
	margin: 0;
}

.pic_border {
	border: 1px solid #999999;
}

.tan_bg {
	background-color: #FFFFCC;
}


.products_table td {
	padding-left: 16px;
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom: 1px solid #CCCCCC;
}

.trailer_name {
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
	color: black;
}

.trailer_details {
	margin: 0;
	padding: 0;
}

.style4 {
	text-align: center;
}
.style6 {
	background-color: #FFFFCC;
}
.style7 {
	color: #CC0000;
	font-size: 10pt;
}
.style8 {
	margin-top: 13px;
	margin-bottom: 0px;
}
.style9 {
	border-width: 0px;
}
.style10 {
	background-image: url('images/hh_04.jpg');
}
.style11 {
	color: #FFFFFF;
	text-align: center;
}