@charset "utf-8";
/* CSS Document */


/* HTML Tags redefined
----------------------------------- */

/* span {
	color:#333;
*/

table {
	margin:0 0 0 0;
}

legend a {
	font-size:8px;

}

tbody {
	margin:12px 0 0 0;
}

tr {
	text-align:left;
}

input {
}

span { display:inline}
fieldset{ 
	border:1px solid #CCC;
	margin:0px 0 12px 0;
}


/* Login
----------------------------------- */

#cm_contentpage {
	width:950px;
	margin:0 auto 0 auto;
}

#cm_directory {
	width:280px;
	color:#707070;
	margin-left:350px;
}

#cm_directory h2 { font-size: 1.7em; line-height: 1.1em; }

#cm_directory div {
	padding: 5px 0 0 0;
}

#cm_directory input {
	width:135px;
	border:1px solid #cccccc;
	margin:0;
}

#cm_directory .submit2 {
	padding: 3px 7px 3px 7px;
	font-weight: bold;
	color: #ffffff;
	border:none;
    -moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:none;
	background: #cc0000;
	cursor: pointer;
}

#cm_directory .submit2:hover {
	background: #730000;
}


/* New Member sign up button
----------------------------------- */
.cm_button{
	margin:20px 0 0 0;
	padding: 3px 7px 3px 7px;
	font-weight: bold;
	color: #ffffff;
	border:none;
    -moz-border-radius:5px;
	-webkit-border-radius:5px;
	background: #cc0000;
	cursor: pointer;
}

.cm_button:hover {
	background: #730000;
}



/* Large Calendar Page 
----------------------------------- */
#cm_events_calendar_large {
	text-align: center;
	font-size: 12px;
}





#cm_events_calendar_large span {
	padding-left: 12px;
 	padding-right: 12px;
  	font-size: 150%;
   font-weight: bold;		

}
#cm_events_calendar_large div {
	clear:both;	
	font-size: 12px;
}
#cm_events_calendar_large a {
	color: #333;
	text-decoration: none;	
}
#cm_events_calendar_large a:hover {
	text-decoration: underline;
	color: #333;	
}
#cm_calendar_main {
		border-top:2px solid #ccc;
		border-left:2px solid #ccc;
		border-right:1px solid #ccc;
		border-bottom:1px solid #ccc;
		width:940px;
	}
#cm_calendar_main td {
		border-right:1px solid #ccc;
		border-bottom:1px solid #ccc;
	}
	
#cm_calendar_main .cm_dayname {
		text-align:center;
		font-weight:bold;
		border-bottom:2px solid #ccc;
		border-right:2px solid #ccc;
	}
.cm_tooltiphost
{
    cursor:help;
}
.cm_tooltipcontainer
{
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
    display: none;
    position: absolute;
    background-color: #B1BEEB;
    border: solid 1px #999;
    z-index: 999;
}

.cm_events_cal_day {
	background-color: #ededed;
}

.cm_events_cal_day a {
	color: #003366;
	text-decoration: none;
	font-size: 12px;
}
.cm_events_cal_day a:hover {
text-decoration: underline;
}
/* cells with no dates */
.cm_events_cal_fill {
	background-color: #B1BEEB;
}

td.cm_large_calrules {
	text-align:right; 
	vertical-align:top; 
	outline:black solid 1px;
}
/**** End Large Calendar page ****/


/* Event Detail Page
----------------------------------- */
div#cm_events2_col1, #cm_events2_col1 div, #cm_events2_col1 div a {
	width: 60%;  
	width:600px;
	clear: left;
	/* display: inline-block; */
	line-height: normal;  /* added for true editor display from cm software editor*/
	/*text-align: left;  removed for true editor display from cm software editor */
	white-space: normal;
}

#cm_events_details div {
	padding-top: 5px;
	display: inline-block;
	/*removed for true editor display from cm software editor 
	color: #000;*/
}

/* -details page subtitles- */
#cm_events_details div b {
	padding-top: 5px;
	display: block;
	/*removed for true editor display from cm software editor 
	color: #003366; */
}

#cm_events2_col1 {
}

#cm_events2_col1 div img, #cm_events2_col2 fieldset div img {
	cursor: hand;
	cursor: pointer;	
	/* removed for true editor display from cm software editor 
	display: block;
	color: #003366; */
}
/* images in photo gallery, sponsors */
#cm_events2_col2 div img {
	width: 100%;
}
/* right side of event details page */
#cm_events2_col2 {
	max-width:100%;
	width: 265px;
	margin:0 40px 0 0; 
	padding: 0px 5px 0px 5px;
	line-height: normal; /* added for true editor display from cm software editor */
	float:right;
	clear: none;
}

/* email in column 2 */
#cm_events2_col2 div span div {
	padding: 0;
	width: 100%;
}

#cm_events2_col2 div b, #cm_events2_col2 div span, #cm_events2_col2 div span div{
/*	color: #000;	
	font-size: 12px;*/
	line-height: normal;/* added for true editor display from cm software editor */
   width: 100%;
}
/* back to calendar button */
#cm_events2_col2 span input[type=button]{
	background-color: black;
	color:white;

	outline-color: blue;
}
/**** END events ****/

#nav li.home a {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-topleft:5px;
}

#nav ul li.last a, #nav ul li.contact a {
border:medium none;
}


#cm_contactus_index table td{
	padding: 2px;
}

#cm_contactus_index table .cm_field_titles{
	width:150px;
}

#cm_contactus_index input{
	margin: 2px 0 2px 0;
}

.cm_container_left{
	padding: 5px 0 0 0;
	width: 700px;
}

.cm_container_center{
	margin: 20px 0 0 0;
}



.cm_new_and_print_buttons{
	display:block;
	padding: 5px 0px 20px 0;
}


/* Footer
----------------------------------- */
/* cm footer navigation */
#cm_footer_links {
    display:none;
}

/* cm footer logo */
#cm_pbfooter{
	 text-align: center;
    /* leave for positioning */
    width: 100%;
	 padding: 1em;
}

