*{
	margin:0;
	padding:0;
}


/* General Style Info */
a {
	color: #000000;
	text-decoration: none;
}

a:hover{
	color: #FF9900;
	text-decoration: none;
}

#columnMain a:hover {
	color: #cc6600;
}

#letterSearch a:hover{
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}

a img{
	border: none;
}

h1, h2, h3, h4 {
	font-weight:bold;
}

h1 {
	font-size : 16px;
}

h2 {
	font-size : 14px;
	padding-bottom: 10px;
}

h3 {
	font-size : 12px;
	padding-top : 5px;
	padding-bottom: 5px;
}

h4 {
	font-size : 10px;
	padding-top : 5px;
	padding-bottom: 5px;
}


ul {
	padding-left: 10px;
	margin-left : 18px;
	margin-bottom : 3px;
}

li {
	padding-top: 3px;
}

.subscribed {
	list-style-image: url(/img/icon_green.gif);	
}

hr {
	height : 2px;
	margin: 7px;
}

.heading {
	width: 98%;
	background : #FF9900;
	color: #000000;
	font-weight : bold;
	font-size : 12px;
	padding : 5px;
	margin-bottom: 5px;
}

.heading a {
	float: right;
	margin: 0px 3px 0px 3px;
}

.headingFlush {
	font-weight : bold;
	font-size : 12px;
	margin-bottom : 5px;
}

.headingGreen {
	background : #a1a982;
	color: #ffffff;
	font-weight : bold;
	font-size : 14px;
	padding : 5px;
	margin-bottom : 5px;
}

.headingGold {
	width: 97%;
	background : #dfc172;
	color: #000000;
	font-weight : bold;
	font-size : 11px;
	padding : 5px;
	margin-bottom: 5px;
}

.reverseText {
	color: #ffffff;
}

.reverseText:hover {
	color: #ed1c24;
}

.boldText {
	font-weight: bold;
}

.italicText {
	font-style: italic;
}

.smallText {
	font-size : 10px;
	padding-left : 5px;
}

.greenText {
	color: #58b947;
}

.redText {
	color: #ed1c24;
}

.grayText {
	color: #bebebe;
}

.whiteText {
	color: #ffffff;
}

.blackText {
	color: #000000;
}

.blueText {
	color: #0000cc;
}

.bgMedGreen {
	background : #a1a982;
	color: #000000;
}

.bgMedGray {
	background : #eaebe9;
	color: #000000;
}

.bgMedGold {
	background : #dfc172;
	color: #000000;
}

.nonActive {
	color: #ed2225;
	font-style: italic;
	font-weight: bold;
}

.active {
	color: #003300;
	font-weight: bold;
}

.imageRight {
	float:right;
	padding:8px;
	text-align: center;
}

#contactImageDisplay {
	position: relative;
	float: right;
	z-index: 5;
	width:270px;
}

.centerText {
	text-align: center;
	margin-bottom: 10px;
}

.bodyElement {
	padding-left: 10px;
	padding-right: 10px;
}

.pagelayoutNormal {
	position:relative;
}

.pagebreak {
	page-break-before: always
}	

/* tables */

table {
	white-space: normal;
}

th {
	padding: 2px;
	background: #66cc00 url(/img/bar_overlay.png);
}

tr td {
	font-size : 12px;
	line-height : 125%;
	vertical-align:top;
	padding: 2px;
}

#cakeSqlLog td {
	text-align: left;
	padding: 4px 8px;
	background: #fff;
	border-bottom: 2px solid #ccc;
}

/* notices and errors */

.error, .error_message, .message {
	color:#ed2225;
	font-size: 12px;
	padding-top: 3px;
	font-weight: bold;
}

.error em {
	font-size: 12px;
	color: #003d4c;
}

.notice {
	font-size: 12px;
	padding: 3px;
	margin: 2px;
	display:block;
}

.caption { 
	margin: 10px 0px 10px 0px;
	padding: 10px;
}

.reviewNote {
	font-size: 11px;
	padding: 10px;
	display:block;
}

#messageBlock {
	margin-left: 175px;
	height: 25px;
	color: #ed2225;
	font-weight: bold;
}

#messageBlockHome {
	margin-left: 25px;
	color: #ed2225;
	font-weight: bold;
}

#messageBlockMypage {
	padding-left:15px;
	color: #ed2225;
	font-weight: bold;
}

/* forms */


form {
	font-size: 12px;
}

.formLabel {
	float: left;
	width: 165px;
	padding-right: 5px;
	margin-bottom: 12px;
	text-align: right;
	vertical-align: text-bottom;
}

.formField {
	margin-bottom: 12px;;
}

#smallForm .formLabel {
	clear: left;
	width: 75px;
	margin-bottom: 5px;
	font-size: 10px;
}

#smallForm2 .formLabel {
	clear: left;
	width: 125px;
	margin-bottom: 7px;
	font-size: 11px;
}

.smallForm .formLabel {
	width: 100px;
	clear: left;
	margin-bottom: 5px;
	font-size: 10px;
}

#smallForm .formField {
	float: left;
	margin-bottom: 5px;
	font-size: 10px;
}

#smallForm2 .formField {
	float: left;
	margin-bottom: 7px;
	font-size: 11px;
}

.smallForm .formField {
	float: left;
	margin-bottom: 5px;
	font-size: 10px;
}

#calendarCategories .formField {
	width: 135px;
}

.formFieldDisplay {
	margin-bottom: 12px;
}

#smallForm .formFieldDisplay {
	width: 150px;
}

#smallForm2 .formFieldDisplay {
	width: 225px;
}

.smallForm .formFieldDisplay {
	width: 225px;
}

textarea {
	font-size: 13px;
	margin-bottom: 12px;
}

input[type=text] {
	max-width: 300px;
}

#smallForm input {
	font-size: 9px;
}

#smallForm2 input {
	font-size: 10px;
}

.smallForm input {
	font-size: 10px;
}

select option {
	font-size: 12px;
}

#smallForm2 select {
	font-size: 10px;
}

.smallForm select {
	font-size: 10px;
}

#smallForm2 select option {
	font-size: 10px;
}

.smallForm select option {
	font-size: 10px;
}

input[type=file] {
	max-width: 100px;
}

input[type=checkbox] { 
	margin: 0px 4px 2px 2px;
}

.checkboxes {
	padding-bottom: 12px;
}

.radiobuttons {
	margin-bottom: 12px;
}

.required {
	margin-left: 175px;
	font-size: 10px;
	color: #ed2225;
	padding-top: 10px;
}

.requiredFloatRight {
	float:right;
	position:relative;
	font-size: 10px;
	color: #ed2225;
	padding-top: 10px;
	margin-right: 10px;
}

.requiredFloatLeft {
	float:left;
	position:relative;
	font-size: 10px;
	color: #ed2225;
	padding-top: 10px;
	margin-left: 10px;
}

#smallForm .required {
	margin-left: 125px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#smallForm2 .required {
	margin-left: 110px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#userFeedback .required {
	margin-left: 0px;
}

.optional {
	clear: both;
}

submit, .submitButton, .submitButtonLarge, .deleteButton, .neutralButton, .disabledButton, .close {
	width: 110px;
	height: 22px;
	color: #ffffff;
	font-weight: bold;
	font-size: 1em;
	margin-top: 10px;
	padding: 2px;
	border: solid #000000 1px;
	text-transform: uppercase;
}

.processingText {
	width: 98%;
	color: #ff0000;
	background: #ffffff;
	padding: 2px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

.hidden {
	display: none;
}

.visible {
	display: inline;
}

.submitButton {
	background: #009900 url(/img/bar_overlay_2.png);
}

.submitButton:hover{
	background: #00ff00 url(/img/bar_overlay.png);
}


.submitButtonLarge {
	width: 160px;
	background: #009900 url(/img/bar_overlay_2.png);
}

.submitButtonLarge:hover {
	background: #00ff00 url(/img/bar_overlay.png);
}

.deleteButton, .close {
	background: #ee2225 url(/img/bar_overlay_2.png);
}

.deleteButton:hover, .close:hover  {
	background: #E27E83 url(/img/bar_overlay.png);
}

.neutralButton {
	background: #6699FF url(/img/bar_overlay_2.png);
}

.neutralButton:hover {
	background: #B3CCFF url(/img/bar_overlay.png);
}

.submitButton:hover, .submitButtonLarge:hover, .deleteButton:hover, .neutralButton:hover {
	border: solid #000000 1px;
	color: #fff;
}

#mediaPlayer {
	 width: 520px;
	 height: 317px;
	 position: relative;
	 text-align: center;
	 background-color: #000000;
	 overflow: hidden;
}

.videoPlayButton {
	position: absolute;
	top: 110px;
	left: 220px;
	height: 80px;
	width: 80px;
	z-index: 2;
	background: url(/img/button_play_large.png) no-repeat;
}

.videoPlayButtonHover {
	position: absolute;
	top: 110px;
	left: 220px;
	height: 80px;
	width: 80px;
	z-index: 2;
	cursor: pointer;
	background: url(/img/button_play_large_hover.png) no-repeat;
}

.eventVideoLink {
	width: 110px;
	height: 22px;
	color: #ffffff;
	font-weight: bold;
	font-size: 1em;
	margin-top: 10px;
	padding: 2px;
	border: solid #000000 1px;
	text-transform: uppercase;
	margin-left:15px;
	width: 100px;
	background: #55bc48 url(/img/bar_overlay.png);
}


/* Common Block Layout */

#headerLogo {
	float:left;
	width: 350px;
}

#headerMypageInfo {
	float: left;
	line-height: 125%;
	margin: 15px;
}

#headerLogoMypage {
	float: right;
	margin-right: 15px;
	margin-top: 15px;
}

#headerAaa {
	float: left;
	font-size : 12px;
	font-weight : bold;
	color: #ffffff;
	text-align: center;
	margin-left: 115px;
}

#headerPhoto {
	padding: 10px;
}

.whiteBox {
	padding: 10px;
	border: solid 1px;
	background: #ffffff;
}

#fullPage {
	float: left;
	width: 860px;
	margin: 10px;
	padding: 10px;
	background: #ffffff;
}

.videoBlockListing {
	float: left;
	width: 700px;
	height: 300px;
	overflow: auto;
	margin-bottom:15px;
}


.clear {
	clear:both;
}


/* Dashboard Elements */

#dashboardLeftColumn {
	float: left;
	width: 425px;
}

#dashboardRightColumn {
	float: right;
	width: 425px;
}

.headingDashboard {
	width: 97%;
	background : #dfc172;
	color: #000000;
	font-weight : bold;
	font-size : 11px;
	padding : 5px;
	margin-bottom: 5px;
}

.headingDashboard:hover {
	font-weight: bold;
	cursor: pointer;
	cursor: -moz-grabbing;
}

.tableHeadingDashboard {
	color: #000000;
	font-weight : bold;
	font-size : 11px;
	border-bottom : solid 1px #000;
}

.dashboardElement {
	width: 415px;
	height: 240px;
	background : #eaebe9;
	color: #000000;
	padding: 5px;
	margin: 0px 0px 15px 0px;
}

#toolTip { 
    display:none; 
    background: #ffc;
    font-size: 12px; 
    padding: 10px; 
    color: #000;
	border: 1px #000 solid;
	z-index: 99;  
}


