/* body */
BODY {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	scrollbar-3d-light-color: #FFFFFF;
	scrollbar-arrow-color: #EAEAEA;
	scrollbar-base-color: #FFFFFF;
	scrollbar-dark-shadow-color: #000000;
	scrollbar-face-color: #666666;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #000000;
}
	
/* <A> tags */
A {
	text-decoration: none;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}
A:link      {
} 
A:visited   {
} 
A:active {
	color: #FF0000;
} 
A:hover     {
	text-decoration: underline;
	color: navy;
}

/* <form> related */
INPUT {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-style: solid;
	border-width: 1px;
	background-color: #E8EEEC;
	font-size: 10px;	
}
INPUT.button {
	background-color : #74A4C0;
}
INPUT.vote {
	border-style: none;
	background-color : white;
}
SELECT {
	background-color: #E8EEEC;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
TEXTAREA {
	background-color: #E8EEEC;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;	
}
INPUT.poll {
	border-width: 1px;
	border-style : none;
	background-color : transparent;
}

/* <TABLE> related */
TD {
	font-size: 11px;
}

TD.menutop {
	background-color: #74A4C0;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
}	
	
TD.lightgreener {
	background-color: #E8EEEC;
}

TD.lightblue {
	background-color: #397EA5;
}

TD.black {
	background-color: #000000;
}	

/* OTHER */
.menu {
	padding-left: 12px;
}

.header {
	font-size: 14px;
	font-weight: bold;
}

.header-small {
	font-size: 10px;
	font-weight: bold;
}

.payday {
	font-weight: bold;
	font-size: 15px;
}

.ingrpopup {
	width: 200px;
	font-family: inherit;
	font-size: 10px;
	border-width: 2px;
	border-style: outset;
	border-color: darkgray;
	layer-background-color: #cccccc;
	background-color: #cccccc;
	color: black;
}

.error {
	font-size: 12px;
	font-weight: bold;
	color: red;
}

.inkoplista {
	font-size: 18px;
}

.loginbutton {
	font-size: 12px;
	font-weight: bold;
	/*color: #397EA5;*/
	color: #48A0D1;
}	