
/*========================================================*/
/*   Cascading Style Sheet for Element DotNetNuke Skin    */
/*               created by Tyler Fawcett                 */
/*                  updated Feb 2006                      */
/*                                                        */
/*              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.4em;
}



/*========================================================*/
/*  2. Containers                                         */
/*========================================================*/


/* Top left padding between site and edge of browser */
.TopLeft {
	background: url(bg_top.gif) repeat-x;
	height: 54px;
	font-size: 1px;
}


/* Top right padding between site and edge of browser */
.TopRight {
	background: url(bg_top.gif) repeat-x;
	height: 54px;
	font-size: 1px;
}


/* Left side parallel to header image */
.MidTopLeft {
	background: url(bg_midtop.gif) repeat-x;
	height: 165px;
	font-size: 1px;
}


/* Menu background with no photo */
.MenuPlain {
	background: url(menu_bg_plain.jpg) no-repeat top left;
	height: 54px;
	width: 776px;
	vertical-align: bottom;
}


/* Menu background with top of handheld PC photo */
.MenuPocketPC {
	background: url(menu_bg_pocket_pc.jpg) no-repeat top left;
	height: 54px;
	width: 776px;
	vertical-align: bottom;
}


/* Menu background with top of cell phone photo */
.MenuCellPhone {
	background: url(menu_bg_cell_phone.jpg) no-repeat top left;
	height: 54px;
	width: 776px;
	vertical-align: bottom;
}


/* Menu background with top of laptop photo */
.MenuLaptop {
	background: url(menu_bg_laptop.jpg) no-repeat top left;
	height: 54px;
	width: 776px;
	vertical-align: bottom;
}


/* Menu background with top of mouse photo */
.MenuMouse {
	background: url(menu_bg_mouse.jpg) no-repeat top left;
	height: 54px;
	width: 776px;
	vertical-align: bottom;
}


/* Header background with body of handheld PC */
.BluePocketPC {
	background: url(blue_pocket_pc.jpg) no-repeat;
	height: 165px;
	width: 776px;
	font-size: 1px;
}


/* Header background with body of cell phone */
.BlueCellPhone {
	background: url(blue_cell_phone.jpg) no-repeat;
	height: 165px;
	width: 776px;
	font-size: 1px;
}


/* Header background with no photo */
.BluePlain {
	background: url(blue_plain.jpg) no-repeat;
	height: 165px;
	width: 776px;
	font-size: 1px;
}


/* Header background with body of laptop */
.BlueLaptop {
	background: url(blue_laptop.jpg) no-repeat;
	height: 165px;
	width: 776px;
	font-size: 1px;
}


/* Header background with body of mouse */
.BlueMouse {
	background: url(blue_mouse.jpg) no-repeat;
	height: 165px;
	width: 776px;
	font-size: 1px;
}


/* Custom header background */
.Custom {
	background: url(custom_bg.jpg) no-repeat;
	height: 165px;
	width: 776px;
	font-size: 1px;
}


/* Breadcrumb container */
.BreadcrumbFrame {
	padding: 0 0 10px 15px;
	color: #aaa;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}


/* Cell containing date text */
.DateTD {
	padding: 105px 0 0 2px;
}


/* Cell containing date text */
.DateTDWide {
	padding: 105px 0 0 250px;
}

.LogoSpacer {
	width: 225px;
	padding-left: 25px;
}

/* Cell containing logo */
.LogoTD {
	padding: 0 30px 0 0;
	text-align: right;
	margin: 0;
}


/* Gradient to the right of the header */
.MidTopRight {
	background: url(bg_midtop.gif) repeat-x;
	height: 165px;
	font-size: 1px;
}


/* Page background left of content */
.MidLeft {
	background: #dedede;
	font-size: 1px;
}


/* Content background */
.MidCenter {
	background: url(bg_stripe.jpg) repeat-y;
	height: 1px;
	width: 776px;
}


/* Page background right of content */
.MidRight {
	background: #dedede;
	font-size: 1px;
}


/* Background for bottom left of screen */
.BottomLeft {
	background: #dedede;
	font-size: 1px;
}


/* Background for bottom center of screen */
.BottomCenter {
	background: url(bg_bottom.jpg) no-repeat top left #dedede;
	height: 70px;
	width: 776px;
	font-size: 1px;
}


/* Background for bottom right of screen */
.BottomRight {
	background: #dedede;
	font-size: 1px;
}


/* Left side of footer */
.FooterLeft {
	background: #dedede;
	font-size: 1px;
}


/* Center of footer */
.FooterCenter {
	background: #dedede;
	width: 776px;
}


/* Right side of footer */
.FooterRight {
	background: #dedede;
	font-size: 1px;
}


/* Footer container */
.FooterFrame {
	text-align: center;
	color: #aaa;
	padding-right: 20px;
}


/* Inserts shadow on left side of first menu item */
.MenuEdgeLeft {
	width: 12px;
	height: 40px;
	background: url(tab_edge_left.gif) no-repeat;
}


/* Inserts shadow on right side of last menu item */
.MenuEdgeRight {
	width: 34px;
	height: 40px;
	background: url(tab_edge_right.gif) no-repeat;
	position: relative;
	margin-left: -3px;
}


/* Padding for left-hand feature content */
.LeftContentCell {
	width: 187px;
	padding: 0 5px 0 30px;
}


/* Container for left content */
.LeftContentFrame {
	border-top: 0px solid #c7c7c7;
	border-bottom: 0px solid #fff;
}


/* Contains login/user TDs */
.LoginFrame {0px solid #c7c7c7;
}


/* Contains register/user link */
.LoginFrameL {
	padding: 4px 2px 6px 12px;
	border-top: 0px solid #fff;
}


/* Contains login/logout link */
.LoginFrameR {
	padding: 4px 12px 6px 2px;
	text-align: right;
	border-top: 0px solid #fff;
}


/* Pads main content */
.RightContentCell {
	padding: 0 25px 0 14px;
}


/* Contains main content */
.RightContentFrame {
	padding: 0;
}




/* Admin top */
.AdminTop {
	height: 26px;
	background: url(bg_admin_01.jpg) top left no-repeat;
}


/* Admin content */
.AdminContentFrame {
	background: url(bg_admin_02.jpg) top left repeat-y;
	padding: 0 25px 0 25px;
}



/* Admin bottom */
.AdminBottom {
	height: 26px;
	background: url(bg_admin_03.jpg) top left no-repeat;
}


.ContentLeft {
	width: 34%;
	padding-right: 10px;
}

.ContentCenter {

}

.ContentRight {
	width: 34%;
	padding-left: 10px;
}



/*========================================================*/
/*  3. Links                                              */
/*========================================================*/


/* Applies to the login/logout and register/username links */
a.LoginLink:link, a.LoginLink:visited, a.LoginLink:active  {
    text-decoration: none;
    color: #444;
	background-color: transparent;
	border: 0;
	padding: 0px 1px 1px 2px;
	font-weight: bold;
}


a.LoginLink:hover    {
    text-decoration: none;
    color: #fff;
	background-color: #444;
	border: 0;
	padding: 0px 1px 1px 2px;
	font-weight: bold;
}


/* Applies to the command links (the ones that look like form buttons) */
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active, .Button  {
	color: #e38b00;	
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}


a.CommandButton:hover {
	color: #e38b00;
	font-family: tahoma;
	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: #e38b00;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

a.Normal:hover {
	color: #e38b00;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}


/* Default link syle */
a:link, a:visited, a:active {
	color: #e38b00;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

a:hover {
	color: #e38b00;
	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: underline;
    color: #e38b00;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}


a.BreadcrumbLink:hover, .BreadcrumbLink {
    text-decoration: none;
    color: #e38b00;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}


/* Applies to the footer links */
a.FooterLink:link, a.FooterLink:visited, a.FooterLink:active  {
    color: #e38b00;
	font-weight: normal;
	text-decoration: underline;
}


a.FooterLink:hover    {
    color: #444;
	font-weight: normal;
    text-decoration: underline;
}


/*========================================================*/
/*  4. Text                                               */
/*========================================================*/


/* For container headers */
.Head {
	font-size: 12px;
	color: #444;
	font-weight: bold;
	width: 100%;
}


/* Specifies style of date text */
.DateText {
	color: #444;
	font-size: 11px;
	font-family: tahoma;
	font-weight: normal;
	white-space: nowrap;
}


/* For form labels, among other things */
.SubHead {
	font-size: 11px;
	color: #444;
	font-weight: bold;
}


/* Applies to the majority of text in the site */
.Normal {
	color: #444;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
}


/* Bold, but still relatively normal, text */
.NormalBold {
	color: #444;
	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: #444;
	font-weight: normal;
}




/*========================================================*/
/*  5. Forms                                              */
/*========================================================*/


/* For the TDs that contain form fields */
td.NormalTextBox {
	color: #444;
	margin: 0;
	background: transparent;
	visibility: invisible;
}


/* For the form fields themselves */
.NormalTextBox {
	color: #444;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
}


/* Catch-all for form elements */
select, input {
	font-family: tahoma;
	font-size: 11px;
	color: #444;
}






/*========================================================*/
/*  6. Main Menu                                          */
/*========================================================*/



/* Applies to idle state of submenu items */
.MainMenu_MenuItem {
	font-family: tahoma; 
	color: #666;
	font-size: 11px; 
	font-weight: bold; 
	border: #fff 1px solid;
	padding: 1px 4px 2px 1px;
}

/* Hover state for submenu items */
.MainMenu_MenuItemSel {
	font-family: tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	cursor: pointer; 
	cursor: hand; 
	color: #fff;
	background: #333;
	border-left: #333 1px solid;
	border-right: #333 1px solid;
	padding: 1px 4px 2px 1px;
}



/* Container for main menu */
.MainMenu_MenuContainer {
	height: 40px;
	background: url(tab_bg.gif) repeat-x;
	padding: 0;
	margin: 0;
}


/* Menu bar */
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height: 40px;
	padding: 0; 
	margin: 0;
	background: url(tab_bg.gif) repeat-x;
}


/* Container for submenu */
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 2px 0px 0px 0px;
	background: #fff; 
	filter: none; 
	border: #999 1px solid;
	padding: 1px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=3);
}


.MainMenu_Active td, .MainMenu_Selected td, .MainMenu_Idle td, .MainMenu_BreadcrumbActive td {
	padding: 15px 6px 2px 0;
	margin: 0;
}

	
/* Idle state for main menu items */
.MainMenu_Idle { 
	height: 40px;
	background: transparent;
	color: #666;
	padding: 0;
	margin: 0;
}


/* Hover state for main menu items */
.MainMenu_Selected  {
	height: 40px;
	background: url(tab_bg.gif) repeat-x;
	color: #222;
	padding: 0;
	margin: 0;
}


/* Selected state for main menu items */
.MainMenu_Active, .MainMenu_BreadcrumbActive {
	height: 40px;
	background: url(tab_bg_on.gif) left repeat-x;
	color: #222;
	padding: 0;
	margin: 0;
}


.MainMenu_MenuBreak {
	width: auto;
	border: 0;
}


.MainMenu_LeftOff {
	padding-left: 8px;
	height: 40px;
	background: url(tab_left.gif) left no-repeat;
}


.MainMenu_LeftOn {
	padding-left: 8px;
	height: 40px;
	background: url(tab_left_on.gif) left no-repeat;
}


.MainMenu_RightOff {
	padding-left: 9px;
	height: 40px;
	background: url(tab_right.gif) right no-repeat;
}


.MainMenu_RightOn {
	padding-left: 7px;
	height: 40px;
	background: url(tab_right_on.gif) right no-repeat;
}


/* Elements we don't really need */
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon {
	display: none;
}






/*========================================================*/
/*  7. Module Menus                                       */
/*========================================================*/

/* Outer cntainer for module submenu */
.ModuleTitle_MenuContainer {
	color: #333;
}


/* Inner container for module submenu */
.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height: 21px;
}


/* Idle state for module submenu items */
.ModuleTitle_MenuItem {
	font-family: tahoma, sans-serif;
	font-size: 11px;
	color: #333;
	font-weight: normal;
	background: #f7f7f7;
	border-top: #f7f7f7 1px solid;
	border-left: #f7f7f7 1px solid;
	border-bottom: #f7f7f7 1px solid;
	border-right: #f7f7f7 1px solid;
	padding: 1px 10px 2px 0px;
}


/* Inner, inner container for module submenu (?) */
.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 1px 0px 0px 0px;
	background-color: #f7f7f7;
	border: 1px solid #ccc;
	padding: 0px;
	filter: none;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=3);
}



/* Hover state for module submenu items */
.ModuleTitle_MenuItemSel {
	font-family: tahoma, sans-serif;
	font-size: 11px;
	font-weight: normal;
	cursor: pointer; 
	cursor: hand; 
	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                                       */
/*========================================================*/


/*========================================================*/
/*  End Style Sheet                                       */
/*========================================================*/




