/* Defaults */
html {
	font-family: sans-serif;
	color: white;
	background-color: black;
	background-image: url(images/lavaflower.jpg);
	background-repeat: no-repeat; 
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
}

form {
	padding: 1em;
	background-color: #777;
}

#left form, #right form {
	background-color: #444;
}

input {
	border: 1px solid white;
}

button {
	background-color: rgb(255,223,64);
	display: block;
	margin-top: .5em;
}

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

fieldset {
	border-style: none;
	padding: 0em;
	margin: 0.5em 0em;
}

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

img {
	border-style: none;
}

ul {
	padding: 0;
	line-height: 1.5em;
}

#main li {
	list-style-type: disc;
	margin-left: 1em;
}

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

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

/* Links */
a, a:link {
	color: rgb(255,90,0);
	text-decoration: none;
}

a:visited {
	color: rgb(200,60,0);
}


a:hover {
	color: rgb(255,223,64);
}

a.edit {
	background-color: rgb(255,90,0);
	color: black;
	border: 1px solid black;
	padding: 0em .2em;
	margin: 0em .2em;
}

a.delete {
	background-color: red;
	color: black;
	border: 1px solid black;
	padding: 0em .2em;
	margin: 0em .2em;
}

.group {
	font-weight: bold;
}

h2 a {
	font-size: 60%;
}

div.groups {
	margin-bottom: 1em;
}

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

/* Modules */
.module {
	margin-bottom: .5em;
	padding: .5em;
} 

#left, #main, #right, form {
	color: black;
}

#top .module, #foot .module {
	margin-bottom: 0;
	padding: 0;
	background-color: transparent;
	text-align: center;
}

#top img {
	border: 1px solid black;
}

#top ul {
	padding: 0px;
	margin: 0px;
}

#top li {
	display: inline;
	font-size: 1.2em;
	border: 1px solid black;
	border-left-style: none;
	padding: 5px;
}

li.first {
	border-left-style: solid;
}

#left h2, #right h2{
	text-align: center;
	width: 100%;
	background-color: rgb(255,223,64);
	font-size: 1em;
	border-bottom: 1px solid black;
}

#left h4, #right h4{
	text-align: center;
	width: 100%;
	background-color: rgb(255,223,64);
	font-size: .9em;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

#left .module, #right .module{
	padding: 0;
	border: 1px solid black;
        background-color: #444;
}

#left img, #right img {
	margin-left: 1em;
}

#main h1, #main h2 {
	color: rgb(255,223,64);
	margin-bottom: .5em
}

.module ul {
	padding-left: .5em;
	margin: .5em 0;
}

#main .GetContent {
	padding: 0;
	margin: 0;
}
 
#main .GetContent li, #main .searchResults li
{
	margin: .5em 0em;
	background-color: #999;
	padding:.2em;
	list-style-type: none;
}

.summary
{
	font-size: 90%;
}

.richEditorDiv {
	width: 99%;
}

.playerDiv {
	width: 99%;
}

/* Layout */

#top {
	position: relative;
	padding: 1em 15em;
	height: 200px;
	color: white;
}

.languages {
	text-align: right;
	margin-bottom: .5em;
}

#main {
	position: relative;
	padding: 1em;	
	margin-left: 16em;
	margin-right: 16em;
	min-height: 25em;
	background-color: #888;
	border: 1px solid black;
}

#left {
	position: relative;
	width: 13em;
 	float: left;
	clear: left;
	min-height: 25em;
	padding: 1em;
	padding-top: 0;
}

#right {
	position: relative;
	width: 13em;
 	float: right;
	clear: right;
	min-height: 25em;
	padding: 1em;
	padding-top: 0;
}

#foot {
	position: relative;
	margin-top: 1em;
	height: 3em;
	text-align: center;
	color: white;
}

#top_bar {
	background: #fff;
	color: #000;
}

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

#admin_actions * {
	padding: 5px;
}

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

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

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

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

#main .ContentTree ul {
	background: #FFF;
}

.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: #eee;
	padding: 5px;
	opacity: 0.85;
	width: 12em;
	color: #000;
}

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

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

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