

/* CSS for BMS DotNetNuke Skin ------------------ */
/* Created August 2008 -------------------------- */
/* http://tfdnn.com -- tf@tylerfawcett.com ------ */


/* Universal ------------------------------ */

html {height: 100%;}
body {margin: 0; padding: 0; height: 100%; width: 100%; text-align: center;}
table, tr, td, p, font {font-family: arial, verdana, sans-serif; line-height: 1.4em;}
hr {height: 1px; color: #bbb;}


/* DNN Control Panel ---------------------- */
table.ControlPanel {background: #fcfcfc; border: 0; border-left: 1px solid #eee; border-right: 1px solid #eee; border-bottom: 1px solid #333;}
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;}
td#dnn-controls-row table.site-width-full {width: 100%;}


/* Framework -------------------------- */

table#wrap-flash {background-color: #000; width: 100%; height: 100%; margin: 0; text-align: center;} /*chris*/

td.menu-row table {margin: 0 auto;}
table#wrap-p {width: 100%; margin: 0 auto; text-align: left;}
table#wrap-a {width: 100%; margin: 0 auto; text-align: left;}
td.header-row {width: 700px; padding: 10px 0; border-bottom: 1px dotted #111;}
td.header-left {}
td.header-top-right {text-align: right; font-size: 11px; color: #ccc; font-weight: bold;}
td.header-bottom-right {text-align: right;}
td.menu-row {width: 700px; text-align: center; background: #7c4f04; padding: 5px; border-top: 5px solid #fff; border-bottom: 5px solid #fff;}
td.content-row {width: 700px; border-top: 1px dotted #111; border-bottom: 1px dotted #111; padding: 10px 0 10px 0;}
td.footer-row {width: 700px; padding-top: 8px; font-size: 11px; color: #555; text-align: center; padding-bottom: 20px;}
td.footer-row strong {color: #ccc;}
td.content-top {padding-bottom: 5px;}
td.content-left {width: 34%; padding-right: 10px; padding-bottom: 10px;}
td.content-center {padding-bottom: 10px;}
td.content-right {width: 34%; padding-left: 10px; padding-bottom: 10px;}
td.content-bottom {padding-bottom: 10px;}


/* Links -------------------------- */

/* basic links */
a:link, a:visited, a:active {font-family: arial, verdana, sans-serif; font-weight: normal; font-size: 11px; text-decoration: underline; font-weight: normal; line-height: 1.4em; color: #7c4f04;}
a:hover {font-family: arial, verdana, sans-serif; font-weight: normal; font-size: 11px; text-decoration: none; font-weight: normal; line-height: 1.4em; color: #7c4f04;}

/* register and login/logout links */
a.login-link:link, a.login-link:visited, a.login-link:active {text-decoration: underline; font-weight: normal; color: #7c4f04;}
a.login-link:hover {text-decoration: none; font-weight: normal;}

/* breadcrumb links */
a.breadcrumb-link:link, a.breadcrumb-link:visited, a.breadcrumb-link:active {text-decoration: underline; font-weight: bold;}
a.breadcrumb-link:hover {text-decoration: none; font-weight: bold;}

/* admin and host function links */
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active {text-decoration: underline; font-weight: normal; color: #333;}
a.CommandButton:hover {text-decoration: none; font-weight: normal; color: #333;}

/* for normal links */
a.Normal:link, a.Normal:visited, a.Normal:active {text-decoration: underline; color: #7c4f04; font-size: 11px;}
a.Normal:hover {text-decoration: none; color: #7c4f04; font-size: 11px;}

/* for white links */
a.white:link, a.white:visited, a.white:active {text-decoration: underline; color: #fff;}
a.white:hover {text-decoration: none; color: #fff;}

/* footer links */
a.footer-link:link, a.footer-link:visited, a.footer-link:active {font-size: 11px; text-decoration: underline; font-weight: normal;}
a.footer-link:hover {font-size: 11px; text-decoration: none; font-weight: normal;}




/* Text -------------------------- */

/* current date */
.current-date {color: #999; font-size: 11px;}

/* copyright */
.copyright-text {color: #555; font-size: 11px;}

/* used in admin sections */
.SubHead, .SubHead font {font-family: arial, verdana, sans-serif; font-size: 12px; font-weight: bold; color: #222; padding: 0;}


/* module titles */
.Head {font-family: arial, verdana, sans-serif; font-size: 12px; text-decoration: none; color: #222; font-weight: normal; white-space: nowrap;}

/* colored - used for warnings and such */
.NormalRed {color: #900; font-family: arial, verdana, sans-serif;	font-weight: bold; font-size: 12px;	line-height: 1.4em;}

/* bold text */
.NormalBold {font-family: arial, verdana, sans-serif;	font-size: 12px; font-weight: bold;	color: #222; line-height: 1.4em;}

/* normal text */
.Normal {font-family: arial, verdana, sans-serif; font-size: 12px; color: #222; line-height: 1.4em;}

/* headers */
h1, h2, h3, h4, h5, h6 {font-family: arial, verdana, sans-serif; color: #222;}
h1 {font-size: 15px;}
h2 {font-size: 14px;}
h3 {font-size: 13px;}
h4 {font-size: 12px;}
h5 {font-size: 12px; font-weight: bold;}




/* Forms ----------------------------- */

/* catch-all */
select, input {font-family: arial, verdana, sans-serif; font-size: 11px; color: #555;}

/* Applies to text input boxes */
.NormalTextBox {font-family: arial, 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 {line-height: 14px; width: 140px; padding: 0px 3px 0 3px; height: 22px; color: #555; cursor: text; background: #f8f8f8; margin-left: 6px;}

/* for the search input box */
td.search-bg input {height: 20px;}

/* button in search area */
.search-td a:link, .search-td a:visited, .search-td a:active, .search-td a:hover {width: 56px; padding: 2px 50px 5px 0; _padding: 0 0 5px 0; height: 20px; background: url(search-btn.gif) no-repeat; text-decoration: none;}




/* 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: arial, verdana, sans-serif; font-size: 12px; font-weight: normal; color: #cbb99b; background: #7c4f04; border: #7c4f04 1px solid; padding: 3px 14px 4px 3px;}

/* hover state for submenu items */
.MainMenu_MenuItemSel {font-family: arial, verdana, sans-serif; font-size: 12px; font-weight: normal; color: #fff; background: #6d4503; border: #6d4503 1px solid; padding: 3px 14px 4px 3px;}

/* box for submenu */
.submenu-cus {border: 1px solid #6d4503; margin: 3px 0px 0px 1px; filter: progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=3); border-top: 0;}

/* menu arrows for DNN4.3.7 and earlier */
/*
.MainMenu_MenuArrow {padding: 0 8px 0 0px; border: #f6f6f6 solid; border-width: 1px 1px 1px 0; text-align: right;}
*/

/* menu arrows for DNN4.4.1+ */
.MainMenu_MenuArrow {padding: 0 10px 0 0px; border: #7c4f04 solid; border-width: 0 0 0 0; text-align: right; display: none;}

/* Common settings for all three hover states */
.MainMenu_Idle td, .MainMenu_Selected td, .MainMenu_BreadcrumbActive td, .MainMenu_Active td {margin: 0; padding: 0px 15px 0px 15px; background: #7c4f04;}
.MainMenu_Idle td span, .MainMenu_Selected td span, .MainMenu_BreadcrumbActive td span, .MainMenu_Active td span {font-size: 13px; font-weight: normal; line-height: 1.4em;}

/* idle state of main menu items */
.MainMenu_Idle td {}
.MainMenu_Idle td span {color: #cbb99b;}

/* hover state of main menu items */
.MainMenu_Selected td {}
.MainMenu_Selected td span {color: #fff;}

/* active/selected state of main menu items */
.MainMenu_BreadcrumbActive td, .MainMenu_Active td {}
.MainMenu_BreadcrumbActive td span, .MainMenu_Active td span {color: #fff;}

/* items we don't need to see */
.MainMenu_RootMenuArrow, .MainMenu_MenuIcon {display: none;}
.MainMenu_MenuBreak {width: auto; border: 0; background: #7c4f04;}




/* 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: arial, 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: arial, 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;}



/* End Style Sheet ---------------------- */
