/* ***************************
-------------------------------
FILE NAME:
	styles.css
-------------------------------
DESCRIPTION:
	This file contains the Style sheets
-------------------------------
HISTORY OF CHANGES:
	17.4.2005 Petr Horeni
-------------------------------
********************************/
	BODY {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	scrollbar-face-color: #804000;
	scrollbar-track-color: #FFAD5B;
	scrollbar-shadow-color: #FFAD5B;
	scrollbar-highlight-color: #FFAD5B;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-arrow-color: #FFAD5B;
	border-style : solid;
}
	P { 		
		font-family : Arial, Helvetica, sans-serif;
		font-size : 12px; 
		/*text-align: justify;*/
    }
 	INPUT {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	/*background-color : #b0c4de;
	*/
	background-color : #FFEFD5;
	border : 1px solid Black;
}

	SELECT {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	background-color : #FFEFD5;
	border : 1px solid Black;
}
	
 	.clsButton {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #FFAD5B;
	background-color : #804000;
	border : 1px solid Black;
}

 	.clsLoginButton {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #804000;
	background-color : #FFAD5B;
	border : 1px solid Black;
}

	
	TEXTAREA {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	background-color : #FFAD5B;
	border : 1px solid Black;
}

	LI { 
		font-family : Arial, Helvetica, sans-serif;
		font-size : 12px;
		/*text-align: justify;*/
	}
	TD {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 12px;
		/*text-align: justify;*/
	}

	A {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 12px;
		text-decoration : none;
		font-style : normal;
/*		font-weight : bold;	*/
		color: #804000;
	}

	A:hover { 
	  text-decoration: underline; 
	  color: black;		
	}

	A.clsnormallink {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 12px;
		text-decoration : underline;
		font-style : normal;
		color: Blue;
	}

	A.clsnormallink:hover { 
	  text-decoration: underline; 
	  color: darkblue;
	}

	.clsMenuLeft {
		color: #FFAD5B;
	}

	.clsMenuLeft:hover { 
	  text-decoration: underline; 
	  color: Black;
	}

	.clsTableHeader {
	  FONT-WEIGHT: bold; FONT-STYLE: italic;
	  background-color : orange;
	}
	.clsSiteTitle {
		text-transform : capitalize;
	}

	.clsRowColor0  {
	background-color : #FFAD35B;
}

	.clsRowColor1  {
	background-color : #FFAD35B;
}

	A.noline {
		text-decoration : none;
	}

	A:hover.noline {
		text-decoration : none;
	}

	.clsErrorTitle {
	background-color: #FFAD5B;
	color: white;
}
	
	.clsErrorText {
	color: red;
	font-weight : bold;
}
	
	