/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: white;
}
TABLE
{
	font-size: 10px;
}
INPUT
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	background-color: #ffffcc;
	font-size: 8pt;
	font-family: Verdana, Helvetica, sans-serif;
}
TEXTAREA
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	background-color: #ffffcc;
	font-size: 8pt;
	font-family: Verdana, Helvetica, sans-serif;
}
INPUT.obrazek
{
	background-color: transparent;
	border-right: black 0px solid;
	border-top: black 0px solid;
	border-left: black 0px solid;
	border-bottom: black 0px solid;
}
IMG
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
a, a:link, a:visited, a:active
{
	color: blue;
	text-decoration: none;
}
a:hover
{
	text-decoration:underline;
}
a:hover.menu
{
	text-decoration:none;
}

.menu_polozka_mouse_over
{
	font-size: 10pt;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}
.menu_polozka_mouse_out
{
	border-right: white 1px solid;
	border-top: white 1px solid;
	font-size: 10pt;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
}
table.oddil
{
	BORDER-RIGHT: gainsboro 2px solid; 
	BORDER-TOP: gainsboro 2px solid; 
	BORDER-LEFT: gainsboro 2px solid; 
	BORDER-BOTTOM: gainsboro 2px solid	
	
}
p
{
	font-size: 8pt;
}
.detail100
{
	font-size: 8pt;
	overflow: hidden;
	width: 100%;
	background-color: #ffffcc;
}
.detail
{
	font-size: 8pt;
	overflow: hidden;
	background-color: #ffffcc;
}
.datagrid
{
	width:100%;
} 
.datagrid_header
{
	color: blue;
	height: 20px;
	background-color: #ede6fa;
}
.datagrid_item
{
	vertical-align:top;  	
	background-color:#FFFFFF;
	height:20px;
		
}
.datagrid_editItem
{
	vertical-align: top;
	 
	background-color: #ffffff;
}
.datagrid_alterItem
{
	vertical-align:top;  
	background-color:#F3F3F3;
	height:20px;	 
}
INPUT.tlacitko
{
	border-right: thin outset;
	border-top: thin outset;
	font-weight: bold;
	border-left: thin outset;
	width: 70px;
	border-bottom: thin outset;
	background-color: gray;
}
span.nadpis
{
	font-weight: bold;
	font-size: 11pt;
	
}
