
.singleline_smaller{
	width: 100px !important;
}
.bg_shadow{
	background-color: #fff;	
}

input,select,textarea {
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:3px;
}

input.singleline_extrasmall
{
	border:1px solid #606060;
	width:30px;
}

input.singleline_small
{
	border:1px solid #606060;
	width:100px;
	height: 18px;
	line-height: 16px;
}

input.singleline_smallmedium
{
	border:1px solid #606060;
	width:180px;
}

input.singleline_label
{
	border:1px solid #606060;
	width:100px;
	position:relative;
	top:-5px;
	width:120px;
}

input.singleline_medium 
{
	border-left:1px solid #c8c8c8;
	border-top:1px solid #c8c8c8;
	border-bottom:1px solid #606060;
	border-right:1px solid #606060;
	width:200px;
}
input.singleline_normal_small 
{
	border-left:1px solid #c8c8c8;
	border-top:1px solid #c8c8c8;
	border-bottom:1px solid #606060;
	border-right:1px solid #606060;
	width:200px;
	height: 22px;
}

input.singleline_large
{
	border:1px solid #606060;
	width:460px;
}

select.singleline_medium 
{
	border:1px solid #606060;
	width:210px;
}

textarea.multiline_medium
{
	border:1px solid #606060;
	width:200px;
	height:50px;
}

textarea.multiline_large
{
	border:1px solid #606060;
	width:460px;
	height:100px;
}

textarea.multiline_full
{
	border:1px solid #606060;
	width:500px;
	height:100px;
}

span.singleline_medium 
{
	width:150px;
	display:inline-block;
}

.center {
	text-align:center;
}

input.button {
	font-size:90%;
	border:none;
	width:auto;
	color:#FFF;
	cursor:pointer;
	background:#f9f9f9;
	letter-spacing:1px;
}

.validator 
{
	color:#3f3f40;
	vertical-align:middle;
	padding-left:8px;
	padding-right:8px;
	font-weight:bold;
}

ul.list 
{
	list-style-type:square;
}

ul.form 
{
	border:1px solid #606060;
	width:600px;
	padding:15px;
	list-style:none;
}

ul.form li
{
	height:33px;
}

ul.form li.bigrow
{
	height:90px;
}

ul.form li .label
{
	float:left;
	width:150px;
	color:#3f3f40;
	text-align:left;
	font-size:100%;
	font-weight:bold;
	padding:3px;
	height:27px;
}


ul.form_small
{
	border:1px solid #606060;
	width:450px;
	padding:15px;
	list-style:none;
}

ul.form_small li
{
	height:33px;
}

ul.form_small li.bigrow
{
	height:90px;
}

ul.form_small li .label
{
	float:left;
	width:150px;
	color:#3f3f40;
	text-align:left;
	font-size:100%;
	font-weight:bold;
	padding:3px;
	height:27px;
}

ul.listnoicon
{
	padding:0px;
	margin:0px;
	list-style:none;
}

img.user_image
{
	border: solid 1px #6593CF;
}

.rad_datepicker 
{
	width:90px !important;
	height:30px !important;
}
.rad_texttiny
{
	width:20px !important;
	border:1px solid #606060 !important;
}
.rad_textsmall
{
	width:30px !important;
	border:1px solid #606060 !important;
}
.rad_textmedium
{
	width:100px !important;
	border:1px solid #606060 !important;
}
.rad_textlarge
{
	width:100px !important;
	border:1px solid #606060 !important;
}
.rad_textpanel 
{
	height:30px;
}

table.wizard
{
	width:400px;
	border: solid 1px #6593CF;
	border-collapse:collapse;
}

table.standard
{
	width:90%;
	border: solid 1px #606060;
	border-collapse:collapse;
}
table.wide{
	border: solid 0px #606060;
	margin: 0 -1em 0 -1em;
	border-collapse:collapse;
	background-color: #eee;
 }
 table.wide tr{
 	border: none;
}

table.standardfit
{
	border: solid 1px #606060;
	border-collapse:collapse;
}

td
{
	vertical-align:top;
}

.table_row td,
.table_rowalternate td,
.table_header td
{
	padding: 6px 5px 0px 5px;
	border: solid 1px #9a9a9a;
}

.table_header td a
{
	text-decoration:underline;
	color:#606060;
}

.table_headerbox td
{
	padding: 2px 5px 2px 5px;
	border: solid 1px #606060;
}

.table_headerbox td a
{
	text-decoration:underline;
	color:#606060;
}


.table_column 
{
	padding: 2px 5px 2px 5px;
	border: solid 1px #606060;
}

.table_toolbar 
{
	padding-top: 4px;
	color:#606060;
	font-weight:bold;
	height:25px;
	background-image: url(/images/buttons/toolbar_bg.gif);
	background-color: #f9f9f9;
	background-repeat: repeat-x;
	background-position: bottom;
	
}

.table_header
{
	color:#606060;
	font-weight:bold;
	height:25px;
	/*background-image: url(/images/zebra/bg_headline2.gif);*/
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #f9f9f9;
}

.table_headerbox
{
	color:#3f3f40;
	font-weight:bold;
	height:25px;
	background-color:#f9f9f9;
}
.table_accept{
	color:#3f3f40;
	font-weight:normal;
	height:25px;
	background-color:#f9f9f9;
	padding: 5px;
	margin-top: 10px;
}

.table_wizardcontent 
{
	height:400px;
	vertical-align:top;
	padding: 2px 5px 2px 5px;
	border: solid 1px #606060;
}

.table_row
{
	background-color:#FFFFFF;
}

.table_rowalternate
{
	background-color:#FFFFFF;
}

table.formular 
{
		width:90%;

	display:inline-block;
}

table.formularfixed
{
	width: 650px;
	display:inline-block;
}

table.formular tr td.label,
table.formularfixed tr td.label
{
	vertical-align:top;
	border: 0px;
	padding: 5px 2px 2px 2px;
}

table.formular tr td.labelsmall,
table.formularfixed tr td.labelsmall
{
	vertical-align:top;
	width:100px;
	border: 0px;
	padding: 5px 2px 2px 2px;
}

table.formular tr td.labelmedium,
table.formularfixed tr td.labelmedium
{
	vertical-align:top;
	width: 150px;
	border: 0px;
	padding: 5px 2px 2px 2px;
}

table.formular tr td.labellarge,
table.formularfixed tr td.labellarge
{
	vertical-align:top;
	width: 200px;
	border: 0px;
	padding: 5px 2px 2px 2px;
}

table.formular tr td.data,
table.formularfixed tr td.data
{
	vertical-align:top;
	border: 0px;
	padding: 5px 5px 5px 5px;
	/*width: 250px;*/
}

table.formular td.column30 
{
	width:30%;
}

table.formular td.column70
{
	width:70%;
}
table.formular tr td table td
{
	width: 50%;
	/*white-space:nowrap;*/
}
.frame 
{
	border: solid 1px #606060;
	padding: 5px 5px 5px 5px;
	width:100%;
}

.edit_command
{
	padding: 20px 0px 10px 0px;
}

.wizard_command
{
	padding: 10px 0px 0px 10px;
}
.treeview 
{
	padding: 0px 10px 0px 0px;
}
.icon 
{
	padding-top:10px;
}
.icon img
{
	border:0px;
	float:left;
	vertical-align:top;
	padding-right:10px;
}
.icon .headline
{
	font-size:14px;
	font-weight:bold;
	color:#606060;
}

.listicon
{
	float:left;
	text-align:center;
	width:120px;
	height:70px;
	margin:5px 5px 5px 5px;
}

.calendarday,
.calendardayoff
{
	width:100%;
	height:100px;
	border: solid 1px #606060 !important;
}
.calendarday 
{
	background-color: #FFFFFF;
}
.calendardayoff 
{
	background-color: #eeeeee;
}

.calendardaytable 
{
	width:100%;
}
.calendardaycell
{
	background-color:White;
	background: url('/Images/day_item.gif') repeat-x;
	padding: 2px 2px 2px 2px;
	width: 14%;
}
.calendardaylink 
{
	color: #000000 !important;
}
.calendardayheader
{
	background: url('/Images/day_header.gif') repeat-x;
	text-align: left;
	vertical-align:top;
	font-weight: bold;
	height:16px;
	padding: 2px 2px 2px 2px;
}

.rcTitlebar .rcTitle{
	/*color: #fff;*/
	font-size: 12px;
	font-weight: bold;
}

.confirm 
{
	width:100%;
	padding: 10px 10px 10px 10px;
}
.confirm tr td 
{
    border: solid 0px #FFFFFF;
}

.search 
{
	padding: 20px 0px 0px 0px;
}

.help
{
	padding: 10px 10px 10px 10px;
}
.wizard_buttons 
{
	padding: 30px 0px 0px 0px;
}
.mail_body
{
	padding: 10px 0px 0px 0px;
}

input.mail_subject
{
	border:1px solid #606060;
	width:550px;
}

textarea.mail_body
{
	border:1px solid #606060;
	width:555px;
	height:200px;
}

.helpitems 
{
	padding: 10px 5px 5px 20px;
}

.searchbar 
{
	background-color:#D1E5FC;
	width:99%;
	padding:5px;
	height:30px;
	border: solid 1px #6593CF;
	vertical-align:middle;
}
.extsearchbar 
{
	background-color:#FFFFFF;
	width:99%;
	padding:5px;
	border-top: solid 0px #6593CF;
	border-bottom: solid 1px #6593CF;
	border-left: solid 1px #6593CF;
	border-right: solid 1px #6593CF;
	vertical-align:middle;
}
/*

.toolbar_button, .toolbar_button_reverse{
	float:left;
	vertical-align: top;
	height:16px;
	line-height: 16px;
	border: 0px solid #000;
	margin: 0 5px 0 0;
}
.toolbar_button span, .toolbar_button_reverse span{
	vertical-align: middle;
}
.toolbar_button a, .toolbar_button a:visited, .toolbar_button_reverse a, .toolbar_button_reverse a:visited
{
	cursor:default;
	margin-top:30px;
	padding: 0 5px 0 5px;
	border: 0px solid #000;
	background-position:left;
	background-repeat:repeat-x;
	vertical-align: middle;
	line-height: 16px;
	display: block;
}

.toolbar_button a:hover
{
	cursor:default;
	background-image:url(/images/controls/toolbar/btnHoverBg.gif);
	background-position:left;
	background-repeat:repeat-x;
	text-decoration:none;
}

.toolbar_button a:active
{
	cursor:default;
	background-image:url(/images/controls/toolbar/ButtonClickedBg.gif);
	background-position:left;
	background-repeat:repeat-x;
	text-decoration:none;
}


.toolbar_button a img
{
	padding-top:5px;
	padding-bottom:2px;
	padding-right:3px;
	vertical-align:middle;
}

.toolbar select {
	font: normal 10px Verdana, Arial, Sans-serif;
	color: #4d4d4d;
}*/

.button
{
	vertical-align:middle;
	line-height: 35px;
}

.button .left
{
	cursor:default;
	background-image:url(/images/controls/toolbar/toolbarRight.gif) ;
	background-position:right;
	background-repeat:no-repeat;
}

.button .right
{
	cursor:default;
	background-image:url(/images/controls/toolbar/toolbarLeft.gif) ;
	background-position:left;
	background-repeat:no-repeat;
}

.button a, .button a:visited
{
	cursor:default;
	
	margin-bottom:5px;
	padding:5px;
	
	font: normal 10px Verdana, Arial, Sans-serif;
	color: #4d4d4d;
	
	background-image:url(/images/controls/toolbar/buttonNormalBg.gif) ;
	background-position:top;
	background-repeat:repeat-x;
}

.button a:hover
{
	cursor:default;
	background-image:url(/images/controls/toolbar/btnHoverBg.gif);
	background-position:top;
	background-repeat:repeat-x;
	text-decoration:none;
}

.button a:active
{
	cursor:default;
	background-image:url(/images/controls/toolbar/ButtonClickedBg.gif);
	background-position:top;
	background-repeat:repeat-x;
	text-decoration:none;
}
.formbox{
	background-color:#F9F9F9;
	color:#3F3F40;
	height:25px;
	border-color:#C8C8C8 #606060 #606060 #C8C8C8;
	border-style:solid;
	border-width:1px;
	padding:4px 2px 0px 0px;

}
.containerbox{
	background-color:#F9F9F9;
	color:#3F3F40;
	border-color:#C8C8C8 #606060 #606060 #C8C8C8;
	border-style:solid;
	border-width:1px;
	padding: 10px;
	margin: 0 -1em 0 -1em ;
	
}
.organisation{
	display:block;
	width: 90%;
}
.organisationview{
	background-color: #fff;
}

/* ******************************* */
/* Toolbar Buttons allgemein       */
/* ******************************* */

div.toolbar_button, 
div.toolbar_button_reverse {
	float: left;
	margin: 0pt 4px;
	border: 1px solid #ddd;
	background-image: url('/Images/Buttons/button_bg.gif');
	background-position: bottom;
	background-repeat: repeat-x;
}

.content_button {
}

.content_button a:link, 
.content_button a:visited, 
.content_button a:hover, 
.content_button a:active, 
.content_button a:focus {
	padding: 2px 7px 2px 7px;
}

div.toolbar_button:hover, 
div.toolbar_button_reverse:hover {
}

.toolbar_button a, 
.toolbar_button a:visited, 
.toolbar_button_reverse a, 
.toolbar_button_reverse a:visited {
	display: block;
	padding: 3px 7px 3px 7px;
	font: normal 10px Verdana, Arial, Sans-serif;
	color: Aqua;
	border: 1px solid #ddd;
	text-decoration: none;
}

.toolbar_button a:hover, 
.toolbar_button_reverse a:hover, 
.toolbar_button a:active, 
.toolbar_button_reverse a:active {
	background: transparent url('/Images/Buttons/button_bg_active.gif') repeat-x left;
	text-decoration: none;
	color: #980106;
	border: 1px solid #ddd;
}


.toolbar_button a span {
	padding-left: 3px;
	color: #1f1f30;
}

.toolbar_button a:active span, 
.toolbar_button a:hover span {
	color: #980106;
}

.toolbar_button_reverse a span {
	padding-right: 5px;
	color: #1f1f30;
}

.toolbar_button_reverse a:active span, 
.toolbar_button_reverse a:hover span {
	color: #980106;
}

.toolbar_button a img, 
.toolbar_button_reverse a img {
	padding: 0;
	vertical-align: middle;
}
.linkbutton{
	background-color: #ed1c24;
	color: #fff;
	font-weight: bold;
	padding: 1px 5px;
	text-decoration: none;
	}