/* CSS Document */
/*
	version 09 March 2007
	jeffrey barke
*/
/* forms
------------------------------------------------------------------*/
form {
	position: relative;
}
form fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
form fieldset h2,
form fieldset legend {
	display: block;
	margin-bottom: 2em;
}
form fieldset label, 
form fieldset input, 
form fieldset select, 
form fieldset textarea {
	display: block;
	float: left;
	margin-bottom: 1em;
}
form fieldset label {
	text-align: right;
	width: 150px;
	padding-top: 5px;
	padding-right: 20px;
}
form fieldset fieldset {
	float: left;
	margin-bottom: 1em;
}
form fieldset fieldset label,
form fieldset fieldset input {
	display: inline;
	float: none;
}
form fieldset br {
	clear: left;
}
.text:active, .text:focus, .textactive {
	background-color: #FFFFFF;
	border-bottom: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}
.text {
	width: 265px;
	background-color: #EBEBEB;
	border-top: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.checkboxes {
	list-style-type: none;
	width: 550px;
	margin: 0;
	padding: 0;
}
.checkboxes li {
	float: left;
	width: 250px;
	height: 30px;
	vertical-align: middle;
}
.checkboxes li input {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	background-color: #EBEBEB;
	border-top: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
form span.note {
	position: relative;
	top: -1em;
	margin: 0 0 1em 170px;
	font-style: italic;
}
.message {
	color: #2B88AA;
}
.required, .error {
	color: #FF0000;
}
span.error {
	display: block;
	clear: left;
	margin-left: 170px;
}
input.error, select.error, textarea.error {
	border: 1px solid #FF0000;
}
.errorIndicator {
	float: left;
	margin-right: 10px;
}
.button {
	clear: both;
	margin: 1em 0 0 169px;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #000000;
	background-image: url(/admin/waiting.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
/* forms
------------------------------------------------------------------*/
form.inplaceeditor-form { /* The form */
	position: relative;
	display: inline;
	margin: 0 0 0 0;
	padding: 0;
}
form.inplaceeditor-form input[type="text"] { /* Input box */
	display: inline;
	margin: 0;
	padding: 0;
}
form.inplaceeditor-form textarea { /* Textarea, if multiple columns */
}
form.inplaceeditor-form input[type="submit"] { /* The submit button */
	margin-left: 1em;
}
form.inplaceeditor-form a { /* The cancel link */
	margin-left: 1em;
}
.inplaceeditor-saving { 
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #666666;
	background-image: url(waiting.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
/* tables
------------------------------------------------------------------*/
.table_data { background-color: #FFFFFF; }