﻿body
{
	margin: 0px;
	text-align:center;
	background-image: url(page_background.gif);
	background-repeat: repeat;
	color: White;
	font-family: Comic Sans MS, Tahoma, Arial, Georgia;
	font-size: 11pt;
}
/*img, div, input { behavior: url(/Portals/0/Skins/StackableCrewV2/iepngfix.htc); }*/
td
{
	color: Black;
}
.LeftPane
{
	clear: both;
	margin-top: 10px; /* 240px if not breadcrumbed */
	margin-left: 33px;
	float: left;
	width: 240px;
	z-index: 1;
	display: inline; /* IE6 double margin hack */
}
div#LeftMenu
{
	background-image: url(left_menu_center.gif);
	background-repeat: repeat-y;
	width: 240px;
	z-index: 1;
	margin-bottom: 10px;
}
div#LeftMenuTop
{
	height: 55px;
	width: 240px;
	background-image: url(left_menu_top.gif);
	background-repeat: no-repeat;
}
div#LeftMenuContent
{
	margin-left: 35px;
	width: 170px;
	color: Black;
}
div#LeftMenuBottom
{
	height: 57px;
	width: 240px;
	background-image: url(left_menu_bottom.gif);
	background-repeat: no-repeat;
}

.ContentPane
{
	margin-right: 35px;
	margin-top: 10px; /* 240px if breadcrumbed */
	float: right;
	width: 472px;
	z-index: 1;
	display: inline; /* IE6 double margin hack */
}
.TopPane
{
	margin-top: 5px;
	margin-left: 33px;
	float: left;
	width: 730px; 
}
.BottomPane
{
	margin-top: 5px;
	margin-left: 33px;
	float: left;
	width: 730px; 
}
div#pnlMonkey
{
	position: absolute;
	background-image: url(monkey_logo.png);
	background-repeat: no-repeat;
	width: 255px;
	height: 236px;
	left: 0px;
	top: 56px;
	z-index: 2;
	behavior: url(/Portals/0/Skins/StackableCrewV2/iepngfix.htc);
}
div#pnlUser
{
	position: absolute;
	width: 200px;
	height: 30px;
	top: 50px;
	left: 545px;
	z-index: 4;
	text-align: right;
}
div#pnlBreadCrumbs
{
	margin-top: 185px;
	float: left;
	width: 800px;
	text-align: center;
	color: Black;
}
div#pnlLogo
{
	position: absolute;
	top: 7px;
	left: 160px;
	width: 640px;
	height: 240px;
	/*background-image: url(stackable_crew_text.gif);
	background-repeat: no-repeat;*/
	z-index: 1;
}
.LinksPane
{
	position: absolute;
	top: 237px;
	left: 244px;
	width: 548px;
	height: 50px;
	z-index: 3;
}
.LinksPane img
{
	margin-left: 10px;
}
div#pnlMainBody
{
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 960px;
}
div#pnlBody
{
	width: 800px;
	margin-left: 80px;
}
div#pnlSpacer
{
	height: 52px;
	width: 960px;
}
div#pnlBodyTop
{
	background-image: url(background_top.gif);
	height: 48px;
	width: 800px;
	background-repeat: no-repeat;
}
div#pnlBodyContent
{
	background-image: url(background_center.gif);
	width: 800px;
	background-repeat: repeat-y;
}
div#pnlBodyBottom
{
	background-image: url(background_bottom.gif);
	height: 34px;
	width: 800px;
	background-repeat: no-repeat;
}
div#pnlFooter
{
	text-align: center;
	margin-top: 10px;
	float: left;
	width: 800px;
	color: Black;
	font-size: 10pt;
}
div .clear
{
	clear: both;
	height: 1px;
}

/****** Menu CSS ******/
.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	height:16px;
	background-color: Transparent;
}
/* root item */
.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	color: #000000; 
	font-size: 12pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Comic Sans MS, Tahoma, Arial, Georgia;
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 0px 0px 0px;   /*explicitly set padding for root menu items*/
    background-image: url(btnBlankLarge_margin.gif); /*btnBlankLarge.gif*/
    background-repeat: no-repeat;
    width: 164px;
    height: 64px;
    text-align: center;
    vertical-align: middle;
}

.main_dnnmenu_rootitem span
{
	padding-top: 10px;
	display: block;
}

.main_dnnmenu_rootitem_hov td
{
	border: solid 1px black;
}

.main_dnnmenu_rootitem_sel
{
	background-color: #C4A9AE; 
}

.main_dnnmenu_rootitem_sel td
{
	border: solid 1px black;
}

.main_dnnmenu_rootitem span
{
	/*margin-left: 25px;*/
}

/* sub item */
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Comic Sans MS, Tahoma, Arial, Georgia;
    white-space: nowrap;  /*Word wrapping menu item now optional*/
    padding: 1px 3px 3px 1px;	
}

.main_dnnmenu_itemhover {  
	background-color: #FAFAD2; 
}

.main_dnnmenu_itemhover td {  
	background-color: #C46274; 
}

.main_dnnmenu_item_sel
{
	background-color: #C4A9AE; 
}

.main_dnnmenu_item_sel td
{
	border: solid 1px black;
}

.main_dnnmenu_icon {
	cursor: pointer; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu 
{
	margin-left: -125px;
	background-color: #C48994;  
	z-index: 1000; 
	cursor: pointer; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
}



/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background/border colors for the selected tab */
.TabBg {
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   {
	font-family: Comic Sans MS, Tahoma, Arial, Georgia;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	font-family: Comic Sans MS, Tahoma, Arial, Georgia;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	font-family: Comic Sans MS, Tahoma, Arial, Georgia;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Comic Sans MS, Tahoma, Arial, Georgia;
	font-size: 11pt;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Comic Sans MS, Tahoma, Arial, Georgia;
}

.NormalRed
{
	font-family: Comic Sans MS, Tahoma, Arial, Georgia;
}

.NormalBold
{
	font-family: Comic Sans MS, Tahoma, Arial, Georgia;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	font-family: Comic Sans MS, Tahoma, Arial, Georgia;
}
    
.SkinObject
{
	color: Black;
	font-family: Comic Sans MS, Tahoma, Arial, Georgia;
}

a.SkinObject:link
{
	color: Black;
	text-decoration: underline;
}

a.SkinObject:hover
{
	color: Black;
	text-decoration: underline;
}

.StandardButton
{
	font-family: Comic Sans MS, Tahoma, Arial, Georgia;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
/* Action Menu */

.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
	border: #C48994 0px solid; /*override borders*/    
	font-family: Comic Sans MS, Tahoma, Arial, Georgia;
}

.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	cursor: pointer; 
	color: black; 
	font-family: Comic Sans MS, Tahoma, Arial, Georgia;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
	white-space: nowrap;  /*Word wrapping menu item now optional*/
	padding: 1px 3px 3px 1px;	
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	background-color: #C48994;  
	width: 15px;
	height: 100%;   /*override the default height for icon so that menubreaks can have heights adjusted*/
}

.ModuleTitle_SubMenu 
{
	margin-left: -100px;
	z-index: 1000; 
	cursor: pointer; 
	background-color: #C48994;  
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
	font-family: Comic Sans MS, Tahoma, Arial, Georgia;
}

.ModuleTitle_MenuBreak {
	background-color: #C4A9AE; 
	font-size: 1px; /*make sure you take out portal.css ModuleTitle_MenuBreak for this to work*/
}

.ModuleTitle_MenuItemSel 
{
	cursor: pointer; 
	color: black; 
	font-family: Comic Sans MS, Tahoma, Arial, Georgia;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C4A9AE; 
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}


/* RadMenu Default skin */

.RadMenu_Stackable 
{
	/*border: 1px solid #010101;
	border-bottom-width: 0;
	border-top-color: #383838;*/
	/*background: #444 url(Menu/MenuBackground.gif) repeat-x top left;*/
	text-align: left;
	width: 164px;
	font-family: Comic Sans MS, Tahoma, Arial, Georgia;
}

.RadMenu a.rmLink
{
	cursor: pointer;
}

.RadMenu .rmLink:hover
{
   cursor: pointer;
}

.RadMenu_Stackable .RadMenu_Stackable_RootItem
{
    background-image: url(btnBlankLarge_margin.gif); /*btnBlankLarge.gif*/
    background-repeat: no-repeat;
	font-family: Comic Sans MS, Tahoma, Arial, Georgia;
}

.RadMenu_Stackable .rmRootGroup .rmItem
{
	width: 164px;
	height: 64px;
	text-align: center;
}

.RadMenu_Stackable .rmRootGroup .rmItem .rmLink
{
	padding-top: 15px;
	height: 64px;
}

.RadMenu_Stackable .rmRootGroup .rmItem .rmLink .rmText
{
	font-size: 14pt;
	color: Black;
}

.RadMenu_Stackable .rmRootGroup .rmGroup .rmItem
{
	width: auto;
	height: auto;
	text-align: left;
	padding-top: 0px;
}

.RadMenu_Stackable .rmRootGroup .rmGroup .rmItem .rmLink
{
	height: 20pt;
	padding-top: 0px;
}

.RadMenu_Stackable .rmRootGroup .rmGroup .rmItem .rmLink .rmText
{
	width: auto;
	font-size: 8pt;
}

.RadMenu_Stackable_rtl
{
	text-align: right;
}

.RadMenu_Stackable_Context
{
	background: none;
	border: 0;
}

.RadMenu_Stackable a
{
	text-decoration: none;
	cursor: pointer;
}

.RadMenu_Stackable .rmLink
{
	line-height: 24px;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}

.RadMenu_Stackable .rmLink:focus,
.RadMenu_Stackable .rmFocused
{
	outline: 0;
}

.RadMenu_Stackable .rmExpanded
{
	position: relative;
	z-index: 10000;
}

.RadMenu_Stackable .rmLink:hover,
.RadMenu_Stackable .rmFocused,
.RadMenu_Stackable .rmExpanded
{
	/*background-color: #fff;*/
	color: #333;
}

.RadMenu_Stackable .rmLink .rmText
{
	font-size: 12px;
	font-style: normal;
	font-family: Comic Sans MS, Tahoma, Arial, Georgia;
}

.RadMenu_Stackable .rmGroup .rmLink
{
	text-decoration: none;
	color: #333;
}

.RadMenu_Stackable_rtl .rmGroup .rmLink
{
	text-align: right;
}

.RadMenu_Stackable .rmGroup .rmLink:hover,
.RadMenu_Stackable .rmGroup .rmFocused,
.RadMenu_Stackable .rmGroup .rmExpanded
{
	color: #fff;
	background: #C46274; /*#444 */
}

.RadMenu_Stackable .rmText
{
	padding: 3px 20px 5px;
}

.RadMenu_Stackable .rmGroup .rmLink .rmText
{
	font-size: 11px;
	padding: 2px 37px 2px 20px;
}

.RadMenu_Stackable_rtl .rmGroup .rmLink .rmText
{
	padding: 4px 20px 5px 37px;
}

/* <expand arrows styling> */

.RadMenu_Stackable .rmGroup .rmLink .rmExpandRight
{
	background: transparent url(Menu/ArrowExpand.gif) no-repeat right -1px;
}

.RadMenu_Stackable .rmGroup .rmLink .rmExpandLeft
{
	background: transparent url(Menu/ArrowExpandRTL.gif) no-repeat left -1px;
}

.RadMenu_Stackable .rmGroup .rmLink:hover .rmExpandRight,
.RadMenu_Stackable .rmGroup .rmFocused .rmExpandRight,
.RadMenu_Stackable .rmGroup .rmExpanded .rmExpandRight
{
	background-image: url(Menu/ArrowExpandHovered.gif);
}

.RadMenu_Stackable .rmGroup .rmLink:hover .rmExpandLeft,
.RadMenu_Stackable .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_Stackable .rmGroup .rmExpanded .rmExpandLeft
{
	background-image: url(Menu/ArrowExpandHoveredRTL.gif);
}

/* </expand arrows styling> */

.RadMenu_Stackable .rmHorizontal .rmItem { border-right: 1px solid #353535; padding-bottom:1px; }
.RadMenu_Stackable .rmHorizontal .rmLast { border-right: 0; }

.RadMenu_Stackable .rmVertical .rmItem { /*border-bottom: 1px solid #353535;*/ }
.RadMenu_Stackable .rmVertical .rmLast { border-bottom: 0; padding-bottom: 1px; }

.RadMenu_Stackable_rtl .rmHorizontal .rmItem { border-left: 0; }

.RadMenu_Stackable .rmRootGroup .rmGroup .rmItem,
.RadMenu_Stackable_Context .rmGroup .rmItem
{ border-right: 0; border-bottom: 0; padding-bottom: 0; }

.RadMenu_Stackable .rmGroup
{
	border: 1px solid #828282;
	background: #C48994;/*#fff;*/
}

.RadMenu_Stackable .rmGroup .rmExpanded
{
	z-index: 1;
}

.RadMenu_Stackable .rmTopArrow,
.RadMenu_Stackable .rmBottomArrow
{
	height: 10px;
	width: 100%;
	background: #fff url(Menu/ArrowScrollUpDown.gif) no-repeat top center;
}

.RadMenu_Stackable .rmBottomArrow
{
	background-position: center -18px;
}

.RadMenu_Stackable .rmLeftArrow,
.RadMenu_Stackable .rmRightArrow
{
	width: 10px;
	height: 100%;
	background: #fff url(Menu/ArrowScrollLeftRight.gif) no-repeat left center;
}

.RadMenu_Stackable .rmRightArrow
{
	background-position: -18px center;
}

.RadMenu_Stackable .rmItem .rmDisabled .rmText
{
	color: #999;
}

.RadMenu_Stackable .rmRootGroup .rmItem .rmDisabled
{
	background: none;
}

.RadMenu_Stackable .rmGroup .rmItem .rmDisabled
{
	background-color: #fff;
}

.RadMenu_Stackable .rmRootGroup .rmSeparator,
.RadMenu_Stackable .rmGroup .rmSeparator
{
	background: #8f8f8f;
	border-top: 1px solid #676767;
	border-bottom: 0;
}

.RadMenu_Stackable .rmSeparator .rmText
{
	display: none;
}

.RadMenu_Stackable .rmHorizontal .rmSeparator
{
	height: 20px;
	width: 1px;
	line-height: 20px;
	border: 0;
}

.RadMenu_Stackable .rmVertical .rmSeparator
{
	height: 1px;
	margin: 3px 0;
	border: 0;
	line-height: 1px;
}

.RadMenu_Stackable .rmLeftImage
{
	margin: 2px;
}

.RadMenu_Stackable .rmSlide
{
	margin: -1px 0 0 -1px !important;
}

.RadMenu_Stackable .rmHorizontal .rmSlide
{
	margin-top: -2px !important;
}

.RadMenu_Stackable_rtl .rmSlide
{
	margin-left: 0 !important;
	margin-right: -1px !important;
}

.RadMenu_Stackable .rmGroup .rmSlide
{
	margin: 0 !important;
}

.RadMenu_Stackable .rmItem .rmDisabled:hover
{
	background: none;
}