/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/

/*== controls overall site width: everything is relative to this master width ==*/

/* ==================================================== */
.xnavText {
	font:10px arial;
	color: #333300;
	letter-spacing:.1em;
}

.navText {
	font:10px arial;
	color: #333300;
	letter-spacing:.1em;
	}

/* ==================================================== */
.SiteWidth {
	width: 809px;
	height: 100%;
}
.SiteWidth2 {
	width: 889px;
	height: 100%;
}

html {
	height: 100%;
}
body {
	background: #000;
	margin: 0;
	height: 100%;
}
.MasterTable {
	background: #000000; 
	height: 100%;
	width: 100%;
}
table, tr, td, p {
	font-family: tahoma;
	font-size: 12px;
	line-height: 1.6em;
}
select, input {
	font-family: tahoma;
	font-size: 12px;
	color: #333;
}
.logo1 {
	width: 790px;
	height: 119px;
	background: url("/Portals/130/Skins/AdvChem_CP/logo8.JPG") no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}
.MainContentPane {
	width: 557px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}
.LeftContentPane {
	width: 230px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}
.menurow {
	padding-top: 8px;
	padding-right: 0px;
	padding-left: 8px;
	padding-bottom: 0px;
}

h3 {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #f6f6f6;
	padding: 2px 0 1px 7px;
	background: #888;
	margin-top: 20px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 5px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
}
/* ------------------------------------------------------------------ */
.style3 {
	color: #333333;
	font-weight: bold;
}
.style6 {color: #666666}
.style61 {color: #000000}
.style62 {color: #666666}
.style63 {color: #666666}
.style64 {color: #666666}

.style10 {color: #FFFFFF}
.style11 {font-size: 11px; font-family:Arial, Helvetica, sans-serif;}
.style12 {color: #FFFFFF; font-size: 9px; }
.stylewhite12 {color: #FFFFFF; font-size: 9px; }
.style15 {
	font-size: xx-small;
	color: #666666;
}
/* ==================================================== */
.stylewhite15 {
	font-size: xx-small;
	color: #FFFFFF;
}
a.stylewhite15:link, a.stylewhite15:visited, a.stylewhite15:active {
	color: #FFFFFF;
	font-size: xx-small;
	text-decoration: none;
}
a.stylewhite15:hover {
	color: #CCCCCC;
	font-size: xx-small;
	text-decoration: underline;
}
/* ==================================================== */
.style6z {color: #E1DFDF}
a.style6z:link, a.style6z:visited, a.style6z:active {
	color: #E1DFDF;
	font-weight: bold;
	text-decoration: none;
}
a.style6z:hover {
	color: #E1DFDF;
	font-weight: bold;
	text-decoration: underline;
}

/* ==================================================== */
.li3 {color: #7C2F02}
a.li3:link, a.li3:visited, a.li3:active {
	color: #7C2F02;
	font-weight: bold;
	text-decoration: none;
}
a.li3:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
.li4 {color: #FFFFFF}
a.li4:link, a.li4:visited, a.li4:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.li4:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

/* ==================================================== */
.style23 {color: #CCCCCC; font-size: 9px; }
.style24 {
	color: #333333;
}
.style27 {font-size: 11px;
	font-weight: bold;
}
.style28 {
	color: #0000FF;
	font-style: italic;
}
.style29 {color: #666666; font-style: italic; font-size: 11px; }

/* ------------------------------------------------------------------ */

/* 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;
}

.imgright {
	margin: 0 0px 0 0;
}

.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: tahoma;
	color: #FFF;
	font-size: 11px;
	background: transparent;
	font-weight: bold;
	font-style: normal;
	border: #000000 1px solid;
	padding: 0px 8px 1px 2px;
	font-weight: bold;
	height: 16px;
}


/*-- hover state in submenus only --*/
.MainMenu_MenuItemSel {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
	color: #fff;
	background: #FF6600;
	border-left: #FF6600 1px solid;
	border-right: #FF6600 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: #000000;
	padding: 1px;
	border: 1px solid #888;
	font-weight: normal;
	filter: none;
}




/*-- idle state for root menu items --*/
.MainMenu_Idle {
	color: #E1DFDF;
	background: transparent;
	padding: 1px 3px 3px 1px;
	height: 21px;
	font-weight: bold;
}


/*-- hover state for root menu items --*/
.MainMenu_Selected {
	color: #FF6600;
	background: transparent;
	padding: 1px 3px 3px 1px;
	height: 21px;
	font-weight: bold;
}


/*-- applies to the active root menu item --*/
.MainMenu_Active, .MainMenu_BreadcrumbActive {
	color: #000000;
	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: tahoma;
	color: #888;
	font-size: 12px;
	background: url(/Portals/130/Skins/AdvChem_CP/sub_item_bg.gif) no-repeat;
	font-weight: bold;
	font-style: normal;
	border: #000 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: #000;
	padding: 1px;
	border: 1px solid #aaa;
	font-weight: normal;
}


/*-- hover state --*/
.ModuleTitle_MenuItemSel {
	font-family: 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
----------------------------------------------------------------------------------------*/
.SubHead    {
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #555;
	padding: 0;
}


/* linky linky */

a.SubHead:link, a.SubHead:visited {
	color: #1F1F3E;
	text-decoration: none;
    font-family: tahoma;
    font-size: 11px;
    font-weight: normal;
}

a.SubHead:hover {
	color: #2c2c2c;
	text-decoration: none;
    font-family: tahoma;
    font-size: 11px;
    font-weight: normal;
}


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:link, a:visited, a:active {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #990000;
	text-decoration:underline;
	outline-color: #FFFFFF;
}

a.LoginLink:link, a.LoginLink:visited, a.LoginLink:active {
	color: #E1DFDF;
	font-family: tahoma;
	font-weight: bold;
	font-size: 9px;
	text-decoration: none;
}

a.LoginLink:hover {
	color: #E1DFDF;
	font-family: tahoma;
	font-weight: bold;
	font-size: 9px;
	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;
}


.Head {
	font-size: 12px;
	font-family: tahoma;
	color: #1F1F3E;
	background: transparent;
	font-weight: bold;
	padding: 0;
}


.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: #fff;
	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;
}

.Normal {
	color: #1F1F3E;
}

/*============================================*/
/* custom classes                             */
/*============================================*/
.c2Text {
	color: #FFFFFF;
	font-weight: bold;
}
.DateText {
	color: #BEC0DA;
	font-weight: normal;
}


h1 {
	color: #7C2F02;
	letter-spacing:.1em;
	font: normal 20px/26px georgia;
}
h2 {
	color: #7C2F02;
	font-size: 15px;
	font-weight: bold;
}


BodyCopy1 {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bolder;
	color: #000;
	padding: 2px 0 1px 7px;
	margin-top: 10px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 5px;
}



#navigation a {
color: #666666;
text-decoration:none;
letter-spacing:.1em;
font-family: arial;
font-size: 10px;
	}

#navigation a:hover {
	color: #990000;
	text-decoration:underline;
}


.imagefader {
	margin-left: 5px;
	margin-right: 5px;
	color: #FFFFFF;
	letter-spacing:.2em;
	font: normal 12px/16px georgia;

}
