﻿html
{ font-size: 100%; /* ie hack */ }

/* default font size*/
body
{
	margin: 0;
	padding: 0;
	background: #fff;
	color: #222;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px; 
    font-size: 62.5%; /* 16 x 0.625=10 */
    line-height: 1.8em;
}

html>body
{
	font-size: 16px; 
	font-size: 62.5%;
    line-height: 1.8em;
}

h1
{ font-size: 2em }

h2
{ font-size: 1.5em }

h3
{ font-size: 1.25em }

h4
{ font-size: 1em }

table
{ font-size: 100%; /* ie hack */ }

input, select, th, td
{ font-size: 1em }

li li, li p, td p, blockquote p
{ font-size: 1em }

a
{
	text-decoration: none;
}

a:link
{
	color: #2f5a9b;
}

a:visited
{
	color: #808;
}

a:active
{
	color: #f30;
}

a:hover
{
	color: #f30;
	text-decoration: underline;
}

a.extlink, a.extlinklong
{
	background: transparent url("/_images/misc/extlink.gif") no-repeat right center;
	padding-right: 13px;
}

table.searchpages
{
	margin: 0.5em auto;
	padding: 0;
	border: 1px solid #999;
	width: 98%;
}

table.searchpages td
{
	font-size: 0.9em;
}

table.searchpages td a
{
	padding: 0.1em 0.2em;
}

table.searchpages td.previous
{
	width: 48%;
	padding-left: 16px;
	text-align: left;
}

table.searchpages td.pages
{
	text-align: center;
/*	letter-spacing: 0.1em; */
}

table.searchpages td.next
{
	width: 48%;
	padding-right: 16px;
	text-align: right;
}

table.searchpages td a:hover
{
	text-decoration: underline;
}

table.error th
{
	width: 25%;
	text-align: right;
	vertical-align: top;
}

table.error thead th
{
	text-align: left;
	background: #036;
	padding: 0.25em;
	font-size: 1.2em;
	color: #fff;
}

tr.even
{
	background: #efefef;
}

tr.odd
{
	background: #f6f6f6;
}

td.left
{
	text-align: left;
}

td.center
{
	text-align: center;
}

td.right
{
	text-align: right;
}

div.row
{
	clear: both;
	padding: 0;
	margin-bottom: 2px;
}

div.row:after
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

div.row div.label
{
	float: left;
	width: 30%;
	margin: 0;
	padding: 2px 16px 0 0;
	text-align: right;
}

div.row div.item
{
	float: left;
	width: 55%;
	margin: 0;
	padding: 2px 0 3px 6px;
}

span.label
{
	font-weight: bold;
}

span.required, div.required
{
	background-image: url("/_images/misc/required.gif");
	background-position: right 0.2em;
	background-repeat: no-repeat;
	padding: 0.1em 0.2em 0.2em;
	padding-right: 18px;
	font-style: normal;
	font-weight: bold;
}

.requiredfield input, .requiredfield select, .requiredfield textarea
{
	background: #dfe5cf;
	font-weight: normal;
}

span.info
{
	font-weight: bold;
}

span.infobold
{
	font-weight: bold;
}

span.sitename
{
	color: #628600;
	font-weight: bold;
}

span.warning
{
	color: #b60022;
}

span.buttonname
{
	border: 1px solid #ddd;
	margin-top: 0.2em;
	padding: 0.1em 0.4em 0.2em;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	color: #102a59;
}

p.error
{
	color: #b60022;
}

p.copyright
{
	float: right;
	margin: 0.25em 1em;
}

p.siteinfo
{
	clear: right;
	float: right;
	margin: 0.25em 1em;
	font-size: 0.8em;
}

p.timer
{
	clear: right;
	float: right;
	margin: 0.25em 1em;
	font-size: 0.8em;
}

p.debug
{
	margin: 0.25em 1em;
	font-size: 0.9em;
}

p.center, div.center
{
	text-align: center;
}

p.right, div.right
{
	text-align: right;
}

p.produced
{
	float: left;
	color: #ddd;
}

p.produced a
{
	color: #ddd;
}

p.produced a:visited
{
	color: #ddd;
}

p.produced a:hover
{
	color: #ddd;
}

div.clear
{
	clear: both;
	font-size: 0.2em;
}

div.clearright
{
	clear: right;
	font-size: 0.2em;
}

div.spacer
{
	font-size: 1px;
}

div.spacer1em
{
	height: 1em;
}

div.spacer2em
{
	height: 2em;
}

div.mediumspace
{
	clear: both;
	height: 2em;
}

div.bigspace
{
	clear: both;
	height: 240px;
}

.hidden
{
	visibility: hidden;
}

div.debug
{
	display: none;
	margin: 0.25em 0 2em 0;
	padding-left: 1em;
	background: #fff;
	font-size: 1em;
	text-align: left;
}

div.debug p
{
	margin: 0;
	padding: 0;
	font-size: 1em;
}

div.dividergrip
{
	height: 9px;
	overflow: hidden;
	background: #eee url("/_images/misc/dividergrip.gif") no-repeat center 2px;
	border: 1px solid #ddd;
	border-top: none;
	cursor: s-resize;
}

.webkit div.dividergrip
{
	margin: -7px 0 0 2px;
}

