/* Defaults */
* {
	margin: 0;
	padding: 0;
}

html {
	font-family: helvetica, sans-serif;
	font-size: .9em;
	color: #fff;
}

p {
	margin-bottom: 5px;
}

h1,h2,h3,h4,h5,h6 {
	color: #cfcd94;
}

form {
	padding: 10px;
	margin: 0;
}

input,textarea {
	border: 1px solid black;
}

label input.checkbox {
	border-style: none;
}

.richEditorDiv {
	width: 100%;
}

button {
	border: none;
	background: transparent;
	cursor: pointer;
	font-weight: bold;
	font-size: 1.1em;
	color: #cfcd94;
	*width: 175px;
}

button * {
	height: 22px;
	display: block;
	float: left;
	background: url(images/button.png) no-repeat;
}

button em {
	background-position: -10px 0;
	line-height: 22px;
	padding: 0 10px;
}

* html button em {
	margin-left: -13px;
	padding-left: 13px;
}

button span {
	width: 10px;
}

* html button span {
	width: 2px;
}

button .right {
	background-position: 100% 0;
}

* html button .right {
	background: url(images/button_r.png) no-repeat 0 0;
}

label {
	display: block;
	margin: .25em 0;
}

fieldset {
	border-style: none;
}

fieldset.inline label {
	display: inline;
	margin-right: .5em;
}

.accordion {
	border: 1px solid black;
	margin: 5px 0;
	width: 99%;
}

.accordion h3 {
	cursor: pointer;
	width: 100%;
	font-size: 1.1em;
	background-color: #372a19;
	text-align: center;
}

.accordion ul {
	margin-left: 5px;
}

.accordion li {
	list-style-type: none;
}

.accordion label {
	margin-left: 5px;
}

form div.closed * {
	display: none;
}

form div.closed h3 {
	display: block;
}

img {
	border-style: none;
}

blockquote {
	font-style: italic;
	font-size: .8em;
}

table.history {
	border: 1px solid black;
	border-collapse: collapse;
}

.history td,.history th {
	border: 1px solid black;
	padding: 2px 5px;
}

tr.published {
	background-color: #E0E0FF;
}

/* Links */
a,a:link {
	color: #cfcd94;
	text-decoration: none;
}

a:visited {
	color: #cfcd94;
}

a:hover,a.current,a.current_group {
	color: #e4c802;
}

h2 a,li .content_actions * {
	margin: 0 5px;
	font-size: .6em;
}

.add_comment {
	cursor: pointer;
	color: #cfcd94;
	margin-top: 1em;
}

.notice {
	margin-top: .5em;
	font-size: .8em;
}

.layout_controls {
	margin-left: 5px;
}

.layout_controls a {
	font-size: 0px;
	background-repeat: no-repeat;
	display: -moz-inline-box;
	display: inline-block;
}

.layout_controls a.delete {
	background: url(images/del.gif);
	height: 11px;
	width: 12px;
	margin-left: 2px;
	position: relative;
	top: 2px
}

.layout_controls a.edit {
	height: 16px;
	width: 16px;
	background: url(images/edit.gif);
	margin-right: 2px;
}

.layout_controls a.moveup,#group .layout_controls a.movedown {
	height: 11px;
	width: 11px;
	background-position: 0 5px;
}

.layout_controls a.moveup {
	background-image: url("images/utri.gif");
}

.layout_controls a.movedown {
	background-image: url("images/dtri.gif");
}

a.more,a.prev {
	display: block;
	margin: 0.5em 0;
}

.group {
	font-weight: bold;
}

ul.ContentTree,ul.ContentTree ul {
	list-style: none;
}

.ContentTree ul {
	margin: 0.5em;
}

.ContentTree li .toggler {
	float: left;
	padding: 2px 3px;
	margin-top: 5px;
	cursor: pointer;
}

.ContentTree li.opened_disabled .toggler {
	width: 11px;
	height: 6px;
	background: url("images/dtri_gray.gif") no-repeat 3px 3px;
}

.ContentTree li.opened .toggler {
	width: 11px;
	height: 6px;
	background: url("images/dtri.gif") no-repeat 3px 3px;
}

.ContentTree li.closed_disabled .toggler {
	width: 6px;
	height: 11px;
	background: url("images/rtri_gray.gif") no-repeat 5px 0px;
	padding: 0px 5px;
}

.ContentTree li.closed .toggler {
	width: 6px;
	height: 11px;
	background: url("images/rtri.gif") no-repeat 5px 0px;
	padding: 0px 5px;
}

.ContentTree li.opened ul,.ContentTree li.opened_disabled ul {
	display: block;
}

.ContentTree li.closed ul,.ContentTree li.closed_disabled ul {
	display: none;
}

.ContentTree li {
	border-top: 1px dotted #DDD;
}

.contextMenu {
	display: none;
}

/* tooltips */
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #000;
	padding: 5px;
	opacity: 0.85;
	width: 12em;
}

#tooltip h3,#tooltip div {
	font-size: 1em;
	margin: 0;
}

hr.more {
	border: 0px;
	width: 80%;
	height: 1px;
	background-color: black;
	margin: 5px auto;
}

#comment_form {
	display: none;
}

#comment_form textarea {
	display: block;
}

#main ul,#main ol {
	margin: .5em 1.5em;
}

#main .Blog ul,#main .comments, #main .searchResults {
	padding: 0;
	margin: 0;
}

#main .Blog ul li, #main .searchResults li {
	margin-top: 5px;
	padding: 15px;
	list-style-type: none;
}

.dialog .searchResults li {
	padding: 5px 0;
	list-style-type: none;
	border-top: 1px dotted #DDD;
}

.Blog .post_info {
	font-size: .8em;
}

#main .comments li {
	padding: 5px 0;
	list-style-type: none;
	border-top: 1px dotted #DDD;
}

.comments .edit,.comments .delete,.comments .reply_to {
	margin: 2px 4px;
	padding: 2px 4px;
	font-size: 10px;
}

#main .Blog ul ul li,.searchResults ul li {
	list-style-type: disc;
	padding: 0px;
	margin: 0em 2em;
	background-image: none;
}

#main .Blog ul ol li {
	list-style-type: decimal;
	background-image: none;
	padding: 0px;
	margin: 0em 1em
}

.searchResults ol li {
	padding: 0px;
	margin: 0em 2em;
	background-image: none;
}

.summary {
	font-size: 90%;
}

/* Modules */
.module {
	margin-bottom: 10px;
}

#top .module {
	margin-bottom: 0px;
}

#top .SearchForm {
	position: absolute;
	top: 5px;
	right: 5px;
	text-align: right;
}

#scroller #top .SearchForm {
	top: 110px;
}

.SearchForm input {
	margin-left: .5em;
}

#left div h2,#right div h2,#foot div h2 {
	text-align: center;
	width: 100%;
	font-size: 1em;
}

#left div h3,#right div h3,#foot div h2 {
	margin-left: .5em;
	font-size: .9em;
}

#left .module h2 {
	width: 235px;
	height: 26px;
	background: url(images/module_top.gif);
	padding-top: 10px;
}

#left .module {
	background: url(images/module_middle.gif);
}

#left .module_bottom {
	width: 235px;
	height: 37px;
	background: url(images/module_bottom.gif);
}

#right .module {
	border: 1px solid black;
}

#right .module a {
	
}

#top .module ul {
	margin: 0;
	line-height: 1em;
}

.module ul,.module ol {
	margin: .5em .5em;
	line-height: 1.5em;
}

.module ol {
	margin-left: 2em;
}

.module ul li {
	list-style-type: none;
}

#main .module li {
	list-style-type: disc;
	margin-left: .5em;
}

#main #left .module li {
	list-style-type: none;
	margin-left: 0;
}

#main table .ContentList li {
	list-style-type: none;
	border-top: 1px solid #cfcd94;
	padding-top: 5px;
}

#right .pager,#left .pager {
	font-size: .6em;
}

.LanguageSelector {
	text-align: right;
	margin-bottom: 5px;
}

#main div.RandomContent ul li {
	list-style-type: none;
}

.signup {
	display: block;
}

.Navigator {
	text-align: center;
	width: 600px;
}

.Navigator a {
	margin: 5px;
	height: 50px;
	width: 50px;
	display: -moz-inline-box;
	display: inline-block;
}

.Navigator .prev {
	background: url(images/previous.png) no-repeat;
}

.Navigator .up {
	height: 75px;
	background: url(images/up.png) no-repeat;
}

.Navigator .next {
	background: url(images/next.png) no-repeat;
}

.SearchForm input {
	width: 95%;
}

/* Pager */
.pager * {
	background-repeat: no-repeat;
	margin: 2px;
	height: 11px;
	line-height: 11px;
	display: -moz-inline-box;
	display: inline-block;
}

.first_page,.last_page {
	width: 9px;
}

.prev_page,.next_page {
	width: 6px;
}

a.first_page {
	background-image: url(images/first.gif);
}

span.first_page {
	background-image: url(images/first_gray.gif);
}

a.prev_page {
	background-image: url(images/ltri.gif);
}

span.prev_page {
	background-image: url(images/ltri_gray.gif);
}

a.next_page {
	background-image: url(images/rtri.gif);
}

span.next_page {
	background-image: url(images/rtri_gray.gif);
}

a.last_page {
	background-image: url(images/last.gif);
}

span.last_page {
	background-image: url(images/last_gray.gif);
}

/* Layout */
body {
	background: #2d1d0e;
}

body.dialog {
	background-image: none;
	background-color: #FFF;
	padding: 0px 10px;
}

#preview {
	border: 1px solid black;
	max-height: 150px;
	overflow: auto;
	margin-bottom: 15px;
	padding: 5px;
}

* html #preview {
	height: 150px;
}

#top_stripe {
	background: #303b00 url(images/top_bg.jpg) repeat-x top center;
	height: 145px;
}

#top_actions {
	padding: 5px;
}

#top_bar .right {
	float: right;
	clear: right;
}

#top_bar .content_actions a,#top_bar .content_actions span,#user_actions a,#user_actions span
	{
	display: -moz-inline-box;
	display: inline-block; 
	*max-width: 4em;
	padding: .5em 1em;
	text-align: center;
	margin: 0;
}

#top_bar img {
	width: 50px;
	height: 50px;
	display: block;
	margin: 0 auto;
}

#top_bar .content_actions span,#user_actions span {
	background: #372A19;
	color: #fff;
}

#superuser_actions * {
	padding: 5px;
}

#superuser_actions span {
	color: #fff;
	background: #000;
}

#scroller {
	overflow: auto;
	padding-top: 5px;
	clear: both;
}

#top {
	width: 788px;
	margin: 0 auto;
}

#top h1 {
	text-align: center;
	padding: 15px;
}

#top li {
	display: inline;
	padding: 5px 10px;
}

#container {
	position: relative;
	width: 1152px;
	margin: 0 auto;
	clear: both;
	background: #2d1d0e url(images/middle_bg.jpg) no-repeat center top;
}

.column {
	position: relative;
}

#main {
	margin-left: 199px;
	margin-right: 192px;
	min-height: 400px;
	padding-top: 19px;
}

#main #header {
	height: 233px;
	width: 757px;
	overflow: hidden;
	margin-bottom: 1em;
}

#left {
	width: 235px;
	float: right;
}

#right {
	width: 150px;
	padding: 5px;
	position: absolute;
	right: 0px;
}

#foot {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0px;
	text-align: center;
	height: 150px;
	border-top: 1px solid #fff;
	background: #372a19 url(images/bottom_bg.jpg) bottom repeat-x;
}

.cleaner {
	clear: both;
	height: 1px;
}

/* Group Edit Form */
#group #top,#group #left,#group #right,#group #foot,#group #header,#group #text,#group #footer
	{
	border: 2px dashed #0E0;
}

#group #main {
	margin-left: 177px;
}

#group #top,#group #foot,#group #header,#group #text,#group #footer {
	padding-top: .5em;
	padding-bottom: 1.5em;
	min-height: 1em;
}

#group #footer {
	margin-bottom: 5px;
}

.section_controls {
	float: right;
	margin: 5px 5px 0 0;
	font-weight: bold;
}

.section_controls label {
	display: inline;
	margin-right: 5px;
}

/* Manage content */
.deleted {
	text-decoration: line-through;
}

.draft {
	color: green;
}

/* Manage Users */
.users li {
	list-style-type: none;
}

.users .activate,.users .reset_password,.users .set_publisher,.users .set_superuser,.users .delete
	{
	margin: 2px 4px;
	font-size: 10px;
}

/* Calendar */
#main .upcoming_events li {
	list-style-type: none;
}

.CalendarModule table {
	width: 80%;
	margin: 0 auto;
}

.calendar {
	width: 66%;
}

.calendar,.CalendarModule table {
	border-collapse: collapse;
}

.calendar th,.CalendarModule th {
	border: 1px solid black;
}

.calendar td {
	vertical-align: top;
	height: 4em;
	width: 14.3%;
	border: 1px solid black;
}

td.blank {
	
}

.calendar td .day {
	width: 100%;
}

.calendar td .event {
	display: block;
	font-size: .8em;
}

.CalendarModule td {
	font-size: .8em;
}

.CalendarModule th {
	font-size: .8em;
}

.all_day_events {
	border: 1px solid black;
	margin: 5px 0px;
	padding: 5px;
}

.day_calendar {
	width: 99%;
	border: 1px solid black;
	border-top-style: none;
	border-spacing: 0px;
}

.day_calendar .time {
	border-style: none;
	border-top: 1px solid black;
	border-right: 1px solid black;
	width: 4em;
}

.day_calendar tr.half .time {
	border-top: 1px dotted black;
}

.day_calendar .event {
	background: #372A19;
}

.day_calendar .blank {
	border-style: none;
	border-top: 1px solid black;
}

.day_calendar tr.half .blank {
	border-top: 1px dotted black;
}

.day_calendar th {
	border: 1px solid black;
}

.day_calendar td {
	vertical-align: top;
	height: 1em;
	border: 1px solid black;
}

.week_day .event {
	border: 1px solid black;
	margin: 5px;
	padding: 5px;
}

/* date input */
.date_selector, .date_selector * {
  width: auto;
  height: auto;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
}
.date_selector {
  background: #F2F2F2;
  border: 1px solid #bbb;
  padding: 5px;
  margin: -1px 0 0 0;
  position: absolute;
  z-index: 100000;
  display: none;
}
.date_selector_ieframe {
  position: absolute;
  z-index: 99999;
  display: none;
}
  .date_selector .nav {
    width: 17.5em; /* 7 * 2.5em */
  }
  .date_selector .month_nav, .date_selector .year_nav {
    margin: 0 0 3px 0;
    padding: 0;
    display: block;
    position: relative;
    text-align: center;
  }
  .date_selector .month_nav {
    float: left;
    width: 55%;
  }
  .date_selector .year_nav {
    float: right;
    width: 35%;
    margin-right: -8px; /* Compensates for cell borders */
  }
  .date_selector .month_name, .date_selector .year_name {
    font-weight: bold;
    line-height: 20px;
  }
  .date_selector .button {
    display: block;
    position: absolute;
    top: 0;
    width: 18px;
    height: 18px;
    line-height: 17px;
    font-weight: bold;
    color: #003C78;
    text-align: center;
    font-size: 120%;
    overflow: hidden;
    border: 1px solid #F2F2F2;
  }
    .date_selector .button:hover, .date_selector .button.hover {
      background: none;
      color: #003C78;
      cursor: pointer;
      border-color: #ccc;
    }
  .date_selector .prev {
    left: 0;
  }
  .date_selector .next {
    right: 0;
  }
  .date_selector table {
    border-spacing: 0;
    border-collapse: collapse;
  }
    .date_selector th, .date_selector td {
      width: 2.5em;
      height: 2em;
      padding: 0;
      text-align: center;
      color: black;
    }
    .date_selector td {
      border: 1px solid #ccc;
      line-height: 2em;
      text-align: center;
      white-space: nowrap;
      color: #003C78;
      background: white;
    }
    .date_selector td.today {
      background: #FFFEB3;
    }
    .date_selector td.unselected_month {
      color: #ccc;
    }
    .date_selector td.selectable_day {
      cursor: pointer;
    }
    .date_selector td.selected {
      background: #D8DFE5;
      font-weight: bold;
    }
    .date_selector td.selectable_day:hover, .date_selector td.selectable_day.hover {
      background: #003C78;
      color: white;
    }

/* Media Player */
.MediaPlayer .controls a {
	margin-right: .5em;
}

span.error,div.error {
	color: red;
	margin: .5em;
	padding: 0 .5em;
	background-color: #FFEBEB;
	border: 1px solid red;
}

input.error,select.error,textarea.error {
	border: 1px solid red;
}

/* swfupload */
.swfupload {
	border: 1px solid black;
	background: #eee;
	position: relative;
	top: 6px;
}

.likeParent {
	font: inherit;
	color: inherit;
	text-decoration: inherit;
}

fieldset.flash {
	margin: 10px 0px 10px 0px;
	border-color: #D9E4FF;
}

.progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}

.progressContainer a {
	margin-right: 5px;
}

.progressContainer textarea {
	display: block;
}

.inprogress {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

.complete {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: bold;
	color: #555555;
	width: 323px;
	text-align: left;
	white-space: nowrap;
}

.progressBarInProgress,.progressBarComplete,.progressBarError {
	font-size: 0px;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel,a.progressCancel:link,a.progressCancel:active,a.progressCancel:visited,a.progressCancel:hover
	{
	font-size: 0px;
	display: block;
	height: 14px;
	width: 14px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}

#uploader table {
	width: 100%;
}

#uploader table .form {
	width: 50%;
}

/* menus */
#select_group {
	background: #fff;
	border: 1px solid black;
	z-index: 999;
	position: absolute;
}

ul#section_actions {
	display: none;
	list-style-type: none;
	position: absolute;
	border: 1px solid #036;
	border-top: 1px solid #69C;
	border-left: 1px solid #69C;
	background-color: #369;
	color: #FFF;
	z-index: 10000;
	margin: 0;
	width: 9em;
}

#section_actions li {
	font-size: 12px;
	border: 1px solid #369;
	padding: 3px 6px 2px 6px;
	margin: 1px;
	cursor: pointer;
}

#section_actions a {
	color: #FFF;
}

ul.menu,ul.menu_vertical {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul.menu ul,ul.menu_vertical ul {
	display: none;
}

ul.menu li {
	float: left;
}

ul.menu_vertical {
	width: 100%;
}

ul.menu_vertical li {
	float: none;
}

/* -- Sub-Menus -- */
ul.menu ul,ul.menu_vertical ul {
	position: absolute;
	display: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	z-index: 10000;
}

ul.menu ul li,ul.menu_vertical ul li {
	float: none;
	margin: 0px;
}

ul.menu,ul.menu ul,ul.menu_vertical,ul.menu_vertical ul {
	background-color: #369;
	border: 1px solid #036;
	border-top: 1px solid #69C;
	border-left: 1px solid #69C;
	height: 20px;
}

ul.menu_vertical {
	height: auto;
}

ul.menu ul {
	height: auto;
}

* html ul.menu ul {
	width: 1%;
}

ul.menu li {
	font-family: sans-serif;
	color: #FFF;
	margin: 0px;
	padding: 4px 7px 3px 7px;
	cursor: pointer;
	white-space: nowrap;
}

ul.menu li li {
	width: 200px;
}

ul.menu li a {
	color: #FFF;
	text-decoration: none;
}

.menu .jdm_hover,.menu .jdm_active,#context_menu li.current,.menu li.current
	{
	background-color: #69C;
	color: #FFF;
	padding: 3px 6px 2px 6px;
	border: 1px solid #369;
	border-left: 1px solid #9CF;
	border-top: 1px solid #9CF;
}

/* Image Editor */
#image_preview {
	margin: 5px;
	text-align: center;
}

#image_editor {
	position: relative;
	overflow: hidden;
	width: 98%;
	height: 600px;
}

#cropper {
	position: absolute;
	width: 150px;
	height: 100px;
	border: 1px dashed #000;
	background: #FFF;
	z-index: 1000;
}

.rotate_left {
	background: url(images/rotate_left.gif) no-repeat;
	padding: 10px 0 0 13px;
	margin: 10px;
}

.rotate_right {
	background: url(images/rotate_right.gif) no-repeat;
	padding: 10px 0 0 13px;
	margin: 5px;
}

/* Add Content */
#add_content {
	width: 90%;
	margin: 0px auto;
}

#add_content img {
	display: block;
	margin: 0 auto;
}

#add_content td {
	text-align: center;
	border-top: 1px dotted #DDD;
	padding-top: 5px;
}