

/* CSS for EquityDriver DotNetNuke skin ---------- */
/* Created by Tyler Fawcett - April 2007 --------- */


/* Universal ------------------------------ */

html {height: 100%;}
body {margin: 0; background: #dadada;}
table, tr, td, p {font-family: arial, tahoma, sans-serif; line-height: 1.3em;}
hr {height: 1px; color: #bbb;}
img {border: 0;}


/* dnn control panel */
td#dnn-controls-row {background: #fff; border: 0; padding: 0; height: 0;}
table.ControlPanel {background: #fefefe; border: 0; border-left: 1px solid #eee; border-right: 1px solid #eee; border-bottom: 1px solid #ddd;}
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; width: 0px; height: 100px; display: none;}



/* Framework -------------------------- */

td.page-bg {background: url(page-bg.jpg) repeat-x #dadada;}
table.site-width-portal {width: 770px;}
table.site-width-admin {width: 980px;}
td.canvas-shadow-left {width: 7px; background: url(canvas-shadow-left.gif) repeat-y;}
td.canvas-shadow-right {width: 7px; background: url(canvas-shadow-right.gif) repeat-y;}
td.canvas-main {background: #fff; border-left: 2px solid #fff; border-right: 2px solid #fff; border-bottom: 2px solid #fff;}
td.header-row {border-top: 4px solid #7c0100; text-align: right;}
td.header-row span {text-align: left;}
span.login-register {background: url(login-register-bg.gif) repeat-x;}
td.date {padding: 3px 10px 0 10px; font-size: 12px;}
td.header-sep {width: 2px; background: url(header-sep.gif) no-repeat; height: 24px;}
td.register {padding: 3px 10px 0 10px; font-size: 12px;}
td.login {padding: 3px 10px 0 10px; font-size: 12px;}
td.logo-row {height: 90px; background: url(logo-bg.gif) bottom repeat-x; border-bottom: 1px solid #fff;}
td.logo {width: 10px; padding: 10px 30px 30px 12px;}
td.tagline {text-align: right; padding: 10px 12px 10px 0;}
td.breadcrumb-row {height: 59px; background: url(breadcrumb-bg.gif) repeat-x;}
td.menu-head {width: 206px; height: 59px; background: url(menu-head.gif) no-repeat; padding: 0;}
td.breadcrumbs {color: #aaa; font-size: 14px; padding: 14px 12px 0 7px;}
td.menu-column {width: 206px;}
td.content-column {padding: 0 12px 12px 8px;}
td.content-top {padding-bottom: 20px;}
td.content-left {width: 25%; padding-right: 20px; padding-bottom: 20px;}
td.content-center {padding-bottom: 20px;}
td.content-right {width: 25%; padding-left: 20px; padding-bottom: 20px;}
td.content-bottom {padding-bottom: 20px;}
td.menu-footer {background: url(menu-bottom.gif) bottom no-repeat; height: 27px;}
td.menu-bg {background: url(menu-bg.gif) repeat-y;}
td.footer-row {border-bottom: 6px solid #950300; height: 30px;}
td.address {padding: 6px 14px 0 10px; color: #d6a8a7; color: #fff; background: url(footer-bg.gif) top repeat-x; font-size: 12px;}
td.canvas-bottom {}
td.canvas-bottom-left {width: 7px; height: 7px; background: url(canvas-shadow-bottom-left.jpg) no-repeat; font-size: 1px;}
td.canvas-bottom-center {height: 7px; background: url(canvas-shadow-bottom.jpg) repeat-x; font-size: 1px;}
td.canvas-bottom-right {width: 7px; height: 7px; background: url(canvas-shadow-bottom-right.jpg) no-repeat; font-size: 1px;}

table.site-width-portal-footer {width: 770px;}
table.site-width-admin-footer {width: 980px;}
td.copyright {padding: 2px 0 0 18px;}
td.privacy-terms {text-align: right; padding: 2px 18px 0 0;}


/* Links -------------------------- */

/* basic links */
a:link, a:visited, a:active {font-family: arial, tahoma, sans-serif; font-weight: normal; font-size: 12px; text-decoration: underline; font-weight: normal; color: #960300;}
a:hover {font-family: arial, tahoma, sans-serif; font-weight: normal; font-size: 12px; text-decoration: none; font-weight: normal; color: #960300;}

/* login/logout links */
a.login-link:link, a.login-link:visited, a.login-link:active {font-size: 12px; text-decoration: none; font-weight: normal; color: #fff;}
a.login-link:hover {font-size: 12px; text-decoration: underline; font-weight: normal; color: #fff;}

/* breadcrumb links */
a.breadcrumb-link:link, a.breadcrumb-link:visited, a.breadcrumb-link:active {text-decoration: none; font-weight: normal; color: #960300; font-size: 14px;}
a.breadcrumb-link:hover {text-decoration: underline; font-weight: normal; color: #960300; font-size: 14px;}
.breadcrumb-link {color: #888; font-size: 14px;}

/* admin and host function links */
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active {font-size: 12px; text-decoration: underline; font-weight: normal; color: #960300;}
a.CommandButton:hover {font-size: 12px; text-decoration: none; font-weight: normal; color: #960300;}

/* for normal links */
a.Normal:link, a.Normal:visited, a.Normal:active {font-size: 12px; text-decoration: underline;}
a.Normal:hover {font-size: 12px; text-decoration: none;}

/* footer links */
a.footer-link:link, a.footer-link:visited, a.footer-link:active {font-size: 11px; text-decoration: none; font-weight: normal; color: #777;}
a.footer-link:hover {font-size: 11px; text-decoration: underline; font-weight: normal; color: #777;}




/* Text -------------------------- */

/* current date */
.current-date {color: #ddb4b3; color: #fff; font-size: 12px;}

/* copyright */
.CopyrightText {color: #777; font-size: 11px;}

/* used in admin sections */
.SubHead, .SubHead font {font-family: arial, tahoma, sans-serif; font-size: 12px; font-weight: bold; color: #555; padding: 0;}

/* module titles */
.Head {font-family: arial, tahoma, sans-serif; font-size: 15px; text-decoration: none; color: #444; font-weight: normal; white-space: nowrap;}

/* colored - used for warnings and such */
.NormalRed {color: #900; font-family: arial, tahoma, sans-serif; font-weight: bold; font-size: 12px;	line-height: 1.3em;}

/* bold text */
.NormalBold {font-family: arial, tahoma, sans-serif; font-size: 12px; font-weight: bold;	color: #555; line-height: 1.3em;}

/* normal text */
.Normal {font-family: arial, tahoma, sans-serif; font-size: 12px; color: #555; line-height: 1.3em;}





/* Forms ----------------------------- */

/* catch-all */
select, input {font-family: arial, tahoma, sans-serif; font-size: 12px; color: #555;}

/* Applies to text input boxes */
.NormalTextBox {font-family: arial, tahoma, sans-serif; font-size: 12px; color: #555;}

/* table cells that contain text input boxes */
td.NormalTextBox {padding: 0; margin: 0; background: transparent; color: #555;}




/* Main Menu ----------------------------- */

.MainMenu_MenuContainer {background: transparent; width: 1px;}
.MainMenu_MenuContainer td {font-size: 0px; font-weight: normal; line-height: 1.3em; }

/* idle state of submenu items */
.MainMenu_MenuItem {font-family: arial, tahoma, sans-serif; font-size: 12px; font-weight: normal; color: #fff; border-top: #9c3f3d 1px solid; border-bottom: 1px solid #6e0d0b; padding: 5px 12px 5px 6px; background: #830f0d; border-left: 4px solid #670a09;}

/* hover state for submenu items */
.MainMenu_MenuItemSel {font-family: arial, tahoma, sans-serif; font-size: 12px; font-weight: normal; color: #fff; background: #616161; border-top: #818181 1px solid; border-bottom: 1px solid #515151; padding: 5px 12px 5px 6px; border-left: 4px solid #444;}

/* box for submenu */
.MainMenu_SubMenu {z-index: 1000; margin: 1px 0px 0px 0px; background-color: #830f0d; border: 1px solid #fff; padding: 0px; filter: progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=3);}

/* menu arrows for DNN4.4.1 and newer - controls the pixel shift on hover */
.MainMenu_MenuArrow {padding: 0 2px 0 0px; border: 0; text-align: right; display: none;}

/* idle state of main menu items */
.MainMenu_Idle td {margin: 0; padding: 2px 0 0 14px; height: 34px; width: 189px; background: url(menu-off.gif) no-repeat;}
.MainMenu_Idle td span {color: #fff; font-size: 14px; font-weight: normal; line-height: 1.3em;}

/* hover state of main menu items */
.MainMenu_Selected td {margin: 0; padding: 2px 0 0 14px; height: 34px; width: 189px; background: url(menu-on.gif) no-repeat;}
.MainMenu_Selected td span {color: #fff; font-size: 14px; font-weight: normal; line-height: 1.3em;}

/* active/selected state of main menu items */
.MainMenu_BreadcrumbActive td, .MainMenu_Active td {margin: 0; padding: 2px 0 0 14px; height: 34px; width: 189px; background: url(menu-on.gif) no-repeat;}
.MainMenu_BreadcrumbActive td span, .MainMenu_Active td span {color: #fff; font-size: 14px; font-weight: normal; line-height: 1.3em;}

/* 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: arial, tahoma, sans-serif; font-size: 12px; 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, tahoma, sans-serif; font-size: 12px; 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 */
