
/*<group=Styling>*/

form,form table,form table tr,form table tr td {
	background: transparent none !important;
	margin:0 !important;
	border-style: none!important;
}


.FormHead {

}

.GroupName {
	font-weight: bold;
	font-size: 12px;
	width: 320px;
	float: left;
	margin: 20px 0 10px;
	display: inline;
	padding: 5px 0;
	position: relative;
}

.Alert {
	border: double #8c1012 3px;
	padding: 10px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}

.Confirmed {
	font-weight: bold;
	color: #a8df0a;
	font-size: 12px;
	line-height: 25px;
}

.FreigabeMessage {
	text-align: center;
	color: #a8df0a;
	font-size: 12px;
	line-height: 35px;
	font-weight: bold;
	padding-left: 12px;
}

.Delete a {
	font-weight: bold;
	color: #8b0011;
	font-size: 10px;
	line-height: 35px;
	margin: 0;
	padding: 0 10px;
}

.InsertNew {
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px;
}

.Freigabe {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.Logo {
	margin-left: 0;
	padding-left: 0;
}

.Logo img {
	margin-bottom: 10px;
	margin-top: 10px;
}

	
/*</group>*/

/*<group=Rows>*/

/* clear: both to clear solve float in float issue  */
.RowsContainer {
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 30px 0 0;
	background: #fcfcfc;
	border-top: 3px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	width: 420px;
	clear: both;
}



.Rows {

}

.Rows ol li {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}




.RowsContainer ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: repeat-x left top url(../images/rowbgdark.png);
	height: 21px;
}

.RowsContainer ul {
	margin: 0;
	padding: 0;
}

.RowsContainer ul a {
	line-height: 21px !important;
	border-style: none !important;
	text-decoration: none !important;
	background: transparent none !important;
	color: black !important;
}






.RowsContainer .ItemDisplay {
	float: left;
	height: 21px;
	width: 250px;
}

.RowsContainer .ItemAdministration {
	float: right;
	height: 21px;
	width: 160px;
}



.RowsContainer .ItemDisplay a {
	background: no-repeat 3px center  url(../images/bulletpointarrow.png) !important;
	padding-left: 18px;
	padding-right: 0px;
}


.RowsContainer .ItemAdministration a.Edit {
	background: no-repeat left center url(../images/iconedit.png) !important;
	padding-left: 20px;
	padding-right: 7px;
	color: black !important;
}

.RowsContainer .ItemAdministration a.Delete {
	background: no-repeat left center url(../images/icondelete.png) !important;
	padding-left: 20px;
	padding-right: 5px;
	color: #8b0011 !important;
}




.Rows h1 {
	border: 0;
	
	font-weight: bold;
	font-size: 12px;
	width: 150px;
	line-height: 24px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 0;
	margin-bottom: 10px;
	padding-left: 5px;
}








	
/*</group>*/


/*<group=Fonts>*/

form, input, select, textarea {
	/* Specify same font values to overwrite browser defaults */	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12;
	padding: 0;
	margin: 0;
}
	
#FormUpdate form {
	/* This global style can be replaced by targeting a specific ID, like frmContact */	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;

}	


.frmInput,textarea {
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;

}



	
/*</group>*/

/* Thanks Javer ! (http://www.javier-julio.com)    */


#UpdateForm {
	float: left;
	margin-bottom: 40px;
}



label {
	cursor: pointer;
	margin: 0;
	padding: 0;
	font-size: 10px;
}


fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

.frmRow {
	clear: both;
	margin: 0!important;
	padding: 0!important;

}

* html .frmRow {
	padding: 3px 0 0 0;
}

/* IE Fix */.frmButtons,.Freigabe {
	clear: both;
	margin: 0;
	text-align: center;
	padding: 20px 0 0 5px;
}



.frmName {
	float: left;
	line-height: 1em;
	text-align: left;
	width: 200px;
	padding: 0;
}

.frmField {
	float: right;
	padding: 0;
	text-align: left;
	width: 200px;
}

.frmName,.frmField {
	margin: 10px 0 0;
}

.frmField label {
	padding: 0 10px 0 0;
}

.frmInput {
	width: 180px;
}

.frmInputpass {
	width: 70px!Important;
}



textarea {

	width: 280px;
}


.FormUpdateSubmit input {
	text-align: center;
	margin-top: 15px;
}











/* just for ie */

.frmInput {
	_padding: 2px!important; 
}











