
/*========================================================*/
/*    Cascading Style Sheet for Pearl DotNetNuke Skin     */
/*========================================================*/

/*========================================================*/
/*                  Table of Contents                     */
/*========================================================*/
/*  1. Universal                                          */
/*  2. Framework                                          */
/*  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: #fff;
	margin: 0;
	height: 100%;
}


/* Catch-all to ensure text color, font, and size consistency */
table, tr, td, p {
	font-family: "arial", verdana, sans-serif;
	line-height: 1.4em;
}



/*========================================================*/
/*  2. Framework                                          */
/*========================================================*/

table.ControlPanel {background: #f6f6f6; border: 1px solid #ccc;}
td.master-pad {padding: 15px;}
td.mt-top {}
table.site-width {width: 760px;}
table.site-width-admin {width: 920px;}
table.site-width-full {width: 95%px;}
td.logo-cell {padding: 5px 0 20px 10px;}
td.banner-cell {padding: 0px 10px 10px 0;}
td.reg-cell {text-align: right; padding: 0 10px 10px 0; color: #ccc; font-size: 12px;}
td.menu-cell {height: 42px;}
td.menu-cap-l {width: 12px; height: 42px; background: url(menu-cap-l.gif);}
td.menu-bg {background: url(menu-bg.gif) repeat-x;}
td.search-bg {background: url(menu-bg-dk.gif) repeat-x; width: 177px; padding: 0 20px 2px 10px;}
td.menu-cap-r {width: 12px; height: 42px; background: url(menu-cap-r.gif);}
td.breadcrumb-cell {padding: 10px 10px 10px 10px; color: #666; font-size: 12px; font-weight: bold;}
td.content-cell {padding: 10px 0px 10px 0px;}
td.content-top {}
td.content-left {width: 25%; padding-right: 10px;}
td.content-center {}
td.content-right {width: 25%; padding-left: 10px;}
td.content-bottom {}
td.mt-bottom {height: 40px;}
table.footer-table {height: 32px;}
td.footer-cap-left {background: url(footer-cap-l.gif); width: 12px;}
td.footer-left {background: url(footer-bg.gif) repeat-x; padding: 0 0 4px 0; font-size: 11px;}
td.footer-right {background: url(footer-bg.gif) repeat-x; text-align: right; padding: 0 5px 4px 10px; color: #aaa; font-size: 11px;}
td.footer-cap-right {background: url(footer-cap-r.gif); width: 12px;}
td.breadcrumb-left {height: 15px; width: 415px; background: url(breadcrumb-left.gif) top left no-repeat; font-size: 1px;}
td.breadcrumb-center {height: 15px; background: url(breadcrumb-center.gif) top left repeat-x; font-size: 1px;}
td.breadcrumb-right {height: 15px; width: 415px; background: url(breadcrumb-right.gif) top right no-repeat; font-size: 1px;}


/*========================================================*/
/*  3. Links                                              */
/*========================================================*/

/* color variations */
#canvas-blue a {color: #0074ab;}
#canvas-green a {color: #3c8e03;}
#canvas-orange a {color: #c96600;}


/* basic links */
a:link, a:visited, a:active {
	font-family: "arial", verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
}

a:hover {
	font-family: "arial", verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}


/* register and login/logout links */
a.LoginLink:link, a.LoginLink:visited, a.LoginLink:active {
    text-decoration: none;
	font-size: 12px;
}

a.LoginLink:hover {
    text-decoration: underline;
	font-size: 12px;
}


/* footer links */
a.FooterLink:link, a.FooterLink:visited, a.FooterLink:active {
	font-size: 11px;
    text-decoration: none;
}
a.FooterLink:hover {
	font-size: 11px;
    text-decoration: underline;
}


/* breadcrumb links */
a.BreadcrumbLink:link, a.BreadcrumbLink:visited, a.BreadcrumbLink:active  {
    text-decoration: none;
	font-weight: bold;
}

a.BreadcrumbLink:hover, .BreadcrumbLink {
    text-decoration: underline;
	font-weight: bold;
}


/* admin and host function links */
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active {
    text-decoration: underline;
	color: #333;
	font-weight: bold;
}

a.CommandButton:hover {
    text-decoration: none;
	color: #333;
	font-weight: bold;
}


/* for normal links */
a.Normal:link, a.Normal:visited, a.Normal:active {
	text-decoration: underline;
}

a.Normal:hover {
	text-decoration: none;
}



/*========================================================*/
/*  4. Text                                               */
/*========================================================*/


/* current date */
.CurrentDate {
	color: #333;
}


/* copyright */
.CopyrightText {
	color: #333;
	font-size: 11px;
}


/* Used in admin sections */
.SubHead    {
  	font-family: "arial", verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #222;
	padding: 0;
}



/* module titles */
.Head {
  	font-family: "arial", verdana, sans-serif;
	font-size: 16px;
    text-decoration: none;
    color: #222;
	font-weight: normal;
	white-space: nowrap;
}




/* colored - used for warnings and such */
.NormalRed {
	color: #900;
  	font-family: "arial", verdana, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.4em;
}


/* bold text */
.NormalBold {
  	font-family: "arial", verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #222;
	line-height: 1.4em;
}


/* normal text */
.Normal {
  	font-family: "arial", verdana, sans-serif;
	font-size: 12px;
	color: #222;
	line-height: 1.4em;
}



/*========================================================*/
/*  5. Forms                                              */
/*========================================================*/


/* catch-all */
select, input {
	color: #222;
	font-family: "arial", verdana, sans-serif;
}

/* Applies to text input boxes */
.NormalTextBox {
	font-family: "arial", verdana, sans-serif;
}

/* table cells that contain text input boxes */
td.NormalTextBox {
	padding: 0;
	margin: 0;
	background: transparent;
	visibility: invisible;
}

/* for the search input box */
td.search-bg input {
	height: 20px;
}

/* go button in search area */
.GoButton {
	margin-bottom: -8px;
	position: absolute;
}


/*========================================================*/
/*  6. Main Menu                                          */
/*========================================================*/



/* idle state of submenu items */
.MainMenu_MenuItem {
	font-family: "arial", verdana, sans-serif; 
	font-size: 12px;
	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 6px 2px 2px;
}

/* hover state for submenu items */
.MainMenu_MenuItemSel {
	font-family: "arial", verdana, sans-serif; 
	font-size: 12px;
	font-weight: normal;
	cursor: pointer; 
	cursor: hand; 
	color: #444;
	background: #ddd;
	border-left: #ddd 1px solid;
	border-right: #ddd 1px solid;
	padding: 1px 6px 2px 2px;
}

/* container for main menu */
.MainMenu_MenuContainer {
	background: transparent;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

/* menu bar */
.MainMenu_MenuBar {
	background: transparent; 
	font-weight: normal;
	margin: 0;
	padding: 0;
}

/* box for submenu */
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 1px 0px 0px 0px;
	background-color: #f6f6f6;
	border: 1px solid #ccc;
	padding: 1px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=3) ;
}

/* table cells containing main menu items */
.MainMenu_Active td, .MainMenu_Selected td, .MainMenu_Idle td, .MainMenu_BreadcrumbActive td {
	height: 42px;
	padding: 0px 0px 2px 0px;
	font-size: 12px;
}

/* table cell containing active main menu item */
.MainMenu_BreadcrumbActive td {
	height: 42px;
	padding: 0px 0px 2px 0px;
	font-size: 12px;
	background: url(menu-on-B.gif) repeat-x;
}

/* idle state for main menu items */
.MainMenu_Idle td { 
	height: 42px;
	background: transparent;
	color: #666;
	font-family: "arial", verdana, sans-serif; 
	font-weight: bold;
	margin: 0;
	padding: 0;
}

/* hover state for main menu items */
.MainMenu_Selected td {
	height: 42px;
	background: transparent;
	color: #222;
	font-family: "arial", verdana, sans-serif; 
	font-weight: bold;
	margin: 0;
	padding: 0;
}

/* selected state for main menu items */
.MainMenu_Active td, .MainMenu_BreadcrumbActive td {
	height: 42px;
	background: url(menu-on-B.gif) repeat-x;
	color: #fff;
	font-family: "arial", verdana, sans-serif; 
	font-weight: bold;
	margin: 0;
	padding: 0;
}

/* selected state for main menu items */
#canvas-green .MainMenu_Active td, #canvas-green .MainMenu_BreadcrumbActive td {
	background: url(menu-on-G.gif) repeat-x;
}

/* selected state for main menu items */
#canvas-orange .MainMenu_Active td, #canvas-orange .MainMenu_BreadcrumbActive td {
	background: url(menu-on-O.gif) repeat-x;
}

/* creates break between menu items */
.MainMenu_MenuBreak {
	width: auto;
	border: 0;
}

.MainMenu_MenuArrow {
	padding: 0;
	border: 0;
	margin: 0;
	width: 9px;
	height: 10px;
	border-right: #f6f6f6 1px solid;
	border-top: #f6f6f6 1px solid;
	border-bottom: #f6f6f6 1px solid;
}

/* Elements we don't really need */
.MainMenu_RootMenuArrow, .MainMenu_MenuIcon {
	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: "arial", verdana, sans-serif;
	font-size: 12px;
	color: #222;
	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: "arial", verdana, sans-serif;
	font-size: 12px;
	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                                       */
/*========================================================*/







