﻿/* header */

div#header 
{
	height: 60px;
	width: 100%;
}

div#header div#content
{
	float: left;
	height: 100%;
	padding-left: 20px;
}

div#header p.breadcrumbs
{
	color: #233B83;
	font-size: 0.8em;
	margin: 4px 0px 0px 0px;
}

div#header p.breadcrumbs a
{
	color: #233B83;
	text-decoration: none;
}

div#header div#buttons, div#footer
{
	display: none;
}

/* tab pages */

.web-tabPage
{
	background-color: white;
	border: 1px solid #919B9C;
	border-top: none;
}

/* body/content */

div#body h2
{
	font-weight: bold;
	font-size: 1.2em;
}

div#body h3
{
	font-weight: bold;
	font-size: 1.0em;
}

div#body a
{
	color: #233B83;
	text-decoration: underline;
}

/* lists */

div#body ul.list
{
	margin-left: 0px;
}

div#body ul.list li
{
	list-style-type: circle;
}

