@CHARSET "UTF-8";

body {
	color: #000;
	text-align: left;
}

.handCursor {
	cursor: pointer;
}

.actionLabel {
	cursor: pointer;
	text-decoration: underline;
	color: #63AD0C; 
}

/*
.dr-pnl {
	border: none;
	padding: 0px;
}
.dr-pnl-h {
	color: #FFF;
	font-weight: bold;
	border: none;
	background: #353535 none;
	padding: 5px;
}

.dr-pnl-b {
	background-color: #DADADA;
	padding: 10px;
}
*/

label {
	font-weight:bold;
}

input.title {
	font-size:1.5em;
}

input.text, input.textdate {
	font-size: 13px;	
}

input.text, input.title, input.shortText, input.error, input.textdate {
	background:#EEEEEE none repeat scroll 0%;
	border:1px solid #BBB;
	padding:5px;
}

input.textdate {
	margin:0.5em 0.5em 0.5em 0pt;
	width:100px;
}

input.text, input.title, input.error {
	margin:0.5em 0.5em 0.5em 0pt;
	width:300px;
}

input.error {
	background:#FBE3E4 none repeat scroll 0%;
	border-color:#FBC2C4;
	color:#D12F19;
}

input.shortText {
	width:80px;
}

textarea.text {
	background:#EEEEEE none repeat scroll 0%;
	border:1px solid #BBBBBB;
	padding:5px;
	margin:0.5em 0.5em 0.5em 0pt;
	font-size: 13px;
}

input[type='image'] {
	border: 0px none;
}

.success {
	background:#E6EFC2 none repeat scroll 0%;
	border-color:#C6D880;
	color:#529214;
}

.error {
	background:#FBE3E4 none repeat scroll 0%;
	border-color:#FBC2C4;
	color:#D12F19;
}

.error, .notice, .success {
	border:2px solid #DDDDDD;
	margin-bottom:1em;
	padding:0.8em;
}

.errorMessage {
	color: #F00;
}

/*
 * Buttons
 */

.buttonRow {
    position: absolute;
    top: 4px;
    left: 84%;
}

.button {
    float: left;
    margin-left: 3px;
}
