@charset "UTF-8";

body {
	font: 0.75em arial, sans-serif;
	background-color: white;
	color: #330000;
	background-color: #fefecc;
}

* {
	margin: 0;
	padding: 0;
}

.center {
	text-align: center
}

p {
  margin: 4px 15px 4px 5px;
}


.content {
	padding: 5px;
}

#header {
	padding: 0;
	color: black;
	background: url(/images/cliptop.jpg) bottom left no-repeat;
}

#header h2 {
	text-align: left;
	margin: 3px 20px 0 20px;
	padding-top: 20px;
	font-size: 12px;
	color: black;
}

#headerLogin {
    position: absolute;
    left: 620px;
    top: -2px;
    font-size: 0.8em;
}


#headerTitle {
    position: absolute;
    left: 50px;
    top: 95px;
    font-size: 1.3em;
    font-weight:bold;
}

#news {
	margin: 35px 0 0 30px;
	padding: 10px;
	float: left;
	border: solid 1px maroon;
}

#news h1 {
	margin: 0;
	padding: 2px 8px 0 8px;
	font-size: 1.4em;
	color: #440000;
}

#news h3 {
	margin: 0;
	padding: 2px 8px 0 8px;
	font-size: 1.1em;
	color: #440000;
}

#news h4 {
	margin: 0;
	padding: 2px 8px 0 8px;
	font-size: 0.9em;
	color: #440000;
}

#minutes {
	font-size: 1.1em;
	color: #330000;
	padding: 10px;
}

#minutes ul {
	margin: 5px 20px;
}

#minutes h4 {
	margin-top: 12px;
}

#header br {
	margin-bottom: 0;
}

h1 {
	font-size: 1.4em;
	margin-bottom: 10px;
	margin-left: 25px;
}

h2 {
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

h3 {
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

h3.setOff {
	border-bottom: 1px solid silver;
	margin: 15px 0;
}

.req {
	color: red;
}

.msg {
	color: red;
}

.ads img {
	float: left;
	margin: 3px 0px 7px 17px;
	padding: 5px 2px;
}

.text_flow p {
	margin-top: 10px;
}


#tos ol li {
	margin: 8px 30px;
}

.text_flow ul {
	list-style-type: circle;
}

.text_flow li {
	margin: 8px 30px;
}

.tight_list ul {
	list-style-type: circle;
}

.tight_list li {
	margin: 2px 30px;
}

.big {
	font-size: 1.4em;
}

p {
	margin-top: 1em;
	margin-bottom: 1em;
}

.jslink {
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}

#tabrow {
	margin-left: 20px;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

#tabrow li {
	float: left;
	color: white;
	margin-right: 5px;
	padding-left: 10px;
	padding-top: 2px;
	list-style-type: none;
	cursor: pointer;
}

#tabrow li a {
	text-decoration: none;
	color: white;
}

#tabrow li span:hover {
	color: #efb9b9;
}

#tabrow li span {
	padding-top: 2px;
	padding-right: 10px;
}

#tabrow li.select {
	color: black;
}

#tabrow li.select span {
	color: black;
}

.clear {
	clear: both;
}

div.squareBox {
	border: 1px solid gray;
	margin: 0;
	padding: 10px;
	background: silver;
}

/* ---=== border code follows ===--- */ /*
    tlc = top left corner
    trc = top right corner
    blc = bottom left corner
    brc = bottom right corner
    lb = left border
    rb = right border
    tb = top border
    bb = bottom border 
*/
div.box {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

div.box_content {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
}

.tlc,.trc,.blc,.brc {
	background-color: transparent;
	background-repeat: no-repeat;
}

.tlc {
	background-image: url(/images/black_on_white_tl.gif);
	background-position: 0% 0%;
}

.trc {
	background-image: url(/images/black_on_white_tr.gif);
	background-position: 100% 0%;
}

.blc {
	background-image: url(/images/black_on_white_bl.gif);
	background-position: 0% 100%;
}

.brc {
	background-image: url(/images/black_on_white_br.gif);
	background-position: 100% 100%;
}

.tb,.bb {
	background-color: transparent;
	background-repeat: repeat-x;
}

.tb {
	background-image: url(/images/black_on_white_top.gif);
	background-position: 0% 0%;
}

.bb {
	background-image: url(/images/black_on_white_bottom.gif);
	background-position: 50% 100%;
}

.rb {
	background-image: url(/images/black_on_white_right.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
}

.lb {
	background-image: url(/images/black_on_white_left.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
}

div.subpage {
    padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}

div.tabbedContent {
	clear: both;
	margin-top: 0;
	overflow: hidden;
	width: 100%;
}

div.centeredContent {
	text-align: center;
}

div.bigIndent {
	padding-left: 100px;
}

div.hugeIndent {
	padding-left: 220px;
}


#top_nav {
	height: 22px;
	margin: 0;
	padding: 0;
	color: black;
	background: #CBB;
	border-top: solid 1px silver;
	border-bottom: solid 1px silver;
	font-size: 1.2em;
}

#top_nav ul {
	float: right;
	margin: 0;
	padding: 2px 20px 0 0;
	list-style: none;
}

#top_nav li {
	display: inline;
}

#top_nav a {
	float: left;
	margin: 0;
	padding: 0 2px 0 2px;
	text-decoration: none;
	font: 1em bold, arial, sans-serif;;
	color: black;
}

#top_nav p {
	float: left;
	display: inline;
	margin: 0;
	padding: 0 2px 0 2px;
	text-decoration: none;
}

#top_nav h1 {
	float: left;
	margin: 0;
	padding: 2px 0 0 10px;
	font-size: 1em;
}

#top_nav .breadcrumb {
	float: left;
	margin: 2px 0 0 0;
	padding: 2px 0 0 5px;
	font-size: 1em;
}

#bottom_nav {
	height: 20px;
	padding: 0;
	color: black;
	background: #cbb;
	border: solid 1px black;
}

#bottom_nav ul {
	float: left;
	margin: 0;
	padding: 2px 20px 0 0;
	list-style: none;
}

#bottom_nav li {
	display: inline;
}

#bottom_nav a {
	float: left;
	margin: 0;
	padding: 0 2px 0 2px;
	text-decoration: none;
	font: 1em bold, arial, sans-serif;;
	color: black;
}

#bottom_nav p {
	float: left;
	display: inline;
	margin: 0;
	padding: 0 2px 0 2px;
	text-decoration: none;
}

#bottom_nav h1 {
	float: left;
	margin: 0;
	padding: 2px 0 0 10px;
	font-size: 1em;
}

#bottom_nav a:hover {
	text-decoration: none;
	color: blue;
}

#login_form {
	float: right;
	padding: 5px;
	margin: 10px;
	width: 210px;
}

#login {
	background: url(/images/loginBack2.jpg) repeat-x;
}

#login h3 {
	margin-bottom: 2px;
}

.hidden {
	display: none !important
}

.shown {
	
}

br {
	margin-bottom: .4em;
}

.box_padding {
	padding: 10px;
}

.clubInfo hr {
	margin: 10px;
}

.half_page {
	float: left;
	width: 290px;
	padding: 10px;
	font-size: 1em;
}

.full_page {
	float: left;
	padding: 10px;
	font-size: 1em;
}

.q3_page {
	float: left;
	padding: 10px;
	width: 580px;
	font-size: 1em;
}

.full_page p, .half_page p, .q3_page p {
    font-size: 1.2em;	
}	

.error_page p {
	font-size: 1.2em;
	margin-bottom: 20px;
}

.half_page_2 {
	float: right;
	width: 390px;
	margin: 0 50px 0 0;
	padding: 10px;
	font-size: 1em;
}

div.signup_button {
	background: url(/images/signup.gif) top right no-repeat;
	cursor: pointer;
}

div.signup_button :active {
	background: url(/images/signup2.gif) top right no-repeat;
	cursor: pointer;
}

img.ad {
	cursor: pointer;
}

.list {
	list-style-type: circle;
}

.list li {
	margin: 5px 30px;
}

.adbackground {
	background-color: white;
	background: url(/images/border.psd) repeat-x left top;
}

#sidemenu {
	padding: 5px;
	margin: 5px 0 0 0;
	color: black;
	background: #cccccc;
	border: solid 1px black;
}

.sidemenuHeading {
	color: black;
	text-decoration: none;
}

#sidemenu h1 {
	font: 1.1em bold, arial, sans-serif;;
	padding: 5px 0;
	color: black;
	background: #cccccc;
	border-bottom: solid 1px black;
}

#sidemenu h2 {
	font: 1.1em bold, arial, sans-serif;;
	padding: 5px 0;
	color: black;
	background: #cccccc;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
}

#sidemenu ul {
	margin: 0;
	padding: 2px 0;
	list-style: none;
}

.sideList a {
	margin: 0;
	text-decoration: none;
	font: 1em bold, arial, sans-serif;;
	color: black;
}

#sidemenu a:hover {
	text-decoration: none;
	color: white;
}

#page {
    position:relative;
	padding: 0px;
	background-color: white;
	color: #611515;
	margin: 0 auto;
}

#errorDiv {
	padding: 0px;
	margin: 5px;
	border: solid 1px red;
	font-size: 1.2em;
	background-color: white;
	color: red;
}

#errors {
	margin: 10px 0 5px 20px;
	padding: 2px 0px 2px 10px;
}

#errors li {
	margin-left: 30px;
}

#msgDiv {
	padding: 0px;
	margin: 10px;
	border: solid 1px green;
	background-color: white;
	font-size: 1.2em;
	color: green;
}

#msgs {
	margin: 10px 0 5px 20px;
	padding: 2px 0px 2px 10px;
}

#msgs li {
	margin-left: 30px;
}

#content {
	padding: 10px 0 10px 0;
}

.border {
	border: solid 1px black;
}

div.spacer {
	background-color: white;
	height: 1em;
}

.entryCommands {
	display: inline;
	text-decoration: none;
}

entryCommands a {
	text-decoration: none;
}

.outside_button {
	margin-left: 30px;
}

.inside_button {
	margin-left: 10px;
}

.table_field_list {
	border-collapse: collapse;
}

.table_field_list td {
	padding: 2px 3px;
	text-align: left;
	vertical-align: top;
}

.table_field_list label {
	font-weight: bold;
}

.table_field_list th {
	padding: 2px 3px;
	text-align: left;
	color: black;
	background-color: silver;
}

.simple_table {
	border-collapse: collapse;
	width: 98%;
}

.simple_table td {
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	padding: 2px 3px;
	text-align: left;
	vertical-align: top;
}

.simple_table th {
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	padding: 2px 3px;
	text-align: left;
	color: black;
	background-color: #CBB;
}


.banner_table {
    border-collapse: collapse;
    width: 98%;
}

.banner_table td {
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    padding: 2px 3px;
    text-align: left;
    vertical-align: top;
}

.banner_table th {
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    padding: 2px 3px;
    text-align: left;
    color: black;
}



.centered_table {
    border-collapse: collapse;
    width: 98%;
}

.centered_table td {
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    padding: 2px 3px;
    text-align: left;
    vertical-align: middle;
}

.centered_table th {
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    padding: 2px 3px;
    text-align: left;
    color: black;
    background-color: #CBB;
}



.links_table {
	border-collapse: collapse;
	width: 98%;
}

.links_table td {
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	padding: 7px 13px;
	font-size: 1.2em;
	text-align: left;
	vertical-align: middle;
}

.links_table th {
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	padding: 2px 3px;
	text-align: left;
	color: black;
	background-color: #CBB;
}


.demo_table {
    border-collapse: collapse;
    width: 98%;
}

.demo_table td {
    padding: 2px 3px;
    text-align: center;
    vertical-align: middle;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
}

.demo_table th {
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    padding: 2px 3px;
    text-align: left;
    color: black;
    background-color: silver;
}

.demo_table img {
    border: none;	
}	

.form_table {
	border-collapse: collapse;
	width: 98%;
}

.form_table td {
	padding: 2px 3px;
	text-align: left;
	vertical-align: top;
}

.form_table th {
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	padding: 2px 3px;
	text-align: left;
	color: black;
	background-color: silver;
}

.form_table td.rightJust {
	text-align: right;
}

.rightSide {
	float: right;
	width: 500px;
}

tr.secondary {
	background-color: #ffc;
}

.primary_command a {
	text-decoration: none;
	color: #039;
}

.primary_command a:visited {
	text-decoration: none;
	color: #66F;
}

.secondary_command a {
	font-style: italic;
	text-decoration: none;
	color: #039;
}

.secondary_command a:visited {
	text-decoration: none;
	font-style: italic;
	color: #66F;
}

.prominent {
	color: maroon;
}

#footer a {
	color: #840052;
	text-decoration: none;
}

#footer {
	text-align: center;
	font-size: .9em;
	width: 100%;
	padding-top: 5px;
}

#footer p {
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: .8em;
}

