﻿

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0; 
	font-family: Arial, Verdana, Sans-Serif, SansSerif;
	color: #696b73;
}

h1 { 
	font-size: 20px; 
    margin-bottom: 10px;
    text-align: left;
}

h2 { 
	font-size: 18px;
	text-align: left;
	margin-bottom: 5px;
}

h3 {
	font-size: 15px;
    color: #666;
    margin-top: 15px;
    text-align: left;
}

hr {
	height: 1px;
    color: #ccc;
}

p {
	font-size: 12px;
	margin-bottom: 10px;
	text-align: left;
	line-height: 1.5;
}

p.centered { text-align: center; }

p.right {
	text-align: right;
}

ol { 
	margin-left: 35px;
	margin-bottom: 15px;
}

ul { text-align: left; }

ul.list {
	font-size: 12px;
	margin-left: 40px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.indent li { margin-left: 10px; }

a {
	color: #696b73;
	font-weight: bold;
	font-size: 12px;
}

a:hover {
	font-size: 12px;
	color: #ffd300;
	text-decoration: none;
}

textarea 
{
	font-size: 12px;
}
a.selected { color: #ffd300; }

img { border: 0; }

.imageBorder { border: solid 1px #666; }

div.stdPad { padding: 10px;}

fieldset legend
{
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	padding: 0 5px;
}
/* Home Page Boxes */
div#homePageSplash {
	width: 975px;
	background-color:#ccc;
}
table#homepageSplashT {
	border: solid 1px #ccc;
	border-collapse: collapse;
	padding: 5px 5px 5px 5px;
	width: 900px;
	margin-left:auto;
	margin-right:auto;
}
table#homepageSplashT  th {
	background-image: url(../images/tab_selected.png);
	background-position: top right;
	background-repeat:repeat-x;
	height: 32px;
	width: 300px;
	color: #ffd300;
	text-align: center;
	font-size: 14px;
	border: solid 1px #333;
}
table#homepageSplashT  th a {
	color: #ffd300;
	font-size: 14px;
	text-decoration: none;
}
table#homepageSplashT  th a:hover {
	color: #ffd300;
	font-size: 14px;
	text-decoration: underline;
}
table#homepageSplashT  td {
	border: solid 1px #ccc;
	padding: 10px 10px 10px 10px;
	text-align: left;
	vertical-align: top;
	background-color: #fff;
}
div.splashImage 
{
	float: left;
	width: 62px;
}
div.splashContent
{
	float: right;
	width: 206px;
	padding-left:10px;
}
div#homepageSplash img { border: solid 1px #ccc; }

/* ENDOF: Home Page Boxes */

/* Universal Table Styles */
td.right {text-align:right;}
td.center {text-align:center;}
/* ENDOF: Universal Table Styles */

/* Standard + Subscription Tables */
/* Specifics */
.subscription, .standard {width:505px; border-collapse: collapse; }
 .standard {width:535px; border-collapse: collapse; }
.subscription td {padding: 8px 4px;}
.standard td {padding: 4px 4px;font-size: 11px;}
/* Standards */
.subscription thead, .subscription td.header, .standard thead, .standard td.header {background-color: #333; color: #fff; border-bottom: solid 1px #ccc;}
.subscription tbody, .standard tbody {background-color: #f0f0f0; color: #333; }
.subscription tr.selected, .standard tr.selected {background-color: #ffd300;}
.subscription tr.odd, .subscription td.odd, .standard tr.odd, .standard td.odd {background-color: #f0f0f0; border-bottom: solid 1px #ccc;}
.subscription tr.even, .subscription td.even, .standard tr.even, .standard td.even {background-color: #e0e0e0; border-bottom: solid 1px #ccc;}
.subscription td.footer, .standard td.footer { background-color: #fff; border: 0; }
.subscription td.footer2, .standard td.footer2 { background-color: #fff; border-bottom: solid 1px #999; border-bottom: solid 1px #999; font-weight: bold;}
/* ENDOF:  Standard + Subscription Tables */


/* ContentTables */
.content {width:505px; border-collapse: collapse; }
.content tr.odd, table.content td.odd {background-color: #e0e0e0;}
.content tr.even, table.content td.even {background-color: #ffffff;}
.content td.tdPad { padding: 10px; }
.content td.padRight { padding-right: 10px; }
.content td.bottomBorder {border-bottom: solid 1px #999; margin-bottom: 1px;}
/* ENDOF: ContentTables */

/* Simple Form Layouts */
div.row
{
	padding: 2px 2px 2px 2px; 
	clear: left;
	font-size: 12px;
}
div.item { float: left; width: 300px; padding-right: 12px;}
	
div.title 
{
	display: block;
	width: 150px;
	margin-right: 10px;
	text-align: right;
	color: #000;
	font-weight: bold;
	float: left;

}
div.right
{
	width: 515px;
	text-align: right;
}
div.rightNoWidth
{
	text-align: right;
}
/* END FO Simple Form Layouts */

div.ccLock 
{
	float: left;
	width: 40px;
}
div.ccText 
{
	width: 440px;
	font-size: 10px;
	float: left;
}
div.ccText a { font-size: 10px; }

div.smallPrint { font-size: 11px; }
div.smallPrint a { font-size: 11px; }

/* Various A Tags */
div#content a {
	color: #696b73;
	font-weight: bold;
}

div#content a:hover { color: #ffd300; }

div#content h1 a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

div#content h1 a:hover {
	color: #ffd300;
	text-decoration: underline;
}

div#content h2 a 
{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	text-decoration: underline;
}

div#content h2 a:hover {
	color: #ffd300;
	text-decoration: none;
}
/* END OF Various A Tags */
.inputWarning { border: solid 1px #f00; }
