﻿/* Overall Page */

body {
	margin: 0;
	padding-bottom: 2em;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, Georgia, sans-serif;
	font-size: 1em;
	border-top: 2px solid #194ca5;
}

table {
  font-family: Verdana, Arial, Helvetica, Georgia, sans-serif;
	font-size: 1em;
	padding: 0;
}

#wrapper {
	background-color: #ffffff;
}
	
/* Header Section */

#header {
	border-top: 2px solid #194ca5;
	height: 44px;
	vertical-align: middle;
}

#header .title {
  font-family: Franklin Gothic Medium, Verdana, Arial, Helvetica, Georgia, sans-serif;
	font-Size: 1.75em;
	color: black;
	background-color: transparent;
	float: left;
	margin-right: 2em;
	margin-top: 0.1em;
	margin-left: 1em;
}


#header .loginStatus {
	font-size: 0.75em;
	color: #194ca5;
	background-color: transparent;
	float: right;
	margin-right: 3em;
	margin-top: 0.8em;
	font-weight: bold;
}

#subHeader {
	font-size: 0.75em;
	font-weight: bold;
	color: black;
	background-color: transparent;
	margin-bottom: 0.5em;
	width: 100%;
	height: 3em; 
	vertical-align: middle;
	border-top: 1px dotted #194ca5;
	border-bottom: 3px double #194ca5;
}

#breadcrumb {
	float: left;
	margin-top: 0.5em;
	margin-left: 3em;
}

#commonFunctions {
	float: right;
	margin-top: 0.5em;
	margin-right: 3em;
}

/* Content */

#content {
  font-size: 0.75em;
}

/* Footer Section */

#footer {
	border-top: 4px solid #194ca5;
	clear: both;
  width: 100%;   
  text-align: center;
  height: 4em;
}

#footer .footer {
	font-size: 0.6em;
	color: black;
	background-color: transparent;
}

#footerImages {
  width: 100%; 
	text-align: right;
	vertical-align: top;
}

/* Page specific sections */

#loginDiv {
	border-top: 5px solid #194ca5;
  width: 100%;   
  text-align: center;
}

#SummaryTable {
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
}

#SummaryTable .SummaryLeftZone {
  width: 33%;
  text-align: justify;
  vertical-align: top;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
}

#SummaryTable .SummaryMiddleZone {
  width: auto;
  text-align: justify;
  vertical-align: top;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
}

#SummaryTable .SummaryRightZone {
  width: 33%;
  text-align: justify;
  vertical-align: top;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
}

.SummaryCtrl {
  width: 99%;
  text-align: center;
}

.SummaryHyperlink {
  text-align: center;
  width: 99%;
}


.Heading {
 font-family: Verdana, Arial, Helvetica, Georgia, sans-serif;
 font-weight: bold;
 font-variant: normal;
 font-size: 1.6em;
 color: #003399;
 text-align: center;
 width: 100%;
 margin-top: 0.5em;
 vertical-align: middle;
 height: 2.1em;
}

.HeadingLabel {
 font-family: Verdana, Arial, Helvetica, Georgia, sans-serif;
 font-weight: bold;
 font-variant: normal;
 font-size: 1em;
 color: #003399;
}

.BorderedTable {
  width: 99%;
  border-top: 1px solid #194ca5;
  border-right: 1px solid #194ca5;
  border-left: 1px solid #194ca5;
  border-bottom: 1px solid #194ca5;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
}

.htmlButton {
  color: #000099;
  background-color: White;
  border-color: #6699cc;
  border-width: 1px;
  border-style: Solid;
}


.WebPartTitle {
  background-image: url(images/WebPartTitleBg.gif);
  font-weight: bold;
  color: Black;   
  height: 24px;
}

.WebPartTitleVerb {
  font-size: 0.8em;
  color: White;
  font-style: normal;
}

.WebPartChromeStyle {
  color: #000000;
  font-family: Verdana;
  font-weight: bold;
  border-color: #cccccc;
  background-color: #f4f4fa; 
}

a.HyperLink link{color:#003399}
a.HyperLink visited{color:#003399}
a.HyperLink hover{color:#ff0000; text-decoration:underline}
a.HyperLink active{color:#003399}
