

/* CSS for Pyramid2007 DotNetNuke skin ----------- */
/* Created by Tyler Fawcett - April 2007 --------- */
/* http://tfdnn.com  -- tf@tylerfawcett.com ------ */


/* Universal ------------------------------ */

html {height: 100%;}
body {margin: 0;}
table, tr, td, p, font {font-family: verdana, sans-serif; line-height: 1.4em; font-size: 12px;}
hr {height: 1px; color: #bbb;}
img {border: 0;}


/* dnn control panel */
td#dnn-controls-row {background:url(control-panel-bg.gif) repeat-x bottom #fafafa; border: 0; padding: 0; height: 0;}
table.ControlPanel {background:url(control-panel-bg-lt.gif) repeat-x bottom #fcfcfc; border: 0; border-left: 1px solid #eee; border-right: 1px solid #eee;}
table.ControlPanel td {padding: 0px 0 6px 0;}
table.ControlPanel td td.SubHead {padding: 3px 0 0px 0; background: #f1f1f1;}
table.ControlPanel td td td.SubHead {background: transparent; border: 0;}
table.ControlPanel td td {vertical-align: middle;}
table.ControlPanel table td {padding: 1px 0 0 0;}
table.ControlPanel .ControlPanel {border-left: 1px solid #fff; border-right: 1px solid #fff; border-top: 0; border-bottom: 0; width: 0px; height: 100px; display: none;}

/* dnn fine manager */
Table.FileManager_ToolBar {background: #fff}
Table.FileManager .subhead, Table.FileManager .normal {color: #000}
tr.FileManager_Item td, tr.FileManager_AltItem td {color: #000}
Table.FileManager_Explorer .FileManagerTreeNodeSelected, Table.FileManager_Explorer .FileManagerTreeNode {color: #000}
div.DataGrid_Container table tr.DataGrid_AlternatingItem td {color: #000}
td.FileManager_StatusBar table tr td div span.NormalBold {color: #000}
td.FileManager_StatusBar table tr td span.NormalBold {color: #000}
Table.FileManager tr td table tr td span.NormalBold {color: #000}

/* Framework -------------------------- */

table.master {width: 100%; height: 100%;}

td.canvas-header-edge-left {width: 30px; background: url(canvas-header-edge-left.jpg) right; font-size: 1px;}
td.canvas-header-edge-right {width: 30px; background: url(canvas-header-edge-right.jpg) left; font-size: 1px;}
td.canvas-edge-left {width: 30px; background: url(canvas-edge-left.jpg) right repeat-y; font-size: 1px;}
td.canvas-edge-right {width: 30px; background: url(canvas-edge-right.jpg) left repeat-y; font-size: 1px;}
td.canvas-narrow {width: 770px; background: #1f1f1f;}
td.canvas-wide {width: 960px; background: #1f1f1f;}
td.canvas-full {width: 96%; background: #1f1f1f;}
td.header-bg-left, td.header-bg-right {background:url(header-bg.jpg) repeat-x top}
td.page-bg-left, td.page-bg-right {background: #000;}

/* removed width: width: 770px; from this to fix IE */
td.header-canvas-narrow { height: 247px; background: #1f1f1f;}
table.canvas-master {width: 100%; height: 100%;}


td.header-row {height: 1px;}
table.header-table {width: 100%; height: 247px;}

td.content-header-left {width: 50%; height: 247px; background: url(content-header-left.jpg) right; padding-top: 15px; }
td.content-header-left img {height: 1px; width: 15px; margin: 0; padding: 0; border: 0; }
td.content-header-mid {width: 226px; height: 247px; padding: 0px; margin:0px;}
td.content-header-right {width: 50%; height: 247px; background: url(content-header-right.jpg) left;}


td.menu-row {height: 33px;}
table.menu-table {width: 100%; height: 100%;}
td.menu-left {width: 10px; white-space: nowrap;}
td.menu-right {}
td.menu-right div {position: relative; margin-left: -1px; width: 2px; height: 33px;}


td.content-row {height: auto; background: #1f1f1f;}
table.content-row-table {width: 100%; height: 100%;}

td.content-row-center {padding: 5px 14px 10px 14px;}

td.content-pane-top {padding-bottom: 20px;}
td.content-pane-left {width: 34%; padding-right: 20px; padding-bottom: 20px;}
td.content-pane-center {padding-bottom: 20px;}
td.content-pane-right {width: 34%; padding-left: 20px; padding-bottom: 20px;}
td.content-pane-bottom {padding-bottom: 10px;}
td.content-pane-baseline {padding: 0 0 0 0;}

td.footer-row {height: 1px;}
table.footer-row-table {width: 100%; height: 57px; background: url(footer-bg.jpg) repeat-x;}

td.footer-left {white-space: nowrap; height: 57px; text-align: left; padding: 0 0 0 20px}
td.footer-left img {height: 1px; width: 18px; margin: 0; padding: 0; border: 0; }
td.footer-right {white-space: nowrap; height: 57px; text-align: right; padding: 0 20px 0 0}






/* Links -------------------------- */

/* basic links */
a:link, a:visited, a:active {font-family: verdana, sans-serif;	font-weight: normal; font-size: 11px; text-decoration: underline; font-weight: normal; line-height: 1.4em;}
a:hover {font-family: verdana, sans-serif; font-weight: normal; font-size: 11px; text-decoration: none; font-weight: normal; line-height: 1.4em;}

/* register links */
a.user-link:link, a.user-link:visited, a.user-link:active {text-decoration: none; font-weight: normal; padding-right: 10px;}
a.user-link:hover {text-decoration: underline; font-weight: normal; padding-right: 10px;}

/* login/logout links */
a.login-link:link, a.login-link:visited, a.login-link:active {text-decoration: none; font-weight: normal; padding-left: 10px;}
a.login-link:hover {text-decoration: underline; font-weight: normal; padding-left: 10px; }

/* breadcrumb links */
a.breadcrumb-link:link, a.breadcrumb-link:visited, a.breadcrumb-link:active {text-decoration: none; font-weight: bold;}
a.breadcrumb-link:hover {text-decoration: underline; font-weight: bold;}
.breadcrumb-link {color: #999;}

/* admin and host function links */
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active {font-size: 11px; text-decoration: underline; font-weight: normal; color: #333;}
a.CommandButton:hover {font-size: 11px; text-decoration: none; font-weight: normal; color: #333;}

/* for normal links */
a.Normal:link, a.Normal:visited, a.Normal:active {text-decoration: underline;}
a.Normal:hover {text-decoration: none;}

/* footer links */
a.footer-link:link, a.footer-link:visited, a.footer-link:active {font-size: 11px; text-decoration: underline; font-weight: normal; color:}
a.footer-link:hover {font-size: 11px; text-decoration: underline; font-weight: normal;}




/* Text -------------------------- */

/* current date */
.current-date {color: #cdcdcd; font-size: 11px;}

/* copyright */
.CopyrightText {color: #cdcdcd; font-size: 11px;}

/* used in admin sections */
.SubHead, .SubHead font {font-family: verdana, sans-serif; font-size: 11px; font-weight: bold; color: #cdcdcd; padding: 0;}

/* module titles */
.Head {font-family: verdana, sans-serif; font-size: 13px; text-decoration: none; color: #cdcdcd; font-weight: normal; white-space: nowrap;}

/* colored - used for warnings and such */
.NormalRed {color: #900; font-family: verdana, sans-serif;	font-weight: bold; font-size: 12px;	line-height: 1.4em;}

/* bold text */
.NormalBold {font-family: verdana, sans-serif;	font-size: 12px; font-weight: bold;	color: #cdcdcd; line-height: 1.4em;}

/* normal text */
.Normal, table, tr, td, p, div, span {font-family: verdana, sans-serif; font-size: 12px; color: #cdcdcd; line-height: 1.4em;}

/* headers */
h1, h2, h3, h4, h5, h6 {font-family: verdana, sans-serif; color: #cdcdcd;}
h1 {font-size: 15px;}
h2 {font-size: 14px;}
h3 {font-size: 13px;}
h4 {font-size: 11px;}
h5 {font-size: 11px; font-weight: bold;}






/* Forms ----------------------------- */

/* catch-all */
select, input {font-family: verdana, sans-serif; font-size: 11px; color: #555;}

/* Applies to text input boxes */
.NormalTextBox {font-family: verdana, sans-serif; font-size: 11px; color: #555;}

/* table cells that contain text input boxes */
td.NormalTextBox {padding: 0; margin: 0; background: transparent; visibility: invisible; color: #555;}
#dnn_dnnSEARCH_txtSearch.NormalTextBox {width: 160px; padding: 0px 3px 2px 3px; height: 18px; color: #555; font-size: 11px; cursor: text; background: transparent; border: 0; margin: 0 6px 0 0;}

/* button in search area */
.search-right a:link, .search-td a:visited, .search-td a:active, .search-td a:hover {width: 60px; height: 24px;}
.search-right img {width: 50px; margin: 0; border: 0; padding: 0;}




/* Main Menu ----------------------------- */

.MainMenu_MenuContainer {background: transparent; width: 1px;}
.MainMenu_MenuContainer td {font-size: 0px; font-weight: normal;}

/* idle state of submenu items */
.MainMenu_MenuItem {font-family: verdana, sans-serif; font-size: 11px; font-weight: normal;	color: #666; background: #f8f8f8; border: #f8f8f8 1px solid; padding: 4px 6px 4px 4px;}

/* hover state for submenu items */
.MainMenu_MenuItemSel {font-family: verdana, sans-serif; font-size: 11px; font-weight: normal; color: #333;	background: #eaeaea; border: #eaeaea 1px solid; padding: 4px 6px 4px 4px;}

/* box for submenu */
.MainMenu_SubMenu {z-index: 1000; margin: 1px 0px 0px 0px; background-color: #f8f8f8; border: 1px solid #ddd; padding: 0px; filter: progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=3);}

/* menu arrows */
.MainMenu_MenuArrow {padding: 0 2px 0 0px; border: #f6f6f6 solid; border-width: 1px 1px 1px 0; text-align: right;}

/* idle state of main menu items */
.MainMenu_Idle td {margin: 0; padding: 6px 28px 0 8px; height: 33px;}
.MainMenu_Idle td span {font-size: 12px; font-weight: bold; line-height: 1.4em;}

/* hover state of main menu items */
.MainMenu_Selected td {margin: 0; padding: 6px 28px 0 8px; height: 33px;}
.MainMenu_Selected td span {color: #fff; font-size: 12px; font-weight: bold; line-height: 1.4em;}

/* active/selected state of main menu items */
.MainMenu_BreadcrumbActive td, .MainMenu_Active td {margin: 0; padding: 6px 28px 0 8px; height: 33px;}
.MainMenu_BreadcrumbActive td span, .MainMenu_Active td span {color: #fff; font-size: 12px; font-weight: bold; line-height: 1.4em;}

/* items we don't need to see */
.MainMenu_RootMenuArrow, .MainMenu_MenuIcon {display: none;}
.MainMenu_MenuBreak {width: auto; border: 0;}




/* Module Menus ------------------------ */

/* Outer cntainer for module submenu */
.ModuleTitle_MenuContainer {}

/* Inner container for module submenu */
.ModuleTitle_MenuBar {}

/* Idle state for module submenu items */
.ModuleTitle_MenuItem {font-family: verdana, sans-serif; font-size: 11px; color: #555; font-weight: normal;	background: #f7f7f7; border: #f7f7f7 1px solid;	padding: 1px 10px 2px 0px;}

/* Inner, inner container for module submenu (?) */
.ModuleTitle_SubMenu {z-index: 1000; margin: 1px 0px 0px 0px; background-color: #f7f7f7; border: 1px solid #ccc; padding: 0px; filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=3);}

/* Hover state for module submenu items */
.ModuleTitle_MenuItemSel {font-family: verdana, sans-serif;	font-size: 11px; font-weight: normal; color: #333; background: #ddd; border-left: #ddd 1px solid; border-right: #ddd 1px solid;	padding: 1px 10px 2px 0px;}

.ModuleTitle_MenuIcon {border: 1px solid #eee; padding: 0 3px 0 3px;}

/* elements we don't need to see */
.ModuleTitle_MenuBreak, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow {display: none;}




/* Color variations -------------------------- */



/* red */
tr.red td.menu-row {background: url(menu-row-red.jpg) right repeat-x;}
tr.red .MainMenu_Idle td {border-left: 1px solid #c04045; border-right: 1px solid #921416; background: url(menu-off-red.gif) repeat-x;}
tr.red .MainMenu_Idle td span {color: #e3bfc1;}
tr.red td.menu-right div {border-left: 1px solid #c04045;}
tr.red .MainMenu_Selected td {background: url(menu-on-red.gif) repeat-x; border-left: 1px solid #c95a5f; border-right: 1px solid #9e3133; color: #fff;}
tr.red .MainMenu_BreadcrumbActive td, tr.red .MainMenu_Active td {background: url(menu-on-red.gif) repeat-x; border-left: 1px solid #c95a5f; border-right: 1px solid #9e3133; color: #fff;}
tr.red td.ctr-title .Head {color: #cdcdcd;}
tr.red .MainMenu_Selected td span, tr.red .MainMenu_BreadcrumbActive td span, tr.red .MainMenu_Active td span {color: #fff;}
.submenu-red {border-left: 2px solid #aa2125; margin: 1px 0px 0px 0px; filter: progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=3)}
tr.red a:link, tr.red a:visited, tr.red a:active, tr.red a:hover, tr.red a.CommandButton:link, tr.red a.CommandButton:visited, tr.red a.CommandButton:active, tr.red a.CommandButton:hover, tr.red a.Normal:link, tr.red a.Normal:visited, tr.red a.Normal:active, tr.red a.Normal:hover, tr.red a.breadcrumb-link:link, tr.red a.breadcrumb-link:visited, tr.red a.breadcrumb-link:active, tr.red a.breadcrumb-link:hover {color: #aa2125;}
tr.red a.login-link:hover, tr.red a.user-link:hover, tr.red a.footer-link:link, tr.red a.footer-link:visited, tr.red a.footer-link:active, tr.red .footer-right, tr.red .footer-left {color: #bcbcbc;}
tr.red .content-header-left, tr.red a.login-link:link, tr.red a.login-link:visited, tr.red a.login-link:active, tr.red a.user-link:link, tr.red a.user-link:visited, tr.red a.user-link:active, tr.red a.footer-link:hover  {color: #fff;}





