
/*========================================================*/
/*           CSS for Ristken 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: #636466;
	margin: 0 0 20px 0;
	height: 100%;
}


/* Catch-all to ensure text color, font, and size consistency */
table, tr, td, p {
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 11px;
	line-height: 1.5m;
}


/*========================================================*/
/*  2. Framework                                          */
/*========================================================*/

table.controlpanel {border-bottom: 1px solid #333; border-right: none; border-left: none; border-top: none;}

table.container-portal {width: 760px;}
table.container-admin {width: 900px;}

td.header-row {height: 46px; background: url(header-bg.gif) repeat-x;}
td.header-left {text-align: left;}
td.header-right {text-align: right;}
td.header-cap-l {width: 34px; height: 46px; background: url(header-cap-l.gif) no-repeat;}
td.header-cap-r {width: 34px; height: 46px; background: url(header-cap-r.gif) no-repeat;}
td.header-content {background: url(header-content-bg.gif) repeat-x; padding-top: 19px; font-size: 11px; color: #fff;}
td.header-sep {width: 20px; height: 46px; background: url(header-sep.gif) no-repeat;}
td.header-inside-cap-r {width: 20px; height: 46px; background: url(header-cap-inside-r.gif) no-repeat;}
td.header-inside-cap-l {width: 20px; height: 46px; background: url(header-cap-inside-l.gif) no-repeat;}

td.banner-row {background: #fff;}
td.banner-cap-l {width: 34px; background: url(canvas-edge-bg-l.gif) repeat-y;}
td.banner-cap-r {width: 34px; background: url(canvas-edge-bg-r.gif) repeat-y;}
td.logo-cell {background: url(banner-bg.gif) repeat-x; padding: 10px 0 0 0;}
td.date-cell {background: url(banner-bg.gif) repeat-x; text-align: right;}

td.menu-row {height: 66px; background: url(menu-row-bg.gif) repeat-x;}
td.menu-cap-l {height: 66px; width: 26px; background: url(menu-cap-l.gif) no-repeat;}
td.menu-cap-r {height: 66px; width: 25px; background: url(menu-cap-r.gif) no-repeat;}
td.menu-cell {height: 66px; background: url(menu-row-bg.gif) repeat-x;}
td.menu-top {height: 15px; background: url(menu-top-bg.gif) repeat-x;}
td.menu-middle {height: 36px;}
.menu-end {background: url(menu-sep.gif) right no-repeat; width: 1px; height: 36px;}
td.menu-bottom {height: 15px; background: url(menu-bottom-bg.gif) repeat-x;}

td.canvas-row {}
td.canvas-edge-l {width: 34px; background: url(canvas-edge-bg-l.gif) repeat-y;}
td.canvas-edge-r {width: 34px; background: url(canvas-edge-bg-r.gif) repeat-y;}
td.breadcrumb-cell {background: #fff; color: #aaa; font-size: 11px;}
td.content-pad {padding: 19px 0 0 0; background: #fff;}
td.content-top {}
td.content-left {padding-right: 20px;}
td.content-center {width: 100%;}
td.content-right {padding-left: 20px;}
td.content-bottom {}

td.bottom-cap-l {width: 27px; height: 53px; background: url(bottom-cap-l.gif) no-repeat;}
td.bottom-cap-r {width: 27px; height: 53px; background: url(bottom-cap-r.gif) no-repeat;}
td.bottom-bg {background: url(bottom-bg.gif) repeat-x;}
td.bottom-content {background: url(bottom-content-bg.gif) repeat-x;}
td.bottom-cap-inside-r {width: 34px; height: 53px; background: url(bottom-inside-cap-r.gif) no-repeat;}

td.footer-edge-l {width: 25px; height: 31px; background: url(footer-edge-l.gif) no-repeat;}
td.footer-bg {background: url(footer-bg.gif) repeat-x;}
td.footer-cap-l {width: 20px; height: 31px; background: url(footer-cap-l.gif) no-repeat;}
td.footer-cap-r {width: 34px; height: 31px; background: url(footer-cap-r.gif) no-repeat;}
td.footer-content {background: url(footer-content-bg.gif) repeat-x; padding-top: 3px;}
td.footer-sep {width: 20px; height: 31px; background: url(footer-sep.gif) no-repeat;}


/*========================================================*/
/*  3. Links                                              */
/*========================================================*/

/* header links */
.header-right a:link, .header-right a:visited, .header-right a:active {
	color: #fff;
	font-family: "trebuchet ms", arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}

.header-right a:hover {
	color: #f2cfd5;
	font-family: "trebuchet ms", arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}

/* basic links */
a:link, a:visited, a:active {
	color: #c3112f;
	font-family: "trebuchet ms", arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
}

a:hover {
	color: #c3112f;
	font-family: "trebuchet ms", arial, sans-serif;
	font-weight: normal;
	text-decoration: underline;
	font-size: 12px;
}

/* login/logout links */
a.login-link:link, a.login-link:visited, a.login-link:active {
  	color: #636466;
	font-family: "trebuchet ms", arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	padding: 1px 2px 2px 2px;
	text-decoration: none;
}

a.login-link:hover {
	color: #fff;
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 2px 1px 2px;
	background: #c3112f;
	text-decoration: none;
}

/* register link */
a.register-link:link, a.register-link:visited, a.register-link:active {
  	color: #fff;
	font-family: "trebuchet ms", arial, sans-serif;
	background: url(register-link-bg.gif) bottom right no-repeat;
	padding-right: 20px;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

a.register-link:hover {
	color: #ddd;
	font-family: "trebuchet ms", arial, sans-serif;
	background: url(register-link-bg.gif) bottom right no-repeat;
	padding-right: 20px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}



/* footer links */
a.FooterLink:link, a.FooterLink:visited, a.FooterLink:active {
    font-weight: bold;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
}

a.FooterLink:hover {
    font-weight: bold;
	color: #f2cfd5;
	text-decoration: none;
	font-size: 11px;
}


/* breadcrumb links */
a.BreadcrumbLink:link, a.BreadcrumbLink:visited, a.BreadcrumbLink:active, .BreadcrumbLink {
    text-decoration: none;
    color: #c3112f;
	font-weight: normal;
	font-size: 11px;
	font-family: "trebuchet ms", arial, sans-serif;
}

a.BreadcrumbLink:hover {
    text-decoration: underline;
    color: #c3112f;
	font-weight: normal;
	font-size: 11px;
	font-family: "trebuchet ms", arial, sans-serif;
}



/* admin and host function links */
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active {
	color: #c3112f;
	font-family: "trebuchet ms", arial, sans-serif;
	font-weight: normal;
	text-decoration: underline;
	font-size: 11px;
}

a.CommandButton:hover {
	color: #c3112f;
	font-family: "trebuchet ms", arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
}


/* for normal links */
a.Normal:link, a.Normal:visited, a.Normal:active {
	color: #c3112f;
	font-family: "trebuchet ms", arial, sans-serif;
	font-weight: normal;
	text-decoration: underline;
	font-size: 12px;
}

a.Normal:hover {
	color: #c3112f;
	font-family: "trebuchet ms", arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
}

/* for bottom nav links */
a.footer-nav:link, a.footer-nav:visited, a.footer-nav:active {
	color: #fff;
	font-family: "trebuchet ms", arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}

a.footer-nav:hover {
	color: #ccc;
	font-family: "trebuchet ms", arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}


/* for button-style links */
a.ButtonLink:link, a.ButtonLink:visited, a.ButtonLink:active {
	background: #585858;
	border-top: 1px solid #9e9e9e;
	border-right: 1px solid #3e3e3e;
	border-bottom: 1px solid #2f2f2f;
	border-left: 1px solid #7a7a7a;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	font-family: "trebuchet ms", arial, sans-serif;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
	height: 16px;
}

a.ButtonLink:hover {
	background: #585858;
	border-top: 1px solid #9e9e9e;
	border-right: 1px solid #3e3e3e;
	border-bottom: 1px solid #2f2f2f;
	border-left: 1px solid #7a7a7a;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	font-family: "trebuchet ms", arial, sans-serif;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
	height: 16px;
}


/*========================================================*/
/*  4. Text                                               */
/*========================================================*/


/* Style for current date token */
.CurrentDate {
	color: #8e8e8e;
	white-space: nowrap;
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 11px;
}


/* Style for copyright text in footer */
.CopyrightText {
	color: #ccc;
	white-space: nowrap;
	font-size: 11px;
}


/* Used in admin sections */
.SubHead    {
	font-family: "trebuchet ms", arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
	color: #555;
}


/* Module titles */
.Head {
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
}


/* Bold colored - used for warnings and such */
.NormalRed {
	color: #900;
	font-family: "trebuchet ms", arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
}


/* Normal bold text */
.NormalBold {
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #444;
}


/* Normal bold text */
.Normal {
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 12px;
	color: #444;
	line-height: 1.5em;
}




select, input {
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 12px;
	color: #333;
}


/* Applies to text input boxes */
.NormalTextBox {
	color: #333;
	padding: 1px 2px 0px 2px;
	font-family: "trebuchet ms", arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
}


/* Applies to the table cells that contain text input boxes */
td.NormalTextBox {
	padding: 0;
	margin: 0;
	background: transparent;
	border: 0;
}

.StandardButton {
	background: #585858;
	border-top: 1px solid #9e9e9e;
	border-right: 1px solid #3e3e3e;
	border-bottom: 1px solid #2f2f2f;
	border-left: 1px solid #7a7a7a;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	font-family: "trebuchet ms", arial, sans-serif;
}




/*========================================================*/
/*  6. Main Menu                                          */
/*========================================================*/


.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

/* Applies to idle state of submenu items */
.MainMenu_MenuItem {
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #444;
	background: #fafafa;
	border-top: #fafafa 1px solid;
	border-bottom: #fafafa 1px solid;
	border-left: #fafafa 1px solid;
	border-right: #fafafa 1px solid;
	padding: 4px 14px 2px 5px;
}


/* Hover state for submenu items */
.MainMenu_MenuItemSel {
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	cursor: hand; 
	background: #c3112f;
	border-top: #c3112f 1px solid;
	border-bottom: #c3112f 1px solid;
	border-left: #c3112f 1px solid;
	border-right: #c3112f 1px solid;
	padding: 4px 14px 2px 5px;
}

.MainMenu_MenuIcon, .MainMenu_MenuArrow
{
	display: none;
}


.MainMenu_MenuBreak {
	height: 0px;
	width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	border-bottom-style: none;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 0px 0px 0px 0px;
	border: 1px solid #ddd;
	border-left: 3px solid #c3112f;
	padding: 0px;
	background: #fafafa;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=3);
}

.MainMenu_SubMenuItemSel {
	font-size: 11px;
	color: #aaa;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.MainMenu_RootMenuItem td {
	height: 36px;
	font-size: 12px;
	color: #fff;
	background: url(menu-off.gif) repeat-x;
	font-weight: bold;
	border: 0;
	padding: 15px 24px 3px 2px;
}

.MainMenu_RootMenuItemSel td {
	height: 36px;
	font-size: 12px;
	color: #fff;
	background: url(menu-over.gif) repeat-x;
	font-weight: bold;
	border: 0;
	padding: 15px 24px 3px 2px;
}

.MainMenu_RootMenuItemActive td {
	height: 36px;
	font-size: 12px;
	color: #fff;
	background: url(menu-on.gif) repeat-x #444446;
	font-weight: bold;
	border: 0;
	padding: 15px 24px 3px 2px;
}


/*========================================================*/
/*  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: "trebuchet ms", arial, sans-serif;
	font-size: 11px;
	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: "trebuchet ms", arial, 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                                       */
/*========================================================*/







