
div.login-panel{
	width: 250px;
	margin: 0 auto;
}


body{
	font-family: "Lucida Grande", LucidaGrande, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background: #222;
	font-size: 83.5%;
}

a{
	color: #333;
}

a:hover{
	color: #950;
	text-decoration: none;
}

.number{
	text-align: right;
}

table.records .last{
	border-right: none;
}

div#body{
	width: 950px;
	margin: 0 auto;
	background: #f3f3f3;
}

div.footer{
	width: 100%;
	clear: both;
	margin-top: 5px; 
	padding-top: 5px;
	border-top: 1px solid #999;
	text-align: center;
}

div#body div.body-padding{
	padding:10px;
}

form{
	margin: 0;
	padding: 0;
}


div.line, div.column{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0;
	padding-right: 0;
	margin: 0;
}
div.line *, div.column *{
		vertical-align: top;
		padding: 0;
		margin: 0;
}
div.block{
	clear: both;
}
div.column {
	width: 50%;
	float: left;
	white-space: nowrap;
	overflow: hidden;
}
.three, .two, .four{
	width: 100%;
	float: left;
	padding-bottom: 5px;
}


.three div.column {
	width: 33%;
}
.three div.column label{
	width: 35%;
}

.four div.column {
	width: 25%;
}
.four div.column label{
	width: 40%;
}

div.line label, div.column label{
	white-space: nowrap;
	overflow: hidden;
	font-size: 70%;
	font-weight: bold;
}
div.column label{
	width: 30%;
}
div.main-editing{
	width: 500px;
}
div.main-editing div.line label{
	display: block;
	float: left;
	width: 15%;
	text-align: right;
	position: relative;
	top: 3px;
	left: -5px;
}

div.line.textarea textarea{
	width:75%;
	min-height: 50px;
}


fieldset{
	margin: 0;
	padding: 0;
}

div.options-editing fieldset{
	background: #f9f9f9;
}
div.main-editing fieldset{
	background: #fff;
}

div.main-editing{
	margin: 0;
	padding: 0;
	width: 75%;
	float: left;
}
div.editor fieldset{
	border: none;
	height: 100%;
}

div.editor fieldset div.padding{
	padding: 6px;
}

div.options-editing{
	margin: 0;
	padding: 0;
	width: 25%;
	float: left;
}

div.attachments{
	padding: 10px;
}

div.editor{
	margin: 0;
	float: left;
	width: 100%;
	border: 1px solid #ddd;
}

div.actions{
	padding:5px 10px;
}

td.arrows{
	width:25px;
	font-size:11px;
}
td.arrows a{
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

textarea.large{
	height: 250px;
}




table.records{
	width: 100%;
	background: #fff;
}

table.records td, table.records th{
	padding: 2px 3px;
	border-right: 1px solid #ddd;
}

table.records th{
	padding: 4px;
	background: #ddd;
	color: #333;
}

.clickable{
	cursor: pointer;
}

table.records .odd td{
	border-right-color: #dd7;
}

table.records td.last, table.records th.last{
	border-right: none;
}

table.records img.icon{
	max-height: 32px;
}

table.records tr.odd{
	background-color: #ff9;
}



table.records tbody tr:hover {
	background: #f8b927;
}

table.records tbody tr:hover *{
	color: #000;
}

table.records thead th{
	text-align: left;
}




div.panel{
	width:230px;
	margin: 0 auto;
	background: #fff;
	padding: 10px;
	margin-top: 50px;
}

div.panel div.one label{
	width: 30%;
}




div.one, div.two, div.three, div.four, div.five{
	float: left;
	width: 100%;
	clear: both;
}

div.one div.column{
	width: 100%;
}


div.column label, div.column div.line label{
	font-size: 10px;
	display: block;
	text-align: right;
	font-weight: bold;
	position:relative;
	top: 2px;
	left: -3px;
	white-space: nowrap;
	overflow: hidden;
	float:left;
}

div.actions{
	text-align: center;
}


div.sub-container-list{
	margin:5px;
	padding: 0;
	border:1px solid #999;
}

div.sub-container-list h3{
	margin: 0;
	padding: 4px;
	cursor: pointer;
}

table.records{
	border: 1px solid #aaa;
	
}


div.sub-container-list table.records.subcontainers{
	border: none;
	border-top:1px solid #aaa;
}

div.records-list-wrapper{
	padding-top: 10px;
}

td.actions, th.actions{
	text-align: center;
}

td.publishing-flag a{
	text-decoration: none;
	font-weight: bold;
	display:block;
}
td.publishing-flag span.published{
	color: #090;
}
td.publishing-flag span.not-published{
	color: #900;
}

ul.main-menu{
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
	list-style-type: none;
	list-style-position: inside;
	margin-bottom: 15px;
}

ul.main-menu li{
	display: block;
	float: left;
}
ul.main-menu li a{
	display: block;
	padding: 5px 15px;
	background: #f9f9f9;
	border: 1px solid #999;
	border-right: none;
}
ul.main-menu li a.last{
	
	border-right: 1px solid #999;
}
ul.main-menu li a:hover{
	background-color: #333;
	color: #fff;
	text-decoration: none;
}

ul.main-menu li a.selected, ul.main-menu li a.selected:hover{
	
	background-color: #555;
	text-decoration: none;
	color: #fff;
}

ul.main-menu li a.logout{
	color:#900;

}

ul.main-menu li a.logout:hover{
	background: #900;
	color: #fff;
}

div.keywords textarea{
	height: 150px;
}
div.stylesheet textarea{
	height: 350px;
}
.hidden{
	display: none;
}
h4.label{
	font-family: 'Lucida Grande', LucidaGrande, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 3px;
	padding-top: 4px;
	background: #888;
	border: 1px solid #555;
	color:#f1f1f1;
	
	margin-top: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	padding-left: 8px;
}

h4.label a{
	color: #fff;
}

textarea, textarea.noEditor_xtSimpleEditor, textarea.xtTitleTextArea{
	width: 99.5%;
}

textarea.noEditor_xtSimpleEditor,textarea.xtSimpleEditor {
	height: 180px;
}

textarea.xtAdvancedEditor, textarea.noEditor_xtAdvancedEditor{
	height: 380px;
}
.xtcontainer-editor input[type=text]{
	min-width: 98%;
}

div#header{
	width: 950px;
	margin: 0 auto;
	background: #666;
	border-bottom: 1px solid #a20;
}
div#header h1.xtro{
	margin: 0;
	padding: 10px;
	border-bottom: 1px solid #fff;
	color: #f1f1f1;

}


div#footer{
	width: 950px;
	margin: 0 auto;
	padding: 10px 0;
	background: #666;
}