/* CSS Document */
body{
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	background-color:#666666;
	color:#776e67;	
}
td{

}
#PageTitle{
padding:22px 36px 0px 36px;
}
#ContentArea{
padding:26px 36px 22px 36px;
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 12px;
    color: white;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-decoration: none;
}
/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color:white;
}
A.SelectedTab:visited {
    text-decoration:    none;
    color:#eeeeee;
}
A.SelectedTab:active {
    text-decoration:    none;
    color:#eeeeee;
}
A.SelectedTab:hover {
    text-decoration:    none;
    color:#cccccc;
}
/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 12px;
    color: white;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-decoration: none;
}    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration: none;
    color:white;
}
A.OtherTabs:visited {
    text-decoration: none;
    color:#eeeeee;
}
A.OtherTabs:active {
    text-decoration: none;
    color:#eeeeee;
}
A.OtherTabs:hover {
    text-decoration: none;
    color:#cccccc;
}

/* GENERAL */
/* style for module titles */
.Head {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:  11px;
    font-weight: bold;
	color: #1778be;
}
/* style of item titles on edit and admin pages */
.SubHead {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:  11px;
    font-weight:    bold;
    color: #1778be;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:  11px;
    font-weight:    bold;
    color: #1778be;
}
/* text style used for most text rendered by modules */
.Normal {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	color:#776e67;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    font-weight: normal;
}
.NormalRed {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}
.NormalBold {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 11px;
    font-weight: bold
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 11px;
    font-weight: normal;
}    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
}
A.CommandButton:visited {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover {
    text-decoration:    underline;
    color: #ff0000;
}    
/* GENERIC */
H1 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}
H2 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:  12px;
    font-weight:    normal;
    color: #666644;
}
H3 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}
H4 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}
H5, DT {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}
H6 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}
TFOOT, THEAD {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:  12px;
    color: #003366;
}
TH {
    vertical-align: baseline;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}
A:link {
    text-decoration: underline;
    color: #776e67;
}
A:visited {
    text-decoration: underline;
    color:  #776e67;
}
A:active {
    text-decoration: underline;
    color: #776e67;
}
A:hover {
    text-decoration: none;
    color: #1778be;
}
SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}
BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}
UL LI {
    list-style-type:    square ;
}
UL LI LI {
    list-style-type:    disc;
}
UL LI LI LI {
    list-style-type:    circle;
}
OL LI {
    list-style-type:    decimal;
}
OL OL LI {
    list-style-type:    lower-alpha;
}
OL OL OL LI {
    list-style-type:    lower-roman;
}
HR {
    color: dimgrey;
    height:1px;
    text-align:left
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}
.ModuleTitle_MenuBar {
}
.ModuleTitle_MenuItem {
}
.ModuleTitle_MenuIcon {
}
.ModuleTitle_SubMenu {
}
.ModuleTitle_MenuBreak {
}
.ModuleTitle_MenuItemSel {
}
.ModuleTitle_MenuArrow {
}
.ModuleTitle_RootMenuArrow {
}
/*___________________________________________________________________________________________*/
/* Main Menu */

.MainMenu_MenuContainer {
	border: 0px;
	background-color: transparent;
	width: 195px;
	padding: 0px;
	padding-bottom: 0px;
}
.MainMenu_MenuBar {
}
.MainMenu_MenuItem {
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 11px; 
	font-weight: normal; 
	border: 1px #d1cdb3 solid;
	padding: 1px;
	background-color: transparent;
}
.MainMenu_MenuIcon {
	cursor: hand; 
	background-color: #d1cdb3; 
	border: 1px #d1cdb3 solid;
	padding: 1px;
	width: 1px;
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #E5E5E5; 
	cursor: hand; 
	color: #500D00; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 11px; 
	font-weight: normal; 
	border: 1px #d1cdb3 solid;
	padding: 1px;
}
.rootmenuitem {
	background-image:  url(images/navbg.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 12px; 
	font-weight: bold; 
	border: 0px #E5E5E5 solid;
	padding-top: 7px;
	padding-bottom: 8px;
	padding-left: 50px;
	padding-right: 6px;	
	display:table-cell;
}
.rootmenuitemselected {
	background-image:  url(images/navbgon.gif);
	background-repeat: no-repeat;
	background-color: #d1cdb3;
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 12px; 
	font-weight: bold; 
	border: 0px #E5E5E5 solid;
	padding-top: 7px;
	padding-bottom: 8px;
	padding-left: 50px;
	padding-right: 6px;	
	display:table-cell;	
}
.rootmenuitembreadcrumb{
	background-image:  url(images/navbg.gif);
	background-repeat: no-repeat;
	background-color: #d1cdb3;
	cursor: hand; 
	color: #500D00; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 11px; 
	font-weight: bold; 
	border: 0px #E5E5E5 solid;
	padding-top: 7px;
	padding-bottom: 8px;
	padding-left: 50px;
	padding-right: 6px;	
	display:table-cell;	
}
.submenuitembreadcrumb{
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 11px; 
	font-weight: normal; 
	border: 1px #E5E5E5 solid;
	background-color: transparent;
	padding: 1px;
}
.submenu {
	z-index: 1000; 
	background-color: #d1cdb3; 
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color='#CCCCCC', Direction='90', Strength='1');*/
	border: 1px #959073 solid;
	margin-left:0px;
	margin-top:0px;
}
.MainMenu_MenuBreak {
	display:none;
}
.MainMenu_MenuArrow {
	display:none;
}
.MainMenu_RootMenuArrow {
	display:none;
}
/*___________________________________________________________________________________________*/

a.links_bottom:visited{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:  10px;
    color: #333333;
	text-decoration:none;	
}
a.links_bottom:active{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:  10px;
    color: #333333;
	text-decoration:none;	
}
a.links_bottom:hover{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:  10px;
    color: #FF0000;
	text-decoration:none;	
}
a.links_bottom:link{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:  10px;
    color: #333333;
	text-decoration:none;
}
/*___________________________________________________________________________________________*/
a.links_bottom:link{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #999999;
	text-decoration: none;
	font-weight:normal;
	text-transform: uppercase;
}
a.links_bottom:hover{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #B4B4B4;
	text-decoration: none;
	font-weight:normal;
	text-transform: uppercase;	
}
a.links_bottom:active{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #999999;
	text-decoration:none;
	font-weight:normal;
	text-transform: uppercase;	
}

a.links_bottom:visited{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #999999;
	text-decoration:none;
	font-weight:normal;
	text-transform: uppercase;	
}
.links_bottom {
	font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #999999;
	text-decoration:none;
	font-weight:normal;
	text-transform: uppercase;
}
/*___________________________________________________________________________________________*/
.Copyright {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:  9px;
    color: #333333;
}
a.Copyright:visited {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:  9px;
    color: #333333;
	text-decoration:none;	
}
a.Copyright:active {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:  9px;
    color: #333333;
	text-decoration:none;	
}
a.Copyright:hover {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:  9px;
    color: #F5ECE2;
	text-decoration:none;	
}
a.Copyright:link {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:  9px;
    color: #333333;
	text-decoration:none;
}

.FooterLink {	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color:#FFFFFF;
	text-align:center;
	vertical-align:middle;
}

.PageTitle{
	font-family:Georgia, "Times New Roman", Times, serif;
    font-size:  18px;
    font-weight: bold;
	color: #1778be;
}

