@charset "utf-8";
/* CSS Document */
.processing {
	border: 1px solid #464646;
	background-color: #242424;
	color: #FFF;
	text-align: center;
	margin: 10px 0px;
	padding: 20px;	
}
.processing p {
	line-height: 1em;
	padding: 0px;
	margin: 10px;
}
form {
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 1em;
	display: block;
	padding-bottom: 20px;
}
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(css/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}
form ul li label {
	font-weight: bold;
	font-size: 1.1em;
	display: block;
	padding-bottom: 4px;
	color: #666;
}
form ul li label span {
	color: #F00;
	font-weight: bold;
	margin-left: 4px;
}
form ul li {
	padding: 10px 10px 16px 20px;
	overflow: auto;
	display: block;
	clear: left;
}
.focused {
	background-color: #c90026;
}
.focused label {
	color: #FF0;
}
.focused span {
	color: #FFF;
}
form ul li div {
	float: left;
}
/* Hack for IE6 to clear floats */
* html form ul li {
	height:1%; /* "haslyout" for IE6 & contains floats */
	overflow:visible; 
}
form ul li br {
	clear: left;
	display: block;
	margin: 0px 0px 6px 0px;
}
.error {
	background-color: #333;
}
p.errorMsg {
	clear: both;
	display: block;
	padding: 4px 0px 0px 0px;
	color: #FFF;
	font-style: italic;
}
form ul li div label {
	font-weight: normal;
	font-size: 0.9em;
	font-style: italic;
	padding-top: 2px;
	color: #FFF;
}
form ul li input, form ul li textarea, form ul li select {
	border-top:1px solid #7c7c7c;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #ddd;
	background:#fff url(css/bg_input.png) repeat-x top;
	font-family: inherit;
	font-size: 1.2em;
	padding: 4px;
	margin-right: 8px;
}
.text_max {
	width: 360px;
}
.text_medium {
	width: 172px;
}
.text_small {
	width: 50px;
}
form ul li textarea {
	height: 100px;
	padding: 4px;
}

/* BUTTONS */
form li.buttons {
}
.buttons a, .buttons button {
	display:block;
	float:left;
	margin:0 7px 0 0;
	background-color:#f5f5f5;
	border:1px solid #dedede;
	border-top:1px solid #eee;
	border-left:1px solid #eee;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 0.9em;
	line-height:130%;
	text-decoration:none;
	font-weight:bold;
	color:#565656;
	cursor:pointer;
	padding:5px 10px 6px 7px; /* Links */
}
.buttons button {
	width: auto;
	overflow:visible;
	padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type] {
	padding:5px 10px 5px 7px; /* Firefox */
	line-height:17px; /* Safari */
}
*:first-child+html button[type] {
	padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img {
	margin:0 3px -3px 0 !important;
	padding:0;
	border:none;
	width:16px;
	height:16px;
}
/* STANDARD */
button:hover, .buttons a:hover {
	background-color:#dff4ff;
	border:1px solid #c2e1ef;
	color:#336699;
}
.buttons a:active {
	background-color:#6299c5;
	border:1px solid #6299c5;
	color:#fff;
}
/* POSITIVE */
button.positive, .buttons a.positive {
	color:#529214;
}
.buttons a.positive:hover, button.positive:hover {
	background-color:#E6EFC2;
	border:1px solid #C6D880;
	color:#529214;
}
.buttons a.positive:active {
	background-color:#529214;
	border:1px solid #529214;
	color:#fff;
}
/* NEGATIVE */
.buttons a.negative, button.negative {
	color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover {
	background:#fbe3e4;
	border:1px solid #fbc2c4;
	color:#d12f19;
}
.buttons a.negative:active {
	background-color:#d12f19;
	border:1px solid #d12f19;
	color:#fff;
}