body         	{ font-family: Verdana; color: #000000; font-size: 12px; line-height: 16px; scrollbar-face-color: #FEE101 ; scrollbar-shadow-color: #FFC501 ; scrollbar-highlight-color: #FFC501 ; scrollbar-3dlight-color: #FFFFFF; scrollbar-darkshadow-color:#FFC501 ; scrollbar-track-color: #F3F3F3; scrollbar-arrow-color: #000000 }
td           	{ font-family: Verdana; color: #000000; font-size: 12px; line-height: 16px }
tr           	{ font-family: Verdana; color: #000000; font-size: 12px; line-height: 16px }
th           	{ font-family: Verdana; color: #000000; font-size: 12px; line-height: 16px }
td.adres    	{ font-family: Verdana; color: #FFFFFF; font-size: 12px; line-height: 16px }
h1              { font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #FFC501 }

a:link       	{ text-decoration: none; font-family: Verdana, Helvetica, sans-serif; color: #FFC501; font-weight: bold }
a:visited    	{ text-decoration: none; font-family: Verdana, Helvetica, sans-serif; color: #FFC501; font-weight: bold }
a:active     	{ text-decoration: none; font-family: Verdana, Helvetica, sans-serif; color: #7D7D7D; font-weight: bold  } 
a:hover      	{ text-decoration: none; font-family: Verdana, Helvetica, sans-serif; color: #7D7D7D; font-weight: bold  }

a:link.menu  	{ text-decoration: none; font-family: Verdana, Helvetica, sans-serif; color: #FFFFFF; font-weight: bold }
a:visited.menu  { text-decoration: none; font-family: Verdana, Helvetica, sans-serif; color: #FFFFFF; font-weight: bold }
a:active.menu   { text-decoration: none; font-family: Verdana, Helvetica, sans-serif; color: #FFC501; font-weight: bold } 
a:hover.menu    { text-decoration: none; font-family: Verdana, Helvetica, sans-serif; color: #FFC501; font-weight: bold }

a:link.adres 	{ text-decoration: none; font-family: Verdana, Helvetica, sans-serif; color: #FFFFFF; font-weight: bold }
a:visited.adres { text-decoration: none; font-family: Verdana, Helvetica, sans-serif; color: #FFFFFF; font-weight: bold }
a:active.adres  { text-decoration: underline; font-family: Verdana, Helvetica, sans-serif; color: #FFFFFF; font-weight: bold  } 
a:hover.adres 	{ text-decoration: underline; font-family: Verdana, Helvetica, sans-serif; color: #FFFFFF; font-weight: bold  }

select       	{ font-family: Verdana; color: #000000; border: solid 1px #000000; font-size: 8pt; font-weight: none }

INPUT 	     	{ font-family: Verdana; color: #000000; font-size: 8pt; font-weight: none; border: 1px solid #000000 } 

TEXTAREA    	{ font-family: Verdana; color: #000000; font-size: 8pt; font-weight: none; border: 1px solid #000000 }

img 		{ border: 0px; margin: 0px; }

html, body      { height: 100%; }

/*************************************************************************
* This is the SKIN style definition for the CSS menu.                    *
* Feel free to customize this section.                                   *
*************************************************************************/

/*
 * Menu container settings
 * Applies to the first level menu container
 */
.metal_blue {
	font-family: Tahoma,Arial,Helvetica,Verdana,sans-serif;
	font-size: 11px;
 	font-weight: bold;
}
/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.metal_blue ul {
	font-weight:bold;
}



/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.metal_blue li {
	width: 146px;
	background-color: #000000;
	background-repeat: repeat-x;
	background-position: left top;
	padding: 1px 0px 1px 0px;
}
/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.metal_blue ul li {
	width:146px;
	background-image:none;
	background-color: #000000;
	padding:0px;
	border-bottom: 1px solid #FFFFFF;
}



/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.metal_blue a {
	text-decoration: none;
	background-color: #000000;
	color: #FFFFFF;
	line-height: 20px;
	padding: 0px 8px 0px 8px;
	border-right:1px solid #9F9F9F;
	border-left:1px solid #F9F9F9;
	cursor: pointer;
}
/*
 * Menu link settings
 * Applies to links that are to be found within the second (or more) level menu items
 */
.metal_blue ul a {
	color: #FFFFFF;
	line-height: 22px;
	padding: 0px 8px 0px 8px;
	border-right: none;
	border-left: none;
}



/*
 * Settings specific to the "METAL BLUE" skin only
 *
 */
 /* this applies to the first item of the first level */
.metal_blue li.first {
	background-image: url(img/left_tab2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/* this applies to the last item in the first level */
.metal_blue li.last {
	background-image: url(img/right_tab2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
/* this applies to the link inside the first item of the first level */
.metal_blue li.first a {
	border-left: none;
}
/* this applies to the link inside the last item of the first level */
.metal_blue li.last a {
	border-right: none;
}
/* this applies to the first item of the second (or more) level */
.metal_blue ul li.first {
	background-image: url(img/blue_top2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
}
/* this applies to the last item of the second (or more) level */
.metal_blue ul li.last {
	background-image: url(img/blue_bottom2.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: left bottom;
	border-bottom: none;
}

/***************************************************************************
* In this section, we will define what happens when mouse-overing an item  *
***************************************************************************/

/*
 * Mouse over on menu items
 * Applies to all menu items in all menu containers
 */
.metal_blue li.hover {
  	color: #FFC501;
  	font-weight: bold;
  	background-color: #000000;
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.metal_blue ul li.hover {
	background-repeat:no-repeat;
	background-position: left top;
	background-color: #000000;
	color: #FFC501;
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.metal_blue a.hover {
	color: #FFC501 !important;
}

.metal_blue a.visited {
	color: #FFFFFF !important;
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.metal_blue ul a.hover {
  	color: #FFC501 !important;
}

.metal_blue ul a.visited {
  	color: #FFFFFF !important;
}


/*****************************************************************************
* In this section, we will define what happens when a menu item is selected  *
*****************************************************************************/

/*
 * Selected menu item
 * Applies to selected menu items in all menu containers
 */
.metal_blue li.selected {
  	color: #FFC501;

}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.metal_blue ul li.selected {
	color: #FFC501;
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.metal_blue a.selected {
	color: #FFC501;
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.metal_blue ul a.selected {
	color:#FFC501;
}

/*************************************************************************
* This is the LAYOUT style definition for the CSS menu                   *
* DO NOT alter this section, unless you know what you're doing           *
*************************************************************************/
div.horizontal {
	clear: both;
}
div.horizontal br {
	clear: both;
}
div.horizontal ul {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: both;
}
div.horizontal li {
	list-style-type: none;
	display: block;
	float: left;
	clear: none;
	text-align: left;
    position: static;
}
div.horizontal li img {
	border: none;
}
div.horizontal a {
	clear: both;
	display: block;
	margin: 0px;
}
div.horizontal ul li ul {
	position: absolute;
	left: -5000px;
	top: -5000px;
	visibility: hidden;
	clear: both; 
}
div.horizontal ul li ul li {
	clear: both; 
}
div.horizontal ul li ul li a {
	clear: both;
}
.hasImg,
.hasImg a {
	padding: 0px !important;
	margin:	0px	!important;
	border:	none !important;
	outline: none !important;
	background:	transparent !important;
	width: auto !important;
}