﻿body
{
	font-size: 0.8em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#848383;
	margin-top: 0px;
	margin-left: 10px;
	margin-right:10px;
	margin-bottom: 10px;
}
h1
{
	font-size: 1.8em; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#ff0000; 
	margin-bottom:10px; 
	line-height:120%;
}
h2
{
	font-size: 1.2em; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#ff0000; 
	margin-bottom:10px; 
}

hr
{
	background-color: gray;
	height: 0px;
	color: gray;
	margin-bottom: 13px;
}

img
{
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: none;
	border-left-style: none;
}

a 
{
	color:#FF0000; 
	text-decoration:none; 
}

a:hover
{
	color:#FF0000;
	text-decoration: underline;

}

a.current 
{
	color:#FF0000;
}



.defaultdiv
{
	padding: 10px;
}

.paddingdiv
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

/* --- Standard table style --- */

.waTable
{
	padding: 5px;
	border-style: solid;
	border-width: thin;
	border-color: #CCCCCC;
	border-collapse: collapse;
	width: 100%;
}

.waTable TD
{
	border-style: solid;
	border-width: thin;	
	border-color: #CCCCCC;
}

.waHeader
{
	padding: 5px;
	text-align: left;
	font-weight: bold;
	background-color: #E8ECF0;
	color: Black;
	border-style: solid;
	border-width: thin;	
	border-color: #CCCCCC;

}

.waRow
{
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;	
}

.waCell
{
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;	
}

.waHeaderRight
{
	padding: 5px;
	text-align: right;
	font-weight: bold;
	background-color: #E8ECF0;
	color: Black;
	border-style: solid;
	border-width: thin;	
	border-color: #CCCCCC;
}

.waRowRight
{
	text-align: right;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;	
}


/* Search Results */
.noResult
{
	font-size: 1.2em;
	padding-top: 10px;
	text-align: center;
}


/* News Styles */

.newsHeader
{
	font-size: 1.8em; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#ff0000; 
	margin-bottom:10px; 
	line-height:120%;
}

/* Fits Unit styles - different to standard table styles due to links */

.fitsCell
{
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;	
}

.fitsLink 
{
	color:#848383;
	text-decoration:none; 
}
.fitsLink:hover
{
	color:#FF0000;
	text-decoration: underline;

}

/* Help Styles */

.helpQuestion
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#848383;
	font-weight:bold;
}

/* New Products */
.npTable
{
	margin: 0px;
	border-style: solid;
	border-width: thin;
	border-color: #CCCCCC;
	border-collapse: collapse;
	width: 100%;
}
.npTable TD
{
	padding-left: 5px;
	padding-right: 5px;
	border-style: solid;
	border-width: thin;
	border-color: #CCCCCC;
}

/* New Products, small tables for fields and xref */
.waSmallTable
{
	border-style: solid;
	border-width: thin;
	border-color: White;
	width: 100%;
}
.waSmallTable TD
{
	padding: 0px;
	border-style: solid;
	border-width: thin;
	border-color: White;
}

.greyTable
{
	border-style: solid;
	border-width: thin;
	border-color: #CCCCCC;
	width: 100%;
	text-align: center;
	border-collapse: collapse;
}

.greyTable TD
{
	padding: 5px;
	border-style: none;
	background-color: #e8ecf0;
	border-collapse: collapse;
}

/* Used for Contact Us and text entry */
.txt
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.clearTable
{
	border-style: none;
	border-width: thin;
	border-color: White;
	width: 100%;
}
.clearTable TD
{
	padding: 2px;
	border-style: none;
	border-width: thin;
	border-color: White;
}

.map
{
	font-size: 1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#848383;
}