﻿fieldset {
	margin:0px 0px 10px 0px;
	padding:0px 5px 5px 5px;
}

@media screen, projection {
	fieldset {
		background:url(../../_data/image/decor/fieldset-bg.png) repeat-x;
	}
}

legend {
	font-size:9pt;
	font-weight:bold;
	color:#545f1d;
	background-color:inherit;
	padding:0px 3px 0px 3px;
	margin:0px 0px 5px 0px;
}

label  { padding:0; margin:0px 0px 0px 0px; }
input, option {
	padding:0;
	margin:2px 3px 0px 0px;
	color:#000000;
	background:inherit none;
	font-family:Arial, Sans-Serif;
	font-size:small;
	max-width:338px;
}

select, textarea {
	padding:0;
	margin:2px 3px 0px 0px;
	color:#000000;
	background-color:#ffffff;
	font-family:Arial, Sans-Serif;
	font-size:small;
}

textarea {
	width:338px;
}

.InternalEditor {
	clear:both;
	margin:8px 0px 0px 0px;
	padding:0;
	overflow-y:auto;
	background-color:#ffffff;
	border:solid 1px #abdebe;
}

.InternalEditorEmpty {
	clear:both;
	margin:8px 0px 0px 0px;
	padding:0;
	background-color:#e0e0e0;
	border:solid 1px #abdebe;
}

input:focus, .special_input:focus, input:active, .special_input:active { color:inherit; background:#efcd8f none; }
textarea:focus, select:focus, textarea:active, select:active { color:inherit; background:#efcd8f none; }

input:disabled, .special_input:disabled { color:inherit; background:#e0e0e0 none; border:none; }
textarea:disabled, select:disabled { color:inherit; background:#e0e0e0 none; border:none; }

.ReportControl {
	width:100%;
	margin:0px 0px 8px 0px;
	padding:0;
	border:solid 1px #000000;
}

.CaptchaRow {
	clear: both;
	margin:0;
	padding:1px 0px 0px 0px;
	letter-spacing:normal;
}

.HLCaptcha {
	float:left;
	margin:0px 10px 5px 0px;
	padding:0;
	width:180px;
}

.HRCaptcha {
	float:left;
	margin:0px 0px 5px 0px;
	padding:0;
	width:330px;
}

.HRCaptcha input { background-image:url("../images/_protected/shadeform.gif");border:solid 1px #b1b5be; }
.HRCaptcha input:focus { color:#000000; background:#efcd8f none; }

div.FormRow {
	clear:both;
	margin:0;
	padding:1px 0px 0px 0px;
}

div.FormRow div.FormLabel {
	color:#000000;
	background-color:inherit;
	float:left;
	width:140px;
	text-align:left;
	margin:0px 10px 0px 0px;
	padding:0;
}

div.FormRow div.FormField {
	float:left;
	width:358px;
	text-align:left;
	margin:0;
	padding:0;
}

div.FormRow div.FormField table {
	margin:0;
	padding:0;
	background-color:#e8e8e8;
}

div.FormRow div.FormField tr {
	margin:0;
	padding:0;
}

div.FormRow div.FormField td {
	margin:0px 10px 0px 0px;
	padding:0;
}

div.FormRow ul {
	margin:0;
	padding:0;
}

div.FormRow li {
	padding:0;
	margin:0;
	background-image:none;
}

.FormMandatory {
	font-weight:bold;
}

div.FormRowButton {
	clear:both;
	width:516px;
	margin:0;
	padding: 10px 0px 0px 0px;
}

div.FormRowButton ul {
	margin:0;
	padding:0;
}

div.FormRowButton li {
	float:left;
	list-style:none none;
	margin:0;
	padding:0;
}

.special_textarea { background-image:url("../../images/_protected/shadeform.gif");border:solid 1px #b1b5be; }
.special_input { background-image:url("../../images/_protected/shadeform.gif");border:solid 1px #b1b5be; }
.special_select { background-image:url("../../images/_protected/shadeform.gif");border:solid 1px #b1b5be; }

.input_text { text-align:left; color:inherit; background-color:#c0ffc0; border:solid 1px #e0e0e0 }
.input_num  { text-align:right; color:inherit; background-color:#c0ffc0; border:solid 1px #e0e0e0 }

.input_text_err { text-align:left; color:inherit; background-color:#ffc0c0; border:solid 1px #e0e0e0 }
.input_num_err  { text-align:right; color:inherit; background-color:#ffc0c0; border:solid 1px #e0e0e0 }


.t_header {background-color:Maroon; color:White; font-size:9pt; font-weight:bold; font-family:Arial, Sans-Serif; text-align:left; }
.t_row1 {color:inherit; background-color:#ffffff; font-family:Arial, Sans-Serif; }
.t_row2 {color:inherit; background-color:#e0e0e0; font-family:Arial, Sans-Serif; }

.ref {font-size:xx-small; }

/* DataGrid - Part 2 */
.grid {
	color:#000000;
	background-color:inherit;
}

.grid .columnlinks a {
	text-decoration:none;
	border-bottom:1px solid #E4E4E4;
	color:#637194;
	background-color:inherit;
	padding:1px 0;
	display:block;
}
.grid .columnlinks a:hover, .grid .columnlinks a:active, .grid .columnlinks a:focus {
	background-color:#C896C7;
	color:#cc0000;
}
.grid .columnlinks a:visited {
	color:#cc0000;
	background-color:inherit;
}

.grid table {
	border:solid 1px #ffffff;
}
.grid .pager {
	text-decoration:none;
	color:#cc0000;
	background-color:inherit;
	padding:1px 0;
	display:inline;
	font-weight:bold;
}
.grid .th_liste {
	color:#000000;
	background-color:#ffcc66;
	font-weight:bold;
	text-align:left;
}
.grid th {
	color:inherit;
	background-color:#C8C7B5;
	border-bottom:solid 1px #f1e4c2;
	text-align:left;
}
.grid .tr_selected {
	color:inherit;
	background-color:#ffff99;
}
.grid .tr_liste1 {
	color:inherit;
	background-color:#C8C7B5;
}
.grid .tr_liste2 {
	color:inherit;
	background-color:#f1e4c2;
}
.grid .td_liste1 {
}
.grid .td_liste2 {
}
.grid .orderText {
	margin:0; padding:0; line-height:10pt;color:#666666;background-color:inherit; font-size:7pt; font-family:Arial, Sans-Serif;
}
/* Pager */
.th_liste {
	color:#992137;
	background-color:inherit;
}

.th_liste a, .th_liste a:visited {
	color:#992137;
	background-color:inherit;
	text-decoration:none;
}

.th_liste a:hover, .th_liste a:active {
	color:#cb4427;
	background-color:inherit;
	text-decoration:none;
}

.SelLabel {
	width:150px;
	margin:0px 5px 3px 5px;

}

.SelList {
	width:150px;
	margin:0px 5px 3px 5px;

}

.SelList:active { color:inherit; background:#efcd8f none; }

.SelText {
	width :146px;
	margin:0px 5px 3px 5px;

}

.SelText:active { color:inherit; background:#efcd8f none; }
