/* 
================================
Skin styles for MichelleBanks.com
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #24353C;  /*  dark green */
}
.skinmaster {
	height: 100%;
	background-color: #DDDDDD;   /*  gray  02-26-2008 */
	border: 0;
}


/* ********************************************************** */
/* style for module titles */ 
.Head   {
	font-family: Arial, Tahoma, Helvetica; 
    font-weight: bold;
    color:white;   
}
/* style of item titles on edit and admin pages */
.SubHead
{
	font-family: Arial, Tahoma, Helvetica;
	color: #BA8800  						/* butter-brown 02-26-2008 */
}

/* ********************************************************** */
a:link, a:visited 
{
	color: white;
	text-decoration: underline;
}
a:hover 
{
	color: red
}


/* ********************************************************** */
.SkinObject
{
	color: white;
}
A.SkinObject:link
{
	text-decoration: none;
	color: white;
}

A.SkinObject:visited
{
	text-decoration: none;
	color: white;
}

A.SkinObject:hover
{
	text-decoration: none;
	font-weight: bold;
	color: red;
}

A.SkinObject:active
{
	text-decoration: none;
	color: white;
	

}
/* ********************************************************** */
/* Heading Styles    04-04-2008     */
H1
{
	font-family: Arial, Tahoma, Helvetica; 
	font-size: 20px;
	font-weight: bold;
    color: #333399;
}

H2
{
	font-family: Arial, Tahoma, Helvetica; 
	font-size: 18px;
	font-weight: bold;
    color: #333399;
}

H3
{
	font-family: Arial, Tahoma, Helvetica; 
	font-size: 14px;
	font-weight: bold;
    color: red;
}
/* ********************************************************** */

/*  added MainContent class  02-26-2008 */
.MainContent {
	background-color: #000000;   /*  black */
}
/*  added MainContent class  02-26-2008 */
    
 
    
/*  added DateLine class  02-26-2008 */
.DateLine     {
	height:10px;
	border-top: #000000 1px solid;
	background-color: #000000;   /*  black */
}
/*  added DateLine class  02-26-2008 */    
    
    
.skinheader {
	background-color: #24353C;   /*  dark green */
	background-image: url(logo.gif); 
    background-repeat: no-repeat;
    height: 46px;
}

/*  added Menu_Bar class  02-26-2008 */
.menu_bar {
	background-color: #990000;   /* oxblood */
	color: #FFFFFF;
	height:58px;
}
/*  added Menu_Bar class  02-26-2008 */


.bottom_bar {
	background-color: #990000;   /* oxblood */
	color: #FFFFFF;
	height:21px;
}

.graybar {
	background-color: #7C868A;   /* gray-green */
	color: #FFFFFF;
	height:25px;
}

/*  added Menu_Bar class  02-26-2008 */


/* text style used for most text rendered by modules */
/*  added .Normal TD because table text was not rendering as Normal style 03-01-2008  */
.Normal, .NormalDisabled, .Normal td              
{
	color: white;
	font-size: 12px;
}

.skingradient {
	background-color: #FFFFFF;   /*  white 02-26-2008 */
	height:30px;
}
/* ********************************************************** */

.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 0px;
	padding-bottom:0px;
	border-top: 0px none;
	border-bottom:0px none; 
	margin-bottom:0px; 
	margin-top: 0px;
}
.leftpane {
	width: 218px;
	background-color: transparent;
	background-image: url(leftvisual_BLANK.jpg); 
	background-position: top right; 
    background-repeat: no-repeat;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	border-top: 0px;
	margin-top; 0px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 0px;
	border-top: 0px;
	margin-top; 0px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	height:60px;
	width: 100%;
	background-color: transparent;
	background-image: url(MB-bottom-graphic.jpg); 
	background-position:bottom left; 
    background-repeat: no-repeat;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}


/* ********************************************************** */

.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}

/*  This is the drop-down menu */
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; /*  black 02-26-2008 */
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;	
}

/*  This is the main menu bar */
.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF;   /*  white 02-26-2008 */
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}

/* background color for the horizontal menu when hovering */
.main_dnnmenu_itemhover {  
	background-color: #DC2929;    /*  red 02-26-2008 */
}

/* background color for the drop-down menu when hovering */
.main_dnnmenu_itemhover td {  
	background-color: #DC2929;   /*  red 02-26-2008 */
}


.main_dnnmenu_icon {
	cursor: StarCursor;            /*  02-26-2008 */
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #FFFFFF;   /*  white 02-26-2008 */
	z-index: 1000; 
	cursor: StarCursor;           /*  02-26-2008 */
	cursor: hand; 
	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; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
/* ******************************************************************************** */
/*  Styled the links white. Now they don't show up on white admin pages.  Chaneg back to black on admin.  */

.DataGrid_Header 		{color:black;}
.DataGrid_Container 	{color:black;}
A.CommandButton:link 	{color: #BA8800}  						/* butter-brown 02-26-2008 */
A.CommandButton:visited	{color: #BA8800}  						/* butter-brown 02-26-2008 */
A.CommandButton:hover	{color: red}  							/* red          02-26-2008 */
A.CommandButton:active	{color: #BA8800}  						/* butter-brown 02-26-2008 */


/* ******************************************************************************** */
/* ********************************************************** */
.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-color: #FFFFFF;   /*  white 02-26-2008 */
}
