body{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

a{
	text-decoration: underline;
	color: #44f;	
}

a:hover{
	text-decoration: underline;
}

a img{
	border: none;	
}

a#exportExcel{
	background-image: url(../images/excel.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin: 10px;
}

h1{
	font-size: 1.3em;
	font-weight: bold;
}

h2{
	font-size: 1.2em;
	font-weight: bold;
}

h3{
	font-size: 1.1em;
	font-weight: bold;
}

h4{
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 2px;
	padding-bottom: 0px;
	padding-top: 2px;
	font-size: 1em;
}

h2.companyName{
	font-size: 1.2em;
	font-weight: bold;
	color: #8A1B21;
	font-style: italic;	
}

h2.companyName span.editClientAnchor{
	font-size: 10pt;
	display: inline;
	font-weight: normal;
	font-style: normal;
}

.visible{
	visibility: visible;
	display: block;
}

.visibleBtn{
	display: inline;
	visibility: visible;
}

.hidden{
	visibility: hidden;
	display: none;
}

div#wholePage{
	margin: 0px auto;
	background: url(../images/bkgMiddle.jpg) repeat-y;
	width: 850px;
}

div#top{
	background: url(../images/bkgTop.jpg) no-repeat bottom;		
	height: 20px;
}

div#content{
	margin: 0px 20px;
	text-align: left;
}

div#content p{
	padding: 0px 10px;
	text-align: left;
}

div.pageInstructions{
	margin-bottom: 10px;
}

div.loginPageInstructions{
	width: 540px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;	
}

span#footer{
	font-size: 9pt;
	text-align: left;
	width: 100%;
	display: block;
	margin-left: 40px;
	margin-top: 50px;
}

img#header{
	margin: 0px auto 10px auto;
	padding-bottom: 5px;
	display: block;
	position: relative;
	top: 0px;	
	
}

div#bottom{
	height: 52px;
	background: url(../images/bkgBottom.jpg) no-repeat bottom;
}

div#loginBox{
	margin: 20px auto;
	padding: 0px 20px 10px 20px;
	text-align: left;
	width: 280px;
}

div#loginBox table{
	width: 100%;
	border-top: 1px solid #cee;
	padding-top: 5px;
}

div#loginBox table td.loginButtons{
	text-align: right; 
	border-top: 1px solid #a00;
	padding: 5px 0px;
}

div#loginBox table input.loginField{
	float: right;
	width: 150px;
}

div#messageBox{
	margin: 20px 10px;	
	position: relative;
	background-color: #fdfdff;
	border: 1px solid #ccc;
	padding: 15px 10px;
	width: 500px;
}

body#login div#messageBox{
	margin-left: auto;
	margin-right: auto;
	width: 550px;
}

body#popup{
	width: 700px;
	margin: 10px;
}

body#popup div#content{
	padding: 0px;
	margin: 5px;
}

body#popup #footer{
	margin-left: 10px;
}

div#messageBox p{
	text-align: left;		
	line-height: 1.2em;	
	margin: 0px 0px;
}

div#messageBox .success{
	color: #060;
}

div#messageBox .error{
	color: #c00;
}

div#navLeft{
	left: 45px;
	width: 160px;
	position: relative;
	float: left;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 100px;
	margin-top: 0px;	
}

div#navLeft ol{
	padding-left: 10px;
	margin-left: 10px;
}

div#navLeft a#currentStep, a.currentStep{
	font-weight: bold;
}

div#innerContent{
	border-left: 1px solid #999999;
	width: 535px;
	float: right;
	position: relative;
	right: 45px;
	padding-left: 10px;
}

div#fullInnerContent{
	width: 730px;
	position: relative;
	margin-left: 40px;
}

div#navLeft a{
	color: #333399;
	font-size: .9em;
}

div.clear{
	clear: both;
}

div#emailCookie{
	display: block;
	position: relative;	
	color: #666;
	font-size: 9pt;
	z-index: 10;
	width: 400px;
	padding: 0px;
	text-align: right;
	left: 360px;
}

div#emailCookie a{
	color: #666;
	text-decoration: none;
	padding: 3px;
}

div#emailCookie a:hover{
	color: #000;
	padding: 2px;
	border: 1px solid #aaa;
	background-color: #ffffdd
}


table.contactTable{
	width: 400px;
	border: 0px;
	border-collapse: collapse;	
	position: relative;
	left: 10px;
	border: 2px solid #cee;
	margin-top: 10px;
}

table.contactTable tr.label td{
	border-top: 1px solid #dee;
}

table.contactTable td.sectionTitle{
	font-weight: bold;
	color: #666666;
}

table.contactTable input.name{
	width: 95%;
}

table.contactTable input.email{
	width: 180px;
}

td.heading, table#resultsTable td.heading{
	font-size: 1.1em; 	
	font-weight: bold;
	font-style: italic;
	color: #333333;
	border-bottom: 1px solid #aacccc;
	text-align: left;
}

table#resultsTable td.radios{

}

table#resultsTable td.radios label{
	display: block;
	width: 50%;
	font-size: .8em;
}

table#resultsTable td.radios label input.radio{
	display: inline;
	width: auto;
	float: right;
}

td.hint, span.hint{
	color: #999999;
	font-style: italic;
	text-align: center;
	font-size: .8em;
}

table#resultsTable{
	width: 400px;
	border-collapse: collapse;
	border: 0px;
	position: relative;
	left: 10px;
	border: 2px solid #cee;
}

table#resultsTable input, table#resultsTable textarea{
	width: 190px;
	float: left;
}

table#resultsTable tr td.label{
	padding-right: 10px;
	width: 190px;
	border-bottom: 1px solid #dee;
	vertical-align: top;
}

table#resultsTable td{		
	text-align: right;
}

table#resultsTable td.resultsHeading{
	text-align: left;
	font-weight: bold;
	padding-top: 5px;
}

td.idColumn{
	text-align: center;
	font-size: .8em;
	padding-right: 2px;
}

table#uploadTable{
	width: 400px;
	border-collapse: collapse;
	border: 0px;
	position: relative;
	left: 10px;
	border: 2px solid #cee;	
}

table#uploadTable td.label{
	text-align: left;
}

table#uploadTable td{
	width: 275px;
	text-align: right;
}

table#uploadTable .txtAreaNotes{
	width: 100%;
}

table#uploadTable .text{

}

table#uploadTable textarea{
	width: 100%;
	height: 100px;
}

table#graphicsResultsTable{
	width: 520px;
	border-collapse: collapse;
	border: 0px;
	position: relative;
	left: 10px;
	border: 2px solid #cee;
}

table#manageResults th{
	border-bottom: 1px solid #cee;	
	text-align: left;
}

table#manageResults{
	width: 700px;
	border-collapse: collapse;
	position: relative;
	left: 10px;
	border: 2px solid #cee;
}

table#manageResults td{
	border: 1px solid #ddd;
	position: relative;
	text-align: left;
}

table#adminGraphicsResultsTable{
	width: 700px;
	border-collapse: collapse;
	position: relative;
	left: 10px;
	border: 2px solid #cee;	
}

table#adminGraphicsResultsTable td{
	border: 1px solid #ddd;
	position: relative;
	text-align: left;
	font-size: 12px;
	padding-left: 2px;
}

table#adminGraphicsResultsTable th{
	text-align: center;
	border-bottom: 1px solid #cee;
}

table#graphicsResultsTable th{
	text-align: center;
	border-bottom: 1px solid #cee;
}

table#graphicsResultsTable td{
	text-align: left;
}

table#graphicsResultsTable tr.selectedRow{
	background-color: #FFFF66;
	border: 1px solid #0cc;
}

table.findTables{
	border-top: 1px solid #336666;
	border-bottom: 1px solid #336666;
	width: 100%;
	border-collapse: collapse;	
}

table.findTables td{
	padding: 2px;
	vertical-align: middle;
}

table.findTables form{
	padding: 0px;
	margin: 0px;
	display: inline;
}

table.findTables td.companyCell{
	width: 380px;
}

table.findTables td.companyCell select{
	width: 300px;
}

table.findTables td.findIdCell{
	border-right: 1px solid #999;
	width: 160px;
}


table#adminLogResultsTable{
	width: 700px;
	border-collapse: collapse;
	border: 0px;
	position: relative;
	left: 10px;
	border: 2px solid #cee;	
	font-size: 12px;
}

table#adminLogResultsTable tr.noteseven, table#adminLogResultsTable tr.notesodd{
	border-bottom: 1px solid #999999;
}


table#adminLogResultsTable th{
	border-bottom: 1px solid #cee;
}

table#adminLogResultsTable tr.even, table#adminLogResultsTable tr.noteseven{
	background-color: #eeeeff;
}

table#adminLogResultsTable tr.odd{

}

table#adminLogResultsTable td{
	border: 1px solid #aaaacc;
	padding: 0px 2px;
	
}

td.notes div{
	background-color: #ffffff;
	height: 100px;
	overflow: auto;	
	padding: 2px;
	margin: 5px 0px;
	border: 1px outset #aaa;
	font-size: 12px;
}

td.filename div{
	
}

th a.sortedASC{
	padding-left: 12px;
	background-image: url(../images/sortedASC.gif);
	background-position: center left;
	background-repeat: no-repeat;
}

th a.sortedDESC{
	padding-left: 12px;
	background-image: url(../images/sortedDESC.gif);
	background-position: center left;
	background-repeat: no-repeat;
}

th a.unsorted{

}

table.pubDropDowns{
	border-top: 1px solid #cccccc;
}

div#adGraphicDiv{
	width: 500px;
	margin: 10px;
	padding: 10px;
	background-color: #fcfcfc;
	border: 1px solid #ccc;
}

a.hideLnk{
	position: relative;
	text-decoration: none;
	font-size: .8em;
}

span#adGraphicLabel{
	display: block;
	margin-bottom: 5px;
}

span.recordNavString{
	font-size: .8em;
	margin: 5px 0px;
	padding: 5px 0px;
}
span.recordNavString a{
	text-decoration: none;	
}

span.selectionLinks{
	padding: 10px 0px;
	display: block;
}

span#hintText{
	color: #333333;
	font-style: italic;
	font-size: .9em;
}

img#adGraphic{
	width: 150px;
	margin: 5px 0px;
	border: 0px;
}

div.navButtons{
	clear: both;
	width: 400px;
	text-align: center;	
	position:relative;
	left: 10px;
	height: 25px;
}

div.navButtons input{
	display: inline;
	color: #069;	
}

input.backBtn{
	float: left;
}

input.nextBtn{
	float: right;
}

div.formButtons {
	clear: both;
	width: 400px;
	text-align: right;	
	position:relative;
	left: 10px;
	height: 25px;	
	padding-top: 10px;
}

hr{
	margin-top: 20px;
	width: 400px;
	position: relative;
	color: #a00;
	background-color: #a00;
	float: left;
	left: 10px;
	height: 1px;
	text-align: left;
	border: 1px outset;
	clear: both;
}

input#update{
	font-weight: bold;
}

p.signature{
	font-style: italic;
	color: #999;
}

input.feedbackText{
	height: 40px;
}

div#termsConditions{
	border-top: 1px solid #999;
	font-size: .9em;
	margin-top: 20px;
	padding-top: 10px;
}

img.proofImgLarge{
	width: 700px;
	margin: 10px;
}

div#adGraphicDlHandle{
	border: 1px solid #ccc;
	width: 100%;
	font-size: 8pt;
	padding: 2px;
}

select{
	font-size: 10pt;
}