
/*========================================================*/
/*   Cascading Style Sheet for Decision Source DNN Skin   */
/*========================================================*/

/*========================================================*/
/*                  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 {
	background: #f2f2f2;
	 margin: 10px;
	text-align: center;
}


/* Catch-all to ensure text consistency */
table, tr, td, p {
	font-family: tahoma;
	font-size: 11px;
	line-height: 1.4em;
}



/*========================================================*/
/*  2. Containers                                         */
/*========================================================*/


table.Canvas {border: 1px solid #a9a9a9; background: #fff; width: 760px; height: 100%; margin: 0;}
table.CanvasSidebar {background: url(canvas_bg_sidebar.gif) repeat-y; margin: 0;}
table.HeaderTable {height: 63px; background: #fff;}
table.HeaderTableNOSB {height: 63px; background: #fff;}
td.GreyUL {height: 1px;}
td.HeaderLeft {padding: 10px 10px 5px 15px; text-align: left; background: #fff;}
td.HeaderRight {padding: 10px 15px 5px 10px; text-align: right; color: #555; background: #fff;}
div.FlashBanner {padding: 0; background: #ededed; text-align: center; border-bottom: 6px solid #ededed; border-top: 6px solid #ededed;}
td.DateLogin {padding: 7px 10px 8px 15px; height: 1px;}
table.MenuTable {height: 39px; background: url(menu_bg.gif) repeat-x;}
td.MenuCell {padding: 0;}
td.MenuEdgeLeft {width: 10px; background: url(menu_left_edge.gif) bottom left no-repeat;}
td.MenuEdgeRight {width: 10px; background: url(menu_right_edge.gif) bottom left no-repeat;}
table.BreadcrumbTable {height: 33px; background: url(breadcrumb_bg.gif) repeat-x;}
td.BreadcrumbCell {padding: 9px 10px 10px 15px; color: #c6c6c6;}
td.ContentTables {padding: 10px;}
td.ContentTop {padding: 0 5px 5px 5px;}
td.ContentLeft {padding: 0 15px 5px 5px;}
td.ContentMain {padding: 0 5px 5px 5px;}
td.ContentRight {padding: 0 5px 5px 15px;}
td.ContentBottom {padding: 5px 5px 0 5px;}
td.Footer {border-top: 10px solid #ededed; padding: 10px 10px 8px 10px; height: 40px;}
span.Magnifyer {background: url(mag_glass.gif) center no-repeat; width: 36px; height: 18px; font-size: 16px;}
span.Bullet {background: url(ds_bullet.gif) center no-repeat; width: 12px;}


td.ContentColumn {padding: 0; background: #fff;}
td.SidebarColumn {width: 216px; background: url(sidebar_bg_top.gif) top left no-repeat;}
.SidebarTD {padding: 16px 13px 0 14px;}
td.SidebarBottom {width: 216px; height: 40px; background: url(sidebar_bg_bot.gif) top left no-repeat;}



/*========================================================*/
/*  3. Links                                              */
/*========================================================*/


/* Default link syle */
a:link, a:visited, a:active {
	color: #c00;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

a:hover {
	color: #c00;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}


/* Applies to the login/logout and register/username links */
a.LoginLink:link, a.LoginLink:visited, a.LoginLink:active  {
}


a.LoginLink:hover    {
}


/* Applies to the command links (the ones that look like form buttons) */
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active, .Button  {
	color: #c00;
	text-decoration: underline;
}


a.CommandButton:hover {
	color: #c00;
	text-decoration: none;
}


/* Applies to links that DNN has applied the "Normal" class to */
a.Normal:link, a.Normal:visited, a.Normal:active {
	text-decoration: none;
}

a.Normal:hover {
	text-decoration: underline;
}


/* Applies to the breadcrumb links */
a.BreadcrumbLink:link, a.BreadcrumbLink:visited, a.BreadcrumbLink:active  {
}


a.BreadcrumbLink:hover    {
}


/* Applies to the footer links */
a.FooterLink:link, a.FooterLink:visited, a.FooterLink:active  {
}


a.FooterLink:hover    {
}


/*========================================================*/
/*  4. Text                                               */
/*========================================================*/


/* For container headers */
.Head {
	font-size: 11px;
	color: #555;
	font-weight: bold;
	width: 100%;
}


/* Specifies style of date text */
.CurrentDate {
	color: #555;
	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: #555;
	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;
}


/* Button style */
.GoButton {
	margin: 0;
	padding: 0;
	margin-top: 6px;
}



/*========================================================*/
/*  6. Main Menu                                          */
/*========================================================*/


/* Container for main menu */
.MainMenu_MenuContainer {
	background: url(menu_bg.gif) bottom repeat-x transparent;
	height: 39px;
	background: transparent;
	padding: 0px;
}


/* Menu bar */
.MainMenu_MenuBar {
	background: url(menu_bg.gif) bottom repeat-x transparent;
	cursor: pointer; 
	cursor: hand; 
	height: 39px;
	padding: 0px; 
	background: transparent;
}


/* Applies to idle state of submenu items */
.MainMenu_MenuItem {
	font-family: tahoma; 
	color: #444;
	font-size: 11px; 
	font-weight: normal; 
	border: #f7f7f7 1px solid;
	padding: 1px 4px 2px 1px;
}


/* Container for submenu */
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer;
	font-weight: normal;
	cursor: hand; 
	margin: 2px 0px 0px -2px;
	background: #f7f7f7; 
	filter: none; 
	border: #d5d5d5 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: #e80002;
	border-left: #e80002 1px solid;
	border-right: #e80002 1px solid;
	padding: 1px 4px 2px 1px;
}


/* Elements we don't really need to see */
.MainMenu_MenuArrow,
.MainMenu_RootMenuArrow,
.MainMenu_MenuIcon {
	display: none;
}

/* Inserts a small space between main menu items */
.MainMenu_MenuBreak {
	width: auto;
	border: 0;
}

/* Idle state for main menu items */
.MainMenu_Idle {
	height: 39px;
	font-weight: bold;
	padding: 17px 2px 5px 0;
	background: url(tab_bg_off.gif) bottom repeat-x transparent;
	color: #b0b0b0;
	vertical-align: bottom;
}


/* Hover state for main menu items */
.MainMenu_Selected {
	height: 39px;
	font-weight: bold;
	padding: 17px 2px 5px 0;
	background: url(tab_bg_off.gif) bottom repeat-x transparent;
	color: #555;
	vertical-align: bottom;
}


/* Selected state for main menu items */
.MainMenu_Active, .MainMenu_BreadcrumbActive {
	height: 39px;
	font-weight: bold;
	padding: 17px 2px 5px 0;
	background: url(tab_bg_on.gif) bottom repeat-x;
	color: #555;
	vertical-align: bottom;
}


/* Left side of tab for deselected main menu items */
.MainMenu_LeftOff {
	padding-left: 7px;
	height: 39px;
	background: url(tab_left_off.gif) bottom left no-repeat transparent;
}


/* Left side of tab for selected main menu items */
.MainMenu_LeftOn {
	padding-left: 7px;
	height: 39px;
	background: url(tab_left_on.gif) bottom left no-repeat transparent;
}


/* Right side of tab for deselected main menu items */
.MainMenu_RightOff {
	padding-left: 7px;
	height: 39px;
	background: url(tab_right_off.gif) bottom right no-repeat transparent;
}


/* Right side of tab for selected main menu items */
.MainMenu_RightOn {
	padding-left: 7px;
	height: 39px;
	background: url(tab_right_on.gif) bottom right no-repeat transparent;
}





/*========================================================*/
/*  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: #aaa;
	font-size: 11px; 
	font-weight: normal; 
	border: #fafafa 1px solid;
	padding: 1px 4px 2px 1px;
}


/* Inner, INNER(?) container for module submenu (?) */
.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer;
	font-weight: normal;
	cursor: hand; 
	margin: 2px 0px 0px -2px;
	background: #f7f7f7; 
	filter: none; 
	border: #d5d5d5 1px solid;
	padding: 1px;
}


/* Hover state for module submenu items */
.ModuleTitle_MenuItemSel {
	font-family: tahoma; 
	font-size: 11px; 
	font-weight: normal; 
	cursor: pointer; 
	cursor: hand; 
	color: #fff;
	background: #e80002;
	border-left: #e80002 1px solid;
	border-right: #e80002 1px solid;
	padding: 1px 4px 2px 1px;
}


/* Elements we don't need to see */
.ModuleTitle_MenuArrow,
.ModuleTitle_RootMenuArrow,
.ModuleTitle_MenuBreak,
.ModuleTitle_MenuIcon {
	display: none;
}




/*========================================================*/
/*  End Style Sheet                                       */
/*========================================================*/



