body {
	font-size:0.9em;
	background-color:#fff;
	/*background-color:#E2EBED;*/
	font-family: Arial, Helvetica, Lucida Sans, sans-serif;
	margin:0px;
	padding:0px;
	color: #000000;
}

.right {
	text-align: right;
}
.reqField {
	border-left: 4px solid #f00;
	padding-left: 4px;
}
/*******************************************/
/********** ANCHOR DECLARATIONS ************/
/*******************************************/
a.crumbs {
	background-color: #f00;
	display: block:
}
a.button {
	text-decoration: none;
}

button {
	height: 2em;
}
/*******************************************/
/***********  IMG DECLARATIONS  ************/
/*******************************************/
img{
	border:0px;
}
img .fLeft {
	float: left;
}
img.crumbs {
	float: left;
	vertical-align: middle;
}
img.bordered {
	border: 1px solid #000;
}


/*******************************************/
/*********  HEADLINE DECLARATIONS **********/
/*******************************************/
h1 {
	margin: 0;
	font-size: 1.4em;
	color: #36c;
	height: 1.4em;
	padding: 5px 2px 2px 0px;
	background: url(images/dots_hdr.gif) left center repeat-x;	
}


/*******************************************/
/************  P DECLARATIONS  *************/
/*******************************************/
em.name {
	color: #36c;
	font-weight: bold;
	font-style: normal;
}

p {
	margin: 0;
	font-family: arial, helvetica, verdana, sans-serif;
	line-height: 1.2em;
}

p.content {
	margin: 0.8em auto;
	padding: 0 8px;
	font-size: 1em;
	color: #000;
}
p.links {
	margin: 0.8em auto;
	padding: 0;
	text-indent: -1.6em;
}
p.location {
	margin: 0.8em 0.8em 0.8em 25px ;
	padding: 0;
	color: #36c;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 1em;
}
p.member {
	margin: 0.8em auto;
	padding: 0;
	font-weight: normal;
}
p.names {
	margin: 0.2em 0 0 2em;
	padding: 0;
}
p.namesList {
	font-weight: bold;
	margin: 0.2em 0 0 2em;
	padding: 0 5px 0 0;
}
p.note {
	font-style: italic;
	color: #f30;
	padding: 10px 0;
}
p.error {
	color: #f00;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
}
p.login {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	margin: 0.8em auto;
	font-size: 1.1em;
}


/*******************************************/
/***********  SPAN DECLARATIONS ************/
/*******************************************/
span.at {
	background: url(images/at.gif) left center no-repeat;
	padding: 10px 5px 10px 40px;
	line-height: 2em;
	margin-left: 10px;
}
span.committee {
	background: url(images/bullet_sq.gif) left center no-repeat;
	padding: 2px 5px 2px 13px;
	line-height: 1.2em;
	color: #903;
	font-weight: bold;
	margin-left: 6px;
}
span.crumbs {
	background-color: #4d6b69;
	background: url(images/dots_rev2.gif) left center no-repeat;
	padding: 0px 2em 0 30px;
	margin-left: 6px;
	color: #fff;
	font-weight: bold;
}
span.eventDate {
	background: url(images/bullet_date.gif) left center no-repeat;
	padding: 2px 2px 2px 20px;
	margin-left: -15px;
	font-weight: bold;
}
span.h1bullet {
	background: url(images/bullet_h1.gif) left center no-repeat;
	padding: 2px 8px 2px 26px;
	background-color: #fff;
}
span.indent {
	background: url(images/bullet.gif) left center no-repeat;
	padding: 2px 2px 2px 20px;
	margin-left: 2em;
}
span.links {
	background: url(images/bullet.gif) left center no-repeat;
	padding: 2px 2px 2px 20px;
}
span.logout {
	background: url(images/unlock.gif) left center no-repeat;
	padding: 2px 2px 2px 25px;
}
span.mark {
	background-color: #f00;
	color: #fff;
	padding: 2px;
	text-decoration: none;
}
span.profile {
	background: url(images/bullet_profile.gif) left center no-repeat;
	padding: 2px 2px 2px 18px;
	color: #36c;
}
span.profiled {
	background: url(images/bullet_profile.gif) right center no-repeat;
	padding: 2px 21px 2px 2px;
	color: #000;
	font-weight: bold;
	font-size: 1.2em;
}
span.required {
	color: #f00;
	font-style: italic;
}
span.sTitle {
	background: url(images/lock.gif) left center no-repeat;
	padding: 2px 2em 2px 22px;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
}
span.subLevel {
	background-color: #3ff;
	background: url(images/arrow_rev.gif) left center no-repeat;
	padding: 0px 2em 0 16px;
	margin-left: -1.8em;
	color: #fff;
	font-weight: bold;
}
span.yes {
	color: #080;
	font-weight: bold;
}
span.no {
	color: #f00;
	font-weight: bold;
}
span.rev {
	color: #fff;
}

/********************************************/
/********* FORM FIELD DECLARATIONS **********/
/********************************************/
input {
	padding-left: 1px;
	height: auto;
}
input.buttons {
	width: auto;
	height: 2em;
	text-align: center;
	padding: 1px;
}
input.sm {
	width: 2em;
}
input.med {
	width: 50%;
}

input.lrg {
	width: 80%;
}

input.full {
	width: 100%;
}

input.quote {
	width: 140px;
}

input.files {
	width: 100px;
}

input.radios {
	height: 1.3em;
}
/***/
select {
	height: 1.5em;
	padding-left: 1px;
	font-size: 11px;
	border: 1px solid #000;	
}
select.sm {
	width: 4em;
}

select.med {
	width: 60%;
}
select.multipleSelect {
	height: 60px;
	overflow: auto;
}
/***/
.editor {
	background-color: #fff;
	width: 100%;
	height: 100px;
	padding: 5px;
	font-size: 11px;
}
textarea.full{
	width: 100%;
	height: 50px;
	overflow: auto;
	padding: 5px;
	font-size: 11px;
	border: 1px solid #cccccc;
	background-color: #fff;
}
textarea.msg{
	width: 80%;
	height: 60px;
	overflow: auto;
	padding: 5px;
	font-size: 11px;
	border: 1px solid #cccccc;
}
textarea.tallMsg{
	width: 80%;
	height: 200px;
	overflow: auto;
	padding: 5px;
	font-size: 11px;
	border: 1px solid #cccccc;
}
textarea.wideMsg{
	width: 95%;
	height: 100px;
	overflow: auto;
	padding: 5px;
	font-size: 11px;
	border: 1px solid #cccccc;
}
/*******************************************/
/**********  TABLE DECLARATIONS ************/
/*******************************************/
table.normal {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0;
}


table.agenda {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0;
}
td.time {
	width: 8%;
	text-align: right;
	vertical-align: top;
	padding: 0 10px 10px 0;
}
td.detail {
	width: 92%;
	text-align: left;
	vertical-align: top;	
	padding-bottom: 10px;
}
td.closing {
	width: 100%;
	text-align: left;
	vertical-align: top;
	padding: 5px 0;
}
/***/
table.links {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0;
}
td.links {
	width: 50%;
	height: auto;
	padding: 5px 10px 5px 50px;
	vertical-align: top;
}
/***/
table.cForm {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0;
}
td.cForm {
	width: 100%;
	height: auto;
	padding: 5px 10px;
	vertical-align: top;
	text-align: left;
}
td.cFormLeft {
	width: 30%;
	height: auto;
	padding: 5px 10px 5px 10px;
	vertical-align: top;
	text-align: left;
}
td.cFormMid {
	width: 35%;
	height: auto;
	padding: 5px 0px;
	vertical-align: top;
	text-align: left;
}
td.cFormRight {
	width: 35%;
	height: auto;
	padding: 5px 0px 5px 0px;
	vertical-align: top;
	text-align: left;
}
td.buttons {
	height: auto;
	text-align: center;
	padding: 5px;
}
/***/
table.imgTable{
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	text-align: center;
}
td.images{
	width: 150px;
	padding-top: 10px;
	border: 1px solid #ccc;
}
td.dimage{
	width: 150px;
	padding-top: 10px;
	border: 1px solid #ccc;
	background-color: #f00;
}

.editing{
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	text-align: left;
	background-color: #f00;
}
.editing td {
	width: 100%;
	vertical-align: top;
	text-align: left;
	height: 1.2em;
	border: none;
	/* border: 1px solid #777; */
	padding: 2px 2px 8px 5px;
	background-color: #ffc;
}
td.left {
	width: 40%;
}
td.right {
	width: 60%;
}

table.data {
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	text-align: left;
}

.data td {
	vertical-align: top;
	height: 1.2em;
	border: 1px solid #777;
	padding: 2px;
	background-color: #fff;
}
.data tr {
	border: 1px solid #777;
}
.data th {
	border: 1px solid #777;
	padding: 2px;
	text-align: center;
	background-color: #ccc;
}
th.rev {
	background-color: #777;
	color: #fff;
}
td.profile {
	background-color: #9f3;
}

td.highlight {
	background-color: #ccf;
}

td.centered {
	padding: 5px 5px 10px 5px;
	text-align: center;
}


th.spacer, td.spacer {
	width: 25px;
	background-color: #ffc;
	border: 0;
}

td.static {
	background-color: #eee;
}
/***/
table.profile {
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	background-color: #ccd;
}
td.columnID{
	text-align: left;
	border-bottom: 1px solid #000;
}


/***/
table.dataHalf {
	width: 60%;
	padding: 0;
	margin: 0;
	border: 0;
}
.dataHalf td {
	border: 1px solid #777;
	padding: 2px 2px 2px 5px;
	background-color: #fff;
	text-align: left;
}
.dataHalf th {
	border: 1px solid #777;
	padding: 2px;
	text-align: center;
	background-color: #ccc;
}
td.transparent {
	background-color: #ffc;
	padding: 10px 2px;
	border: none;
	text-align: left;
}
/***/
table.login {
	width: 95%;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0;
}
td.login {
	width: 50%;
	height: auto;
	padding: 5px;
	vertical-align: top;
}
td.loginButton{
	width: 50%;
	height: auto;
	padding: 5px;
	vertical-align: top;
	text-align: center;
}
td.error {
	width: 50%;
	height: auto;
	padding: 10px 10px 10px 15px;
	vertical-align: top;
}
/***/
td.center {
	text-align: center;
	vertical-align: top;
	border: 1px solid #777;
}
td.leftJust {
	vertical-align: top;
	text-align: left;
	border: 1px solid #777;	
	padding-left: 5px;
}
td.upload {
	border-bottom: 1px solid #903;
	padding: 10px 5px;
}

/*******************************************/
/********  DIV CLASS DECLARATIONS **********/
/*******************************************/
div.aboutBack {  /** this div is the wrapper for the #mainContent to hold background image*/
	background: url(images/cme_logo.gif) right bottom no-repeat;
}
div.addrow {
	text-align: right;
	margin: 15px 0;
}
div.admin {
	margin-top: 10px;
	align: left;
}
	
div.agenda {
	position: relative;
	margin-left: 25px;
	border-left: 4px solid #36c;
	padding: 0 5px;
	margin-bottom: 25px;
}
div.agenda p{
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 1em;
}
	
div.confirmation {  /* for displaying database confirmations */
	width: 300px;
	font-size: 1.1em;
	border: 1px solid #01ad4e;
	min-height: 1.5em;
	height: auto !important; /* CSS hack for IE6 */
	height: 1.5em; /* CSS hack for IE6 */
	vertical-align: top;
	background: #b8e8cd url(images/confirm.gif) 10px 5px no-repeat;
	padding: 5px 5px 5px 35px;
	margin: 0 0 10px 0;
}
		
div.contactForm {
	width: 500px;
	background-color: #e4e9e9;
	padding: 5px 5px 5px 10px;
	border-left: 4px solid #4d6b69;
	margin: 0 0 0 25px;
}

div.dataEntry {
	width: 80%;
	text-align: left;
	margin-left: 20px;
}

div.dataEntryFloat {
	float: left;
	width: 480px;
	text-align: center;
	margin-left: 20px;
}

div.dataWrap {
	position: relative;
	width: 100%;
	text-align: center;
	margin: 0;
	min-height: 450px;
	height: auto !important;  /* CSS hack for IE6 */
	height: 450px;  /* CSS hack for IE6 */		
}

div.error {  /* for displaying database errors */
	width: 300px;
	font-size: 1.1em;
	border: 1px solid #ff1a00;
	min-height: 1.5em;
	height: auto !important;  /* CSS hack for IE6 */
	height: 1.5em;  /* CSS hack for IE6 */	
	vertical-align: center;
	background: #ffcdc7 url(images/error.gif) 10px 5px no-repeat;
	padding: 5px 5px 5px 35px;
	margin: 0 0 10px 0;	
}

div.profileData {
	margin-left: 520px;
	width: 20%;
}

div.eventDisplay {
	position: absolute;
	top: 45px;
	left: 0px;
	padding: 0px 5px 0px 20px;
	height: auto;
}

div.eventDisplay2 {
	position: absolute;
	top: 38px;
	left: 0px;
	padding: 0px 5px 0px 25px;
	height: auto;
}
div.modPanel {
	position: relative;
	width: 100%;
	border: 1px solid #903;
	background-color: #ffc;
	margin-top: 25px;
	padding-bottom: 20px;
}
div.modTitle {
	width: 11em;
	background-color: #903;
	padding: 5px;
	text-align: center;
	color: #fff;
	font-size: 1.2em;
}
div.title {
	width: 100%;
	background-color: #4d6b69;
	height: 2em;
	background: url(images/admin_text.gif) center center no-repeat;
}
div.sectionTitle {
	width: 11em;
	background-color: #4d6b69;
	margin: -5px 0 2px -10px ;
	padding: 5px;
}

/*******************************************/
/************  ID DECLARATIONS *************/
/*******************************************/
#CHwrap {
	height: 100%;
	background: url(images/admin_hdr_top.gif) left top repeat-x;
	padding: 0;
	margin: 0;
}

#content {
	position: relative;
	margin: 0 25px 0 152px;
}

#contentHeader {
	height: 1em;
	background: url(images/admin_hdr_bot.gif) left bottom repeat-x;
	padding: 14px 10px 15px 0;
	margin: 0;
	text-align: right;
	color: #000;
	font-size: 1.1em;
}

#contentHeader a {
	text-decoration: none;
	font-weight: bold;
	color: #309;
}
#contentHeader a:hover {
	text-decoration: underline;
	color: #000;
}
#contentTools {
	height: 2em;
	background-color: #fff;
	position: relative;
	margin: 0;
	
}
#contentTools ul{
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
}
#contentTools li a{
	list-style-type: none;
	display: block;
	background: #4d6b69;
	padding: 0;
	height: 2em;
	width: auto;
	line-height: 2em;
}
#contentTools div.crumbs {
	height: 2em;
	line-height: 2em;
	margin-right: 350px;
}

#contentTools div.resources {
	width: 350px;
	position: absolute;
	right: 0;
	top: 0;
	color: #999;
	font-weight: bold;
	text-align: right;
	padding: 10px 5px;
}
#contentTools span.date {
	color: #333;
	border-right: 4px solid #36c;
	margin-right: 10px; 
	padding-right: 10px;
}
#contentTools a {
	text-decoration: none;
	border: 0;
}

#contentWrapper{  /* wrapper immediate within #mainWrapper */
	width: 100%;
	position: relative;
	margin-top: 5px;
	padding: 0;
}

#cw2 {
	background: url(images/sidebar_back.gif) bottom left repeat-y;
}

#disclaimer {
	font-size: 0.8em;
	color: #999;
	text-align: center;
	padding-top: 5px;
}
#disclaimer a{
	text-decoration: none;
	color: #555;
}
#disclaimer a:hover {
	text-decoration: underline;
	color: #000;
}

#header {
	width: 100%;
	background: url(images/head.jpg) 153px 5px no-repeat;
}

#innerWrap {
	position: relative;
	height: auto;
	margin: 0;
	padding: 0;
	border-left: 1px solid #e4e9e9;
	border-right: 1px solid #e4e9e9;
	border-bottom: 1px solid #e4e9e9;
}

#links a{
	color: #36c;
	font-weight: bold;
	text-decoration: none;
}
#links a:hover{
	color: #36c;
	text-decoration: underline;
}

#mainContent {  
	margin: 0;
	padding: 10px 0px 5px 5px;
	width: auto;
	min-height: 650px;
	height: auto !important;  /* CSS hack for IE6 */
	height: 650px;  /* CSS hack for IE6 */	
}

#mainWrapper{  /* This is the <div> that limits the position and size of content. */
	position: relative;
	min-width: 900px;
	width: auto !important; 
	width: 95%;
	background-color: #fff;
	margin: 10px 10px 10px 25px;
	padding-top: 10px;
	text-align:left;
	min-height: 800px;
}

#sidebarWrap {
	width: 138px;
	position: absolute;
	left: 0;
	top: 0;
}
#sidebar {
	border: 1px solid #c2d1f0;
	text-align: center;
	padding-bottom: 50px;
	margin-top: 5px;
	background-color: #e4e9e9;
}

#sidebar a{
	text-decoration: none;
}

#mCWrap {
	position: relative;
	width: auto;
	height: auto;
	margin: 0;
	padding: 25px 15px 0px 15px;
}


#nav_main a {
	background: url(images/nav/button_off.gif) left repeat-y;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #000000;
	font-family: Arial sans-serif;
	font-size: 1.1em;
	font-style: bold;
}

#nav_main a:hover {
	background: url(images/nav/button_on.gif) left repeaty-y;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #990033;
	font-family; Arial sans-serif;
	font-size: 1.1em;
	font-style: bold;
}

#textControl {
	width: 350px;
	position: absolute;
	right: 0;
	top: 0;
	color: #333;
	font-weight: bold;
	text-align: right;
	padding: 2px 5px 2px 5px;	
	
}
#textControl a{
	color: #999;
	text-decoration: none;
}
#textControl a.selected{
	color: #333;
	border-bottom: 4px solid #f00;
}

#textControl a:hover{
	text-decoration: underline;
	color: #555;
}
#textControl b.small{
	font-size: 0.7em;
}
#textControl b.med {
	font-size: 1em;
}
#textControl b.lrg {
	font-size: 1.3em;
}
#textControl a:active {
	border-bottom: 4px solid #f00;
}
#textControl span {
	color: #999;
	font-size: 0.8em;
	padding-right: 5px;
}

.prof .tooltip {
	background-color: #C0C0ff;
	color: #2e2e33;
	min-height: 6em;
	padding-left: 15px;
	border-left: 8px solid #00f;
	text-decoration: none;
}
.reg .tooltip {
	background-color: #C0C0ff;
	color: #000;
	min-height: 1em;
	width: 10em;
	font-weight: normal;
	border: 1px solid #00f;
}

a:link, a:visited {
	position: relative;
	text-decoration: underline;
}


a:hover, a:focus, a:active {
	z-index: 1;
}

/* Tooltips (dynamic styles) */

.tooltip {
	display: block;
	font-size: 1em;
	left: 0px;
	padding: 5px;
	position: absolute;
	text-decoration: none;
	text-align: left;
	top: 1.7em;
	width: 20em;
}




	




