/* ================================
    CSS STYLES FOR Chamber Site
   ================================
*/   

/* text style for the selected tab Date */
.SelectedTab {
    font-weight: strong;
    font-size: 8.5pt;
    color: #F2DCB3; /* yellowish tan */
    font-family: Verdana;
    text-decoration: none;
}

/* text style for the unselected tabs #F2DCB3 */
.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: #F2DCB3; /* yellowish tan */
    font-family: Verdana;
    text-decoration: none;
}

.TTTHeader 
{color: #009933; /*dark green*/
}		    
/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana;
    font-size:  20px;
    font-weight:    normal;
    color: #333333; /*black*/
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: #009933;/*black*/
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000 /*red*/
}

.NormalBold
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
}
        
/* GENERIC */
H1  {
    font-family: Verdana;
    font-size:  20px;
    font-weight:    normal;
    color: #666644; /*red*/
}

H2  {
    font-family: Verdana;
    font-size:  20px;
    font-weight:    normal;
    color: #666644; /*dark grey*/
}

H3  {
    font-family: Verdana;
    font-size:  12px;
    font-weight:    normal;
    color: #003366; /*black*/
}

H4  {
    font-family: Verdana;
    font-size:  12px;
    font-weight:    normal;
    color: #003366; /*black*/
}

H5, DT  {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: #003366; /*black*/
}

H6  {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: #003366; /*black*/
}

TFOOT, THEAD   /*copyright*/ {
    font-family: Verdana;
    font-size:  12px;
    color: #F2DCB3; /*yellowish tan*/
}

TH  {
    vertical-align: baseline;
    font-family: Verdana;
    font-size:  12px;
    font-weight:    bold;
    color: #003366; /*black*/
}
/* hyperlink style for the selected tab blue*/
A.SelectedTab:link {
    text-decoration:   none;
    color:#0000FF; /*blue*/
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#339933; /*green*/
}

A.SelectedTab:active   {
    text-decoration: none;
    color:#339933; /*green*/
}

A.SelectedTab:hover    {
    text-decoration:    underline;
    color:#FF0000; /*red*/
}

/* 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: #336666; 
	font-family: Verdana; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: transparent 0px solid; 
	border-bottom: #336666 0px solid; 
	border-top: #336666 0px solid; 
	border-right: transparent 0px solid;
	background-color: transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #ffffff; 
	border-left:transparent 0px solid; 
	border-bottom: transparent 0px solid; 
	border-top: transparent 0px 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=#996600, Direction=135, Strength=3); 
	border-bottom: #996600 0px solid; 
	border-left: #996600 0px solid; 
	border-top: #996600 0px solid; 
	border-right: #996600 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #996600 0px solid; 
	border-left: #996600 0px solid; 
	border-top: #996600 0px solid;  
	border-right: #996600 0px solid; 
	background-color: #ffffff; /*yellowish tan*/
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-family: Verdana; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;

	background-color:#f2dcb3;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #996600 0px solid; 
	border-bottom: #996600 0px solid; 
	border-top:transparent 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Main Menu */

.MainMenu_MenuContainer {
	border-bottom: transparent 0px solid; 
	border-left: transparent 0px solid; 
	border-top: transparent 0px solid; 
	border-right: transparent 0px solid;  
	background-color: transparent;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:16;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #F2DCB3; /* yellowish tan */
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #F2DCB3 0px solid; 
	border-bottom: #F2DCB3 0px solid; 
	border-top: #F2DCB3 0px solid; 
	border-right: #F2DCB3 0px solid;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #996600; 
	border-left: #996600 0px solid; 
	border-bottom: #996600 0px solid; 
	border-top: #996600 0px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #996600 ; /*blue green */
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom:  #F2DCB3 0px solid; 
	border-left: #F2DCB3 0px solid; 
	border-top: #F2DCB3 0px solid; 
	border-right:  #F2DCB3 0px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #F2DCB3 0px solid; 
	border-left: #F2DCB3 0px solid; 
	border-top: #F2DCB3 0px solid;  
	border-right: #F2DCB3 0px solid; 
	background-color: #339999; 
	height: 1px;
}

.MainMenu_MenuItemSel {/* submenu 1 */
	background-color: transparent; 
	cursor: pointer; 
	cursor: hand; 
	color:#F2DCB3; /*yellowish tan*/
	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: #f2dcb3 0px solid; 
	border-bottom: #f2dcb3 0px solid; 
	border-top: #f2dcb3 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}






