/* page layouts */
body { margin: 0px; }

div#top-nav {
	margin: -10px 0 0 0;
	display: none;
}

div#other-default { }
div#other-show { display: none; }

/* Admin Panel */
div#main-options {
	height: 100px;
	width: 100%;
	background-color: #000000;
	margin: 0 auto;
	padding: 0;
	font-size: 1.1em;
	font-family: verdana, georgia, serif;
}

div#main-options ul { list-style: none; }
div#main-options ul li { float: left; }
div#main-options input, div#main-options form { display: inline; }

div#main-options input.main {
	background-color: #666666;
	color: #ffffff;
	cursor: pointer;
	font-family: verdana,georgia, serif;
	font-size: 1.2em;
	padding: 3px;
	margin: 0 2px 0 2px;
}

div#main-options input.main-draft {
	background-color: red;
	color: #000000;
	cursor: pointer;
	font-family: verdana,georgia, serif;
	font-size: 1.2em;
	padding: 3px;
	margin: 0 2px 0 2px;
}

a.main-link {
	font-family: verdana,georgia, serif;
	font-size: 1.2em;
	padding: 3px;
	margin: 0 2px 0 2px;
	background-color: #666666;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc #999999 #999999 #cccccc;
	float: left;
	color: #ffffff;
	font-weight: normal;
}

a.main-link:visited { color: #cccccc; }

div#main-top {
	width: 980px;
	height: 50px;
	margin: 0 auto;
}

div#main-bottom {
	width: 980px;
	height: 50px;
	margin: 0 auto;
}

ul#log-options, ul#page-options, ul#comments-options,ul#site-edit-options, ul#publish-options {
	background-color: #333333;
	padding: 0px;
	margin: 2px 4px 0px 0;
	float: left;
	color: #ffffff;
}

ul#site-page-options {
	height: auto;
	margin: 0px 5px 0 0;
	padding: 0px 3px 1px 3px;
	width: auto;
	float: left;
	clear: left;
}

div#log-options-outer,div#page-options-outer,div#site-edit-options-outer,div#header-container,div#footer-container,div#site-page-options-outer {
	float: left;
	color: #ffffff;
	margin: 0 5px 0 0;
	padding: 2px;
	background-color: #333333;
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
}

ul#header-options {
	height: auto;
	margin: 0px 5px 0 0;
	padding: 0px 3px 1px 3px;
	width: auto;
	float: left;
	clear: left;
}

ul#header-options li {
	float: left;
	margin: 0 2px 0 0;
}

ul#footer-options {
	height: auto;
	margin: 0px 5px 0 0;
	padding: 0px 3px 1px 3px;
	width: auto;
	float: left;
	clear: left;
}

ul#footer-options li {
	float: left;
	margin: 0 2px 0 0;
}

ul#header-options li.last-draft input.main, ul#footer-options li.last-draft input.main {
	background-color: red;
	color: #000000;
}

ul#site-links {
	height: 12px;
	margin: 0px 0 0 0;
	padding: 15px 0 0 0;
	float: left;
	clear: right;
}

ul#site-links li {
	float: left;
	margin: 0 2px 0 0;
}

/* edit pages */
div.place-modules {
	font-weight: normal;
	font-family: arial, helvetica, serif;
}

div.place-modules table {
	width: 100%;
	clear: left;
	margin: 5px 0 0 0;
	color: #000000;
}

div.place-modules td {
	border-color: #cccccc;
	border-style: solid;
	border-width: 0 0 1px 0;
	vertical-align: top;
	padding: 2px;
}

th.uno,td.uno,th.none,td.none { background-color: #cccccc; }
th.uno,th.none,td.uno,td.dos,td.none { text-align: center; }

td.page-active,td.uno-active,td.dos-active,td.none-active {
	background-color: #666666;
	border-color: #5b656c;
	border-width: 1px 0 1px 0;
	border-style: solid;
	font-weight: bold;
	color: #ffffff;
}

td.uno-active,td.none-active {
	background-color: #5b656c;
	text-align: center;
}

td.dos-active { text-align: center; }

/* enter content page */
div#em h3, div#am h3 {
	margin: 10px 0 5px 0;
	font-size: 1.2em;
}

div#em table, div#am table,div#asm table {
	border-width: 0;
	border-style: solid;
	border-color: #cccccc;
	width: 100%;
	margin: 0 0 25px 0;
}

div#asm table td {
	width: 33%;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #cccccc;
	padding: 2px;
	margin: 2px;
}

div.asmi {
	width: 230px;
	height: 250px;
	overflow: scroll;
}

h3.asmi {
	background-color: #cccccc;
	color: #ffffff;
	padding: 2px;
	margin: 0px 0 5px 0;
	border-color: #000000;
	border-width: 0 0 1px 0;
	border-style: solid;
}

div#asm table input {
	letter-spacing: 0px;
	font-size: 1em;
}

div#em table input, div#am table input {
	font-size: 1em;
	font-family: arial, helvetica, serif;
	margin: 0px;
	padding: 0px;
}

div#em table th, div#am table th {
	font-weight: bold;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #000099;
	margin: 0px;
	padding: 1px;
	vertical-align: bottom;
	background-color: #cccccc;
	text-align: left;
}

div#em table th.button, div#am table th.button { width: 40px; }

div#em table td, div#am table td {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #cccccc;
	margin: 0px;
	padding: 2px 0 2px 0;
	vertical-align: top;
}

div#am table.page-modules {
	width: 75%;
	margin: 5px 0 0 25px;
}

div#am th.page-title { width: 75%; }

div#am th.add-new {
	width: 25%;
	text-align: right;
}

div#am td.add-new {
	width: 25%;
	text-align: right;
}

div#am table.page-modules th {
	background-color: #cccccc;
	color: #666666;
}

div#em table td.deletion, div#am table td.deletion { color: #cccccc; }
div#em table td.default-module, div#am table td.default-module { background-color: #f1f1f1; }

ul#users, ul#users ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul#users ul {
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
}

ul#users ul li { float: none; }

ul#users li {
	width: 49%;
	float: left;
	margin: 0px;
	padding: 0 0 4px 4px;
}

ul#users li h4 { margin: 2px 0 10px 0; }
ul#users li.last { float: right; }

/*******************************************************
/*
/* NAVIGATION ARRANGE
/*
/*******************************************************/

div#nav-arrange { font-family: arial, helvetica, serif; }

table#list-parents {
	width: 100%;
	margin: 0;
	clear: right;
}

table#list-parents ul {
	padding: 0px;
	margin: 0px;
}

table#list-parents th {
	background-color: #000000;
	color: #ffffff;
	border-color: #666666;
	border-width: 1px 1px 2px 1px;
	border-style: solid;
}

table#list-parents th.first { width: 25%; }
table#list-parents th.middle { width: 25%; }
table#list-parents th.penultimate { width: 25%; }
table#list-parents th.last { width: 25%; }

table#list-parents td, table#pages-other td {
	border-color: #cccccc;
	border-width: 0 0 1px 0;
	border-style: solid;
	padding: 2px;
	vertical-align: top;
}

table#list-parents td.child-table {
	padding: 0px;
	width: 98%;
}

span.input {
	height: 60px;
	width: 15px;
	vertical-align: top;
	float: left;
}

table#list-parents table.list-children {
	width: 95%;
	margin: 0;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	float: right;
}

table#list-parents table.list-children th {
	background-color: #ffffff;
	color: #000000;
	border-color: #000000;
	border-width: 1px 1px 2px 1px;
	border-style: solid;
	font-size: .9em;
	height: 10px;
}

table#list-parents li { padding: 1px 0 1px 0; }
table#list-parents li.last { text-align: center; }

span.pl-1 {
	font-weight: bold;
	text-transform: uppercase;
}

span.pl-3 {
	font-weight: normal;
	font-style: italic;
	color: #333333;
}

/*******************************************************
/*
/* MANAGE COMMENTS
/*
/*******************************************************/

table#admin-comments td {
	border-color: #cccccc;
	border-width: 0 1px 1px 0;
	border-style: solid;
	vertical-align: top;
}

table#admin-comments { width: 100%; }
table#admin-comments td { vertical-align: top; }
table#admin-comments th.comment { width: 50%; }
table#admin-comments th.check { width: 20px; }

/*******************************************************
/*
/* EDIT-OPTIONS CONTENT MODULE
/*
/*******************************************************/

div#column-dos input.main { font-size: .9em; }

/* page module */
div.pm-edit-options {
	width: auto;
	border-color: #000000;
	border-style: solid;
	border-width: 1px 0 2px 0;
	clear: both;
	height: 22px;
	background-color: #ffffff;
	margin: 5px 0 20px 0;
}

/* log modules */
div.sm-edit-options-full {
	width: auto;
	border-color: #000000;
	border-style: solid;
	border-width: 1px 0 2px 0;
	clear: both;
	height: 22px;
	background-color: #ffffff;
	margin: 5px 0 20px 0;
}

div.sm-edit-options-brief {
	width: auto;
	border-color: #000000;
	border-style: solid;
	border-width: 1px 0 2px 0;
	clear: both;
	height: 22px;
	background-color: #ffffff;
	margin: 5px 0 20px 0;
}

div.sm-edit-options-headlines {
	width: auto;
	border-color: #000000;
	border-style: solid;
	border-width: 1px 0 2px 0;
	clear: both;
	height: 18px;
	background-color: #ffffff;
	margin: 0px 0 5px 0;
}

div.sm-edit-options-bulletin {
	width: auto;
	border-color: #000000;
	border-style: solid;
	border-width: 1px 0 2px 0;
	clear: both;
	height: 22px;
	background-color: #ffffff;
	margin: 5px 0 2px 0;
}

div.sm-edit-options-ads {
	width: auto;
	border-color: #000000;
	border-style: solid;
	border-width: 1px 0 2px 0;
	clear: both;
	height: 22px;
	background-color: #ffffff;
	margin: 5px 0 2px 0;
}

/* publish status */
div.draft, div.revision, div.published {
	font-size: 1.3em;
	letter-spacing: 2px;
	color: #cccccc;
	font-weight: bold;
	padding: 3px 0 0 0;
	float: left;
}

div#column-dos div.draft, div#column-dos div.revision, div#column-dos div.published {
	font-size: 1.1em;
	letter-spacing: 0;
	color: #cccccc;
	font-weight: bold;
	padding: 3px 0 0 0;
	float: left;
	font-family: arial, helvetica;
}

/* header & footer */
div#user-header div.edit-options {
	width: 450px;
	height: 18px;
	margin: 0px;
	padding: 0px;
	border-width: 0;
}

div#user-footer div.edit-options {
	width: 750px;
	height: 23px;
	margin: 0px;
	padding: 2px 0 0 0;
	border-width: 0;
}

/*******************************************************
/*
/* GENERAL UTILITIES
/*
/*******************************************************/

ul.sample {
	list-style: none;
	margin: 5px 0 5px 0;
	padding: 4px;
	width: auto;
	float: left;
}

ul.sample li.first {
	width: 48%;
	float: left;
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px;
	padding: 4px;
}

ul.sample li.last {
	width: 49%;
	float: right;
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px;
	padding: 4px;
}

ul.list-small {
	margin: 5px;
	list-style: none;
	padding: 0;
}

ul.list-small li {
	font-family: arial, helvetica, serif;
	font-size: .9em;
	color: #999999;
	list-style: square inside;
}

p.error {
	border-style: solid;
	border-color: red;
	border-width: 2px 0 2px 0;
	margin: 5px 0 5px;
	padding: 5px 0 5px 0;
	font-size: 1.1em;
	font-weight: bold;
	color: red;
	float: left;
	clear: left;
}

p.radio {
	margin: 5px 2px 2px 2px;
	padding: 2px 2px 4px 2px;
	text-align: center;
	clear: left;
	border-color: navy;
	border-style: solid;
	border-width: 1px;
	background-color: #cccccc;
}

p.radio input {
	margin: 0 0 -3px 0;
	font-size: 14px;
	letter-spacing: 1px;
	background-color: #ffffff;
	color: maroon;
	font-weight: bold;
}

div#module-sample {
	width: 250px;
	float: left;
	padding: 4px;
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
}

table.plain { clear: left; }

div#one-column-page span.archives-show {
	display: block;
	position: absolute;
	height: 17px;
	padding: 0 0 0 2px;
	width: 105px;
	margin: -55px 0 0 638px;
	background-color: navy;
	color: white;
}

div#one-column-page span.archives-hide { display: none; }
div#one-column-page span.archives-show a, div#one-column-page span.archives-show a:visited { color: #ffffff; }
div#one-column-page span.archives-show a:hover, div#one-column-page span.archives-show a:active { color: #cccccc; }
div#one-column-page div#preview-archives { display: none; }

span.sys-module {
	color: #999999;
	font-style: italic;
}

/*******************************************************
/*
/*  CALENDAR
/*
/*******************************************************/

div#calendar h2 { margin: 0; }
div#calendar h3 { margin: 10px 0 5px 0; }

div#calendar table {
	width: 60%;
	margin: 0 0 15px 0;
}

table#fields td {
	width: 30%;
	border-color: #cccccc;
	border-width: 0 0 1px 0;
	border-style: solid;
}

div#calendar th {
	text-align: left;
	background-color: #cccccc;
	border-color: #000099;
	border-width: 0 0 1px 0;
	border-style: solid;
}

div#calendar div.cal-entry-table table {
	width: 70%;
	margin: 0 0 25px 0;
}

div.cal-entry-table table td { width: 50%; }
div#calendar table td.label { width: 12%; }

div.cal-entry-list {
	width: 60%;
	margin: 0 0 20px 0;
}

div.cal-entry-list h3 {
	padding: 2px;
	background-color: #cccccc;
	border-color: #000099;
	border-width: 0 0 1px 0;
	border-style: solid;
}

div.cal-entry-list ul.left {
	margin: 0 0 15px 0;
	padding: 0px;
	list-style: none;
	float: left;
}

div.cal-entry-list ul.right {
	margin: 0 10px 15px 0;
	padding: 0px;
	list-style: none;
	float: right;
}

ul#cal-form-entry {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul#cal-form-entry li { margin: 4px 0 4px 0; }
div#edit-view table { width: 100%; }
div#edit-view table td.info { padding: 0 0 10px 0; }

div#edit-view table td span {
	margin: 0 0 0 10px;
	font-size: 1.0em;
	font-family: arial, helvetica, serif;
}

div#edit-view table td span.checkbox {
	margin: 0;
	font-size: 1.0em;
	font-family: arial, helvetica, serif;
}

div#calendar-edit div#preview-view { display: none; }
div#calendar-preview div#preview-view { display: block; }
div#calendar-edit div#edit-view { display: block; }
div#calendar-preview div#edit-view { display: none; }

div#calendar span.weak {
	color: #666666;
	margin: 0px;
	padding: 0px;
}

div#editview { display: none; }
div#defaultview { display: none; }
span.editlink { display: block; }

body#im-kb h4 {
	clear: left;
}

body#im-kb ul.plain { list-style: none; }
body#im-kb table.topics { width: 100%; }

body#im-kb table.topics td {
	border-color: #cccccc;
	border-width: 0 0 1px 0;
	border-style: solid;
}

body#im-kb table.topics td.topic { width: 40%; }
body#im-kb div.article-info textarea { width: 500px; }

body#im-kb div.excerpt-info textarea {
	width: 500px;
	height: 200px;
}

body#im-kb ul#keyword-input-list  {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 500px;
}

body#im-kb ul#keyword-input-list li { float: left; margin: 0 0 4px 0;}

