﻿body 
{
    background-color: White;
    background-color: #FFFFFF;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    font-family: Arial, Helvetica, sans-serif; 
    font-weight: normal;
    font-size:medium;
    color: #000000;
    color: Black;
}

div.header
{
    position: relative;
    top: 0px;
    width:740px;
}

div.footer
{
    width: 740px;
    position:relative;
    top:10px;
    text-align:center
}

div.content
{
    position:relative;
    top:-3px;
    padding-left:0px;
    min-height: 325px;
    _height: 325px;  /*ie hack */
    width:740px;
}

div.header td
{
    padding: 0px;
}

div.header a
{
    color: Black;
    color: #000000;
    font-size:8pt;
    text-decoration: none;    
	vertical-align: -1px;
    background-color: transparent;
    font-weight: normal;
    width: 740px;
}

div.header a:hover
{
    text-decoration:underline;
}

div.header img
{
    border: 0px;
}

div.header table
{
    width: 740px;
    left: 0px;
    top: 0px;  
    border-collapse:collapse;
}

tr.headernav
{
    background-color: #CED7E8;
    height: 26px;
    padding: 0px;
}

td.headernav
{
    text-align: center;
    vertical-align: middle;
    width: 150px;
    empty-cells: show;
    padding: 0px;
}

td.headernav_a
{
    width: 440px;
    text-align: left;
    padding: 0px;
}

td.headerspace
{
    height:10px;
    background-color:White;
}


.linkdivider 
{
    color: Black;
    font-size:60%;
}
.Freezing 
{ 
   position:relative ; 
   top:expression(this.offsetParent.scrollTop); 
   z-index: 10; 
   text-align: center;	
   
}

/*Footer Styles*/
.bottomnavlinks:link
{
    color: Black;
    font-size: 8pt;    
}

.bottomnavlinks:visited
{
    color: Black;
    font-size: 8pt;    
}

.bodylinks 
{
    text-decoration: underline;
    color: Black;
    font-size: 80%;
}

.copyright 
{
    font-size: 8pt;
}

/*Content*/

div.contentbody
{
	font-size:small;
    padding-top:10px;
    padding-left:10px;
    padding-right:10px;
    vertical-align:top;
    text-align: center;
}

.contentbox
{
	border:solid 2px black;
	width:600px;
	text-align:center;
}

.contentboxheader
{
	background:LightSteelBlue;
	border-bottom: solid 2px black;
	font-weight:bold;
	padding:5px;
	
}

.contentboxrow
{
	border-bottom: solid 1px gray;
	font-weight: bold;
	padding: 5px;
}

.contentboxfooter
{
	border-top: solid 2px black;
	font-weight:bold;
	padding: 5px;
}

.contenttitle
{
	font-size: medium;
}

.adminPanel
{
	text-align: center;
}

.scrolling
{  
	overflow: auto;	
}

.gridheader
{
	width:100%;	 
	font-weight:bold;
	color: #f5f5f5;
	height: 20px;
	background-color: #4682b4;
	text-align: center;		
}

.headerrow
{
	width:100%;	 
	font-weight:bold;
	color: #f5f5f5;
	height: 25px;
	background-color: #4682b4;
	text-align: left;		
}

.red
{
	color:Red;
}

.txtStyle
{
	font-family:Arial;
	font-size:65;
	font-weight:normal;	
	text-align:left;
}

table.background
{
	background-image:url("../../App_Global/images/topnavbg_136668_7.gif");
	background-repeat:repeat;
}
.errMessageJavascript
{
    background:#FFFF99;
    border:solid 1px #FF0000;
    padding:5px;
    margin:0 0 10px 0;
    text-align:center;
    font-weight:bold;
    font-family:Verdana,Arial;
    font-size:13px;
}
