body
{
	margin: 0;
	font-family: arial;
	font-size: 12px;
}

form
{
	margin: 0;
}

p, h1, h2, h3, h4, h5, h6
{
	margin: 10px 0;
}

.error
{
	color: red;
	text-align: center;
	padding: 5px;
}

.clear
{
	clear: both;
}

.click
{
	cursor: pointer;
}

.float_left
{
	float: left;
}

a
{
	text-decoration: none;
}

a:hover, .click:hover
{
	text-decoration: underline;
}

#login
{
	width: 300px;
	margin: 0 auto;
	border: 1px #363636 solid;
	margin-top: 300px;
	font-family: tahoma;
	font-size: 12px;
	background: #fff;
}

#login form *
{
	font-family: tahoma;
	font-size: 12px;
}

#login table
{
	margin: 30px;
}

#login_title
{
	background: url(/site/images/panel_top.jpg) top repeat-x;
	height: 20px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
}

.center
{
	text-align: center;
}

.bold
{
	font-weight: bold;
}
body
{
	background:#50b3cd;
	color:#707779;
	font-family: arial;
	font-size: 14px;
	word-wrap: break-word;
	padding-top: 0;
}

h1, h2, h3, h4, h5, h6
{
	color: #4da4bc;
}

h1
{
	font-family: trebuchet ms;
	font-size: 18px;
}

h2
{
	font-size: 20px;
}

h3
{
	font-family: trebuchet ms;
	font-size: 16px;
}

h4
{
	font-family: trebuchet ms;
	font-size: 14px;
}

p, h1, h2, h3, h4, h5, h6
{
	margin: 10px 0;
}

p
{
	line-height: 1.6em;
}

a:visited
{
	color:#551111;
}

a
{
	color:#331111;
}

#sitemenu
{
	width: 822px;
	height: 38px;
	background: url(/themes/main/images/nav-bg.jpg) top center no-repeat;
	padding-top: 15px;
}

#sitemenu a
{
	color: #fff;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}


#sitemenu ul
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 0;
	text-align: center;
	margin: 0;
}

#sitemenu ul li
{
	display:inline;
	margin:0 15px;
	letter-spacing: 0px;
}

#content
{
	width: 822px;
	margin: 0 auto;
	padding: 10px 40px;
	background: url(/themes/main/images/content-bg.jpg) bottom center repeat-y;
}

#logo
{
	width: 500px;
	height: 155px;
	margin: 0 auto 10px;
	background: url(/themes/main/images/logo.jpg) center no-repeat;
}

#left
{
	width: 531px;
	float: left;
	padding-right: 15px;
	border-right: 1px #DDDDDD solid;
	padding-left: 15px;
	padding-bottom: 10px;
}

#right
{
	width: 214px;
	float: left;
	padding-left: 15px;
	padding-bottom: 10px;
}

#footer
{
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}

#content_top
{
	width: 902px;
	height: 51px;
	background: url(/themes/main/images/page-top.jpg) bottom center no-repeat;
	margin: 0 auto;
}

#content_bottom
{
	width: 902px;
	height: 53px;
	background: url(/themes/main/images/page-bottom.jpg) top center no-repeat;
	margin: 0 auto 100px;
}#ck_text
{
	width: 100%;
	height: 100%;
}#singup_list
{
	height: 400px;
	overflow: scroll;
	background: #fff;
	padding: 5px;
}
#sc_add
{
	height: 125px;
}

#event_list
{
	height: 465px;
	overflow: scroll;
	background: #fff;
}

#event_list tr.a td
{
	background: #bebebe;
}

/* datepicker CSS */


/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}

#file_list
{
	width: 100%;
	height: 240px;
	background: #fff;
	overflow-y: scroll;
	overflow-x: none;
}

div.file_a, div.file_b
{
	padding: 5px;
	margin: 1px;
	border: 1px #333 solid;
}

div.file_a
{
	background: #999;
}


#pu_top
{
	width: 95%;
	height: 150px;
}

#pu_fieldlist
{
	overflow-y: scroll;
	height: 250px;
	width: 100%;
	background: #fff;
	padding: 1px;
}#mg_preview_window
{
	width: 100%;
	height: 260px;
	overflow: scroll;
	background: #fff;
	color: #000;
}

#gallery_options
{
	width: 100%;
	height: 350px;
	overflow-y: scroll;
	overflow-x: none;
	background: #fff;
	color: #000;
}

.image_holder
{
	height: 100px;
	width: 137px;
	padding: 5px 0px;
	float: left;
	margin: 3px;
	border: 1px #000 solid;
	background: #ccc;
}

.clickable
{
	cursor: pointer;
}

.pad
{
	padding: 10px;
}

.space
{
	margin: 10px 0;
}

textarea.large
{
	width: 300px;
	height: 100px;
}

input.large
{
	width: 300px;
}#lm_select
{
	width: auto;
	margin: 0 auto;
	text-align: center;
	height: 100%;
	width: 100%;
}

#lm_select table
{
	height: 100%;
	width: 100%;
}

form
{
	position: relative;
}
.noheight
{
	height: auto;
}/* admin plaintext css */

#plaintext
{
	width: 100%;
	height: 100%;
}

#plaintext textarea
{
	width: 100%;
	height: 100%;
}#drop_structure
{
	width: 95%;
	height: 300px;
	overflow: scroll;
	border: 1px #000 solid;
	background: #fff;
	padding: 5px;
}

#dm_select
{
	width: 100%;
	height: 100%;
}

.dm_menu
{
	font-weight: bold;
}

#drop_structure ul
{
	margin-left: 15px;
	background: url(/site/images/stack.png);
	padding: 5px;
}#cf_fields
{
	height: 95%;
}

#cf_fieldlist
{
	overflow-y: scroll;
	height: 100%;
	width: 100%;
	background: #fff;
	padding: 1px;
}