* { behavior: url(/public/iepngfix.htc) }

html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	margin:0px;
	padding:0px;
	font-family:tahoma;
	font-size:12px;
}

td.left {
	background-image:url('/public/stils/img/left_shadow.jpg');
	background-repeat:repeat-y;
	background-position: top right;
}

td.right {
	background-image:url('/public/stils/img/right_shadow.jpg');
	background-repeat:repeat-y;
	background-position: top left;
}

td.butt {
	background-image:url('/public/stils/img/bg_butt.jpg');
	background-repeat:repeat-x;
	height:20px;
}

td.leftbutt {
	background-image:url('/public/stils/img/left_corner.jpg');
	background-repeat:no-repeat;
	height:20px;
	background-position: top right;
}

td.rightbutt {
	background-image:url('/public/stils/img/right_corner.jpg');
	background-repeat:no-repeat;
	height:20px;
	background-position: top left;
}

div.top {
	width:980px;
	height:103px;
	background-image:url('/public/stils/img/top_bg.jpg');
	background-repeat:repeat-x;
}

div.top2 {
	width:980px;
	height:173px;
	background-image:url('/public/stils/img/top2_bg.jpg');
	background-repeat:repeat-x;
}

#header {
 background-color:#FFFFFF;
  margin:0px;
  border-bottom:8px solid #009900;
  height:95px;
  } html>body #header {height:95px;}
  
#logo {
	margin:45px 10px 0px 10px;
	border:0px;
  }
  
#nav {
  font-size:85%;
  margin-left:220px;
  padding-top:74px;
  }
#nav div {
  bottom:0;
  left:0;
  border-left:1px solid #9c3;
  }
#nav a, #nav strong, #nav em {
  float:left;
  display:block;
  padding:2px 6px 7px;
  border-width:0;
  border-style:none;
  border-right:1px solid #009900;
  text-decoration:none;
  text-transform:lowercase;
  color:#6EB630;
  height:1.2em;
       font-weight: bold;
  } html>body #nav a, html>body #nav strong, html>body #nav em {height:1.2em;}
#nav strong {
  border-bottom:5px solid #E77817;
  padding-bottom:2px;
  color:#6EB630;
  }
#nav a:hover {
  color:#6EB630;
  }
/* \ Hack to get IE5/Mac to ignore the following rule */
#nav a:hover {
  border-bottom:5px solid #E77817;
  padding-bottom:2px;
  }
#nav strong a {
  float:none;
  display:inline;
  border-width:0;
  padding:0;
  }
#nav strong a:hover {
  border-bottom-width:0;
  }
#nav em {
  float:none;
  display:block;
  padding-left:0;
  padding-right:0;
  border-right-width:0;
  }
#nav span {display:none;}


.box {
	border:1px solid #6EB630;
	font-size:10px;
	font-family:Helvetica;
	color:black;
}

a.left_button {
	display:block;
	color:#7B7B7B;
	font-family:Helvetica;
	font-size:11px;
	min-height:31px;
	_height:31px;
	width:170px;
	border:0;
	padding:0px 0px 3px 5px;
	margin:0;
}

a.left_button:hover {
	display:block;
	color:white;
	font-family:Helvetica;
	font-size:11px;
	background-image:url('/public/stils/img/left_button_bg.jpg');
	background-repeat:repeat-y;
	min-height:31px;
	_height:31px;
	width:170px;
	border:0;
	padding:0px 0px 3px 5px;
	margin:0;
}

a.grey {
	color:#7B7B7B;
	font-family:Helvetica;
	font-size:11px;
	text-decoration:underline;
}

h3 {
	color:#6EB630;
	border:0px;
	margin:0px;
	padding-left:20px;
	font: normal 2em Helvetica, serif;
}

input.poga {
	font-family:Helvetica;font-size:10px;color:white;font-weight:normal;text-decoration:none;
	background-color:#6EB630;
	border:1px solid #CCCCCC;
	padding:3px;
	margin-right:20px;
}

.left_selected {
	display:block;
	color:white;
	font-family:Helvetica;
	font-size:11px;
	background-image:url('/public/stils/img/left_button_bg.jpg');
	background-repeat:repeat-y;
	min-height:31px;
	_height:31px;
	width:170px;
	border:0;
	padding:0px 0px 3px 5px;
	margin:0;
}

a.datums {
	font-family:Helvetica;font-size:10px;color:#7EC11E;font-weight:bold;text-decoration:none;
}

a.text {
	font-family:Helvetica;font-size:12px;color:#999999;font-weight:normal;text-decoration:none;
}

a {
	font-family:Helvetica;font-size:12px;color:#E5220B;font-weight:normal;text-decoration:none;
}

#transparent {
	background:transparent url(/public/stils/img/transp.png);
	}

.green {
	color: #6EB630;
}

.heading {
	color:#E77817;
	border:0px;
	margin:0px;
	font: normal 1.4em georgia, "times new roman", serif;
}

.message {
	color:red;
	border:0px;
	margin:0px;
	font: normal 1em georgia, "times new roman", serif;
}


.calendar {
	width:200px;
	background-color: white;
	border:0;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	margin:0px;
	padding:0px;
	text-align:center;
}
.calendar th {
	background-color: white;
	font-weight: bold;
	height: 20px;
}
.calendar .header {
	background-color: white;
	font-weight: normal;
	height: 20px;
	color: #E77817;
}
.calendar td {
	width: 24px;
	height: 20px;
	text-align: center;
	font-size:11px;
	padding: 2px;
	color:#999999;
	border-right:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
}
.calendar .today {
	width: 18px;
	height: 16px;
	color:black;
	font-weight: bold;
	text-align: center;
	font-size:11px;
	padding: 2px;
}

.calendar .link {
	width: 18px;
	height: 16px;
	background-color: white;
	padding: 2px;
	border:0;
}

.calendar a, .calendar a:link, .calendar a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #E77817;
	font-size:11px;

}
.calendar a.headerNav, .calendar a:link.headerNav, .calendar a:hover.headerNav {
	color: #E77817;
}

a img {
	border:1px solid grey;
}

td.teksts {
	font-size:10px;
}

td.forma {
	font-size:0.8em;
	color:grey;
	font-family:Helvetica, serif;
	padding:2px;
	font-weight:bold;
}




input.login {
	border:1px solid #6EB630;
	font-size:10px;
	font-family:Helvetica;
	color:black;
}

input.submit {
	border:1px solid #6EB630;
	background-color:white;
	font-size:11px;
	padding:0px 5px 0px 5px;
	margin-left:3px;
}