/* CSS Document */

html {
	height:100.02%; 
	/* forces a scrollbar on every page - prevents shifting that occurs when some pages have and some don't */
}

body {
	/* specify default font information here */
	font-family: Tahoma, Arial, sans-serif;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 12px;
	color:#000000;
	background-image:url(../images/backgrounds/body-background.gif);
	background-repeat:repeat-x;	
}

h1 {
	font-size:22px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FF6600;
}

#o_container {
	/* Specifies width and left/right position of the page */
	/*margin-top:30px;*/
	position:absolute;
	width:782px;
	margin-left:-391px;
	left:50%;
	text-align:justify;
	
}
h5 {
	font-family: Arial, Verdana, Helvetica;
	font-size: 14px;
	font-weight: normal;
	margin: 5px;
}
h2 {
	margin: 5px;
}
h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF9900;
}

#i_container {
	background-color:#ffffff;
	border:#000000 1px solid;
}

#lang-selector {
	width:780px;
	height:15px;
	color:#FFFFFF;
	background-image:url(../images/backgrounds/language-bg.gif);
	background-repeat:no-repeat;
	text-align:right;
	
	
}

#lang-selector a{
	color:#FFFFFF;
	text-decoration:none;
}

#header-signin {
	height:132px;
	background-image:url(../images/backgrounds/header-bg.gif);
	background-repeat:no-repeat;
	text-align:right;
	padding-right:10px;
	
}

#top_menu {
	margin-top:0px;
	background-image: url(../images/backgrounds/t_menu_bg.gif);
	background-repeat:repeat-x;
	height:25px;
	font-weight:normal;
}

#top_menu ul {
	color:#FFFFFF;
	margin:0px;
	padding-left:0px;
	
}

#top_menu ul li {
	float:left;
	border-left:#FFFFFF solid 1px;
	padding-top:3px;
	padding-right:15px;
	padding-left:15px;
	text-align:center;
	height:22px;
	list-style-type:none;
	padding-bottom:0px;

}

#top_menu ul li.no-border {
	border-left-width: 0px;
	border-left-style: none;
	width:83px;
	
}

#top_menu ul li a{
	color:#FFFFFF;
	text-decoration:none;
	height:20px;
	font-size:11px;
}

#top_menu ul li.on {
	background-color:#facf04;
	background-image:url(../images/backgrounds/arrow.gif);
	background-repeat:no-repeat;
	background-position:center 18px;
	
	
}

#top_menu ul li.on a {
	color:#000000;
	font-size:11px;
}

#top_menu ul li.blue-bg {
	background-color:#01a8fe;
	width:138px;
}

#top_menu ul li.blue-bg a{
	color:#FFFFFF;
	font-size:11px;
}


#content_wrapper{
	padding-top:50px;
	margin-bottom:0px;
	padding-bottom:0px;
	
}

#l_content {
/*this the main  content for the home page*/

	width:500px;
	float:left;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:30px;
	margin-top:10px;
}

#l_content_inside {
/*this is the side menu for the inside pages*/

	width:165px;
	float:left;
	
}


#l_content_inside ul {
	text-align:right;
	margin-bottom:0px;
}


#l_content_inside ul li {
	border-top:#b5000b 1px solid;
	list-style-type:none;
	margin-left:-40px;
	padding-right:10px;
}


#l_content_inside ul li a {
	color:#000000;
	text-decoration:none;
}

#l_content_inside ul li.bottom-border {
	border-bottom: #b5000b 1px solid;
}


#l_content_inside ul li a:hover {

}



#r_content {
	width:225px;
	float:right;
	background-image:url(../images/backgrounds/tt_news_header_2.gif);
	background-repeat:no-repeat;
	min-height:791px
	padding-right:5px;
	background-color: #fff9e8;
	margin-top:50px;
}

#r_content ul {
	margin-top:50px;
	margin-right:15px;
}

#r_content ul li {
	list-style-type:none;
	list-style-image:url(../images/backgrounds/news_li_image.gif);
}

#r_content ul li a {
	color:#000000;
	text-decoration:none;
	font-weight:normal;
}

#r_content ul li a:hover {
	text-decoration:underline;
}

#r_content_inside {
/*this is where the main content goes in the inside pages*/

	width:530px;
	float:right;
	padding-left:10px;
	padding-right:35px;
	
}

#r_content_inside a {
	/*font-weight:bold;*/
	color:#b5000b;
	text-decoration:none;
}

#r_content_inside a:hover {
	text-decoration:underline;
}

#foot_menu {
	
	/*width:780px;*/
	background-color:#b5000b;
	height:45px;
	border-bottom:#f3a40a solid 3px;
	color:#FFFFFF
}

#foot_menu ul {
	padding-top:15px;
	padding-left:80px;
}

#foot_menu ul li {
	display:inline;
	padding-top:5px;
	padding-right:0px;
	padding-left:10px;
}

#foot_menu ul li a {
	color:#FFFFFF;
	text-decoration:none;
}

#white-space{
	height:18px;
	margin-bottom:0px;
	
}

input {
/*macmade login styles*/
	border:#B1AEAE 1px solid;
	height:12px;
	
}

.signin{
	height:17px;
}

/*macmade login styles end*/


.clearer, .clear {
	clear:both;
	line-height:1px;
	height:1px;
}

.blue-text a{
	color:#434EEd;
	text-decoration:none;
}

td.align-news  {
	padding-left:15px;
	text-align:left;
	padding-bottom:0px;
	margin-bottom:-30px;
	
}

td.align-news a {
	color:#000000;

}
#credits {
	/*border-top:1px #000000 solid;*/
}

#terms {
	width:50%;
	float:left;
}

#terms a{
	color:#999999;
	text-decoration:none;
}

#stw-tag {
	width:50%;
	margin-bottom:-13px;
	text-align:right;
	float:left;
	
}

#stw-tag a{
	color:#999999;
	text-decoration:none;
}

.stw {
	color:red;
	
}

/* tt_news styles begin */

.news-title {
	color:#999999;
}

.news-title a{
	text-decoration:none;
	color:#999999;
}

.news-title a:hover {
	color:#666666;
}

td.news {
	border-left:#EE8011 1px solid;
	border-right:#EE8011 1px solid;
	border-bottom:#EE8011 1px solid;
}

.more{
	color:#EE8011;
	padding-left:15px;
}

.more a{
	color:#EE8011;
	text-decoration:none;
}

/*membership table styles*/

table#mem_table {
	border-right:#b5000b 1px solid;
	border-bottom:#b5000b 1px solid;
}

table#mem_table tr td{
	border-top:#b5000b 1px solid;
	border-left:#b5000b 1px solid;
	background-color:#FACF04;
}

table#mem_table tr td.headings  {
	background-color:#b5000b;
	border-left:#FACF04 1px solid;
	color:#FFFFFF;
}

table#mem_table tr td.headings-noleft {
	background-color:#b5000b;
	border-left:none;
	color:#FFFFFF;
}

fieldset.borders {
	border: 1px black solid;
	margin-top:10px;
	padding:5px;
}

fieldset {
	border:none;
}

fieldset p {
	margin:0px;
	padding:0px;
	padding-top:2px;
	padding-bottom:2px;
	clear:both;
	
}

legend {
	margin-bottom:10px;
}

label {
	float:left;
	width:60%;
	text-align:left;
	
}



.formerror {
	color:#FF0000;
}

.formerror p {
	
	clear:both;
}

input {
	height:auto;
	font-size:11px;
}

textarea {
	width:90%;
}
.csc-frame-frame1 {
	background-color: #EDE3C2;
	border: thin solid #CC6600;
	padding: 10px;
}
.csc-header-n2 {
	margin-top:0px;
}
input.csc-mailform-submit {
	margin-left:290px;
	width:100px;
}

div#tx-feusersview-pagebrowser {
	border-top:1px solid black;
	padding-top:4px;
	margin-top:10px;
	padding-left:160px;
}

.organization {
	font-weight:bold;
}

/* Registration Form Styles */
.csc-mailform {
	border:none;
}
label {
	float: left;
	width: 125px;
		
}
label.radio_caption {
	float:left;
	width:350px;
}
form#registrationform input.radio {
	float:right;
	width:auto;
}
label.registration {
	width:345px;
	height:50px;

}
.csc-mailform-field {
	margin-left:10px;

}
.regrate {
	float:right;
	width:100px;
	text-align:right;
	padding-right:15px;
}
input {
	/*background-color: #F8F9F7;*/
	margin-top:2px;
	border: 1px solid #CC0000;

}
textarea {
	background-color: #F8F9F7;
	border: 1px solid #116742;
}
.divider {
	clear:both;
	line-height:1px;
	width:400px;
}
.odd {
	background-color: #F8F9F7;
	width: 400px;
	padding:4px;
	margin-left:10px;

}
.even {
	width:400px;
	padding:4px;
		border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	
}
p.even { margin-left:10px; }
.csc-mailform-submit {
margin-right:60px;
margin-top:20px;
}

/* Validation Styles */

.panel {
	clear: both;
	display: none;
	border: 3px solid #CCC;
	padding: 1em;
}
.panel.active-tab-body {
	display: block;
}
#tabs {
	list-style: none;
}

#tabs li {
	float: left;
}

#tabs a {
	float: left;
	padding: 5px 8px;
	margin-left: 6px;
	background-color: #F2F2F2;
	text-decoration: none;
	color: #999999;
}

#tabs a.active-tab {
	background-color: #CCC;
	border-top: 3px solid #999;
	padding-top: 3px;
	color: #000;
}
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	/* border: 1px solid #00A8E6; */
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF8000;
	color : #FF8000;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

#advice-validate-selection-individual {
	width:auto;
	clear:both;
}
.validation-advice {
	margin: 5px 0;
	padding: 5px;
	/* background-color: #FF3300; */
	background-color: #FF8000;
	color : #FFF;
	font-weight: bold;
	margin-left:130px;
	width:250px;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}
/*
fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}

label {
	font-weight: bold;
}*/
.form-row {
	clear: both;
	padding: 0.5em;
}

#delegateinfo {
	padding-left:10px;
}

.csc-mailform h2 {
	font-size:18px;
	color:#FF6600;
	font-family:Geneva,Arial,Helvetica,sans-serif;
	margin-top:25px;
	
}

form#registrationform input.csc-mailform-submit {
	margin:auto;
	margin-top:25px;
	padding:10px;
}
#tx-rggooglemap-cat { display:none;
}

.csc-textpic-image {padding-left:4px;}

.fifty { float:left; width:47%; }
.fifty.left{ }
.fifty.right { margin-left:3%; }

/* Golf 2010 Form
============================================================== */

form#golf legend { display: none; }
form#golf label, form#golf input { display: block; float: left; }
form#golf label { width: 400px; clear: both; margin: 10px 0 0; }
form#golf input { width: 250px; margin: 10px 0 0; }
form#golf .even, form#golf .odd { border: none; width: auto; margin: 0; background: none; } 
form#golf input.powermail_submit { width: 80px; clear: both; }
form#golf input.powermail_check { border: none; width: 20px; }
fieldset.tx-powermail-pi1_fieldset { background: none; border: none; }