/* This is the main stylesheet file that holds the general rules. For specific content see additional stylesheet files. */

/* Rules for the BODY element */
html,body {
	background-color: White;
	font: 8pt Arial, sans-serif;
	color: Black;
	margin:0;
	padding:0;
	height:100%;
	border:none;
	background-image : url(gfx/tlo.gif);
	background-repeat : repeat-x;
	background-position : top;
}


/* Rules for links in general */
a, a:visited {color: #779a18; font: 8pt Arial, sans-serif;}
a:hover, a:hover.raport {color: #DAA520;}
a.raport, a:visited.raport{ text-decoration: none; color: #000000;}

a.admin { color: White; text-decoration: none;}
a:hover.admin { color: Red; }

input.formik{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
    color: Black; 
}
