/* MAIN LAYOUT
----------------------------------------------------- */

* {
    padding: 0;
    margin: 0;
    }
body {
    color: #333;
    text-align: left;
    font: normal 12px/18px "Lucida Grande", arial, verdana, helvetica, sans-serif;
    background: #111;
    min-width: 1000px;
	}
body.login {min-width: 500px;}
body.admin-login {min-width: 500px; background-color: #666;}
body#file-popup {min-width: 400px;}
#header {
    padding: 9px 22px;
    border-bottom: #000 solid 1px;
    color: #999;
    background: #000 url(/manage/images/bg_header-new.gif) bottom left repeat-x;
    }
h1#website {
    float: left;
    color: #fff;
    font-size: 14px;
    }
h1#website span {
    font-size: 10px;
    line-height: 10px;
    margin: 0;
    font-weight: normal;
    }
h1#website a {
    color: #ccc;
    text-decoration: none;
    }
h1#website a:hover {
    color: #fff;
    text-decoration: underline;
    background: none;
    }
#main {
	padding: 10px 15px 15px 15px;
    background: #666;
	}
body.login #main {padding: 15px;}
#wrap {
    border: #fff solid 5px;
    background: #fff;
    }
body.subnav #wrap {background: #fff url(/manage/images/bg_wrap.gif) 75% 0 repeat-y;}
body.login #wrap {width: 400px; margin: 0 auto;}
#content {
	float: left;
	width: 75%;
	}
body#file-popup #content {
	width: 100%;
	}
*:first-child+html #content {
    width: 74%;
    }
* html #content {
    width: 74%;
    }
*:first-child+html #content-pad {
    padding: 0;
    }
* html #content-pad {
    padding: 0;
    }
body.login #content {
    width: 100%;
    }
#content-pad {
    padding: 0 5px 0 0;
    }
#sidebar {
    float: right;
    width: 25%;
    font-size: 11px;
    line-height: 16px;
    color: #444;
    }
div.sidebar-pad {
    padding: 10px 10px 10px 15px;
    }    
#views {
	padding: 15px 10px;
	}
#views {
	padding: 15px;
	}
#preview {
	width: 100%;
	clear: both;
	background: #fff;
	border-top: #fff solid 5px;
	}
#preview-frame {
	width: 100%;
    height: 600px;
    border: 0;
    }
#footer {
	color: #666;
	font-size: 11px;
	margin: 15px 25px 25px 25px;
	padding: 0 0 15px 0;
	}
#footer a {
    color: #ccc;
    }
#footer a:hover {
	color: #fff;
	background: #000;
	}
#reflect-info {
    float: right;
    font-size: 9px;
    }
#reflect-info a {
    color: #999;
    }
    
#success-flash-outer {
    z-index: 100;
    position: absolute;
    top: 81px;
    left: 0;
    width: 100%;
    }
#success-flash {
    margin: 0 auto;
    padding: 7px 10px;
    background: #000 url(/manage/images/bg_header-new.gif) bottom left repeat-x;
    border: #fff solid 1px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    width: 400px;
    }

/* Action */
div.action {
    padding: 15px 25px;
    background: #f1f5fa;
    }
div.action-main {
    float: left;
    width: 62%;
    margin: 0 0 10px 0;
    }
div.action-other {
    float: right;
    width: 36%;
    margin: 0 0 10px 0;
    }
div.action-main p, div.action-other p {
	margin: 0 0 3px 0;
	}

/* Add/Edit Page */
#edit-view {
    line-height: 18px;
    }
    
/* File Browser */
body.widget {
    background: #d3dae3;
    min-width: 1px;
    }
#upload-frame {
    width: 100%;
    height: 270px;
    border: 0;
    }
#browser {
    background: #fff;
    padding: 5px;
    color: #333;
    }
#upload {
    color: #333;
    padding: 5px;
    background: #fff;
    }
#upload a.active {
    display: none;
    }
#file-scroller {
    height: 150px;
    width: 100%;
    overflow: auto;
    background: #eee;
    font-size: 11px;
    position: relative;
    }
div.display-image {
    position: absolute;
    top: 0;
    left: 0;
    background: url(/manage/images/bg_display-image.png);
    color: #fff;
    height: 150px;
    width: 100%;
    text-align: left;
    }
/* IE Hacks to make the PNGs play nice. */
* html div.display_image {
    background-image: none;
    filter: progid:DXImagetransform.Microsoft.AlphaImageLoader(src="/manage/images/bg_display-image.png", sizingMethod="scale");
    }
div.display-image-preview {
    float: left;
    margin: 5px;
    }
div.display-image-preview img {
    border: #fff solid 1px !important;
    }
ul.image-sizes {
    float: left;
    }
ul.image-sizes li {
    list-style: none;
    margin: 2px 5px 2px 2px;
    }
ul.image-sizes li a {
    display: block;
    padding: 3px;
    background: #666;
    color: #fff;
    text-decoration: none;
    }
ul.image-sizes li a:hover {
    background: #333;
    }
ul.tabs {
	margin: 0;
	padding: 0;
	list-style: none;
    font-size: 10px;
	}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	}
ul.tabs li a {
	float: left;
	text-decoration: none;
	color: #666;
	padding: 3px 4px;
	}
ul.tabs li a:hover {
	color: #000;
	background: #fff;
	}
ul.tabs li a.active {
    background: #fff;
    margin: 0 1px;
    color: #000;
    }
ul.file-list {
    margin: 5px;
    }
ul.file-list li {
	margin: 0 0 5px 0;
	padding: 0;
	}
ul.file-list li a {
    text-decoration: none;
    color: #333;
    padding: 2px;
    }
ul.file-list li a:hover {
    color: #000;
    background: #ddd;
    }
ul.file-list li a img {
    border: 0;
    vertical-align: middle;
    text-decoration: none !important;
    }
    
ul.link-list {
    margin: 5px;
    }
ul.link-list li {
	margin: 0;
	padding: 0;
	border-bottom: #ddd solid 1px;
	}
ul.link-list li a {
    text-decoration: none;
    color: #333;
    display: block;
    }
ul.link-list li a:hover {
    color: #000;
    background: #ddd;
    }
ul.link-list li.indent-1 a {padding-left: 0;}
ul.link-list li.indent-2 a {padding-left: 10px;}
ul.link-list li.indent-3 a {padding-left: 20px;}
ul.link-list li.indent-4 a {padding-left: 30px;}
ul.link-list li.indent-5 a {padding-left: 40px;}
ul.link-list li.indent-6 a {padding-left: 50px;}
ul.link-list li.indent-7 a {padding-left: 60px;}

/* Pages */
ul.page-list {
    list-style: none;
	}
ul.page-list li {
    padding: 6px 10px 6px 0;
    border-bottom: #eee solid 1px;
    }
ul.page-list li.hover, ul.list li.hover {
    background: #f1f5fa !important;
    cursor: default !important;
    }
ul.page-list li.active {
    background: #f1f5fa;
    border: #ccc solid;
    border-width: 1px 0;
    }
ul.page-list li.indent-1 {padding-left: 10px;}
ul.page-list li.indent-2 {padding-left: 30px; font-size: 12px;}
ul.page-list li.indent-3 {padding-left: 50px; font-size: 11px;}
ul.page-list li.indent-4 {padding-left: 70px; font-size: 11px;}
ul.page-list li.indent-5 {padding-left: 90px; font-size: 11px;}
ul.page-list li.indent-6 {padding-left: 110px; font-size: 11px;}
ul.page-list li.indent-7 {padding-left: 130px; font-size: 11px;}

ul.page-list a {
    color: #666;
    padding: 5px 0 5px 21px;
    cursor: pointer !important;
    background-position: left;
    background-repeat: no-repeat;
    }
ul.page-list li.page a, ul.page-list li.page a:hover {background-image: url(/manage/images/icon_page.png);}
ul.page-list li.podcast a, ul.page-list li.podcast a:hover {background-image: url(/manage/images/icon_podcast.png);}
ul.page-list li.photo a, ul.page-list li.photo a:hover {background-image: url(/manage/images/icon_photo.png);}
ul.page-list li.video a, ul.page-list li.video a:hover {background-image: url(/manage/images/icon_video.gif);}
ul.page-list li.calendar a, ul.page-list li.calendar a:hover {background-image: url(/manage/images/icon_event.png);}
ul.page-list li.blog a, ul.page-list li.blog a:hover {background-image: url(/manage/images/icon_entry.gif);}
ul.page-list li.custom a, ul.page-list li.custom a:hover {background-image: url(/manage/images/icon_custom.png);}
ul.page-list li.form a, ul.page-list li.form a:hover {background-image: url(/manage/images/icon_form.png);}
ul.page-list li.link a, ul.page-list li.link a:hover {background-image: url(/manage/images/icon_link.png);}

ul.page-list a:hover {
    color: #000 !important;
    background-color: transparent;
    }
ul.page-list li.homepage a.page-title {
    font-size: 16px !important;
    font-weight: bold;
    }
ul.page-list li.indent-1 a.page-title {
    font-size: 14px;
    color: #333;
    }

.subpage {
    float: right;
    color: #bbb;
    font-size: 11px !important;
    background: none !important;
    }
.subpage a {
    color: #bbb !important;
    background: none !important;
    padding: 2px !important;
    }

ul.page-list li.hover .subpage {
    color: #666 !important;
    }
ul.page-list li.hover .subpage a {
    color: #cc0000 !important;
    }
ul.page-list li.hover .subpage a:hover {
    color: #fff !important;
    background-color: #cc0000 !important;
    text-decoration: none;
    }
div.page-action {
    margin: 5px 0;
    font-size: 11px;
    padding: 5px 0 0 0;
    border-top: #fff solid 1px;
    }
div.page-action p.submit {
    border: 0;
    padding: 0;
    }
#schedule {
    background: #fff;
    padding: 10px 10px 5px 10px;
    border-top: #c2c9d1 solid 2px;
    margin: 20px 0 10px 0;
    }

/* File Manager */
div.file {
    padding: 10px;
    border-bottom: #eee solid 1px;
    }
div.file p.filename .img {
    float: left;
    width: 32px;
    height: 32px;
    text-align: center;
    margin: 0 10px 0 0;
    }
div.file p {
    margin: 0;
    }
div.file p.filename a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
    }
div.file p.filename a:hover {
    text-decoration: underline;
    background: none;
    }
div.file.edit, div.file.replace {
    background: #f1f5fa;
    border: #ccc solid 2px;
    }
div.file.edit p.submit, div.file.replace p.submit {
    padding: 5px 0 0 0 !important;
    border: 0;
    }
div.file p.filename a img {
    border: 0;
    }

/* Users */
div.user {
    width: 48%;
    float: left;
    margin: 0 10px 10px 0;
    }
    
/* Blog */
dl.entries {
    margin: 0 0 10px 0;
    }
dl.entries dt {
    font-size: 14px;
    margin: 0 0 3px 0;
    padding: 0 10px;
    }
dl.entries img.icon {
    vertical-align: middle;
    }
dl.entries dd {
    border-bottom: #eee solid 1px;
    margin: 0 0 7px 0;
    padding: 0 0 7px 10px;
    }
dl.entries.checkbox dd {
    padding: 0 0 7px 25px;
    }

/* Comments */

div.comment-actions {
    float: right;
    margin: 0 0 5px 5px;
    background: #ffffee;
    padding: 5px;
    }

/* Gallery */
div.set {
    padding: 10px 10px 5px 10px;
    border-bottom: #eee solid 1px;
    }
div.set p.thumb img {
    float: left;
    margin: 0 10px 0 0;
    }
div.set p.thumb {
    float: left;
    }
    
ul.sort-thumbs li {
    float: left;
    margin: 0 5px 5px 0;
    text-align: center;
    padding: 5px;
    border: #eee solid 1px;
    cursor: move;
    list-style: none;
    }
ul.sort-thumbs input, ul.sort-thumbs a {
    cursor: pointer;
    }

/* Design */

.missing {
	background: #ffffcc;
	}
table.themes tr td {
	padding: 10px !important;
	}
table.themes ul.alt, table.themes ul.alt li {
	margin: 0 !important;
	}

ul.theme-list {
	margin: 10px 0 15px 0;
	}
ul.theme-list li {
	padding: 5px 15px;
    list-style: none;
    border-bottom: #eee solid 1px;
	}
ul.theme-list li a {
	padding: 5px 0 5px 21px;
	background-repeat: no-repeat;
	background-position: left;
	background-color: transparent;
	text-decoration: none;
	}
ul.theme-list li a:hover {
	color: #000;
	}
ul.theme-list li.layout a {background-image: url(/manage/images/icon_layout.png);}
ul.theme-list li.template a {background-image: url(/manage/images/icon_layout.png);}
ul.theme-list li.directory a {background-image: url(/manage/images/icon_directory.png);}
ul.theme-list li.file a {background-image: url(/manage/images/icon_file.png);}

p.breadcrumbs {
	color: #999;
	font-size: 11px;
	}
p.breadcrumbs a, p.breadcrumbs a:hover {
	color: #999;
	text-decoration: underline;
	background: none;
	}
	
/* Pagination */

div.pagination {
    padding: 20px 5px 0 5px;
    text-align: center;
    }
div.pagination .disabled {
	color: #999;
	}
div.pagination .current {
	font-weight: bold;
	padding: 0 5px;
	}
div.pagination a {
	padding: 2px 5px;
	border: #ccc solid 1px;
	text-decoration: none;
	}

/* Tag Cloud Styles*/

p.tags a {
    color: #666;
    text-decoration: none;
    padding: 1px 1px;
    line-height: 20px;
    white-space: nowrap;
    }
p.tags a:hover {
    background: #999;
    color: #fff;
    }
p.tags a.active {
    color: #fff;
    background: #666;
    }

a.nube1 {font-size: 10px;}
a.nube2 {font-size: 12px;}
a.nube3 {font-size: 14px;}
a.nube4 {font-size: 16px;}
a.nube5 {font-size: 18px;}
a.nube6 {font-size: 20px;}

/* Events */

dd#datetime-end-picker, dd#datetime-start-picker {
	float: left;
	margin: 0 20px 10px 0;
	}
	
/* Form Builder */

ul.form-fields li {
	padding: 10px 15px 10px 15px !important;
	margin: 0 0 10px 0;
	list-style: none;
	/* background: #f9f9f9 url(/manage/images/icon_move.gif) 15px 1em no-repeat; */
	background: #f9f9f9;
	cursor: move;
	}
ul.form-fields li a {
	cursor: pointer;
	}
ul.form-fields .title {
	font-size: 14px;
	font-weight: bold;
	background-position: left;
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
	}
div.action-other ul.form-fields .title {
	font-size: 12px;
	padding: 0;
	}
	
ul.field-types {
	list-style: none;
	clear: both;
	margin: 0 !important;
	}
ul.field-types li {
	padding: 5px 5px 5px 25px;;
	margin: 0 10px 10px 0;
	width: 140px;
	float: left;
	background-color: #fff;
	border: #ccc solid 1px;
	background-position: 5px 5px;
	background-repeat: no-repeat;
	}

ul.field-types li.text_field, ul.form-fields li.text_field .title {background-image: url(/manage/images/field_text.png);}
ul.field-types li.check_box, ul.form-fields li.check_box .title {background-image: url(/manage/images/field_checkbox.png);}
ul.field-types li.radio_button, ul.form-fields li.radio_button .title {background-image: url(/manage/images/field_radiobutton.png);}
ul.field-types li.time_select, ul.form-fields li.time_select .title {background-image: url(/manage/images/field_time.png);}
ul.field-types li.date_select, ul.form-fields li.date_select .title {background-image: url(/manage/images/field_date.png);}
ul.field-types li.datetime_select, ul.form-fields li.datetime_select .title {background-image: url(/manage/images/field_datetime.png);}
ul.field-types li.select, ul.form-fields li.select .title {background-image: url(/manage/images/field_dropdown.png);}
ul.field-types li.text_area, ul.form-fields li.text_area .title {background-image: url(/manage/images/field_paragraph.png);}
ul.field-types li.field_number, ul.form-fields li.field_number .title {background-image: url(/manage/images/field_number.png) !important;}

/* Recent Activity */

dl.activity {
	padding: 10px 0 !important;
	}
dl.activity dt {
	padding: 0 0 0 35px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 10px 0;
	}
dl.activity dt.entry {background-image: url(/manage/images/icon_entry.gif);}
dl.activity dt.comment {background-image: url(/manage/images/icon_comment-dashboard.png);}
dl.activity dt.photo {background-image: url(/manage/images/icon_photo.png);}
dl.activity dt.video {background-image: url(/manage/images/icon_video.gif);}
dl.activity dt.event {background-image: url(/manage/images/icon_event.png);}
dl.activity dt.podcast {background-image: url(/manage/images/icon_podcast.png);}
dl.activity dt.file {
	background-image: url(/manage/images/icon_file.png);
	padding: 0 0 10px 35px;
	border-bottom: #eee solid 1px;
	margin: 0 0 10px 0;
	}
dl.activity dt.page {
	background-image: url(/manage/images/icon_page.png);
	padding: 0 0 10px 35px;
	border-bottom: #eee solid 1px;
	margin: 0 0 10px 0;
	}
dl.activity dt.form {
	background-image: url(/manage/images/icon_form.png);
	padding: 0 0 10px 35px;
	border-bottom: #eee solid 1px;
	margin: 0 0 10px 0;
	}
dl.activity dt.people {
	background-image: url(/manage/images/icon_people.png);
	padding: 0 0 10px 35px;
	border-bottom: #eee solid 1px;
	margin: 0 0 10px 0;
	}

dl.activity dd {
	padding: 0 0 10px 35px;
	border-bottom: #eee solid 1px;
	margin: 0 0 10px 0;
	font-size: 11px;
	color: #999;
	}
dl.activity dd a {
	color: #666;
	}
dl.activity dd a:hover {
	color: #fff;
	}

blockquote {
	background: url(/manage/images/bg_blockquote.gif) 0 .4em no-repeat;
	padding: 0 20px;
	}

/* Screen Messages */

div.msg {
	background: #f1f5fa;
	padding: 15px 15px 10px 15px;
	margin: 0 0 5px 0;
	border: #ccc solid 1px;
	}
div.msg .close {
	float: right;
	}
div.msg .close a {
	color: #cc0000;
	font-size: 11px;
	font-weight: normal;
	}
div.msg .close a:hover {
	color: #fff;
	background: #cc0000;
	}
div.msg h3 {
	background: url(/manage/images/icon_info.png) left no-repeat;
	padding: 0 0 0 20px;
	color: #000;
	}
	
div.description {
	float: right;
	padding: 0 0 0 20px;
	border-left: #ddd solid 1px;
	margin: -10px 0 10px 20px;
	color: #666;
	font-size: 11px;
	width: 55%;
	position: relative;
	}
div.description a {
	color: #555;
	}
	
/* Welcome Tab */

div.feature {
	width: 44%;
	float: left;
	margin: 10px 30px 20px 10px;
	}
div.feature img.left {
	float: left;
	margin: 0 20px 10px 0;
	}

/* =NAVIGATION
---------------------------------------------------- */

/* Nav */
#nav {
	font-size: 11px;
    float: right;
	}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#nav li {
	float: left;
	margin: 0 0 0 15px;
	padding: 0;
	}
#nav li a {
	text-decoration: none;
	color: #ccc;
	border: none;
	}
#nav li a:hover {
	color: #fff;
	background: none;
    text-decoration: underline;
	}
#nav li a.active, #nav li a.active:hover {
    font-weight: bold;
    text-decoration: none;
    color: #fff;
	}
#nav li#help a {
    background: #222;
    padding: 3px 6px;
    color: #ffff66;
    text-decoration: none;
    font-size: 11px;
    text-transform: uppercase;
    border: #555 solid 1px;
    }
#nav li#help a:hover {
    background: #000;
    color: #fff;
    }

/* Main Tabs */
#tabs {
	font-size: 12px;
	}
#tabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#tabs li {
	float: left;
	margin: 0;
	padding: 0;
	}
#tabs li.right {
	float: right;
	}
#tabs li.right a {
    margin: 0 0 0 2px;
    }
#tabs li a {
	float: left;
	color: #fff;
	border: none;
    padding: 3px 8px 6px 8px;
    margin: 0 2px 0 0;
    text-decoration: none;
    background: url(/manage/images/bg_link-tab-new.png) top left repeat-x;
	}
* html #tabs li a {
    background-image: none;
    filter: progid:DXImagetransform.Microsoft.AlphaImageLoader(src="/manage/images/bg_link-tab-new.png", sizingMethod="scale");
    }
#tabs li a:hover {
    color: #fff;
    text-decoration: underline;
	}
#tabs li a.active, #tabs li a.active:hover {
	font-weight: bold;
	text-decoration: none;
	background: #fff !important;
    color: #333;
    filter:none;
    margin: 0 5px;
	}
#tabs li.module a {
    background: none;
    filter:none;
    }

/* Subnav */
ul.subnav {
	margin: 0 0 10px -15px;
	padding: 0;
	list-style: none;
	}
ul.subnav li {
	margin: 0;
    padding: 0;
    display: inline;
	}
ul.subnav a {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	display: block;
	padding: 5px 5px 5px 15px;
	}
ul.subnav a:hover {
	color: #000;
	background: #c2c9d1;
	}
ul.subnav a.active {
	background-color: #fff;
    border: #b4bac1 solid;
    border-width: 0 1px 1px 0;
    margin: 2px 0;
    color: #333;
	}

/* Actions */
div.actions ul {
	margin: 0;
	padding: 0 7px;
	list-style: none;
    background: #f7f7f7 url(/manage/images/bg_actions.gif) bottom repeat-x;
	}
div.actions li {
	float: left;
	margin: 0;
	padding: 0;
	}
div.actions li.right {float: right;}
div.actions li.text {padding: 4px 4px 0 4px;}
div.actions li a {
	float: left;
	text-decoration: none;
	color: #550000;
	padding: 6px 9px 6px 28px;
	background-repeat: no-repeat;
	background-position: 8px .6em;
    font-weight: bold;
	}
div.actions li a:hover {
	color: #000;
	background-color: #ddd;
	background-repeat: no-repeat;
	background-position: 8px .6em;
	}
div.actions li a.active {
    background-color: #f1f5fa;
    border-right: #ddd solid 1px;
    border-left: #ddd solid 1px;
    font-weight: bold;
    }
div.actions a.add {background-image: url(/manage/images/icon_add.png);}
div.actions a.delete {background-image: url(/manage/images/icon_delete.gif);}
div.actions a.back {background-image: url(/manage/images/icon_back.gif);}
div.actions a.preview {background-image: url(/manage/images/icon_preview.gif);}
div.actions a.upload {background-image: url(/manage/images/icon_upload.gif);}
div.actions a.user {background-image: url(/manage/images/icon_user.gif);}
div.actions a.page {background-image: url(/manage/images/icon_page-add.gif);}
div.actions a.company {background-image: url(/manage/images/icon_company.gif);}
div.actions a.set {background-image: url(/manage/images/icon_photo-set.gif);}
div.actions a.thumbs {background-image: url(/manage/images/icon_thumbs.gif);}
div.actions a.sort {background-image: url(/manage/images/icon_sort.gif);}
div.actions a.photo-list {background-image: url(/manage/images/icon_photo-list.gif);}
div.actions a.video {background-image: url(/manage/images/icon_video.gif);}
div.actions a.theme {background-image: url(/manage/images/icon_theme.gif);}
div.actions a.template {background-image: url(/manage/images/icon_page-add.gif);}
div.actions a.layout {background-image: url(/manage/images/icon_layout.png);}
div.actions a.directory {background-image: url(/manage/images/icon_directory-add.gif);}
div.actions a.site {background-image: url(/manage/images/icon_site.gif);}
div.actions a.entry {background-image: url(/manage/images/icon_entry.gif);}
div.actions a.module {background-image: url(/manage/images/icon_module.png);}
div.actions a.link {background-image: url(/manage/images/icon_link.png);}
div.actions a.form {background-image: url(/manage/images/icon_form.png);}
div.actions a.event {background-image: url(/manage/images/icon_event.png);}
div.actions a.activate {background-image: url(/manage/images/icon_checkmark.png);}
div.actions a.podcast {background-image: url(/manage/images/icon_podcast.png);}

div.actions ul li.tab a {
    padding: 8px 10px;
    }
div.actions ul li.tab a.active {
    font-weight: bold;
    background: #fff;
    color: #333;
    border: #eee solid;
    border-width: 0 1px;
    }

/* =HEADERS
---------------------------------------------------- */

h2 {
	color: #000;
	font-size: 16px;
    background: #ebebeb url(/manage/images/bg_h2.gif) bottom left repeat-x;
    padding: 9px 15px;
	}
h2 a:hover {
    text-shadow: none;
    }
h2 .title {
    background: #fff;
    padding: 2px;
    }
h3 {
    font-size: 14px;
    margin: 0 0 15px 0;
    padding: 5px 0 0 0;
    clear: both;
    }
h3.settings {
    margin: 0 0 3px 0;
    padding: 5px 0 0 0;
    border-bottom: 0;
    background: none;
    }
h3 small {
    font-weight: normal;
    }
div.form-wrap h3 {
    padding-top: 0;
    }
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #333;
    margin: 0 0 5px 0;
	}
#sidebar h4 {
    border-bottom: #c2c9d1 solid 2px;
    padding: 10px 0 3px 15px;
    margin: 0 0 5px -15px;
    font-size: 12px;
    color: #000;
    line-height: 14px;
    }
#sidebar h4 small {
    text-shadow: none;
    font-weight: normal;
    }
#sidebar h4 a.edit {
    float: right;
    text-shadow: none;
    font-weight: normal;
    font-size: 11px;
    }

h4.details {
    border: 0 !important;
    text-transform: none !important;
    margin: 0 0 15px 0 !important;
    padding: 0 !important;
    }
#content h4.details {
	font-weight: normal !important;
	}
h4.details a {
    background: url(/manage/images/bg_h4-details.gif) left no-repeat;
    text-decoration: none;
    padding: 0 0 0 14px;
    }
h4.details a:hover {
    color: #333;
    background: url(/manage/images/bg_h4-details.gif) left no-repeat;
    background-color: transparent !important;
    }
h4.details a.active, h4.details a.active:hover {
    color: #333;
    background: url(/manage/images/bg_h4-details-active.gif) left no-repeat;
    }

/* =LISTS
---------------------------------------------------- */

ul.alt {
    margin: 0 0 15px 0;
    }
ul.alt li {
    list-style: none;
    margin: 0 0 5px 5px;
    }
#sidebar ul.bullets {
	margin: 0 0 15px 20px;
	}
#sidebar dl dt {
    font-weight: bold;
    }
#sidebar dl dd {
    margin: 0 0 7px 0;
    padding: 0 0 7px 0;
    }
dl.form dt {
    margin: 0 0 4px 0;
    }
dl.form dt.no-dd {
    margin: 0 0 12px 0;
    }
dl.form dd {
    margin: 0 0 12px 1px;
    }
dl.form dd.col {
    float: left;
    width: 45%;
    margin: 5px 1px;
    }
dl.form.settings dt {
    font-weight: bold;
    }
dl.form {
    margin: 0 0 15px 0;
    clear: both;
    }
dl.form dt.inline {
    float: left;
    margin: 0 5px 0 0;
    vertical-align: middle;
    }
dl.form ul {
	list-style: none;
	margin: 0 0 0 15px;
	}
ol {
    list-style-position: inside;
    }
ol li {
    margin: 0 0 10px 0;
    }

/* Tab Nav */
ul.tab-nav {
	background: url(/manage/images/bg_page-list.gif) bottom repeat-x;
	margin: 0 0 15px 0;
	}
ul.tab-nav li {
	display: inline;
	background: none;
	padding: 0;
    margin: 0;
	}
ul.tab-nav li a {
	padding: 4px 8px;
	margin: 4px 2px 0 0;
	float: left;
    color: #555;
    background: #f6f6f6;
	}
ul.tab-nav li a:hover {
	color: #333;
    background: #ddd;
	}
ul.tab-nav li a.active, ul.tab-nav li a.active:hover {
	border: #999 solid 1px;
	border-bottom: #fff solid 1px;
	font-weight: bold;
	color: #000;
    text-decoration: none;
    background: none;
    padding: 6px 10px;
    margin: 0 2px 0 0;
	}
ul.categories {
    margin: 0 0 10px 0;
    }
ul.categories li {
    list-style: none;
    padding: 5px 0;
    border-bottom: #ddd solid 1px;
    }
ul.categories li.edit {
    background: #f1f5fa;
    border: #ccc solid 2px;
    padding: 5px;
    }
div.rename {
    float: right;
    text-align: left;
    width: 30%;
    }

ul.content-areas {
    list-style: none;
    margin: 0;
    padding: 0;
    }
ul.content-areas li {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
    }

ul.list {
    list-style: none;
    margin: 0 0 20px 0;
	}
ul.list li {
    padding: 5px 10px 5px 0;
    border-bottom: #eee solid 1px;
    }

/* =LINKS
---------------------------------------------------- */

a {
	color: #003399;
    outline: none;
    padding: 1px;
	}
a:hover {
	color: #fff;
	background-color: #003399;
	text-decoration: none;
	}
small a, span.light a {
	color: #888;
	}
small a:hover, span.light a:hover {
	background-color: #666;
    color: #fff;
	}
a.img, a.img:hover, a.img img {
	background: none !important;
	text-decoration: none;
	border: 0;
	padding: 0 !important;
    color: #0066cc;
	}
a.cancel {
    color: #cc0000;
    background: none;
    }
a.cancel:hover {
    background: #cc0000;
    color: #fff;
    }
a.edit {
    color: #006633;
    }
a.edit:hover {
    background: #006633;
    color: #fff;
    }
a.url, a.url:hover {
    color: #888;
    font-size: 11px;
    background: none;
    text-decoration: underline;
    }
a.download {
    color: #333;
    background: url(/manage/images/icon_download.gif) 0 50% no-repeat;
    padding: 5px 0 5px 18px;
    font-weight: bold;
    }
a.upgrade, a.upgrade:hover {
    color: #333;
    background: url(/manage/images/icon_upgrade.png) 0 50% no-repeat;
    padding: 5px 0 5px 18px;
    font-weight: bold;
    }
a.downgrade {
	color: #666;
	}
a.downgrade:hover {
	color: #fff;
	background: #666;
	}
a.add {
    color: #333;
    background: url(/manage/images/icon_add.png) 0 50% no-repeat;
    padding: 5px 0 5px 20px;
    font-weight: bold;
    }
a#schedule-btn.active {
    color: #ccc;
    background: #666;
    text-decoration: none;
    }
a.delete {
    color: #cc0000;
    background: transparent url(/manage/images/trash-link.gif) 2px 50% no-repeat;
    padding: 2px 2px 2px 13px;
    }
a.delete:hover {
    color: #fff;
    background: #cc0000 url(/manage/images/trash-link.gif) 2px 50% no-repeat !important;
    }
    
/* =TEXT
---------------------------------------------------- */

small {
	font-size: 10px;
	line-height: 14px;
	color: #888;
    }
.light {
    color: #888;
    }
p {
	margin: 0 0 9px 0;
	}
span.url {
	margin: 0 0 0 20px;
	}
.long-url {
	overflow: auto;
	width: 99%;
	padding: 5px 0;
	}
p.submit {
    clear: both;
    border-top: #c2c9d1 solid 3px;
    padding: 10px 0 0 0;
    }
div.action p.submit {
    border: 0;
    padding: 0;
    }
p.submit.alt {
    padding: 10px;
    background: #eee;
    margin: 0;
    }
.second {
    border-left: #999 dotted 1px;
    margin: 0 0 0 10px;
    padding: 5px 0 5px 10px;
    }
p.right {
    text-align: right;
    float: right;
    }
p.user {
    clear: both;
    margin: 10px 0;
    }
hr {
    border: #ccc solid;
    border-width: 0 0 1px 0;
    margin: 15px 0;
    }
div.none, div.empty {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    text-align: center;
    color: #bbb;
    padding: 75px 0;
    margin: 10px auto;
    width: 99%;
    border: #ccc dashed 1px;
    }
body.widget div.none {
    font-size: 14px;
    line-height: 18px;
    padding: 60px 0 0 0;
    color: #aaa;
    border: 0;
    }

.date {
    color: #333;
    font-size: 10px;
    background: #fff;
    padding: 1px;
    border-top: #993333 solid 3px;
    border-right: #333 solid 1px;
    border-bottom: #333 solid 1px;
    border-left: #333 solid 1px;
    }
    
.clear {
	clear: both;
	}
	
.note {
	background: #fff;
	border: #cc0000 dashed 1px;
	padding: 10px 10px 5px 10px;
	margin: 0 0 10px 0;
	}
.note h3 {
	color: #cc0000;
	}

/* =IMAGES
---------------------------------------------------- */

img.icon {
	vertical-align: middle;
	}
ul.page-list img.icon {
    vertical-align: middle;
    }
img.avatar {
    border: #ccc solid 1px;
    }
#sidebar img.avatar {
    border: #fff solid 1px;
    }
#footer img.avatar {
    float: left;
    margin: 0 5px 0 0;
    }
img.left {
    float: left;
    margin: 0 5px 5px 0;
    }
a img {
   border: 0;
   }
    
/* =TABLES
---------------------------------------------------- */
table {
	margin: 0 0 10px 0;
    font: normal 12px/16px "Lucida Grande", arial, verdana, helvetica, sans-serif;
	}
table tr.alt td {
	background: #f9f9f9 !important;
	}
table.list tr td {
	padding: 5px;
	vertical-align: middle;
    border-bottom: #eee solid 1px;
	}
div.form-wrap table.list tr td {
	border-bottom: #ddd solid 1px;
	}
table.list tr th {
    padding: 5px;
    text-align: left;
    font-size: 13px;
    border-bottom: #ccc solid 3px;
    }
table.list tr th.tab {
    padding: 0 0 0 5px;
    }
table.list tr th.tab a {
    padding: 5px 7px 7px 7px;
    float: left;
    font-size: 12px;
    border-right: #ccc solid 1px;
    background: #eee;
    text-shadow: 2px 2px #fff;
    }
table.list tr th.tab a:hover {
    background: #ccc;
    color: #000;
    }
table.list tr th a {
    color: #000;
    text-decoration: none;
    }
table.list tr th a:hover {
    color: #fff;
    background: #000;
    }
table.list tr td.by {
    font-size: 10px;
    text-align: right;
    color: #999;
    }
table.list tr td.author {
    font-size: 10px;
    text-align: left;
    width: 18%;
    color: #666;
    white-space: nowrap;
    }
table.list tr td.date {
    text-align: right;
    width: 40px;
    white-space: nowrap;
    font-size: 10px;
    font-weight: bold;
    color: #666;
    }
table.list tr.add td {
    background: #f1f5fa;
    border-top: #c2c9d1 solid 3px;
    padding: 10px 5px;
    }
table.list tr.company td {
	border: 0;
	padding: 7px 5px;
	font-weight: bold;
	background: #eee;
	font-size: 14px;
	}
table.list tr.edit td {
	background: #f1f5fa;
	}
table.list tr.edit td p.submit {
	border: 0;
	}
	
table.details tr td {
	padding: 5px;
	vertical-align: baseline;
    border-bottom: #eee solid 1px;
	}
table.details tr th {
	padding: 5px 10px 5px 0;
	vertical-align: baseline;
    border-bottom: #eee solid 1px;
	}

/* File Browser Thumbs */
table.thumbs {
    width: 99%;
    }
table.thumbs tr td {
    padding: 5px;
    width: 30%;
    text-align: center;
    }
table.thumbs tr td img {
    border: #333 solid 1px;
    width: 100%;
    cursor: pointer;
    }
/* IE 6&7 didn't like a flexible width for the images */
* html table.thumbs tr td img {
    width: 40px !important;
    }
*:first-child+html table.thumbs tr td img {
    width: 40px;
    }

a.quicklook, a.quicklook:hover {
	border: 0 !important;
	background: none !important;
	padding: 2px 0 !important;
	}
a.quicklook img {
	width: 32px !important;
	border: 0 !important;
	}

/* Photos */
table.gallery tr td {
    padding: 0 10px 10px 0;
    vertical-align: top;
    }
table.gallery tr.title td {
    padding: 0 10px 0 0;
    }
table.gallery tr.description td {
    padding: 0 10px 15px 0;
    }
table.gallery p.caption, table.gallery h4 {
    width: 240px;
    margin: 0 0 5px 0;
    }
    
/* Plans */

table.plans {
	border: #333 solid 5px;
	}
table.plans tr td {
	padding: 10px;
	vertical-align: middle;
	text-align: center;
    border-bottom: #ccc solid 1px;
	}
table.plans tr td.plan-title {
	text-align: left;
	background: #eee;
	font-weight: bold;
	font-size: 14px;
	}
table.plans tr th {
	padding: 10px;
	vertical-align: middle;
	text-align: center;
    background: #000 url(/manage/images/bg_header-new.gif) bottom left repeat-x;
    color: #fff;
    border-bottom: #000 solid 1px;
	}
table.plans tr.current td {
	background: #ffff99;
	}

/* =FORMS
---------------------------------------------------- */

div.form-wrap {
    background: #f1f5fa;
    padding: 15px 15px 5px 15px;
    margin: 0 0 10px 0;
    border-top: #c2c9d1 solid 1px;
    }
div.form-wrap div.form-wrap {
    background: #fff;
    padding: 15px 15px 5px 15px;
    margin: 0 0 10px 0;
    }
input, textarea {
    font: normal 12px/14px "Lucida Grande", arial, verdana, helvetica, sans-serif;
    padding: 1px;
    }
input.title {
    font-size: 16px;
    font-weight: bold;
    padding: 2px;
    margin: 0 0 3px 0;
    color: #000;
    }
input.title-small {
    font-weight: bold;
    padding: 1px;
    color: #000;
    }
select {
    font-size: 12px;
    }
select option {
    padding: 0 5px 0 0;
    }
button {
    padding: 2px 5px;
    font-weight: bold;
    }
label.perm-item {
	padding: 5px 15px 5px 0;
	float: left;
	color: #666;
	white-space: nowrap;
	}
	
div.errorExplanation, div.formError {
	border: #cc0000 solid 1px;
	padding: 10px 15px;
	margin: 0 0 18px 0;
	color: #cc0000;
	}
div.errorExplanation h2 {
	background: none;
	padding: 0;
	margin: 0 0 9px 0;
	color: #000;
	font-size: 14px;
	}
div.errorExplanation ul {
	margin: 0 0 0 15px;
	}
    
/* SELF-CLEARING FLOATS
---------------------------------------------------- */
#nav:after,
#header:after,
#main:after,
#wrap:after,
div.actions:after,
#c-7:after,
#views:after,
div.actions ul:after,
#edit-view:after,
ul.tabs:after,
#browser:after,
#tabs:after,
div.form-wrap:after,
div.comment:after,
ul.tab-nav:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }

/* trigger hasLayout and target ie5+6/win only */
* html #nav,
* html #header,
* html #main,
* html #wrap,
* html div.actions,
* html #c-7,
* html #views,
* html div.actions ul,
* html #edit-view,
* html ul.tabs,
* html #browser,
* html #tabs,
* html #extra div.form-wrap,
* html div.comment,
* html ul.tab-nav {
	height: 1%;
	}

/* trigger hasLayout and target ie7/win only */
*:first-child+html #nav, 
*:first-child+html #header,
*:first-child+html #main,
*:first-child+html #wrap,
*:first-child+html div.actions,
*:first-child+html #c-7,
*:first-child+html #views,
*:first-child+html div.actions ul,
*:first-child+html #edit-view,
*:first-child+html ul.tabs,
*:first-child+html #browser,
*:first-child+html #tabs,
*:first-child+html div.form-wrap,
*:first-child+html div.comment,
*:first-child+html ul.tab-nav {
	min-height: 1px;
	}
/* Tag behavior, used from SimpleLog */
a.tag_tag { color: #333; font-size: 11px; white-space: nowrap; padding: 3px 4px; margin-right: 4px; line-height: 22px; text-decoration: none; }
a.tag_tag:hover { background-color: #e3e3e3; color: #333; }
.tag_selected { background-color: #c0c0c0; color: #333; }

/* Tab behavior */
.hidden {
	display: none;
}
table.clickable .hidden {
	display: inline;
	}
.show {
	display: block;
}
ul li.hover, table tr.hover {
	cursor: pointer;
	background-color: #eeeeff;
}
ul li.hover-active, table tr.hover-active, table tr.hover-active td {
	cursor: pointer;
	background-color: #3875d7 !important;
	color: #fff !important;
}
/* JavaScript Initial Styles */
body.has-js .toggleable {
	display: none;
}
.sortable {
	cursor: move;
}
/* JavaScript auto complete */
div.auto_complete {
	width: 350px;
	background: #fff;
}
div.auto_complete ul {
	border:1px solid #888;
	margin:0;
	padding:0;
	width:100%;
	list-style-type:none;
}
div.auto_complete ul li {
	margin:0;
	padding:3px;
}
div.auto_complete ul li.selected {
	background-color: #ffb;
}
div.auto_complete ul strong.highlight {
	color: #800; 
	margin:0;
	padding:0;
}

/* Added by Nate, to be revised */
table.listing {
	clear: both;
}
table.listing th a {
	text-decoration: none;
	display: block;
}
table.listing th a:hover {
	background: none;
	color: inherit;
}
table caption, form fieldset legend {
	text-indent: -9999px;
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}
h2 small a {
1	float: right;
}
