body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0A50A1;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

sup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a:link {
	color: #CC9900;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #CC9900;
}
a:hover {
	text-decoration: none;
	color: #CC9900;
}
a:active {
	text-decoration: underline;
	color: #CC9900;
}

.footerLinks a:link {
	color: #666666;
	text-decoration: underline;
}
.footerLinks a:visited {
	text-decoration: underline;
	color: #666666;
}
.footerLinks a:hover {
	text-decoration: none;
	color: #666666;
}
.footerLinks a:active {
	text-decoration: underline;
	color: #666666;
}
.logout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC9900;
	padding-right: 16px;
	font-weight: bold;
}
.notification {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC9900;
	padding-right: 16px;
	font-weight: bold;
	padding-top: 13px;
}
.pageTitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #0A50A1;
	margin-left: 40px;
}
.contactinfo {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #0A50A1;
	line-height:36px;
}

.eventTitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #0A50A1;
	margin-left: 0px;
}
.eventLine {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #0A50A1;
	margin-left: 0px;
}
.monthHeader {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0A50A1;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-decoration: underline;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}
.formButton {
	color: #003399;
	background-color: #CC9900;
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
}
.textFields {
	font-size: 12px;
	font-weight: bold;
	color: #003399;
	background-color: #CCCCCC;
}
.points {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0A52A2;
}


/*
Form Styles
*/
form { margin: 0px; }
.newsArea {
	padding-top: 5px;
	padding-right: 25px;
}
.newsAreatxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	padding-left: 13px;
	padding-right: 30px;
}


form p { margin-bottom: 3px; margin-top: 5px; }
form h1 {
	font-size: 18px;
	font-weight: normal;
	color: #666666;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin: 10px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
}
form p.hint {
	border: 1px solid #9c9;
	color: #333333;
	font-size: 12px;
	line-height: 15px;
	padding: 5px;
	margin: 10px 0px 10px 0px;
}
form p.warning {
    margin: 5px;
	padding: 5px;
	border: 1px solid #ffe5b8;
	background-color: #fff5e5;
}
form label {
	font-size: 12px;
	font-weight: bold;
}
form span.hint {
	font-size: 11px;
	color: #999999;
	margin-left: 5px;
}
input.text, textarea.text, select{
    font-size:11px;
    line-height:13px;
    padding: 3px;
    border-top:1px solid #7c7c7c;
    border-left:1px solid #c3c3c3;
    border-right:1px solid #c3c3c3;
    border-bottom:1px solid #ddd;
    background:#fff url(images/bg_inputs.gif) repeat-x top;
}
form div.footer {
	border-top: 1px solid #ffe5b8;
	background-color: #fff5e5;
	padding: 10px;
	margin: 10px 0px 10px 0px;
}
form div.footer a {
    font-size: 12px;
    color: #d7ae56;
    text-decoration: none;
}
form div.footer a:hover { text-decoration: underline; } 
form div.sidebar {
	border: 1px solid #ffe5b8;
	background-color: #fff5e5;
	padding: 10px;
	margin: 10px 0px 10px 0px;
}
.primaryAction {
	border: 1px solid #d7ae56;
	font-size: 12px;
	font-weight: bold;
	background-image: url(images/bg_primaryaction.gif);
	background-repeat: repeat-x;
	height: 20px;
	float: left;
	padding-bottom: 2px;
}
* html .primaryAction { padding-bottom: 0px; }
.secondaryAction {
	border: 1px solid #d5bc84;
	font-size: 12px;
	background-image: url(images/bg_secondaryaction.gif);
	background-repeat: repeat-x;
	height: 20px;
	float: right;
	padding-bottom: 2px;
}
* html .secondaryAction { padding-bottom: 0px; }
.error {
	font-size: 11px;
	color: #c00;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: -2px;
}
ul#errors {
	display: none;
	margin: 0px;
	padding: 5px;
	color: #C00;
	font-weight: bold;
	border: 1px solid #ffe5b8;
	background-color: #fff5e5;
}	
ul#errors li {
	margin-top: .5em;
	margin-bottom: .5em;
	margin-left: 20px;
	font-size: 11px;
}
ul#errors li.heading {
	list-style-type: none;
	color: #000;
	font-weight: normal;
	font-style: italic;
	margin: .5em 0;
	padding: 0;
}
#clearfix { clear: both; margin: 0px; }

.dg_header td {
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #666666;
}

.dg_item {
	border-bottom: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
}

.dg_item_last { border-bottom: 1px solid #e4e4e4; }

.admin_nav {
	border-bottom: 2px solid #deebeb;
	background-color: #f6fafa;
	padding: 5px;
}
.admin_nav a { 
	color: #0066cc;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #0066cc;
}
.admin_nav a:hover {
	color: #ffffff;
	background-color: #0066cc;
	border-bottom: none;
	text-decoration: none;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 0px;
}

h3 {
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	border-bottom-width: 0px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 0px;
}

h3 a:link{
	text-decoration: none;
}

h3 a:hover{
	text-decoration: underline;
}

h3 a:visited{
	text-decoration: none;
}

h3 a:active{
	text-decoration: none;
}

h1 {
	font-size: 20px;
	font-weight: normal;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 0px;
}
h1.blue {
	background-color: #3962c5;
	border: none;
	padding-left: 10px;
	color: #ffffff;
}

a.customersHome {
	text-decoration: underline;
	color: #3962c5;
	font-weight: bold;
}

/* Fading Tooltips */
div#toolTip {
position:absolute;
width:220px;
background:#000;
border:2px double #fff;
text-align:left;
padding:5px;
-moz-border-radius:5px;
z-index:1000;
}
div#toolTip p {
margin:0;
padding:0;
color:#fff;
font:11px/12px verdana,arial,serif;
}
div#toolTip p em {
display:block;
margin-top:3px;
color:#f60;
font-style:normal;
font-weight:bold;
}
