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


div#top-nav div.edit {
	position: absolute;
	background-color: #000000;
	padding: 2px;
	margin: -6px 0 0 0px;
	font-family: arial, helvetica, serif;
}

div#top-nav div.edit a { color: #ffffff; }

div#other-default {
	position: absolute;
	background-color: #000000;
	width: 125px;
	height: 18px;
	margin: -6px 0 0 623px;
	color: #ffffff;
	padding: 0 0 0 2px;
}
div#other-show {
	display: none;
}

div#main-options {
	height: 80px;
	width: 786px;
	background-color: #000000;
	margin: 0 auto;
	padding: 0px 2px 5px 2px;
	background-image: url(/images/main_options_background.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

div#main-options input.main {
	background-color: #000000;
	color: #cccccc;
	cursor: pointer;
}

div#main-right { width: 100%; height: 25px;}
div#main-options input, div#main-options form { display: inline; }

div#im-logo {
	width: 100%;
	height: 15px;
	padding: 5px 0 5px 0;
}

div#main-options ul { list-style: none; }

ul#site-options {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 17px;
}

ul#site-options li {
	float: left;
	margin: 0;
	padding: 2px;
	color: #ffffff;
}

ul#header-options {
	height: 16px;
	margin: 0px 5px 0 0;
	padding: 14px 3px 1px 3px;
	width: 115px;
	float: left;
	background-image: url(../../images/header_options.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear: right;
	background-color: #333333;
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
}

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

ul#footer-options {
	height: 16px;
	margin: 0px 5px 0 0;
	padding: 14px 3px 1px 3px;
	width: 115px;
	float: left;
	background-image: url(../../images/footer_options.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear: right;
	background-color: #333333;
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
}

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

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;
}

a.main-link {
	font-family: arial, helvetica, serif;
	font-size: 1em;
	padding: 1px;
	margin: 0px;
	background-color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc #999999 #999999 #cccccc;
	float: left;
	color: #cccccc;
	font-weight: normal;
}

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

/* 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: #3C777F; }
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 {
	color: #2D343B;
	background-color: #666666;
	border-color: #5b656c;
	border-width: 1px 0 1px 0;
	border-style: solid;
}

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: #3C777F;
	width: 100%;
	margin: 0 0 25px 0;
}
div#asm table td {
	width: 33%;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #3C777F;
	padding: 2px;
	margin: 2px;
}
div.asmi {
	width: 230px;
	height: 250px;
	overflow: scroll;
}
h3.asmi {
	background-color: #3C777F;
	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: #3C777F;
	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: 1px;
	vertical-align: top;
}
div#am table.page-modules {
	width: 75%;
	margin:5px 0 0 25px;
}

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: #3C777F;
}

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-log {
	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;
}
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: #3C777F;
}

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

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;
}



/*******************************************************
/*
/*  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: #3C777F;
	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: #3C777F;
	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;
}
div#alert {
	display: none;
}