/*-----------------------------------------------------------------------*/
/* Skin Styles for bulkyboybrand.ca */
/* Copyright Shepherd Creative - All rights reserved */
/*-----------------------------------------------------------------------*/

/*-----------------------------------------------------------------------*/
/* General Page Styles													 */
/*-----------------------------------------------------------------------*/
html
{
    height: 100%;
}

/* Global */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button, table, tr, td
{
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 0;
}

body, p, div, ul, li, blockquote, .normal, .Normal
{
    font: normal normal normal 12px/1.5 'Lucida Grande' , 'Lucida Sans Unicode' , Verdana, Tahoma, Arial, Geneva, Helvetica, sans-serif;
    font-size: 11px;
    color: #ccc;
}
body {
	background-color: #171b1e;
}

ul
{
    list-style: none;
}
ul.square
{
    list-style-type:square;
    margin-left: 27px;
    margin-bottom: 10px;
}
ul.square li
{
    margin-bottom:5px;
}
input {
	color: #3e3e3e;
}

/* Layout */
.bodybg {
	background: url(images/background.jpg) no-repeat scroll center top;
}
.bodybg2 {
	background: url(images/background2.png) no-repeat scroll center bottom;
}

#center {
	text-align: center;
}

.SiteWidth
{
    width: 960px;
    margin: 0px auto;
	text-align: left;
	background-color: #3e3e3e;
	border-left: #808080 1px solid;
	border-right: #808080 1px solid;
	border-bottom: #808080 1px solid;
}

p, div, ul, li, blockquote, .normal, .Normal {
	text-align: left;
}


#PanelHeader
{
    height:152px;
}
#PanelLogo
{
    height:152px;
	text-align:left;
}

#PanelMenu {
	height:54px;
	margin: 10px;
	text-align:center;
	border: #808080 1px solid;
}

#PanelFooterLeft {
	text-align:left;
	height: 60px;
}

#PanelContent
{
    min-height:400px;
	text-align:left;
	background-color: #3e3e3e;
    color:#ccc;
}

#DivLogo
{
    float:left;
	width: auto;
}

#DivSiteTitle
{
    float:left;
    margin-left:20px;
    margin-top:47px;
    line-height:23px;
	width: auto;
}
.SidePanel
{
    margin-top:10px;
}

.ColumnRight
{
    float:right;
	width: auto;
}
.ColumnLeft
{
    float:left;
	width: auto;
}
.MainBody P
{
    margin-bottom:10px;
}

/* Main Site Colors */
.HeaderBg
{
    background-color: #3e3e3e;
    color: #fff;
}
h1, h2, h3, h4, h5 {
	color: #ccc;
}
#PanelHeader 
{ 
    background:url("images/headerBg.jpg");
}
#PanelSessionInfo { color:#666; }
.PageTitleBg
{
    background-color: rgb(33, 36, 44);
    color: #fff;
}
#PanelMenu
{
    background-color: #262626;
    color:#fff;
	font-size: 24px;
}
.SidesBg
{
    background-color: #3e3e3e;
    color:#ccc;
}

.Copyright
{
    color:#ccc;
}
.Footnote1
{
    background-color: #f0f0f0;
    color: #777;
}
.Footnote2
{
    background-color: #ccc;
    color: #333;
}

/* Link Colors */
#PanelSessionInfo a:link { color:#b45a2b; }
#PanelSessionInfo a:visited { color:#b45a2b; }
#PanelSessionInfo a:hover { color:ff6633; }
#PanelContent a:link { color:#b45a2b;}
#PanelContent a:visited { color:#b45a2b;}
#PanelContent a:hover { color:#ff6633;}
#PanelFooterLeft a:link { color:#b45a2b; text-decoration:none;}
#PanelFooterLeft a:visited { color:#b45a2b; text-decoration:none;}
#PanelFooterLeft a:hover { text-decoration:underline;}

/* Colors */
.BrushGray90 { color:#1a1a1a; }
.BrushGray80 { color:#333333; }
.BrushGray70 { color:#4d4d4d; }
.BrushGray60 { color:#666666; }
.BrushGray50 { color:#808080; }
.BrushGray40 { color:#999999; }
.BrushGray30 { color:#b3b3b3; }
.BrushGray20 { color:#cccccc; }
.BrushGray10 { color:#e5e5e5; }
.BrushWhite { color:#fff; }

/* Sizes */
.SizeExtraLarge { font-size:22pt; }
.SizeLarge { font-size:18pt; }
.SizeMedium { font-size:12pt; }
.SizeSmall { font-size:12px; }
.SizeExtraSmall { font-size:11px; }
.Tiny { font-size: 1px; }

.FullWidth { width:100%; }
.FullHeight { height:100%; }

/* Misc */
.Top { vertical-align:top; }
.Gutter { width:30px; }
    
.LoginViewSeparator
{
    color: Gray;
}

.PaddingMedium
{
    padding-top: 25px;
    padding-bottom: 35px;
    padding-left: 25px;
    padding-right: 25px;
}
.PaddingSmall
{
    padding-top: 15px;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
}
.PaddingTop10
{
	margin: 10px 10px 0 10px;
	padding-bottom: 10px;
}


.ActionPanel
{
    padding-top: 20px;
}

.ClearFloat 
{ /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Headings */
H1
{
    font-size:20px;
}
H2 
{
    font-size:16px;
}
H3
{
    font-size:12px;
}

.MainBody H1
{
    border-bottom:dotted 1px #b45a2b;
    margin-bottom:10px;
}
.MainBody H2
{
    padding-top:5px;
    border-bottom:dotted 1px #b45a2b;
    margin-bottom:10px;
}

/*-----------------------------------------------------------------------*/
/* Main Menu															 */
/*-----------------------------------------------------------------------*/

/*Misc menu items*/
.MainMenu_MenuArrow,
.MainMenu_RootMenuArrow,
.MainMenu_MenuIcon
{
    display: none;
}
.MainMenu_MenuBreak { border:none; vertical-align: middle; }

/*Container*/
.MainMenu_MenuContainer,
.MainMenu_MenuBar,
.MainMenu_MenuItem td,
.MainMenu_MenuItemSel td,
.MainMenu_BreadcrumbActive td
{
    height: 54px;
	width: auto;
	background-color:Transparent;
	text-align: center;
}
.MainMenu_Separator {
	width: 20px;
}
.MainMenu_MenuItem,
.MainMenu_MenuItemSel,
.MainMenu_BreadcrumbActive
{
    padding:20px;
    margin:0;
    border:0;
	font-size:22px;
}
.MainMenu_MenuItemSel td,
.MainMenu_MenuItem td,
.MainMenu_BreadcrumbActive td
{
    margin:0;
    border:none 0;
    padding: 0 1px;
}
/*IE fix*/
* html .MainMenu_MenuItemSel td,
* html .MainMenu_MenuItem td,
* html .MainMenu_BreadcrumbActive td
{
    padding: 0 2px 0 0;
} 
.MainMenu_MenuItem td
{
	color: #FFF; /* Change text color here */
	text-align: center;
	font-size:22px;
}
.MainMenu_MenuItemSel
{
    background-color:Transparent;
    background-image:none;
}

.MainMenu_MenuItemSel td
{
	background-color:Transparent;
    color: #CCC;
}
.MainMenu_BreadcrumbActive td
{
	background-color:Transparent;
    color: #fff;
}

/*Submenu*/
.MainMenu_SubMenu
{
    padding: 0;
    margin: 0;
    border-top: 1px solid #808080;
    border-right: 1px solid #808080;
    border-left: 1px solid #808080;
    z-index: 1000;
	font-size:14px;
}
.MainMenu_SubMenu td
{
    text-align:left;
    height:auto;
}
.MainMenu_SubMenu .MainMenu_MenuItem
{
    border-top: 0 solid #ffffff;
    border-right: 0 solid #ffffff;
    border-bottom: 1px solid #808080;
    border-left: 0 solid #ffffff;
    height:auto;
    color:#333;
	font-size:14px;
}
.MainMenu_SubMenu .MainMenu_MenuItemSel
{
	background-image:none;
	border-top: 0 solid #ffffff;
	border-right: 0 solid #ffffff;
	border-bottom: 1px solid #808080;
	border-left: 0 solid #ffffff;
	background-color: #CCC;
	color:#fff;
	height:auto;
	font-size:14px;
}
/*Submenu Item Padding*/
.MainMenu_SubMenu .MainMenu_MenuItemSel, 
.MainMenu_SubMenu .MainMenu_MenuItem
{
    padding: 2px 30px 2px 13px;
}
#dnn_dnnSOLPARTMENU_ctldnnSOLPARTMENU {
	text-align: center;
	margin: 0 auto;
}
#tbldnn_dnnSOLPARTMENU_ctldnnSOLPARTMENUMenuBar {
	text-align: center;
	margin: 0 auto;
}
#tbldnn_dnnSOLPARTMENU_ctldnnSOLPARTMENUMenuBar td {
	padding: 0 5px 0 5px;
}
