/* main nav styles */
a:link
{
text-decoration:none;
color:#FF0000;
font-family:verdana;
font-size:8pt;
}
a:visited
{
text-decoration:none;
color:#4C617E;
}
a:hover
{
text-decoration:none;
background-color:#3399FF;
color:#FFFFFF;
}
a:active
{
text-decoration:none;
}

.indexDesc
{
font-family:verdana;
font-size:8pt;
color:#000000;
font-weight:normal;
}


/*  content layout tables */


.navTables {
	border: thin solid #FFFFFF;
}
.navCell {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #4C617E;
	border-bottom-color: #4C617E;
	border-left-color: #4C617E;
	font-family:verdana;
	font-size:7pt;
	color:#FF0000;
	padding-left:10px;
	font-weight:normal;
	text-transform:capitalize;
}
.contentAreaBlue {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #3399FF;
	border-bottom-color: #3399FF;
	border-left-color: #3399FF;
	font-family:verdana;
	font-size:8pt;
	color:#FF0000;
	padding-left:10px;
	padding-top:5px;
	font-weight:normal;
	text-transform:capitalize;
}
.navProperties
{
padding-left:5px;
font-family:verdana;
font-size:10pt;
color:#FFFFFF;
font-weight:bold;
font-stretch:wider;
}

/* copywrite text */


.copy
{
font-family:verdana;
font-size:xx-small;
color:#FFFFFF;
}


/* styles for instruction list include */


.instuctions
{
font-family:Verdana;
font-size:7pt;
color:#FFFFFF;
background-color:#FF9900;
}
.instuctionsCell {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #4C617E;
	border-bottom-color: #4C617E;
	border-left-color: #4C617E;
	font-family:verdana;
	font-size:8pt;
	color:#FF0000;
	padding-top:5px;
	padding-left:5px;
	font-weight:normal;
	text-transform:capitalize;
}


/* styles for identify page */


.introText
{
font-family:verdana;
font-size:10pt;
color:rgb(0,0,255);
font-weight:bold;
}
.carbName
{
background-color:#93A4B1;
font-family:verdana;
font-size:9px;
color:#FFFFFF;
font-weight:bold;
}
.carbDesc
{
font-family:verdana;
font-size:7pt;
color:#000000;
}
.underDev
{
font-family:verdana;
font-size:7pt;
color:#FF0000;
font-weight:bold;
}
a.id:link
{
text-decoration:underline;
font-family:verdana;
font-size:7pt;
color:#FF0000;
}
a.id:visited
{
text-decoration:none;
font-family:verdana;
font-size:7pt;
color:#FF0000;
}
a.id:hover
{
text-decoration:none;
font-family:verdana;
font-size:7pt;
color:#4C617E;
font-weight:bold;
}
a.id:active
{
text-decoration:none;
font-family:verdana;
font-size:7pt;
color:#FF0000;
}


/* sytles for installation docs */


.steps
{
background-color:#93A4B1;
font-family:arial;
font-size:10pt;
color:#FFFFFF;
font-weight:bold;
}
.stepsDesc
{
font-family:arial;
font-size:10pt;
color:#000000;
text-align:center;
vertical-align:middle;
font-weight:normal;
}
.warnNoticeCells
{
font-family:arial;
font-size:10pt;
color:#FFFFFF;
background-color:#CC0000;
text-align:left;
font-weight:bold;
}
.installPageName
{
font-family:verdana;
font-size:7pt;
color:#FFFFFF;
font-weight:bold;
background-color:#336699;
text-align:left;
}
.warn
{
font-family:arial;
font-size:11pt;
color:#0000FF;
text-align:center;
vertical-align:middle;
font-weight:bold;
}
.notice
{
font-family:arial;
font-size:11pt;
color:#000000;
text-align:center;
vertical-align:middle;
font-weight:bold;
}


/* EZ Solution Page Styles */


.benefitsTable
{
border:dashed thin #FF0000;

}
.benefitLinks
{
font-family:verdana;
font-size:9pt;
}



/* Contact Form Styles */


.inputBox
{
background-color:#A2B9D1;
border-top:solid thin #000000;
border-bottom:solid thin #FFFFFF;
border-left:solid thin #000000;
border-right:solid thin #FFFFFF;
font-family:verdana;
font-weight:bold;
font-size:9pt;
color:#000000;
}
.buttons
{
background-color:#A2B9D1;
font-family:verdana;
font-weight:bold;
font-size:9pt;
color:#F04D30;
border:solid thin #FFFFFF
}
