body {
	background: #222 url(../images/body_background.gif) repeat-x;
	color: white;
	font-family: helvetica;
	font-size:11px;
	margin: 0 30px 0 30px;
	
}

* {
	outline: none;
	margin:0;	
	padding:0;
}

a {
	text-decoration: none;
	color:white;
}

a:hover {
	color: white !important;
}

.clear {
	clear: both;
	overflow: hidden;
	height: 0.08em;
	line-height: 0.08em;
	font-size: 0.08em;
}

.hide {
	display:none;
}

h1 {
	margin: 0 0 12px 0;
	padding: 0 0 12px 0;
	border-bottom: solid 1px #3C3C3C;
	font-size: 24px;
	font-weight: normal;
}

a img {
	border:none;
}


/***** [Floats] *****/
.fl {float: left;}
.fr {float: right;}
.fl.clear {clear: left;}
.fr.clear {clear: right;}
.fr.clear-both {clear: both;}


/***** [Main Stage] *****/
#stage {
	background-color: #323232;
	padding: 28px 20px;
	position: relative;
}


/***** [Columns] *****/
#columns .c1, .c2, .c3 {
	float: left;
	position: relative;
}

#columns .c1 .wrap {
	padding-right: 12px;
}
#columns .c3 .wrap {
	padding-left: 12px;
}

.l33m33r33 .c1, 
.l33m33r33 .c2,
.l33m33r33 .c3 {
	width: 33px;
}

.l15m25r60 .c1 {
	width: 15%;
}

.l15m25r60 .c2 {
	width: 25%;
}

.l15m25r60 .c3 {
	width: 60%;
}

.l15r85 .c1 {
	width: 15%;
}

.l15r85 .c2 {
	width: 85%;
}

.l170pxr85 .c1 {
	width: 170px;
}

.l170pxr85 .c2 {
	width: 85%;
}

/***** [Modules] *****/

.module {
	background: #232323 url(../images/module_br.gif) no-repeat right bottom;
	color: #999;
	margin: 0 0 12px 0;
	position: relative;
}

.module p {
	margin: 0 0 12px 0;
}

.module .wrap {
	padding: 0 12px;
	background: transparent url(../images/module_bl.gif) no-repeat left bottom;
}

.module h3 {
	height: 43px;
	line-height: 43px;
	font-size: 11px;
	font-weight: normal;
	background: black url(../images/black_header_l.gif) no-repeat;
	padding: 0 0 0 12px;
}
.module span {
	display: block;
	width: 100%;
	background: transparent url(../images/black_header_r.gif) no-repeat scroll top right;
}
.module ul {
	margin: 6px 0 6px 0;
	padding: 0;
}
.module li {
	padding: 13px 0;
	list-style-type: none;
	border-bottom: solid 1px #3c3c3c;
}

.module li.last {
	border-bottom: none;
}


/***** [Inputs] *****/
input, select {
	font-size: 11px;
}

/***** [Top Navigation] *****/
#top_nav {
	text-align: right;
	height: 31px;
	line-height: 31px;
	font-size: 10px;
	color: #999;
}

#top_nav a {
	color: #ccc;
}

#top_nav a:hover {
	text-decoration: underline;
}

a#title_image {
	width: 175px;
	height: 75px;
	background: url("../images/title_image.png") repeat scroll -5px 0 transparent;
	display: block;
}

/***** [Tabs] *****/
#tabs {
	height: 29px;
}

#tabs a {
	display: block;
	float: left;
	height: 29px;
	line-height: 29px;
	text-transform: uppercase;
	text-decoration: none;
	color: #ccc;
	background: #4E4E4E url(../images/tab_inactive_l.gif) no-repeat;
	margin: 0 3px 0 0;
	padding: 0 0 0 10px;
}

#tabs a span {
	display: block;
	background: #4E4E4E url(../images/tab_inactive_r.gif) no-repeat top right;
	padding: 0 10px 0 0;
}

#tabs a.active {
	background: #323232 url(../images/tab_active_l.gif) no-repeat;
}

#tabs a.active span {
	background: #323232 url(../images/tab_active_r.gif) no-repeat top right;
}


/***** [Status] *****/
.status {
	background-color: #232323;
	margin: 0;
	z-index: 999;
	padding: 20px;
}

.status .t div,
.status .b div {
	width: 5px;
	height: 5px;
	overflow: hidden;
}

.status .t, .status .b {
	height: 5px;
	overflow: hidden;
}

.status .t .l {
	background: url(../images/status_tl.gif);
	float: left;	
}
.status .t .r {
	background: url(../images/status_tr.gif);
	float: right;
}

.status .b .l {
	background: url(../images/status_bl.gif);
	float: left;
}

.status .b .r {
	background: url(../images/status_br.gif);
	float: right;
}

.status .content {
	padding: 6px 12px 6px 12px;
	font-size: 10px;
}

.status .content .heading {
	font-size: 11px;
	margin: 0 0 4px 0;
	color: #eee;
}

.status .content .description {
	color: #ddd;
	font-family: arial;
}

/***** [List Table] *****/
.list_table {
	width: 100%;
	border-collapse: collapse;
	margin-top:20px;
}

.list_table th {
	padding: 10px 12px 10px 12px;
	background-color: #0A0A0A;
	text-transform: uppercase;
	font-size: 10px;
	text-align: left;
	font-weight: normal;
	font-family: helvetica;
	border: solid 1px #323232;
}

.list_table tfoot th {
	border-top:1px solid #323232;
}

.list_table th.l {
	background: #0A0A0A url(../images/black_header_l.gif) no-repeat;
	border-left: none;
}

.list_table th.r {
	background: #0A0A0A url(../images/black_header_r.gif) no-repeat top right;
	border-right: none;
}

.list_table tfoot th.l {
	background: #0A0A0A url(../images/black_header_bottom_l.gif) no-repeat bottom left;
	border-left: none;
}

.list_table tfoot th.r {
	background: #0A0A0A url(../images/black_header_bottom_r.gif) no-repeat bottom right;
	border-right: none;
}


.list_table td {
	padding: 12px;
	font-size: 11px;
	color: #aaa;
	border: solid 1px black;
	vertical-align: top;
}

.list_table td.l,
.list_table tr td:first-child {
	border-left: none;
}

.list_table td.r,
.list_table tr td:last-child {
	border-right: none;
}

.list_table td div.heading {
	color: white;
	font-weight: bold;
	font-size: 12px;
}

.list_table .row1 td,
.list_table .odd td {
	background: black url(../images/row_alt1.gif);
}

.list_table .row2 td,
.list_table .even td {
	background: black url(../images/row_alt2.gif);
}

/***** [Footer] *****/
#footer {
	margin: 24px 0 0 24px;
	font-size: 10px;
	color: #999;
}

#footer a {
	color: #ccc;
}

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

/* Additional Content
---------------------------*/
.additionalContent {
	width: 633px;
	margin-top:20px;
}

.additionalContent dt {
	border-bottom:solid 1px #232323;
	display:block;
	margin:0;
}

.additionalContent .addContent,
.additionalContent .addContentheader {
	padding: 6px 0;
	text-align:right;
}

.additionalContent .addContentheader {
	display:inline;
	float:right;
}

.additionalContent .addContent a,
.additionalContent .addContentheader a {
	height:18px;
	line-height:18px;
	display:-moz-inline-box;
	display:inline-block;
	_display:inline;
	zoom:1;
	padding: 0 22px 0 0;
	background:url(../images/page_add.png) no-repeat right center;
}

/* Additional Content: Item
---------------------------*/
.additionalContent .item {
	border-bottom:solid 1px #232323;
	padding: 0 0 0 13px;
	font-size:11px;
	line-height:15px;
	background: #2b2b2b url(../images/cms_inactiveItemBg.gif) repeat-x ;
}

.additionalContent .item img {
	border:0;
}

.additionalContent .item .itemContent {
	float:left;
	width:530px;
	border-right:solid 1px #232323;
	padding: 9px 0 9px 0;
}

.additionalContent .item .itemContent .data.content  {
	width:520px;
	margin: 0 7px 0 0;
}

.additionalContent .item .itemContent .data.attachment {
	margin: 7px 0 0 0;
}

.additionalContent .item .itemContent .data.attachment a {
	display:-moz-inline-box;
	display:inline-block;
	_display:inline;
	zoom:1;
	padding: 0 0 0 18px;
	background:url(../images/page_attachment.png) no-repeat left top;
}

/* Additional Content: Controls
---------------------------*/
.additionalContent .item ul.itemControls {
	float:right;
	padding: 9px 0 0 0;
	list-style-type:none;
	width: 54px;
	text-align:center;
}

.additionalContent .item .itemControls li span {
	display:none;
}

.additionalContent .item .itemControls li {
	margin: 0 2px;
	display:-moz-inline-box;
	display:inline-block;
	_display:inline-block;
	zoom:1;
	vertical-align:middle;	
}

/* Additional Content: Item Editing
---------------------------*/
.additionalContent .item.editing {
	background: #2b2b2b url(../images/cms_activeItemBg.gif) repeat-x ;
}

.additionalContent .item.editing .data.content {
	padding: 0;
	margin: 0 7px 7px 0;
}

.additionalContent .item.editing .data.content textarea {
	width:100%;
	font-family:arial;
	font-size:11px;
}

#test-list {
	list-style: none;
}

#test-list li img.handle {
	cursor: move;
	float:left;
	margin-right:15px;
	padding-top:9px;
}

/* Album Stuff */

ul.album {
	list-style-type:none;
	margin:20px 0 0 15px;
	color:#333333;
}

ul.album li {
float: left;
width:142px;
height:128px;
background: url(../images/cms_album_img_bkgd.png) no-repeat;
margin:0 10px 10px 0;
}

ul.album li .pad {
	padding:6px 11px 5px 11px;
}

ul.album li img {
	margin-top:-2px;
}

ul.album li a img {
	border:none;
	margin:3px 0 0 5px;
	float:right;
}

.page_5 .zend_form, #co_address2-label, #co_address2-element, #notes-label, #notes-element
{
	display:none;
}

.required:after
{
content:" *";
	color:red;
}

.default_admin#import #tabs a
{
	background: url("../images/tab_inactive_l.gif") no-repeat scroll 0 0 #4E4E4E !important;
}

.default_admin#import #tabs a:first-child
{
background: url("../images/tab_active_l.gif") no-repeat scroll 0 0 #323232 !important;
}

.default_admin#import #tabs a:first-child span
{
background: url("../images/tab_active_r.gif") no-repeat scroll right top #323232 !important;
}

.default_admin#import #tabs a span
{
background: url("../images/tab_inactive_r.gif") no-repeat scroll right top #4E4E4E !important;
}