/* 
	New top area **
*/
#topbar {
	background:#030303 url(images/topbar-bg.jpg) top left repeat-x;
	border-bottom:1px solid #64a008;
	font-family:arial, verdana, sans-serif;
	height:4.5em;
	min-height:83px;
	position:relative;
	z-index:300;
}
#subbar {
	font-family:arial, verdana, sans-serif;
	min-height:38px;
	height:2.5em;
	position:relative;
	z-index:300;
}

#titles {padding:3px 10px 0;}
#cmsTitle {color:#fff;left:110px;padding:0;position:absolute;top:28px;}
#siteTitle {color:#ccc;margin:2px 0 0;padding:0;}
a.titlelink {color: #000;}
a.titlelink:hover {color: #fff;}

/* 
	Tabs & Panels
*/
.panel {
	position:absolute;
	top:6em;
	left:0;
	margin:0;
	padding:0;
	margin-top:-6em;
	height:100%;
	background:#fff;
	width:100%;
	z-index:100;
}
.pushdown {
	height:8.4em;
	z-index:1;
}
textarea {
	margin:0.5% 0 0;
	padding:0.5em;
}

.panel textarea  {
	height:80%;
	margin:3% 4% 1%;
	width:90%;
}
.panel iframe
{
	display:block;
	height:80%;
	margin:2% 3% 1%;
	width:95%;
}
/*\*/ * html .panel iframe {height:700px;} /**/

 /*end hacked section */

#tab__browse, #panel__browse {
	z-index:150;
}
#tab__setTemplates, #panel__setTemplates {
	z-index:149;
}
#tab__pageTemplates, #panel__pageTemplates {
	z-index:148;
}
#tabs #tab__setTemplates {
	width:7.5em;
}
#tabs #tab__pageTemplates {
	width:8.5em;
}
#tab__images, #panel__images {
	z-index:147;
}
#tab__files, #panel__files {
	z-index:146;
}
#tab__settings, #panel__settings {
	z-index:145;
}
#minorLinks {
	position:absolute;
	font-weight:bold;
	top:0;
	right:0;
}
#minorLinks a {
	border:none;
	border-left:1px dotted #666;
	color:#808080;
	display:block;
	float:right;
	line-height:1.2em;
	padding:2.2em 0.9em 2.2em 1.9em;
	text-align:center;
	text-decoration:none;
}
#minorLinks a:hover {color:#fff;text-decoration:underline;}

.arrowIcon {background:url(images/return-arrow.gif) no-repeat 3px 50%;}
.infoIcon {background:url(images/info-icon.gif) no-repeat 3px 50%;}
.logoutIcon {background:url(images/logout-icon.gif) no-repeat 3px 50%;}
.mailIcon {background:url(images/mail-icon.gif) no-repeat 3px 50%;}
.webIcon {background:url(images/web-icon.gif) no-repeat 3px 50%;}

#tabs {
	list-style-type:none;
	margin:0;
	padding:0;
	position:absolute;
	left:18px; 
	bottom:0;
	display:inline;
}
#tabs li {
	float:left;
	background:url(images/tab-off-left.gif) top left no-repeat;
	margin:0 3px;
	padding:0 0 0 10px;
	display:inline;
}

#tabs li a {
	display:block;
	background:url(images/tab-off-right.gif) top right no-repeat;
	padding:7px 10px 10px 0;
	color:#fff;
	margin-right:-6px;
	text-align:center;
	text-decoration:none;
}
#tabs #tab__browse {
	min-width:90px;
}
#tabs #tab__images, #tabs #tab__files, #tabs #tab__settings {
	min-width:60px;
}
#tabs li.on {
	background:url(images/tab-on-left.gif) top left no-repeat;
}
#tabs li.on a {background:url(images/tab-off-right.gif) top right no-repeat;padding-bottom:15px;}
#tabs li a:hover {color:#b5f312;text-decoration:none;}

.textAreaButtons {left:0;padding-left:100px;position:relative;top:15px;}

button {padding:5px;}

/* 
	Sizes
*/
ul ul.folderList {
	left:21.5em;
}
ul ul.folderList, .bigLinks li, .bigLinks a {
	width:21em;
}
.fileDetail li {
	width:19em;
}
li.closed .fileDetail {
	display:none;
}
/* 
	/ sizes
*/

/* 
	Showing & hiding
*/
.expandFile, li.closed .expandFile {
	display:block;
}
/* .editFile {
	display:none;
}*/
/* 
li.closed .editFile {
	display:none;
}
li.closed .editFile {
	display:block;
}*/

/* These styles are required for hiding closed nav elements! */
li.closed ul {
	display:none;
}
/* end */


ol.tinyLinks li a,
li.hovering li ol.tinyLinks li a,
li:hover li ol.tinyLinks li a,
li.waiting ol.actionsLinksList li a
{
	border-color:#ccc;
	color:#ccc;
}
li.hovering ol.tinyLinks li a,
li:hover ol.tinyLinks li a,
ol.tinyLinks:hover li a,
li.hovering li.hovering ol.tinyLinks li a,
li:hover li:hover ol.tinyLinks li a
{
	border-color:#bbb #999 #777 #aaa;
	color:#444;
}
#DOTDOT ol.tinyLinks li a:hover {
	color:#fff;
}
/* 
	/ showing & hiding
*/



body {color:#4f4f4f;font-family:arial,verdana,sans-serif;font-size:0.9em;margin:0;padding:0;}

h1, h2, h3 {font-weight:lighter;margin:0;padding:0;}
p {padding:7px 0}
ul {list-style:none;margin:0;padding:0;}
hr {border:none;border-top:1px solid #ccc;clear:both;margin-top:2em;}
a, a:visited {color:#1d861b;text-decoration:none;}
a:hover {color:1d861b;text-decoration:underline;/* border-color:#ddd;*/}
ol {list-style:none;}
fieldset {padding:1em;}

.bigLinks {margin:10px 0 0 25px;}

.bigLinks li {
	padding:0;
	margin:0;
	position:relative;
	border:1px solid;
	border-color:#ddd #ccc #bbb #ddd;
	margin:4px 0;
	padding:0;
}

ul.bigLinks a, .bigLinks ul a {
	color:#000;
	display:block;
	height:3.8em;
	line-height:3.6em;
	min-height:48px;
	text-indent:70px;
}

.clearer {clear:both;font-size:.001em;}
.numeric {text-align:right;}
.logout {float:right;padding-right:2em;}
.hidden {display:none;}

ul ul.folderList {
	position:absolute;
	top:-4px;
	border-left:1px solid #e0e0e0;
	padding-left:.5em;
}

/* 
	GENERAL LIST ITEM STYLES
*/
li.dir {
	background:#fff url(images/browse-folder-closed.gif) 8px 50% no-repeat;
	font-weight:bold;
}
li.dir.open {
	background:#fff url(images/browse-folder-open.gif) 8px 50% no-repeat;
}
li.file {
	background-image:url(images/browse-file-generic-off.gif);
	background-position:12px 50%;
	background-repeat:no-repeat;
	font-weight:normal;
	overflow:hidden;
	white-space: nowrap;
}
.bigLinks .file.page {
	background-image:url(images/browse-file-page.gif) ;
	background-position:8px 0.4em;
}
.bigLinks .file .text {
	background-image:url(images/browse-file-text.gif) ;
	background-position:16px .8em;
}

.bigLinks .file {
	background-image:url(images/browse-file-text.gif) ;
	background-position:12px 0.8em;
}

.bigLinks .file.set {
	background-image:url(images/browse-file-set.gif) ;
	background-position:12px .8em;
}
.bigLinks .file.html {
	background-image:url(images/browse-file-html.gif) ;
	background-position:12px .9em;
}
/* .bigLinks .file {
	background:url(images/browse-file-non-editable.gif) 14px 50% no-repeat;
}*/
.fileDetail li.file {
	background-position:5px 50%;
}
li.file.open {
	background-color:#fff;
}
li.blank {
	background:#fff;
	color:#999;
	font-style:italic;
	border:none;
}
.waiting > a {
	color:red;
	text-decoration:underline;
	// background:url(images/busy.gif) 70% 50% no-repeat;
}
li.open, li.known  {
	border-color:#bbb #999 #999 #bbb;
}

/* 
	 FILE DETAIL
*/
.fileDetail ul {
	padding:0;
}
.fileDetail {
 	padding:.5em;
	margin:0 .5em .5em;
	background:#fff;
	border:1px solid;
	border-color:#bbb #eee #f3f3f3 #ccc;
}

/* 
	LCIs
*/
li.lci {
	display:block;
	position:relative;
	font-style:italic;
	text-indent:48px;
	clear:left;
	background-color:#fff;
	margin:2px 0;
	border:0 none;
	overflow:visible;
}
li.lci a {
	height:3.5em;
	line-height:3.5em;
}
.tinyLinks {
	position:absolute;
	top:-0.7em;
	right:1.1em;
	padding:0;
	width:0;
	line-height:1.2em;
	font-weight:bold;
}
.lci .tinyLinks {
	position:absolute;
	right:-3px;
	top:-.7em;
}
.tinyLinks li {
	border:0;
	margin:0;
	position:absolute;
	width:0;
}
.tinyLinks li.deleteLink {
	right:2em;
}
.tinyLinks li.renameLink {
	right:3.5em;
}
.tinyLinks li.restoreLink {
	right:14.2em;
	display:none;
}
.logged-in-as-client .tinyLinks li.restoreLink {
	right:8.9em;
}
.tinyLinks li.publishLink {
	right:8.9em;
	display:none;
}
.logged-in-as-client .tinyLinks li.publishLink {
	right:4.1em;
}
.tinyLinks li.collapseLink a:hover {
	color:#fff;
}
.tinyLinks.nomatch .restoreLink, .tinyLinks.nomatch .publishLink {
	display:block;
}

li.closed .tinyLinks li.collapseLink {
	display:none;
}
.tinyLinks li.collapseLink {
	right:.5em;
}
.bigLinks .tinyLinks li a {
	font-weight:normal;
	width:1em;
	height:1.25em;
	line-height:1.25em;
	min-height:1.25em;
	border:1px solid;
	text-align:center;
	padding:0;
	margin:.7em 1px;
	text-indent:0;
	float:none;
	clear:none;
}
.file .tinyLinks li a.publish {
	width:3.8em;
	padding: 0 8px;
}
.file .tinyLinks li a.restore {
	width:4em;
	padding: 0 6px;
}
.file .tinyLinks li a:hover {
	text-decoration:none;
}

/* 
	New item & delete folder action links list
*/
ol.newList {
	padding:0;
	margin:0;
}
.closed li.folderNewList, .closed ol.newList {
	display:none;
}
ol.newList li {
	border:0 none;
	float:left;
	width:53px;
}
ol.newList li a {
	display:block;
	float:left;
	width:53px;
	text-indent:-3000px;
	font-weight:normal;
	min-height:35px;
	height:45px;
}


/* 
	Big list with text when in a folder
*/
li.folderNewList {
	margin:15px 0 0 30px;
	border:0 none;
}
li.folderNewList ol.newList {
	border:0 none;
	margin:0;
}
.folderNewList ol.newList li {
	float:none;
	width:inherit;
	border:0 none;
	width:100%;
}
.folderNewList ol.newList li a {
	float:none;
	text-indent:52px;
	width:100%;
	color:#666;
}
.folderNewList ol.newList li a:hover {
	color:red;
}



.noSetTemplates li.new_content_set_include {
	display:none;
}

ol.newList li.new_folder a {
	background:url(images/new-folder.gif) 0 50% no-repeat;
}
ol.newList li.new_page a {
	background:url(images/new-page.gif) 0 50% no-repeat;
}
ol.newList li.new_text_include a {
	background:url(images/new-text.gif) 5px 50% no-repeat;
}
ol.newList li.new_html_include a {
	background:url(images/new-html.gif) 0 50% no-repeat;
}
ol.newList li.new_content_set_include a {
	background:url(images/new-content-set.gif) 0 50% no-repeat;
}
ol.newList li.preview_page, ol.newList li.preview_page a {
	width:55px;
}
ol.newList li.preview_page a {
	background:url(images/mag-glass.gif) 0px 60% no-repeat;
}
ol.newList li.make_pt_from_page, ol.newList li.make_pt_from_page a {
	width:47px;
}
ol.newList li.make_pt_from_page a {
	background:url(images/make-pt-from-page.gif) 0px 60% no-repeat;
}


#overlay {
	position:absolute;
	top:0;
	left:0;
	z-index:1000;
	width:100%;
	background-color:#000;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	display:none;
}
#overGrey {
	z-index:2500;
	width:100%;
}
#overGrey div {
	z-index:3000;
}
#overGrey iframe {
	width:100%;
	height:100%;
	border:0 none;
}
.popupPage {
	display:none;
	width:94%;
	height:92%;
	position:absolute;
	top:4%;
	left:3%;
	background:#eee;
	border:1px solid;
	border-color:#eee #ddd #bbb #ccc;
}
#inlineTextEditor {
	width:94%;
	margin-left:3%;
	height:100%;
	background:#ccc ;
	border:1px solid;
	border-color:#eee #ddd #bbb #ccc;
	margin-bottom:1em;
}
#inlineTextEditor textarea {
	height:20em;
}
#setTemplateEditor, #setEditor {
	padding:.5em;
}
#textEditorTextarea {
	width:100%;
	height:100%;
	border:0 none;
}
.textareaPadder {
	height:90%;
	border:1px solid black;
	padding:.5em;
	background:#f9f9f9;
	margin:.75em;
}


.advanced-edit, .delete, .close {
	text-align:center;
}
a.advanced-edit, .delete a, .delete a:link, a.delete, a.close, a.close:link {
	padding:.2em .4em;
	background:none;
}
a.advanced-edit, a.advanced-edit:link {
	color:#090;
}

.delete a:hover, .delete a:active, a.delete:hover, a.delete:active {
	color:white;
	background:red;
	text-decoration:none;
}
.renameLink a:hover, .renameLink a:active {
	color:white;
	background:#f90;
	text-decoration:none;
}
.publishLink a, .publishLink a:hover, .publishLink a:active {
	color:#fff;
	background:#0b0;
	text-decoration:none;
}
.restoreLink a, .restoreLink a:hover, .restoreLink a:active {
	color:white;
	background:#00c;
	text-decoration:none;
}
.collapseLink a:hover, .collapseLink a:active {
	color:white;
	background:#555;
	text-decoration:none;
}


a.advanced-edit:hover, a.advanced-edit:active {
	color:white;
	background:#0a0;
	text-decoration:none;
}

#addColumnButton {
	display:inline;
}

#setGrid a {
	width:1.5em;
}
#setGrid a.delete {
	text-indent:0;
	margin:0;
	padding:0;
	line-height:1.5em;
	color:red;
}
#setGrid thead th a.delete {
	float:right;
}
#setGrid a.delete:hover {
	color:white;
}


/* 
	For Image Selector
*/
.thumbnail {
	border:1px solid #ccc;
	padding:8px;
	float:left;
	margin:10px;
	background: #191919 url(images/topbar-bg.jpg) top left repeat-x;
	text-align:center;
}
.thumbnailInner {
	margin-bottom:.3em;
	position:relative;
}
.thumbnail img {
	margin:auto;
	border:1px solid;
	border-color:#fff #bbb #aaa #eee;
}
.selectButton {
	position:absolute;
	left:50%;
	bottom:-6px;
	margin-left:-1.5em;
	width:3em;
	display:none;
}

/* 
	For Image Selector
*/

.thumbnailInner {
	margin-bottom:.3em;
	position:relative;
}
.thumbnail img {
	margin:auto;
	border:1px solid;
	border-color:#fff #bbb #aaa #eee;
}
.selectButton {
	position:absolute;
	left:50%;
	bottom:-6px;
	margin-left:-1.5em;
	width:3em;
	display:none;
}
.crumbNav {
	font-size:1.4em;
	margin:.6em;
}

#pageTemplateEditor {
	background:#fff;
}
#pageTemplatesPopup {
	padding:2em;
}
#loginMessage {
	z-index:10000;
	position:absolute;
	top:10px;
	left:50%;
	width:50%;
	margin-left:-25%;
	text-align:center;
	background:#f33;
	color:#fff;
	line-height:2em;
	font-weight:bold;
}
.login_box {margin-top:80px;text-align:center;}
.login_box h2 {border-bottom:1px dotted #909090;color:#242424;font-family:arial,verdana,sans-serif;font-size:2.2em;font-weight:lighter;margin:0 auto;width:800px}
.login_inner {top:10px;}


.login_inner form 
{
	padding:1em;
}

.login_textarea
{
	margin-left:auto;
	margin-right:auto;
	background:#fff; 
	border:1px solid; 
	border: none;
	width:22em;
}

.login_form dd
{
	width:8em;
}


/* 
	FULLSCREEN
*/
/* .fullscreen h1 {
	color:#fff;
	margin-left:10px;
}*/


/* 
	POPUP WINDOW
*/

.popup {
	background: #191919 url(images/topbar-bg.jpg) top left repeat-x;;
	border:1px solid #000;
	display:none;
	left:50%;
	margin-left:-10em;
	padding:1em;
	position:absolute;
	top:15%;
	width:20em;
	z-index:100;
}

.popup h2 {margin:0;}
.popup ul {list-style:none;}
.popup li a {display:block;}
.popup .delete a, .close.topright {position:absolute;right:2px;top:2px;}

/* 
	TABLE
*/
table {
	margin:1em;
}
table.invisible {
	border:none;
}
th, td {
	padding:.3em;
	border:1px solid;
}
th {
	text-align:left;
	font-weight:bold;
}
th {
	background:#e6e6e6;
	border-color:#fff #bbb #aaa #eee;
}
td, tbody th {
	border-color:#fff #ccc #bbb #eee;
}
table.invisible th, table.invisible td {
	border:none;
	background:none;
}
table tfoot td {
	text-align:center;
	background:#ddd;
}

.submitButton {
	text-align:center;
	border-top:1px solid #999;
	padding-top:.75em;
	margin-top:.5em;
}

.clear-all {
	clear:both;
	height:1px;
	font-size:.01%;
}

/* 
	HELP
*/

.inlineHelp {
	position:relative;
	border:1px solid #ffdbb7;
	background:#ffeb8c url(images/helpbox-bg.gif) top left repeat-x;
	padding:1em;
	margin:0 3em 1em;
}
.inlineHelp ul {
	list-style:disc;
	padding-left:2em;
}
.inlineHelp h2 {
	margin:.2em 0 .4em;
	font-family:arial;
	font-weight:normal;
	color:#665919;
}
.inlineHelp h3 {
	margin:.7em 0 0;
	font-family:arial;
	font-weight:normal;
	font-size:1.4em;
	color:#261900;
}
.inlineHelp {
	font-size:.9em;
}
.inlineHelp p {
	margin:.5em 0;
}
.inlineHelp dt {
	font-weight:bold;
	width:14em;
}
.inlineHelp dd {
	width:inherit;
}

.indent {
	margin:1em 2em;
}
.setImage {
	border:1px solid;
	border-color:#3e3e3e #000 #000 #3e3e3e;
	cursor:pointer;
	display:block;
	float:left;
	height:60px;
	margin:5px;
	padding:3px;
	width:60px;
}
.uparrow, .downarrow, .toparrow, .bottomarrow {
	height:14px;
	width:25px;
}
.uparrow {
	background-image:url(images/arrow_up.gif);
}
.downarrow {
	background-image:url(images/arrow_down.gif);
}
.toparrow {
	background-image:url(images/arrow_top.gif);
}
.bottomarrow {
	background-image:url(images/arrow_bottom.gif);
}
