/* body, global, and containerDiv styles */

body {
	background-color: #ffffff;
	color: #333333;
	font: 76% Verdana, sans-serif; 
	line-height: 1.25em;
	padding: 0px;
	margin: 0px;
}

p {
	font-size: 0.975em;
	line-height: 1.5em;
}

.center {
	text-align: center;
}

a {
	text-decoration: none;
	color: #5e3b03;
}

a:link {
	color: #5e3b03;
}

a:visited {
	color: #5e3b03;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #5e3b03;
}

a.tripColor {
	color: #e30c0c;
}

a.expired {
	color: #9a8f79;
}

a.tripColor:link {
	color: #e30c0c;
}

a.tripColor:visited {
	color: #e30c0c;
}

a.tripColor:hover {
	color: #e30c0c;
}

a.tripColor:active {
	color: #e30c0c;
}

.bold {
	font-weight: bold;
}

#containerDiv {
	width: 80%;
	text-align: center;
	padding: 0px 0px 5px 2px;
	background: url(../images/headerDiv-bg.gif) top left repeat-x;
}


/* Header Styles */

#headerDiv {
	width: 100%;
	text-align: left;
	padding: 0px;
	margin: 0 0 0 10px;
	background: url(../images/banner-transparent.gif) top left no-repeat;
}

h2 {
	height: 98px;
	padding: 0px;
	margin: 0px;
	background: url(../images/CHAOSBoot.gif) 95% 115% no-repeat;
}

h2 span {
	visibility: hidden;
}


/* Nav Styles */

#navDiv {
	text-align: left;
	margin: 0px;
	padding: 0px 0px 1px 10px;
	background: url(../images/navDiv-bg.gif) bottom left repeat-x;
}

#navSpanBgDiv {
	width: 560px;
	background: #121107 url(../images/navSpanBgDiv.gif) top right no-repeat;
}

.navSpan {
	margin: 0px;
	padding: 1px 0px 1px 0px;
	background: transparent;
	display: block;
	float: left;
}

.navSpan a {
	margin: 0px;
	padding: 0px 5px 2px 5px;
	text-decoration: none;
	color: #f7df10;
	font: 1.0em Arial, sans-serif;
}

.survey .navSpan a {
	visibility: hidden;
}

.navSpan a:link {
	color: #f7df10;
}

.navSpan a:visited {
	color: #f7df10;
}

.navSpan a:hover {
	color: #f7df10;
	text-decoration: underline;
}

.navSpan a:active {
	color: #f7df10;
}

/* h3 (page/section header) styles */

h3 {
	height: 35px;
	width: 300px;
	padding: 10px 0px 5px 0px;
	margin: 0px;
}

h3 span {
	display: none;
}

#h3AboutChaos {
	background: transparent url(../images/about-chaos.gif) top left no-repeat;
}

#h3memberLogin {
	background: transparent url(../images/member-login.gif) top left no-repeat;
}

#h3adminLogin {
	background: transparent url(../images/admin-login.gif) top left no-repeat;
}

#h3MemberArea {
	background: transparent url(../images/member-area.gif) top left no-repeat;
}

#h3AdminArea {
	background: transparent url(../images/admin-area.gif) top left no-repeat;
}

#h3CurrentEvents {
	background: transparent url(../images/current-events.gif) 0% 50% no-repeat;
}

#h3CurrentCalendar {
	background: transparent url(../images/current-calendar.gif) 0% 50% no-repeat;
}

#h3MemberEditor {
	background: transparent url(../images/member-editor.gif) 0% 50% no-repeat;
}

#h3EventEditor {
	background: transparent url(../images/event-editor.gif) top left no-repeat;
}

#h3MyEvents {
	background: transparent url(../images/my-events.gif) top left no-repeat;
}

#h3MemberList {
	background: transparent url(../images/member-list.gif) top left no-repeat;
}

#h3SomeHelp {
	background: transparent url(../images/some-help.gif) top left no-repeat;
}

#h3ReviewEventList {
	background: transparent url(../images/review-event-list.gif) top left no-repeat;
}

#h3SendHtmlEmail {
	background: transparent url(../images/send-html-email.gif) top left no-repeat;
}

#h3SendTextEmail {
	background: transparent url(../images/send-text-email.gif) top left no-repeat;
}

#h3EventDetails {
	background: transparent url(../images/event-details.gif) top left no-repeat;
}

#h3MarketPlace {
	background: transparent url(../images/market-place.gif) top left no-repeat;
}

#h3DisapprovedEmail {
	background: transparent url(../images/disapproved-email.gif) top left no-repeat;
}

#h3ForgotYourPassword {
	background: transparent url(../images/forgot-your-password.gif) top left no-repeat;
}

#h3Credits {
	background: transparent url(../images/credits.gif) top left no-repeat;
	height: 30px;
	padding-bottom: 1px;
}

#h3Survey {
	background: transparent url(../images/quick-survey.gif) top left no-repeat;
}


/* content styles */

#contentDiv  {
	text-align: left;
	margin: 0px;
	padding: 5px 10px 25px 10px;
	background-color: #fef9e7;
	border-bottom: 1px solid #bcb4b4;
	border-top: none;
}

div.curvedDiv {
	margin: 0px;
	padding: 0px;
}

div.curvedAdmin {
	margin-bottom: 10px;
	padding: 0px;
}
	
#innerContentDiv, #memberListDiv, #eventListDivMember, #calendarEventListDiv {
	font-size: 0.975em;
	background-color: #fdffff;
	padding: 5px;
	margin: 0px;
	border-left: 1px solid #ccd2d2;
	border-right: 1px solid #ccd2d2;
	line-height: 1.5em;
}

#photoDiv {
	float: right;
	border: 1px solid #ccd2d2;
	padding: 5px;
	margin: 5px 5px 10px 5px;
}

div.emailList {
	margin-bottom: 15px;
}

h4.currentHappenings {
	padding-top: 1px;
	padding-left: 10px;
	margin-top: 0px;
	font-weight: normal;
	font-style: italic;
   	font-size: 0.9em;
}


/* 
 * rounded borders styles, see: http://www.webreference.com/programming/css_borders/index.html
 */

.curved1 {
	display: block; 
	overflow: hidden; 
	height: 1px; 
	margin: 0px 5px; 
	background-color: #ccd2d2;
	font-size: 1px;
}

.curved2 {
	display: block; 
	overflow: hidden; 
	height: 1px; 
	margin: 0px 3px; 
	background-color: #fdffff;
	border-left: 2px solid #ccd2d2;
	border-right: 2px solid #ccd2d2;
	font-size: 1px;
}

.curved3 {
	display: block; 
	overflow: hidden; 
	height: 1px; 
	margin: 0px 2px; 
	background-color: #fdffff;
	border-left: 1px solid #ccd2d2; 
	border-right: 1px solid #ccd2d2; 
	font-size: 1px;
}

.curved4 {
	display: block; 
	overflow: hidden; 
	height: 2px; 
	margin: 0px 1px; 
	background-color: #fdffff;
	border-left: 1px solid #ccd2d2;
	border-right: 1px solid #ccd2d2;
	font-size:1px;
}

/* credits styles */

div#creditsDiv {
	padding: 10px;	
	width: 90%;
}

a.credits {
	color: #ccd2d2;
}


/* Event Group Styles */

.eventGroupDiv {
	margin: 0px;
	padding: 5px;
	background-color: #fdffff;
	border-left: 1px solid #ccd2d2;
	border-right: 1px solid #ccd2d2;
	font-size: 0.975em;
}

.eventGroupDivMember {
	float: left;
	clear: both;
	width: 99%;
	padding: 5px;
	margin-bottom: 10px;
}

.eventGroupDiv h4, .eventGroupDivMember h4 {
	font: 1.25em Georgia, "Times New Roman", serif; 
	font-weight: bold;
	letter-spacing: 1px;
	padding: 1px;
	margin: 1px;
}

h4.member {
	border-bottom: 1px dashed #bcb4b4;
	margin: 5px 0px 2px 0px;
}

span.eventLabel {
	font-size: 1em;
	font-weight: bold;
}

.eventText {
	font-size: 1em;
}

.approvedNo, .error, .pWarning {
	color: red;
	font-weight: bold;
}

/* duplicate color styles of submitBtn class from formStyle.css so as 
 * not to inherit the float styles from there... this is used only in 
 * adminEventList.php
 */

.submitBtn {
	color: #000000;
	background: #ded4d4 url(../images/submitBtnBg.gif) top left repeat-x;
	border-top: 1px solid #968e8e;
	border-left: 1px solid #968e8e;
	border-bottom: 2px solid #363232;
	border-right: 2px solid #363232;
}

.submitBtn:hover {
	color: #8e7139;
}

.editEventDiv {
	border-top: 1px solid #bcb4b4;
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	line-height: 1.5em;
}

.eventDiv {
	margin: 10px 0px 5px 0px;
	padding: 5px;
	border-top: 1px dashed #bcb4b4;
	line-height: 1.5em;
}

.eventDivMember {
	width: 99%;
	margin: 0px;
	padding: 1px 5px 1px 5px;
	line-height: 1.5em;
}

.eventDivMemberWhen {
	width: 30%;
	text-align: left;
	float: left;
	clear: left;
}

.eventDivMemberWhat {
	width: 60%;
	text-align: left;
	float: left;
	clear: right;
}

/* calendar event list styles */

#calendarEventListDiv {
	text-align: center;
	padding: 0px;
}

table.month {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	border-bottom: 1px solid #ccd2d2;
	padding: 0px;
	border-collapse: collapse;
}

table.month th {
	font-weight: bold;
}

table.month td.dayOfWeek {
	font-weight: bold;
	height: 25px;
	overflow: hidden;
}

table.month td {
	border: 1px solid #ccd2d2;
	text-align: left;
	vertical-align: top;
	min-height: 75px; 
	width: 14%; 
	padding: 1px 1px 1px 3px;
	overflow-y: auto;
	overflow-x: hidden;
}

#memberListNavDiv {
	padding: 0px;
}

#memberListDiv table {
	border-collapse: collapse;
	border-top: 1px solid #ccd2d2;
}

.memberListEdit {
	padding-right: 10px;
}

.trAltClass1 {
	background-color: #edece6;
}

span.calDay, span.calEvent {
	font: 0.9em Verdana, sans-serif; 
}

span.today {
	font-weight: bold;
	color: red;
}

span#calendarNavDivPrevSpan {
	float: left;
	text-align: left;
	padding: 1px 0px 5px 5px;
}

span#calendarNavDivNextSpan {
	float: right;
	text-align: right;
	padding: 1px 5px 5px 0px;
	clear: right;
}

/* 
 * Added back becaues IE7 doesn't support the :after psuedo class and 
 * it now correctly displays floats contained with in container elements.
 */

div.clear {
	clear: both;
}


/*
 * pre styles for text email preview
 */

pre {
	font: 1em Arial, sans-serif;
}


/* footer styles */

#footerDiv {
	width: 100%;
	text-align: center;
	border-top: 1px solid #bcb4b4;
	font-size: 0.9em;
}

span.copy {
	color: #ccd2d2;
	background-color: #ffffff;
}
