﻿/*** The style sheet for the main master page. ***/
.masterLink
{
	text-decoration:none;
}

/* No image should have a border. */
img
{
	border: 0px;	
}

h1
{
	font-family:Verdana;
	font-size:12pt;
	color: #C4341A;
}

h2
{
	font-family:Verdana;
	font-size:10pt;
	color: #C4341A;
	margin-bottom: 5px;
}

h3
{
	font-family:Verdana;
	font-size:8pt;
	color:#C4341A;
	margin-bottom: 1px;
}

select
{
	font-family: Arial; 
	font-size: 9pt; 
	background-color: #FFFFFF;
	color: #C4341A; 
}

/* Making the middle div appear in the middle of the browser. */
#mainDiv
{
	margin-left:auto;
	margin-right:auto;
	width:755px;
}

/* The whole middle area. */
#defaultMaster
{
	float:left;
	width:760px;	
	font: 8pt Arial;
	position:absolute;
	top:10px;	
}

/* The horizontal lines in the middle area. */
#defaultMaster hr
{
	border: dotted 1px gray;	
	height:1px;
}

/* The logo position. */
#logoImage
{
	position:absolute;
	top:0px;
	left:0px;
}

/* The language icons. */
#languageArea
{
	position:absolute;
	top:5px;
	left:645px;
	cursor:pointer;
}

#menuArea
{
	position:absolute;
	top:35px;
	left:0px;
	z-index:1000;
}

#menuArea a:link
{
	text-decoration:  none;
	color:#000000;
}

#menuArea a:visited
{
	text-decoration:  none;
	color:#000000;
}


#footer a:link, #footer a:visited
{
	text-decoration:  none;
	color:#B2B2B2;
}
 
/* The top menu. */
#masterMenu
{
	width: 40px;
	margin-right:40px;	
	z-index:1000;
}

/* The common settings for each menu item. */
.staticMenuItem, .staticHoverMenuItem, .dynamicMenuItem, .dynamicHoverMenuItem, .staticMenuItemTable
{
	width: 100px;
	font-family: Arial;
	font-size: 9pt;
	color: black;
	z-index:1000;
}

/* Mouse hover setting for a static menu item. */
.staticHoverMenuItem
{
	font-weight:bold;
}

/* This creates a static menu if the browser is Safari */
.staticMenuItemTable
{
	border-width:0px;
	width:550px;
	margin-top:-3px;
	margin-bottom:-2px;
}

.dynamicMenu
{
	width:auto;
	margin:0px;
	margin-left:3px;
	padding-right:15px;
	border-collapse:collapse;	
	border:outset 2px;
	border-top:solid 0px;
}

.dynamicMenuItem
{
	margin:0px;
	margin-left:3px;
	width:100%;
	z-index:200;
}

/* Mouse hover setting for a dynamic menu item. */
.dynamicHoverMenuItem
{
	margin:0px;
	margin-left:3px;
	background-color:Silver;
	width:100%;
}

/* The content area in the master page */
#content
{
	position:absolute;
	top:76px;
	left:0px;
	height:100%;
}

/* The search area. */
#searchArea
{
	position:absolute;
	top:45px;
	left:630px;
	color:Black;
	z-index:1000;
}

.searchTextBox
{
	font-family:Arial;
	font-size:8pt;
	color:Black;
	border:solid 1px silver;
}

/**** The main content area ****/

/* For IE6 only */
#contentAreaIE6, #contentArea
{
	position:absolute;
	top:5px;
	left:165px;
	font-family:Verdana;
	font-size:8pt;
	color: #dc143c; 
}

/* For other browsers */
#contentArea
{
	top:0px;
}

/* A general area that centers its contents */
.centerArea
{
	text-align:center;
}

/* The bullet margin for Mozilla browsers */
.li_Netscape
{
	margin-left:10px;
	line-height:18px;
}

/* The bullet margin for IE6 & IE7 browsers */
.li_IE
{
	margin-left:0px;
	line-height:16px;
}


.leftColumnLink
{
	text-decoration:none;
}

.leftColumnLine, .leftColumnLineNetscape
{
	text-align:left;
	position:relative;
	left:0px;
	width:135px;
	color: Gray;
	border: dotted 1px Gray;	
}

/* The dotted line for Mozilla browsers */
.leftColumnLineNetscape
{
	width:135px;
	left:-10px;
}

.horizontalLine
{
	width:760px;
	z-index:0;
}

#footerArea
{
	position:absolute;
	left:0px;
}
#footerArea a:link, #footerArea a:visited
{
	color:Gray;
	text-decoration:none;
}

#winub07
{
	position:absolute;
	top:-5px;
	left:190px;
}

/* Copyright */
.copyRight
{
	font-family:Verdana;
	font-size:7pt;
	color:Gray;
	text-decoration:none;
}

