/*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 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 */
}

/* added for Dynamic Tool Tip boxes on Vietnam Map and other locations */
#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;
}

/*dodane przez Janusza Kielaka - strona główna - witamy*/
.witamyd {   
font-size: 24px;   
color: #494949;   
font-family: Calibri, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;   
font-weight: bold;  
}

.witamy {   
font-size: 18px;   
color: #494949;   
font-family: Calibri, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;   
font-weight: bold;  
} 

.logo_s {   
color: #ffe9a9;  
font-size: 10px;  
font-family: Calibri, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;   
font-weight: normal; 
}

.header2 {   
font-size: 18px;   color: #676037;   
font-family: Calibri, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;   
font-weight: bold; 
}
/* header: heading text */
.header {
	/*next line added in 6.1.0*/
	margin-top: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
}

/* link: normal links, active: links in use
A:LINK, A:ACTIVE {
	color : #990000;
} */

/* sideback: background color for side and top frames */
.sideback {
	background-color: #676036;
}

#mnav li { /* all list items */
	float: left;
	width: 7em; /* width needed for Opera */
	margin-right: 2px;
	border-bottom:1px solid #777;
	border-right:1px solid #777;
}

a.admincell:hover, a.leftlink:hover {
	background-color: #a69a55;