/* ================================
    CSS STYLES
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #CCCCCC;
}

/* background color for the content part of the pages */
Body
{
    	margin: 0px;
	background-color: #E6E3CD;
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: black;
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    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: 8.5pt;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    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: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
   font: 12px Helvetica, Geneva, Arial, sans-serif;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
font: 12px Helvetica, Geneva, Arial, sans-serif;
}

.NormalRed
{
    font-family: Helvetica, Geneva, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Helvetica, Geneva, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Helvetica, Geneva, Arial, sans-serif;
    font-size: 12px;
    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;
}
    
/* CSS Document */

body {
	margin: 0px;
	background-color: #E6E3CD;
}
.Normal
{
font: 12px Helvetica, Geneva, Arial, sans-serif;
}

#mid-col {
	background-color: #ffffff;
}
#mid-col p {
	font: 12px Helvetica, Geneva, Arial, sans-serif;
	color: #323232;
	margin: 0px 15px 10px 15px;
}
#mid-col li {
	font: 12px Helvetica, Geneva, Arial, sans-serif;
	color: #323232;
	margin: 5px 15px 5px 5px;
}
a:link {
	color: #B45429;
}
a:visited{
	color: #999999;
}
a:hover {
	color: #B98F2D;
}
a:active {
	color: #B98F2D;
}
.h1 {
	color: #B45429;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.h2 {
	color: #323232;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.image-space-rt {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 12px;
}
#table {
	font: 12px Helvetica, Geneva, Arial, sans-serif;
	margin: 10px 15px 5px 15px;
	color: #323232;
}
#table td {
	font: 12px Helvetica, Geneva, Arial, sans-serif;
	color: #323232;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#contact-table {
	font: 12px Helvetica, Geneva, Arial, sans-serif;
	color: #323232;
	margin: 10px 15px 5px 15px;
}
#contact-table td {
	font: 12px Helvetica, Geneva, Arial, sans-serif;
	color: #323232;
	padding: 2px 0px 5px 2px;
}	
.td p {
	font: 14px Helvetica, Geneva, Arial, sans-serif;
	color: #323232;
	padding: 5px 5px 5px 0px;
}
#bottomnav p {
	color: #4B4E3E;
	margin: 15px 9px;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 10px;
	line-height: 17px;
}
#bottomnav a:link {
	color: #4B4E3E;
}
#bottomnav a:visited {
	color: #4B4E3E;
}
#bottomnav a:hover, a:active {
	color: #B45429;
}
#lft-side-col {
	background-color: #F3F2E4;
}
#lft-side-col p{
	color: #323232;
	line-height: 18px;
	margin: 0px 5px 5px 10px;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 11px;
}
#lft-side-col a:link,
a:visited {
	color: #323232;
}
#lft-side-col a:hover, a:active {
	color: #B45429;
}
#side-col {
	background-color: #ffffff;
}
#rt-side-col {
	background-color: #ffffff;
	background-image: url(images/page_elements/gray_line.gif);
}
#rt-side-col p{
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 11px;
	color: #323232;
}
#rt-side-col a:link {
	color: #B45429;
}
#rt-side-col a:visited {
	color: #999999;
}
#rt-side-col a:hover,
a:active {
	color: #B98F2D;
}
#lft-col-srch {
	background-color: #ffffff;
}
#lft-col-srch p{
	font: 12px Helvetica, Geneva, Arial, sans-serif;
	margin: 0px 5px 5px 10px;
}
blockquote {
	margin: 5px 5px 5px 20px;
}
.form {
	font: 11px Helvetica, Geneva, Arial, sans-serif;
	padding: 0px 5px 0px 0px;
	color: #666666;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;

	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Main Menu */

.MainMenu_MenuContainer {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;  
	background-color: #333333;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:16;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #333333 0px solid; 
	border-bottom: #333333 1px solid; 
	border-top: #333333 1px solid; 
	border-right: #333333 0px solid;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #333333; 
	border-left: #333333 1px solid; 
	border-bottom: #333333 1px solid; 
	border-top: #333333 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #333333; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #404040 1px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 1px solid;  
	border-right: #404040 0px solid; 
	background-color: White; 
	height: 1px;
}

.MainMenu_MenuItemSel {
	background-color: #CCCCCC; 
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #333333 1px solid; 
	border-bottom: #333333 1px solid; 
	border-top: #333333 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}