/* HTML design
----------------------------------------------------- */
body, td, th, .bod, font, p {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	color: #333;
	font-size: 11px;
}

p {
	font-size: 11px;
	line-height: 16px;
	margin: 0 0 5px 0;
	padding: 2px 0;
}

b, strong {
	font-weight: bold;
}

img {
	border: 0;
}

/* Clear fix hack */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

.none { display:none; }
.block { display: block; }

/* Headings
----------------------------------------------------- */
h1 {
	font-size: 28px;
	line-height: 28px;
	color: #F4C20A;
	margin: 0px;
	padding: 5px 0;
}

h2 {
	font-size: 10px;
	line-height: 20px;
	color: #F3F3F3;
	margin: 0px;
	padding: 0px;
	margin-left: 2px;
}

h3 {
	font-size: 18px;
	line-height: 24px;
	color: #333;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	font-weight: bold;
}

h3 span {
    color: #666;
	}

h4 {
	font-size: 12px;
	line-height: 18px;
	color: #457c93;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}

h5 {
	font-size: 13px;
	line-height: 19px;
	color: #664F1D;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}

form {
	margin: 0;
	padding: 0;
}

select, input, textarea {
	font: inherit;
	font-size: 12px;
	line-height: 14px;
	margin: 0;
	padding: 0;
}

/* Links
-------------------------------------------- */
a:link, a:active, a:visited {
	color: #61763C;
	text-decoration: none;
}

a:hover {
	color: #999999;
	text-decoration: underline;
}


/* Main layout design
----------------------------------------------- */
#wrapper {
    margin: 0;
	padding: 0;
}

#body {
    width: 810px;
	padding: 0 5px;
}

#main {
    float: left;
	width: 650px;
}

#content {
    padding: 5px;
	}
	
#content div.row {
	margin-bottom: 20px;
}

#navbar {
    float: left;
    width: 150px;
}

#navbar-content {
     padding: 5px;
	 padding-right: 0;
    }
	
/* Header design 
---------------------------------------- */
#header {
    border-top: 4px solid #666;
	background: transparent url(images/bg_header.gif) 0 0 repeat;
}

#header h1 {
    font: bold 14px/16px Georgia, Verdana, Arial, Sans-serif;
    font: normal 15px/19px "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
    color: #fff;
    padding: 9px 5px;
}

#header h1 span {
    font-size: 11px;
    color: #ccc;
}

#userbox {
    margin: 0 0 10px 0;
	border-top: 1px solid #666;
	border-bottom: 1px solid #93B06B;
	background: transparent url(images/bg_userbox.gif) repeat-x 0 0;
	}
	
#userbox p {
    margin: 0;
	padding: 3px 10px;
	font-size: 11px;
	line-height: 14px;
	color: #333;
	}
	
/* Form design 
-------------------------------------- */
.formbox fieldset {
    border: 0;
	margin-bottom: 10px;
	}

.formbox fieldset h3 {
    color: #93B06B;
    font-size: 13px;
    line-height: 18px;
	border-bottom: 1px solid #D7E8B9;
	margin-bottom: 10px;
}
	
.formbox .settings {
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
	margin: 10px;
	}
	
.formbox .settings .label {
    float: left;
	width: 100px;
	text-align: right;
	font-size: 12px;
	color: #006699;
	margin: 0px;
	padding: 0px;
	margin-right: 5px;
	}
	
.formbox .settings .field {
    float: left;
    width: 495px;
	}

.formbox .settings .field p {
    margin: 0;
	padding: 0;
	}
	
.formbox .submit {
    text-align: center;
	padding: 5px;
	}
	
.formbox .settings .checklist {
    margin: 0;
    padding: 0;
    list-style: none;
	}
	
.formbox .settings .checklist li {
    margin: 0;
    padding: 0;
    float: left;
    width: 200px;
	}

.content-editor p {
	margin: 0 0 10px 0;
	padding: 0;
}

.content-editor p label {
	display: block;
	color: #006699;
	font-size: 12px;
}
	
/* List design 
----------------------------------------- */
.listbox {
    width: 100%;
	margin-top: 10px;
}

.listbox table {
    margin: 0;
    padding: 0;
}

.listbox td,
.listbox th {
	line-height: 17px;
	font-size: 11px;
}

.listbox td {
    padding: 6px 4px;
	vertical-align: middle !important;
}

.listbox th.right,
.listbox td.right {
	text-align: right;
}

.listbox tr.odd td {
    background: #eee;
}

.listbox tr.act td {
    background: #F1B3B3;
}

.listbox tr.row-header td {
    background: #DCF5B0;
    font-size: 12px;
    font-weight: bold;
}

.listbox tfoot td {
	border-top: 1px solid #999;
}

.listbox th.narrow {
	width: 1px !important;
}

.listbox th {
    padding: 2px 4px;
	background-color: #D7E8B9;
	text-align: left;
	font-size: 11px;
	color: #333;
}

.list-pagination {
	margin-top: 1px;
	padding-top: 5px;
	border-top: 1px solid #93B06B;
}

.list-pagination .leftcol {
	float: left;
	padding-left: 5px;
}

.list-pagination .rightcol {
	float: right;
	padding-right: 5px;
}

.listbox .create-row {
	background: #AFD965;
}

/* =Footer 
---------------------------------------- */
#footer {
    padding: 0;
    margin: 20px 0 10px 0;
	border: 1px solid #ccc;
	border-width: 1px 0 1px 0;
}

#footer p {
    font-size: 11px;
	line-height: 11px;
    font-style: italic;
    color: #666;
	text-align: right;
	background: #eee;
	padding: 3px 10px;
	margin: 0;
}

#footer a {
    color: #ccc;
}

/* Icons
----------------------------------------- */
.icon {
    display: block;
	padding-left: 20px;
	background-repeat: no-repeat;
	}

.new { background-image: url("images/ico_add_new.gif"); }
.help { background-image: url("images/ico_help.gif"); }
.lang { background-image: url("images/ico_lang.gif"); }
.on { background-image: url("images/ico_status_2.gif"); }
.off { background-image: url("images/ico_status_1.gif"); }
.web { background-image: url("images/ico_web.gif"); }
.template { background-image: url("images/ico_template.gif"); }
.pages { background-image: url("images/ico_pages.gif"); }
a.settings { background-image: url("images/ico_settings.gif"); }
.logout { background-image: url("images/ico_logout.gif"); }
.home { background-image: url("images/ico_home.gif"); }
.users { background-image: url("images/ico_users.gif"); }
.view { background-image: url("images/ico_view.gif"); }
.web_page { background-image: url("images/ico_html.gif"); }
.sys_folder { background-image: url("images/ico_folder.gif"); }
.shortcut { background-image: url("images/ico_html_shortcut.gif"); }
.browse { background-image: url("images/ico_browse.gif"); }
.file { background-image: url("images/ico_file.gif"); }
.edit { background-image: url("images/ico_edit.gif"); }

/* Other styles
----------------------------------------- */

.error-message {
    font-size: 11px;
    color: #ff0000;
    background: #eee;
    border: 1px solid #ff0000;
    padding: 6px;
    margin: 15px 0 10px 0;
}

.message {
    font-size: 11px;
    color: #006699;
    background: #eee;
    border: 1px solid #006699;
    padding: 6px;
    margin: 15px 0 10px 0;
}

.float { display: block; float: left; }

div.box{
    width: 100%;
	background: #F0F0E7;
	margin-bottom: 10px;
	}
div.box h3{
    font-size: 11px;
	margin:0;
	padding: 5px 10px;
	background: #D7E8B9;
	line-height: 14px;
	color: #333;
	text-align: left;
	}
div.box p {
    margin:0;
	padding: 5px 10px;
	font-size: 11px;
	line-height: 18px;
	vertical-align: middle;
	}
div.box p img {
    position: relative;
	top: 3px;
	}
div.box a.act {
    text-decoration: underline;
}

#breadcrumbs {
    margin-bottom: 5px;
    font-size: 11px;
	border-bottom: 1px solid #D7E8B9;
}

.wizbar a:hover {
    text-decoration: none;
    background: none;
    color: #999999;
}

.tabbox,
.tabbox-child {
	margin-top: 10px;
    border-bottom: 1px solid #D7E8B9;
    margin-bottom: 5px;
    padding: 0;
}

.tabbox-child {
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
}

.tabbox ul {
    margin: 0;
    padding: 0;
    list-style: none;
    }
    
li.tabs {
    display: block;
    margin: 0;
    padding: 0;
    float : left;
    font-size: 11px;
    margin-right: 1px;
    background: transparent url(images/bg_tab.gif) repeat-x 0 0;
	padding: 2px 5px;
}

li.tabs a {
	display: block;
	}

li.tabs a.act { text-decoration: underline; font-weight: bold; }

.tabbox-child ul {
	margin: 0;
    padding: 0;
    list-style: none;
	}

li.wiztab {
    background: none;
	float: right;
	margin-right: 4px;
}

.list-action {
	margin: 5px 0;
}

/* Popup page design
---------------------------------------- */
#popup #header {
}

#popup #header h1 {
	font-size: 11px !important;
	padding: 4px 5px;
}

#popup #body {
	width: 100%;
	padding: 0;
}

#popup #content {
	padding: 5px;
}

/* System site list
---------------------------------------- */
#system-site {
	float: left;
	width: 340px;
}

#system-site .site-item {
	margin: 10px 5px 10px 5px;
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
}

#system-site .site-item-actions {
	margin: 5px 10px;
	padding: 1px;
	border: 1px solid #eee;
}

#system-site .site-item  ul {
	margin: 0;
	padding: 0 5px;
	list-style: none;
}

#system-site .site-item  ul li {
	margin: 2px 0;
	font-size: 10px;
	line-height: 16px;
	white-space: nowrap;
	float: left;
	width: 140px;
}

#system-site h3,
#system-record h3 {
	background: #D7E8B9;
	padding: 6px;
	color: #333;
	font-size: 12px;
	line-height: 14px;
}

#system-site .site-item h4 {
	font-size: 16px;
}

#system-site .site-item h5.actions {
	font-size: 11px;
	line-height: 14px;
	background: transparent url(images/bg_actions.gif) repeat-x 0 0;
	padding: 2px;
	border-bottom: 1px solid #eee;
}

#system-record {
	float: left;
	width: 285px;
	margin-left: 12px;
}

.system-record-list { padding: 5px; }

.system-record-list p {
	border-bottom: 1px solid #eee;
}

.log th {
    text-align: left;
	}
	
.log td,
.log th {
    border-bottom: 1px solid #eee;
	padding: 3px;
	}
	
.log tr.odd td {
    background: #eee;
}

.log tr.act td {
    background: #F1B3B3;
}

div.autocomplete {
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #888;
  margin:0px;
  padding:0px;
}
div.autocomplete ul {
  list-style-type: none;
  margin:0px;
  padding:0px;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
  list-style-type: none;
  display:block;
  margin:0;
  padding:2px;
}


/* Stats table */
.stats {
	border-collapse: collapse;
	width: 100%;
}

.stats td {
	padding: 5px;
	border: 1px solid #ccc;
}

.stats td.label {
	width: 150px;
	text-align: right;
	font-weight: bold;
	background: #eee;
}

.stats td.data {
}

