/* CSS Document */

.cmscontent1{
	width				: 450px;
}

.membersText {
	width				: 285px;
	min-height			: 90px;
	margin-bottom		: 10px;
	margin-top			: 50px;
	float				: left;
}

.rightcontentcontainer{
	width				: 285px;
	min-height			: 90px;
	background-color	: #11B89E;
	margin-top			: 15px;
	margin-bottom		: 10px;
	margin-right		: 10px;
	overflow			: auto;
	float				: left;
}

.rightcontenttext{
	min-height			: 60px;
	width				: 260px;
	padding 			: 0px;
	margin-left			: 15px;
}

.rightcontenttext h3{
	font				: bold;
	color				: #ffffff;
	margin-bottom		: 15px;
}

.rightcontenttext p, .rightcontenttext p a, .rightcontenttext li{
	font				: normal;
	color				: #ffffff;
	text-decoration		: none;
}

.rightcontenttext p a:hover{
	color				: #ffffff;
	text-decoration		: underline;
}

.curvesholder {
	width 				: 285px;
}

#eventdate {
	width				: 750px;
	height				: 36px;
	background-color	: #49CAB6;
	margin				: 10px 0px;
	padding				: 0px;
}

.curvesholdersmall {
	width 				: 750px;
	height				: 8px;
}

#eventdatediv1 {
	width				: 300px;
	float				: left;
}
#eventdatediv2 {
	width				: 300px;
	float				: right;
}
.go {
	width				: 45px;
	padding-left		: 7px;
}
#eventdatetext {
	color 				: #FFFFFF;
	padding				: 0px 20px;
	margin				: 0px;
	height				: 20px;
	background-color	: #49CAB6;
}
#eventdatetext p {
	padding				: 0px;
	margin				: 0px;
	text-align			: left;
}

#eventdatetext p.eventheadsmall {
	padding				: 0px;
	margin				: 0px;
	text-align			: right;
}

#eventdateform select {
	width				: 100px;
}
/* ----------------------------------------------------------------------------- 
   ------- CURVES
 */

#topleft {background-image		: url(../STAT/green_curve_top_left.gif);}
#topright {background-image		: url(../STAT/green_curve_top_right.gif);}
#bottomleft {background-image	: url(../STAT/green_curve_bot_left.gif);}
#bottomright {background-image	: url(../STAT/green_curve_bot_right.gif);}

#topleftsmall {background-image		: url(../STAT/green-corner-top-left.gif);}
#toprightsmall {background-image	: url(../STAT/green-corner-top-right.gif);}
#bottomleftsmall {background-image	: url(../STAT/green-corner-bottom-left.gif);}
#bottomrightsmall {background-image	: url(../STAT/green-corner-right-bottom.gif);}

/* ----------------------------------------------------------------------------- 
   -------Text Styles
*/

h1, h2, h3, h4, h5, h6, a:hover, legend {
	color					: #11B89E;
}	

table.widetable, table.widetable th, table.widetable td {
	font-size				: 1em;
}

table.widetable th
{
	background-color		: #11B89E;
}

table.widetable th.tableheadleft
{
	background-image		: url(../STAT/green-corner-top-left.gif);
	background-position		: top left;
	background-repeat		: no-repeat;
}

table.widetable th.tableheadright
{
	background-image		: url(../STAT/green-corner-top-right.gif);
	background-position		: top right;
	background-repeat		: no-repeat;
}

table.widetable td
{
	background-color		: #FFFFFF;
}

table.widetable td.lightgreenback
{
	background-color		: #E3FDF9;
}

#memberColLeft {
	width					: 32%;
	float					: left;
}

#memberColRight {
	width					: 32%;
	float					: right;
}

#memberColCenter {
	width					: 96%;
	padding-left			: 10px;
}

.memberPanel {
	border					: 1px solid #49CAB6;
	margin-bottom			: 10px;
}

.memberPanel h4 {
	background-color		: #49CAB6;
	color					: #FFFFFF;
	padding					: 2px;
	margin					: 0px;
}

.memberPanel p {
	padding					: 2px;
}

