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: #e14531;
	font-family: tahoma;
	font-size: 12px;
	color: #333333;
}

a
{
	color: #e64530;
}

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

h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
	color: #000;
}

h1
{
	font-size: 18px;
}

h2
{
	font-size: 16px;
}

h3
{
	font-size: 14px;
}

#header
{
	background: #fff;
	height: 129px;
}

#header_content
{
	width: 950px;
	margin: 0 auto;
	height: 129px;
	background: url(/themes/inner/images/logo2.jpg) left no-repeat;
	position: relative;
}

#top_content
{
	position: absolute;
	top: 0;
	right: 0;
	width: 300px;
	height: 129px;
	text-align: right;
}

#nav
{
	height: 45px;
	background: #000;
}

#nav_content
{
	width: 950px;
	margin: 0 auto;
	height: 45px;
}

#nav_content
{
	padding-top: 12px;
}

#nav_content ul
{
	margin: 0;
	padding: 0;
	text-align: center;
}

#nav_content li
{
	display: inline;
	padding: 0 20px;
	font-size: 16px;
}

#nav_content a
{
	color: #fff;
}

#nav_content li.active a
{
	color: #E64530;
}

#content_main
{
	padding-top: 30px;
	background: url(/themes/inner/images/shadow.jpg) top repeat-x;
}

#content_main p
{
	line-height: 160%;
}

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

#content_center div.top
{
	width: 950px;
	height: 33px;
	background: url(/themes/inner/images/content-top.jpg) bottom center no-repeat;
}

#content_center div.middle
{
	background: url(/themes/inner/images/content-bg.jpg) repeat-y;
	padding: 0 35px 15px;
}

#content_center div.bottom
{
	width: 950px;
	height: 45px;
	background: url(/themes/inner/images/content-bottom.jpg) top center no-repeat;
	
}

#content_table
{
	width: 100%;
}

#content_table  td.main_left
{
	width: 217px;
	padding-right: 30px;
	border-right: 1px #000 solid;
}

#content_table td.main_right
{
	padding-left: 30px;
}

#footer
{
	color: #fff;
}

#footer_content
{
	width: 950px;
	margin: 0 auto;
	text-align: center;
}

#footer a
{
	color: #fff;
	text-decoration: underline;
}

#footer a:hover
{
	text-decoration: none;
}

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

#footer_content li
{
	display: inline;
	padding: 0 10px;
}

#footer_content li.first, #footer_content li.inner
{
	border-right: 1px #fff solid;
}#box_9
{
margin-top: 30px;
}

#box_8
{
margin-top: 25px;	
}

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

#box_8 li
{
display: inline;
padding: 0 5px; 
}

#box_8 li.first, #box_8 li.inner
{
border-right: 1px #e64530 solid;	
}


.noheight
{
	height: auto;
}#ck_text
{
	width: 100%;
	height: 100%;
}#cf_fields
{
	height: 95%;
}

#cf_fieldlist
{
	overflow-y: scroll;
	height: 100%;
	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;
}#lm_select
{
	width: auto;
	margin: 0 auto;
	text-align: center;
	height: 100%;
	width: 100%;
}

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

form
{
	position: relative;
}#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;
}/* admin plaintext css */

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

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