
/********************************************************************
 *	Box Properties
 */

body { margin-left : 0px; margin-top : 0px; margin-bottom : 0px; margin-right : 0px; }
img { border: none; }
img.o { vertical-align: middle; }
table, tr, td { padding: 0px; }
.indent { margin-left : 4px; }

/********************************************************************
 *	Colors
 */

body { background-color: white; }
body, td, dl, ul, li {color: #222244; }
h1, h2, h3, h4  { color: #444477; }



/********************************************************************
 *	Fonts
 */

body, td, th, input, button, select, option, textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11px;
}
h2,h3,h4 { font-family: Arial, Helvetica, sans-serif; }

h1 { font-size: 210%; }
h2 { font-size: 170%; }
h3 { font-size: 140%; }
h4 { font-size: 110%; }

/********************************************************************
 *	Links
 */

a { text-decoration: none; color: #222244; }
a:link, a:visited { }
a:active, a:hover { color: #FF9900;  }

/********************************************************************
 *	Forms
 */

form { margin: 0px; }

input.field, select, option, textarea,
{
	font-family: Tahoma, Verdana, helvetica; font-size: 11px;
	border: 1px inset #eeeeee;
	vertical-align: top;
	margin: 0px; padding: 0px 4px;
	color: Navy; background-color: #FFFFFF;
}


button, input.button {
	text-align : center;
	height: 21px;
	font-weight : bold;
	padding-bottom: 3px
}

a.button, a.button:link, a.button:active, a.button:hover, a.button:visited {
	background-color: #ccccd9;
	border: 1px outset;
	vertical-align: middle;
}
a.button, a.button:link, a.button:active, a.button:hover, a.button:visited { padding: 1px 9px 2px; }
a.button:hover { background-color: #ffc444; }

/********************************************************************
 *	Misc
 */

.scrollArea { 
	height:300px; overflow: auto;
	scrollbar-base-color:#FFFFFF;
	scrollbar-3dlight-color:#C3C3C3;
	scrollbar-arrow-color:#C3C3C3;
	scrollbar-darkshadow-color:#C3C3C3;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color:#E5E5E5;
	scrollbar-shadow-color:#E5E5E5;
	scrollbar-track-color:#C3C3C3;
}
