table.pio {
	border-width: 1px;
	border-color:black; /*  #9fe700 green green #9fe700; */	
	width:100%;
}

table.pio th {
	height:30px;
	background:#df0dec;		/* pinkasta   */
	border-width: 2px 2px 2px 2px;
	border-color:black; 	/*  #9fe700 green green #9fe700; */
	border-style: solid solid solid solid;	
	padding: 3px 3px 3px 3px;		
	/*   -moz-border-radius: 10px 10px 0px 0px;  */
	-moz-border-radius: 5px 5px 0px 0px;
}

table.pio td {
	border-width: 1px 1px 1px 1px;
	border-style: solid;	
	border-color: black;/*  #9fe700 green green #9fe700; */
	/*   -moz-border-radius: 0px 0px 8px 8px;	  */
	padding: 3px 3px 3px 3px; 
}


#container {
	margin: auto;
	width: 500px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000033;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
	background-color: #FFFFFF;
}
#container #header #header_left {
	float: left;
	background-image: url(images/header_left.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 45px;
}
#container #header #header_right {
	background-image: url(images/header_right.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 6px;
	float: right;
}
body {
	padding-top: 30px;
	background-color:cyan; 
}
#container #content {
	padding: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
#container #footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ff0000;
	text-align: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}


#container #header #header_main {
	float: left;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.sbtn    {
	background-image: url(images/button.gif);
	border: 1px solid #000033;
	height: 22px;
	width: 82px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-position: center;
	padding: 0px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	height: 22px;
	width: 82px;
	background-image: url(images/button.gif);
}

.buttonpio   {
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid blue;
	height: 42px;
	width: 250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: yellow;
	font-weight: bold;
	background-position: center;
	padding: 0px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}

#container #content #form1 legend {
	padding: 5px;
	margin: auto;
}
form {
	margin: 20px;
}




#container #header {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
	height: 42px;
}
label {
	padding: 0px;
	text-align: center;
}

.msg {
	background-image: url(images/ok.gif);
	text-align:left;
	margin-left:30px;
    margin-right:30px;
	color:#666;
	background-repeat: no-repeat;
	padding:5px;
    padding-left:30px;
}

.emsg {
	background-image: url(images/nok.gif);
	text-align:left;
	margin-left:30px;
    margin-right:30px;
	color:#666;
	background-repeat: no-repeat;
	padding:5px;
    padding-left:30px;
}

/* pio menu   --- pocetak ---  */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.pio_button{
padding: 0px;
margin-left: 0;
font: bold 14px Verdana;
border-bottom: 0px;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.pio_button li{
display: inline;
margin: 0;
}

.pio_button li a{
text-decoration: none;
padding: 3px 5px;
margin-right: 3px;
color:black;
border: 2px solid;
border-color:grey black black grey;					
background-color:#f008f9;   
}

.pio_button li a:visited{
color:black;						
}

.pio_button li a:hover{
border: 2px solid;
border-color: black grey grey black;				
background-color:#7901ff;	
color: white;
}

.pio_button li a:active{
color: red;
}

.pio_button li.selected a{ 
position: relative;
top: 1px;
padding-top: 0px;
background-color:#df0dec;
color: red;
}

/* pio  menu  --- kraj ---  */
