/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	background-color: #fefefe;
}
.skinmaster {
	background-color: #ffffff;
/*	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; */
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader {
}
.skingradient {
/*	background-image: url(gradient_DkWhite.jpg); */
	height:30px;
}
/**
=============================================
	Panes Collection
=============================================
**/

.controlpanel {
	width: 100%;
	background-color: transparent;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 185px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftcontentpane {
	width: 185px;
	background-color: #2F304A;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 20px;
	background-image: url(images/leftpane_bg.jpg);
	background-position: right top;
	background-repeat:no-repeat;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 250px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.homepane
{
/*	background-color: #451210;
	width: 100%;
	height:157px;
	padding-left: 5px;
	padding-bottom: 0px;
	padding-top: 8px;*/
	color:White;
	font-size: 8.5pt; 
	font-weight: bold; 
	font-style: normal; 
	font-family: Arial, Tahoma, Helvetica; 
}
.mymorpane
{
	background-image: url(images/home_signup_bottom.jpg);
	background-position: right bottom;
	background-repeat:no-repeat;
}
.solveandwinpane
{
	background-image: url(images/home_pane_left.jpg);
	background-position: left bottom;
	background-repeat:no-repeat;
}
.eventspane
{
	width: 178px;
	height: 90px;
	background-color: #451210;
}
.bluepane
{
	background-color: #403F5D;
	height: 100%;
}
.brownpane
{
	background-color: #451210;
}
/**
=============================================
	Main Menu
=============================================
**/

.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.MainMenu_RootMenuItem {
	border-left: #cad5ea 0px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 1px solid; 
	border-right: #cad5ea 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #5a3d1c; 
	font-size: 12pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Arial, Tahoma, Helvetica; 
}
.MainMenu_SubMenuItem {
	border-left: #B2BC35 0px solid; 
	border-bottom: #B2BC35 1px solid; 
	border-top: #B2BC35 1px solid; 
	border-right: #B2BC35 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
}
.MainMenu_MenuIcon {
/*	background-color: #B2BC35; */
	background-color: Transparent; 
	border-left: #B2BC35 0px solid; 
	border-bottom: #B2BC35 0px solid; 
	border-top: #B2BC35 0px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 0px; 
	height: 24px;
}
.MainMenu_SubMenu {
/**	background-color: #8f0000;  	**/
	background-color: #B2BC35;  
	z-index: 800; 
	cursor: pointer; 
	cursor: hand; 
	border-left: #B2BC35 2px solid; 
	border-bottom: #B2BC35 1px solid; 
	border-top: #B2BC35 1px solid; 
	border-right: #B2BC35 1px solid; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
	border-bottom: #ffffff 0px solid; 
	border-left: #ffffff 0px solid; 
	border-top: #ffffff 0px solid;  
	border-right: #ffffff 0px solid; 
	background-color: #ffffff; 
}
.MainMenu_SubMenuItemSel {
	background-color: #ffffff; 
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
}

.MainMenu_ChildMenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: white;
}

.MainMenu_MenuArrow {
	border-right: #B2BC35 1px solid; 
	border-bottom: #B2BC35 1px solid; 
	border-top: #B2BC35 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
/**
=============================================
	Footer Menu
=============================================
**/
.FooterMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #403F5D; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: normal; 
	font-style: normal; 
	background-color: transparent;
}
.FooterMenu_Separator {
	cursor: pointer; 
	cursor: hand; 
	color: #403F5D; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: normal; 
	font-style: normal; 
	background-color: transparent;
}
/**
=============================================
	Left Menu
=============================================
**/
.LeftMenu_bottom {
	background-color: #5B2919;
	background-image: url(images/leftmenu_bottom.jpg);
	background-position:left;
	background-repeat:no-repeat;
}
.LeftMenu_top {
	background-color: #5B2919;
}
.LeftMenuItem
{
	vertical-align: middle;
	border-style:None;
	font-family:Arial,Tahoma;
	height:25px;
	width: 185px;
 	display: table-cell; 
/*	line-height: 2;*/
	padding: 5px;
}
/**
=============================================
	PageTitle
=============================================
**/
.PageTitlePane {
	background-color: #403F5D;
	background-image: url(images/pagetitle_bg.jpg);
	background-position:right;
	background-repeat:no-repeat;
	height: 52px;
	padding-left: 10px;
	width: 100%;
}
.PageTitle 
{
	color: White;
	font-family: Tahoma, Arial, Helvetica;
	font-size:  18px;
	font-weight: normal;
}
/**
=============================================
	Search
=============================================
**/

.SearchBox {
	color: #8D8E8D;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10pt;
	font-weight: bold;
}
A.SearchBox:link {
    text-decoration:    none;
    color:#8D8E8D;
}

A.SearchBox:visited  {
    text-decoration:    none;
    color:#8D8E8D;
}

A.SearchBox:active   {
    text-decoration:    none;
    color:#8D8E8D;
}

A.SearchBox:hover    {
    text-decoration:    none;
    color:#8D8E8D;
}

/**
=============================================
	UserLogin
=============================================
**/
.UserLogin 
{
	color: #221E1F;
	font-family: Tahoma, Arial, Helvetica;
    font-size: 8.5pt;
    font-weight: bold;
    text-decoration: none;
}

A.UserLogin:link {
    text-decoration:    none;
    color:#221E1F;
}

A.UserLogin:visited  {
    text-decoration:    none;
    color:#221E1F;
}

A.UserLogin:active   {
    text-decoration:    none;
    color:#221E1F;
}

A.UserLogin:hover    {
    text-decoration:    none;
    color:#221E1F;
}

/**
=============================================
	Right Pane Box
=============================================
**/
.rPaneBox {
	width: 100%;
	padding: 10px;
	border-right: #8C8C8C 1px solid; 
	border-top: #8C8C8C 1px solid; 
	border-left: #8C8C8C 1px solid; 
	border-bottom: #8C8C8C 1px solid; 
	background-color: #403F5D;
    color: white;
	font-family: Arial, Tahoma, Helvetica;
    font-size: 8pt;
    font-weight: normal;
}
.rPaneLink 
{
	color: white;
	font-family: Arial, Tahoma, Helvetica;
    font-size: 8pt;
    font-weight: normal;
    text-decoration: none;
}
A.rPaneLink:link {
    text-decoration: none;
    color: white;
}

A.rPaneLink:visited  {
    text-decoration: none;
    color: white;
}

A.rPaneLink:active   {
    text-decoration: none;
    color: white;
}

A.rPaneLink:hover    {
    text-decoration: underline;
    color: white;
}
/**
=============================================
	BreadCrumb
=============================================
**/
.BreadCrumb 
{
	 background-color: white;
	color: #8D8E8D;
	font-family: Tahoma, Arial, Helvetica;
    font-size: 8.5pt;
    font-weight: bold;
    text-decoration: none;
}
.BreadCrumbPane 
{
	padding: 5px;
	color: #8D8E8D;
	font-family: Tahoma, Arial, Helvetica;
    font-size: 8.5pt;
    font-weight: bold;
    text-decoration: none;
}
A.BreadCrumb:link {
    text-decoration:    none;
    color:#8D8E8D;
}

A.BreadCrumb:visited  {
    text-decoration:    none;
    color:#8D8E8D;
}

A.BreadCrumb:active   {
    text-decoration:    none;
    color:#8D8E8D;
}

A.BreadCrumb:hover    {
    text-decoration:    none;
    color:#8D8E8D;
}
/**
=============================================
	MOR Money
=============================================
**/
.mormoney_hdr {
	background-color: #5B2919;
	background-image: url(images/mormoney_top.jpg);
	background-position: right bottom;
	background-repeat:no-repeat;
	height: 19px;
}
.mormoney_body 
{
	background-color: #5B2919;
	height:46px;
}
.mormoney_footer
{
	background-color: #5B2919;
	background-image: url(images/mormoney_bottom.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	height: 72px;
}
.mormoney_module {
	background-color: #B2BB1C;
	width: 348px;
}
.mormoney_win 
{
    	color: #30304A;
	font-family: Arial, Tahoma, Helvetica;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.mormoney_link 
{
	color: #30304A;
	font-family: Arial, Tahoma, Helvetica;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
A.mormoney_link:link {
    text-decoration:    none;
    color:#30304A;
}

A.mormoney_link:visited  {
    text-decoration:    none;
    color:#30304A;
}

A.mormoney_link:active   {
    text-decoration:    none;
    color:#30304A;
}

A.mormoney_link:hover    {
    text-decoration:    underline;
    color:#30304A;
}
/**
=============================================
	Dino Hunter
=============================================
**/
.DH_table
{
	 background-color: #2F314A;
}
.DH_header
{
	 background-color: white;
	 background-image: url(images/dinohunter_hdr.jpg);
	 height: 171px;
	 width: 792px;
	 background-repeat:no-repeat;
	 background-position:center top;
	 padding: 10px;
}
/**
=============================================
	Home Calendar
=============================================
**/

.HomeCalendar
{
	width: 182px;
	height: 52px;
 	display: table-cell; 
	background-repeat:no-repeat;
	background-image: url(http://www.museumoftherockies.org/Portals/0/images/home_calendar.jpg);
	background-position:left top;
	background-color: #403F5D;
	text-align: right;
	vertical-align: bottom;
	padding: 8px;
	line-height: 1.2;
}

.HomeCalendarText
{
	
	color: #B2B3B3;
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial, Tahoma, Helvetica;
	vertical-align: bottom;
}

A.HomeCalendarText:link {
    text-decoration:    none;
    color:#B2B3B3;
}

A.HomeCalendarText:visited  {
    text-decoration:    none;
    color:#B2B3B3;
}

A.HomeCalendarText:active   {
    text-decoration:    none;
    color:#B2B3B3;
}

A.HomeCalendarText:hover    {
    text-decoration:    none;
    color:#B2B3B3;
}
/**
=============================================
	Miscelanieous
=============================================
**/

.SubDescription
{
	color: #8D8D8D;
    	font-weight: bold;
    	font-size: 9pt;
    	font-family: Arial, Tahoma, Helvetica;
	font-style: italic;
    	text-decoration: none;
}

.CopyRight
{
	color: #B2B3B3;
    	font-weight: bold;
    	font-size: 9pt;
    	font-family: Arial, Tahoma, Helvetica;
    	text-decoration: none;
}

.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}

.home_hdr
{
	background-color: #B2BC35;
	text-align:right;
	font-family: Arial, Tahoma, Helvetica;
	font-size:  9pt;
	font-weight: bold;
	color: #000000;
	padding:3px;
	padding-right: 10px;
}
.home_hdr_left
{
	width: 364px;
	background-image:url(images/home_hdr_bg.jpg);
	background-position:left;
	background-repeat:no-repeat;
}