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: #000 url(/themes/mlp/images/bg.jpg) top repeat-x;
}

a
{
	color: #748f9c;
}

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

h1
{
	font-size: 22px;
}

h2
{
	font-size: 20px;
}

h3
{
	font-size: 18px;
}

#page_container
{
	width: 1000px;
	margin: 0 auto;
}

#logo
{
	margin-left: 280px;
	background: url(/themes/mlp/images/logo.png) bottom left no-repeat;
	height: 98px;
}

#bar_top
{
	margin-left: 15px;
	height: 12px;
	width: 248px;
	overflow: hidden;
	background: url(/themes/mlp/images/bar-top.jpg) bottom center no-repeat;
}

#bar_bottom
{
	margin-left: 15px;
	height: 8px;
	width: 248px;
	overflow: hidden;
	background: url(/themes/mlp/images/bar-bottom.jpg) top center no-repeat;
	margin-bottom: 100px;
}

#main_layout td.small
{
	width: 14px;
}

#main_layout td.large
{
	width: 696px;
	padding: 20px;
}

#main_layout td.outer
{
	background: #b4b4b4 url(/themes/mlp/images/content-bg.jpg) top repeat-x;
}

#main_layout td.inner
{
	background: #1c2127 url(/themes/mlp/images/sidebar.jpg) top right no-repeat;
	height: 400px;
	width: 219px;
	padding: 15px;
}

#upper_content_bg
{
	border: 1px #969696 solid;
	background: #fff;
	padding: 3px;
}

#bottom_boxes
{
	width: 695px;
	margin: 15px auto;
}

#bottom_boxes td
{
	width: 224px;
}

#bottom_boxes td.b
{
	padding: 0 9px;
}

#box1, #box2, #box3
{
	border: 1px #000 solid;
	background: url(/themes/mlp/images/box-bg.jpg) top repeat-x;
	padding: 10px;
	height: 118px;
	width: 204px;
	color: #fff;
}

#box1 a, #box2 a, #box3 a
{
	color: #fc4700;
	font-weight: bold;
}


#box1 p, #box2 p, #box3 p, #box1 h1, #box1 h2, #box1 h3, #box2 h1, #box2 h2, #box2 h3, #box3 h1, #box3 h2, #box3 h3
{
	margin-top: 0;
}

#bottom_boxes div.shadow
{
	background: url(/themes/mlp/images/box-shadow.png) top center no-repeat;
	height: 18px;
	width: 224px;
}

td.signup_left
{
	padding: 3px;
	font-size: 10px;
	background: #ccc;
	width: 250px;
	border-right: 1px #333 solid;
	border-bottom: 1px #666 solid;
}

table.member_list
{
	width: auto;
	margin: 0 auto;
}

table.member_list td, table.member_list th
{
	padding: 3px;
	font-size: 10px;
	background: #ccc;
	border-right: 1px #333 solid;
	border-bottom: 1px #666 solid;
}

#right_box_side
{
	width: 200px;
	float: right;
	padding: 5px;
	background: #1C2127;
	border-right: 1px #fff solid;
	margin-top: 15px;
}#box_4
{
	padding: 0 5px;
}

#box_4 img
{
	border: none;
}

#box_5 ul
{
	margin: 0;
padding: 0;
}

#box_5 li
{
	list-style-type: none;
margin: 5px 0;
}

#box_5 li.first, 
#box_5 li.last{
	margin: 20px 0;
}

#lm_select
{
	width: auto;
	margin: 0 auto;
	text-align: center;
	height: 100%;
	width: 100%;
}

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

form
{
	position: relative;
}
#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;
	}#cf_fields
{
	height: 95%;
}

#cf_fieldlist
{
	overflow-y: scroll;
	height: 100%;
	width: 100%;
	background: #fff;
	padding: 1px;
}#mg_preview_window
{
	width: 100%;
	height: 435px;
	overflow: auto;
	background: #fff;
	padding: 5px;
	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;
}

#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;
}#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;
}#singup_list
{
	height: 400px;
	overflow: scroll;
	background: #fff;
	padding: 5px;
}#ck_text
{
	width: 100%;
	height: 100%;
}/* admin plaintext css */

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

#plaintext textarea
{
	width: 100%;
	height: 100%;
}
.noheight
{
	height: auto;
}