/*
 * Sample css file for learning css formatting and layoutting.
 */

/*
Default page style
*/
body {
	font-family: Verdana, Arial, sans-serif;;
	font-size: small;
	margin: 0;
	SCROLLBAR-FACE-COLOR: #dfd8bc;
/*	SCROLLBAR-HIGHLIGHT-COLOR: white; */
/*	SCROLLBAR-SHADOW-COLOR: #afa89c; */
/*	SCROLLBAR-3DLIGHT-COLOR: #afa89c; */
/*	SCROLLBAR-ARROW-COLOR: black; */
	SCROLLBAR-TRACK-COLOR: #efe8cc;
/*	SCROLLBAR-DARKSHADOW-COLOR: black; */
	background: #fff8dc;
	color: @APPLICATION_CONTENT_COLOR@;
}

/*
Default paragraph style
*/
p {
	/* Paragraphs beginning at the 9th pixel in left 
	padding-left: 8px;
	Paragraphs beginning at the 9th pixel in right
	padding-right: 8px;*/
	text-align: justify;
	font-family: Verdana, Arial, sans-serif;;
	font-size: small;
}

a:link, a:visited, a:hover
{
	text-decoration: none;
	color: #107f10;
}

a img
{
	border-width: 0;
}

a:hover
{
	color: #7f1010;
}

td.headerLine
{
	height: 26px;
	padding: 3px;
	background: #dfd8bc;
	border-bottom: 2px solid black;	
	font: x-small Verdana, Arial, sans-serif;;
	font-weight: normal;
}

*
{
	font-family: Verdana, Arial, sans-serif;;
	font-size: small;
}

p.tight
{
	/* Paragraphs beginning at the 9th pixel in left 
	padding-left: 8px;
	Paragraphs beginning at the 9th pixel in right
	padding-right: 8px;*/
	text-align: justify;
	font-family: Verdana, Arial, sans-serif;;
	font-size: small;
	line-height: 150%;
}