/* ================================
    CSS STYLES FOR DotNetNuke 3 - MODIFIED BY ROB 10-19-06
   ================================
*/   

/* MODULE TITLE */
.Head {
	color: black;
	font-weight: bold;
	font-size: 15px;
	font-style: normal;
	font-family: Tahoma, Sans serif, Georgia, Arial, Garamond, Veranda;
}	

/* CONTENT TEXT */
.Normal {
	color: black;
	font-weight: normal;
	font-size: 13px;
	font-style: normal;
	font-family: Tahoma, Sans serif, Georgia, Arial, Garamond, Veranda;
}

/* TITLES ON TERMS OF USE */
.SubHead {
	color: black;	
	font-weight: bold;
	font-size: 13px;
	font-style: normal;
	font-family: Tahoma, Sans serif, Georgia, Arial, Garamond, Veranda;
}	

/* MAIN MENU EFFECTS */
.MainMenu_MenuItem {
	COLOR: white; 
	PADDING-RIGHT: 5px; 
	BORDER-TOP: silver 1px solid; 
	PADDING-LEFT: 0px; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 13px; 
	BACKGROUND: none transparent scroll repeat 0% 0%; 
	PADDING-BOTTOM: 3px; 
	CURSOR: hand; 
	PADDING-TOP: 2px; 
	BORDER-BOTTOM: silver 1px solid;
	FONT-STYLE: normal;
	font-family: Tahoma, Sans serif, Georgia, Arial, Garamond, Veranda;
	background-image: url(http://www.arnabontempsmuseum.com/portals/15/button.jpg);
	background-color: silver;
}
/* Mouse Over Menu Effects */
.MainMenu_MenuItemSel {
	color: white;
	cursor: hand;		
	font-weight: bold;
	font-size: 13px;
	font-style: normal;
	font-family: Tahoma, Sans serif, Georgia, Arial, Garamond, Veranda;
	background-image: url(http://www.arnabontempsmuseum.com/portals/15/mouseover.jpg);
	background-color: silver;
	
	border-top: silver 3px;
	border-bottom: silver 3px;
	border-left: silver 3px;
	border-right:silver 3px;
	
	padding-top: 2px; 
	padding-bottom: 3px; 	
	padding-left: 0px;
	padding-right: 5px;
}

/* Menu Background Effects */
.MainMenu_MenuContainer {
	color: white;
	cursor: hand;		
	font-weight: bold;
	font-size: 13px;
	font-style: normal;
	font-family: Tahoma, Sans serif, Georgia, Arial, Garamond, Veranda;
	background-color: transparent; 
	
	padding-top: 2px; 
	padding-bottom: 2px; 	
	padding-left: 2px;
	padding-right: 2px;
	
}

/* MOUSE OVER FLASH OF COLOR EFFECT */
.MainMenu_SubMenu {
	color: white;
	cursor: hand;		
	font-weight: bold;
	font-size: 13px;
	font-style: normal;
	font-family: Tahoma, Sans serif, Georgia, Arial, Garamond, Veranda;
	background-color: silver;
	
	border-top: silver 3px solid;
	border-bottom: silver 3px solid;
	border-left: silver 3px solid;
	border-right: silver 3px solid; 
	
	margin-top: 2px;
	z-index: 1000; 
	filter: none;	
	cursor: hand; 
}


.MainMenu_MenuIcon {
	DISPLAY: none
}

.MainMenu_MenuBreak {
	BORDER-RIGHT: silver 3px solid; 
	BORDER-TOP: silver 3px solid; 
	DISPLAY: none; 
	BORDER-LEFT:silver 3px solid; 
	BORDER-BOTTOM: silver 3px solid;  
	BACKGROUND-COLOR: transparent;
}

.MainMenu_MenuArrow {
	BORDER-RIGHT: silver 3px solid; 
	BORDER-TOP: silver 3px solid; 
	DISPLAY: none; 
	FONT-SIZE: 13px; 
	CURSOR: hand; 
	BORDER-BOTTOM: silver 3px solid; 
	FONT-FAMILY: webdings;
}

.MainMenu_RootMenuArrow {
	DISPLAY: none; 
	FONT-SIZE: 13px; 
	CURSOR: hand; 
	FONT-FAMILY: webdings;
}

.MainMenu_MenuBar {
	CURSOR: hand
}

/* LINKS IN CONTENT */

A:link
{
	color: black;
	font-weight: bold;
	font-size: 13px;
	font-style: normal;
	font-family:  Tahoma, Sans serif, Georgia, Arial, Garamond, Veranda;
	text-decoration: underline;
}

A:visited
{
	color: black;
	font-weight: bold;
	font-size: 13px;
	font-style: normal;
	font-family:  Tahoma, Sans serif, Georgia, Arial, Garamond, Veranda;
	text-decoration: underline;
}

A:active
{
	color: black;
	font-weight: bold;
	font-size: 13px;
	font-style: normal;
	font-family:  Tahoma, Sans serif, Georgia, Arial, Garamond, Veranda;
	text-decoration: underline;
}

A:hover
{
	color: gray;
	font-weight: bold;
	font-size: 13px;
	font-style: normal;
	font-family:  Tahoma, Sans serif, Georgia, Arial, Garamond, Veranda;
	text-decoration: underline;
}


.SkinObject
{
	color: black;
	font-weight: bold;
	font-size: 13px;
	font-style: normal;
	font-family:  Tahoma, Sans serif, Georgia, Arial, Garamond, Veranda;
}
	
	A.SkinObject:link
{	
	color: black;
	font-weight: bold;
	font-size: 13px;
	font-style: normal;
	font-family:  Tahoma, Sans serif, Georgia, Arial, Garamond, Veranda;
	text-decoration: underline;

}

A.SkinObject:visited
{
	color: black;
	font-weight: bold;
	font-size: 13px;
	font-style: normal;
	font-family:  Tahoma, Sans serif, Georgia, Arial, Garamond, Veranda;
	text-decoration: underline;	
}

A.SkinObject:active
{   color: black;
	font-weight: bold;
	font-size: 13px;
	font-style: normal;
	font-family:  Tahoma, Sans serif, Georgia, Arial, Garamond, Veranda;
	text-decoration: underline;
}

A.SkinObject:hover
{   color: gray;
	font-weight: bold;
	font-size: 13px;
	font-style: normal;
	font-family:  Tahoma, Sans serif, Georgia, Arial, Garamond, Veranda;
	text-decoration: underline;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	color: black;
	font-weight: bold;
	font-size: 13px;
	font-style: normal;
	font-family: Tahoma, Sans serif, Georgia, Arial, Garamond, Veranda;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	color: black;
	font-weight: bold;
	font-size: 13px;
	font-style: normal;
	font-family: Tahoma, Sans serif, Georgia, Arial, Garamond, Veranda;
	text-decoration: underline;
}

A.CommandButton:visited  {
	color: black;
	font-weight: bold;
	font-size: 13px;
	font-style: normal;
	font-family:  Tahoma, Sans serif, Georgia, Arial, Garamond, Veranda;
	text-decoration: underline;
}
A.CommandButton:hover  {
    color: gray;
	font-weight: bold;
	font-size: 13px;
	font-style: normal;
	font-family: Tahoma, Sans serif, Georgia, Arial, Garamond, Veranda;
	text-decoration: underline;
}
A.CommandButton:active  {
    color: black;
	font-weight: bold;
	font-size: 13px;
	font-style: normal;
	font-family: Tahoma, Sans serif, Georgia, Arial, Garamond, Veranda;
	text-decoration: underline;
}