html {
	font-size: 100%;
}

body {
	margin: 20px 0 0 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
	color: #666666;
	background: #38a1b6 url(/img/body_bg_2010.gif) top center no-repeat;
	}
	

/* links
---------------------------------------------------------- */
	
a {
	color: #c6e512;
	text-decoration: none;
	}
	
a:hover {
	color: #c6e512;
	text-decoration: underline;
	}
	
#bottom-links a:link, #bottom-links a:visited {
font-size: 1em;
	color: #009ddc;
	text-decoration: none;
	padding: 0 5px 0 5px;
	}
	
#bottom-links a:hover {
	text-decoration: underline;
	}
	
.header a:link, .header a:visited {
	color: #009ddc;
	text-decoration: none;
	}
	
#footer a:link, #footer a:visited {
font-size: 1em;
	color: #009ddc;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: underline;
	}
	
	dl#footer {
	/*  width: 687px; - 678*/
	width: 680px;
	/* margin: 0 0 0 -20px; */
	margin: 0 0 0 12px;
	padding: 0 0 0 28px;
	border-top: 1px solid #dcadde;
	}
	
dl#footer dt {
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
	border-right: 1px solid #dcadde;
	}

dl#footer dd {
	margin: 0;
	/* padding: 20px 0 0 20px; */
	padding: 20px 0 0 15px;
	display: inline;
	float: left;
	}
	
	

	
	
	
/* headers
---------------------------------------------------------- */

h1 {
	color: #fff;
	font-size: 1.9em;
}

h3 {
	color: #fff;
	font-size: 150%;
	}	

/* structure
---------------------------------------------------------- */

#wrapit {
	width: 825px;
	margin: 20px auto 0;
	position: relative;
}

#wrap {
	background: url(/img/sub_wrap_bg_2010.gif) repeat-y center top;
	width:743px;
	font-size: 1.1em;
	float:right;
	/*margin: 0 0 0 83px;*/
	}

#masthead {
	background: url(../img-event/event-masthead-bg.png) no-repeat;
	height: 240px;
}

#logout a {
	position: absolute;
	top: 50px;
	right: 10px;
	_right: 10px;
	/*background-color: orange;*/
	width: 140px;
	height: 30px;
	display: block;
}

#logout span {
	display: none;
}

#masthead h1 {
	background: none no-repeat;
}

#masthead span {
	display: none;
}

/* @group navigation */

#nav {
	margin-left: 0;
	font: .6em Tahoma, Arial, "Century Gothic", "Trebuchet MS", sans-serif;
}

#nav ul {
	margin: 0;
	padding: 47px 0 0;
}

#nav li {
	float: left;
	list-style-type: none;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	text-align: center;
}

#nav li a.one {
	/*padding-top: 8px;*/
	padding-top: 1px;
	height: 22px;
}

#nav li a {
	display: block;
	color: #fff;
	text-decoration: none;
	float: left;
	height: 30px;
	padding: 1px 12px 0;
	margin: 0;
}

#nav li a:hover {
	text-decoration: none;
	background-color: #fb782a;
	display: block;
}

#nav li a.on {
	text-decoration: none;
	background-color: #fb782a;
	display: block;
	color: #333;
}

/* @end */

/* @group content */

#content {
	font-size: .8em;
	/* padding: 0 30px 10px 10px; */
	padding: 0 20px 10px 10px;
	margin: 0;
}

#content .event {
	float: left;
	margin: 0;
	padding-left: 20px;
	width: 400px;
	/*border-top: 1px solid #7c5186;*/
}


#content .wide {
	float: left;
	margin: 0;
	/* padding-left: 20px; */
	padding-left: 0px;
	padding-bottom: 10px; /* added by JM for mange account page to make bottom space on menu work*/
	/* font-size: .9em; */
	font-size: 1em;
	/* width: 90%; */
	width: 678px;
}


#content .event h5 {
	color: #c6e512;
	margin: 0;
	text-transform: uppercase;
	/*font: bold .7em Tahoma;*/
	font: bold .9em /*Tahoma*/;
	padding-top: 2px;
	padding-bottom: 4px;
}

#content .column {
	float: right;
	border-left: 1px solid #7c5186;
	/*background: url(../img-event/event-column-bg.jpg) no-repeat -1px bottom;*/
	width: 200px;
	padding-left:10px;
	margin-right:0px;
	padding-top: 2;
	padding-right: 0;
}

#content .column p {
	margin: 0;
	font-size: .9em;
	padding: 2px 4px 2px 0;
}

#content .column p.sm {
	color: #c6e512;
	font-size: .8em;
	margin-top: 8px;
}

#content .column a {
	color: #fff;
}

#content .column h4 {
	color: #c6e512;
	padding: 0 0 5px;
	font-size: 1.2em;
	margin: 0;
}

#content .column .eval {
	border-top: 1px solid #777;
	margin-top: 15px;
	width: 90%;
}

#content .column .eval h6 {
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 0;
	font-size: 1.1em;
}

#content .column .eval ul {
	margin: 10px 0 0;
	padding: 0;
	list-style-type: none;
	/* font: .9em Tahoma; */
	font: .8em;
}

#content .column .eval li {
	padding-left: 8px;
	background: url(../img-event/eval-bg.jpg) no-repeat;
	height: 25px;
	padding-top: 5px;
	font-size: .9em;
	padding-bottom: 0;
	margin: 0;
}

#content .column .eval li.complete {
	background: url(../img-event/eval-complete-bg.jpg) no-repeat;
}

#content .column .eval li a {
	font-weight: bold;
}

#content .column .eval li a:hover {
	color: #c6e512;
	text-decoration: none;
}

#content .column .eval li .num {
	font-weight: bold;
	color: #8f4c91;
	font-family: Tahoma;
	padding-right: .2em;
}

/* @group dl */

#content dl {
	margin: 0 0 5px;
	padding: 0;
	display: block;
	clear: both;
	/*font-size: .8em;*/
	font-size: 1em;
}

#content dt, #content dd {
	display: block;
	/* width: 150px; - 375 */
	width: 395px;
	float: left;
	padding: 0
	margin: 0 0 10px;
}

#content dt {
	/*text-align: right;*/
	text-align: left;
	/* width: 140px; - 280 - 260 */ /*if left on 140px it will make some footers display wrong*/
	width: 260px;
	padding-right: 20px;
}

#content br {
	clear: left;
}

/* @end */

/* @end */

#clockhead {
	height: 140px;
	background: url(../img-event/clockhead-bg.png) -82px no-repeat;
	position: relative;
}

#clockbox {
	position: absolute;
	width: 205px;
	height: 75px;
	right: 53px;
	top: 13px;
	font-size: .9em;
}

#clockbox h6 {
	color: #666600;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 8px 0 0;
	font: bold .6em Tahoma;
}

#clockbox .countdown {
	color: #fff;
	display: block;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 15px;
	font: bold 1.4em Arial, Helvetica, Geneva, sans-serif;
	word-spacing: 2px;
	margin-top: 10px;
}

#clockbox .desc {
	color: #ffffcc;
	font-size: .5em;
	text-transform: uppercase;
	text-align: left;
	display: block;
	word-spacing: 28px;
	text-indent: 25px;
}

#subhead {
	height: 45px;
	background: url(/img/sub_wrap_bg_2010.gif) -82 top no-repeat;
	margin: 0;
	padding: 0;
}

#subhead h2 {
	color: #c6e512;
	padding-top: 2px;
	padding-left: 0;
	font-size: 1.2em;
	padding-bottom: 6px;
	border-bottom: 1px solid #777;
	margin: 0 0 0 30px;
	width: 600px;
}

#subhead h3 {
	color: #c6e512;
	padding-top: 2px;
	padding-left: 0;
	font-size: 1em;
	padding-bottom: 6px;
	border-bottom: 1px solid #777;
	margin: 0 0 0 30px;
	width: 600px;
}

#content h2 {
	color: #c6e512;
	padding-top: 2px;
	padding-left: 0;
	padding-bottom: 6px;
	border-bottom: 1px solid #777;
	margin: 0 0 6px;
	font-size: 1.7em;
}

.section {
	background-color: #97589e;
	width: 685px;
	margin: 0;
	padding: 10px;
	font-size: .9em;
}

.buttons {
	display: block;
	margin-left: 5px;
	padding-top: 5px;
	margin-top: 10px;
}

.ebutton {
	height: 24px;
	display: block;
	background: url(../img-event/button-grad.jpg) repeat-x;
	color: #fff;
	text-align: center;
	float: left;
	margin-right: 20px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	line-height: 2em;
	_line-height: 1.8em;
	margin-top: 5px;
	margin-bottom: 5px;
}

/*.ebutton {
	width: 99px;
	height: 24px;
	display: block;
	background: url(../img-event/event-button.gif) no-repeat;
	color: #fff;
	text-align: center;
	padding-top: 3px;
	float: left;
	margin-right: 20px;
}*/

.ebutton:hover {
	text-decoration: none;
}

.ebutton a {
	color: #fff;
}

.ebutton a:hover {
	color: #fff;
	text-decoration: none;
}

/* @group footer-nav */

#footer-nav {
/*               \\ comented out by JM to match master page
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	text-align: center;
	padding-top: 10px;
	_padding-top: 5px;
	padding-bottom: 10px;
	font: .7em Tahoma, Arial, sans-serif;
	display: block;
	margin-right: 2px;
	margin-top: 40px;
	margin-left: 2px;
*/
	width: 705px; /* width: 715px; */
	margin-top: 30px;
	margin-right: -2pt;
	margin-bottom: 0pt;
	/* margin-left: -20px; -2px*/
	margin-left: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dcadde;
	padding-top: 10px;
	padding-right: 0pt;
	padding-bottom: 0px;
	padding-left: 0pt;
	text-align: center;
	/* added by JM 
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dcadde;*/
}

#footer-nav a {
	color: #009ddc;
	text-decoration: none;
/*	Changed by JM to reduced padding space on footer nave to match master
	padding-right: 15px;
	padding-left: 15px;
	*/ 
	padding-right: 5px;
	padding-left: 5px;
}

#footer-nav a:hover {
	text-decoration: underline;
}

/* @end */

/* @group footer */

#footer {
	font: .8em Tahoma, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	height: 90px;
	margin-left: 50px;
}

#footer a {
	font-size: .9em;
}

#footer .left {
	border-right: 1px solid #ccc;
	float: left;
	padding-right: 10px;
}

#footer .right {
	width: 380px;
	float: left;
	padding-top: 5px;
	padding-left: 20px;
	font-size: .8em;
}

#footer .right h5 {
	color: white;
	text-align: left;
	display: inline;
	font-size: 1.2em;
}

#footer .right .under a {
	text-decoration: underline;
}

#footer .right .under a:hover {
	text-decoration: none;
}

.footer-links {
	display: block;
	margin: 0;
	padding: 10px 0;
}

.footer-links a {
	padding-right: 10px;
	padding-left: 10px;
}

.footer-links a.first {
	padding-left: 0;
}

/* @end */

.clear {
	clear: both;
	display: block;
}

.sm {
	color: #c6e512;
	font-size: .9em;
}

/* @group grid */

/* gridview */

.goto-view {
	color: #bee31b;
	text-decoration: none;
	text-transform: capitalize;
	font-size: .9em;
	font-weight: normal;
	font-style: normal;
}

.goto-view a {
	color: #bee31b;
	text-decoration: underline;
}

.goto-page {
	color: #bee31b;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	position: absolute;
	right: 15px;
}

.goto-page-bottom {
	color: #bee31b;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: normal;
	font-style: normal;
	width: 700px;
	display: block;
	margin-top: 5px;
	font-size: .9em;
	text-align: center;
	margin-bottom: 30px;
}

.goto-page a, .goto-page-bottom a {
	color: #bee31b;
	text-decoration: underline;
}

.goto-view a:hover, .goto-page a:hover {
	text-decoration: none;
}

.grid {
	margin: 0;
	border-width: 0;
	border-collapse: collapse;
	background: #97589e none repeat;
	width: 675px;
	padding: 0;
}

.w425 {
	width: 425px;
}

.float-left {
	float: left;
}

.grid td {
	padding-top: 2px;
	padding-left: 4px;
	padding-bottom: 2px;
	text-align: left;
	line-height: 1.5em;
}

.grid th {
	text-align: left;
	line-height: 1.5em;
	margin: 0;
	padding: 0 0 0 4px;
}

.grid td {
	font-size: .9em;
}

.grid tr.head {
	font-size: 1em;
	height: 30px;
}

.grid tr.even {
}

.grid tr.odd {
	background: #a36aa9 none repeat-x;
}

.columns th, .columns td {
	border-right: 1px solid #c087c7;
}

.columns th a {
	color: #fff;
	display: block;
	margin: 0;
	padding: 0;
}

.columns th a.sort {
	color: #fff;
	line-height: 2.1em;
	position: relative;
	background-image: none;
	/*background-color: #8c5393;*/
	background-color: transparent;
	margin: 0;
	padding: 0;
}

.columns th a.sort:hover {
	background-color: #9c5ca4;
	_background-color: #9c5ca4;
	text-decoration: none;
}

.columns th.last, .columns td.last {
	border-right-style: none;
}

th .sortMe {
	text-align: right;
	position: absolute;
	right: 5px;
	display: inline;
	background: url(../img-admin/downArrow-wh.gif) no-repeat 80%;
	_background: url(../img-admin/downArrow-wh.gif) no-repeat 0 -2px;
	width: 12px;
	height: 12px;
	top: 8px;
}

/* @end */

/* @group rows */

div.rows {
	width: 350px;
	display: block;
	padding-bottom: 10px;
}

div.row {
  padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	clear: both;
}

div.row span.label {
  float: left;
  width: 130px;
  text-align: right;
}

div.row span.value {
  float: right;
  width: 200px;
  text-align: left;
	font-weight: bold;
} 
  
/* @end */

/* @group forms */

form {
	margin: 0;
	padding: 0;
}

label {
	display: block;
	margin-bottom: 2px;
	color: #666666;
	margin-top: 20px;
}

label.req {
	background: url(../img-event/req.gif) no-repeat 0 50%;
	padding: 0 0 0 18px;
	margin-top: 20px;
}

input {
	/*width: 120px;*/
	/*float: left;*/
	color: #666;
}

.radi0o {
	/*width: 120px;*/
	/*float: left;*/
	color: #999;
	float: right;
	/*font-size: .8em;*/
}

.req, .nonreq {
	margin-top: 5px;
}

form select {
}

fiel3dset {
	border-style: none;
}

/* @end */

.boxPlanner {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 10px;*/
	font-size: 12px;
	color: #FFFFFF;
}
.toolsHeader {
	font-size: 16px;
	color: #FFCC00;
}
.listEvents {
	list-style-position: inside;
	list-style-image: url(../img/bullet.gif);
	list-style-type: none;
}

