/* CSS file for standard SCORRA page styles */

/* Global Text and Paragraph Styles */

.copyright {
	font-family:           	Helvetica, Arial, sans-serif;
	font-size:				75%;
	color: 					#FFFFFF;
	text-align:				center;
}

.bold {
	font-weight:			bold;
}

.italic {
	font-style:				italic;
}

.large {
	font-size:				125%;
}

.small {
	font-size:				75%;
}


/* Link Styles */

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8A9A32;
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8A9A32;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8A9A32;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
	font-weight: bold;
}

/* Table & Cell Styles */

table.menu {
	padding:	 		    0px;
	margin:					0px;
	border:					0px;
	margin-left: 			auto;
 	margin-right: 			auto;	
	border-collapse:		collapse;
}

table.menu td {
	padding:	 		    0px;
	margin:					0px;
	border:					0px;
}

/* Sponsor Styles */

table.sponsors {
	background-color: 		#ffffff;
	width:					215px;
	padding:	 		    0px;
	margin:					0px;
	border:					0px;
	border-collapse:		collapse;
}

td.sponsors {
	background-color: 		#ffffff;
	vertical-align:			top;
}

table.sponsors td {
	background-color: 		#ffffff;
	width:					215px;
	padding:	 		    0px;
	margin:					0px;
	border:					0px;
}

table.sponsors td.sponsors-heading {
	background-color: 		#5f5f5a;
}


table.sponsors-horizontal {
	background-color: 		#ffffff;
	width:					100%;
	padding:	 		    0px;
	margin:					0px;
	border:					0px;
	border-collapse:		collapse;
}

table.sponsors-horizontal-partial {
	background-color: 		#ffffff;
	padding:	 		    0px;
	margin:					0px;
	border:					0px;
	border-collapse:		collapse;
}

table.sponsors-horizontal td {
	padding:	 		    0px;
	margin:					2px;
}

table.sponsors-horizontal div {
	text-align:				center;
}

td.sponsors-heading {
	background-color: 		#5f5f5a;
}

td.sponsors-heading p.sponsors-heading-left,
span.sponsors-heading-left 
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFCC00;
	font-size: 14px;
}

td.sponsors-heading p.sponsors-heading-right,
span.sponsors-heading-right
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFCC00;
	font-size: 14px;
}

/* Caption/Content styles */

.caption-right {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #84a729;
	font-size: 18px;
}

.caption-left  {
	font-weight: bold;
	color: #99CC00;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

.item {
	font-size: 12px;
	color: #8A9A32;
	border-top-color: #666666;
	border-right-color: #333333;
	border-bottom-color: #000000;
	border-left-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}

.item-detail {
	font-size: 12px;
	color: #999999;
	border-top-color: #666666;
	border-right-color: #333333;
	border-bottom-color: #000000;
	border-left-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}

.text-heading {
	color: #FFCC66;
	font-weight: bold;
	font-style: italic;
}

.text {
	font-size: 12px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}

