
/*========================================================*/
/*    Cascading Style Sheet for Float 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 {
	margin: 0;
	background: #fff;
}


/* Catch-all to ensure text color, font, and size consistency */
table, tr, td, p {
	font-family: "trebuchet ms", verdana, sans-serif;
	line-height: 1.4em;
}



/*========================================================*/
/*  2. Framework                                          */
/*========================================================*/

table.body-bg{background: url(images/bg.png) top left; font-size: 1px;}
td.left-bg{}
td.right-bg{background: url(images/right-bg.gif) top left no-repeat;}

td.left-bg-repeat{background: url(images/left-bg.gif) top right repeat-y;}
td.right-bg-repeat{background: url(images/right-bg-repeat.gif) top left repeat-y;}

td.site-width{width:700px; height:100%;}
td.banner-bg{background: url(images/banner.jpg) top left no-repeat; font-size: 1px; height:262px; vertical-align:top; width:100%;}
td.menu-bg{background: url(images/menu-bg.jpg) top left no-repeat; font-size: 1px; height:96px; width:100%;}
td.menu-cell{text-align: left; vertical-align:bottom; padding: 0 0 10 0; font-size: 12px; color:#333;}

td.login-bg{background: #fff url(images/login-bg.jpg) top right no-repeat; height:26px; width:100%;}
td.login-cell{text-align: left; padding: 0 0 0 10; font-size: 11px; color:#333;}

td.above-content{background: url(images/abovecontent.gif) top left no-repeat; font-size: 1px; height:36px; vertical-align:top; width:100%;}

td.content{height:100%; width:100%; padding:0 10 5 10; vertical-align:top; background: url(images/content-bg.gif) top left repeat-y;}
td.ContentTop{padding: 0 20 0 20; width:100%; text-align:center; vertical-align:top;}
td.ContentCenter{padding: 0 0 0 20; width:70%; height:100%; vertical-align:top;}
td.ContentRight{padding: 0 20 0 0; width:30%; vertical-align:top;}
td.ContentBottom{padding: 0 20 0 20; width:100%; text-align:center; vertical-align:bottom;}

td.footer-bg{background: url(images/footer-bg.gif) top left no-repeat; font-size: 1px; height:55px; vertical-align:top; width:100%;}

td.copyright-cell{text-align: left; padding: 25 0 0 25; font-size: 11px; color:#333;}
td.fatbird-cell {padding: 25 30 0 0; text-align:right;}

#fatbirdcell a:link, a:visited, a:active, a:hoover {color: #333; text-decoration:none; font-size: 11px; padding: 0 0 0 0; text-align:right;}



/*========================================================*/
/*  3. Links                                              */
/*========================================================*/


/* Basic links */
a:link, a:visited, a:active {
	color: #577c0d;
	font-family: "trebuchet ms", verdana, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

a:hover {
	color: #577c0d;
	font-family: "trebuchet ms", verdana, sans-serif;
	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: none;
    color: #333;
	font-weight: normal;
}

a.LoginLink:hover {
    text-decoration: underline;
    color: #333;
	font-weight: normal;
}




/* For the Register and Login/Logout links in the header */
a.FooterLink:link, a.FooterLink:visited, a.FooterLink:active {
    text-decoration: none;
    color: #333;
	font-weight: normal;
}

a.FooterLink:hover {
    text-decoration: underline;
    color: #333;
	font-weight: normal;
}



/* For the links that look like buttons */
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active {
	color: #577c0d;
	font-family: "trebuchet ms", verdana, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

a.CommandButton:hover {
	color: #577c0d;
	font-family: "trebuchet ms", verdana, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}


/* For links that come with a pre-attached Normal class */
a.Normal:link, a.Normal:visited, a.Normal:active {
	color: #577c0d;
	font-family: "trebuchet ms", verdana, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

a.Normal:hover {
	color: #577c0d;
	font-family: "trebuchet ms", verdana, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}


/* Defines styles for breadcrumb items */
a.BreadcrumbLink:link, a.BreadcrumbLink:visited, a.BreadcrumbLink:active, .BreadcrumbLink {
    text-decoration: none;
    color: #577c0d;
	font-weight: bold;
	font-size: 11px;
}

a.BreadcrumbLink:hover {
    text-decoration: underline;
    color: #577c0d;
	font-weight: bold;
	font-size: 11px;
}



/*========================================================*/
/*  4. Text                                               */
/*========================================================*/


/* Style for current date token */
.DateText {
	 color: #555;
}


/* Style for copyright text in footer */
.CopyrightText {
	color: #fff;;
}


/* Used in admin sections */
.SubHead    {
    font-family: "trebuchet ms", verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000;
	padding: 0;
}


/* Module titles */
.Head {
	font-size: 11px;
	font-weight: bold;
	color: #000;
}


/* Bold colored - used for warnings and such */
.NormalRed {
	color: #555;
	font-family: "trebuchet ms", verdana, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 1.4em;
}


/* Normal bold text */
.NormalBold {
	font-family: "trebuchet ms", verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	line-height: 1.4em;
}


/* Normal text */
.Normal {
	color: #000;
	font-family: "trebuchet ms", verdana, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
}




/*========================================================*/
/*  5. Forms                                              */
/*========================================================*/

select, input {
	font-family: "trebuchet ms", verdana, sans-serif;
	font-size: 11px;
	color: #333;
}


/* Applies to text input boxes */
.NormalTextBox {
	color: #2f2f2f;
	padding-left: 2px;
	line-height: 12px;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	scrollbar-face-color: #fff;
	scrollbar-track-color: #fff;
	scrollbar-arrow-color: #333;
	scrollbar-3dlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-darkshadow-color: #fff;
}


/* Applies to the table cells that contain text input boxes */
td.NormalTextBox {
	padding: 0;
	margin: 0;
	background: transparent;
	visibility: invisible;
}




/*========================================================*/
/*  6. Main Menu                                          */
/*========================================================*/




/* Applies to idle state of submenu items */
.MainMenu_MenuItem {
	font-family: "trebuchet ms", verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666;
	background: #f6f6f6;
	border-top: #f6f6f6 1px solid;
	border-left: #f6f6f6 1px solid;
	border-bottom: #f6f6f6 1px solid;
	border-right: #f6f6f6 1px solid;
	padding: 1px 12px 2px 2px;
}

/* Hover state for submenu items */
.MainMenu_MenuItemSel {
	font-family: "trebuchet ms", verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	cursor: pointer; 
	cursor: hand; 
	color: #fff;
	background: #b3db4e;
	border-left: #b3db4e 1px solid;
	border-right: #b3db4e 1px solid;
	padding: 1px 12px 2px 2px;
}



/* Container for main menu */
.MainMenu_MenuContainer {
	background: transparent;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align:right;
}


/* Menu bar */
.MainMenu_MenuBar {
	background: transparent; 
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 0;
	text-align:right;
}

/* Container for submenu */
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 1px 0px 0px 5px;
	background-color: #f6f6f6;
	border: 1px solid #ccc;
	padding: 0px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=3) ;
}


.MainMenu_Active td, .MainMenu_Selected td, .MainMenu_Idle td, .MainMenu_BreadcrumbActive td {
	height: 60px;
	padding: 60 0px 0px 3px;
	font-size: 16px;
}

.MainMenu_BreadcrumbActive td {
	height: 60px;
	padding: 60 0px 0px 3px;
	font-size: 16px;
	/*background: url(images/a_hover.jpg) repeat-x;*/
}


	
/* Idle state for main menu items */
.MainMenu_Idle { 
	/*height: 30px;*/
	background: transparent;
	color: #000;
	font-family: "trebuchet ms", verdana, sans-serif;
	font-weight: bold;
	margin: 0;
}


/* Hover state for main menu items */
.MainMenu_Selected  {
	/*height: 30px;*/
	background: transparent;
	color: #5f5f5f;
	font-family: "trebuchet ms", verdana, sans-serif;
	font-weight: bold;
	margin: 0;
	/*background: url(images/a_hover.jpg) repeat-x;*/
}


/* Selected state for main menu items */
.MainMenu_Active, .MainMenu_BreadcrumbActive {
	/*height: 30px;*/
	/*background: url(images/a_hover.jpg) repeat-x;*/
	color: #5f5f5f;
	font-family: "trebuchet ms", verdana, sans-serif; 
	font-weight: bold;
	margin: 0;
}



.MainMenu_MenuBreak {
	width: auto;
	border: 0;
	background: transparent;
}


.MainMenu_LeftOff {
	height: 60px;
	padding-left: 2px;
	font-size: 1px;
/*	background: url(images/menu-off-l.gif) left no-repeat;*/
}



.MainMenu_LeftOn {
	height: 60px;
	padding-left: 2px;
	font-size: 1px;
	/*background: url(images/menu-on-B.gif) repeat-x;*/
}


#canvas-orange .MainMenu_LeftOn {
	height: 60px;
	padding-left: 2px;
	font-size: 1px;
	/*background: url(images/menu-on-O.gif) repeat-x;*/
}

.MainMenu_RightOff {
	height: 60px;
	padding-left: 2px;
	font-size: 1px;
	/*background: url(images/menu-off-r.gif) right no-repeat;*/
}


.MainMenu_RightOn {
	height: 60px;
	padding-left: 2px;
	font-size: 1px;
	/*background: url(images/menu-on-B.gif) repeat-x;*/
}


#canvas-orange .MainMenu_RightOn {
	height: 60px;
	padding-left: 2px;
	font-size: 1px;
	/*background: url(images/menu-on-O.gif) repeat-x;*/
}

/* Elements we don't really need */
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon {
	display: none;
}




/*========================================================*/
/*  7. Module Menus                                       */
/*========================================================*/


/* Outer cntainer for module submenu */
.ModuleTitle_MenuContainer {
}


/* Inner container for module submenu */
.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height: 21px;
}


/* Idle state for module submenu items */
.ModuleTitle_MenuItem {
	font-family: "trebuchet ms", verdana, 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 #999;
	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: "trebuchet ms", verdana, 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                                       */
/*========================================================*/




















