﻿/* STANDARD HTML ELEMENTS */
body {
  font-family: Verdana, Tahoma, Arial, helvetica;
  COLOR:#553303;
  font-size: 13px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  cursor: url(/images/icons/truckcur1.cur);

}

table {
	border-collapse: collapse;
}

td {
	font-family: Verdana;
	COLOR:#553303;
  	font-size: 13px;
	border-collapse: collapse
}

th {
	font-family: Verdana, Tahoma, Arial, helvetica;
	COLOR:#000000;
  	font-size: 13px;
	border-collapse: collapse;
}

hr {
	color:#000000;
	height: 1px;
}

ol {
  list-style-type: decimal;
  list-style-position: outside;
  list-style-image: none;
}

ol ol{
  list-style-type: upper-alpha;
  list-style-position: outside;
  list-style-image: none;
}

ol ol ol{
  list-style-type: lower-alpha;
  list-style-position: outside;
  list-style-image: none;
}

ul {
  list-style-type: disc;
  list-style-position: outside;
  list-style-image: none;
}

ul ul{
  list-style-type: circle;
  list-style-position: outside;
  list-style-image: none;
}

ul ul ul{
  list-style-type: square;
  list-style-position: outside;
  list-style-image: none;
}

h4 {font-size:120%}
h5 {font-size:110%}
h6 {font-size:100%; font-weight:bold;}


/* END STANDARD HTML ELEMENTS */

/* FORMS SECTION */
form {
	margin: 0;
}

input
     { 
	font-family: Verdana, Tahoma, Arial, helvetica; 
    font-size: 12px;
}

textarea
     { 
	font-family: Verdana, Tahoma, Arial, helvetica; 
    font-size: 12px;
}

select
     { 
	font-family: Verdana, Tahoma, Arial, helvetica; 
    font-size: 12px;
}

/* END FORMS SECTION */

/* ENTER CUSTOM CLASSES HERE */

.shadowboxRed {
	background: #AEAEAE;
	position: relative;
  	top: 2px;
  	left: 2px;
  	font-size: 13px;
}
.shadowboxRed div {
	background: #ffb3b3;
	color: #000;
	padding: 5px;
	position: relative;
	top: -4px;
	left: -4px;
	font-size: 13px;
}

.shadowboxLight {
	background: #AEAEAE;
	position: relative;
  	top: 2px;
  	left: 2px;
  	font-size: 13px;
}
.shadowboxLight div {
	background: #f8f8f8;
	color: #000;
	padding: 5px;
	position: relative;
	top: -4px;
	left: -4px;
	font-size: 13px;
}

.shadowboxBright {
	background: #AEAEAE;
	position: relative;
  	top: 2px;
  	left: 2px;
  	font-size: 13px;
}
.shadowboxBright div {
	background: #F2BB3D;
	color: #000;
	padding: 5px;
	position: relative;
	top: -4px;
	left: -4px;
	font-size: 13px;
}

.shadowBoxBlue {
	background: #AEAEAE;
	position: relative;
  	top: 2px;
  	left: 2px;
  	font-size: 13px;
}
.shadowBoxBlue div {
	color: #000;
	padding: 10px;
	position: relative;
	top: -4px;
	left: -4px;
	font-size: 13px;
	background: #D9ECFF url('/images/snowflake.gif') right bottom no-repeat;
}

.table1 {
	border:1px solid #008080; padding:3px; border-collapse: collapse;
}


.table1 th {
	border:1px solid #D8D8D8; 
	padding:3px; 
	background: #008080;
	color:#FFFFFF; 
	font-weight:bold; 
	background-color:#008080;
}

.table1 td {
	border: none; 
	padding:3px; 
	color: #800000; 
}

.table1 .alternate td {
	background-color:#F8F8F8;
}

a.caption span {
	display: none;
}

a:hover.caption span {
	display: block;
	position: fixed;
	top: 500px;
	left: 50%;
	width: 550px;
	padding: 5px; 
	margin: 10px; 
	z-index: 100;
	color: #553303; 
	border: 1px #553303 solid;
	background-color: white;
	font: 8pt Verdana, sans-serif; 
	text-align: left;
	font-style:normal;
	text-decoration:none;
}
	




/* END CUSTOM CLASSES */

/* CUSTOM HYPERLINK CLASSES SECTION */
/* example
a:link.myClassName { 
	color: #800000; 
	font-family: Verdana, Tahoma, Arial, helvetica; 
	text-decoration: underline;
}

a:visited.myClassName { 
	color: #800000; 
	font-family: Verdana, Tahoma, Arial, helvetica; 
	text-decoration: underline;
}

a:active.myClassName {
	color: #800000; 
	font-family: Verdana, Tahoma, Arial, helvetica; 
	text-decoration: underline;
}

a:hover.myClassName { 
	color: #F8F8F8; 
	font-family: Verdana, Tahoma, Arial, helvetica; 
	text-decoration: underline;
}
*/
/* END CUSTOM HYPERLINK CLASSES SECTION */

/* HYPERLINKS SECTION */

a:link { 
	color: #dea712; 
	font-family: Verdana, Tahoma, Arial, helvetica; 
	text-decoration: none;
}

a:visited { 
	color: #dea712; 
	font-family: Verdana, Tahoma, Arial, helvetica; 
	text-decoration: none;
}

a:active {
	color: #dea712; 
	font-family: Verdana, Tahoma, Arial, helvetica; 
	text-decoration: none;
}

a:hover { 
	color: #553303; 
	font-family: Verdana, Tahoma, Arial, helvetica; 
	text-decoration: none;
}

/* END HYPERLINKS SECTION */
