/* Main wrapper
----------------------------------------------- */
#dpicms {
	background: #1F2227 url('/cmsmain/webroot/img/logo.gif') no-repeat 0 0;
	color: #FFFFFF;
	/*font-size: small;*/
	font-size: 13px;
	font-family: arial;
	margin: 0;
	/*padding: 5px;*/
	/*min-height: 44px;*/
	min-height: 36px;
	position: relative;
	z-index: 2;
}

#dpicms input,
#dpicms button,
#dpicms textarea,
#dpicms select,
#dpicms optgroup,
#dpicms option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

/* Links
----------------------------------------------- */
#dpicms a {
	/*color: #FFFFFF;
	text-decoration: none;*/
}

/* CMS Login
------------------------------------------------*/
#dpicms #dpicms_login {
	background-color: #404347;
	color: #CFD0D1;
	margin: 0 0 0 97px;
	/*padding: 10px 17px 8px 17px;*/
	padding: 5px 17px;
}

#dpicms #dpicms_login label {
	font-size: 9pt;	
	padding-right: 8px;
}

#dpicms a.logout {
	position: absolute;
	right: 10px;
	top: 12px;
	z-index: 1; /* place it on top of the tabs */
}

#dpicms a.logout img {
	vertical-align: baseline;
}

div.dpicms-closebar {
	background-color: #404348;
	padding-right: 10px;
	text-align: right;
}

#dpicms a.close {
	padding-left: 16px;
	/*background: #1F2227 url('/cmsmain/webroot/img/arrow_up.gif') no-repeat 0 6px;*/
	background: #404348 url('/cmsmain/webroot/img/arrow_up.gif') no-repeat 0 6px;
}

#dpicms #dpicms_login input.text, input.password {
	height: 20px;
	margin-right: 21px;
	width: 141px;
	vertical-align: bottom;
}

/* CMS Buttons
------------------------------------------------*/
#dpicms a.button {
	background-color: #6D6F73;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 8pt;
	line-height: 26px; /* 2x 6px padding + font height*/
	margin-right: 9px;
	outline: 0; /* gecko: keep from shifting */
	padding: 6px 15px 6px 31px; /* padding-left: 15px + image offset 16px */	
	text-decoration: none;
}

#dpicms a.buttonLevel2 {
	background-color: #969696;
}

#dpicms a.buttonLogin {
	background-image: url('/cmsmain/webroot/img/button_sprite.gif');
	background-position: 5px -105px;
}

#dpicms a.buttonSave {
	background-image: url('/cmsmain/webroot/img/button_sprite.gif');
	background-position: 5px 4px;
}

#dpicms a.buttonDelete {
	background-image: url('/cmsmain/webroot/img/button_sprite.gif');
	background-position: 5px -68px;
}

#dpicms a.buttonCancel {
	background-image: url('/cmsmain/webroot/img/button_sprite.gif');
	background-position: 5px -32px;
}

/* Tab core
----------------------------------------------- */
#dpicms .yui-nav,
#dpicms .yui-nav li {
    margin:0;
    padding:0;
    list-style:none;
}
#dpicms .yui-navset li em { font-style:normal; }
#dpicms .yui-navset li a { text-decoration:none; }

#dpicms .yui-navset {
    position:relative; /* contain absolute positioned tabs (left/right) */
    zoom: 1;
}

#dpicms .yui-navset .yui-content { zoom:1; }

#dpicms .yui-navset .yui-content .yui-hidden {
    display:none;
}

#dpicms .yui-navset .yui-nav li,
#dpicms .yui-navset .yui-navset-top .yui-nav li /* in case nested */
{
    display:inline-block;
    display:-moz-inline-stack;
    *display:inline; /* IE */
    vertical-align:bottom; /* safari: for overlap */
    cursor:pointer; /* gecko: due to -moz-inline-stack on anchor */
    zoom:1; /* IE: kill space between horizontal tabs */
}

#dpicms .yui-navset .yui-nav a { position:relative; } /* IE: to allow overlap */

#dpicms .yui-navset .yui-nav li a,
#dpicms .yui-navset-top .yui-nav li a{
	font-size: small;
	display:block;
	display:inline-block;
	vertical-align:bottom; /* safari: for overlap */
	white-space: normal;
	zoom:1;
}

#dpicms .yui-navset .yui-nav a {outline:0; /* gecko: keep from shifting */}
#dpicms .yui-navset .yui-nav li a em,
#dpicms .yui-navset .yui-nav li img { border: 0; vertical-align: baseline; }

/* Tab customization
----------------------------------------------- */
/* Defaults */
#dpicms .yui-navset-top .yui-nav{
	margin: 0 0 0 97px;
	position: static;
}

#dpicms .yui-navset-top{
	/*overflow: hidden;*/
}

#dpicms ul.yui-nav {
	padding-top: 8px;
	width: auto;
}

/* loading indicator for dynamic tabs */
#dpicms ul.yui-nav li.loading {
	background-image: url('/cmsmain/webroot/img/loading.gif');
	background-position: 90% 5px;
	background-repeat: no-repeat;
}

#dpicms ul.yui-nav li { padding: 4px 11px 8px 11px; }
#dpicms ul.yui-nav li.selected { background-color:#404348; }

#dpicms .yui-content{
	background-color: #404348;
	overflow: hidden;
}

/* Level 1 */
#dpicms div.cmscontentlevel1,
#dpicms div.cmscontentlevel2,
#dpicms div.cmscontentlevel3
{
	padding: 12px;
}

#dpicms div.cmscontentlevel1 {
	zoom:1; /* IE fix for negative margin problem */
}

/*#dpicms .cmscontentlevel1 .yui-navset-top { position:relative; margin: 0 -9px -9px -9px; }*/
#dpicms .cmscontentlevel1 ul.yui-nav { padding-top:0px; margin-left: 0; /*padding: 0 0 0 9px;*/ }
#dpicms .cmscontentlevel1 ul.yui-nav li { padding-bottom: 8px; }
#dpicms .cmscontentlevel1 ul.yui-nav li.selected,
#dpicms .cmscontentlevel1 div.yui-content { background-color:#53565B; }

/* Level 2 */
#dpicms .cmscontentlevel2 .yui-navset-top { margin: 0; }
#dpicms .cmscontentlevel2 ul.yui-nav {	padding-left: 0;}
#dpicms .cmscontentlevel2 ul.yui-nav li.selected,
#dpicms .cmscontentlevel2 div.yui-content { background-color:#6E6F73; }
#dpicms .cmscontentlevel2 div.buttoncontainer{ margin-top: 9px; }


/* Overview tables */
table.overview {
	border-width: 0;	
}

table.overview thead td strong {
	font-weight: bold;	
}

table.overview td {
	padding: 4px;
}

div.cmscontentlevel2 table.overview tr.even {
	background-color: #6E6F73;
}

div.cmscontentlevel2 table.overview tr.odd {
	background-color: #616367;
}

div.cmscontentlevel3 table.overview tr.even {
	background-color: #969696;
}

div.cmscontentlevel3 table.overview tr.odd {
	background-color: #B6B6B6;
}

/* */
div.editorwrapper {
	display: inline;
	vertical-align: top;
}

.cms-error-message {
	background: #FDF1E5 url('/cmsmain/webroot/img/button_sprite.gif') no-repeat scroll 4px -178px;
	border: 2px solid #FE7B20;
	color: #1F2227;
	display: inline;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	margin-left: 4px;
	padding: 6px 5px 7px 30px;
	position: absolute;
	width: 162px;
	z-index: 999;
}

.cms-validation-message {
	background-color: transparent;
	background-image: url('/cmsmain/webroot/img/loading2.gif');
	background-position: 5px 1px;
	background-repeat: no-repeat;
	color: #000000;
	cursor: pointer;
	display: none;
	font-weight: normal;
	overflow: hidden;
	margin: 2px; /* IE6 fails on a transparent border */
	padding: 2px 5px 1px 5px;
	position: absolute;
	text-indent: 25px;
	vertical-align: middle;
	height: 10px;
	width: 10px;
}

.cms-validation-message:hover,
.cms-validation-message-hover {
	background-color: #eeeeee;
	border: 1px solid #0f0;
	cursor: auto;
	display: inline;
	height: auto;
	margin: 1px;	/* undo IE6 fix */
	padding-left: 25px;
	text-indent: 0;
	width: 120px;
	z-index: 999;
}

#cmsoverlay {
	background-color: #000;
	cursor: pointer;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 50;
}

/* Generic Pagination for manage tab
----------------------------------------------- */
#dpicms div.manage-pagination {
	background-color: #404348;
	font-size: 11px;
	padding: 10px;
	position: relative; /* fix for some problems in IE */
	width: 500px;
}

#dpicms div.cmscontentlevel3 div.manage-pagination {
	background-color: #53565B;
}

#dpicms div.manage-pagination-search img {
	cursor: pointer;
	vertical-align: middle;
}

#dpicms div.manage-pagination-search label {
	color: #999999;
}

#dpicms div.cmscontentlevel3 div.manage-pagination-search label {
	color: #DDD;
}

#dpicms div.manage-pagination-content {
	/*height: 257px;*/
	margin-top: 10px;
}

#dpicms div.manage-pagination-content ul {
	height:240px;
	margin: 0;
	padding: 0;
	width: 100%;
}

#dpicms div.manage-pagination-content ul li {
	background-color: #53565B;
	color: #CCCCCC;
	padding-left: 5px;
	line-height: 23px;
	list-style-type: none;
	list-style-position: outside;
	margin-bottom: 1px;
	height: 23px;
	position: relative;
}

#dpicms div.cmscontentlevel3 div.manage-pagination-content ul li {
	background-color: #6E6F73;
	color: #DDD;
}

#dpicms div.manage-pagination-content ul li img {
	cursor: pointer;
	position: absolute;
	right: 5px;
	top: 4px;
}

#dpicms div.manage-pagination div.loading {
	background-repeat: no-repeat;
	background-image: url('/cmsmain/webroot/img/loading_large.gif');
	background-position: 210px 90px;
}

#dpicms div.manage-pagination div.loading ul {
	visibility: hidden;
}

#dpicms  div.manage-pagination-links {
	height: 12px;
	margin-top: 5px;
	position: relative;
}

#dpicms div.manage-pagination-links span,
#dpicms div.manage-pagination-links div,
#dpicms div.manage-pagination-links a.next,
#dpicms div.manage-pagination-links a.prev {
	font-size: 10px;
	/*line-height: 21px;*/
	margin:0 5px 0 4px;
}

#dpicms div.manage-pagination-links a {
	color:#8C8F95;
	cursor:pointer;
	text-decoration:underline;
}

#dpicms div.manage-pagination-links span {
	color: #FE7B20;
}

#dpicms div.manage-pagination-links div.disabled {
	color: #8C8F95;
}

#dpicms div.manage-pagination-links div.numbers {
	text-align: center;
}

#dpicms div.manage-pagination-links div.prev,
#dpicms div.manage-pagination-links div.next,
#dpicms div.manage-pagination-links a.prev,
#dpicms div.manage-pagination-links a.next {
	margin:0 2px;
	position:absolute;
	top:0;
}

#dpicms div.manage-pagination-links div.next,
#dpicms div.manage-pagination-links a.next {
	right: 0;
}

#dpicms div.cmscontentlevel3 div.manage-pagination-links div.disabled,
#dpicms div.cmscontentlevel3 div.manage-pagination-links a {
	color: #CCC;
}
