/* Website CSS */
/* Copyright 2006 by Stupar Alexandru. */
/* All rights reserved. */

body 
{	
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	bgcolor: #FCFCFC;
	color: #000000;
	font-size: 12px;
	
	background-repeat: no-repeat;
	
	border-width : 0px;
	
}

a { text-decoration: none; font-size: 12px; }

a.menulink:link, a.menulink:active, a.menulink:visited { color : #0054B8; }
a.menulink:hover { color : #000000; }
.menulink { font-size: 14px;  }

a.menulinksmall:link, a.menulinksmall:active, a.menulinksmall:visited { color : #0054B8; }
a.menulinksmall:hover { color : #000000; }
.menulinksmall { font-size: 12px;  }

a.ulink:link, a.ulink:active, a.ulink:visited { color : #0054B8; }
a.ulink:hover { color : #000000; }
.ulink { font-size: 12px; text-decoration: underline; }

a.olink:link, a.olink:active, a.olink:visited { color : #0054B8; }
a.olink:hover { color : #000000; }
.olink { font-size: 14px; }

a.link:link, a.link:active, a.link:visited { color : #0054B8; }
a.link:hover { color : #000000; }
.link { font-size: 12px; }

a.aulink:link, a.aulink:active, a.aulink:visited { color : #000000; }
a.aulink:hover { color : #0054B8; }
.aulink { font-size: 12px; text-decoration: underline; }

a.alink:link, a.alink:active, a.alink:visited { color : #000000; }
a.alink:hover { color : #0054B8; }
.alink { font-size: 12px; }

a.slink:link, a.slink:active, a.slink:visited { color : #8C8C8C; }
a.slink:hover { color : #0054B8; }
.slink { font-size: 12px; }

a.flink:link, a.flink:active, a.flink:visited { color : #0054B8; }
a.flink:hover { color : #8C8C8C; }
.flink { font-size: 11px; }

a.clink:link, a.clink:active, a.clink:visited { color : #000000; }
a.clink:hover { color : #0054B8; }
.clink { font-size: 11px; }

a.glink:link, a.navlink:active, a.glink:visited { color : #8C8C8C; }
a.glink:hover { color : #000000; }
.glink { font-size: 11px; }

.menutext { font-size: 14px; color: #0054B8; }
.menuactive { font-size: 14px; color: #000000; }

.menutextsmall { font-size: 12px; color: #0054B8; }
.menuactivesmall { font-size: 12px; color: #000000; }

.smallbluetext { font-size: 11px; color: #0054B8; }
.smalltext { font-size: 11px; color: #000000; }
.smallgraytext { font-size: 11px; color: #8C8C8C; }

.generalbluetext { font-size: 12px; color : #0054B8; }
.generaltext { font-size: 12px; color : #000000; }
.generalgraytext { font-size: 12px; color : #8C8C8C; }

.smalltitle { font-size: 12px; color: #0054B8; font: bold; }

.cattitle { font-size: 14px; color: #0054B8; }
.title { font-size: 14px; color: #000000; }
.titleblue { font-size: 14px; color: #0054B8; }

.largetitleblue { font-size: 15px; color: #0054B8; }
.norepeat { background-repeat: no-repeat; }

.tableformat
{
	border: 1px solid;	
	border-color: #EAEAEA;
	
}

div.scroll 
{	
	align: center;
	height: 700px;	
	width: 520px;	
	overflow: auto;	
	border: 1px solid;	
	padding: 8px;
	font-size: 12px; 
	color : #000000;
	border-color: #EAEAEA;
		
}

input, textarea, select 
{ 
	font: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000; 	
    border-style : solid;
    border-color : #000000;   
    border-width : 1px;	
    background-color : #FFFFFF;
    input-border: 0;
    
}

div.scroll, textarea
{
	scrollbar-face-color: #F8F8F8;
	scrollbar-highlight-color: #F8F8F8;
	scrollbar-shadow-color: #D1D1D1;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #FFFFFF;; 
	scrollbar-darkshadow-color: #F8F8F8;
	
}

input.post, textarea.post, text.post, select { input-border: 0px; }

.submitbutton { color : #0054B8; }
.radiobutton { border-width : 0px; }