
@import url("/styles/main.css");

a:link
{
	/* color: #3C78B5; */
	color: #003580;
}

a:visited
{
	color: #9F65B2;
}

#page
{
	background-color: #FCFFED;
}

#logomain 
{
	background-image: url("/site/images/logomain.jpg");
	background-repeat: no-repeat;
}

#navbar 
{
	background-color: #C06600;
}

#navbar li
{
	border-left: 1px solid #ffffff;
}

#navbar a:hover {
	color: #C06600; 
	background: #FCFFED;
}

#contentSidebar 
{
	border-left: 1px solid #C06600;
	border-bottom: 1px solid #C06600;
}

#contentSidebar p 
{
	/* color: #003580; */
}

#contentMain h1,
#contentMain h2,
#contentMain h3,
#contentMain h4
{
	color: #C06600; 
}

#footer
{
	background-color: #C06600;
}

#bottomLinks li
{
	border-left: 1px solid #ffffff;
}

/* Site Specific */

select,
textarea,
input[type="text"], 
input[type="password"]
{
	border-color: #666;
    border-style: solid;
    border-width: 1px 2px 2px 1px;
	
	-moz-box-shadow: 2px 2px 2px #CCC;
	-webkit-box-shadow: 2px 2px 2px #CCC;
	box-shadow: 2px 2px 2px #CCC;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	padding: 1px 3px;
}

select:focus,
textarea:focus,
input[type="text"]:focus, 
input[type="password"]:focus
{
	border-color: #333;
	background-color: #FFFFE1;
}


#contentSidebar hr
{
	border: 1px solid #C06600;
}

.borderlessTable {
    width: 100%;
}

.borderlessTable th {
	color: #FCFFED;
	background-color: #663300;
	line-height: 1.5em;
}

.borderedTable {
	border: 1px solid black;
    width: 100%;
}

.borderedTable th {
	color: #FCFFED;
	background-color: #663300;
	line-height: 1.5em;
}

.borderedTable tr {
    background: white;
}

.borderedTable tr.highlightedRow {
    background: #b0c4de;
}

.borderedTable tr td {
    border: 1px solid black;
    border-top: none;
    vertical-align: top;
}

.borderlessTable tr td.chg,
.borderedTable tr td.chg	 {
	font-style: italic;
	color: #0066cc;
}

.borderlessTable tr td.dlt,
.borderedTable tr td.dlt	 {
	font-style: italic;
	color: #9E948D;
}

img.tooltip:hover,
img.checkboxTooltip:hover {
	cursor: help;
}
#contentMain div.tooltip .bd {
	font-size: 85%;
	background-color: #FFFFE1;
}
#contentMain div.tooltip h4 {
	color: #553311;
	font-size: 93%;
	font-weight: bold;
}
#contentMain div.tooltip p {
	color: #333;
	line-height: 1em;
	margin: 0.5em 1em 1em;
}

#contentMain table.comparison
{
	margin-top: 2em;
	border-bottom: 1px solid #4C4C4C;
	border-collapse: collapse;
	font-size: 110%;
}
#contentMain table.comparison thead td
{
	border-bottom: none;
	background-color: transparent;
}
#contentMain table.comparison thead td.title
{
	font-size: 167%;
	vertical-align: middle;
	line-height: 1em;
	font-weight: bold;
}
#contentMain table.comparison th
{
	border-top: 1px solid #4C4C4C;
	border-bottom: 1px solid #4C4C4C;
	background-color: #C06600;
	color: #ffffff;
	text-align: left;
}
#contentMain table.comparison td
{
	border-bottom: 1px dotted #C0C0C0;
    vertical-align: middle;
	text-align: left;
	padding: 0.1em 0.5em;
	background-color: #ffffff;
}
#contentMain table.comparison th.first,
#contentMain table.comparison td.first
{
	border-left: 1px solid #4C4C4C;
}
#contentMain table.comparison th.last,
#contentMain table.comparison td.last
{
	border-right: 1px solid #4C4C4C;
}
#contentMain table.comparison td.indent
{
	padding-left: 2em;
}
#contentMain table.comparison td.indent2
{
	padding-left: 4em;
}
#contentMain table.comparison td.label
{
	font-weight: bold;
}
#contentMain table.comparison td.value
{
	width: 20%;
	background-color: #ffffcc;
	color: #000000;
	text-align: center;
}
#contentMain table.comparison td.standard
{
	width: 20%;
	background-color: #ffcc99;
	color: #000000;
	text-align: center;
}
#contentMain table.comparison td.select
{
	width: 20%;
	background-color: #ff9966;
	color: #000000;
	text-align: center;
}

#contentMain div.disclaimer
{
	font-size: smaller;
}
#contentMain div.disclaimer span
{
	float: left;
	display: block;
	width: 3em;
}

