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

html {
	font-family: sans-serif;
	font-size: .9em;
}

body {
	background: url(images/gradient.gif) #c1c1c1 0 175px repeat-x;
}

p {
	margin-bottom: 5px;
}

h1 {
	font-size: 3em;
}

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

label input,label 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: #fff;
	*width: 175px;
}

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

button em {
	background-position: -13px 0;
	line-height: 29px;
	padding: 0 5px;
}

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

button span {
	width: 13px;
}

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;
	padding: 5px;
	width: 99%;
}

.accordion h3 {
	cursor: pointer;
	width: 100%;
	margin: -5px -5px 0 -5px;
	padding: 0 5px;
	font-size: 1.1em;
	color: #F3F3F3;
	background-color: #5e5e71;
	text-align: center;
}

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

.accordion li {
	list-style-type: none;
	background-color: #fff;
}

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

div.closed * {
	display: none;
}

div.closed h3 {
	display: block;
	margin-bottom: -5px;
}

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: #369;
	text-decoration: none;
}

a:visited {
	color: #358;
}

a:hover {
	color: #47D;
}

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

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

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

.check_all {
	display: block;
}

.layout_controls {
	margin-left: 5px;
	display: none;
	text-align: left;
}

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

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

.layout_controls a.moveup, .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;
}

.download_link {
	font-size: .7em;
	margin: 5px;
}

.download_link img {
	margin-right: 5px;
	margin-bottom: -5px;
}

.group {
	font-weight: bold;
}

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

#right .ContentTree ul {
	margin: 0.5em;
}

#right .ContentTree ul li {
	list-style: none;
}

.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 #333;
}

.contextMenu {
	display: none;
}

/* tooltips */
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	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;
}

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

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

.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 .module ul {
	margin: 0;
	line-height: 1em;
}

#top .SearchForm {
	float: right;
	margin-top: 5px;
}

#top .SearchForm input {
	background: url("images/search.png") transparent no-repeat;
	width: 223px;
	height: 17px;
	color: #fff;
	padding: 5px 32px 5px 10px;
	border: none;
}

#top .SearchForm button {
	display: none;
}

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

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

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

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

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

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

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

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

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

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

.register {
	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;
}

#left 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.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_bar {
	background: #fff;
	border-bottom: 1px solid black;
}

#top_actions {
	padding: 5px;
	border-bottom: 1px solid black;
}

#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: #000;
	color: #fff;
}

#admin_actions * {
	padding: 5px;
}

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

#scroller {
	overflow: auto;
	clear: both;
}

#top_stripe {
	background: #fff;
	height: 175px
}

#top_stripe img {
	float: left;
}

#top {
	color: #000;
	width: 1000px;
	margin: auto;
	padding-top: 130px;
}

#top a {
	color: #000;
}

#container {
	background: url(images/background.jpg) no-repeat;
	position: relative; 
	*position: static;
	width: 1000px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

.column {
	padding: 10px;
}

#nav {
	text-align: right;
}

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

#nav a {
	color: #000;
}

#nav a:hover {
	color: #fff;
}

#rounded_box {
	margin-top: 25px;
	background: url(images/transparent.png);
	position: relative; 
	*position: static;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

#main {
	float: left;
	width: 720px;
}

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

#foot {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0px;
	text-align: center;
}

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

/* Manage Content */
#main .deleted {
	text-decoration: line-through;
}
#main .draft {
	color: green;
}
#main .hidden {
	color: #999;
}
#key, #filter {
	background-color: #eee;
	border: 1px solid #ccc;
	margin: 5px;
	width: 150px;
	padding: 10px;
}

/* 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 */
.CalendarModule table {
	width: 80%;
	margin-left: 10%;
}

.calendar,.CalendarModule table {
	border-collapse: collapse;
	background-color: #FFF;
}

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

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

td.blank {
	background-color: #e8e8e8;
}

.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%;
	background-color: #e8e8e8;
	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-color: #FFF;
}

.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;
    clear: both;
  }
    .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;
	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;
}

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