* {
	font-size : 12px;
	font-family : Arial;
	font-style : normal;
}
table.error {
	width: 100%;
}
table.error td {
	padding:5px;
	background-color: #F2DEDE;
	font-weight: bold;
	text-align: left;
}
table.dialog {
	width: 500px;
	cell-spacing: 0;
	background-color : #FBD5A9;
	color: #000000;
	font-weight: normal;
}

table.popupdialog {
	cell-spacing: 0;
	background-color : #FBD5A9;
}

table.tableHead {
	font-weight : bold;
	color : #FFFFFF;
	text-decoration : none;
	background-color : #EE9130;
}
td.tableHead {
	padding: 3px;
}
table.dataTableText{
	background-color : #EE9130;
}
th.dataTableText {
	font-weight : bold;
	color : Black;
	text-decoration : none;
	background-color : #FBD5A9;
	text-align: left;
	padding: 3px;
	font-size: 12px;
	/* Warum diese Width angabe? Macht Design fehler im IE. twe.
	width: 200px;*/
}
th.dataTableTextCB {
	text-align: left;
	font-weight : normal;
	padding: 3px;
}
td.dataTableText, td.dataTableTextCB {
	width: 600px;
	padding: 3px;
	font-size : 12px;
}
span.dataTableText {
	font-size : 12px;
	font-family : Arial;
	font-style : normal;
	font-weight : normal;
	color : Black;
	vertical-align: top;
}
textarea.dataTableText {
	background-color: white;
}
a.button {
	font-weight : bold;
	color : Black;
	text-decoration : none;
	background-color : #FBD5A9;
	border: 1px solid black;
	padding: 3px 3px 3px 3px;
	display: block;
}

a.actionLink {
	text-decoration: none;
}
p.todo {
	background-color: red;
}

.hinweis {
	font-weight: bold;
	color: red;
}
select {
	vertical-align: middle;
}


/** +++++++++++++++++++++++++++++++++++ Tabs +++++++++++++++++++++++++++++++++ **/

table.tabbox, th.tabbox, td.tabbox {
	border: none;
	/*background-color: #F2F4F2;*/
}

th.tabbox {
	vertical-align: bottom;
	padding: 0px 0px 0px 0px;
	text-align: left;
	background-color: white;
}

td.tabbox {
	/*background-color: #F2F4F2;*/
	padding: 5px 0px 5px 5px;
}

.EditTabMain {
	/*BACKGROUND-COLOR: #F2F4F2;*/
}
.ongletTextEna, .ongletTextDis, .ongletTextErr {
	BORDER-RIGHT: #000000 1px solid;
	BORDER-TOP: #000000 1px solid;
	BORDER-LEFT: #000000 1px solid;
	BORDER-BOTTOM: 0px none;
	FONT-WEIGHT: bold;
	COLOR: black;
	background-color: #FBD5A9;
	TEXT-ALIGN: left;
	padding-left: 5px;
}

.ongletTextDis, .ongletTextErr, a.ongletTextDis {
	BACKGROUND-COLOR: #DCDCDC;/*#EFF8EB;*/
	FONT-WEIGHT: normal;
	BORDER-RIGHT: 1px solid black;
	BORDER-LEFT: 1px solid black;
	BORDER-BOTTOM: #000000 1px solid;
	COLOR: #000000; 
	font-size: 12px;
}

.ongletTextErr_oldstyle {
	COLOR: #FFFFFF; 
	BACKGROUND-COLOR: #ED4F50;
}

.ongletTextErr {
	color: red;
	font-weight: bold;
}

.ongletMiddle {
	FONT-SIZE: 1px; 
	BACKGROUND-COLOR: #FBD5A9;/*#EFF8EB;*/
	border-left: 1px solid black;
	border-right: 1px solid black;
}

.ongletSpace {
	BORDER-BOTTOM: #000000 1px solid;
}

.clsAction {
	width: 100%;
	background-color: #FBD5A9;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

/** +++++++++++++++++++++++++++++++++++ ~Tabs +++++++++++++++++++++++++++++++++ **/


/** +++++++++++++++++++++++++++++++++++ Infolink im View (Schiri) +++++++++++++++++++++++++++++++++ **/

a.infolink {
	text-decoration: none;
	color: black;
}

a.infolinkred {
	text-decoration: none;
	color: red;
}

a.infolink:hover {
	text-decoration: underline;
}

/** +++++++++++++++++++++++++++++++++++ ~ Infolink im View (Schiri) +++++++++++++++++++++++++++++++++ **/

/* Kontaktverwaltung */
fieldset.person {
	border: 1px solid black;
	padding: 5px;
}
fieldset.person * span.person {
	font-size: 16px;
	font-weight: bold;
	margin-right: 3px;
	color: #0046D5;
}
fieldset.person * td.label {
	font-weight: bold;
	width: 40%;
}
fieldset.person * td.data {
	width: 60%;
}
fieldset.person * td.label2 {
	font-weight: bold;
	width: 20%;
}
fieldset.person * td.data2 {
	width: 80%;
}
td.property {
	color: #000;
}
.propertyerror, div.propertyerror {
	color: red;
	padding-left: 8px;
	font-weight: bold;
	font-size: 12px;
}

div.propertyerror {
	padding-left: 2px;
	font-size: 12px;
}

.propertyRed {
	color:red;	
}

a.infolinkred {
	text-decoration: none;
	color: red;
}

.maxWidth {
	width: 100%;
}
legend.edit {
	font-size: 14px;
	font-weight: bold;
}
td.ERROR input {
	float: left;
}
th.W150 {
	width: 150px;
}