/* 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: 850px;
	}
body.login {min-width: 500px;}
body.admin-login {min-width: 500px; background-color: #666;}
#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: #003366;
	}
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%;
	}
*: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;
    }

/* 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;
	}
	
/* Breadcrumbs */

div.breadcrumbs {
	padding: 5px 15px 5px 15px;
	font-size: 11px;
	background: #ccc;
	border-bottom: #fff solid 1px;
	}
div.breadcrumbs a {
	color: #333;
	}
div.breadcrumbs a:hover {
	color: #fff;
	background: #666;
	}

/* =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: #ffff99;
    text-decoration: none;
    font-size: 11px;
    text-transform: uppercase;
    }
#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;
	}

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

h2 {
	color: #000;
	font-size: 16px;
    background: #ebebeb url(/manage/images/bg_h2.gif) bottom left repeat-x;
    padding: 9px 15px;
	}
h2 .title {
    background: #fff;
    padding: 2px;
    }
#views h2 {
	margin: 10px 0;
	background: none;
	padding: 10px 0 0 0;
	}
h3 {
    font-size: 14px;
    margin: 0 0 5px 0;
    padding: 10px 0 0 0;
    clear: both;
    }
h3 a {
	color: #000055;
	}
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;
    }

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

ul {
	margin: 0 0 12px 15px;
	}
div.group ul {
	margin: 0 0 0 20px;
	}

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;
    }
    
/* =TEXT
---------------------------------------------------- */

small {
	font-size: 10px;
	line-height: 14px;
	color: #888;
    }
.light {
    color: #888;
    }
p {
	margin: 0 0 12px 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;
	}
	

div.group {
    background: #f1f5fa;
    padding: 15px;
    margin: 0 0 10px 0;
    }
    
.error {
	color: #cc0000;
	}
.req {
	font-size: 11px;
	color: #666;
	}

/* =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;
   }
img.border {
	border: #000 solid 1px;
	}
    
/* =TABLES
---------------------------------------------------- */
table {
	margin: 0 0 10px 0;
    font: normal 12px/16px "Lucida Grande", arial, verdana, helvetica, sans-serif;
	}

/* =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;
    }
input.full {
	width: 99%;
	}
input.half {
	width: 50%;
	}
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;
	}
