/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/
/*== controls overall site width: everything is relative to this master width ==*/

.TRTOP {
	width: 753px;
	background: url(/Portals/178/Skins/BMSkin/Image71_1x1.jpg) no-repeat;
}
.TRT {
	width: 753px;
	background: url(/Portals/178/Skins/BMSkin/Image71_3x1.jpg) repeat-y;
}
.BR {
	width: 753px;
	height: 41px;
	background: url(/Portals/178/Skins/BMSkin/Image71_4x1.jpg);
}

.MainContentPane {

}

.SiteWidth {
	width: 753px;
	height: 100%;
}

html {
	height: 100%;
}
body {
	background: #7F7D6E;
	margin: 0;
	height: 100%;
}

.MasterTable {
	height: 100%;
	width: 100%;
	background: url(/Portals/178/Skins/BMSkin/bkgrd.jpg) repeat;
}

table, tr, td {


}

.testimonials {
	font-family: tahoma;
	font-size: 11px;
	line-height: 1.2em;
	color: #000000;
}
.testimonialsBOLD {
	font-family: tahoma;
	font-size: 11px;
	line-height: 1.2em;
	color: #000000;
}
select, input {
	font-family: tahoma;
	font-size: 12px;
	color: #333;
}

.tophead {
	font-family: tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 0px;
	margin: 16px;
	line-height: 1.4em;
}

.topheadsig {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 0px;
	margin: 10px;
	font-style: italic;
	line-height: 1.4em;
}

/* skinny styles */



.BreadcrumbCell {

}

.MenuCell {
	height: 1px;
	padding: 0 0px 0px 0;
	vertical-align: top;
}

.LoginCell {
	padding-top: 19px;
	padding-right: 10px;
	text-align: right;
	color: #bbb;
}


.ImgPageTitle {
	margin: 0 10px 0 0;
	float: right;
}

.ImgSnapshot {
	margin-bottom: 5px;
}



/* text style for the unselected tabs */
.OtherTabs {
    font-size: 12px;
    color: #000;
    font-family: tahoma;
    text-decoration: none;
}

/* hyperlink style for the unselected tabs */
A.OtherTabs:link, A.OtherTabs:visited, A.OtherTabs:active {
    text-decoration:    none;
    color: #FFFFFF;
	background-color: transparent;
	border: 0;
	font-weight: bold;
}


A.OtherTabs:hover    {
    text-decoration:    underline;
    color: #1F1F3E;
	background-color: transparent;
	border: 0;
	font-weight: bold;
}


/*== main menu styles ======================================*/
/*==========================================================*/

/*-- box that holds the menu --*/
.MainMenu_MenuContainer {
	background-color: transparent;
	height: 18px;
	width: 60%;
	padding: 0px 0px 0px 4px;
	border: 0px solid #888;
}


/*-- bar that holds the menu? --*/
.MainMenu_MenuBar {
	cursor: pointer;
	cursor: hand;
	background: #fff;
	width: 100%;
}


/*-- applies to items in submenus only --*/
.MainMenu_MenuItem {
	font-family: Times New Roman, tahoma;
	color: #413F33;
	font-size: 11px;
	background: transparent;
	font-weight: bold;
	font-style: normal;
	border: #555445 1px solid;
	padding: 0px 8px 1px 2px;
	font-weight: bold;
	height: 16px;
}


/*-- hover state in submenus only --*/
.MainMenu_MenuItemSel {
	font-family: Times New Roman, tahoma;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
	color: #A8AD8B;
	background: #2F3A64;
	border-left: #2F3A64 1px solid;
	border-right: #2F3A64 1px solid;
	padding: 0px 8px 1px 2px;
	font-weight: bold;
	height: 16px;
}


/*-- submenu container --*/
.MainMenu_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	margin: 2px 0 0 0px;
	background: #555445;
	padding: 1px;
	border: 1px solid #888;
	font-weight: normal;
	filter: none;
}


/*-- idle state for root menu items --*/
.MainMenu_Idle {
	font-family: Times New Roman;
	font-size: 11px
	color: #4F4D40;
	background: transparent;
	padding: 1px 3px 3px 1px;
	height: 21px;
	font-weight: bold;
}


/*-- hover state for root menu items --*/
.MainMenu_Selected {
	font-family: Times New Roman;
	font-size: 11px
	color: #A8AD8B;
	background: transparent;
	padding: 1px 3px 3px 1px;
	height: 21px;
	font-weight: bold;
}

/*-- applies to the active root menu item --*/
.MainMenu_Active, .MainMenu_BreadcrumbActive {
	font-family: Times New Roman;
	color: #A8AD8B;
	background: transparent;
	padding: 1px 3px 3px 1px;
	height: 21px;
	font-weight: bold;
}


/*-- stuff we don't need to see --*/
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuBreak, .MainMenu_MenuIcon  {
	display: none;
}



/*== module menu styles ====================================*/
/*==========================================================*/


/*-- container for module menus --*/
.ModuleTitle_MenuContainer {
	color: #2c2c2c;
}


/*-- bar for module menus --*/
.ModuleTitle_MenuBar {
	cursor: pointer;
	cursor: hand;
}


/*-- menu items --*/
.ModuleTitle_MenuItem {
	font-family: Times New Roman, tahoma;
	color: #888;
	font-size: 10px;
	background: url(/Portals/178/Skins/BMSkin/sub_item_bg.gif) no-repeat;
	font-weight: bold;
	font-style: normal;
	border: #eee 1px solid;
	padding: 0px 8px 1px 2px;
	font-weight: bold;
	height: 16px;
}


/*-- submenu container --*/
.ModuleTitle_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	margin: 8px 0 0 -4px;
	background: #eee;
	padding: 1px;
	border: 1px solid #aaa;
	font-weight: normal;
}


/*-- hover state --*/
.ModuleTitle_MenuItemSel {
	font-family: Times New Roman, tahoma;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
	color: #fff;
	background: #2F3A64;
	border-left: #2F3A64 1px solid;
	border-right: #2F3A64 1px solid;
	padding: 0px 8px 1px 2px;
	font-weight: bold;
	height: 16px;
}


/*-- don't need this stuff --*/
.ModuleTitle_MenuBreak, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow, .ModuleTitle_MenuIcon    {
	display: none;
}


/* for the date ---------------------------------------------------*/
.SelectedTab {
    color: #fff;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
}


/* Item titles on edit and admin pages
----------------------------------------------------------------------------------------*/

a.CommandButton:link, a.CommandButton:visited {
	color: #ccc;
	border-top: 1px solid #969696;
	border-bottom: 1px solid #3A3A3A;
	border-left: 1px solid #969696;
	border-right: 1px solid #3A3A3A;
	padding: 1px 3px 2px 4px;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	background: #6C6C6C;
}

a.CommandButton:hover {
	color: #fff;
	padding: 1px 3px 2px 4px;
	border-top: 1px solid #7b7b7b;
	border-bottom: 1px solid #222222;
	border-left: 1px solid #7b7b7b;
	border-right: 1px solid #222222;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	background: #535353;
}

a.Normal:link, a.Normal:visited {
	color: #555;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

a.Normal:hover {
	color: #555;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}



a.LoginLink:link, a.LoginLink:visited, a.LoginLink:active {
	color: #9B9F79;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

a.LoginLink:hover {
	color: #9B9F79;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}


a.FooterLink:link, a.FooterLink:visited, a.FooterLink:active {
	color: #bbb;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

a.FooterLink:hover {
	color: #fff;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}


a.BreadcrumbLink:link, a.BreadcrumbLink:visited, a.BreadcrumbLink:active {
	color: #777;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

a.BreadcrumbLink:hover {
	color: #555;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}


.NormalRed {
	color: #BD8339;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
}

.NormalBold {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #555;
}

.NormalTextBox {
	color: #555;
	padding-left: 4px;
	line-height: 12px;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	background: #eee;
	scrollbar-face-color: #bbb;
	scrollbar-track-color: #eee;
	scrollbar-arrow-color: #bbb;
	scrollbar-3dlight-color: #eee;
	scrollbar-shadow-color: #eee;
	scrollbar-highlight-color: #eee;
	scrollbar-darkshadow-color: #eee;
}

td.NormalTextBox {
	padding: 0;
	margin: 0;
	background: transparent;
	visibility: invisible;
	color: #555;
}


/*============================================*/
/* custom classes                             */
/*============================================*/

.LogoCell {
	width: 742px;
	height: 193px;
	background: url(/Portals/178/Skins/BMSkin/C_1x2.jpg) no-repeat #FFFFFF;
	padding-top: 23px;
	padding-right: 16px;
	text-align: right;
	color: #bbb;
}
.a2 {
	height: 193px;
	width: 31px;
	background: url(/Portals/178/Skins/BMSkin/C_1x3.jpg) no-repeat #FFFFFF;
}
.c2Text {
	color: #FFFFFF;
	font-weight: bold;
}
.DateText {
	color: #BEC0DA;
	font-weight: normal;
}
.ContentTDTop {padding: 10px 0 0 0;}
.ContentTDLeft {padding: 0 5px 0 0; width: 33%;}
.ContentTDMiddle {padding: 0 0 0 0;}
.ContentTDRight {padding: 0 0 0 5px; width: 33%;}
.ContentTDBottom {width: 100%;}
.ContentTDAnchor {width: 100%;}

.BreadcrumbLeft {
	width: 102px;
	height: 25px;
	background: url(/Portals/178/Skins/BMSkin/breadcrumb_cap_l_blank.gif) no-repeat;
	font-weight: bold;
	color: #bbb;
	padding: 0 0 6px 26px;
	vertical-align: bottom;
}

.BreadcrumbCenter {
	height: 25px;
	background: url(/Portals/178/Skins/BMSkin/breadcrumb_bg.gif) repeat-x;
	color: #999;
	font-weight: bold;
	vertical-align: bottom;
	padding: 0 0 6px 0;
}


.BreadcrumbRight {
	width: 18px;
	height: 25px;
	background: url(/Portals/178/Skins/BMSkin/breadcrumb_cap_r.gif) no-repeat;
}














