﻿@charset "UTF-8";
/*CSS Document*/
html, div, span, .ms-WPBody
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: normal;
}
.ms-WPBody h1
{
	font-weight: normal;
	font-size: 24px;
}
body
{ 
	background-image:url('/PublishingImages/background.jpg');
	background-color: #f7f7f7;
	*overflow:visible;
} 
div.s4-title.s4-lp, body #s4-mainarea, #s4-topheader2, #s4-statusbarcontainer
{
	width: 996px;
 	margin: auto;
	padding: 0px;
}
body #s4-mainarea
{
	background-color:#F7F7F7;
	height:auto;
}
body #s4-workspace
{
	*overflow: auto !important;
    *overflow: visible !important;
    height: 800px;
}
 div#s4-bodyContainer 
{ 
	width:996px; 
	margin: auto; 
	border-left: 2px #ddd solid;
	border-right: 2px #ddd solid;
}
div.s4-ba
{
	padding: 0 10px 10px 0px;
	background-color: #f7f7f7;
}
div.clear
{
	clear: both;
	width: 0px;
	height: 0px;
	margin: 0px;
}
.s4-ca.s4-ca-dlgNoRibbon
{
	background-color: #f7f7f7;
}

/*toolpane*/
.ms-ToolPaneOuter 
{ 
	position:relative; 
	height: 80% !important; 
	top: 0px; 
	left: 0px;
}
td#MSOTlPn_MainTD 
{ 
	width: 0 !important; 
} 
td#MSOTlPn_ToolPaneCaption 
{ 
	cursor: move; 
}
ul.ms-MenuUIUL
{
	background-color:#fff;
}
/*Title Row & Search Area*/
.s4-titletable
{
	width:100%;
	background-color: #fff;
	height: 120px;
}
.titletable-top
{
	background-image:url('/PublishingImages/top_bg.png');
	width: 996px;
	height: 35px;
}
.s4-titlelogo
{
	padding-left: 10px;
}
.searcharea
{
	width:380px;
	float:right;
}
.searcharea a, .searcharea a:visited
{
	color:#002d6a;
}
.searcharea a:hover
{
	color: purple;
}
.searcharea img
{
	vertical-align:middle;
}
#s4-searcharea
{
	float:left;
}
/*Calendar*/
.ms-acal-header
{
	text-align:center;
}
.ms-acal-display
{
	font-weight:600;
}

.head table
{
	padding: 5px 5px 5px 5px;
}
.printfriendly
{
	position: absolute;
	right: 1px;
	margin: 5px 5px 0 0;
	z-index: 1;
}
#imgBack
{
	margin: 0px 5px 5px 5px;
	vertical-align: -8px;
	*vertical-align: -2px;
}
.accessibility
{
	height:0px;
}
/*Calculator CSS*/
#tooltip{
	position:absolute;
	border:1px solid #333;
	background: silver;
	padding:2px 5px;
	color:#333;
	display:none;
}	

.ms-WPBody TD{
	 font-family:Arial, Helvetica, sans-serif;
}
/*Print with top nav*/
@media print 
{
	#s4-topheader2 { 
		display: block !important; 
		visibility: visible !important; 
	}
}
/*Table*/
#gnmaTable
{
	border: 1px #7d7d7d solid;
	font-family: Arial, Helvetica, sans-serif;
}
#gnmaTable th
{
	background-color: #002d6a;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}
#gnmaTable td
{
	background-color: #cfd4d8;
	color: #7d7d7d;
	font-weight: normal;
	font-size: 12px;
}
/*Buttons*/
.gnmaButton
{
	background-color: #002d6a;
	color: #fff;
	border: 0;
	height: 25px;
	font-weight:600;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 50px;
}
/*Search*/
.s4-search .srch-gosearchimg
{
	height: 20px;
}
.s4-search input.ms-sbplain
{
	padding-top: 2px;
	padding-bottom: 1px;
	font-size: 12px;
}
.s4-search .ms-sbtable-ex
{
	margin-bottom: 2px;
	margin-top: 0px;
}

