body{
	background-color: #cce6cc;
}
.mainTbl{background-color: white;}
.text, select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}
a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: red;
	text-decoration: none;
}
a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	text-decoration: none;
}
.g_umbLeft{
	background-image: url("img/gumb_left.png");
	background-repeat: none;
	width: 5px;
	font-size: 1px;
	height: 30px;
}
.g_umbMiddle{
	background-image: url("img/gumb_middle.png");
	background-repeat: repeat-x;
	width: 3px;
	height: 30px;
	color: white;
	white-space:nowrap;
}
.g_umbRight{
	background-image: url("img/gumb_right.png");
	background-repeat: none;
	width: 4px;
	font-size: 1px;
	height: 30px;
}
.gumbDelim{
	width: 10px;
	font-size: 1px;
	height: 30px;
}
.gumb_link{
	color: green;
	text-decoration: none;
}
.gumb_link:hover{
	color: black;
	text-decoration: underline;
}
._sel{
	/*text-transform: uppercase;*/
	text-decoration: underline;
	color: black;
}
.listHead, .listHead td{
	background-color: #0343ad;
	color: white;
}
.listHeadPrint td{
	font-weight: bold;
	border-left: solid 1px black;
	border-bottom: solid 1px black;
}
.printRed td{
	border-left: solid 1px black;
	border-bottom: solid 1px black;
}
.forma{
	border: solid 1px gray;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}
.buton{
	background-color: gray;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	cursor: pointer;
}
.editTitle,.editTitle b{
	background-color: #0343ad;
	color: white;
}
.neaktivan td{
	color: red;
}
.line2{
	background-color: #e7edf7;
}
DIV.pojamHelp { 
	width: 480px;
	position: absolute;
	display: none;
	color: #0343ad;
	padding: 5px;
	background-color: #e7edf7;
	font-size: 11px;
	z-index: 99;
	border: solid 1px #cbcbcb;
}
.printText{
	font-size: 13px;
}
.gumb{
	background-color: #0343ad;
	color: white;
	cursor: pointer;
}
.tjedan{color: blue;}
.tjedan2{color: green;}
TABLE.border{
	border-top: solid 1px black;
	border-right: solid 1px black;
}
TD.border{
	border-left: solid 1px black;
	border-bottom: solid 1px black;
}