/* General Text */

body, table
{
	font-family: Verdana, Tahoma, Arial;
}

p, ul
{
	MARGIN-TOP: 0.5em;
	MARGIN-BOTTOM: 1em;
	LINE-HEIGHT: 150%;
}

td, th
{
	font-size: 70%;
}

body
{
	padding: 0px;
	margin: 0px;
}

.smallertext
{
	font-size: 85%;
}

.biggertext
{
	font-size: 120%;
}

.bigheading
{
	font-family: Trebuchet MS;
	font-size: small;
	font-weight: bold;
	/*color: darkblue;*/
	height: 38px;
	padding-left: 14px;
	padding-top: 5px;
	background: url(/images/headingbackground.gif) top left no-repeat;
}

.mediumheading
{
	font-family: Verdana;
	font-size: 120%;
	font-weight: bold;
}

p.smallheading
{
	font-weight: bold;
	color: darkblue;
}

td.mainpadding
{
	padding-left: 12px;
	padding-right: 5px;
	padding-top: 10px;
}

/* Inset Panels */

div.insetpanel
{
	border-bottom: 1px dotted #D5DCEB;
	background: white;
}

div.insetpanel .content
{
	color: #555555;
}

div.insetpanel .heading
{
	background: url(/images/panel/header.gif) repeat-x;
	color: black;
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
}

.panelleftmargin
{
	background: url(/images/panel/leftmargin.gif) repeat-y;
}

.panelrightmargin
{
	background: url(/images/panel/rightmargin.gif) repeat-y;
}

div.insetpanel .smallheading
{
	color: Black;
	text-decoration: underline;
	font-weight: bold;
}

/* Left Margin */

.leftmargin
{
	background: url(/images/leftfade.gif) repeat-y top right;
	height: 100%;
	padding-left: 0px;
	padding-right: 6px;
	line-height: 3.4ex;
	float: left;
}

.rightmargin
{
	background: url(/images/rightfade.gif) top left repeat-y #F0F1F0;
	height: 100%;
	padding-left: 10px;
	padding-right: 3px;
}

.rightmargin p
{
	line-height: 2.8ex;
}

.rightmargin p.smallheading
{
	color: Black;
}

.leftmargin a, .leftmargin a:visited
{
	color: black;
	text-decoration: none;
}

.leftmargin div.content
{
	padding-left: 3px;
}

.leftmargin .sectionheading
{
	background: url(/images/horizontaldot.gif) bottom left repeat-x;
	margin-top: 10px;
	margin-bottom: 6px;
	padding-bottom: 5px;
}

.leftmargin .sectionitem
{
	padding-left: 10px;
}

.rightmargin .sectionitem
{
	background: url(/images/horizontaldot.gif) bottom left repeat-x;
	padding-top: 2px;
	padding-bottom: 5px;
}

.rightmargin .sectionitem a, .rightmargin .sectionitem a:visible
{
	color: darkblue;
	text-decoration: none;
}

.leftmargin div.leftindent
{
	/*border-bottom: 1px dotted #555555;*/
	background: url(/images/horizontaldot.gif) bottom left repeat-x;
	padding-bottom: 5px;
	margin-bottom: 2px;
}

.leftmargin div.leftindent1
{
	padding-left: 10px;
}

.leftmargin div.leftindent2
{
	margin-left: 18px;
}

.leftmargin a:hover, .leftmargin a:visited:hover
{
	color: Black;
	text-decoration: underline;
}

.leftmargin .smallheading
{
	font-weight: bold;
	color: Black;
	font-size: 120%;
}

/* Links */

a.commandlink
{
	background: url(/images/bluearrow.gif) center left no-repeat;
	padding-left: 18px;
	font-weight: bold;
}

a.toplink, a.toplink:visited
{
	font-family: Tahoma;
	text-decoration: none;
	color: black;
	font-weight: bold;
}

a.toplink:hover, a.toplink:visited:hover
{
	text-decoration: underline;
	color: #888888;
}

a, a:visited, a:active
{
	color: #0077FF;
}

p.sublink
{
	font-weight: bold;
	font-size: 85%;
}

a.sublink:link, a.sublink:visited, a.sublink:active
{
	text-decoration: none;
}

p.mainlink
{
	font-weight: bold;
	font-size: x-small;
}

a.mainlink:link, a.mainlink:visited, a.mainlink:active
{
	text-decoration: none;
}

a.ectitle, a.ectitle:visited
{
	color: #2D567D;
	font-weight: bold;
	font-size: 100%;
	text-decoration: none;
}

/* Menuing */

div.menu
{
	position: absolute;
	visibility: hidden;
	border: 2px solid #222288;
	background-color: white;
	padding: 8px;
	line-height: 20px;
	background-image: url(/images/menucorner.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

a.menuitem, a.menuitem:visited
{
	text-decoration: none;
	color: #000055;
	font-size: 70%;
	font-weight: bold;
}

a.menuitem:hover, a.menuitem:visited:hover
{
	text-decoration: underline;
	color: #2222AA;
}

/* Other */

th
{
	text-align: left;
	background: url(/images/panel/headerbg.gif) top left repeat-x #F6F7FB;
}

tr.tableheading
{
	background-color: black;
	color: White;
	font-weight: bold;
}

.figure
{
	font-size: 80%;
	border: 1px solid #999999;
	padding: 5px;
	text-align: center;
}

.code
{
	background-color: #F5F5F5;
	border: 1px solid #999999;
	padding: 5px;
}

input, select, textarea
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 8pt;
}

table.extrainfo
{
	background-color: #ECE9D8;
	border: 2px outset #8F8C7F;
}

a:hover
{
	color: #ff6600;
}
