
/*========================================================*/
/*   Cascading Style Sheet for Magnetic DotNetNuke Skin   */
/*              created by Tyler Fawcett                  */
/*                                                       */
/*              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                                       */
/*  8. SteadyRain Items                                   */
/*========================================================*/

/*========================================================*/
/*  1. Universal                                          */
/*========================================================*/

/* Forces browser height of 100% */
html {
	height: 100%;
}





/* Catch-all to ensure text consistency */
table, tr, td, p {
	font-family: tahoma;
	font-size: 11px;
	line-height: 1.3em;
}



/*========================================================*/
/*  2. Containers                                         */
/*========================================================*/



/* Controls background for site */
.SiteColor {
	background: #d5d5d5;
	text-align: center;
}


/* Establishes width of site */
.SiteWidth {
	width: 820px;
}


/* Establishes width of site (Admin) */
.SiteWidthAdmin {
	width: 980px;
}


/* Creates left drop shadow */
.ShadowLeft {
	width: 55px;
	background: url(shadow_left.gif) repeat-y;
	font-size: 1px;
}


/* Creates left drop shadow */
.ShadowRight {
	width: 55px;
	background: url(shadow_right.gif) repeat-y;
	font-size: 1px;
}


/* Establishes width of left edge of site area */
.LeftEdge {
	width: 12px;
}


/* Establishes top left edge of site area */
.LeftEdgeTop {
	height: 128px;
	background: url(header01a.jpg) no-repeat;
	font-size: 1px;
}
.LeftEdgeTop2 {
	height: 128px;
	background: url(header01b.jpg) no-repeat;
	font-size: 1px;
}
.LeftEdgeTop3 {
	height: 128px;
	background: url(header01c.jpg) no-repeat;
	font-size: 1px;
}
.LeftEdgeTop4 {
	height: 128px;
	background: url(header01d.jpg) no-repeat;
	font-size: 1px;
}

/* Establishes middle left edge of site area */
.LeftEdgeMiddle {
	background: url(body_left.gif) repeat-y;
	font-size: 1px;
}


/* Establishes bottom left edge of site area */
.LeftEdgeBottom {
	height: 32px;
	background: url(footer_01_b.gif) no-repeat;
	font-size: 1px;
}


/* Establishes width of right edge of site area */
.RightEdge {
	width: 16px;
}


/* Establishes top right edge of site area  */
.RightEdgeTop {
	height: 128px;
	background: url(header04a.jpg) no-repeat;
	font-size: 1px;
}
.RightEdgeTop2 {
	height: 128px;
	background: url(header04b.jpg) no-repeat;
	font-size: 1px;
}
.RightEdgeTop3 {
	height: 128px;
	background: url(header04c.jpg) no-repeat;
	font-size: 1px;
}
.RightEdgeTop4 {
	height: 128px;
	background: url(header04d.jpg) no-repeat;
	font-size: 1px;
}


/* Establishes middle right edge of site area  */
.RightEdgeMiddle {
	background: url(body_right.gif) repeat-y;
	font-size: 1px;
}


/* Establishes bottom right edge of site area  */
.RightEdgeBottom {
	height: 32px;
	background: url(footer_04_b.jpg) no-repeat;
	font-size: 1px;
}


/* Establishes width of side content area  */
.SideBar {
	width: 183px;
}


/* Logo area */
.SideBarTop {
	height: 128px;
	background: url(header02a.jpg) no-repeat;
	font-size: 1px;
	cursor: hand;
	text-align: center;
	padding-top: 10px;
}
.SideBarTop2 {
	height: 128px;
	background: url(header02b.jpg) no-repeat;
	font-size: 1px;
	cursor: hand;
	text-align: center;
	padding-top: 10px;
}
.SideBarTop3 {
	height: 128px;
	background: url(header02c.jpg) no-repeat;
	font-size: 1px;
	cursor: hand;
	text-align: center;
	padding-top: 10px;
}
.SideBarTop4 {
	height: 128px;
	background: url(header02d.jpg) no-repeat;
	font-size: 1px;
	cursor: hand;
	text-align: center;
	padding-top: 10px;
}


/* Menu background */
.SideBarMiddle {
	background: url(menu_bg.gif) repeat-y;
	font-size: 1px;
}


/* Menu footer */
.SideBarBottom {
	height: 32px;
	background: url(footer_02_b.jpg) no-repeat;
	font-size: 1px;
}


/* Menu top cap */
.MenuHead {
	height: 37px;
	background: url(menu_top.jpg) no-repeat;
	font-size: 1px;
}


/* Content area for sidebar content */
.MenuBarContent {
	padding: 10px 24px 10px 24px;
}


/* Background for area that contains date, login, breadcrumbs */
.ContentColumnTop {
	height: 128px;
	background-position: right;
	background: url(header03a.jpg);
}
.ContentColumnTop2 {
	height: 128px;
	background-position: right;
	background: url(header03b.jpg);
}
.ContentColumnTop3 {
	height: 128px;
	background-position: right;
	background: url(header03c.jpg);
}
.ContentColumnTop4 {
	height: 128px;
	background-position: right;
	background: url(header03d.jpg);
}


/* Contains current date */
.DateCell {
	height: 42px;
	padding: 8px 4px 2px 0;
	color: #6F7984;
}


/* Contains register/login links */
.LoginCell {
	text-align: right;
	padding: 2px 0 0 10px;
	color: #6F7984;
}


/* Contains breadcrumbs */
.BreadcrumbCell {
	padding: 2px 0 0 10px;
	color: #6F7984;
	font-weight: bold;
}

/* Sets BG for main content area */
.LeftColumnMiddle {
	background: #fff;
 	/* padding: 2px 0 0 2px; */
}

/* Sets background for area that contains copyright and terms links */
.LeftColumnBottom {
	height: 32px;
	background: url(footer_03_b.gif) repeat-x;
}

/* Sets BG for main content area */
.ContentColumnMiddle {
	background: #ffffff;
	padding: 0px 2px 14px 15px;
}


/* Sets background for area that contains copyright and terms links */
.ContentColumnBottom {
	height: 32px;
	background: url(footer_03_b.gif) repeat-x;
}


/* Left content */
.ContentLeft {
	width: 34%;
	padding-right: 20px;
}


/* Center content */
.ContentCenter {

}


/* Right content */
.ContentRight {
	width: 34%;
	padding-left: 20px;
}


/* Bottom content */
.ContentBottom {}


/* Contains Terms link */
.FooterLeft {
	text-align: right;
	padding: 2px 4px 0 0;
	color: #ffffff;
}


/* Contains copyright info */
.FooterRight {
	text-align: right;
	padding: 2px 4px 0 0;
}


/* Inset chisel betwee register/login links */
.Separator {
	background: url(sep_b.gif) top left no-repeat;
}

/*========================================================*/
/*  3. Links                                              */
/*========================================================*/


/* Applies to the login/logout and register/username links */
a.LoginLink:link, a.LoginLink:visited, a.LoginLink:active  {
    color: #0F4F85;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}


a.LoginLink:hover    {
    color: #0F4F85;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

/* Applies to the command links (the ones that look like form buttons) */
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active, .Button  {
	color: #0F4F85;	
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}


a.CommandButton:hover {
	color: #0F4F85;	
	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: #0F4F85;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

a.Normal:hover {
	color: #0F4F85;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}


/* Default link syle */
a:link, a:visited, a:active {
	color: #0F4F85;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

a:hover {
	color: #0F4F85;
	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: #0F4F85;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}


a.BreadcrumbLink:hover    {
    text-decoration: none;
    color: #0F4F85;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}



/*========================================================*/
/*  4. Text                                               */
/*========================================================*/


/* Specifies style of date text */
.CurrentDate {
	color: #ffffff;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	white-space: nowrap;
}

/* For form labels, among other things */
.SubHead {
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}


/* Applies to the majority of text in the site */
.Normal {
	color: #666666;
	font-family: verdana;
	font-weight: normal;
	font-size: 12px;
}


/* Bold, but still relatively normal, text */
.NormalBold {
	color: #666666;
	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: #ffffff;
	font-weight: normal;
}
.CopyrightText:link, .CopyrightText:visited, .CopyrightText:active, .CopyrightText:hover {
	color: #ffffff;
	font-weight: normal;
}



/*========================================================*/
/*  5. Forms                                              */
/*========================================================*/


/* For the TDs that contain form fields */
td.NormalTextBox {
	padding: 3px;
	color: #000000;
	margin: 0;
	background: transparent;
	visibility: invisible;
}


/* For the form fields themselves */
.NormalTextBox {
	color: #000000;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
}


/* Catch-all for form elements */
select, input {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
}






/*========================================================*/
/*  6. Main Menu                                          */
/*========================================================*/


/* Container for main menu */
.MainMenu_MenuContainer {	
	background: transparent;
	padding: 0px;
	width: 100%;
	border-style: none;
	border-width: 0;
}


/* Menu bar */
.MainMenu_MenuBar {
	padding: 0px; 
	background: transparent;
	width: 100%;
	border-style: none;
	border-width: 0;
}


/* Applies to idle state of submenu items */
.MainMenu_MenuItem {
	font-family: tahoma; 
	color: #0F4F85;
	/* color: #999; */
	font-size: 11px;
	font-weight: normal;  
	border-style: none;
	border-width: 0;
	/* border: #fafafa 1px solid; */
	padding: 1px 1px 1px 1px;
}


/* Container for submenu */
.MainMenu_SubMenu {
	z-index: 500; 
	cursor: pointer; 
	cursor: hand; 
	margin: 0px 0px 0px -5px;
	background: #fafafa;
	border: #bbb 1px solid;
	padding: 1px 1px 1px 1px;
}


/* Hover state for submenu items */
.MainMenu_MenuItemSel {
	font-family: tahoma; 
	font-size: 11px; 
	font-weight: normal; 
	cursor: pointer; 
	cursor: hand; 
	color: #fff;
	background: #1764A2;
	border: #1764A2 1px solid;
	padding: 1px 1px 1px 1px;
}




/* Elements we don't really need to see */
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon, .MainMenu_MenuBreak {
	display: none;
}



/* Idle state for main menu items */
.MainMenu_Idle {
	height: 20px;
	padding: 2px 2px 2px 0;
	background: url(images/menu_item_off.jpg) top left no-repeat transparent;
	color: #0F4F85;
}


/* Hover state for main menu items */
.MainMenu_Selected {
	height: 20px;
	padding: 2px 2px 2px 0;
	background: url(images/menuitemON.jpg) top left no-repeat transparent;
	color: #fff;
}


/* Selected state for main menu items */
.MainMenu_Active, .MainMenu_BreadcrumbActive {
	height: 20px;
	padding: 2px 2px 2px 0;
	background: url(images/menuitemON.jpg) top left no-repeat transparent;
	color: #fff;
}




/*========================================================*/
/*  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: #666; 
	font-size: 11px; 
	font-weight: normal; 
	border: #f6f6f6 1px solid;
	padding: 1px 4px 1px 2px;
}


/* Inner, INNER(?) container for module submenu (?) */
.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 2px 0px 0px 0px;
	background-color: #f6f6f6; 
	filter: none; 
	border: #999 1px solid;
	padding: 1px;
}


/* Hover state for module submenu items */
.ModuleTitle_MenuItemSel {
	font-family: tahoma; 
	font-size: 11px; 
	font-weight: normal;
	cursor: hand; 
	color: #fff;
	background: #444;
	border: #444 1px solid;
	padding: 1px 4px 1px 2px;
}


/* Elements we don't need to see */
.ModuleTitle_MenuArrow,
.ModuleTitle_RootMenuArrow,
.ModuleTitle_MenuBreak,
.ModuleTitle_MenuIcon {
	display: none;
}

/*========================================================*/
/*  1. SteadyRain Items                                   */
/*========================================================*/

/* links */
a:link {
	color: #0F4F85;
	text-decoration: underline;
}
a:hover {
	color: #0F4F85;
	text-decoration: none;
}
a:active {
	color: #0F4F85;
}
a:visited {
	color: #0F4F85;
}


/* side backgrounds */
.backgroundL {
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: right;
}

/* header text areas */
.datecell {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 10px 0px 0px 0px;
	text-align: left;
}
.breadcrumbcell {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0F4F85;
	padding: 0px 0px 0px 0px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
}
.logincell {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0F4F85;
	padding: 0px 0px 0px 0px;
	text-align: right;
	vertical-align: middle;
}

/* body text */
.bodycell {
	padding: 10px 0px 10px 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: left;
	vertical-align: top;
}

/* footer text */
.footercell {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	text-align: right;
	vertical-align: middle;
}
.footercell:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.footercell:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.footercell:active {
	color: #FFFFFF;
}
.footercell:visited {
	color: #FFFFFF;
}


/*========================================================*/
/*  End Style Sheet                                       */
/*========================================================*/




