/* Main Elements----------------------- */

* {
	margin: 0;
	padding: 0;
}

a:link {
	color: #000000;
}

code {
	font-family: Courier New, Courier, mono;
	color: #cc0000;
	margin: 5px 10px;
}

#panelBox a:hover {
	background: #fef3da;
}

a:visited {
	color: #000000;
}

a:active {
	color: #000000;
}

p {
	font-size: 10px;
	line-height: 14px;
}

.right {
	float: right;
}

.left {
	float: left;
}

body {
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans", Lucida, Helvetica, Arial, sans-serif;
}

#wrapper {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 15px 15px;
	background: #fff;
}

#container {
	background: #fff;
	width: 750px;
	text-align: left;
}

.title {
	color: #000;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #666666;
	background: repeat-x url(icons/title-back.gif);
	padding-top: 2px;
	padding-bottom: 2px;
}

.title_click {
	cursor: pointer;
	width: 100%;
}

/* Header----------------------------- */

#header {
	background: #ffffff;
}

.head_text {
	font-size: 20px;
	float: left;
	margin-bottom: 5px;
	margin-top: 10px;
}

.head_lucid {
	color: #0000cc;
	text-transform: lowercase;
	font-weight: bold;
}

.head_cms {
	text-transform: uppercase;
	font-weight: normal;
}

.head_caption {
	color: #666666;
	font-weight: normal;
	font-style: italic;
	font-size: 20px;
}

.head_login {
	font-size: 9px;
	text-align: right;
	float: right;
}

/* Menu------------------------------- */
#menubar {
	width: 100%;
	height: 1.5em;
	font-size: .7em;
	vertical-align: middle;
}

#menu, #menu ul {
	z-index: 99;
	display: inline;
	height: 1.5em;
	vertical-align: middle;
	list-style: none;
	background: repeat-x url(icons/menu-back-blue-over.png) #00008E ;
	padding: 0;
}

#menu a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	color: white;
}


#menu li {
	float: left;
	border: 1px solid white;
	width: 7em;
	padding: .2em;
	background: repeat-x url(icons/menu-back-blue.png) #00008E;
	height: 1.5em;
	vertical-align: middle;
}

#menu li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 13em;
	font-weight: normal;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	margin: 0;
}

#menu li li {
/*	padding-right: 1em; */
/*	width: 6em; */
	width: 100%; 
}

#menu li ul a {
/*	width: 8em; */
}

#menu ul li ul {
	margin: -1.9em 0 .2em 12em;
}

#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
	left: -999em;
}

#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul {
	background: repeat-x url(icons/menu-back-blue-over.png) #0000FF;
	left: auto;
}

#menu li:hover, #menu li.sfhover {
	background: repeat-x url(icons/menu-back-blue-over.png) #0000FF;
}






/* Sidebar ----------------------------- */

#sidePanels .title {
	background: url(icons/menu-back-blue.png) repeat-x #0000cc;
	color: #fff;
}

#sidePanels .title:hover {
	background: url(icons/menu-back-blue-over.png) repeat-x #0000ff;
}


#sidePanels {
/*	
	position: relative;
	left: 80%; 
*/
	float: right;
	width: 20%;  /* stretchy */
	margin-bottom:5px;
}

#sidePanels input {
}

#sidePanels img {
	padding-right: 5px;
	padding-left: 5px;
}

#sidePanels li {
	list-style: none;
	border-bottom: 1px solid #e7e5e5;
	font-size: 12px;
}

#sidePanels li a:link, #sidePanels li a:visited {
	color: #666666;
	text-decoration: none;
	display: block;
	padding: 5px;
}

#sidePanels li a:hover {
	background: #fef3da;
	color: #000000;
}

.panel {
	border: 1px solid #e7e5e5;
	margin-bottom: 5px;
}

#help li {
	padding: 5px;
}

/* Main Content ------------------------ */

#mainBody {
	margin-top: 10px;
}

#panelBox {
/*	display: inline;*/
/*	width:70%; 
	position: relative; */
	float: left;
	margin: 0px 0px 0px 0px;
	/* width: 540px; */
}

#panelBox h2 {
	margin-bottom: 5px;
	margin-top: 10px;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #d94d3c;
}

#panelBox .content {
	padding: 10px;
	font-size: 10px;
	line-height: 15px;
}

.panel textarea {
	width: 95%;
}

.content ul {
	text-align: left;
	font-size: 12px;
	line-height: 16px;
}

.content p {
	margin: 10px;
}

.content dt {
	color: #d94d3c;
	margin-left: 10px;
	font-size: 14px;
	line-height: 18px;
}

.content dd {
	font-size: 11px;
	line-height: 15px;
	margin-left: 25px;
}

/* Page Editor ------------------------------ 
*/
#sub_menu li{
	color: #fff;
	list-style: none;
	display: inline;
	font-size: 10px;
	padding: 2px;
	border: 1px solid #822e24;
	cursor: pointer;
	width: 25%;
	float: left;
	background: url(icons/menu-back-blue.png) repeat-x #0000cc;
}

#sub_menu li:hover {
	background: url(icons/menu-back-blue-over.png) repeat-x #0000ff;
}


#page_editor legend {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #d94d3c;
}

#page_editor fieldset {
	display: inline;
	float: left;
	vertical-align: top;
	margin: 10px 5px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 10px;
	border: 1px solid #e7e5e5;
}

#page_editor label {
	color: #666666;
	font-weight: bold;
	display: block;
	margin-bottom: 2px;
}


/* Tables ------------------------------ */

table {
	font-size: 10px;
	padding: 5px;
	width: 100%;
}

table img {
	padding-left: 3px;
	padding-right: 3px;
}

td {
	padding: 3px;
}

table.shadyRows {
	border-collapse: collapse;
}

tr.shady-title {
	font-weight: bold;
	padding: 2px;
	margin: 0;
	color: #666666;
	background: #e7e5e5;
}

.shady-odd {
    background-color: white;
}

.shady-even {
    background-color: #F5F5F5;
}

.shady-odd:hover, .shady-even:hover {
    background-color: #fef3da;
}

#batchPanel {
	border: 1px solid #822e24;
	padding: 0;
	text-align: left;
	margin: 10px auto;
}

#batchPanel .title {
	background: repeat-x url(icons/menu-back-blue.png) #0000cc;
	color: #fff;
	border-bottom-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

#batchPanel th {
	text-align: left;
}

#batchPanel td {
	border-bottom: 1px solid #e7e5e5;
}

/* Message ---------------------------- */

#message {
	background: #fef3da;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	padding: 5px;
	border: 2px solid #fbc246;
	margin-bottom: 10px;
}

#message img {
	margin-right: 5px;
}

/* Login Page -------------------------- */

#loginPanel {
	width: 380px;
	background: #fff;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	text-align: left;
}

#loginPanel h2 {
	background: repeat-x url(icons/menu-back-blue.png);
	font-size: 16px;
	padding: 5px;
	color: #fff;
	margin-bottom: 5px;
	clear: both;
}

#loginPanel p {
	font-size: 10px;
	line-height: 14px;
}

.labels {
	text-align: right;
}

#loginTable {
	background: #fff;
	border: 1px solid #e7e5e5;
	margin-bottom: 10px;
}

#loginTable td {
	padding-top: 5px;
	padding-bottom: 5px;
}

#loginTable label {
	font-weight: bold;
	font-size: 12px;
}

#loginTable input {
	width: 230px;
}

/* Help ------------------------------- */

#docs {
	list-style: none;
	padding: 10px;
	font-size: 12px;
	line-height: 18px;
}

/* Footer ----------------------------- */

#footer {
	border-top: 1px solid #666666;
	padding-top: 10px;
	font-size: 9px;
	clear: both;
	padding-bottom: 10px;
}


#additem img { vertical-align: middle; }
center table td { text-align: left; }
ol li { margin: 20px 25px; }
