
/*========================================================*/
/*   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                                       */
/*  8. Active Forums                                       */
/*========================================================*/


/*========================================================*/
/*  1. Universal                                          */
/*========================================================*/

/* Forces browser height of 100% */
html {
	height: 100%;
}


/* Body style */
body {background-color:#EFEDDF; background-image:  url(ibg_color.gif);
	margin: 0;	height: 100%;}


/* Catch-all to ensure text color, font, and size consistency */
table, tr, td, p {
	font-family: georgia;
}



/*========================================================*/
/*  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%;
}



#LogoDemo {
	background: url(aladdin_logo.gif) no-repeat;
	width: 123px;
	height: 21px;
	margin: 20px 0 0 0;
}


/* Red patterned background for header  */
.HeaderCell {
	background: url(bg_header.gif) bottom left repeat-x;
	height: 80px;
}


/* Padding for logo token */
.LogoCell {
	padding: 10 0 5 20;
	text-align: left;
}

/* Padding for logo token */
.LogonCell {
	padding: 5px 15 0px 0px;
	text-align: right;
	white-space: nowrap;
	
}


/* Background for menu */
.MenuCell {
	background: url(bg_menu.gif) repeat-x;
	height: 31px;
	text-align: left;
}


/* Padding for menu */
.MenuBox {
	padding: 7px 0 0 7px;
	text-align: left;
	white-space: nowrap;
}


/* Padding for current date token */
.DateCell {
	padding: 10px 15px 10px 0px;
	text-align: right;
	vertical-align:top;
	white-space: nowrap;
}


/* Shadow beneath menu */
.MenuShadowCell {
	background: url(bg_menu_shadow.gif) repeat-x;
	height: 6px;
}


/* Container for breadcrumbs and login links 
	background: url(bg_color.gif) repeat;

*/
.UtilityCell 
{
		padding: 0px 0px 5px 40px;
	background-color: #DFDCC3;
}


/* Padding for breadcrumbs */
.BreadcrumbCell {
	padding: 10px 0 0 22px;
	text-align: left;
	white-space: nowrap;
}


/* Padding for login/register links */
.LoginCell {
	padding: 0px 10px 5px 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 {
	background-color: #DFDCC3;
	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;
}

/* Footer content column */
.ContentFooter {
	padding: 0;
	margin: 0;
}


/* Right content column */
.ContentRight {
	width: 25%;
}


/* Bottom content row */
.ContentBottom {
	padding: 0;
}


/* Contains footer table */
.FooterCell {
	background: url(bg_header.gif) top left repeat-x;
	padding: 10 20 10 20;
}

/* Contains footer table */
.FooterTrim {
	background: url(footer_blend.gif) top left repeat-x;
height: 8px;
}


/* 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 {
	text-align: right;
	white-space: nowrap;
	width: 40%;
	vertical-align:top;
}

/* Padding for footer links */
.HostCell {
	text-align: center;
	white-space: nowrap;
	width: 20%;
	vertical-align:top;
}


/* Padding for copyright */
.CopyrightCell {
	text-align: left;
	white-space: nowrap;
	width: 40%;
	vertical-align:top;
}


/*========================================================*/
/*  3. Links                                              */
/*========================================================*/


/* Basic links */
a:link, a:visited, a:active {
	color: #95351B;
	font-family: georgia;
	font-weight: normal;
	font-size: 13px;
	text-decoration: underline;
}

a:hover {
	color: #000001;
	font-family: georgia;
	font-weight: normal;
	font-size: 13px;
	text-decoration: underline;
}


.Date {
    text-decoration: none; color: #000000;font-weight: bold;font-size: 14px; 
}

/* For the Register and Login/Logout links in the header */
.LoginLink, a.LoginLink:link, a.LoginLink:visited, a.LoginLink:active {
    text-decoration: none; color: #433F3D;font-weight: bold;font-size: 14px; 
}
a.LoginLink:hover { text-decoration: none; color: #000000;font-weight: bold;	font-size: 14px; }

.Footer{ font-size:13px; color:#000000; font-weight:bold; } 
.Footer, a.Footer:link, a.Footer:visited, a.Footer:active { text-decoration: none; color: #000001;font-weight: bold;font-size: 13px; }
a.Footer:hover { text-decoration: underline; color: #000001;font-weight: bold;	font-size: 13px; }


/* Defines styles for breadcrumb items */
a.BreadcrumbLink:link, a.BreadcrumbLink:visited, a.BreadcrumbLink:active {
    text-decoration: none;
    color: #363230;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 14px;
}

a.BreadcrumbLink:hover {
    text-decoration: underline;
    color: #363230;
	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: 12px;
	text-decoration: underline;
}

a.CommandButton:hover {
	color: #000001;
	font-family: georgia;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}


/* 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: 13px;
	text-decoration: underline;
}

a.Normal:hover {
	color: #000001;
	font-family: georgia;
	font-weight: normal;
	font-size: 13px;
	text-decoration: underline;
}



/*========================================================*/
/*  4. Text                                               */
/*========================================================*/


/* Style for current date token */
.CurrentDate {
	color: #433F3D;
	font-weight: bold;
			font-size: 15px; 
}


/* Style for copyright text in footer */
.CopyrightText {
    color: #732715;
	font-weight: bold;
			font-size: 14px; 
}

/* Module titles */
.Head {
    font-family: georgia;	
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	color: #363230;
}


/* Bold colored - used for warnings and such */
.NormalRed {
	color: #95351B;
	font-family: georgia;
	font-weight: bold;
	font-size: 13px;
}


/* Normal bold text */
.NormalBold {
	font-family: georgia;
	font-size: 13px;
	font-weight: bold;
	color: #363230;
}


/* Normal bold text */
.Normal {
	font-family: georgia;
	font-size: 13px;
	color: #363230;
}


H1, H2, H3, H4, H5, H6
{ font-family:georgia, Times New Roman, Serif; 	margin: 0px 0px 0px 0px ; color:#006B82;}


HR {	border: 0; color: #006B82; background-color: #006B82; height: 3; width : 100%; text-align: center; }
html>head:first-child+body ul { list-style:disc outside; margin: 8 0 8 0; } /*Gecko*/
 ul { list-style:disc outside; margin: 8 40 8 40; }/*IE - OP*/

/* This needs to be fully specified because it is defined in default.css AND it is used as a link in the FAQ mod */
.SubSubHead { font-size: 13px; font-weight: bold; color: #363230;}
/* anchor with class=subsubhead */
a.SubSubHead:link, a.SubSubHead:visited, a.SubSubHead:active {color: #95351B;	text-decoration: underline;}
a.SubSubHead:hover {	color: #000001;	text-decoration: underline;}
/* span of class=subsubhead with anchor inside */
.SubSubHead a:link, .SubSubHead a:visited, .SubSubHead a:active{ color:#95351B; text-decoration:underline; }
.SubSubHead a:hover{ color:#000001; text-decoration:underline;}

/* This needs to be fully specified because it is defined in default.css AND it is used as a link in the FAQ mod */
.SubHead { font-size: 14px; font-weight: bold; color: #363230;}
/* anchor with class=subhead */
a.SubHead:link, a.SubHead:visited, a.SubHead:active {color: #95351B;	text-decoration: underline;}
a.SubHead:hover {	color: #000001;	text-decoration: underline;}
/* span of class=subhead with anchor inside */
.SubHead a:link, .SubHead a:visited, .SubHead a:active{ color:#95351B; text-decoration:underline; }
.SubHead a:hover{ color:#000001; text-decoration:underline;}

.HeaderPage{ font-size:24px; font-weight: bold; font-family:georgia, Times New Roman, Serif; 	margin: 0px 0px 0px 0px ; color:#006B82; } 

H1{ font-size:24px; font-weight: bold; font-family:georgia, Times New Roman, Serif; 	margin: 0px 0px 0px 0px ; color:#006B82; } 
.HeaderLarge{ font-size:24px; font-weight: bold; font-family:georgia, Times New Roman, Serif; 	margin: 0px 0px 0px 0px ; color:#006B82; } 
H2{ font-size:24px; font-family:georgia, Times New Roman, Serif; 	margin: 0px 0px 0px 0px ; color:#006B82;} 
H3{ font-size:19px; font-weight: bold; font-family:georgia, Times New Roman, Serif; 	margin: 0px 0px 0px 0px ; color:#006B82; } 
.HeaderMedium{ font-size:19px; font-weight: bold; font-family:georgia, Times New Roman, Serif; 	margin: 0px 0px 0px 0px ; color:#006B82; } 
H4{ font-size:19px; font-family:georgia, Times New Roman, Serif; 	margin: 0px 0px 0px 0px ; color:#006B82;} 
H5{ font-size:15px;  font-weight: bold; font-family:georgia, Times New Roman, Serif; 	margin: 0px 0px 0px 0px ; color:#006B82;} 
.HeaderSmall{ font-size:15px;  font-weight: bold; font-family:georgia, Times New Roman, Serif; 	margin: 0px 0px 0px 0px ; color:#006B82;} 
H6{ font-size:15px; font-family:georgia, Times New Roman, Serif; 	margin: 0px 0px 0px 0px ; color:#006B82;} 
.pullquote-right{color:black;background:#E3765D;float:right;
margin: 5px;padding: 5 10 5 10;font-family:Times New Roman, Serif;font-size: 14px;
text-align: center;font-weight:bold;font-style:italic;}
.pullquote-left{color:black;background:#E3765D;float:left;
margin: 5px;padding: 5 10 5 10;font-family:Times New Roman, Serif;font-size: 14px;
text-align: center;font-weight:bold;font-style:italic;}
.linkbutton{  font-size:11px;font-weight:bold;color: #ffffff;border-top: 2px solid #95B5E1;
border-bottom: 3px solid #3F608D;border-left: 2px solid #95B5E1;border-right: 3px solid #3F608D;       
padding: 3px 5px 4px 6px;text-decoration: none;background: #5373b9;line-height: 1.8em;}   
a.linkbutton:link, a.linkbutton:active, a.linkbutton:visited   
{  font-size:11px;font-weight:bold;color: #ffffff;border-top: 2px solid #95B5E1;
border-bottom: 3px solid #3F608D;border-left: 2px solid #95B5E1;border-right: 3px solid #3F608D;       
padding: 3px 5px 4px 6px;text-decoration: none;background: #5373b9;line-height: 1.8em;}   
a.linkbutton:hover{color: #111111; 	border-top: 3px solid #3F608D;	border-bottom: 2px solid #95B5E1;	
	border-left: 3px solid #3F608D;	border-right: 2px solid #95B5E1;	text-decoration: none; 	padding: 2px 6px 5px 5px;}

.px30px{font-size:30px;}
.px27px{font-size:27px;}
.px24px{font-size:24px;}
.px21px{font-size:21px;}
.px18px{font-size:18px;}
.px15px{font-size:15px;}
.px12px{font-size:12px;}
.px10px{font-size:10px;}
.px8px{font-size:8px;}
.accent{ color:#006B82;  } 
.accentRed{  color:Red;}
.accentGreen{  color:#27B75B;}

/*========================================================*/
/*  5. Forms                                              */
/*========================================================*/

select, input {
	font-family: georgia;
	font-size: 12px;
	color: #363230;
}


/* Applies to text input boxes */
.NormalTextBox {
	color: #363230;
	padding-left: 4px;
	line-height: 12px;
	font-family: georgia;
	font-weight: normal;
	font-size: 12px;
	scrollbar-face-color: #FCFBF1;
	scrollbar-track-color: #FCFBF1;
	scrollbar-arrow-color: #363230;
	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: #363230;
	font-size: 14px; 
	font-weight: normal;
	border: #F4F3E6 1px solid;
	padding: 1px 4px 2px 2px;
}


/* Container for submenu */
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 1px 0px 0px 1px;
	padding: 1px 1px 1px 2px;
	background-color: #F4F3E6;
	border: #C0BDAA 1px solid;
}


/* Hover state for submenu items */
.MainMenu_MenuItemSel {
	font-family: georgia; 
	font-size: 14px; 
	font-weight: normal;
	cursor: pointer; 
	cursor: hand; 
	color: #F4F3E6;
	background: #95351B;
	border-left: #95351B 1px solid;
	border-right: #95351B 1px solid;
	padding: 1px 4px 2px 2px;
}

/* Idle state for main menu items */
.MainMenu_Idle 
{
	background: url(spacer.gif) no-repeat top right;
	color: #433F3D;
	font-weight: bold;
			font-size: 15px; 
}

/* Hover state for main menu items */
.MainMenu_Selected {
	background: url(spacer.gif) no-repeat top right;
	color: #000001;
	font-weight: bold;
			font-size: 15px; 
}


/* Selected state for main menu items */
.MainMenu_Active {
	color: #000001;
	font-weight: bold;
	background: url(spacer.gif) no-repeat top right;
	font-size: 15px; 
}

/* Selected state for main menu items */
.MainMenu_BreadcrumbActive {
	background: url(spacer.gif) no-repeat top right;
	color: #000001;
	font-weight: bold;
	font-size: 15px; 
}


/* Elements we don't really need */
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon, .MainMenu_MenuBreak {
	display: none;
}

span.menuimg {
  background: url(breadcrumb2.gif) no-repeat center right;
}


/*========================================================*/
/*  7. Module Menus                                       */
/*========================================================*/

/* Outer cotainer 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: #363230;
	font-size: 14px; 
	font-weight: normal;
	border: #F4F3E6 1px solid;
	padding: 1px 4px 2px 2px;
}


/* Inner, inner container for module submenu (?) */
.ModuleTitle_SubMenu {
	font-family: georgia; 
	color: #363230;
	font-size: 14px; 
	font-weight: normal;
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 0px 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: 14px; 
	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;
}


/*========================================================*/
/*  8. Active FORUMS                                       */
/*========================================================*/

.NTForums_Grid
{
	border-right: #DEDBCD 1px solid;
	border-top: #DEDBCD 1px solid;
	font-size: 12px;
	border-left: #DEDBCD 1px solid;
	width: 100%;
	border-bottom: #DEDBCD 1px solid;
	font-family: Tahoma, Verdana, Arial;
}
.NTForums_Cell1
{
	font-weight: bold;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial;
	background-color: #DFDCC3;
}
.NTForums_Cell2
{
	font-weight: bold;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial;
	background-color: #E7E5D1;
}
.NTForums_Cell2 INPUT
{
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial;
}
.NTForums_GroupRow
{
	font-weight: bold;
	font-size: 13px;
	color: #ffffff;
	font-family: Tahoma, Verdana, Arial;
	background-color: #862E1A;
}
.NTForums_GroupRow A{font-weight: bold;text-decoration:none;font-size: 13px;	color: #ffffff;}
.NTForums_GroupRow A:link{	font-weight: bold;text-decoration:none;font-size: 13px;	color: #ffffff;}
.NTForums_GroupRow A:visited{font-weight: bold;text-decoration:none;	font-size: 13px;	color: #ffffff;}
.NTForums_GroupRow A:hover{	font-weight: bold; text-decoration:underline;color: #ffffff;}


.NTForums_ForumRow2{	font-size: 13px;	color: black;	background-color: #FCEFEC;}
.NTForums_ForumRow2 A:link{	font-weight: bold;font-size: 13px;	color: #95351B;	}
.NTForums_ForumRow2 A:visited{font-weight: bold;	font-size: 13px;	color: #95351B;	}
.NTForums_ForumRow2 A:active{	font-weight: bold;font-size: 13px;	color: #000001;	}
.NTForums_ForumRow2 A:hover{	font-weight: bold;font-size: 13px;	color: #000001;	}

.NTForums_ForumRow{	font-size: 13px;	color: black;	background-color: #F6F4EA;}
.NTForums_ForumRow A:link{font-weight: bold;	font-size: 13px;	color: #95351B;	}
.NTForums_ForumRow A:visited{font-weight: bold;	font-size: 13px;	color: #95351B;	}
.NTForums_ForumRow A:active{	font-weight: bold;font-size: 13px;	color: #000001;	}
.NTForums_ForumRow A:hover{font-weight: bold;	font-size: 13px;	color: #000001;	}

.NTForums_ForumHeader
{
	font-weight: bold;
	font-size: 11px;
	color: #363230;
	font-family: Tahoma, Verdana, Arial;
	background-color: #E7E5D1;
}
.NTForums_ForumSubRow
{
	padding-right: 2px;
	padding-left: 2px;
	font-size: 10px;
	margin-left: 2px;
	color: black;
	margin-right: 2px;
	border-bottom: #000000 1px solid;
	font-family: Tahoma, Verdana, Arial;
	background-color: #f5f5f5;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
.NTForums_Crumb A:link {    text-decoration:    underline;    color: #862E1A;    font-weight: bold;}
.NTForums_Crumb A:visited  {    text-decoration:    underline;    color: #862E1A;    font-weight: bold;}
.NTForums_Crumb A:active   {    text-decoration:    underline;    color: #862E1A;    font-weight: bold;}
.NTForums_Crumb A:hover    {    text-decoration:    underline;    color: #000001;    font-weight: bold;}

.NTForums_Subject
{
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 5px;
	margin-left: 10px;
	color: black;
	padding-top: 5px;
	font-family: Tahoma, Verdana, Arial;
}
.NTForums_Pager
{
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial;
	text-align: right;
	color: #000000;
}
.NTForums_Pager A:link
{
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial;
	text-align: right;
	color: #000000;
}
.NTForums_Button
{
	cursor:hand;
	border-right: #000000 1px solid;
	padding-right: 2px;
	border-top: #000000 1px solid;
	display: block;
	padding-left: 2px;
	font-weight: bold;
	font-size: 9pt;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#DDD9CA, EndColorStr=#666666);
	padding-bottom: 5px;
	border-left: #000000 1px solid;
	width: 100px;
	color: #ffffff;
	padding-top: 5px;
	border-bottom: #000000 1px solid;
	font-family: Tahoma, Verdana, Arial;
	background-color: #862E1A;
	text-align: center;
	text-decoration: none;
}
.NTForums_Button A
{
	color: White;
	text-decoration:none;
}
.NTForums_Button A:link
{
	color: White;
}
.NTForums_Button A:visited
{
	color: White;
}
.NTForums_Button A:hover
{
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#336699, EndColorStr=#7DA1C4);
	text-decoration: underline;
}
.NTForums_Image
{
	border-right: gray 1px solid;
	padding-right: 5px;
	border-top: gray 1px solid;
	padding-left: 5px;
	padding-bottom: 5px;
	margin: 5px;
	border-left: gray 1px solid;
	padding-top: 5px;
	border-bottom: gray 1px solid;
	background-color: #f5f5f5;
}



/*========================================================*/
/*  End Style Sheet                                       */
/*========================================================*/






