@charset "utf-8";

/* DEFAULT CLASSES AND ID'S */

div.error, div.success { text-align:center; font-size:16px; color:#ffffff; font-style:italic }

div.header {
	color:#ffffff;
	background-color:transparent;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	border-bottom:1px solid #ffffff;
	font-size:20px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	clear:both;
	overflow:auto;
	margin-bottom:5px;
	}
div.label {
	clear:left;
	float: left;
	width:150px;
	display:block;
	line-height:25px;
	vertical-align: middle;
	margin-right:20px;
	}
div.field {
	float:left;
	width:400px;
	display: block;
	line-height:25px;
	padding: 0px;
	vertical-align: middle;
	}
div.field input.text {
	border:1px solid #6A9963;
	width:198px;
	}

table.lists {
	color:#ffffff;
}

table.lists tr.header {
	color:#ffffff;
	background-color:transparent;
	border-bottom:1px solid #ffffff;
	font-size:20px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}

table.lists tr.header th {
	border-left:0px;
	border-right:0px;
	border-top:0px;
	border-bottom:1px solid #ffffff;
}

table.lists tr.header th.id {
	border-left:0px;
}
table.lists tr.header th.manage {
	width:150px;
	border-right:0px;
}
