
/*========================================================*/
/*        Cascading Style Sheet for BRSE DNN Skin        */
/*========================================================*/

/*========================================================*/
/*                  Table of Contents                     */
/*========================================================*/
/*  1. Universal                                          */
/*  2. Containers                                         */
/*  3. Links                                              */
/*  4. Text                                               */
/*  5. Forms                                              */
/*  6. Main Menu                                          */ 
/*  7. Module Menus                                       */
/*  8. Containers                                         */
/*========================================================*/


/*========================================================*/
/*  1. Universal                                          */
/*========================================================*/

/* Forces browser height of 100% */
html {
	height: 100%;
}


/* Body style */
body {
	background: #fff;
	margin: 0 0 0 0;
	height: 100%;
}


/* Catch-all to ensure text color, font, and size consistency */
table, tr, td, p {
	font-family: tahoma;
	font-size: 11px;
	line-height: 1.3em;
}



/*========================================================*/
/*  2. Containers                                         */
/*========================================================*/



.SiteWidth {width: 760px;}
.SiteWidthAdmin {width: 950px;}
.SiteWidthMinimal {width: 640px;}
.DateCell {padding-top: 15px;}
.LoginCell {padding-top: 15px; text-align: right;}
.BannerLeft {width: 169px; height: 176px; background: url(banner_logo_bot.jpg) top left no-repeat;}
.BannerLeftInside {width: 169px; height: 130px; background: url(banner_logo_bot_inside.jpg) top left no-repeat;}
.BannerRight {background: url(banner_main.jpg) top left no-repeat; text-align: right;}
.BannerMainL {background: url(banner_main_l.jpg) top left no-repeat; text-align: right; padding-bottom: 20px;}
.BannerMainR {background: url(banner_main_r.jpg) top left no-repeat; text-align: right; width: 154px;}
.BannerText .Normal {color: #fff; font-weight: bold; font-size: 16px; line-height: 1.2em; text-align: right; float: right;}
.BannerRightInside {background: url(banner_main_inside.jpg) top left no-repeat; text-align: right;}
.BannerRightAdmin {background: url(banner_main_admin.jpg) top left no-repeat; text-align: right;}
.BannerTable {margin-right: 20px; margin-bottom: 25px; float: right;}
.BannerTableHome {margin-right: 150px; margin-bottom: 25px; float: right;}
.BannerContent {text-align: right;}
.BannerContent .Normal, .BannerContent p {color: #fff; font-weight: bold; font-size: 16px; line-height: 1.2em; text-align: right;}
.ColumnOne {background: url(sidebar_bot.gif) bottom left no-repeat #011a51; width: 169px; padding-top: 10px;}
.ColumnTwo {background: #fff; padding: 5px 0 10px 20px;}
.Breadcrumbs {background: url(breadcrumb_ul.gif) bottom left repeat-x; color: #ccc; font-size: 16px; font-weight: bold; padding: 0 0 3px 0;}
.ContentTop {padding: 8px 0 0 0;}
.ContentLeft {padding: 8px 18px 0 0; width: 33%;}
.ContentCenter {padding: 8px 0 0 0;}
.ContentRight {padding: 8px 0 0 18px; width: 33%;}
.ContentBottom {padding: 8px 0 10px 0;}
.ContentBoxOne {padding-top: 15px;}
.FooterLeft {height: 29px; width: 6px; background: url(footer_cap_left.gif) top left no-repeat #011a51;}
.FooterBG {background: url(footer_bg.gif) top left repeat-x #011a51;}
.FooterContent {background: url(footer_bg.gif) top left repeat-x #011a51; width: 10px; padding: 2px 3px 0 3px;}
.FooterRight {height: 29px; width: 6px; background: url(footer_cap_right.gif) top right no-repeat #011a51;}
.FooterSep {width: 10px; background: url(footer_sep.gif) top left no-repeat #011a51;}

table.BigBanner {background: url(big_banner.jpg) top left no-repeat; width: 760px; height: 195px;}
table.BigBannerAdmin {background: url(big_banner_admin.jpg) top left no-repeat; width: 950px; height: 195px;}
td.MenuBox {background: url(menu_box_bg.gif) bottom left no-repeat #011a51;}


/*========================================================*/
/*  3. Links                                              */
/*========================================================*/



/* Basic links */
a:link, a:visited, a:active {
	color: #f00;
	font-family: tahoma;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	color: #f00;
	font-family: tahoma;
	font-weight: normal;
	text-decoration: none;
}




/* For the Register and Login/Logout links in the header */
a.LoginLink:link, a.LoginLink:visited, a.LoginLink:active {
    font-weight: bold;
	color: #f00;
	text-decoration: underline;
	white-space: nowrap;
}

a.LoginLink:hover {
	font-weight: bold;
	color: #f00;
	text-decoration: none;
	white-space: nowrap;
}


/* For links on darker backgrounds (e.g. footer links) */
a.FooterLink:link, a.FooterLink:visited, a.FooterLink:active {
     font-weight: bold;
	color: #fff;
	text-decoration: underline;
	white-space: nowrap;
}
a.FooterLink:hover {
   font-weight: bold;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
}


/* Defines styles for breadcrumb items */
a.BreadcrumbLink:link, a.BreadcrumbLink:visited, a.BreadcrumbLink:active {
    text-decoration: none;
    color: #011a51;
	font-weight: bold;
	font-size: 14px;
}

a.BreadcrumbLink:hover, .BreadcrumbLink {
    text-decoration: underline;
    color: #011a51;
	font-weight: bold;
	font-size: 14px;
}


/* For the links that look like buttons */
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active {
	color: #f00;
	font-family: tahoma;
	font-weight: bold;
	text-decoration: underline;
}

a.CommandButton:hover {
	color: #f00;
	font-family: tahoma;
	font-weight: bold;
	text-decoration: none;
}


/* For links that come with a pre-attached Normal class */
a.Normal:link, a.Normal:visited, a.Normal:active {
	color: #f00;
	font-family: tahoma;
	font-weight: normal;
	text-decoration: underline;
}

a.Normal:hover {
	color: #f00;
	font-family: tahoma;
	font-weight: normal;
	text-decoration: none;
}

/* For links in the sidebar */
.ContainerBodyS a.Normal:link,.ContainerBodyS a.Normal:visited,.ContainerBodyS   a.Normal:active,.ContainerBodyS   a.Normal:hover,.ContainerBodyS a:link,.ContainerBodyS a:visited,.ContainerBodyS a:active,.ContainerBodyS a:hover {
	color: #fff;
}




/*========================================================*/
/*  4. Text                                               */
/*========================================================*/


/* Style for current date token */
.CurrentDate {
	color: #333;
	white-space: nowrap;
}


/* Style for copyright text in footer */
.CopyrightText {
	color: #fff;
	white-space: nowrap;
}


/* Used in admin sections */
.SubHead    {
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
}


/* Module titles */
.Head {
    font-family: tahoma;	
	font-size: 13px;
	font-weight: bold;
	color: #333;
}


/* Bold colored - used for warnings and such */
.NormalRed {
	color: #f00;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
}


/* Normal bold text */
.NormalBold {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #333;
}


/* Normal bold text */
.Normal {
	font-family: tahoma;
	font-size: 11px;
	color: #333;
}






/*========================================================*/
/*  5. Forms                                              */
/*========================================================*/

select, input {
	font-family: tahoma;
	font-size: 11px;
	color: #333;
}


/* Applies to text input boxes */
.NormalTextBox {
	color: #333;
	padding: 1px 2px 0px 2px;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	background: #f6f6f6;
	scrollbar-face-color: #f6f6f6;
	scrollbar-track-color: #f6f6f6;
	scrollbar-arrow-color: #555;
	scrollbar-3dlight-color: #f6f6f6;
	scrollbar-shadow-color: #f6f6f6;
	scrollbar-highlight-color: #f6f6f6;
	scrollbar-darkshadow-color: #f6f6f6;
	border: 1px solid #ccc;
}


/* Applies to the table cells that contain text input boxes */
td.NormalTextBox {
	padding: 0;
	margin: 0;
	background: #fff;
	border: 0;
}


/*========================================================*/
/*  6. Main Menu                                          */
/*========================================================*/


/* Container for main menu */
.MainMenu_MenuContainer {
	background: transparent;
	width: 169px;
}


/* Menu bar */
.MainMenu_MenuBar {
	background: transparent; 
	width: 169px;
}


/* Applies to idle state of submenu items */
.MainMenu_MenuItem {
	font-family: tahoma; 
	color: #fff;
	font-size: 11px; 
	font-weight: bold;
	background: #011a51;
	border-top: #011a51 1px solid;
	border-left: #011a51 1px solid;
	border-bottom: #011a51 1px solid;
	border-right: #011a51 1px solid;
	padding: 2px 10px 3px 2px;
}



/* Container for submenu */
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 1px 0px 0px 1px;
	background-color: #011a51;
	border-top: 1px solid #506187;
	border-left: 1px solid #506187;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 0px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=3) ;
}


/* Hover state for submenu items */
.MainMenu_MenuItemSel {
	font-family: tahoma; 
	font-size: 11px; 
	font-weight: bold;
	cursor: pointer; 
	cursor: hand; 
	color: #fff;
	background: #F00000;
	border-left: #F00000 1px solid;
	border-right: #F00000 1px solid;
	padding: 2px 10px 3px 2px;
}



/* Idle state for main menu items */
.MainMenu_Idle { 
	background: url(menu_off.gif) no-repeat top left;
	color: #fff;
	font-weight: bold;
	height: 28px;
}



/* Hover state for main menu items */
.MainMenu_Selected {
	background: url(menu_over.gif) no-repeat top left;
	color: #fff;
	font-weight: bold;
	height: 28px;
}

/* Selected state for main menu items */
.MainMenu_Active, .MainMenu_BreadcrumbActive {
	background: url(menu_on.gif) no-repeat top left;
	color: #fff;
	font-weight: bold;
	height: 28px;
}


.MainMenu_MenuBreak {
	width: auto;
	border: 0;
	background: #fff;
}




/* Elements we don't really need */
.MainMenu_MenuArrow, .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: tahoma; 
	color: #fff;
	font-size: 11px; 
	font-weight: bold;
	background: #011a51;
	border-top: #011a51 1px solid;
	border-left: #011a51 1px solid;
	border-bottom: #011a51 1px solid;
	border-right: #011a51 1px solid;
	padding: 2px 10px 3px 2px;
}


/* Inner, inner container for module submenu (?) */
.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 1px 0px 0px 1px;
	background-color: #011a51;
	border-top: 1px solid #506187;
	border-left: 1px solid #506187;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 0px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=3);
}



/* Hover state for module submenu items */
.ModuleTitle_MenuItemSel {
	font-family: tahoma; 
	font-size: 11px; 
	font-weight: bold;
	cursor: pointer; 
	cursor: hand; 
	color: #fff;
	background: #F00000;
	border-left: #F00000 1px solid;
	border-right: #F00000 1px solid;
	padding: 2px 10px 3px 2px;
}


/* Elements we don't need to see */
.ModuleTitle_MenuBreak, .ModuleTitle_MenuIcon, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow {
	display: none;
}




/*========================================================*/
/*  End Style Sheet                                       */
/*========================================================*/












