

body { font-family: Helvetica, Arial, Verdana; }
h1 { margin: 0; font-size: 18px; }
table, th, tr, td { font-size: 11px; }
label { font-size: 12px; }
input.warn	{ border: 1px solid red; }
p.warn	{ color: red; font-weight: bold; }

.clear { clear:both; }
.clear-left { clear:left; }
.clear-right { clear:right; }

.w800 {
	width: 800px;
	margin: 0 auto;
}

.eform800 {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #B6B6B6;
	padding-bottom:4px;
	padding-top:4px;
	width:790px;
}

textarea.noTinyMCE {
	height: 100px;
}

#eblack_bar {
	background:transparent url(../images/black_bar.gif) repeat-x scroll 0 0;
	height:27px;
	line-height: 27px;
	vertical-align:middle;
	width:800px;
}

#eblack_bar th {
	background:transparent url(../images/black_bar.gif) repeat-x scroll 0 0;
	height:27px;
	color: #ffffff;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 0px 0px 5px;
}

.trow_c1 { background: #ffffff; }
.trow_c2 { background: #eeeeee; }

p  { margin-top: 10px; margin-bottom: 2px; }

.reorderDragClass { background-color: #DBDBDB; cursor: move; }
.reorderdragHandle {
	background-image: url(../images/reorder.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 18px;
	height: 15px; 
}

select.downloads_manager {
	border:1px solid #B6B6B6;
	width: 400px;
}

a.add_link {
	background: url(../images/add.png) no-repeat 0px center;
	text-decoration: none;
	padding-left: 25px;
	padding-top: 2px;
	padding-bottom: 2px;
}
a.add_link:hover { text-decoration: underline; }

a.remove_link {
	background: url(../images/remove.png) no-repeat 0px center;
	text-decoration: none;
	padding-left: 25px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: normal;
	font-size: 11px;
}
a.remove_link:hover { text-decoration: underline; }


