/* 
   Name: pageStyle.js
   Description:
		Cascading stylesheet for the Public Access System
		pages.
*/


/************************************/
/* HTML Tag Overrides */
/************************************/

html {
     /*overflow: -moz-scrollbars-vertical;*/
}

body {
	margin:0 0 0 0;
	font-family:"Trebuchet MS", Arial;
	font-size:.9em;
	/*background-color:#1E3F70;*/
}

h2 {
	font-size:1.5em;
	font-weight:bold;
	color:#69A7CE;
	padding-bottom:0;
	margin-bottom:0;
}

input, textarea {
	border:1px solid #4D78A8;
}

/************************************/
/* Template IDs */
/************************************/
#HeaderWrapper {
	margin:auto;
	background:url(/pas/images/Header_Bg.gif) repeat-x;
}

#HeaderRow {
	margin:auto;
	width:774px;
	height:154px;	
}

#ContentWrapper {
	padding:15px 0 15px 0;
	background-color:white;
}

#ContentRow {
	margin:auto;
	width:774px;
	background-color:white;
}

#SideNav {
	float:left;
	width:209px;	
	margin-left:20px;
}

#SideNavPhoto {
	width:209px;
	margin-bottom:10px;
}

#SideNavPhotoText {
	font-weight:bold;
	color:#3D5D7E;
	font-size:.75em;
	margin-bottom:10px;
	width:209px;
}

#SideNavHeader{
	width:204px;
	height:9px;
	font-size:1px;
	background:url(/pas/images/SideNav_Header.gif) no-repeat;	
}

#SideNav ul {
	list-style:none;
	margin:0;
	padding:0;
}

#SideNav a {
	background:url(/pas/images/SideNav_Item_Bg.gif);
	text-align:center;	
	display:block;
	text-decoration:none;
	font-weight:bold;
	font-size:.9em;
	color:white;
	padding-top:5px;
	height:26px;
	width:204px;
}

#SideNav .bottom {
	height:25px;
}

#SideNav a:hover {
	background:url(/pas/images/SideNav_ActiveItem_Bg.gif);
}

#SideNavFooter {
	background:url(/pas/images/SideNav_Footer.gif) no-repeat;
	width:204px;
	height:20px;
}

#PageContent {
	float:left;
	width:510px;
	margin-left:15px;
	background-color:white;
	color:#47629A;
	font-size:.9em;
}

#PageContentHeader {
	background:url(/pas/images/Content_Header_Bg.gif) repeat-y;	
	padding:5px 0 5px 20px;
	margin-bottom:10px;
	color:white;
	font-size:.9em;
}

#PageContentHeader a {
	color:white;
	text-decoration:none;
}

#PageContentHeader h2 {
	font-weight:bold;
	color:white;
	margin:0;
	padding:0;
	font-size:1.3em;
	text-transform:uppercase;
}

#FooterRow {
	margin:auto;	
	background-color:#1E3F70;
	color:white;
	text-align:center;	
	font-size:.8em;
	border-top:4px solid #9BAFD0;
	padding:0px 195px 20px 195px;
}

#FooterRow a {
	color:#A3DFEE;
	font-size:1.2em;
	font-weight:bold;
}

#FooterRow a:hover {
	color:white;
}

#EmailDisclaimer {
	text-align:left;
}
#HelpContent {
	float: right;
	margin-bottom:7px
}
#HelpContent a, 
#HelpContent a:visited {
	text-decoration: none;
	color: #4672A4;
}

#HelpContent a:hover {
	text-decoration: underline;
	color: black;
}
#DetailsHeader {
	background-color:#4672A4;
	color:white;
	width:490px;
	padding:10px 0 10px 20px;
	margin:10px 0 5px 0;
}
#DetailsLeftColumn {
	float:left;
	background-color:#4672A4;
	width:269px;	
}
#DetailsPhoto {
	margin:1px;
	padding:2px;
	background-color:#C3DDF5;
}
#DetailsName {
	font-size:1.4em;
	text-align:center;
	color:white;
	font-weight:bold;
	margin:20px 0 20px 0;
}
#DetailsRightColumn {
	margin-left:5px;
	float:left;
	background-color:#C3DDF5;
}
/************************************/
/* Content Classes */
/************************************/
.FormHeader {
	background-color:#4672A4;
	color:white;
	width:490px;
	padding:10px 0 10px 20px;
}
.formPair 
{
	
}
.label
{
	float:left;
	width:199px;
	display:block;
	text-align:right;
	padding:6px 10px 0 0;	
	background:url(/pas/images/Form_Bg.gif) repeat-x;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	color:#4672A4;
	height:26px;
}

.labelMate 
{
	float:left;	
	width:295px;
	height:27px;
	display:block;
	padding:5px 0 0 5px;
	border-bottom:1px solid #ccc;
	background:url(/pas/images/Form_Bg.gif) repeat-x;
} 
.TipFormField {
	float:left;
	width:170px;
}
.TipFormField input {
	width:100px;
}
.Optional {
	color:#CEDAE7;
	font-weight:bold;
	font-size:.8em;
}
.ViewingResults {
	margin-left:5px;
	margin-right:10px;
}
.JumpToPage {
	font-weight:bold;
	font-size:1em;
}
.JumpToPage a {
	text-decoration:none;
	color:#47629A;
}
.SearchResultsTable {
	margin-top:10px;
	margin-bottom:10px;
	border:1px solid #ccc;
	cellspacing: 1px;
	border-collapse: collapse;
}
.SearchResultsTableHeader {
	background-color:#5587B6;
	color:white;
	text-align:center;
	font-weight:bold;
	border:1px solid #ccc;
}

.SearchResultsTableHeader a, 
.SearchResultsTableHeader a:visited {
	color: white;
	text-decoration: none;	
}

.SearchResultsTableHeader a:hover {
	text-decoration: underline;
	color: black;
}

.SearchResultsTableCell {
	background-color:#C3DCF3;
	color:black;
    border:1px solid #ccc;
}
.SearchResultsTableCell a {
	background-color:#C3DCF3;	
	color:#1772CB;
}
.SearchResultsTableFooter {
	background-color:#5587B6;
	font-size:5px;
}
.DetailsPair {
	border-bottom:1px solid #ccc;
	
}
.DetailsLabel {
	float:left;
	width:90px;
	display:block;
	text-align:right;
	padding:6px 10px 0 2px;	
	color:#4672A4;
	background-color:#C3DDF5;	
	font-size:.9em;
}
.DetailsLabelMate {
	float:left;	
	width:126px;
	display:block;
	padding:6px 0 0 5px;
	border-left:1px solid #ccc;
	background-color:#C3DDF5;
	overflow:auto;
	font-size:.9em;
}

