body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
}

h2 {
	color: #333;
	font-size: 14px;
	margin: 0;
}

div#header {
	background: transparent url("/img/header_back.gif") no-repeat 0 0;
	height: 40px;
	margin: 20px 0 0 0;
	padding: 8px 20px 0 20px;
}

div#header a.logo {
	float: left;
}

div#header form {
	float: right;
	margin: 0 20px 0 0;
}

div#header input.search_text {
	background: transparent url("/img/search_back.gif") no-repeat 0 0;
	border: none;
	float: left;
	font-size: 10px;
	margin: 2px 0 0 0;
	height: 16px;
	padding: 4px 0 0 10px;
	width: 180px;
}

div#header .search_button {
	background: transparent url("/img/search_button.gif") no-repeat 0 0;
	border: none;
	display: block;
	float: left;
	height: 20px;
	margin: 2px 0 0 0;
	text-indent: -5000px;
	width: 20px;
	
}

div#header input.search_button {
	display: none;
}

div#header a.site_link {
	color: #555;
	float:right;
	font-size: 10px;
	margin: 4px 0 0 0;
}

ul#menu {
	list-style-type: none;
	height: 30px;
	margin: 25px 0 0 0;
	padding: 0 0 0px 0;
}

ul#menu li {
	display: inline;
	float: left;
	height: 30px;
	margin: 0 2px 0 0;
}

ul#menu li a {
	color: #000000;
	text-decoration: none;
}



ul#menu li a span {
	background: transparent url("/img/tab_back.png") no-repeat 0 -30px;
	float: left;
	height: 30px;
	padding: 0 0 0 10px;
}

ul#menu li a span:hover {
	background-position: 0 -60px;
	cursor: pointer;
}

ul#menu li a strong {
	background: transparent url("/img/tab_back.png") no-repeat 100% -30px;
	color: #000000;
	float: left;
	font-weight: normal;
	height: 17px;
	padding: 10px 15px 3px 0;
}

ul#menu li a:hover strong {
	background-position: 100% -60px;
}



ul#menu li a span img {
	float: left;
	margin-right: 5px;
}


ul#menu li.active a span, ul#menu li.active a span:hover {
	background: transparent url("/img/tab_back.png") no-repeat 0 0;
	cursor: default;
}

ul#menu li.active a strong, ul#menu li.active a:hover strong {
	background: transparent url("/img/tab_back.png") no-repeat 100% 0;
	color: #ffffff;
}

div#user_info {
	display: inline;
	position: absolute;
	top: 0;
	right: 0;
}

div#user_info a {
	color: red;
	text-decoration: none;
}

div#user_info a:hover {
	text-decoration: underline;
}

div#content {
	background: transparent url("/img/content_back.gif") repeat-y 0 0;	
	border-top: 5px #414141 solid;
	padding-top: 10px;
	padding-bottom: 20px;
}

div#rounded_bottom {
	background: transparent url("/img/content_rounded_bottom.gif") no-repeat 50% 100%;
	height: 5px;
}

form#UserLoginForm {
	padding: 100px 300px;
	width: 280px;
}

form#UserLoginForm label {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	padding: 3px 0 0 0;
	text-align: right;
	width: 80px;
}

form#UserLoginForm input.inputText {
	border: 1px solid #bbb;
	margin: 0 0 10px 0;	
	width: 170px;
}

form#UserLoginForm input.inputButton {
	display: none;
}

div#footer {
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 30px; 
}

a.button {
	background: transparent url("/img/button_back.png") no-repeat 0 0;
	color: #000000;
	float: right;
	margin: 10px 10px 0 0;
	padding: 0 0 0 20px;
	text-decoration: none;
}

a.button:hover {
	background-position: 0 -33px; 
	cursor: pointer;
}

a.button span {
	background: transparent url("/img/button_back.png") no-repeat 100% 0;
	float: left;
	height: 33px;
}

a.button strong {
	background: transparent url("/img/icons/error.png") no-repeat 0 50%;
	float: left;
	height: 17px;
	padding: 8px 20px 8px 25px;
	width: 120px;
}

a.button:hover span {
	background-position: 100% -33px;
	cursor: pointer;
}

a.button.add strong {
	background-image: url("/img/icons/add.png");
}

a.button.edit strong {
	background-image: url("/img/icons/pencil.png");
}

a.button.delete strong {
	background-image: url("/img/icons/cross.png");
}

a.button.back strong {
	background-image: url("/img/icons/arrow_left.png");
}

a.button.login strong {
	background-image: url("/img/icons/bullet_key.png");
	padding-left: 15px;
	width: 100%;
}

a.button.edit_my_profile strong {
	background-image: url("/img/icons/user_silhouette.png");
}

a.button.save strong {
	background-image: url("/img/icons/save.png");
}

p.info {
	background: transparent url("/img/icons/info.png") no-repeat 0 0;
	clear: both;
	margin: 20px 10px 0 20px;
	padding: 0 0 0 30px;
}

#left_column h2 {
	margin: 0 10px 10px 20px;
	text-align: left;
	border-bottom: dotted 2px #888;
}

div.paging div {
	color: #555;
	font-size: 10px;
	float: left
}

div.container {
	padding: 20px 20px 0 0;
}


#index_table {
	border: 1px solid #ddd;
	border-bottom: none;
	border-right: none;
	font-size: 10px;
	width: 100%;
}

#index_table tr {
	border-bottom: 1px solid #ddd;
}

#index_table tr.parent {
	background-color: #eee;
}

#index_table td, #index_table th {
	text-align: center;
	border-right: 1px solid #ddd;
	padding: 3px;
}

#index_table td input {
	font-size: 10px;
	margin: 0;
	width: 150px
}

#index_table td div.input {
	margin: 0;
}


#index_table th {
	background: #000;
	color: #fff;
	padding: 5px;
}

#index_table td.title {
	padding: 0 0 0 30px;
	text-align: left;
	width: 70%;
}

#index_table td.actions {
	width: 65px;
}

div.form.static_contents #index_table td.title {
	padding: 0 10px 0 10px;
	text-align: left;
	width: 80%;
}

#index_table td.dragHandle {
	width: 30px
}

#index_table td.showDragHandle {
	background: transparent url("/img/icons/target.png") no-repeat center center;
	cursor: move;
}



a.action {
	display: block;
	float: right;
	height: 16px;
	margin: 0 10px 0 0;
	text-indent: -5000px;
	width: 16px;
}

a.action.delete {
	background: transparent url("/img/icons/cross.png") no-repeat 50% 50%;
}

a.action.edit {
	background: transparent url("/img/icons/pencil.png") no-repeat 50% 50%;
}

div.paging .previous, div.paging .next {
	background: transparent url("/img/icons/control_rewind.png") no-repeat 50% 50%;
	height: 16px;
	width: 16px;
	text-indent: -5000px;
}

div.paging .next {
	background: transparent url("/img/icons/control_fastforward.png") no-repeat 50% 50%;
}

div.form {
	padding: 0 20px 0 0;
}

div.form label {
	display: block;
	margin: 0 10px 0 0;
	text-align: left;
	
}

div.form div.input {
	margin: 10px 0 0 0;
	padding: 0 20px;
}

div.form input.submit {
	float: right;
	margin: 0 18px 0 0;
}

div.form .error {
	border: pink 1px solid;
	background: #FFEFF2;
	color: red;
	display: block;
	/*float: left;*/
	padding: 10px 20px;
}

div.form div.error-message {
	color: red;
	margin: 0;
}

div.uploadContainer, form fieldset {
	border: #ccc 1px solid;
	overflow: hidden;
	padding: 0 0 18px 0;
	margin: 20px 0 20px 0;
}

fieldset.multi_actions_holder {
	text-align: right;
}

fieldset.multi_actions_holder {
	margin-top: 20px;
	padding: 0 10px 8px 0;

}

div.uploadContainer h2 {
	border-bottom: 1px solid #ccc;
	margin: 5px 18px 0 18px;
	padding: 0 0 3px 0;
}

div.image, div.player {
	background: white;
	border: 1px solid #bbb;
	float: left;
	margin: 18px 0 0 18px;
	padding: 5px;
	/*width: 80px;*/
}

div.image a.action {
	margin: 3px 0 0 3px;
}

div.uploadBit {
	background: #eee;
	border: 1px solid #ddd;
	clear: both;
	float: left;
	margin: 18px 0 0 18px;
	padding: 20px;
}

div.form div.uploadBit.error {
	padding: 20px;
}

div.form div.uploadBit.error div.error-message {
	margin-left: 0;
}

span.mceEditor {
	width: 400px;
}

#PageContent {
	height: 400px;
	width: 480px;
}


div#systemMessage {
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    z-index: 4000;
    background: #fff;
    font-weight: bolder;
    font-size: 110%;
    /*padding: 20px;*/
    display: inline;
    border-bottom: 1px solid #3DC525;
    text-align: center;
    font-size: 14px;
    opacity: 0.95;
}

div#systemMessage div {
	border: 1px solid #ccc;
	margin: 20px 0 0 0;
	padding: 10px;
	text-align: center;
}

div#systemMessage div.message, div#systemMessage div.bad {
	background: #FFEFEF;
	border-color: red;
	color: red;
}

div#systemMessage div.good {
	background: #EDFFCF;
	border-color: #6CAF00;
	color: #6CAF00;
}

div.form_button_container input, div.form_button_container label {
	float: right;
	width: auto;
}

#index_table a.published {
	color: green;
}

#index_table a.unpublished {
	color: red;
}

div.input.required label {
	font-weight: bold;
}

a.order {
	background: transparent url(/img/order_arrows.png) no-repeat left top;
	display: inline-block;
	height: 5px;
	text-indent: -5000px;
	vertical-align: middle;
	width: 8px;
}

a.order:hover {
	background-position: right top;
}

a.order.down {
	background-position: left bottom;
}

a.order.down:hover {
	background-position: right bottom;
}

#index_table input.tableCheck {
	width: auto;
}


#attachmentUploadContainer label, .images_upload_container_class label {
	width: 60px;
}

#attachmentUploadContainer div.input.text, .images_upload_container_class div.input.text {
	margin: 20px 0;
}

#attachmentUploadContainer input.inputupload, .images_upload_container_class input.inputupload {
	margin: 0 0 0 20px;
}

input.inputbutton {
	float: right;
}

div.floated-inputs {
	clear: both;
	overflow: hidden;
}

div.floated-inputs div.input {
	float: left;
	margin: 0 10px 0 0;
	padding: 10px 20px;
}

#attachmentUploadContainer, .images_upload_container_class {
	overflow: hidden;
}


fieldset.buttons-holder {
	padding: 10px;
}

#tagsContainer {
	clear: both;
	display: block;
	overflow: hidden;
	padding: 25px 20px;
}

#tagsContainer div.tag {
	border: 1px solid #999;
	display: block;
	float: left;
	margin: 0 5px 5px 0;
	padding: 5px 0 5px 5px;
}

#tagsContainer div.tag a {
	margin: 0 5px;
}

#tagsManagementContainer {
	position: relative;
}

#tagsManagementContainer span.tagMatches {
	/*border: 1px #ddd solid;*/
	background: white;
	padding: 10px;
	position: absolute;
	top: 50px;
	left: 20px;
	width: 400px;
	
}

#tagsManagementContainer span.tagMatches span {
    display: block;
    float: left;
    padding: 2px 3px;
    margin: 0 4px 4px 0; 
    background-color: #000;
    color: #fff;
    cursor: pointer;
}


.ui-tabs .ui-tabs-panel {
	padding: 0 0 10px 0;
}

.ui-widget-content .ui-state-active {
	font-weight: bold;
}


div.addObjectBit {
	padding: 20px 20px 0;
	background: #ddd;	
}

div#menu_objects_area {
	padding: 20px;
}

div#menu_objects_area p.info {
	margin-left: 0;
}

div#menuObjectsContainer {
	margin: 20px 0;
}

div#menuObjectsContainer div.menuobject, div#contentIndexContainer div.content {
	/*background: transparent url(/img/icons/ui_combo_box.png) no-repeat 3px 50%;*/
	border: 1px #ccc solid;
	/*float: left;*/
	display: block;
	margin: 3px 0;
	overflow: hidden;
}

div#contentIndexContainer div.content:hover {
	background-color: #EFEFEF;
}

div#menuObjectsContainer div.menuobject span, div#contentIndexContainer div.content span {
	background: transparent url(/img/icons/ui_combo_box.png) no-repeat 3px 50%;
}

div#menuObjectsContainer div.menuobject.article span, div#contentIndexContainer div.content.article span {
	background: transparent url(/img/icons/page_white_text.png) no-repeat 3px 50%;
}



div#menuObjectsContainer div.menuobject.company_category span {
	background: transparent url(/img/icons/buildings.png) no-repeat 3px 50%;
}

div#menuObjectsContainer div.menuobject span, div#contentIndexContainer div.content span {
	padding: 3px 5px 3px 25px;
	display: block;
	float: left;
}

div#menuObjectsContainer div.menuobject.category span, div#contentIndexContainer div.content.category span {
	background-image: url(/img/icons/books.png);
}

div#menuObjectsContainer div.menuobject a.action.delete, div#contentIndexContainer div.content a.action {
	margin: 3px 5px 0 0;
}

div#contentIndexContainer div.content a.action.published {
	background: transparent url(/img/icons/connect.png) no-repeat left top;
}

div#contentIndexContainer div.content a.action.unpublished {
	background: transparent url(/img/icons/disconnect.png) no-repeat left top;
}

div.order_bit {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc; 
	float: right;
	margin: 0 5px 0 0;
	padding: 9px 0 8px 4px;
	width: 35px;
}

div.order_bit a {
	margin-left: 5px;
}

div#submenu {
	background-color: #414141;
	color: #fff;
	overflow: hidden;
	padding: 5px 0 0 10px;
}

div#submenu a {
	color: #fff;
	display: block;
	float: left;
	margin: 0 10px 0 0;
	padding: 2px 5px;
	text-decoration: none;
}

div#submenu a.active, div#submenu a:hover {
	background-color: #000; 
}






