
body {
    color: #463c3c;
    font-family: 'ArialMT', 'Arial', sans-serif;
    font-size: 15px;
	line-height: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    background-color: #eee;	
}

a {
    color: #463c3c;
    text-decoration: underline;
}
a:visited {
    color: #666666;
    text-decoration: underline;
}
a:hover {
    color: #000000;
    text-decoration: underline;
}

ul, ol {
	line-height: 20px;
}

fieldset legend {
	text-align: left;
	margin-left: 20px;
	padding: 2px 5px 2px 5px;
	font-size: 13px;
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.normal {
	font-weight: normal;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.centerdiv {
	margin: 0 auto; 
	width: 100%; 
	text-align: center;
	height: auto;
}

.hide {
	display: none;
}

#header {
	height: 80px;
	width: 850px;
	padding-top: 5px;
	border: 0px;
	background: #eee url(../images/header.jpg) no-repeat;
	text-align: right;
}

label {
	padding-right: 5px;
}

#main {
	margin-left: auto; 
	margin-right: auto; 
	width: 850px;
	background-color: #fff;	
	padding-bottom: 20px;
	font-size: 14px;
}

#wrapper {
}

#content {
	padding: 15px;
}

#footer {
	text-align: center;
	color: #aaa;
	font-size: 0.8em;
}

#footer a {
	color: #2947cb;
}

#footer a:hover {
	color: #aaa;
}

#userinfo {
	text-align:right;
	background-color: #eee;
    color: #000;
    font-size: 0.9em;
}

#userinfo a {
	color: #2947cb;
}

#userinfo a:hover {
	color: #aaa;
}

/* top navigation */
#nav { 
	background: url("../images/nav-bg_2.jpg") left top repeat-x;
	width:850px; 
	margin: 0;
	border-top: 1px solid #ccc;
	padding: 0;
	float: left;
	display: inline;
	font-size: .75em;
	font-weight: bold;
	padding-bottom: 12px;
}
#nav li:hover {
		background: url("../images/nav-bg-hover.jpg") left top repeat-x;
}
#nav li {
	float: left;
	border-left: 1px solid #e3e7e8;
	border-right: 1px solid #aab0b1;
	list-style: none;
	text-transform: uppercase;
}
#nav li a {
	color: #000000;
	padding: 10px 20px 10px 20px;
	line-height: 30px;
	text-decoration: none;
}
#nav li a:hover {
	text-decoration: none;
}	
#nav li#active, #nav li#active:hover {
	background: url("../images/nav-bg.gif") left top repeat-x;
	color: #FFFFFF;
	border: none;
}
#nav li#active a {
	color: #FFFFFF;
	padding: 0 21px;
}


table.two-cols {
	width: 100%;
}

.two-cols td {
	vertical-align: top;
	width: 50%;
}

#join {
	text-align: center;		
}

#instructions {
	padding: 5px;
}

#events {
	clear: both;
	text-align: center;
	padding-top: 30px;
}

.scrolltable {
	width: 668px;
	background-color: #fff;
    position:relative;  
    margin: auto;
	height: 350px;
    overflow: auto;
}

.red {
	color: #900;
}

.error {
	color: #933b37;
	font-style: italic;
}

.remove {
	color: #933b37;
	text-decoration: none;
	cursor: pointer;
}

.infobox {
	background: #a6c2de url(../images/info.png) no-repeat 3px 5px;
	color: #202481;
	border: 1px solid #000;
	font-weight: bold;
	padding: 5px 5px 5px 27px;
	text-align: left;
}

.pencilbox {
	background: #fff870 url(../images/pencil.png) no-repeat 7px 5px;
	color: #000;
	border: 1px solid #000;
	font-weight: bold;
	padding: 5px 5px 5px 27px;
	text-align: left;
}

.error_col {
	background-color: #900;
	color: #fff;
	border: 1px solid #fff;
}

ol.orderedList li {
	padding: 5px 0 5px 0;
}

#main .note {
	font-size: 10px;
}

#main table {
	border-collapse: collapse;
}

#main .two-col table, #main table.three-col, #main table.four-col {
	width: 100%;
}

#main .two-col tr, #main .three-col tr {
	vertical-align: top;
}

#main .two-col td {
	width: 50%;
}

#main .three-col td {
	width: 33%;
}

#main .four-col td,#main .four-col td+td+td {
	width: 15%;
}

#main .four-col td+td,#main .four-col td+td+td+td {
	width: 35%;
}

#main .eetable th {
	border: 1px solid #000;
	padding: 3px;
	font-size: 12px;
}

#main .eetable td {
	padding: 5px;
}

#main .eetable tr.edit {
	background-color: #ccc;
}

#main .required {
	font-weight: bold;
}

#main .list {
	font-size: 12px;
}

#main .list td {
	border-bottom: 1px solid #ccc;	
}

#main .descriptor {
	color: #fff;
	font-size: larger;
	text-transform: uppercase;
	background-color: #009;
	background: #000000 url("../images/descriptor_back.png") repeat-x 0 50%;
	padding: 3px 0 3px 0;
}

#main .banner {
	color: #000;	
	background-color: #fdf7ee;
	padding-bottom: 7px;
	padding-left: 20px;
}

#main .banner h1 {
	margin: 0;
	font-size: 16px;
	font-weight: normal;
}

#main .banner h2 {
	margin: 12px 0 1px 0;
	font-size: 16px;
	font-weight: normal;	
}

#flashMessage {
	padding: 5px;
	background-color: #900;
	color: #ffff83;
}

table.eetable {
	width: 98%;
	border: 1px solid #ccc;
	margin: 5px;
}

.eetable th{
	background-color: #ccc;
}

.eetable tr:hover{
	background-color: #eaeaea;
}

#main .panel {
	font-size: 12px;
}

#main .panel table  {
	width: 400px;
	height: 300px;
	padding: 12px;
}

#main table.panel td {
	vertical-align: top;
}

#main .panel .input {
	border:  1px solid #463c3c;
}

#main .panel .input.example {
	color: #444;
}

#main .panel select {
	max-width: 200px;
}

#main .panel .input:disabled {
	border:  1px solid #ccc;
	color: #fff;
	background-color: #463c3c;
}

.summary .leftcol {
	width: 460px;
	float: left;
	clear: both;
	margin: 5px 0 0 25px;
}

.summary .rightcol {
	width: 250px;
	float: left;
    text-align: right;
	margin: 5px 25px 0 20px;
}

#main .panel .leftcol {
	width: 100px;
	float: left;
	clear: both;
	padding-top: 3px;
	padding-bottom: 3px;
}

#main .panel .leftcol2 {
	width: 240px;
	float: left;
	clear: both;
	padding-top: 3px;
	padding-bottom: 3px;
}

#main .panel .leftcol3 {
	width: 160px;
	float: left;
	clear: both;
	padding-top: 3px;
	padding-bottom: 3px;
}

#main .panel .rightcol {
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
}

.page2table {
	width: 100%;
	font-size: 10px;
	line-height: 10px;
}

.page2tablehead {
	text-align:center;
	font-size:14px;
	font-weight:bold;
	line-height:13px;
}

.page2stabletable {
	border-collapse: collapse;
	width: 100%;
	font-size: 10px;
	line-height: 10px;
	border: 0px;
}

.page2stabletable td, .page2stabletable th {
	padding: 3px;
	text-align: left;
	background-color: #ccc;	
	border: 1px solid #000;
}

.pdftable {
	width: 100%;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-collapse: collapse;
	font-size: 0.8em;
	page-break-inside: avoid;
}

.pdftable th, .classtable th {
	background-color: #000;
	color: #fff;
	text-align: center;
	font-weight: normal;
}

.pdftable td {
	padding: 2px 5px 2px 5px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

.pdftable th {
	padding: 0px;
}

/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
	font-size: 12px;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
	cursor:help;
}

.jTip img {
	border: 0;
}

a.entershow{
	background: url('../images/entershow.png') no-repeat top left;
	width: 300px;
	height: 85px;
	float:left;
}

a.entershow:hover{
	background: url('../images/entershow_over.png') no-repeat top left;
	
}

.login {
	background: url("../images/bg-login-300.jpg") left top no-repeat;
	height: 209px;
	width: 300px;
	margin:auto;
	padding: 3px 10px 0 10px;
}

.login_sm {
	padding-bottom: 5px;
}

#login_form_sm {
	display: inline;
	font-size: 10px;
	font-weight: normal;
	line-height: 10px;
}

#login_form_sm div {
	display: inline;
}

#login_form_sm input {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 10px;
}

.join img {
	border: 0;
}

/* Overlay */
#modalOverlay {background-color:#000; cursor:wait;}

/* Container */
#modalContainer {height:auto; width:600px; left:50%; top:15%; margin-left:-300px; background-color:#fff; border:3px solid #ccc;}
/* #modalContainer a.modalCloseImg {background:url(../images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-18px; cursor:pointer;} */
#modalContainer .basicModalContent {padding:8px;}

/* This needs to be first because FF3 is now supporting this */
.clearfix {
	display: inline-block;
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    font-size: 0;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


table.feetable {
	background-color: white;
	margin-top: 15px;
    width: 100%;
    color:  #000;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

table.feetable caption {
	text-align: left;
	border-left: 3px solid #000;
	padding-left: 5px;;
}

table.feetable th {
	vertical-align: top;
	text-align: left;
	border-left: 3px solid #000;
	padding-left: 5px;
    padding-right: 15px;
    font-size: 12px;
	letter-spacing: -1px;
}

table.feetable td {
	vertical-align: top;
    border-left: 3px solid #000;
    padding-left: 5px;
    padding-right: 15px;
    width: 33%;
}

.feetable .leftcol {
	width: 200px;
	float: left;
	clear: both;
	padding-top: 3px;
	padding-bottom: 3px;
}

.feetable .rightcol {
	float: left;
    width: 50px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #000;
}


a.bigbutton, a.bigredbutton, a.bigbluebutton {
	border: 2px solid #000;
	margin: 4px 5px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	font-size: 14px;
    text-decoration: none;
    padding: 8px 20px;
    color: #000;
    
}

.bigredbutton {
	background-color: #ecb29e;
}

.bigredbutton:hover {
	background-color: #dc7649;
	color: #fff;
    text-decoration: none;
}

.bigredbutton:active {
	background-color: #ecb29e;
	color: #fff;
}

.bigbluebutton {
	background-color: #b8ddfc;
    position: relative;
    display: inline;
}

.bigbluebutton:hover {
	background-color: #5485d3;
	color: #fff;
    text-decoration: none;
}

.bigbluebutton:active {
	background-color: #b8ddfc;
	color: #fff;
}

/* Styles for frontpage */
#frontpage {
	margin-top: 30px;
}

#frontpage div#content {
	padding: 20px 0px 0px 0px;
	background-color: rgb(255, 255, 255);
}

#frontpage #main {
	padding-bottom: 0;
}

#frontpage table {
	width: 100%;
	display: block;
}

#frontpage table tr td {
	padding-bottom: 5px;
}

#frontpage table td.left {
	padding-left: 10px;
	width: 650px;
	padding-right: 5px;
}

#frontpage table td.right {
	width: 186px;
	background-color: #ffffff;
	margin-right: 10px;
	margin-left: 5px;
	text-align: center;
}

#frontpage table td.right img {
	margin-top: 3px;
	vertical-align: top;
}

#frontpage div.right {
	float: right;
	text-align: center;
}

#frontpage table div.right div:first-child,
#frontpage table .button {
	border-top: 3px solid rgb(255, 255, 255);
}

#frontpage table div.right div,
#frontpage table .button {
	background-color: rgb(229, 230, 255);
	width: 150px;
	border-left: 3px solid rgb(255, 255, 255);
	border-right: 3px solid rgb(255, 255, 255);
	border-bottom: 3px solid rgb(255, 255, 255);
	height: 70px;
	font-weight: bold;
}

#frontpage table div.right div:hover,
#frontpage table .button:hover {
	background-color: #f2e29d !important;
}
#frontpage table div.right div{
	cursor: pointer;
}


#frontpage table .button {
	float: left;
	width: 214px;
}

#frontpage table div.right div.even,
#frontpage table .button.even {
	background-color: rgb(189, 205, 255);
}

#frontpage table div.right div a,
#frontpage table .button a {
	text-decoration: none;
	padding: 4px 0px;
	line-height: 30px;
	color: #463c3c;
}
#frontpage table div.right div.odd,
#frontpage table .button.odd {
	background-color: rgb(255, 226, 138);
	
}

#frontpage table div.right div.odd,
#frontpage table .odd a.white {
	color: #ffffff;
	
}


#frontpage table div.right div a:hover,
#frontpage table div.right div:hover,
#frontpage table td.button:hover {
	color: #463c3c;
}

#frontpage h1 {
	color: rgb(37, 43, 113);
	font-size: 22 px;
}

#frontpage h2 {
	color: rgb(37, 43, 113);
	font-size:19 px;
}	

#frontpage h3 {
	color: rgb(37, 43, 113);
	font-size:17 px;
}	
#frontpage ul {
	font-style: bold;
	font-size: 16px;
	line-height: 30px;
}

#frontpage ul li {
	margin-left: 40px;
}

#frontpage table .button {
	text-align: center;
}

#frontpage table .button {
	line-height: 3.6;
	vertical-align: middle;
}

#frontpage table .button a {
	color: rgb(37, 43, 113);
	font-size: 18px;
	font-weight: bold;
	padding: 26px 35px;
	line-height: 3.6;
}

#frontpage form#login_form_sm span {
	display: none;
}

#frontpage form#login_form_sm label {
	width: 72px;
}

#frontpage form#login_form_sm div {
	padding-top: 5px;
	display: block;
}

#frontpage #login {
	margin: 3px 5px 0 0;
	float: right;
}

a.checkall, a.uncheckall {
	text-decoration: none;
	font-size: smaller;
}

.info_slider {
	background: #a6c2de url(../images/info.png) no-repeat 3px 5px;
	color: #202481;
	font-weight: bold;
	border: 1px solid #000;
	padding: 5px 5px 5px 27px;
	margin: 0 auto;
	text-align: left;
}

.slider_container {
	margin: 0 auto;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 0px 5px 5px 27px;
}
