﻿/* General Style */

.master_footer,
.master_logininfo,
.master_leftnav,
h1, p, label,
table.input_fields td,
div.submit_buttons input,
div.alt_submit_options,body,
.validation_error
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: small;
	color: Black;
}

div.result 
{
    visibility: hidden;
    position:absolute;
    font-family:verdana;
    font-weight:bold;
    padding:40px;
}

/* CSS Footer Code */

@media screen
{
	html, body, .master_wrapper 
	{
		min-height: 100%;
		width: 99%;
		height: 100%;
		margin: 0;
		padding: 0;
	}

	html>body, 
	html>body .master_wrapper
	{
		height: auto;
	}

	.master_wrapper
	{
		position: absolute;
		top: 0;
		left: 0;
	}

	.master_footer
	{
		position: absolute;
		bottom: 0;
		width: 99%;
		text-align: center;
	}

	.master_main
	{
		height: auto;
		padding: .5em;
	}
	
	.master_clear
	{
		clear: both;
		line-height: 0;
		height: 0px;
		overflow: hidden;
	}

	.master_header
	{
		position: absolute;
		left: 0px;
		top: 0px;
		width: 99%;
		overflow: hidden;
	}

	/* Set these to the height of the header */
	.master_header { height: 101px; }
	.master_main { margin-top: 101px; }
	
	/* Set these to the height of the footer */
	.master_footer { height: 25px; }
	.master_main { margin-bottom: 25px; }
}

@media print
{
	.master_clear
	{
		clear: both;
		line-height: 0;
		height: 0px;
		overflow: hidden;
	}

	.master_footer
	{
		text-align: center;
	}
}

/* Display Code */

.master_header
{
	background: url(../images/header_background.gif) repeat-x;
	
}

.master_header_img
{
	height: 103px;
	background: url(../images/topleft_accesscontrol.jpg);
	position: absolute;
	width: 371px;
}
.left_image
{
   height:135px;
   position:relative;
   /*background:;*/
   bottom: 2px;	
}
.master_footer
{
	font-size: x-small;
	overflow: hidden;
	width: 60%;
	margin-left: 20%;
	margin-right: 20%;
}

.master_copyright 
{
	border-top: 1px solid #5C7577;
	padding-top: 2px;
}
.master_copyright a
{
	
}
	
.master_leftnav
{
	position: absolute;
	left: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 170px;
	/*background-color: #BADBD7;*/
	background: #ACBFC4 url(../images/left_menu_gradient.jpg) repeat-y top;
	border-right:solid 1px #ACBFC4;
	border-bottom:solid 1px #ACBFC4;
	border-top: solid 1px #ACBFC4;
}

.master_leftnav_itopright
{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 10px;
	height: 10px;
}
.master_leftnav_ibottomright
{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 10px;
	height: 10px;
}
.master_leftnav_optiondiv
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.master_body
{
	padding-left: 180px;
}

/* Login Box */

.master_logininfo
{
	position: absolute;
	bottom: 27px;
	right: 5px;
	padding: 2px 2px 2px 2px;
	font-size: x-small;
	color: Black;
	text-align: right;
}

.master_loginlink
{
	color: Black;
	font-weight: bold;
	text-decoration: none;
}

.master_loginlink:hover
{
	color: Red;
	text-decoration: underline;
}

.master_working_with_account
{
	font-weight: bold;
}

/* Page Styling */

h1
{
	font-size: x-large;
	color: #5C7577;
}

table.input_fields
{
	border-collapse: collapse;
	border: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}
table.input_fields td
{
	padding: 2px 2px 2px 2px;
}
table.input_fields td.label
{
	text-align: right;
}
table.input_fields td.field
{
	text-align: left;
}
table.input_fields td.rofield
{
	text-align: left;
	font-weight: bold;
}

div.submit_buttons
{
	margin-top: 10px;
}
div.submit_buttons input
{
	font-size: small;
	padding: 4px 4px 4px 4px;
	color: Black;
}
div.submit_buttons input.default
{
	font-weight: bold;
}

div.alt_submit_options
{
	margin-top: 15px;
	font-size: small;
}

.validation_error
{
	display: block;
	background-color: Maroon;
	color: White !important;
	text-align: center;
	border: 2px solid pink;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	padding: 7px 3px 7px 3px;
}
.master_leftnav_link
{
	color: Black;
	text-decoration: none;
}
.master_leftnav_link:hover
{
	text-decoration: underline !important;
}
.gridView td, .gridView th 
{
	font-size: small;
}
.gridView a
{
	text-decoration: none;
	/*color: Black;*/
}
.gridView a:hover
{
	text-decoration: underline !important;
}
.detailView, .checkBoxGroup td, .addChangeDiv

{
	text-align:left !important;
}
div.dHelp
{
	visibility: hidden;
	background-color: #F4E598;
	height: auto;
	width: auto;
	top: 0px;
	left: 0px;
	text-align: left !important;
	position: absolute;
	padding: 3px 3px 3px 3px;
	/*border-style: double;*/
	/*
	background-image: url(../images/popbackground.JPG);
	background-repeat: no-repeat;
	*/
}
.csAccounts
{
  border-collapse: collapse;
  border: 1px solid black;
	
}
div.divInstructions
{
	text-align: left;
	font-size:x-small;
	margin-bottom: 3px;
	padding-bottom: 5px !important;
}
  /* Linking for panel updates */
.update
{
    display: block;
	border: 2px solid Silver;
    background-color:Blue;
    color:White;
    text-align: center;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	padding: 7px 3px 7px 3px;
}
.row_regular
{
	background: #D8E6E6;
	border-color: #D8E6E6;
	
}

.row_alternative
{
	background: #ffffff;
	border-color: #D8E6E6;
	
}
        
a.mainNav:link    
{
	/* Applies to unvisited links of class mainNav */
    text-decoration:  none;
    font-weight:      normal;
    color:            black;
} 
a.mainNav:visited {
  /* Applies to visited links of class mainNav */
  text-decoration:  none;
  font-weight:      normal;
  color:            black;
  } 
a.mainNav:hover   {
  /* Applies to links under the pointer of class mainNav */
  text-decoration:  underline;
  font-weight:      normal;
  color:            black;
  } 
a.mainNav:active  {
  /* Applies to activated links of class mainNav */
  font-weight:      normal;
  color: black;
  } 
  
.tdfill
{
  background: #D8E6E6;	
}

  





   