.calWeekday {
/* dayheader, (monday,tuesday etc.) */
	background-color: #B5B9CC;
	font-size: 12px;
	font-weight: bold;
}
.datum {
	color: #D9C955;
	font-family:  arial, helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}
.dayEmpty {
/* empty day cell */
	width: 14%;
	/*height: 80px;
*/
}
.dayMarked {
/* marked day */
	vertical-align: top;
	background-color: #FFAA2A;
	color: #000000;
	text-align: center;
}
.dayNormal {
/* normal day */
	background-color: #655924;
	font-size: 9px;
	text-align: center;
	vertical-align: top;
	width: 14%;
}
.dayNow {
/* this day */
	vertical-align: top;
	background-color: maroon;
	color: #FFFFFF;
	text-align: center;
}
.dayNumber {
/* number of a day */
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}
.header {
	border-bottom-color: #9C9200;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	color: #ffffff;
	font-family:  arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.header2 {
	background-color: #932805;
	color: #ffffff;
	font-family:  Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	text-indent: 3pt;
}
.header3 {
	background-color: #655924;
	color: #ffffff;
	font-family:  Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-indent: 3pt;
}
.potpis {
	border-bottom-color: #655924;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	color: #655924;
	font-family:  arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.menu {
	color: #cccccc;
}
.menu:hover {
	background-color: #655924;
	color: white;
	text-decoration: none;
}

a:hover {
	background-color: #655924;
	color: white;
	text-decoration: underline;
}
a {
	color: #FFAA2A;
	font-family:  arial, helvetica, sans-serif;
	text-decoration: none;
}

body {
	color: #cccccc;
	background-color:#313431;
	font-family:  arial, helvetica, sans-serif;
	font-size: 12px;
	background-image: url("images/bg.gif");
	background-repeat: repeat-y;
}
pre {
	color: #cccccc;
	font-family:  arial, helvetica;
	font-size: 11pt;

}
/*table.content {
	background-image: url("images/bg.gif");
	background-repeat: repeat-y;
}
*/
td, .linkk {
	color: #cccccc;
	font-family:  arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4;
}
textarea, input {
	background-color: #D4DED4;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: #ffffff;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	font-family:  arial, helvetica, sans-serif;
	font-size: 11px;
}
