<!--

/*
 * generic tags
 */

*
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	color: #222;
	text-align: left;
}

td
{
	text-align: left;
	vertical-align: top;
}

/*
 * page
 */

html
{
	margin: 0px;
	padding: 0px;
	scrollbar-3dlight-color: #e9edf6;
	scrollbar-arrow-color: #777;
	scrollbar-base-color: #e4e4e4;
	scrollbar-darkshadow-color: #e9edf6;
	scrollbar-face-color: #b1b8c9;
	scrollbar-highlight-color: #777;
	scrollbar-shadow-color: #e4e4e4;
	scrollbar-track-color: #e4e4e4;
}

body 
{
	background-color: #fff;
	padding: 0px;
	margin: 0px;
	scrollbar-3dlight-color: #e9edf6;
	scrollbar-arrow-color: #777;
	scrollbar-base-color: #e4e4e4;
	scrollbar-darkshadow-color: #e9edf6;
	scrollbar-face-color: #b1b8c9;
	scrollbar-highlight-color: #777;
	scrollbar-shadow-color: #e4e4e4;
	scrollbar-track-color: #e4e4e4;
	background: url('../img/bg.png') #fbfbfb;
}

html, body
{
	height: 100%;
}


/*
 * main area of page content
 */

#maincolumn
{
	min-height: 100%;
	height:auto !important;
	height:100%;
	padding: 1px;
	margin: 0px auto;
	border-left: 1px solid #777;
	border-right: 1px solid #777;
	border-top: none;
	border-bottom: none;
	width: 760px;
	background: #fff;
}

#indexpagecontent
{
	width: 520px;
	margin-left: 20px;
}

#indexpagecontent img
{
	border: 1px solid #aaa; 
	padding: 15px;
}


/*
 * header
 */

#pagetitle
{
	padding: 0px;
	margin: 7px 5px 5px 5px;
	border-bottom: 1px #333 dotted;
}

#pagetitle h1
{
	font-weight: bold;
	font-family: "Courier new", Courier, monospace;
	font-size: 24pt;
	margin: 5px 0px;
	color: #222;
}

#pagetitle h2
{
	font-size: 10pt;
	font-weight: normal;
	color: #aaa;
	margin: 2px 0px 10px 82px;
	letter-spacing: 3pt;
}

#pagetitle img
{
	border: none;
	padding: 0px;
	margin: 0px;
}

#pagetitle img.logo
{
	float: left;
	border: none;
	margin: 0px 10px 0px 1px;
}

/*
 * footer
 */
 
#pagefooter
{
	clear: right;
	padding: 0px;
	margin: 20px 5px 5px 5px;
	border-top: 1px #222 dotted;
}

#pagefooter p
{
	margin: 0px;
	padding: 0.5em 0px;
}

/*
 * main menu
 */

#mainmenu
{
	margin-bottom: 20px;
	margin-left: 4px;
	padding-bottom: 1px;
	clear: left;
}

div.menuentry
{
	float: left;
	margin: 0px 2px 0px 1px;
	padding: 1px 0px;
}

div.menuentry:hover
{
	background: #eee;
}

div.menuselected
{
	float: left;
	margin: 0px 2px 0px 1px;
	background: #e0e0e0;
	padding: 1px 0px;
}

div.menuselected h3
{
	margin: 0px;
	font-weight: normal;
	font-size: 10pt;
	padding: 0px 15px;
}

div.menuentry a
{ 
	color: #222; 
	text-decoration: none; 
	padding: 0px 15px;
}

div.menuentry a:hover, div.menuentry a:visited:hover
{ 
	color: #222; 
	text-decoration: none; 
	background: transparent;
	padding: 0px 15px;
}

div.menuentry a:visited	
{ 
	color: #222; 
	text-decoration: none; 
	padding: 0px 15px;
}

div.menuentry a:active
{ 
	color: #222; 
	text-decoration: none; 
	padding: 0px 15px;
}

/*
 * 
 */

#indexpage
{
	margin-left: 20px;
	margin-right: 5px;
	width: 520px;
}

/*
 * table cells with alternating background color
 */

.alternatingbg td.alt0, .alternatingbg th.alt0, .alternatingbg tr.alt0
{
	background-color: #f1f1f1;
}

.alternatingbg td.alt1, .alternatingbg th.alt1, .alternatingbg tr.alt1
{
	background-color: white;
}

/*
 * useful generic stuff
 */

.spacer
{
	background-color: #fff;
	height: 2px;
}

.bordered
{
	border: 1px solid;
}

.noborder
{
	border: none;
}

td.decimaltd
{
	text-align: right;
}

.rightalign
{
	float: right;
}

.leftalign
{
	float: left;
}

input.invisible
{
	border-style: solid;
	border-color: transparent;
	background-color: transparent;
}

/*
 * generic hrefs
 */

a							{ text-decoration: none; padding: 0px; }
a:visited					{ text-decoration: none; padding: 0px; }
a:hover, a:visited:hover	{ text-decoration: none; padding: 0px; }
a:active					{ text-decoration: none; padding: 0px; }

/*
 * paragraph markups
 */

.phoneslash			{ letter-spacing: -1.5pt; }

.smaller			{ font-size: 8pt; line-height: 10pt; }

.informational		{ color: #0b735a; }

.warning			{ color: #c36e00; }

.error				{ color: #ff4444; }

.nowrap				{ white-space: nowrap; }

.bold				{ font-weight: bold; }

-->
