
/*========================================================*/
/*  Cascading Style Sheet for Boardroom DotNetNuke Skin   */
/*              created by Tyler Fawcett                  */
/*                                                        */
/*              http://tf.johndcooper.com                 */
/*                 tf@tylerfawcett.com                    */
/*========================================================*/

/*========================================================*/
/*                  Table of Contents                     */
/*========================================================*/
/*  1. Universal                                          */
/*  2. Containers                                         */
/*  3. Links                                              */
/*  4. Text                                               */
/*  5. Forms                                              */
/*  6. Main Menu                                          */ 
/*  7. Module Menus                                       */
/*========================================================*/

/*========================================================*/
/*  1. Universal                                          */
/*========================================================*/

/* Forces browser height of 100% */
html {
	height: 100%;
}


/* Body style */
body {
	margin: 0;
	height: 100%;
}


/* Catch-all to ensure text consistency */
table, tr, td, p {
	font-family: tahoma;
	font-size: 11px;
	line-height: 1.3em;
}



/*========================================================*/
/*  2. Containers                                         */
/*========================================================*/



/* Controls background for site */
.SiteColor {
	background: #d5d5d5;
	text-align: center;
}


/* Establishes width of site */
.SiteWidth {
	width: 820px;
}


/* Establishes width of site (Admin) */
.SiteWidthAdmin {
	width: 980px;
}


/* Creates left drop shadow */
.ShadowLeft {
	width: 55px;
	background: url(shadow_left.gif) repeat-y;
	font-size: 1px;
}


/* Creates left drop shadow */
.ShadowRight {
	width: 55px;
	background: url(shadow_right.gif) repeat-y;
	font-size: 1px;
}


/* Establishes width of left edge of site area */
.LeftEdge {
	width: 12px;
}


/* Establishes top left edge of site area */
.LeftEdgeTop {
	height: 128px;
	background: url(header_01_b.gif) no-repeat;
	font-size: 1px;
}


/* Establishes middle left edge of site area */
.LeftEdgeMiddle {
	background: url(body_left.gif) repeat-y;
	font-size: 1px;
}


/* Establishes bottom left edge of site area */
.LeftEdgeBottom {
	height: 32px;
	background: url(footer_01_b.gif) no-repeat;
	font-size: 1px;
}


/* Establishes width of right edge of site area */
.RightEdge {
	width: 16px;
}


/* Establishes top right edge of site area  */
.RightEdgeTop {
	height: 128px;
	background: url(header_04_b.gif) no-repeat;
	font-size: 1px;
}


/* Establishes middle right edge of site area  */
.RightEdgeMiddle {
	background: url(body_right.gif) repeat-y;
	font-size: 1px;
}


/* Establishes bottom right edge of site area  */
.RightEdgeBottom {
	height: 32px;
	background: url(footer_04_b.jpg) no-repeat;
	font-size: 1px;
}


/* Establishes width of side content area  */
.SideBar {
	width: 183px;
}


/* Logo area */
.SideBarTop {
	height: 128px;
	background: url(header_02_b_blank.jpg) no-repeat;
	font-size: 1px;
	cursor: hand;
	text-align: center;
	padding-top: 10px;
}


/* Menu background */
.SideBarMiddle {
	background: url(menu_bg.gif) repeat-y;
	font-size: 1px;
}


/* Menu footer */
.SideBarBottom {
	height: 32px;
	background: url(footer_02_b.jpg) no-repeat;
	font-size: 1px;
}


/* Menu top cap */
.MenuHead {
	height: 37px;
	background: url(menu_top.jpg) no-repeat;
	font-size: 1px;
}


/* Content area for sidebar content */
.MenuBarContent {
	padding: 10px 24px 10px 24px;
}


/* Background for area that contains date, login, breadcrumbs */
.ContentColumnTop {
	height: 128px;
	background: url(header_03_b.gif) repeat-x;
}


/* Contains current date */
.DateCell {
	height: 42px;
	padding: 12px 0 0 11px;
}


/* Contains register/login links */
.LoginCell {
	height: 44px;
	text-align: right;
	padding: 8px 4px 2px 0;
}


/* Contains breadcrumbs */
.BreadcrumbCell {
	padding: 2px 0 0 0;
	color: #6F7984;
	font-weight: bold;
}


/* Sets BG for main content area */
.ContentColumnMiddle {
	background: #fff;
	padding: 0 2px 14px 15px;
}


/* Sets background for area that contains copyright and terms links */
.ContentColumnBottom {
	height: 32px;
	background: url(footer_03_b.gif) repeat-x;
}


/* Left content */
.ContentLeft {
	width: 34%;
	padding-right: 20px;
}


/* Center content */
.ContentCenter {

}


/* Right content */
.ContentRight {
	width: 34%;
	padding-left: 20px;
}


/* Bottom content */
.ContentBottom {}


/* Contains Terms link */
.FooterLeft {
	padding: 2px 0 0 11px;
}


/* Contains copyright info */
.FooterRight {
	text-align: right;
	padding: 2px 4px 0 0;
}


/* Inset chisel betwee register/login links */
.Separator {
	background: url(sep_b.gif) top left no-repeat;
}



/* Green variants */
#Green .LeftEdgeTop {
	height: 128px;
	background: url(header_01_g.gif) no-repeat;
	font-size: 1px;
}

#Green .LeftEdgeBottom {
	height: 32px;
	background: url(footer_01_g.gif) no-repeat;
	font-size: 1px;
}

#Green .RightEdgeTop {
	height: 128px;
	background: url(header_04_g.gif) no-repeat;
	font-size: 1px;
}

#Green .RightEdgeBottom {
	height: 32px;
	background: url(footer_04_g.jpg) no-repeat;
	font-size: 1px;
}

#Green .SideBarTop {
	height: 128px;
	background: url(header_02_g_blank.jpg) no-repeat;
	font-size: 1px;
	cursor: hand;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
}

#Green .SideBarBottom {
	height: 32px;
	background: url(footer_02_g.jpg) no-repeat;
	font-size: 1px;
}

#Green .ContentColumnTop {
	height: 128px;
	background: url(header_03_g.gif) repeat-x;
}

#Green .ContentColumnBottom {
	height: 32px;
	background: url(footer_03_g.gif) repeat-x;
}

#Green .Separator {
	background: url(sep_g.gif) top left no-repeat;
}






/*========================================================*/
/*  3. Links                                              */
/*========================================================*/


/* Applies to the login/logout and register/username links */
a.LoginLink:link, a.LoginLink:visited, a.LoginLink:active  {
    text-decoration: underline;
    color: #D7D9DC;
	font-weight: normal;
}


a.LoginLink:hover    {
    text-decoration: underline;
    color: #fff;
	font-weight: normal;
}



/* Applies to the login/logout and register/username links */
#Green a.LoginLink:link, #Green a.LoginLink:visited, #Green a.LoginLink:active  {
    text-decoration: underline;
    color: #D8DED9;
	font-weight: normal;
}


#Green a.LoginLink:hover    {
    text-decoration: underline;
    color: #fff;
	font-weight: normal;
}



/* Applies to the command links (the ones that look like form buttons) */
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active, .Button  {
	color: #444;	
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}


a.CommandButton:hover {
	color: #444;	
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}


/* Applies to links that DNN has applied the "Normal" class to */
a.Normal:link, a.Normal:visited, a.Normal:active {
	color: #6F7984;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

a.Normal:hover {
	color: #6F7984;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}


/* Applies to links that DNN has applied the "Normal" class to */
#Green a.Normal:link, #Green a.Normal:visited, #Green a.Normal:active {
	color: #617764;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

#Green a.Normal:hover {
	color: #617764;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}


/* Default link syle */
a:link, a:visited, a:active {
	color: #6F7984;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

a:hover {
	color: #6F7984;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}


/* Default link syle */
#Green a:link, #Green a:visited, #Green a:active {
	color: #617764;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

#Green a:hover {
	color: #617764;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}


/* Applies to the breadcrumb links */
a.BreadcrumbLink:link, a.BreadcrumbLink:visited, a.BreadcrumbLink:active  {
    text-decoration: none;
    color: #6F7984;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}


a.BreadcrumbLink:hover    {
    text-decoration: underline;
    color: #6F7984;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}


/* Applies to the breadcrumb links */
#Green a.BreadcrumbLink:link, #Green a.BreadcrumbLink:visited, #Green a.BreadcrumbLink:active  {
    text-decoration: none;
    color: #718574;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}


#Green a.BreadcrumbLink:hover    {
    text-decoration: underline;
    color: #718574;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}



/*========================================================*/
/*  4. Text                                               */
/*========================================================*/


/* Specifies style of date text */
.CurrentDate {
	color: #D7D9DC;
	font-size: 11px;
	font-family: tahoma;
	font-weight: normal;
	white-space: nowrap;
}

/* Specifies style of date text */
#Green .CurrentDate {
	color: #D8DED9;
	font-size: 11px;
	font-family: tahoma;
	font-weight: normal;
	white-space: nowrap;
}


/* For form labels, among other things */
.SubHead {
	font-size: 11px;
	color: #555;
	font-weight: bold;
}


/* Applies to the majority of text in the site */
.Normal {
	color: #555;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
}


/* Bold, but still relatively normal, text */
.NormalBold {
	color: #555;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
}


/* Bold red text for alerts and such */
.NormalRed {
	color: #900;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
}


/* Copyright text */
.CopyrightText {
	color: #D7D9DC;
	font-weight: normal;
}

/* Copyright text */
#Green .CopyrightText {
	color: #D8DED9;
	font-weight: normal;
}



/*========================================================*/
/*  5. Forms                                              */
/*========================================================*/


/* For the TDs that contain form fields */
td.NormalTextBox {
	padding: 3px;
	color: #555;
	margin: 0;
	background: transparent;
	visibility: invisible;
}


/* For the form fields themselves */
.NormalTextBox {
	color: #555;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
}


/* Catch-all for form elements */
select, input {
	font-family: tahoma;
	font-size: 11px;
	color: #555;
}






/*========================================================*/
/*  6. Main Menu                                          */
/*========================================================*/


/* Container for main menu */
.MainMenu_MenuContainer {	
	background: transparent;
	padding: 0px;
	width: 100%;
}


/* Menu bar */
.MainMenu_MenuBar {
	padding: 0px; 
	background: transparent;
	width: 100%;
}


/* Applies to idle state of submenu items */
.MainMenu_MenuItem {
	font-family: tahoma; 
	color: #999;
	font-size: 11px;
	font-weight: normal;  
	border: #fafafa 1px solid;
	padding: 1px 4px 2px 1px;
}


/* Container for submenu */
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 2px 0px 0px 0px;
	background: #fafafa;
	border: #bbb 1px solid;
	padding: 1px;
}


/* Hover state for submenu items */
.MainMenu_MenuItemSel {
	font-family: tahoma; 
	font-size: 11px; 
	font-weight: normal; 
	cursor: pointer; 
	cursor: hand; 
	color: #fff;
	background: #555;
	border-left: #555 1px solid;
	border-right: #555 1px solid;
	padding: 1px 4px 2px 1px;
}




/* Elements we don't really need to see */
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon, .MainMenu_MenuBreak {
	display: none;
}



/* Idle state for main menu items */
.MainMenu_Idle {
	height: 20px;
	padding: 2px 2px 2px 0;
	background: url(menu_item_off.jpg) top left no-repeat transparent;
	color: #6F7984;
}


/* Idle state for main menu items */
#Green .MainMenu_Idle {
	height: 20px;
	padding: 2px 2px 2px 0;
	background: url(menu_item_off.jpg) top left no-repeat transparent;
	color: #718574;
}


/* Hover state for main menu items */
.MainMenu_Selected {
	height: 20px;
	padding: 2px 2px 2px 0;
	background: url(menu_item_b.jpg) top left no-repeat transparent;
	color: #fff;
}


/* Selected state for main menu items */
.MainMenu_Active, .MainMenu_BreadcrumbActive {
	height: 20px;
	padding: 2px 2px 2px 0;
	background: url(menu_item_b.jpg) top left no-repeat transparent;
	color: #fff;
}



/* Hover state for main menu items */
#Green .MainMenu_Selected {
	height: 20px;
	padding: 2px 2px 2px 0;
	background: url(menu_item_g.jpg) top left no-repeat transparent;
	color: #fff;
}


/* Selected state for main menu items */
#Green .MainMenu_Active, #Green .MainMenu_BreadcrumbActive {
	height: 20px;
	padding: 2px 2px 2px 0;
	background: url(menu_item_g.jpg) top left no-repeat transparent;
	color: #fff;
}









/*========================================================*/
/*  7. Module Menus                                       */
/*========================================================*/

/* Outer container for module submenu */
.ModuleTitle_MenuContainer {
	color: #2c2c2c;
}


/* Inner container for module submenu */
.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height: 21px;
}


/* Idle state for module submenu items */
.ModuleTitle_MenuItem {
	font-family: tahoma; 
	color: #666;
	font-size: 11px; 
	font-weight: normal; 
	border: #f6f6f6 1px solid;
	padding: 1px 4px 1px 2px;
}


/* Inner, INNER(?) container for module submenu (?) */
.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 2px 0px 0px 0px;
	background-color: #f6f6f6; 
	filter: none; 
	border: #999 1px solid;
	padding: 1px;
}


/* Hover state for module submenu items */
.ModuleTitle_MenuItemSel {
	font-family: tahoma; 
	font-size: 11px; 
	font-weight: normal;
	cursor: hand; 
	color: #fff;
	background: #444;
	border: #444 1px solid;
	padding: 1px 4px 1px 2px;
}


/* Elements we don't need to see */
.ModuleTitle_MenuArrow,
.ModuleTitle_RootMenuArrow,
.ModuleTitle_MenuBreak,
.ModuleTitle_MenuIcon {
	display: none;
}




/*========================================================*/
/*  End Style Sheet                                       */
/*========================================================*/




