@charset "utf-8";
BODY
{
    SCROLLBAR-FACE-COLOR: #7A4076; /*pod sipkama*/
    SCROLLBAR-HIGHLIGHT-COLOR: #E4D9E4;
    SCROLLBAR-SHADOW-COLOR: #E4D9E4;
    SCROLLBAR-3DLIGHT-COLOR: #E4D9E4;
    SCROLLBAR-ARROW-COLOR: white;
    SCROLLBAR-TRACK-COLOR: #E4D9E4;
    SCROLLBAR-DARKSHADOW-COLOR: #E4D9E4;
    FONT-SIZE: 12px;
    MARGIN: 0px;
    COLOR: white;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #E4D9E4;
}

/* --------------------------------------------------------- */

h1 {
  font: bold 16px arial;
  color: #7A4076;
}

.redh1 {
  font: bold 16px arial;
  color: red;
}

td {
  font: 12px arial;
  color: #7A4076;
}

td.menu_adresa {
  font: 11px arial;
  color: white;
  background-color: #7A4076;
}

td.menu_adresagreen {
  font: 11px arial;
  color: #000000;
  text-weight: bold;
  background-color: #00ff00;
}

/* --------------------------------------------------------- */

div.menubutton 	{padding-left: 20px; padding-top: 2px;}
a.menu			{font: bold 12px arial; color: #7A4076; text-decoration: none; display: block; width:151px; height:20px;}
a.menu:hover	{font: bold 12px arial; color: white; text-decoration: none; display: block; width:151px; height:20px; background-color: #7A4076}
a.menuakce		{font: bold 12px arial; color: white; text-decoration: none; display: block; width:151px; height:20px;background-color: red}
a.menuakce:hover{font: bold 12px arial; color: red; text-decoration: none; display: block; width:151px; height:20px; background-color: white}
a 				{ font: bold 12px arial; color: red; text-decoration: none;}
a:hover 		{ font: bold 12px arial; color: red; text-decoration: underline;}
a.adresa 		{ font: bold 11px arial; color: white; text-decoration: none;}
a.adresa:hover 	{ font: bold 11px arial; color: white; text-decoration: underline;}

/* --------------------------------------------------------- */

input {
	background-color: white; 
	border-bottom: #000000 1px solid; 
	border-left: #000000 1px solid; 
	border-right: #000000 1px solid; 
	border-top: #000000 1px solid; 
	font-family: 'verdana ce', verdana, 'arial ce',arial,; 
	font-size: 10px; height: 20px; 
	padding-bottom: 2px; 
	padding-left: 5px; 
	padding-right: 5px; 
	padding-top: 2px
}

input.chbx {
	background-color: transparent; 
	border-style: none; 
	font-family: 'verdana ce', verdana, 'arial ce',arial,; 
	font-size: 10px; height: 20px; 
	padding-bottom: 2px; 
	padding-left: 5px; 
	padding-right: 5px; 
	padding-top: 2px
}

textarea {
	background-color: white; 
	border-bottom: #000000 1px solid; 
	border-left: #000000 1px solid; 
	border-right: #000000 1px solid; 
	border-top: #000000 1px solid; 
	font-family: 'verdana ce', verdana, 'arial ce',arial,; 
	font-size: 12px; padding-bottom: 2px; 
	padding-left: 5px; 
	padding-right: 5px; 
	padding-top: 2px
}

.red {
	color: #ff0000;
}

.speccolor {
	color: #EF7B00;
	font-weight: bold;
}

.imgborder
	{
		border:		solid #7A4076 1px;
	}

.greenline {
	color: #00bb00;
	font-weight: bold;
/*	background-color: #00ff00; */
}

.tb {
  font-weight: bold;
  background-color: #E7CFE6;
}

