﻿/* docunet.master	*/
body 
{
	margin: 0px; 
	color: black;
	background-color: white;
}
IMG.Header
{
	border: 0px;
	width: 100%;
	height: 56px;  
/*	width: 1600px; */
}
DIV.HeaderBackground
{
	position: absolute; 
	top: 0px; 
	right: 0px; 
	z-index: 0;
	width: 100%;
	height: 56px;  
}
DIV.HeaderForeground
{
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
	width: 100%;
/*	fix for IE6 */
	overflow: auto;
}
IMG.Logo
{
	width: 200px;
	height: 55px;
	border: 0px;
}
IMG.Global
{
	border: 0px;
}
IMG.GreenSpacer
{
	border: 0px;
	width: 1px;
	height: 1px;
}
TABLE.Header
{
	width: 100%;
	border: 0px;
	border-collapse: collapse;
	text-align: center;
/*	position: static;
	background-color: transparent;*/
/*	background-image: url(../Images/Header-Interior.jpg);
	background-repeat: repeat-x;*/
}
TR.Header
{
	background-color: transparent;
	vertical-align:top;
}
TD.HeaderLeft
{
	text-align: left;
	height: 56px;
	width: 200px;
}
TD.HeaderCenter
{
	text-align: center;
	vertical-align: middle;
	height: 56px;
/* original page don't have following parameter */
/*	width: 100%;*/
}
TD.HeaderRight
{
	text-align: right;
}
TD.HeaderLine
{
	background-color: #3E7898;
	text-align: left;
	height: 1px;
}
DIV.Content
{
	text-align: center;
	margin: 10px;
	height: 100%;
	clear: both;
}
A:link
{
	color: #284e62;
}
A:visited
{
	color:Black 
}
A:active
{
	color:Green 
}
.MenuView1
{			
	text-align: left;			
	background-color: #EDEBCE;				
	border-color: Green;
	border-style: ridge;
	border-bottom-width: thin; 											    
	border-top-width: thin;
	border-left-width: 0;		
	border-right-width: 0;
	font-size: 11px;	
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;		
	height: 18px;
	padding: 0;		
	width: 100%;		                    
}
.MenuView2
{
	text-align: left;			
	background-color: #E0DEC3;				
	border-color: Green;
	border-style: ridge;
	border-bottom-width: thin; 											    
	border-top-width: thin;
	border-left-width: 0;		
	border-right-width: 0;
	font-size: 11px;	
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;		
	height: 18px;
	padding: 0;		
	width: 100%;			 
}


/* menu styles */
A.GlobalMenu:link, A.GlobalMenu:visited, A.GlobalMenu:active
{
	color: #000000;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
    TEXT-DECORATION: none;
	/*margin-left: 5px;
	margin-right: 5px;
	margin-top: 3px;
	margin-bottom: 3px;*/
	margin: 0px 5px 0px 5px;
    white-space: nowrap;
}
A.GlobalMenu:hover
{
	color: #000;
	text-decoration: underline;
	/*margin-left: 5px;
	margin-right: 5px;
	margin-top: 3px;
	margin-bottom: 3px;*/
	margin: 0px 5px 0px 5px;
    white-space: nowrap;
}
A.GlobalMenuSelected:link, A.GlobalMenuSelected:visited, A.GlobalMenuSelected:active
{
	color: #0C0C0D;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
    TEXT-DECORATION: none;
	/*margin-left: 5px;
	margin-right: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
	*/
	margin: 0px 5px 0px 5px;
    white-space: nowrap;
}
A.GlobalMenuSelected:hover
{
	color: #0C0C0D;
	text-decoration: underline;
	/*margin-left: 5px;
	margin-right: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
	*/
	margin: 0px 5px 0px 5px;
    white-space: nowrap;
}
TABLE.GlobalMenu
{
	width: 100%;
	background-color: #edebce;
	border-bottom: #3e7898 1px solid;
	border-top: #3e7898 1px solid;
	vertical-align: middle;
	margin: 0px;
	border-collapse: collapse;
}
TD.GlobalMenu
{
	/*border-left: black 1px solid;*/
	border-right: black 1px solid;
}
DIV.GlobalMenuItem
{
	/*border-left: black 1px solid;*/
	border-right: #5F6062 1px solid;
	float: left;
	/*margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;*/
	margin: 0px 0px 0px 0px;
	height: 17px;
	line-height: 17px;
}
DIV.GlobalMenu
{
	background-color: #EDE7DD;
	border-bottom: #5F6062 1px solid;
	vertical-align: middle;
	margin: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-collapse: collapse;
	min-height: 18px;
	clear: both;
	overflow:hidden;
	height:1%
}
table.menuline
{
	width: 100%;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
 }
td.menuline
{
	width: 100%;
	height: 1px;
	background-color: #3E7898;	
}
