/** Redefinitions **/

body {
	margin: 0;
	border: 0;
	
	background-color: #fff;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000;
}
br {
	/* margin-bottom: 1.3em; */
}
h1 {
	font-size: 180%;
	font-weight: bold;
	color: #039;
	
	margin-top: 0;
	margin-bottom: 10px;
}
h2 {
	font-size: 150%;
	font-weight: bold;
	color: #039;
	
	margin-top: 0;
	margin-bottom: 10px;
}
h3 {
	font-size: 130%;
	font-weight: bold;
	color: #039;
	
	margin-top: 0;
	margin-bottom: 10px;
}
h4 {
	font-size: 120%;
	font-weight: bold;
	color: #039;
	
	margin-top: 0;
	margin-bottom: 10px;
}
h5 {
	font-size: 100%;
	font-weight: bold;
	color: #039;
	
	margin-top: 0;
	margin-bottom: 10px;
}

h6 {
	font-size: 110%;
	font-weight: bold;
	color: #000000;
	margin-bottom: 12px;
	background: #ddd;
	padding: 2px;
	border-bottom: 1px solid #666666;
}

/*em {
	padding: 4px 4px 4px 4px;
	border-left: 10px solid #ccc;
	line-height: 180%;
	font-size: 11px;
	font-weight:bold;
	color: #555555;
	background: #EeEeEe;
}*/

p, table, form {
	margin: 0 0 12px 0;
	font-family: Arial, Helvetica, sans-serif;	
	line-height: 140%;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
}

hr {
	margin: 5px 0;
	height: 1px;
	color: #000;
}

a, a:visited {
	color: #039;
	text-decoration: underline;
	border: 0;
}
a:hover, a:active {
	color: #039;
	text-decoration: none;
	border: 0;
}


a image {
	border:0;
}

/** ##### **/

/** Images **/

img.left {
	float: left;
	margin: 0 10px 10px 0;
}
img.right {
	float: right;
	margin: 0 0 10px 10px;
}
img.centered,
img.left-nowrap,
img.right-nowrap {
	margin-bottom: 10px;
}

/** ###### **/

/** Misc **/

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}

.clearBoth {
	clear: both;
}

.displayNone {
	display: none;
}

.icon {
	border: 0;
	vertical-align: middle;
}

/** ##### **/

/** Containers **/

div#outerShell {
/*	clear: both;*/
	margin: 0 auto;
	width: 750px;
}
div#innerShell {
	float: left;
/*	clear: both;*/
	width: 750px;
}

/** ##### **/

/** Navigation **/

div#navContainer {
	float: left;
	clear: both;
	width: 750px;
	margin: 17px 0 10px 0;
	
	/*
	background-image: url("../images/common/logo.gif");
	background-position: top left;
	background-repeat: no-repeat;
	*/
}

div#navInner {
	float: right;
	width: 600px;
	
	color: #808080;
	text-align: right;
}

div#navInner a, div#navInner a:visited {
	float: right;
	display: block;
	padding: 2px 4px;
	font-size: 110%;
	color: #808080;
	border-right: 1px solid #808080;
}
div#navInner a:hover, div#navInner a:active {
	float: right;
	display: block;
	padding: 2px 4px;
	font-size: 110%;
	color: #fff;
	background-color: #039;
	border-right: 1px solid #808080;
}

.navDrop {
	background-color: #fff;
	color: #039;
	font-size: 100%;
	text-decoration: none;
	cursor: pointer;
}
.navDropHover {
	background-color: #039;
	color: #fff;
	font-size: 100%;
	text-decoration: none;
	cursor: pointer;
}
.navDropHeader {
	background-color: #039;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
.navDropBackground {
	background-color: #fff;
	border: 1px solid #808080;
}

div#logo {
	float: left;
	display: inline;
}

/** ##### **/

/** Footer **/

div#footerContainer {
	float: left;
	clear: both;
	width: 716px;
	margin: 15px 17px;
	padding-bottom: 10px;
	
	color: #808080;
	
	display: inline;
}

div#footerLinks {
	float: left;
	width: 716px;
}

div#footerLinks a, div#footerLinks a:visited {
	color: #808080;
	text-decoration: underline;
}
div#footerLinks a:hover, div#footerLinks a:active {
	color: #808080;
	text-decoration: none;
}

div#footerSearch {
	float: right;
	width: 310px;
	text-align: right;
}
div#footerSearch strong, div#footerSearch input {
	vertical-align: top;
}

/** ##### **/

/** Homepage **/

div#welcomeContainer, div#boxesContainer, div#clientTicker {
	float: left;
	clear: both;
	width: 750px;
	
	margin-bottom: 2px;
}

div#welcomeText {
	float: left;
	width: 750px;
	height: 250px;
	margin-right: 2px;
	
/*	padding: 25px 170px 0 30px;

	background-image: url("../images/home/welcome_bg.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	
	overflow: hidden;
*/}

div#welcomeText h1 {
	font-size: 230%;
	color: #fff;
}
div#welcomeText p {
	color: #fff;
	font-size: 110%;
}

div#welcomeFlash {
	float: left;
	width: 186px;
	height: 170px;
	
	background-color: #f0f0f0;
}

div#boxTops, div#boxBodys {
	float: left;
	clear: both;
	width: 750px;
	
	background-image: url("../images/home/box_bg.gif");
	background-position: top left;
	background-repeat: repeat-y;
}

div#boxBottoms {
	float: left;
	clear: both;
	width: 750px;
	height: 1px;
	
	line-height: 1px;
	
	background-image: url("../images/home/box_bottom_bg.gif");
	background-position: top left;
	background-repeat: repeat-y;
}

div#boxTops h1 {
	float: left;
	display: block;
	width: 170px;
	padding: 3px 8px;
	margin: 0 2px 0 0;
	background-color: #ccc;
/*	background-image: url("../images/home/boxTop.png");*/
	color: #039;
	font-size: 130%;
	font-weight: bold;
}

div.boxBody {
	float: left;
	width: 162px;
	padding: 12px;
	margin-right: 2px;
}

div.boxBody h1 {
	margin: 0;
	color: #000;
	font-size: 110%;
	font-weight: bold;
}

div.boxBody ul {
	margin: 0 0 0 1.2em;
	padding: 0;
	list-style-image: url("../images/common/blue_bullet.gif");
}
div.boxBody li {
	margin: 0 0 10px 0;
	padding: 3px;

}

div#clientTicker {
	margin: 0;
	
	/*
	height: 40px;
	
	background-image: url("../images/home/client_ticker.gif");
	background-position: top left;
	background-repeat: no-repeat;
	*/
}

/** ##### **/

/** Sub page **/

div#subImage {
	float: left;
	clear: both;
	width: 750px;
	height: 108px;
	margin-bottom: 2px;
	
	background-position: top left;
	background-repeat: no-repeat;
}

div#mainContainer {
	float: left;
	clear: both;
	width: 750px;
}

div#contentContainer {
	float: left;
	width: 502px;
	margin: 0 20px 0 10px;
	
	display: inline;
}
div#contentContainerFull {
	float: left;
	width: 100%;
	margin: 0 32px 0 32px;
	
	display: inline;
}

div#breadcrumbContainer {
	float: left;
	clear: both;
	width: 500px;

	margin-top: 5px;
	margin-bottom: 10px;
	
	color: #808080;
}
div#breadcrumbContainer a, div#breadcrumbContainer a:visited,
div#breadcrumbContainer a:hover, div#breadcrumbContainer a:active {
	color: #808080;
}
div#breadcrumbContainer b {
	color: #000;
}
div#breadcrumbContainer span {
	color: #039;
}

div#contentInner {
/*	float: left;
	clear: both;*/
}

div#contentInner ul {
	margin: 8px 0 8px 8px;
	padding: 0;
	list-style-image: url("../images/common/orange_bullet.gif");
}
div#contentInner li {
	margin-left: 1em;
	margin-bottom: 6px;
	padding: 0;
}

div#subNavContainer {
	float: left;
	width: 216px;
}

div#subNavContainer a.subNav, div#subNavContainer a.subNav:visited {
	display: block;
	padding: 12px 20px 12px 36px;
	margin-bottom: 2px;
	
	background-color: #dfeffa;
	background-image: url("../images/common/sub_blue_bullet.gif");
	background-position: left;
	background-repeat: no-repeat;
	
	color: #039;
	text-decoration: underline;
}
div#subNavContainer a.subNav:hover, div#subNavContainer a.subNav:active {
	text-decoration: none;
}

div.lowerSubNavContainer {
	clear: both;
	width: 214px;
	border: 1px solid #dfeffa;
	margin-bottom: 2px;
}
div.lowerSubNavContainer ul {
	margin: 5px 0 0 22%;
	padding: 0;
	list-style-image: url("../images/common/blue_bullet.gif");
}
div.lowerSubNavContainer ul.lower {
	margin: 10px 0 0 8%;
}
div.lowerSubNavContainer li {
	margin: 0 0 10px 0;
	padding: 0;
}

div.lowerSubNavContainer a.lowerSub, div.lowerSubNavContainer a.lowerSub:visited {
	display: block;
	margin-left: 35px;
	
	color: #039;
	text-decoration: underline;
} 
div.lowerSubNavContainer a.lowerSub:hover, div.lowerSubNavContainer a.lowerSub:active {
	text-decoration: none;
}
div.lowerSubNavContainer span {
	background-image: url("../images/common/blue_bullet.gif");
	background-position: right;
	background-repeat: no-repeat;
}

div#searchBox {
	width: 186px;
	padding: 10px 15px;
	margin-bottom: 2px;
	background-color: #039;
}
div#searchBox h1 {
	font-size: 130%;
	font-weight: bold;
	color: #fff;
	
	margin: 0;
}

div#infoBox {
	width: 186px;
	padding: 15px;
	background-color: #e9e9e9;
}

/** ##### **/

/** Forms **/

div.formContainer {
	float: left;
	clear: both;
	width: 436px;
	padding: 10px;
	
	border: 1px solid #e9e9e9;
	
	overflow: hidden;
}
div.formElementContainer {
	float: left;
	clear: both;
	width: 436px;
	padding: 3px 0;
}
div.formElementFullWidth {
	float: left;
	clear: both;
	width: 436px;
	padding: 2px 0;
	font-weight: bold;
}
div.formElementCol30 {
	float: left;
	width: 30%;
	font-weight: bold;
}
div.formElementCol50 {
	float: left;
	width: 50%;
	font-weight: bold;
}
div.formElementCol70 {
	float: left;
	width: 70%;
	font-weight: bold;
}
div.formElementOptionTextCol {
	float: left;
	width: 45%;
}
div.formElementOptionCol {
	float: left;
	width: 5%;
}

div.formButtons {
	float: left;
	clear: both;
	width: 448px;
	padding: 5px;
	margin-bottom: 10px;
	
	text-align: right;
	background-color: #e9e9e9;
}
div.formButtons input {
	width: 80px;
}

.textfield {
	background-color: #fff;
	border: 1px solid #a5acb2;
}
.textfield-required {
	background-color: #ffdddd;
	border: 1px solid #a5acb2;
}
.textfield-ok {
	background-color: #eeffdd;
	border: 1px solid #a5acb2;
}
.textfield-disabled {
	background-color: #ddd;
	border: 1px solid #a5acb2;
}
.textfield-prereq {
	background-color: #ddeeff;
	border: 1px solid #a5acb2;
}

.textAlignRight {
	text-align: right;
}

span.required {
	color: #f00;
	font-weight: bold;
}

/** ##### **/

/** Lists **/

div.listContainer {
	clear: both;
	width: 100%;
}

div.listHeader {
	float: left;
	clear: both;
	padding-bottom: 10px;
	border-bottom: 1px solid #c0c0c0;
	margin-bottom: 10px;
}

div.rppControl {
	float: right;
	text-align: right;
}

div.listItem {
	clear: both;
}
div.listItem a {
	font-weight: bold;
	font-size: 120%;
}

p.listItemDate {
	margin: 0;
	font-weight: bold;
}

div.listItemFooter {
	clear: both;
	text-align: right;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px dotted #c0c0c0;
	margin-bottom: 10px;
}
div.listItemFooter a {
	padding-left: 17px;
	background-image: url("../images/common/orange_bullet.gif");
	background-position: left;
	background-repeat: no-repeat;
}

div.listNavigation {
	padding-bottom: 10px;
	border-bottom: 1px solid #c0c0c0;
}
div.listNavigation table {
	margin: 0;
}

/** ##### **/

/** Calendar **/

div.calGotoToday {
	clear: both;
	margin-bottom: 10px;
}
div.calCalView {
	float: left;
}

table.calTable {
	clear: both;
	width: 100%;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
}
tr.calHeader {
	font-weight: bold;
	border: 0;
	background-color: #039;
	color: #fff;
}
tr.calHeader td {
	text-align: center;
}
tr.calHeader a,
tr.calHeader a:hover,
tr.calHeader a:visited,
tr.calHeader a:active {
	display: block;
	width: 91%;
	padding: 3px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

tr.calDaysRow {
	background-color: #dfeffa;
	color: #039;
}

table.calTable td {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

table.calTable td span {
	display: block;
	padding: 3px;
}
table.calTable td span.today {
	padding: 1px;
	border: 2px solid #f00;
}

tr.calRow a.event,
tr.calRow a.event:hover,
tr.calRow a.event:visited,
tr.calRow a.event:active {
	display: block;
	padding: 3px;
	width: 91%;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background-color: #e9e9e9;
}
tr.calRow a.today,
tr.calRow a.today:hover,
tr.calRow a.today:visited,
tr.calRow a.today:active {
	padding: 1px;
	border: 2px solid #fcb116;
}

tr.calEventsMonthHeader td {
	padding: 3px;
}
tr.calEventsMonth td {
	padding: 5px 3px;
}

/** ##### **/

/** Search **/

div.searchContainer {
	clear: both;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #c0c0c0;
	padding-bottom: 10px;
}
span.searchLabel {
	font-weight: bold;
}

p.searchResultHeader {
	padding: 10px 5px;
	margin: 0;
	background-color: #dfeffa;
	border-bottom: 1px dotted #c0c0c0;
	color: #039;
}

div.searchRppControl {
	padding: 5px 0;
}

div.searchResultContainer {
	clear: both;
	width: 100%;
	padding-top: 10px;
	border-top: 1px solid #c0c0c0;
}
p.resultHeader {
	font-weight: bold;
}
table.resultTable {
	border-bottom: 1px dotted #c0c0c0;
}
span.searchHilite {
	background-color: #ff0;
	font-weight: bold;
}

div.searchNavigation {
	padding-bottom: 10px;
	border-bottom: 1px solid #c0c0c0;
}
div.searchNavigation table {
	margin: 0;
}

div.searchNoMatches {
	clear: both;
	padding: 10px 0;
	border-top: 1px dotted #c0c0c0;
}

span.searchGraph {
	display: block;
	margin-bottom: 10px;
	color: #000;
	font-weight: bold;
	text-align: right;
	background: #fff url("../images/search/graph.jpg") no-repeat left;
}

/** ##### **/

/** Site Map **/

div.sitemapBox {
	float: left;
	clear: both;
	width: 436px;
	padding: 10px;
	margin-bottom: 10px;
	
	border: 1px solid #e9e9e9;
	
	overflow: hidden;
}

div.sitemapElement {
	margin-bottom: 10px;
}

/** ##### **/

/** Order Forms **/

div#formHeading {
	clear: both;
	padding: 5px 10px;
}
div#formHeading h1 {
	margin: 0;
	background-image: url("../images/common/logo.gif");
	background-position: right;
	background-repeat: no-repeat;
}

div#formSubHeading {
	clear: both;
	background-color: #0091ff;
	color: #fff;
	padding: 3px 10px;
}
div#formSubHeading h1 {
	margin: 0;
	font-size: 130%;
	color: #fff;
}

div.formContent {
	clear: both;
	padding: 15px 30px;
	font-size: 110%;
}
div.formContent table th {
	background-color: #e9e9e9;
	font-size: 110%;
}


/** ##### **/

/* New for home page changes Dec 2008 */

div.boxadvert {
	float: left;
	width: 182px;
	margin-right: 3px;
	padding-left: 3px;
	padding-bottom: 2px;
	border-top-color: #999999;
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 2px;
}

div#boxTops h1.shiny {
	background-image: url("../images/home/boxTop.png");
	color: #000000;
}
div.boxBodyShiny ul.shiny {
	margin: 0;
	padding: 0;
	list-style-image:none;
	list-style:none;
}
div.boxBodyShiny {
	float: left;
	width: 174px;
	padding: 6px;
	margin-right: 2px;
	margin-bottom: 0px;
}
div.boxBodyShiny h1 {
	margin: 0;
	color: #000;
	font-size: 110%;
	font-weight: bold;
}
div.boxBodyShiny li {
	margin: 0 0 5px 0;
	padding: 3px;
	list-style-image:none;
	list-style:none;
	background-image:url(../images/home/newsTop1.png);
	background-repeat:no-repeat;
}
a.Shiny, a.Shiny:visited {
	color: #006699;
	text-decoration: none;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-bottom-color:#0099FF;
}
a.Shiny:hover, a.Shiny:active {
	color: #039;
	text-decoration: none;
	background-color:#cccccc;
}
a.boxTopLinks, a.boxTopLinks:visited {
	text-decoration:none;
	color:#000000;
}
a.boxTopLinks:hover {
	text-decoration:underline;
	color:#000000;
/*	background-color:#EEEEEE;*/
}

input[type="checkbox"] {
	margin:3px 1px 3px 4px;
}
.subHeading {
	font-size: 110%;
	font-weight: bold;
}
