form {
	margin: 0;
}

td {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 12px;
}

/* --- ROUND BUTTON BEGIN --- */
a.button {
  background: transparent url('/_img/bg_button_end.gif') no-repeat scroll top right;  
  color: Indigo;
  display: block;
  float: left;
  font-family: Verdana, Arial, Helvetica, Sans-serif;
  font-size: 12px;
  font-weight: bold;
  height: 24px;
  margin-right: 6px;
  padding-right: 18px; /* sliding doors padding */
  text-decoration: none;
}

/* Make sure the span's vertical padding (5 + 5) and line-height (14) amount to the total */
/* height of the button (24). Using a different padding, means setting a different height. */
a.button span {
  background: transparent url('/_img/bg_button_span.gif') no-repeat;
  display: block;
  line-height: 14px;
  padding: 5px 0 5px 18px;
}

a.button:hover {color: Brown;}

a.button:active {
  background-position: bottom right;
  color: #000;
  outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
  background-position: bottom left;
  padding: 6px 0 4px 18px; /* push text down 1px */
}
/* --- ROUND BUTTON END --- */

.besedilo {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0;
	color: Black;
}

.koledar {
	cursor: pointer;
}

.Gumb {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 13px;
	color: FireBrick;
	font-weight: bold;
  letter-spacing: 1px;
	height: 28px;
	padding-bottom: 2px;  /* Firefox */
}

.VarnostnaSifra_Formula {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 16px;
	color: FireBrick;
}

.kr {font-weight: bold;}
.de {text-align: right;}
.le {text-align: left;}
.ce {text-align: center;}

.co1 {color: Red;}
.co2 {color: Gray;}
.co3 {color: Green;}

.w50 {width: 50px;}
.w60 {width: 60px;}
.w70 {width: 70px;}
.w80 {width: 80px;}
.w90 {width: 90px;}
.w100 {width: 100px;}
.w150 {width: 150px;}
.w200 {width: 200px;}
.w250 {width: 250px;}
.w300 {width: 300px;}
.w350 {width: 350px;}
.w400 {width: 400px;}
.w450 {width: 450px;}
.w500 {width: 500px;}
.w550 {width: 550px;}
.w600 {width: 600px;}
.w650 {width: 650px;}
.w700 {width: 700px;}
.w750 {width: 750px;}
.w800 {width: 800px;}

.bg1 {background-color: Beige;}
.bg2 {background-color: WhiteSmoke;}
.bg3 {background-color: Azure;}