/* @override http://etc.site/styles/admin.css */

body #wrapper
{
	background-color:#0E2A61;
	background-image:url(../images/ground.png);
	background-position:-2px -5px;
	background-repeat:repeat-y;
}

form {
	margin: 15px 0;

}

fieldset {
	margin-bottom: 15px;
	padding: 15px;
	border: 1px solid #000;
	width: 500px;
	color: #000;
}
fieldset.odd {
	background-color: #4691A8;
}
form label {
	display:block;
	float:left;
	font-size:13px;
	font-weight:normal;
	height:20px;
	line-height:20px;
	margin-bottom:2px;
	margin-right:8px;
	overflow:hidden;
	white-space:nowrap;
	width:150px;
}

	form label.required
	{
		font-weight: bold;
	}

	form label.invalid
	{
		font-weight: bold;
		color: Red;
	}

form input, form textarea, form select {
	margin-bottom:8px;
	vertical-align:middle;
	max-width:340px;
}

form button
{
	background: silver;
	padding: 4px;
	color: black;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
}

	form button em
	{
		font-style: normal;
		text-decoration: underline;
	}

	form button.default
	{
		background: Orange;
	}
	
	form button.warning
	{
		background: Red;
		color: white;
	}


#main {
	padding-right: 68px;
	padding-left: 15px;
	width: 533px;
}

a.highlight 
{
	background-color: #ff0;
}

h2.warning
{
	color: red;
}

h2.flash
{
	color: green;
}

#datalist
{
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
/*	max-height: 300px;
	overflow: auto; */
}

	#datalist li
	{
		display: block;
		padding: 3px;
		padding-right: 4px;
		width: 210px;
		float: left;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

		#datalist li a
		{
			text-decoration: none;
		}

#main p#adminmenu{
	border-bottom:1px solid #EB6808;
	font-size:12px;
	padding:3px 0;
	color: #EB6808;
}

#main p#adminmenu a{
	/*background-color:#FFFFFF;*/
	color:#fff;
	text-decoration:none;
}

#main p#adminmenu a:hover{
	color: #EB6808;
}

.tabbed-pane{
	margin-bottom: 15px
}

.tabbed-pane ul li.current a {
	font-size: 12px;
	line-height: 16px;
}

#padding p a{
	color: #FFF;
	background: #000;
	text-decoration: none;
	padding: 5px;
}

#padding p a:hover{
	background: gray;
}

#padding p a.inline {
	background: none;
	color: #EB6808;
	padding: 0;
}

ul li ul li a:link, ul li ul li a:visited{
	color: #000;
	text-decoration: none;
	font-size:12px;
	line-height: 18px;
}

#padding ul li a:link, #padding ul li a:visited{
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;	
}

#padding ul li a{
	color: #fff;
}

#padding ul li a:hover{
	color: #EB6808;
}

#padding ul.tabbed-menu li a:hover{
	color: #FFF;
}

label.check-box {
	width: auto;
	clear:both;
}

.export label.check-box {
	width: 200px;
}

dt
{
	display:block;
	width: 170px;
	float: left;
	line-height: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size:13px;
	font-weight: bold;
}

dd
{
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 8px;
	padding-left: 160px;
}

#padding p{
	padding: 5px;
}

#footer {
	margin-top: 25px;
}