/**
 * @author Thomas Rahlf
 * @copyright fresh frames GmbH & Co. KG 2007 - 2008
 * @version  $Id: style.css 69 2008-09-22 16:14:12Z thomas $
 */
.big select {
    width:250px;
}

input:focus,
textarea:focus,
select:focus {
	background:#FFCC99;
	color:#333333;
}

input:disabled,
textarea:disabled,
select:disabled {
	background:#fafafa;
	color:#333;
}

input[type=text],
textarea {
	border:1px solid #666;
	margin:1px 0;
}
input[type=text]:focus,
textarea:focus {
	border-color:#000;
}

.date_select_shorter {
	width:20px;
}
.date_select_short {
	width:40px;
}

.search_suggest {
	border:1px solid #666666;
	width:140px;
}
.suggest_link {
}
.suggest_link_over {
	background-color:#FFCC99;
	color:#333333;
}
span.error,
span.report,
span.alert {
	font-weight:bold;
	display:block;
	margin-bottom:5px;
}
.error {
	color:#FF0000;
}
.alert {
	color:#FF9900;
}
.report {
	color:#00CC00;
}

.formularcontent { 
	border: 1 #333333 solid; 
	background-color: #FFFFFF
}

.button {
	border:1px solid #666;
	background-color:#666;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	padding:3px;
}

.textarea {
	width:303px;
	height:200px;
}

a.orange {
	color:#FC0402;
}

.wideTextarea {
	width:300px;
	height:150px;
}
.user_deactive {
	text-decoration:line-through;
}
.user_admin {
	font-style:oblique;
}




.rowa {
	/*background:url(../bilder/bg_caro_line.gif);*/
	background:#f0f0f0;
}

.rowb, 
.rowend {
	/*background:url(../bilder/bg_white_line.gif);*/
}
.rowstart {
	text-align:left;
}
.buttons {
	text-align:right;
}
.rowend {
	text-align:center;
}
.rowa, 
.rowb, 
.rowend {
	height:25px;
	border-bottom:1px solid #666;
}




.clr {
	clear:both;
}


div.notice,
div.warning,
div.error,
div.contentBox {
	color:#555;
	font:  normal 11px/1.5em Verdana, Arial, Helvetica, sans-serif;
	clear: both;
	margin:2px;
	margin-bottom: 5px;
	
	/*margin: 3px 0 5px 8px;*/
	/*width: 300px;
	width: 100%;*/
	background-color:#f9f9f9;
	/*background-image:url(../bilder/bg_tabgroup_tabbody.png);*/
	background-position:center top;
	background-repeat:repeat-x;
	border-color:#D5D5D5;
	border-style:solid;
	border-width:1px;
	clear:both;
	padding:0.8em 0.7em 1em 1em;
}
	div.notice td,
	div.warning td,
	div.error td,
	div.contentBox td {
		color:#555;
		font:  normal 11px/1.5em Verdana, Arial, Helvetica, sans-serif;
	}
	div.error div.topic,
	div.warning div.topic,
	div.notice div.topic,
	div.contentBox div.topic {
		color: #000000;
		clear: both;
		font-weight: bold;
		float:left;
	}
	div.notice div.close,
	div.warning div.close,
	div.error div.close {
		cursor:pointer;
		float:right;
		font-size:12px;
		font-weight:bold;
	}			
	div.notice {
		background-color:#cfc;
	}
			div.notice div.msg {
				color: #000000;
				clear: both;
				background: url(../bilder/accept.png) top left no-repeat;
				behavior:url("iepngfix.htc");
				padding: 0 0 0 20px;
			}
	div.warning {
		background-color:#ffe9cd;
	}
			div.warning div.msg {
				color: #000000;
				clear: both;
				background: url(../bilder/warning.png) top left no-repeat;
				behavior:url("iepngfix.htc");
				padding: 0 0 0 20px;
				width:70%;
			}
			div.warning .rowa {
				background:#fff5e9;
			}
	div.error {
		background-color:#ffe0e0;
	}
			div.error div.msg {
				color: #000000;
				clear: both;
				background: url(../bilder/cross.png) top left no-repeat;
				behavior:url("iepngfix.htc");
				padding: 0 0 0 20px;
			}
	div.contentBox {		
	}
			div.contentBox div.msg {
				color: #666;
				clear: both;
				background: url(../bilder/notice.png) top left no-repeat;
				behavior:url("iepngfix.htc");
				padding: 0 0 0 20px;
			}
			
			
.form .adminOnly textarea,
.form .adminOnly input,
input.adminOnly,
textarea.adminOnly {
	/*background-color:#f5d6d6;*/
}