
/*========================================================*/
/*   Cascading Style Sheet for Aladdin 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                                       */
/*========================================================*/


/*========================================================*/
/*  1. Universal                                          */
/*========================================================*/

/* Forces browser height of 100% */
html {
	height: 100%;
}


/* Body style */
body {
	background: #dfdcc3;
	margin: 0;
	height: 100%;
}


/* Catch-all to ensure text color, font, and size consistency */
table, tr, td, p {
	font-family: georgia;
	font-size: 11px;
}



/*========================================================*/
/*  2. Containers                                         */
/*========================================================*/


/* Adjust overal width of site from here (will automatically center in the browser if less than 100%) */
/* Use pixels (e.g. 760px) or percentage (e.g. 75%) */
.SiteWidth {
	width: 100%;
}




/* Red patterned background for header  */
.HeaderCell {
	background: url(bg_header.gif) bottom left repeat-x;
	height: 80px;
}


/* Padding for logo token */
.LogoCell {
	padding: 10px 0 10px 20px;
	text-align: left;
}


/* Background for menu */
.MenuCell {
	background: url(bg_menu.gif) repeat-x;
	height: 31px;
	text-align: left;
}


/* Padding for menu */
.MenuBox {
	padding: 5px 0 0 5px;
	text-align: left;
	white-space: nowrap;
}


/* Padding for current date token */
.DateCell {
	text-align: right;
	padding: 9px 20px 0 0;
	white-space: nowrap;
}


/* Shadow beneath menu */
.MenuShadowCell {
	background: url(bg_menu_shadow.gif) repeat-x;
	height: 6px;
}


/* Container for breadcrumbs and login links */
.UtilityCell {
	height: 45px;
}


/* Padding for breadcrumbs */
.BreadcrumbCell {
	padding: 10px 0 0 22px;
	text-align: left;
	white-space: nowrap;
}


/* Padding for login/register links */
.LoginCell {
	padding: 13px 20px 0 0;
	text-align: right;
	white-space: nowrap;
}


/* Notch between register and login links */
.LoginSep {
	width: 10px;
	background: url(reglog_sep.gif) top center no-repeat;
	height: 12px;
}


/* Pads the main content area */
.ContentCell {
	padding: 0px 20px 20px 20px;
}


/* These classes establish the border for the lighter background area that houses the containers */
.CN01 {width: 13px; height: 13px; background: url(cn_01.gif) no-repeat; font-size: 1px;}
.CN02 {height: 13px; background: url(cn_02.gif) repeat-x; font-size: 1px;}
.CN03 {width: 13px; height: 13px; background: url(cn_03.gif) no-repeat; font-size: 1px;}
.CN04 {width: 13px; background: url(cn_04.gif) repeat-y; font-size: 1px;}
.CN05 {padding: 0px; background: #e7e5d1;}
.CN06 {width: 13px; background: url(cn_06.gif) repeat-y; font-size: 1px;}
.CN07 {width: 13px; height: 13px; background: url(cn_07.gif) no-repeat; font-size: 1px;}
.CN08 {height: 13px; background: url(cn_08.gif) repeat-x; font-size: 1px;}
.CN09 {width: 13px; height: 13px; background: url(cn_09.gif) no-repeat; font-size: 1px;}


/* Top content row */
.ContentTop {
	padding: 0;
}


/* Left content column */
.ContentLeft {
	width: 25%;
}


/* Center content column */
.ContentCenter {
	padding: 0;
}


/* Right content column */
.ContentRight {
	width: 25%;
}


/* Bottom content row */
.ContentBottom {
	padding: 0;
}


/* Contains footer table */
.FooterCell {
	background: url(bg_footer.gif) repeat-x;
	height: 52px;
}


/* Notch between Terms and Privacy text links */
.FooterSep {
	width: 12px;
	height: 12px;
	background: url(footer_sep.gif) no-repeat top center;
}


/* Padding for footer links */
.TermsPrivacyCell {
	padding: 26px 0 0 20px;
	text-align: left;
	white-space: nowrap;
}


/* Padding for copyright */
.CopyrightCell {
	padding: 24px 12px 0 0;
	text-align: right;
	white-space: nowrap;
}


/*========================================================*/
/*  3. Links                                              */
/*========================================================*/


/* Basic links */
a:link, a:visited, a:active {
	color: #95351B;
	font-family: georgia;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

a:hover {
	color: #95351B;
	font-family: georgia;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}


/* For the Register and Login/Logout links in the header */
a.LoginLink:link, a.LoginLink:visited, a.LoginLink:active {
    text-decoration: underline;
    color: #706C5E;
	font-weight: bold;
}

a.LoginLink:hover {
    text-decoration: none;
    color: #706C5E;
	font-weight: bold;
}


/* For links on darker backgrounds (e.g. footer links) */
a.FooterLink:link, a.FooterLink:visited, a.FooterLink:active {
    text-decoration: underline;
    color: #d4d3ca;
	font-weight: normal;
}
a.FooterLink:hover {
    text-decoration: none;
    color: #d4d3ca;
	font-weight: normal;
}


/* Defines styles for breadcrumb items */
a.BreadcrumbLink:link, a.BreadcrumbLink:visited, a.BreadcrumbLink:active, .BreadcrumbLink {
    text-decoration: none;
    color: #706C5E;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 14px;
}

a.BreadcrumbLink:hover {
    text-decoration: underline;
    color: #706C5E;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 14px;
}


/* For the links that look like buttons */
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active {
	color: #95351B;
	font-family: georgia;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}

a.CommandButton:hover {
	color: #95351B;
	font-family: georgia;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}


/* For links that come with a pre-attached Normal class */
a.Normal:link, a.Normal:visited, a.Normal:active {
	color: #95351B;
	font-family: georgia;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

a.Normal:hover {
	color: #95351B;
	font-family: georgia;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}


td.credit-tfdnn {padding: 22px 20px 0 0; width: 1px; text-align: right;}
.tfdnn-link-bg {background: url(tfdnn-off.gif) no-repeat; height: 21px; width: 68px;}
a.tfdnn-link:link, a.tfdnn-link:visited, a.tfdnn-link:active {text-decoration: none; background: transparent; height: 21px; width: 68px;}
a.tfdnn-link:hover {text-decoration: none; background: url(tfdnn-over.gif) no-repeat; height: 21px; width: 68px;}


/*========================================================*/
/*  4. Text                                               */
/*========================================================*/


/* Style for current date token */
.CurrentDate {
	color: #706C5E;
}


/* Style for copyright text in footer */
.CopyrightText {
	color: #d4d3ca;
}


/* Used in admin sections */
.SubHead    {
    font-family: georgia;
    font-size: 11px;
    font-weight: bold;
    color: #706C5E;
	padding: 0;
}


/* Module titles */
.Head {
    font-family: georgia;	
	font-size: 13px;
	font-weight: bold;
	font-variant: small-caps;
	color: #706C5E;
}


/* Bold colored - used for warnings and such */
.NormalRed {
	color: #95351B;
	font-family: georgia;
	font-weight: bold;
	font-size: 11px;
}


/* Normal bold text */
.NormalBold {
	font-family: georgia;
	font-size: 11px;
	font-weight: bold;
	color: #706C5E;
}


/* Normal bold text */
.Normal {
	font-family: georgia;
	font-size: 11px;
	color: #706C5E;
}





/*========================================================*/
/*  5. Forms                                              */
/*========================================================*/

select, input {
	font-family: georgia;
	font-size: 11px;
	color: #706C5E;
}


/* Applies to text input boxes */
.NormalTextBox {
	color: #706C5E;
	padding-left: 4px;
	line-height: 12px;
	font-family: georgia;
	font-weight: normal;
	font-size: 11px;
	scrollbar-face-color: #FCFBF1;
	scrollbar-track-color: #FCFBF1;
	scrollbar-arrow-color: #706C5E;
	scrollbar-3dlight-color: #FCFBF1;
	scrollbar-shadow-color: #FCFBF1;
	scrollbar-highlight-color: #FCFBF1;
	scrollbar-darkshadow-color: #FCFBF1;
}


/* Applies to the table cells that contain text input boxes */
td.NormalTextBox {
	padding: 0;
	margin: 0;
	background: transparent;
	visibility: invisible;
}




/*========================================================*/
/*  6. Main Menu                                          */
/*========================================================*/


/* Container for main menu */
.MainMenu_MenuContainer {
	background: transparent; 
}


/* Menu bar */
.MainMenu_MenuBar {
	background: transparent; 
}


/* Applies to idle state of submenu items */
.MainMenu_MenuItem {
	font-family: georgia; 
	color: #706c5e;
	font-size: 11px; 
	font-weight: normal;
	border: #F4F3E6 1px solid;
	padding: 2px 7px 3px 2px;
	line-height: 1.4em;
}


/* Container for submenu */
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 2px 0px 0px 0px;
	background-color: #F4F3E6;
	border: #C0BDAA 1px solid;
	padding: 1px;
	line-height: 1.4em;
}


/* Hover state for submenu items */
.MainMenu_MenuItemSel {
	font-family: georgia; 
	font-size: 11px; 
	font-weight: normal;
	cursor: pointer; 
	cursor: hand; 
	color: #F4F3E6;
	background: #95351B;
	border-left: #95351B 1px solid;
	border-right: #95351B 1px solid;
	padding: 2px 7px 3px 2px;
	line-height: 1.4em;
}

/* Idle state for main menu items */
.MainMenu_Idle { 
	background: url(menu_sep.gif) no-repeat top right;
	color: #706c5e;
	font-weight: bold;
	line-height: 1.4em;
	font-size: 12px;
}


/* Hover state for main menu items */
.MainMenu_Selected {
	background: url(menu_sep.gif) no-repeat top right;
	color: #95351b;
	font-weight: bold;
	line-height: 1.4em;
	font-size: 12px;
}


/* Selected state for main menu items */
.MainMenu_Active, .MainMenu_BreadcrumbActive {
	background: url(menu_sep.gif) no-repeat top right;
	color: #95351b;
	font-weight: bold;
	line-height: 1.4em;
	font-size: 12px;
}


/* Elements we don't really need */
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon, .MainMenu_MenuBreak {
	display: none;
}



/*========================================================*/
/*  7. Module Menus                                       */
/*========================================================*/

/* Outer cntainer 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: georgia; 
	color: #9D9A8B;
	font-size: 11px; 
	font-weight: normal;
	border: #F4F3E6 1px solid;
	padding: 1px 4px 2px 2px;
}


/* Inner, inner container for module submenu (?) */
.ModuleTitle_SubMenu {
	font-family: georgia; 
	color: #9D9A8B;
	font-size: 11px; 
	font-weight: normal;
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 1px 0px 0px 0px;
	background-color: #F4F3E6;
	border: #9D9A8B 1px solid;
	padding: 1px;
}

/* Hover state for module submenu items */
.ModuleTitle_MenuItemSel {
	font-family: georgia; 
	font-size: 11px; 
	font-weight: normal;
	cursor: pointer; 
	cursor: hand; 
	color: #F4F3E6;
	border-left: #95351B 1px solid;
	border-right: #95351B 1px solid;
	padding: 1px 4px 2px 2px;
	background-color: #95351B;
}




/* Elements we don't need to see */
.ModuleTitle_MenuBreak, .ModuleTitle_MenuIcon, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow {
	display: none;
}



/*========================================================*/
/*  End Style Sheet                                       */
/*========================================================*/






