﻿/************** Content Styles **************/

body {
	font-family: sans-serif;
	font-size: 12px;
	background-position: 100px 100px;
	margin: 20px 50px 50px 50px;
	/* background-image: url('/HWC/imgs/blue_back.jpg'); */
	background-repeat:repeat;
}

LI
{
	margin-left: 0px;
	padding-left: 0px;
}

.content
{
	width:98%;
	padding: 8px;
}

.container
{
	width: 900px;
	margin: 0 auto;
}

.h1 {
    font-size: 14px;
	line-height:17px;
	font-weight: bold;
}

.h2 {
    font-size: 13px;
	line-height:17px;
	font-weight: bold;
}

.h3, .h4 {
    font-size: 12px;
	line-height:14px;
	font-weight: bold;
	padding: 0px;
	margin:0px;
}

/* End of Content Styles */

/* Program Styles */

.contentTable
{
	border-collapse: collapse;
	border-style: solid; 
	border-width: 1px;
	border-color:#003366; 
	font-size: 12px;
}
.contentTD
{
    border-style: solid; 
    border-width:1px;
    border-color:#003366;
	padding:5px;
    vertical-align:top
}
.contentTable TD
{
    border-style: solid; 
    border-width:1px;
    border-color:#003366;
    padding:5px;
    vertical-align:top
}
.ratingTable
{
	margin:5px; 
	padding:1px; 
	border-collapse: collapse;
	border-style: solid; 
	border-width:1px; 
	border-color:#003366; 
	width:60%;
}

.ratingTD
{
    border-style: solid; 
    border-width:1px;
    border-color: #003366;
	padding:1px;
    vertical-align:top
}

.msgTable
{
	border-collapse: separate;
	margin:25px 10px 10px 0px; 
	padding:20px; 
	border-width:2px; 
	border-color:#003366; 
	border-style:none; 
}

.additionalNotes
{
	color: Red;
	margin: 0px 0px 0px 30px;
}

/* End of Program Styles */

/************** Footer Styles **************/

.footer
{
	width:900px;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 7px;
	position: static;
	text-align: center;
}

.footerText
{
	width:870px;
	text-align:left;
	
	padding: 5px 15px 10px 15px;
}

/* End of Footer Styles */



/************** Header Styles **************/

.header 
{
	width: 100%;
	margin: 0 auto;
	font-size: 10px;
}

.horBar
{
	width: 100%;
}

.calendarButton
{
	font-weight: bold;
}

/* End of Header Styles */

/************** Link Styles **************/

a:link {
    text-decoration: underline;
    font-weight : normal;
}

a:visited {
    text-decoration: underline;
    font-weight : normal;
}

a:active {
    font-weight: normal;
    text-decoration: underline;
}

a:hover {
    font-weight: normal;
    text-decoration: none;
}

/* End of Link Styles */


/* ToolTips */
.tooltips
{
    color:Black;
    text-decoration:underline;
}

/* Report */
.sectionHeading
{
    font-size:12pt;
}

.TwoColumnList ul 
{
    float: left;
    width: 600px;
}

.TwoColumnList ul li 
{
    float: left;
    width: 300px;
}

table.FRTable, table.FRTable td
{
	text-align:center;
	border:solid 1px Gray;
	border-collapse: collapse;
	border-spacing: 0;
	width:600px;

}
table.FRTable tr.b
{
	background-color:#74A5CD;
}
table.FRTable th.w
{
	width:100px;
}
table.FRTable th.c
{
	width:200px;
}
table.mPictureSection tr td
{
	text-align:center;
}


table.mPictureSection td.mPicture
{
	width:150px;
}


table.mPictureSection td.mDivide
{
	width:50px;
	
}