
BODY,TD,DIV,A,H1,IH2 NPUT,SELECT,TEXTAREA
{
	font-family:Verdana, arial;
	font-size:10px;
	color: #49586b;
	text-decoration: none;
}

body 
{
	text-align:center;
	font-family:Verdana,arial;
	margin:0px 0px 0px 0px;
	background-color: white;
	background-image: url('/i/bg.jpg');
	background-repeat: repeat-x;
	background-position: top center;
}

h1 
{
	font-size:16px;
	font-weight:bold;
}

h1 
{
	font-size:14px;
	font-weight:bold;
}


table {
	table-layout:fixed;
}




table.fx
{
	background-color:white;
	height:616;
	border:0px;
}

TD.top
{
	background-image: url('/i/bgtop.jpg');	
	background-repeat:repeat-x;
}

TD.Sx
{
	vertical-align:top;
	background: transparent url(/i/pzsx.jpg) repeat-y center top;
}
TD.Dx
{
	vertical-align:top;
	background: transparent url(/i/pzdx.jpg) repeat-y center top;
}

TD.Btm
{
	background: url('/i/btm.jpg');
	background-repeat:repeat-x;
	height:32px;
}

table.menu TD A
{
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}

table.menu TD A:hover
{
	font-size:10px;
	font-weight:bold;
	text-decoration:underline;
} 

input.flat, select.flat
{
	font-family:Verdana, arial;
	font-size:10px;
	color: #49586b;
	text-decoration: none;
	border:1px solid #49586b;
	height:16px;
} 

textarea.flat
{
 
	font-family:Verdana, arial;
	font-size:10px;
	color: #49586b;
	text-decoration: none;
} 
 
input.trova
{
	/* border:1px solid #49586b; */
	background-image: url('/i/trova.gif');
	background-repeat:no-repeat;
	background-position: left center;
	padding-left:15px;
} 

/**** MENU ***/

#dhtmlgoodies_menu
{
	font-size:10px;
	font-family:verdana;	/* Font for main menu items */
	width:150px;	/* Width of main menu */
	height:200px;
}



#dhtmlgoodies_menu	li
{	/* Main menu <li> */
	list-style-type:none;	/* No bullets */
	margin:0px;	/* No margin - needed for Opera */

}

#dhtmlgoodies_menu ul
{
	margin:0px;	/* No <ul> air */
	padding:0px;	/* No <ul> air */
}

#dhtmlgoodies_menu ul li ul
{	/* Styling for those who doesn't have javascript enabled */
	padding-left:10px;
}


#dhtmlgoodies_menu	li a
{	/* Main menu links */
	text-decoration:none;	/* No underline */
	color:#000;	/* Black text color */
	text-align:center;
	height:35px;	/* 20 pixel height */
	line-height:35px;	/* 20 pixel height */
	vertical-align:middle;	/* Align text in the middle */
	border:0px;	/* Black border */
	font-size:10px;
	margin:1px;	/* A little bit of air */
	padding:1px;	/* Air between border and text inside */
	display:block;
	background: transparent url(/i/bgmoff.gif) no-repeat center right;
	
}

#dhtmlgoodies_menu	li a.due
{
	line-height:15px;	/* 20 pixel height */
}


#dhtmlgoodies_menu	li a:hover,#dhtmlgoodies_menu .activeMainMenuItem
{
	color:#fff;
	background-color:white;
	background: transparent url(/i/bgmon.gif) no-repeat center right;

}

.dhtmlgoodies_subMenu{
	visibility:hidden;
	position:absolute;
	overflow:hidden; 
	border:1px solid #49586b;
	border-top:5px solid #49586b;
	font-family:arial;
	text-align:left;
	background-color:white;
	
}

.dhtmlgoodies_subMenu ul{
	margin:0px;
	margin-top:5px;
	padding:0px;
	
}

.dhtmlgoodies_subMenu ul li{
	list-style-type:none;
	margin:0px;
	padding:1px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
	border-bottom:1px solid #e0e0e0;
	
}

.dhtmlgoodies_subMenu ul li a{	/* Sub menu items */
	/* white-space:nowrap; */	/* No line break */
	text-decoration:none;	/* No underline */
	color:#000;	/* Black text color */

	/*height:16px;	/* 16 pixels height */
	/* line-height:16px;	/* 16 pixels height */
	padding:1px;	/* 1px of "air" inside */

	display:block;	/* Display as block - you shouldn't change this */
	font-size:12px;
	font-family: Arial;
}

.dhtmlgoodies_subMenu ul li a.due{	/* Sub menu items */
	/ * white-space:nowrap; */	/* No line break */
	text-decoration:none;	/* No underline */
	color:#000;	/* Black text color */

	height:32px;	/* 16 pixels height */
	padding:1px;	/* 1px of "air" inside */

	display:block;	/* Display as block - you shouldn't change this */
	font-size:12px;
	font-family: Arial;
}

.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
	color:#FFF;
	background-color:#49586b;
	
}


A.link {
	color:#800000;
	text-decoration:none;
}

A.link:hover {
	text-decoration:underline;
}
