
h1{
  display:inline;
}


hr { 
  height: 0 !important; 
  height: 2px; /* wysokosc pod ie */ 
  color: rgb(83,58,33); /* kolor pod ie */ 
  background: transparent; 
  border-width: 2px 0 0 0; 
  border-color: rgb(83,58,33);
  border-style: solid; 
  margin:12 0 12 0;
}

body{
  background-repeat: repeat-x;
  margin:10 0 0 0;
  background-image: url(graphics/background.jpg);
  background-color: #86777A;
}

.hide{
  display:none;
}

.show{
  display:inline;
}

.loginInputText{
  font-family:Tahoma;
	font-weight:bolder;
  font-size:11px;
  color:#111111;
  background-color:#eeeeee;
  height:20px;
  text-align:center;
  width:130px
}

.loginInputSubmit{
  background-color:#404040;
  font-family:Tahoma;
	font-weight:bolder;
  font-size:11px; 
  color:#E96114;
  height:20px;
  text-align:center;
} 

.formLabel{
  font-family:tahoma;
  font-size:11px; 
  cursor: default;
  color: #E96114;
  font-weight:bolder;
  /*font-family:Tahoma;
	font-size:12px;*/ 
}

.formInputText{
  font-family:Tahoma;
	font-weight:bolder;
  font-size:11px; 
  /*color:#E96114;
  background-color:#404040;*/
  color:#111111;
  background-color:#eeeeee;
	height:20px;
  text-align:left;
  width:320px
}

.formInputDate{
  font-family:Tahoma;
	font-weight:bolder;
  font-size:11px; 
  /*color:#E96114;
  background-color:#404040;*/
  color:#111111;
  background-color:#eeeeee;
  height:20px;
  text-align:left;
}

.formInputSubmit{
  font-family:Tahoma;
	font-weight:bolder;
  font-size:11px; 
  /*color:#E96114;
  background-color:#404040;*/
  color:#111111;
  background-color:#eeeeee;
  height:20px;
  text-align:center;
} 

.formInputTextArea{
  font-family:Tahoma;
	font-weight:bolder;
  font-size:11px; 
  /*color:#E96114;
  background-color:#404040;*/
  color:#111111;
  background-color:#eeeeee;
  height:220px;
  text-align:left;
  width:320px
}

.formInputTextAreaSmall{
  font-family:Tahoma;
	font-weight:bolder;
  font-size:11px; 
  /*color:#E96114;
  background-color:#404040;*/
  color:#111111;
  background-color:#eeeeee;
  height:100px;
  text-align:left;
  width:320px
}

.formInputTextAreaComment{
  font-family:Tahoma;
	font-weight:bolder;
  font-size:11px; 
  /*color:#E96114;
  background-color:#404040;*/
  color:#111111;
  background-color:#eeeeee;
  height:75px;
  text-align:left;
  width:700px
}

.formInputTextAreaCommentS{
  font-family:Tahoma;
	font-weight:bolder;
  font-size:11px; 
  /*color:#E96114;
  background-color:#404040;*/
  color:#111111;
  background-color:#eeeeee;
  height:55px;
  text-align:left;
  width:680px;/*255px*/
}

.formLabelError{
  cursor: default;
  /*color: #FF0000;*/
  font-family:tahoma;
  font-size:11px; 	
  cursor: default;
  color: #E96114;
  font-weight:bolder;
}

/*------------------------------------------------*/

.header{
  font-family:tahoma;
	font-weight:bolder;
  font-size:17px; 
	color:#E96114;
}

.listHeader{
  font-family:tahoma;
	font-weight:bolder;
  font-size:13px; 
	color:#E96114;
}

.listText{
  font-family:tahoma;
  font-size:11px; 
	/*color:#E96114;*/
	color:#eeeeee;
}

.listTextOrange{
  font-family:tahoma;
  font-size:11px; 
	color:#E96114;
}

listText h1{
	color:#E96114;
}

.listText a{
  font-weight: bold;
  font-family:tahoma;
  font-size:11px; 
	color:#E96114;
}

a:visited{
  font-weight: bold;
  color:#E96114;
  text-decoration: none;
}

a:link{
  text-decoration: none;
  font-weight: bold;
  color:#E96114;
}


a:active{
  text-decoration: none;
  font-weight: bold;
  color:#E96114;
}

a:hover {
  text-decoration: underline;
  font-weight: bold;
  color:#E96114;
}




.content{
  font-family:tahoma;
  font-size:11px; 
	/*color:#E96114;*/
  color:#eeeeee;
  text-align: justify;
}

.content a{
  font-family:tahoma;
  font-size:11px; 
	color:#E96114;
	font-weight: bold;
  text-align: justify;
}

.headerH1{
  font-family: Tahoma;
  color:#EEEEEE;
  font-size:13px;
  padding:0 0 0 15px;
}

.leftMenu{  
  display:block;
  margin:5px 0 5px 0;
  font-family: Tahoma;
	font-weight: bold;
  color:#E96114;
}

.borderDiv{
  /*border-style: solid solid solid solid ;
  border-width: 1px; 
  border-color: #533A21;  */
  padding:5px 5px 5px 0px;
}

.borderDivPic{
  border-style: solid solid solid solid ;
  border-width: 1px; 
  border-color: #533A21;
  padding:4px 2px 4px 2px;
}

.borderDivPicMain{
  border-style: solid solid solid solid ;
  border-width: 1px; 
  /*border-color: #404040;*/
  border-color: #533A21;  
  padding:3px 1px 1px 1px;
}

.imgClass{
  border-style: solid solid solid solid ;
  border-width: 1px; 
  /*border-color: #533A21;*/
  border-color: #FF782C;
  padding:1px 1px 1px 1px;
}

.orangeTableTD{
  border-style: none solid solid solid ;
  border-width: 1px; 
  border-color: #FF782C;  
}
.orangeTableTop{
  border-style: solid none none none ;
  border-width: 1px; 
  border-color: #FF782C;  
}

.callendarAll{
  font-family:tahoma;
  font-size:13px; 
	color:rgb(38,38,38);
}

.callendarAllLink{
  font-family:tahoma;
  font-size:13px; 
	color:#FFFFFF;
	font-weight: bold;  
}

.callendarToday{
  font-family:tahoma;
  font-size:11px; 
	font-weight: bold;  
	color:rgb(255,198,0);
}


.menu{  
  font-family: Tahoma;
	font-weight: bold;
  color:#EEEEEE;
  font-size:11px;
}


div.scroll {
  height: 155px;
  width: 730px;
  overflow: auto;
  border:1px solid #533A21;  

  scrollbar-face-color: #FF782C; 
  scrollbar-highlight-color: #533A21; 
  scrollbar-3dlight-color: #533A21; 
  scrollbar-darkshadow-color: #533A21; 
  scrollbar-shadow-color: #533A21; 
  scrollbar-arrow-color: #000000; 
  scrollbar-track-color: #533A21;   
}

div.scrollVertical {
  width: 180px;
  overflow: auto;
  border:1px solid #533A21;  
}

.bottomLinks{
  padding:10 0 10 0;
  font-weight: normal;
}

.bottomLinks a{
  font-family: Tahoma;
  color:#262523;
  font-size:11px;
  font-weight: normal;
}

.bottomLinks a:link{
  font-family: Tahoma;
  color:#262523;
  font-size:11px;
  font-weight: normal;
}

.bottomLinks a:visited{
  font-family: Tahoma;
  color:#262523;
  font-size:11px;
  font-weight: normal;
}

.bottomLinks span{
  color:#F25F0F;
  margin:0 10 0 10;
  font-weight: bold;	
  font-weight: normal;
}

#copyright{
  font-family: Tahoma;
  padding:15 0 0 0;
  color:#574E4F;
  font-size:11px;
}

.stateIndicator{
  padding:15 0 7 7;
  font-family: Tahoma;
	/*font-weight: bold;*/
  color:#FFFFFF;
  font-size:11px;
}

.stateIndicator a{
	font-weight: bold;
  color:#E96114;
}

.importantData{
  margin:7 0 7 0;
}

#callendar a{
  color:#eeeeee;
}
