﻿/*** Page Classes ***/
BODY {
	height:100%;
	background-color: #FFFFDF;	
}

.PageContainer{
	width: 100%;
	height: 100%;
	background-color: #FFFFDF;	
	/* For IE6 */
	text-align: center; 	
	/* For other browsers */
	margin-left: auto;
	margin-right: auto;
}

.MainContainer{
	width: 732px;
	padding-top: 0px;
	/* For IE6 */
	text-align: center; 
	/* For other browsers */
	margin-left: auto;
	margin-right: auto;

} 

.SettingsMenu{
	width: 100%;	
	height: 20px;
	/* For IE6 */
	text-align: right; 	
	/* For other browsers */
}

.Menu{
	width: 729px;	
	height: 46px;
	border: 1px #99998D solid;
}

.MenuTop{
	width: 729px;	
	height: 23px;
	text-align: left;
	vertical-align: middle;
	background-color: #99998D;
} 

.MenuBottom{
	width: 729px;	
/*	height: 20px;*/
	padding-top: 3px;
	text-align: left;
/*	vertical-align: bottom;*/
	background-color: #FFFFEB;
}

.PageContainer{
	width: 729px;	
	margin-top: 15px;
	border: 0px #99998d solid;
	background-color: #FFFFDF;
}

.Page{
	width: 729px;	
	margin-top: 15px;
	border: 1px #99998d solid;
	background-color: #FFFFEB;
}

.PageWelcome{
	width: 729px;	
	margin-top: 15px;
	border: 0px #99998d solid;
	background-color: #FFFFDF;
}


.Disclaimer{
	width: 729px;	
	margin-top: 15px;
	border: none;
	background-color: #FFFFDF;
}

/*** End Page Classes ***/

/*** Top Navigation ***/
.ms-topnav{
	border:none;
	background-image: none;
	background-repeat:repeat-x;
	background-color:#FFFFEB;
	font-family:Tahoma;
	font-size:8pt;
	color:#99998d;
}

.ms-topnav a{
	display:block;
	white-space:nowrap;
	padding:1px 8px 0px 8px;
	height:18px;
}
 
.ms-topnavContainer{
	border:none;
} 

.ms-topnavselected{
	color:#99998d;
	background-color:#FFFFEB;
	background-repeat:no-repeat;
	font-weight:bold;
	border:none;
}
A:visited
{
    color:#99998d !important; 
}
.ms-topnavselected a{
	color:#99998d;
} 

.ms-topNavHover{
	background-image:none;
	background-color:#ffffdf;
	border:solid 1px #99998d;
	border-left:solid 1px #99998d;
	border-bottom-width:0px;
	color:#000000;
} 

.ms-topNavHover a{
	color:#000000;
} 

.ms-topNavFlyOutsContainer
{
	border:solid 1px #99998d;
}


.ms-topNavFlyOuts{
	background-color:#FFFFEB;
	font-family:Tahoma;
	font-size:10pt;
}

.ms-topNavFlyOuts a{
	border:none;
	display:block;
	width:170px;
	min-width:170px;
	color:#000000;
	padding:4px 8px 4px 8px;	
} 

.ms-topNavFlyOutsHover{
	background-color:#99998d;
	color:#000000;
} 
/*** End: Top Navigation ***/

/*** Column headers in list ***/
.ms-vb,.ms-vb2,.ms-GRFont,.ms-vb-user,table.ms-disc td,.ms-vb-tall,.ms-pb,.ms-pb-selected {
vertical-align:top;
}

.ms-vb a,.ms-vb2 a,.ms-GRStatusText a,.ms-vb-user a,.ms-disc a{
color:#003399;
text-decoration:none;
}

.ms-vb a:hover,.ms-vb2 a:hover,.ms-vb-user a:hover,.ms-disc a:hover{
color:#000000;
text-decoration:underline;
}

.ms-vb a:visited,.ms-vb2 a:visited,.ms-GRStatusText a:visited,.ms-vb-user a:visited,.ms-disc a:visited{
color:#000066;
text-decoration:none;
}

.ms-vb a:visited:hover,.ms-vb2 a:visited:hover,.ms-vb-user a:visited:hover,.ms-disc a:visited:hover{
color:#000000;
text-decoration:underline;
}

th .ms-vb,.ms-vh2-nofilter,.ms-vh2-nofilter-icon,th.ms-vh2-nograd,th.ms-vh2-nograd-icon{
color:#99998d;
font-size:8pt;
font-family:tahoma,sans-serif;
}

th .ms-vb a,.ms-vh2-nofilter a,.ms-vh2-nofilter-icon a{
color:#99998d;
} 

.ms-WPBorder,.ms-WPBorderBorderOnly {
border-color:#99998d;
border-width:0px;
border-style:solid;
}
.ms-WPBorder {
border-top-width:0px;
} 

.ms-partline {
background-color:#99998d;
} 
/*** End: Column headers in list ***/


/*** Webpart style ***/
.ms-WPBody {
	font-size:10px;
	font-family:verdana,arial,helvetica,sans-serif;
	color: #99998d;
}

.ms-WPBody TABLE,.ms-TPBody TABLE {
	font-size:1em;
}

.ms-WPBody A:link,.ms-WPBody A:visited {
	color:#003399;
	text-decoration:none;
}

.ms-WPBody A:hover {
	color:#99998d;
	text-decoration:underline;
} 

.ms-WPHeader TD{
	border-bottom:0px solid #4e7cb7;
	border-collapse:collapse;
} 

.ms-WPTitle {
	font-weight:bold;
	font-family:verdana,arial,helvetica,sans-serif;
	color:#4c4c4c;
	padding-left:0px;
	padding-right:7px;
	padding-top:2px;
	padding-bottom:2px;
	font-size:11px;
}

.ms-WPTitle A:link,.ms-WPTitle A:visited {
	color:#4c4c4c;
	text-decoration:none;
	cursor:pointer;
}

.ms-WPTitle A:hover {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
} 

.ms-wpTdSpace {
 display:none;
}

.ms-WPHeader
{
     background-color:transparent;
}
/*** End: Webpart style ***/


