﻿/* STANDARD HTML ELEMENTS */
body {
  font-family: Verdana, Tahoma, Arial, helvetica;
  COLOR:#000000;
  font-size: 13px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0px;
}

table {
	border-collapse: collapse;
}

td {
	font-family: Verdana;
	COLOR:#000000;
  	font-size: 13px;
  	line-height:1.5em;
	border-collapse: collapse
}

th {
	font-family: Verdana, Tahoma, Arial, helvetica;
	COLOR:#000000;
  	font-size: 13px;
	border-collapse: collapse;
}

hr {
	border: none; /* mozilla */
	height: 1px;
	color:#000000; /* ie */
	background-color: #000000; /* mozilla */
}

h4 {
	color: #6D5233;
	padding-bottom: 2px;
}

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: url('/images/icons/checkmark.jpg');
}

ul ul ul{
  list-style-type: square;
  list-style-position: outside;
  list-style-image: none;
}

/* 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 */


.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;
}

.headline {
	color: 6d5233;
	font-weight: bold;
	font-size: 140%;
}	

#footerTable {
	background-color: #6d5233;
}

#headerList {
	font-weight: bold;
	list-style: none;
}

.title {
	font-size: 20;
	font-weight: bold;
	color: fff;
}

.subtitle {
	font-size: 16;
	font-weight: bold;
	color: fff;
}

table.productPadding {
	width: 100%;
	margin-top: 15px;
	border-style: solid;
	border-color: #6d5233;
	border-width: 1px;
}

table.productPadding td {
	padding: 5px;
}

.productName {
	font-size: 105%;
	font-weight: bold;
	color: #6d5233;
	text-align: left;
}

.productParam {
	font-size: 13px;
	color: #6d5233;
}

.productNote {
	font-size: 10px;
	color: #6d5233;
}

#home {
	float: right;
	font-size: 90%;
	padding-top: 2px;
	padding-right: 5px;
}		

#header1 {
	height: 79px;
	width: 711px;
	background: #fff url(/images/header1.jpg) no-repeat;
}	

#header2 {
	height: 23px;
	width: 711px;
	background: #fff url(/images/header2.jpg) no-repeat;
}

#navTop {
	font-weight: bold;
	list-style: none;
}

#topLeft {
	float: left;
	font-size: 85%;
	padding-left: 5px;
	padding-top: 4px;
}

#topRight {
	float: right;
	font-size: 85%;	
	padding-right: 15px;
	padding-top: 4px;
}	
	

/* END CUSTOM CLASSES */

/* CUSTOM HYPERLINK CLASSES SECTION */

a:link.topNav { 
	color: #fff; 
	font-weight: bold;
	font-size: 95%;
	font-family: Verdana, Tahoma, Arial, helvetica; 
	text-decoration: none;
}

a:visited.topNav { 
	color: #fff; 
	font-weight: bold;
	font-size: 95%;	
	font-family: Verdana, Tahoma, Arial, helvetica; 
	text-decoration: none;
}

a:active.topNav {
	color: #fff; 
	font-weight: bold;
	font-size: 95%;	
	font-family: Verdana, Tahoma, Arial, helvetica; 
	text-decoration: none;
}

a:hover.topNav { 
	color: #fff; 
	font-weight: bold;
	font-size: 95%;	
	font-family: Verdana, Tahoma, Arial, helvetica; 
	text-decoration: underline;
}

/* END CUSTOM HYPERLINK CLASSES SECTION */

/* HYPERLINKS SECTION */

a:link { 
	color: #437D95; 
	font-family: Verdana, Tahoma, Arial, helvetica; 
	text-decoration: underline;
}

a:visited { 
	color: #437D95; 
	font-family: Verdana, Tahoma, Arial, helvetica; 
	text-decoration: underline;
}

a:active {
	color: #437D95; 
	font-family: Verdana, Tahoma, Arial, helvetica; 
	text-decoration: underline;
}

a:hover { 
	color: #6d5233; 
	font-family: Verdana, Tahoma, Arial, helvetica; 
	text-decoration: underline;
}

/* END HYPERLINKS SECTION */

.tableInputForm td {
	text-align: left;
	vertial-align: top;
	padding: 3px;
}

.alert {
	color:red;
	}