﻿body
{
	font-family: Trebuchet MS, Sans-Serif;
	font-size: .8em;
	padding: 0px;
	margin: 10px;
	text-align: justify;
	width: 1006px;
    margin-left: auto;
    margin-right: auto;
}

body.policyPrepare
{
	margin: 12px;
}

div
{
    margin: 0px;
    padding: 0px;
}

h1, h2, h3
{
    padding: 0px;
    margin: 0px 0px .5em 0px;
    font-family: Arial, Sans-Serif;
}

h1
{
	font-size:1.5em;
}

h2
{
	font-size: 1.25em;
}

h3
{
    font-size: 1.1em;
}

#container
{
    float: left;
    border-width: 1px;
    border-style: solid;
    background-position: right 96px;
	background-repeat: no-repeat;
}

#header
{
    height: 90px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding: 2px;
}

#menu
{
    width: 14%;
    float: left;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-right-width: 1px;
    border-right-style: solid;
    text-align: center;
}

#content
{
    float: left;
    position: relative;
    width: 80%;
    padding: 2%;
    overflow: hidden;
    min-height: 400px;
}

#footer
{
    text-align: center;
    border-top-width: 1px;
    border-top-style: solid;
    clear: left;
}

#menu ul
{
    list-style-type: none;
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    width: 108px;
    margin: 16px auto 16px auto;
    padding: 0px;
}

#menu ul li
{
    display: block;
    width: 108px;
    margin: 0px;
    padding: 0px;
    min-height: 1em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

#menu ul li a, #topMenuItem
{
    display: block;
    width: 100%;
	font-size: 1em;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	margin: 0px;
	padding: 3px 0px 3px 0px;
}

#menu ul li a:hover
{
	cursor: pointer;
}

a
{
	font-weight: bold;	
}

a:hover
{
	text-decoration: none;
}

input.button
{
	width: 70px;	
}

img
{
	border-width: 0px;
}

table
{
	border-collapse: collapse;
}

td
{
	vertical-align: top;
	padding: 8px;
}

.indented
{
	text-indent: 24px;
}

.warning
{
	font-weight: bold;	
}

.validation
{
	font-weight: bold;
	border-style: solid;
	border-width: 1px;
	padding: 4px;
}

.validationSummary
{
	font-weight: bold;
	border-style: solid;
	border-width: 1px;
	margin: 10px;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 20px;
}

.message
{
	font-weight: bold;
}

.fieldInstructions
{
	font-size: .9em;
	padding-top: 2px;
}

textarea
{
	width: 500px;
	height: 250px;	
}

.fullWidth
{
	width: 100%;	
}

.coloredText
{
}

.alternateRow
{
}

.selectedRow
{
}

td.labelCell
{
    vertical-align: top;
	text-align: right;
	white-space: nowrap;
}

td.dataCell
{
	text-align: left;
}

td.pageNumberCell
{
	text-align: center;	
}

td.previousPageCell
{
	text-align: left;
	width: 120px;
}

td.nextPageCell
{
	text-align: right;
	width: 120px;
}

td.adminListCell
{
	border-width: 1px;
	border-style: solid;	
}

#progressBarStatusDiv
{
	border-width: 1px;
	border-style: solid;
	width: 100%;
	text-align: center;
	z-index: 1;
	position: relative;
}

#progressBarDiv
{
	position: absolute;
	top: 0px; 
	left: 0px; 
	z-index: -1; 
	height: 100%;
	width: 100%;
}

#progressBarControlsDiv
{
	padding: 2px;
}

td.photoSelectorPreviewImageCell
{
	border-right-width: 1px;
	border-right-style: solid;
}

table.displayPageTable
{
	width: 100%;
}

td.displayPageCell, td.displayPageImageCell
{
	border-style: solid;
	border-width: 1px;
}

td.displayPageImageCell
{
	text-align: center;
	vertical-align: middle;
}

hr.displayPageHr
{
	width: 98%;
	border-width: 0px;
	height: 1px;
	text-align: center;
}
