/* $Id: cms.css 16399 2010-05-27 07:48:39Z lj $ */

#cmsedit {
	padding: 0px;
}

#cmsedit h1.edit {
	padding: 0;
	margin: 4px 0 6px 0;
	text-transform: uppercase;
}

#cmsedit ul.tab-list {
	display: inline;
	list-style-type: none;
	margin: 4px 0 0 0;
	padding: 0;
}

#cmsedit ul.tab-list li {
	display: inline;
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 4px;
	color: #333;
	font-weight: normal;
}

#cmsedit div.section-start {
	border-bottom: 1px solid #999;
}

#cmsedit div.section, #cmsedit div.section-view {
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	background-color: transparent;
	color: #333;
	padding: 4px;
	clear: both;
	margin: 0;
}

#cmsedit-inline {
	background: #fff;
}

#cmsedit div.section-view  {
	background: transparent;
}

#cmsedit div.section-start, #tab-list {
	width: 650px;
}
#home #cmsedit div.section-start, #home  #tab-list, #listview #cmsedit div.section-start, #listview  #tab-list, #overview #cmsedit div.section-start, #overview  #tab-list {
	width: 950px;
}

p#tab-list {
	line-height: 20px;
	text-transform: uppercase;
}

.section-action {
	margin: 5px 0px 10px 0px;
	text-transform: uppercase;
}

.section {
	width: 640px;
}
#home .section, #listview .section, #overview .section {
	width: 940px;
}

.section p {
	margin: 5px 0 10px 0;
	line-height: 14px;
}

#newsletter2 .section p {
	margin: 0px;
}

.section p b, .section p a.edit-link {
	display: block;
	margin: 0px;
	text-transform: uppercase;
}

#cmsedit div.delimt {
	border-bottom: 1px dotted #999;
}

#cmsedit table.cms-menu {
	width: 100%;
}

#cmsedit table.cms-menu th {
	margin: 0px;
	padding: 6px 4px 4px 4px;
	text-align: left;
}


#cmsedit table.cms-menu td {
	padding: 4px;
	border-bottom: 1px solid #ccc;
}

#cmsedit table.cms-menu tr.line {
	background: #eee;
}

#cmsedit .input-boxtext {
	padding-top: 3px;
	color: #333;
}

#cmsedit .input-text-a 
{	width: 35px;
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 1px;
}

#cmsedit .input-text-b 
{	width: 150px; 
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 1px;
}

#cmsedit .input-text-c 
{	width: 350px; 
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 1px;
}

#cmsedit .input-text-d 
{	width: 400px; 
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 1px;
}

#cmsedit input.input-but {
	background: #ffffff;
}

#cmsedit .input-warning {
	color: #950000;
}

#cmsedit .iframe-editor {
	width: 350px;
	height: 20px;
}

#cmsedit .iframe-editor-x {
	width: 350px;
	height: 100px;
	
}

#cmsedit .cms-fieldset {
	display: block;
	margin-top: 10px;
	padding: 3px 7px;
	padding-bottom: 0px;
	border: 1px solid #999999;
}

#cmsedit .cms-fieldset .fieldset-wrapper {
	padding-bottom: 25px;
}

#cmsedit .cms-legend {
	padding-left: 6px;
	padding-right: 6px;
	color: #333;
	font-size: 15px;
	font-weight: bold;
}

#cmsedit fieldset.collapsible legend a {
	padding-left: 15px;
	background-image: url(../images/expanded.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

#cmsedit fieldset.collapsed legend a {
	background-image: url(../images/collapsed.gif);
}

#cmsedit fieldset.collapsed {
	border: 0px;
	border-top: 1px solid #999999;
}

#cmsedit .cms-edit-item {
	padding: 5px 0;
}

#cmsedit .dim, #cmsedit .dim a {
	color: #999;
}

/* Autocomplete styles */
.form-autocomplete {
	background: url(../images/icons/search.gif) 99% 50% no-repeat;
	width: 350px;
	border: 1px;
}
#autocomplete {
	position: absolute;
	border: 1px;
	overflow: hidden;
	text-align: left;
}
#autocomplete ul {
	width: 350px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#autocomplete li {
	background: #fff;
	color: #000;
	white-space: pre;
	padding: 2px 0;
	cursor: default;
}
#autocomplete li.selected {
	background: #900;
	color: #fff;
}
#autocomplete span.match {
	font-weight: bold;
}

#cmsedit .colorpicker img {
	padding: 0 4px;
	margin-bottom: -3px;
	cursor: pointer;
}

.debug {
	background-color:black;
	color:white;
	z-index:9999999;
}