
/* general styles */
body {
	background: #232323;
	margin: 0;
	padding: 0;
}

a:link, a:hover, a:visited {
    color: #025674;
    font-size: 12px;
    outline: 0 none;
	text-decoration: underline;
}

#topButtons a, #topButtons a img, #bottomButtons a, #bottomButtons a img {
    outline: 0 none;
	text-decoration: underline;
	border: 0;
}

/* structural styles */
	#siteWrapper {
		background: #fff;
		width: 900px;
		margin: 0 auto;
		position: relative;
	}
	
	#header {
		background: url("../images/acc-logo.jpg") no-repeat scroll 10px 10px #FFFFFF;
		border-bottom: 10px solid #2E778E;
		height: 95px;
		margin:0;
		padding:0;
		text-align:right;
	}
	
	#header table {
		height: 95px;
		margin: -3px 30px 0 0;
		padding:0;
		float:right;
		border-collapse: collapse;
	}
	
	#topButtons {
		margin: 10px 10px 10px 50px;
	}
	
	#topButtons p, #bottomButtons p {
		margin: 2px 0;
		padding: 0;
		text-align: right;
	}
	
	#content {
		margin-bottom: 20px;
	}
	
	#bottomButtons  {
		margin: 10px 10px 10px 50px;
	}
	#bottomButtons p.firstButton {
		margin-top: -33px;
	}
	#footer {
		background: none repeat scroll 0 0 #232323;
		border-top: 10px solid #C0143C;
		font-family: Georgia,"Times New Roman",Times,serif;
		font-size: 12px;
		line-height: 16px;
		padding-bottom: 30px;
		text-align: center;
	}
	
	#footer ul {
		margin: 10px 0 0;
		font-size: 13px;
		line-height: 18px;
	}
	
	#footer ul li.first {
		border-left: 0 none;
		margin-left: 0;
	}
	
	#footer ul li {
		background: none repeat scroll 0 0 transparent;
		border-left: 1px solid #423E3F;
		display: inline;
		margin-left: 10px;
		padding: 11px 0 0 12px;
		list-style-type: none;
	}
	
	#footer ul li a, #footer a {
		color: #C2EFFF;
		text-decoration: none;
	}
	
	#footer p {
		color: #FFFFFF;
		margin: 0;
		padding: 0.3em 1em;
	}
/* banner alert box styles */
	#bnr-title {
		font-family: "Arial Black", Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: bold;
		font-style: italic;
		letter-spacing: 1px;
	/*  color: #000;
	color: #2E778E; */
		color: #e13a44;
	}
	
	#header p, #header a {
		font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size: 11px;
		font-weight: normal;
		line-height: 16px;
		padding: 0 10px;
		margin: 0;
	}
	
	#header a { 
		padding: 0;
	}
	
	#header p.bnr-text {
		min-width: 250px;
		*width: 250px /* IE hack */
	}
	
	#header p.bnr-login {
		font-weight: bold;
		margin-top: 4px;
	}	
/* data table styles */
	#webcast-data
	{
		font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size: 12px;
		margin: auto;
		width: 800px;
		text-align: left;
		border: 1px solid #18778f;
	}
	#webcast-data th
	{
		font-size: 16px;
		font-weight: normal;
		padding: 12px 15px;
		color: #fff;
		background: #18778f url(../images/tbl-titleBG.jpg) repeat-y;
	}
	#webcast-data td
	{
		padding: 10px 15px;
		color: #222;
		border-top: 1px solid #e6eff2;
	}
	#webcast-data td.heading
	{
		border-top: 1px solid #fff;
		width: 15%;
	}
	.webcast-data-first
	{
		background: #e6eff2;
		border-right: 10px solid transparent;
		border-left: 10px solid transparent;
	}
/*	
	#webcast-data tr:hover td
	{
		color: #fff;
		background: #18778f;	
	}
	#webcast-data tr:hover td a {
		color: #fff;
	}
	
  */
	p.linksLegalese {
		text-align: center;
		color:#999999;
	}
	span.spacer {
		padding:20px;
	}
	
	.logo-click, a.logo-click, a.logo-click:hover {
		position: absolute;
		top: 0;
		left: 0;
		height: 100px; 
		width: 310px; 
		cursor: pointer;
		display:block;
		text-decoration: none;
		outline: none;
	}
	
	.noticeText {
		color: #e13a44;
	}
	
	a.noticeText {
		color: #e13a44;
		padding:10px 10px 0 0;
		font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		/*display:block;*/
	}

	legend {
		 font-style:italic;
	}

	fieldset ul {
		
	}
	fieldset ul li {
		list-style-type: none;
		padding: 4px;
	}
	fieldset ul li h4 {
		display: inline;
	}
	
/* Handout Table Styles */

	#handoutTbl {
		border: 1px solid #333;
		border-collapse: collapse;
		width: 175px;
		float: right;
		margin-left: 6px;
	}
	#handoutTbl td {
		border: 0;
		border-bottom: 1px solid #ccc;
		padding: 2px;
		white-space: nowrap;	
	}
	#handoutTbl td.last {
		border: 0;
	} 
	#handoutTbl td a {
		color: #000;
		font-size: 13px;
		font-family: Arial, Helvetica, sans-serif;
	}
	#handoutTbl td a:hover {
		color: #ff3333;
	}
	.handoutTblTtl {
		color: #000;
		background-color: #ccc;
		padding: 4px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: bold;
		text-align: center;
	}
