﻿@charset "utf-8";
/* CSS Document */


* {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

body {
	background-color: #EEEEEE;
	background-image: url(/admin/assets/images/background.gif);
	background-position: center;
	background-repeat: repeat-y;
	font-size: 11px;
}

ul {
	list-style: none;
}

#loginContainer {
	border: solid 1px #EEEEEE;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	width: 300px;
}
#loginContainer div.legend {
	background-color: #EEEEEE;
	color: #000000;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 10px;
	width: 290px;
}

#loginContainer fieldset {
	width: 300px;
	border: none;
}
#loginContainer div.row {
	clear: both;
	height: 25px;
	width: 300px;
}
#loginContainer div.col1 {
	float: left;
	margin-left: 20px;
	margin-right: 5px;
	text-align: right;
	width: 75px;
}
#loginContainer div.col2 {
	float: left;
	width: 180px;
}
#loginContainer label {
	color: #FFFFFF;
	font-size: 1.1em;
}
#loginContainer input.text {
	background-color: #111111;
	border: solid 1px #EEEEEE;
	color: #FFFFFF;
	float: left;
	font-size: 10px;
	height: 18px;
	margin-right: 5px;
	right: 0px;
	width: 148px;
}
#loginContainer div.buttons {
	margin: 5px;
}
#loginContainer a { 
	color: #EEEEEE;
	float: left;
	margin-top: 7px;
	text-decoration: none;	
}
#loginContainer a:hover {
	text-decoration: underline;
}
#loginContainer input {
	float: right;
}
#loginContainer span.error {
	color: #CC0000;
	display: block;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

#loginFooter {
	background-color: #EEEEEE;
	clear: both;
	font-size: 1px;
	height: 8px;
}

#cmsbarContainer {
	background-color: #000000;
	background-image: url(/admin/assets/images/cmsbar.gif);
	border-bottom: solid 1px #FFFFFF;
	height: 20px;
	padding: 5px;
}

#cmsbarArea p {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

#cmsbarArea a {
	color: #FFFFFF;
	font-size: 12px;
	float: right;
	margin-left: 10px;
	margin-top: -14px;
	text-decoration: none;
}

#cmsbarArea a:hover {
	text-decoration: underline;
}

#innerContainer {
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 860px;
}

#masthead {
	height: 60px;
}

#logoArea {
	float: left;
	padding-left: 5px;
	width: 649px;
}

#logoArea img {
	clear: both;
	display: block;
	margin-top: 2px;
}

#leftMenu 
{
    float:left;
    width: 200px;
    margin-right: 10px;
	border: solid 1px #EEEEEE;
	background-color: #444444;
}

#leftMenu .header 
{
	background-color: #EEEEEE;
	color: #000000;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 4px;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}

#leftMenu ul 
{
    list-style: none;
    line-height: 1.8em;
    margin-left: 15px;
    font-size: 1.0em;
    margin-bottom: 15px;
}
#leftMenu ul * 
{
    color: #FFFFFF;
}

#leftMenu ul li 
{
    font-size: 1.2em;
}

#leftMenu ul li * 
{
    font-size: 1.0em !important;
    line-height: 1.6em !important;
}

#leftMenu a 
{
       color: #EEEEEE;
}

#rightPanel
{
    float: left;
    width: 648px;
    margin-left: 0px;
}

#rightPanel * 
{
    color: #EEEEEE;
}

#rightPanel h1 
{
    font-size: 1.6em;
}

.structureBox {
    font-size: 1.2em;
}

.structureBox input {
    margin-right: 10px;
}

.error {
    color: #FF0000 !important;
    margin-bottom: 10px;
}

fieldset {
    border: none;
}
legend {
    font-size: 1.2em;
    font-weight: bold;
    clear: both;
    width: 100%;
    border-bottom: solid 1px #EEEEEE;
    padding-bottom: 3px;
}
.formrow {
    clear: both;
    margin-top: 5px;
    background-color: #333333;
    height: 24px;
}
.label {
    padding-top: 2px;
    width: 100px;
    font-size: 1.2em;
    float: left;
    text-align: right;
    padding-right: 5px;
    margin-top: 2px;
}
.field input {
    margin-top: 2px;
    width: 250px;
    color: #000000 !important;
}
.field input.file {
    margin-top: 1px;
    color: #EEEEEE !important;
}
.field .check input, .field .checkboxlist input {
    margin-top: 5px;
    margin-right: 3px;
    width: auto;
}
.field .check label, .field .checkboxlist label 
{
    display: block;
    margin-left: 20px;
    margin-top: -13px;
}
.field .radiobuttons * {
    margin-top: 5px;
    margin-right: 5px;
    width: auto;
}
.field select {
    margin-top: 2px;
    width: 250px;
}

.buttons {
    margin-top: 10px;
    margin-bottom: 10px;
}

span.reqd {
    font-weight: bold;
    margin-left: 5px;
    color: #FF0000 !important;
}
table.table {
    border: solid 1px #EEEEEE;
}
table.table th {
	background-color: #EEEEEE;
	color: #000000 !important;
	font-size: 1.2em;
	font-weight: bold;
	padding: 4px;
	text-align: left;
}
table.table td {
    border: none;
    padding: 3px;
    padding-left: 6px;
}
table.table tr.alt {
    background-color: #333333;
}
.galleryImage {
    text-align: left;
    position: relative;
    width: 150px;
    float:  left;
    height: 150px;
    margin: 5px;
    border: solid 1px #EEEEEE;
    background-color: #333333;
}
.galleryImage span {
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: 0px;
    left: 0px;
    text-align: center;
    vertical-align: middle;
    background-color: #333333;
}
.galleryImage .check {
    text-align: left;
    position: absolute;
    top: 0px;
    margin: 5px;
    right: 0px;
    float: right;
    width: auto;
    height: auto;
    vertical-align: inherit;
    background: none;
}
.mediaLeft 
{
    background-color: inherit;
    background: none;
    width: 185px;
    float: left;
}
.mediaRight 
{
    background-color: inherit;
    background: none;
    width: 460px;
    float: right;
}

.mediaItem {
    text-align: left;
    position: relative;
    width: 80px;
    float:  left;
    height: 90px;
    margin: 5px;
    border: solid 1px #EEEEEE;
    background-color: #333333;
}
.mediaItem img 
{
    z-index: 200;
}
.mediaItem span, .mediaItem a {
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: 0px;
    left: 0px;
    text-align: center;
    vertical-align: middle;
    background-color: #333333;
	z-index: 300;
}
.mediaItem .check {
    text-align: left;
    position: absolute;
    top: 0px;
    margin: 5px;
    right: 0px;
    float: right;
    width: auto;
    height: auto;
    vertical-align: inherit;
    background: none;
    z-index: 300;
}

.editBox 
{
    position: relative;
}
.editBox * 
{
    z-index: 100;
}
.editbutton 
{
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 90;
}
