﻿
/* enforce showing vertical scrollbar, "IE-Style" (not in opera [->show 101%]) */
html 
{
	overflow-y: scroll;
}

/* embedding font */

form {
	margin: 0px;
	padding: 0px;
}

/* Defaults */
body, p, tr, input, select {
	font-family: Verdana,Arial,Helvetica,Geneva;
	font-size: 11px;
	color: black;
	line-height: 16px;
} 

h1, h2, h3, h4 {
	font-family: Verdana,Arial,Helvetica,Geneva;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

h1
{
	font-family:Verdana;
	font-size:16pt;
	line-height:20pt;
	font-weight:normal;
	color:#374549;
}

h2 {
	font-family:Verdana;
	font-size:10pt;
	line-height:12pt;
	font-weight:600;
	color:#fd8c01;
}



ul {
	font-weight:normal;
	list-style-type:disc;
	list-style-position:outside;
	margin:0px;
	padding-bottom:0px;
	padding-left:16px;
}

li  
{
	list-style-type: disc; 
	padding-bottom: 5px 
}

.InputText /* für IE6 */
{
	border:solid 1px darkgray;
	padding-left:2px; 
}




.checkbox input
{
	margin-top:0px !important;
	margin-bottom:0px !important;
	border:none !important;
} 
.RadioButton Label
{
	position:relative;
	top:-3px;
}



a:link, a:visited, a:focus, a:active
{
	color: #364448;
	text-decoration: underline;
	outline: none;
	-moz-outline-style: none;
}
a:hover
{
	color: #fd8c01; 
	text-decoration: underline;
}



/* Sublinks opacity/gray */
a.Grayed:link ,a.Grayed:visited, a.Grayed:focus, a.Grayed:active
{
	color: gray;
	text-decoration: underline;
}
a.Grayed:hover
{
	color: #fd8c01; 
	text-decoration: underline;
}

/* Sublinks color -> try: #FA8C10  */
a.Colored:link ,a.Colored:visited, a.Colored:focus, a.Colored:active
{
	color: #fd8c01;
	text-decoration: underline;
}
a.Colored:hover
{
	color: #364448; 
	text-decoration: underline;
}


.Banner img
{
	display:block;
	padding:0px 4px 30px 4px;
}


/* Modal Popup */
.Popup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:12px;
	width:250px;
}
.PopupBackground {
	background-color:Black;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.ProgressBackground 
{
	filter:alpha(opacity=99);
	opacity:0.99;
}


/* Accordeon */
.accordionHeader
{
    color: white;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    font-size:14px;
}

.accordionHeaderSelected
{
	border-top: 1px dashed #2F4F4F;
	border-left: 1px dashed #2F4F4F;
	border-right: 1px dashed #2F4F4F;
    color: white;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    font-size:14px;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}


#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    background-color:White;
}
	


/* Calendar */
.Calendar .ajax__calendar_container {
    background-color: White;
}
.Calendar .ajax__calendar_footer {
    display:none;
} 
.validatorCalloutHighlight
{
    background-color: lemonchiffon;
}



.watermarked 
{
	border:solid 1px darkgray;  /* tmp, ident mit InputForm  */
	padding-left:2px;			/* tmp, ident mit InputForm  */
	color:gray;
	font-weight:normal;
}
.watermarked2					/* Button InputText */			
{
	padding-left:2px;		
	color:gray;
	font-weight:normal;
}


/* Input-Wizard */
.Wizard .Title
{ 
   /* nicht verwendet: -> H1 im Header */
}
.Wizard .StepTitle
{
	background-color:#fd8c01;
	font-size:18px;
	line-height:18px;
	color:White;
	padding:3px 0px 5px 146px;
}
.Wizard .StepDescription
{
	font-size:11px;
	line-height:14px;
	padding:8px 0px 10px 146px;
	background-color:#FFF3D7;
}
.Wizard td
{
	vertical-align:top;
}
.Wizard .Section
{
	text-align:left;
	vertical-align:top;
	padding-top:15px;
}
.Wizard .Label
{
	text-align:right;
	vertical-align:top;
	width:140px;
	text-transform:uppercase;
	color:Gray;
	font-size:9px;
}
.Wizard .InputText
{
	border:solid 1px darkgray;
	color:#fd8c01;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	padding-left:4px;
}
.Wizard .watermarked
{
	border:solid 1px darkgray;
	color:gray;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	padding-left:4px;
}
.Wizard .InputSelect
{
	border:solid 1px darkgray;
	color:#fd8c01;
	font-weight:bold;
	padding-left:0px;
	margin:0;
}
.Wizard .InputCheckbox input
{
	border:solid 1px darkgray;
	color:#fd8c01;
	font-weight:bold;
	padding:0px;
	margin:0px;

}
.Wizard .Description
{
	text-align:left;
	vertical-align:top;
	font-size:11px;
	font-weight:bold;
	line-height:14px;
	padding-left:25px;
	color:#fd8c01;
}
.Wizard .Footer
{
	margin-top:15px;
}




.TextInput {
   borderStyle: solid;
   borderColor: #777777;
   borderThickness: 1;
   cornerRadius: 2;
   backgroundAlpha: 1;
   backgroundColor: #555555;
   color: #cccccc;
   fontWeight: bold;
} 

/* AutoComplete */
.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	padding: 0px!important;
	background-color : #ffffff;
	cursor : default;
	overflow : auto;
	height : 155px;
	width:auto;
	border-left:solid 1px gray;
	border-right:solid 1px gray;
	border-bottom:solid 1px gray;
    text-align : left; 
    list-style-type : none;
}
.autocomplete_listItem 
{
	background-color:white;
	color:black;
	font-family:Verdana;
	font-size:11px;
	line-height:13px;
	padding-left:4px;
}
.autocomplete_highlightedListItem
{
	background-color: #fd8c01;
	color:black;
	font-family:Verdana;
	font-size:11px;
	line-height:13px;
	padding-left:4px;
}





/* tmp */
.InputFormNew
{
	border:solid 1px black;
	background-color:White;
}
.InputFormNew thead th
{
	background-color:#fd8c01;
	text-align:left;
	color:White; 
	font-size:14px; 
	font-weight:bold; 
	height:25px;
}


.InputFormNew tbody th
{
	padding:8px 0px 20px;
	text-align:left;
	color:#374549;
	font-size:13px;
	font-weight:normal;	
}

.InputFormNew .Label
{
	text-transform:uppercase;
	color:Gray;
	font-size:9px;
	line-height:24px;
	width:100px;
}
.InputFormNew .InputText  /* für IE6 - neue CSS nicht unterstützt */
{
	color:#fd8c01;
	font-weight:bold;
	width:180px;
	border:solid 1px darkgray;
	padding-left:2px;
}
.InputFormNew tfoot th
{
	text-align:left;
	font-weight:normal;	
	background-color:#FFF3D7; 
	height:22px;
}





  

/* Tabs */
.Tab .ajax__tab_header {font-family:verdana,tahoma,helvetica;font-size:11px;background:url(../images/tabs/woj/tab-line.bmp) repeat-x bottom;}
.Tab .ajax__tab_outer {padding-right:4px;background:url(../images/tabs/woj/tab-right.bmp) no-repeat right;height:21px;}
.Tab .ajax__tab_inner {padding-left:3px;background:url(../images/misc/woj/tab-left.bmp) no-repeat;}
.Tab .ajax__tab_tab {height:13px;padding:4px;margin:0;background:url(../images/tabs/woj/tab.bmp) repeat-x;}
.Tab .ajax__tab_hover .ajax__tab_outer  {} 
.Tab .ajax__tab_hover .ajax__tab_inner {}
.Tab .ajax__tab_hover .ajax__tab_tab {}
.Tab .ajax__tab_active .ajax__tab_outer {background:url(../images/tabs/woj/tab-active-right.bmp) no-repeat right;}
.Tab .ajax__tab_active .ajax__tab_inner {background:url(../images/tabs/woj/tab-active-left.bmp) no-repeat;}
.Tab .ajax__tab_active .ajax__tab_tab {background:url(../images/tabs/woj/tab-active.bmp) repeat-x;}
.Tab .ajax__tab_body {font-family:verdana,tahoma,helvetica;font-size:10pt;border:1px solid #999999;border-top:0;padding:8px;background-color:#ffffff;}


/* Tooltip  */
#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 4px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}



/* custom form elements - setting up on client with javascript 
span.checkbox {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(../images/formelements/checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}
span.radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(../images/formelements/radio.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}
span.select {
	position: absolute;
	width: 158px; 
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url(select.gif) no-repeat;
	overflow: hidden;
} 
*/




/* Styling the help panel */
#dhtmlgoodies_leftPanel{	

	background-color:#fd8c01;		
	color:White;
	height:100%;		
	left:0px;
	z-index:10;
	position:absolute;
	display:none;
}
#dhtmlgoodies_leftPanel .closeLink{ 
	padding-left:2px;
	padding-right:2px;
	background-color:#FFF;
	position:absolute;
	top:2px;
	right:2px;
	border:1px solid #000;
	color:#000;
	font-size:0.8em;				
}
#dhtmlgoodies_leftPanel .closeLink:hover{
	color:#FFF;
	background-color:#000;
}	


/* default table */
.GridView .header
{
	color: white;
	background-color: gray;
}
.GridView .header a:link
{
	color:White;	
	text-decoration:none;
}
.GridView .row
{
    background-color: white;
}

.GridView .row:hover
{
	background-color: whitesmoke;
}
 
 

.Transparent
{
   opacity:0.25; /* firefox, opera, safari, chrome */  
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=25)"; /* IE 8 */  
   filter:alpha(opacity=25); /* IE 4, 5, 6 and 7 */  
   zoom:1 
}



.Umfrage .question
{
	padding-top:25px;
	font-size:larger;
	font-weight:bold;
	color:Blue;	
}
.Umfrage .answer
{
	padding-left: 8px;
	font-size:larger;
	color:Red;	
}
.Umfrage .answer input, textarea
{
	padding-left: 8px;
	border: solid 1px gray;
}