﻿fieldset {
	width:512px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 5px;
}

Legend {
	font-size: 11pt;
	font-weight: bold;
/*
	color: #485b9e;
	background-color:inherit;
	padding:0;
	margin: 0px 0px 5px 0px;
*/
}

textarea {
	width:380px;
}

div.FormRow {
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 0px 0px;
}

div.FormRow span.FormLabel {
	color: #000000;
	background-color:inherit;
	float: left;
	width: 100px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.FormRow span.FormField {
	float: left;
	width: 200px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.FormMandatory {
	font-weight: bold;
}

.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 li {
	list-style-type: none;
	padding: 1px 0;
	margin: 0 0 0 -20px;
}
.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;

}

.SelText {
	width :146px;
	margin:0px 5px 3px 5px;

}

.SelText:active { color:inherit; background: #efcd8f none; }
