/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/

/* added for the Tooltip mod */
#dhtmltooltip{
position: absolute;
width: 265px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
text-align:center;
z-index: 300;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
/* added to vertical align label to top - used by Body Text mod - Ken Roy */
.fieldnameback {
	vertical-align: top;
}

/* added for emphasis - used by Private Flag mod - Ken Roy */
.greenemphasis {
  font-weight: bold;
  color: green;
  }
/* added for emphasis - used by Living Flag mod - Ken Roy */
.emphasis {
  font-weight: bold;
  color: blue;
  }
.section {
	width: 32%;
	border-spacing: 0px;
	border-collapse: collapse;
	margin:3px;
	vertical-align: top;
}

.indexpage {
/*	background-image: url(../img/tlo2.jpg);*/
	background-color : #FFFFFF;
	margin-top: 0px;
	text-align:left;  /* added to replace style="text-align:left" in 6.2.0 */  
	border: 0px;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 100%;    /* total width of all the columns */
}

/*.page {
	background-image: url(../img/tlo2.jpg);
}*/

.latest_news {
	width: 90%;
	padding-left: 8px;
	border: 1px solid #302218;
	padding-top: 8px;
	background-color: #fff;
	vertical-align: top;
}

.topj {
	font: 12px arial;
	color: #FFFFFF;
	font-weight: bold;
}

.home_table_j {
	margin: -10px;
	padding: -10px;
	border-collapse: collapse;
}

.headertextex {
	font-family: Monotype Corsiva;
	src: url(../font/monotype/monotype.eot);
	font-size: 35px;
}

.corsiva {
	font-family: Monotype Corsiva;
	src: url(../font/monotype/monotype.eot);
	font-size: 15px;
}

/* link: normal links, active: links in use */
a:link, a:active {
	color : #40341b;
}
	
/* background color for admin menu items while active*/
a.admincell:hover, a.leftlink:hover {
	background-image: url(../img/tlo_main.jpg);
}	

.logintext {
	font-size: 12px;
	color: #004F0B;
	font-weight: bold;
}

.logintextr {
	font-size: 12px;
	color: #004F0B;
	font-weight: bold;
	float: right;
	margin-right: 10px;
}

.naglowek {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

.body {
    margin-top: 8px;
    background-image: url(../img/back.gif);
	height: 30px;
}
/* menuback: left nav menu background color with no right and bottom border */
.menuback {
    background-color: #302218;
	border-right: 0px;	
	border-bottom: 0px;
	width: 10%;
	margin-left: 10px;
	vertical-align: top;
}

/* tlo gorne */
.menubackj {
    background-color: #302218;
}

.fieldnameback {
	background-image: url(../img/tlo.jpg);
}

/* sideback: background color for side and top frames */
.sideback {
	background-color: #41322a;
}

.text_grey {
	color: #999;
	font-size: 10px;
}

.sectionj {
	padding-left: 10px;
	vertical-align: top;
}

.headerrow {
	background: #302218 url(../img/smallphoto.jpg) no-repeat;
	font-family: Century Gothic, Calibri, Arial, Helvetica, sans-serif;
	padding-left: 0px;
	vertical-align: top;
	height: 90px;
	width: 100%;
}

.headertable {
    border-collapse: collapse;
}

.headertextrow {
	vertical-align: top;
}

/* added for 4th menu pull down by Site Menu mod */
#mnav li:hover #fourth, #mnav li.sfhover #fourth {
	right: 0px;  /*  You can use 40px; if you want to offset the menu to see the language pull down */
}

.arrowlistmenu .openheader{
background-color:#333399;
}

.arrowlistmenu .header {
color: yellow;
cursor: pointer;
font: bold 14px Arial;
height: 28px;
margin-bottom: 10px;
padding: 4px 0 4px 10px:
}

/* publicback: background for public side of site */
.publicback {
    margin-top: 8px;
    background-image: url(../img/back.gif);
}

/*zmniejszona szerokość rozwijanego menu - Janusz Kielak*/
#mnav .drop {
	width:80px;
}
.databack {
	background-color: #feffe0;
}

/* header: heading text */
.header {
	/*next line added in 6.1.0*/
	font-family: Monotype Corsiva;
	src: url(../font/monotype/monotype.eot);
	font-size: 28px;	
}

.tabcenter {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
