.logo {
font-family:  Arial, Helvetica, sans-serif; 
font-weight: bolder;
font-size: 30px;
border-right: 1px solid;
padding: 0px 10px 0px 0px;
color: #000000;
}
.logo2 {
font-family:  Arial, Helvetica, sans-serif; 
font-size: 30px;

padding: 0px 5px;
color: #000000;
}

/* main styles (page stuff) */
body
{
	background-color: #FFFFFF;
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.indexLinks {
	font-size:14px;
}
.indexLinksBold {
	font-size:14px;
	font-weight: bold;
}

.RedWarning {
	color: #FF0000;
}

.GreenWarning {
 	color: #006600
}

a:link
{
	color: #666666;
	text-decoration: none;
}
a:visited
{
	color: #666666;
	text-decoration: none;
}
a:hover
{
	color: #000000;
	text-decoration: none;
	/*font-weight: bold;*/
}


img
{
	border: 0;
}
table#login td {
	padding: 2px;
}

table#login td.label {
	text-align: right;
}

table#login td.input {
	text-align: left;
}

table#login td#logo
{
	padding-bottom: 15px;
	vertical-align: top;
}

.loginInput {
	width: 150px;
}

/* main table (used in every page bar exceptions such as login and popups) */
table#main	{
	padding: 0;
	margin: 0;
	border:	0;
	width: 750px;
}
table#main td {
	padding: 0;
	border: 0;
}
td#logo {
	height: 40px;
	vertical-align: top;
}
td#links {
	text-align: center;
}
td.bar {
}
td#heading {
	background-color: #F0F0F0;
	text-align: left;
}
td#body {
}


/* page heading - this is used at the top of most pages */
.heading-old {
	Font-weight: bold;
	font-size:16px;
	color: #c70001;
	font-style:italic;
}


/* same style heading as above but a block element, used in the page body */
.blockHeading {
	Font-weight: bold;
	font-size:16px;
	color: #c70001;
	font-style:italic;
	display: block;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}


/* main page subheadings */
.subheading {
	color: #999999;
	font-style:italic;
}


/* table subheading? dunno what this is */
.tableSubheadings {
	color: #333333;
	font-weight: bold;
	font-style: italic;
}


/* zebra table effect, used for lists */
.tableRowDark {
	background-color: #E6E6E6;
	text-align: left;
}
.tableRowLight {
	background-color: #F0F0F0;
	text-align: left;
}


/* italic style for divs and the like */
.italic {
	font-style: italic
}

.bold {
	font-weight: bold;
}
#bold {
	font-weight: bold;
	color:C70001
}


/* tables on the edit claims section */
.claimTable
{
	width: 100%;
	margin: 0;
	padding: 0;
}

.claimTable th
{
	
	background-color: #FFFFFF;
	font-weight: bold;
	
}
.required {
	font-weight: bold;
	color: #FF0000;
}
.tableHeader:visited{
	color: #FFFFFF;
}
.tableHeader:active{
	color: #FFFFFF;
	
}
.tableHeader:link{
	color: #FFFFFF;
	
}
.tableHeader:hover{
	color: #FFFFFF;
}
.tableHeader{
	color: #FFFFFF;
}
.headerRow {
	background-color:#CCCCCC;
	text-align: left;
}

.colEditData {
	font-size:12px;
	color: #000000;
}

.whiteHeader {
	font-size:12px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: left;
}
.whiteHeader2 {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: left;
}


/* form fields */
.formField {
	background-color: #FFFFFF;
	border: 1px solid #6699CC;
}

.missingField {
	background-color: #FFBBBB;
	border: 1px solid #6699CC;
}

.invalidField {
	background-color: #FFC06A;
	border: 1px solid #6699CC;
	font-weight: bold;
}

.missingFieldLeft {
	background-color: #FFBBBB;
	border: 1px solid #6699CC;
	text-align: left;
}

.invalidFieldLeft {
	background-color: #FFC06A;
	border: 1px solid #6699CC;
	text-align: left;
}

.formButton {
	width: 50px;
}
label {
	font-weight: normal;
}

/* PLANT DETAIL CHECKER POPUP */
.legendTable{
	width: 100%;
	border: 1px solid black;;
}
.legendTable td{
	font-size: 10px;
	border: 1px solid black;
}
.legendTableHeader1{
	font-size: 10px;
	background-color: #FFFF00;
	color: red;
}
.legendTableHeader2{
	font-size: 10px;
	background-color: #FFFF00;
	color: blue;
}

/* COMMENTS TABLE IN LISTCLAIMS */
.commentsTable {
	width: 100%;
	border: 0;
}

.commentsTable th {
	text-align: left;
	/*background-color: #999999;*/
}

.commentsTable tr.dealerComment {
	color: #FF0000;
	/*background-color: #999999;*/
}

/* Use highlight class to stand out from the crowd */
a.highlight:link, a.highlight:visited, a.highlight:hover, a.highlight:active  {
 color: #c70001;
 text-decoration: underline;
 font-weight: bold;
 text-transform: uppercase;
}


/* redlink - michael 01/12/05 */
a.redlink:link, a.redlink:visited, a.redlink:hover, a.redlink:active {
 color: #FF0000;
 font-weight: bold;
}

A.surveyLink, A.surveyLink:Visited {
	display:block;
	width:220px;
	height:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#CC0000;
	padding-top:3px;
	text-decoration:none;
}

A.surveyLink:Hover {
	background-color:#000099;
	color: #FFFFFF;
}

div#loginStatus {
	/*position: absolute;*/
	top: 5px;
	right: 225px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#999999;
}
.fulltextfields {
	width: 890px;
}
.halftextfields {
	width: 445px;
}
.style1 {
	color: #CC0000;
}
.style3 {
	font-weight: bold;
	color:#333333;
}
.style8 {
	font-size: 10px;
	color: #FF0000;
	font-weight: bold;
}