/* added for ELM */

.neutral #cmsedit td {
	background-image: none;
	border: 0px;
}

/* end added for ELM */


#cmsedit {
	padding: 2px;
	width: 99%;
}

#cmsedit h1.edit {
	padding: 0;
	margin: 4px 0 6px 0;
}

#cmsedit ul.tab-list {
	display: block;
	list-style-type: none;
	margin: 4px 0 2px 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: #000000;
}

#cmsedit ul.tab-list a {
	text-decoration: none;
}

#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: #eee;
	padding: 4px;
	clear: both;
}

#cmsedit div.section-view  {
	background-color: transparent;
}

#cmsedit div.delimt {
	border-bottom: 1px dotted #999;
}

#cmsedit div.section a {
	color: #9C0000;
}

#cmsedit table.cms-menu th {
	margin: 0px;
	padding: 6px 4px 0 0;
	text-align: left;
}

#cmsedit table.cms-menu td {
	padding: 2px 4px 2px 0;
	border-bottom: 1px solid #ccc;
}


#cmsedit .input-boxtext {
	padding-top: 3px;
}

#cmsedit .input-text-a, #cmsedit .input-text-b, #cmsedit .input-text-b2, #cmsedit .input-text-c, #cmsedit .input-text-d, #cmsedit .input-text-e {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;	
	background-color: #ffffff;
}

#cmsedit .input-text-a 
{	width: 35px; 
}

#cmsedit .input-text-b 
{	width: 150px; 
}

#cmsedit .input-text-b2
{	width: 290px; 
}

#cmsedit .input-text-c 
{	width: 350px; 
}

#cmsedit .input-text-d 
{	width: 400px; 
}

#cmsedit input.input-but {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;	
	background-color: #ffffff;
}

#cmsedit .input-warning {
	color: #950000;
}

.input-text-login {
	width: 150px;
}


