﻿body 
{
	text-align: center;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #064882;
	background-color: #efefef;
}
#wrapper /*all content goes within here*/
{
	width: 920px;
	margin: 5px auto auto auto;
	text-align: left;
	background-color:  #fff; 
	padding: 6px;
	overflow: visible;
	border: 1px solid #ddd;
}

/* Gabe as a temp fix I decreased the width of the chart on the graph view and now 
it "works" in IE 6 but 
I think the problem is the fixed width on this div here, which is too narrow for 
the graph. I will let you fix this tomorrow...-N */

#mainContent
{
	padding: 2px 3px 15px 10px;
	float: left;
	left: 0px;
	width: 520px;
	text-align: left;
	margin: 2px 0px 0px 4px;
	top: 0px;
	/* background-color: Green; for debugging...*/
}
#mainContent input
{
	font-size: 11px;
}
#eventFormDiv input
{
	font-size: 11px;
	width: 300px;
}
#eventFormDiv .imgButton
{
	width: 85px;
	height: 26px;
	margin: 10px 3px 10px 3px;
	vertical-align: middle;
}
#mainContent select
{
	font-size: 11px;
}
#eventFormDiv select
{
	font-size: 11px;
	width: 300px;
}
a:link
{
	color: #064882;
	font-weight: 700;
	text-decoration: underline;
}
a:visited
{
	color: #064882;
	font-weight: 700;
	text-decoration: underline;
}
a:hover
{
	color: #017AC3;
	font-weight: 700;
	text-decoration: underline;
}
a:active
{
	color: #064882;
	font-weight: 700;
	text-decoration: underline;
}
ul
{
	list-style-position: outside;
	list-style-type: circle;
	line-height: 125%;
	margin-top: 2px;
}
li
{
	margin-top: 6px;
}
.EventSummary 
{
	width: 520px;
}

.EventSummaryFieldContainer
{
	padding-left: 100px;
}

.EventFieldLabel 
{
	font-weight: bold;
	width:110px;
}

.PageTitle
{
	font-size: 19px;
	font-weight: 700;
	display: block;
	margin-bottom: -5px;
	padding: 5px 0px 5px 0px;
	color: #31885D;
}

#pbVeris
{
	float: right;
	margin: 30px 5px 20px 5px;
	text-align: right;
}
#masterNav
{
	width: 190px;
	float: left;
	padding-bottom: 6px;
	background-color: #fff; 
	margin-bottom: 50px;
	border: 1px solid #8b8b8b;
	text-align: center;
	margin-top: 8px;
}
#accountInfo
{
	width: 184px;
	border-bottom: 1px solid #8b8b8b;
	line-height: 140%;
	padding: 3px 3px 8px 3px;
	background-color: #efefef;
	text-align: left;
}
#navLinks
{
	text-align: center;
	padding-top: 8px;
	padding-right: 2px;
}
#navLinks img
{
	border: 0px;
	padding: 5px 0px 5px 0px;
}
.rightNav
{
	color: #017AC3;
	float: right;
	width: 160px;
	background-color: #fff;
	border: 1px solid #8b8b8b;
	line-height: 140%;
	padding: 4px;
	text-align: left;
	margin-top: 8px;
}
.rightNav img
{
	display: inline;
	margin-right: 4px;
	vertical-align: middle;
	float: left;
}
.rightNav ul
{
	list-style: none none outside;
	margin-top: 0px;
}
.rightNav li
{
	margin-left: -36px;
	font-weight: 700;
	cursor: pointer;
	cursor: hand;
}
#footer
{
	width: 76%;
	background-image: url(../images/footerBG.gif);
	background-repeat: repeat-x;
	background-position: center;
	line-height: 24px;
	height: 24px;
	vertical-align: middle;
	position: relative;
	left: 12%;
	border: 1px solid #8B8B8B;
	clear: both;
	text-align: center;
	opacity: .8;
	filter: alpha(opacity=80);
}
#footer a
{
	text-decoration: none;
	font-size: 11px;
	padding: 0px 8px 0px 8px;
	border-right: 1px solid #8b8b8b;
}
#masterHeader
{
	width: 99%;
	height: 110px;
	margin: 0px;
	padding: 0px 3px 0px 3px;
	background-image: url(../images/headerBg.gif);
	background-repeat: repeat-x;
	border: 1px solid #8b8b8b;
	display: block;
}
.imgButton
{
	width: 85px;
	height: 26px;
	margin: 10px 3px 10px 3px;
	vertical-align: middle;
}
.imgButtonAddNew
{
	width: 135px;
	height: 27px;
	margin: -5px 3px 15px 28px;
	vertical-align: middle;
}
.eventData
{
	font-size: 11px;
	width: 77%;
}
.listHeading
{
	font-weight: 700;
	font-size: 120%;
}
.eventName
{
	font-weight: 700;
	line-height: 140%;
}
.eventList
{
	display: list-item;
	margin-left: 10px;
	list-style-type: none;
	list-style-position: outside;
	line-height: 18px;
}
.eventList strong
{
	color: #017AC3;
	margin-right: 8px;
}
.imgGraph
{
	margin: 0px 3px 0px 8px;
	width: 24px;
	height: 24px;
	border: 0px;
	vertical-align: middle;
}
.imgPDF
{
	margin-left: 6px;
	width: 24px;
	height: 25px;
	border: 0px;
	vertical-align: text-bottom;
}
.indexReports
{
	line-height: 36px;
}
a.red
{
	color: #f00;
}
.repeaterListItem
{
	margin: 5px 0px 12px -24px;
}
a.graphLink
{
	font-size: 85%;
	font-weight: 300;
	text-decoration: none;
}
.EventSummaryFieldContainer
{
	margin-left: -80px;
}
.ceir50
{
	border: 0px;
	width: 108px;
	height: 110px;
	float: right;
	margin-right: 50px;
}
.modalBackground {
	background-color: #999;
	filter:alpha(opacity=80);
	opacity:0.8;
}
a.whatLink
{
	font-style: oblique;
	font-size: 13px;
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
	color: #064882;
	margin-left: 25px;
	border: 1px solid #31885D;
	padding: 3px 5px 3px 5px;
	background-color: #ffffcc;
}
.demoPop
{
	padding: 10px;
	border: 2px solid #E2230A;
	background-color: #efefef;
	width: 500px;
}
.hideWizards
{
	display: none;
}
.demoImage
{
	border: 1px solid #064882;
	margin: .3em auto .3em auto;
	width: 480px;
	height: 300px;
}
.imgRibbon
{
	border: 0px;
	vertical-align: middle;
}
h3 img
{
	margin: 5px;
	border: 0px;
	vertical-align: text-bottom;
	float: left;
}