@import url(nav.css);

/* CSS Document */
.clear {
	content:".";
	display: block;
	height: 0;
	clear:both;
	visibility:hidden;
}
body {
	color:#666; 
	text-decoration:none;
	font-weight:normal;
	font-size: 11px; 
	font-family: Helvetica,Arial,sans-serif;
margin-bottom:100px;
	}
.pagesetup {
	padding: 0px;
	margin: 0px;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: #ffffff;
	}
.tablesetup {
	border: 0px;
	width: 760px;
	padding: 0px;
	}
.fontsetup {
	font-size: 32pt;
	color: #33ccff;
	}
.sidebar {
	background-color: #990000;
	width: 150px;
	margin-top: 0px;
	text-align: center;
	padding-top: 95px;
	}
.bodytext {
	font-size: 10pt;
	text-align: justify;
	font-family: Helvetica,Arial,sans-serif;
	}
.header {
	font-size: 11pt;
	text-align: left;
	font-family: Helvetica,Arial,sans-serif;
	color: #666666;
	line-height: 24px;
	}
.header2 {
	font-size: 11pt;
	text-align: left;
	font-family: Helvetica,Arial,sans-serif;
	}
.button {
	font-size: 8pt; 
	font-family: Helvetica,Arial,sans-serif;
	color: #ffffff;
	text-align: center;
	}
#button {
	font-size: 8pt; 
	font-family: Helvetica,Arial,sans-serif;
	color: #ffffff;
	text-align: center;
	}
.buttonheader {
	font-size: 8pt; 
	font-family: Helvetica,Arial,sans-serif;
	color: #000000;
	text-align: center;
	font-weight: bold;
	}
.areain {
	font-size: 10pt; 
	font-family: Helvetica,Arial,sans-serif;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	}
a.links:link	{ 
	color:#060; 
	text-decoration:none;
	font-weight:bold;
	font-size: 8.5pt; 
	font-family: Helvetica,Arial,sans-serif;
	}
a.links:visited { color:#060; text-decoration:none; font-weight:bold; font-family: Helvetica,Arial,sans-serif; font-size: 8.5pt; }
a.links:hover { color:#060; text-decoration:underline; font-weight:bold; font-family: Helvetica,Arial,sans-serif; font-size: 8.5pt; }
a.links:active { color:#060; text-decoration:none; font-weight:bold;font-family: Helvetica,Arial,sans-serif; font-size: 8.5pt; }

.links2, a.links2	{ 
	color:#060; 
	text-decoration:none;
	font-weight:bold;
	font-size: 9px; 
	font-family: Helvetica,Arial,sans-serif; 
	}
a.links2:hover { text-decoration:underline;}

a.links3	{ 
	color:#666; 
	text-decoration:none;
	font-weight:bold;
	font-size: 10px; 
	font-family: Helvetica,Arial,sans-serif; 
	}
a.links3:hover { text-decoration:underline;}a.links3:active { color:#666; text-decoration:none; font-weight:bold;font-family: Helvetica,Arial,sans-serif; font-size: 8.5pt; }

A.links_dashed	{ 
	color:#060; 
	text-decoration:none;
	font-weight:bold;
	font-size: 8.5pt; 
	font-family: Helvetica,Arial,sans-serif;
	background: url('../../MartekSkin/Martek Biosciences Corporation - Home_files/arrow.gif') 0 2px no-repeat; 
	padding: 0 0 0 12px; 
	}
	
#dashed_wrap {
	margin-top: -20px; 
	position: relative; 
	display: block; 
	z-index: 99;
	width: 250px;
	height: 30px;
	padding: 0px 0 0 0;
	background: url('../../MartekSkin/Martek Biosciences Corporation - Home_files/images/dashed_bg.gif') 0 0 no-repeat;
}
#dashed_wrap A {
		position: absolute;
		top: 8px;
		left: 0;
	}
div.interiorContentPane table {
/*	border-top:1px solid #60B234; */
	font-size: 12px;
}
div.interiorContentPane table td {
/*	border-bottom:1px solid #60B234; */
	border-right:0;
	padding:3px;
}
div.interiorContentPane table.sign_up {
	border:1px solid #60B234;
	font-size: 12px;
}
div.interiorContentPane table.sign_up td {
	border-bottom:1px solid #CCCCCC;
	border-right:0;
	padding:6px;
}
div.interiorContentPane table.sign_up td.left {
	text-align:right;
	border-right:1px solid #CCCCCC;
	width:200px;
}
div.interiorContentPane table.sign_up td.title {
	font-weight:bold;
	padding:5px;
	font-size:14px;
}
div.interiorContentPane table.sign_up td input.signup_field {
	width:200px;
}
/* ====== DNN STYLES ======== */
/* H1, h1, h1 .Head { */
h1 .Head {
	font-family: Arial, Helvetica, sans-serif;
    font-size:  14px;
	color: #105AA8;
}
.Head {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  14px;
    font-weight: bold;
    color: #105AA8;
}
/* style of item titles on edit and admin pages */
.SubHead {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #105AA8;
}
.SubHead a:link, .SubHead a:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #105AA8;
	text-decoration: none;
}
.SubHead a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #B5BF00;
	text-decoration: none;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}
/* text style used for most text rendered by modules */
.Normal {
    font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
    font-weight: normal;
	color: #666;
	line-height: 100%;
}
td  {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
    font-weight: normal;
	color: #666;
	line-height: 100%;
}
p {
	padding: 0 0 0 0;
	margin: 0;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
.NormalRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
    font-weight: normal;
	color: #FF0000;
}
.NormalBold {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
    font-weight: bold;
	color: #105AA8;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #000;
}
A.CommandButton:visited {
    text-decoration:    underline;
    color: #000;
}
A.CommandButton:hover {
    text-decoration:    underline;
    color: #000;
} 
A.CommandButton:active {
    text-decoration:    underline;
    color: #000;
}
  
/* GENERIC */
SMALL   {
    font-size:  8px;
}
BIG {
    font-size:  14px;
}
BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}
UL LI {
    list-style-type:    disc;
}
UL LI LI {
    list-style-type:    disc;
}
UL LI LI LI {
    list-style-type:    circle;
}
OL LI {
    list-style-type:    decimal;
}
OL OL LI {
    list-style-type:    lower-alpha;
}
OL OL OL LI {
    list-style-type:    lower-roman;
}
HR {
    color: #cccccc;
    height:1pt;
}
.Copyright, .Copyright a:link, .Copyright a:visited, .Copyright a:active, a.Copyright:link, a.Copyright:visited, a.Copyright:active {
	font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    color: #fff;
	text-decoration:none;
	text-transform: none;
	font-weight: normal;
}
.Copyright a:hover, a.Copyright:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    color: #fff;
	text-decoration: underline;
	text-transform: none;
	font-weight: normal;
}
.links_bottom, a.links_bottom:link, a.links_bottom:visited, a.links_bottom:active {
   font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    color: #333333;
	text-decoration:none;
	font-weight: normal;
}
a.links_bottom:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    color: #333333;
	text-decoration: underline;
	font-weight: normal;
}
.DNNCopyright {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #333333;
	text-decoration:none;
}
a.DNNCopyright:visited {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #333333;
	text-decoration:none;	
}
a.DNNCopyright:active {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #333333;
	text-decoration:none;	
}
a.DNNCopyright:hover {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #4791C5;
	text-decoration:none;	
}
a.DNNCopyright:link {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #333333;
	text-decoration:none;
}
.links_top, .links_top a:link, .links_top a:visited, .links_top a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    font-weight: normal;
	color: #fff;
	text-decoration:none;
}
.links_top a:hover {
	text-decoration:underline;
}
a.links_top:link, a.links_top:visited, a.links_top:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    font-weight: normal;
	color: #fff;
	text-decoration:none;
	}
a.links_top:hover {
	text-decoration:underline;
}
.userstyle, a.userstyle {
	font-size: 11px;
	color: #c96f1c;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
a.userstyle:hover {
	text-decoration: underline;
}
/* (SOLPART) Admin Menu */
.MainMenu_MenuContainer {
	border: 0px;
	background-color: transparent;
	/*width: 180px;*/
	padding: 0;
	margin: 0;
	width:178px;
}
.MainMenu_MenuBar {
}
.MainMenu_MenuItem {
	background: #dde9f7;
	cursor: hand; 
	color: #105AA8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: normal; 
	border: 0;
	padding: 2px 4px;
	text-align: left;
	white-space: normal;
}
.MainMenu_MenuIcon {
	display: none;
}
.MainMenu_MenuItemSel {
	background: #D97A23;
	cursor: hand; 
	color: #fff; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal; 
	border: 0;
	padding: 2px 4px;
	text-align: left;
	white-space: normal;
}
tr.rootmenuitem td{
	background:url(_images/sidebar-nav-background.gif) left top no-repeat #fff;
	padding:3px 0px 4px 22px;
	text-decoration: none;
	cursor: hand; 
	color: #105AA8;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px; 
	border: 0px;
	font-weight: normal;
	display: table-cell;
	white-space: nowrap;
	text-transform: none;
}
tr.rootmenuitemselected td{
	background:url(_images/sidebar-nav-background.gif) 0px -200px no-repeat #fff;
	padding:3px 0px 4px 22px;
	text-decoration: none;
	cursor: hand; 
	color: #b5bf00;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px; 
	border: 0px;
	font-weight: normal;
	display: table-cell;
	white-space: nowrap;
	text-transform: none;
	
}
tr.rootmenuitembreadcrumb td{
	background:url(_images/sidebar-nav-background.gif) left top no-repeat #fff;
	padding:3px 0px 4px 22px;
	text-decoration: none;
	cursor: hand; 
	color: #105AA8;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold; 
	border: 0px;
	font-weight: normal;
	display: table-cell;
	white-space: nowrap;
	text-transform: none;
	
	
}
/*tr.rootmenuitem td, tr.rootmenuitemselected td, tr.rootmenuitembreadcrumb td {
	width: 125px;
}*/
.submenuitembreadcrumb {
	background:url(_images/sidebar-nav-background.gif) left top no-repeat #fff;
	padding:3px 0px 4px 22px;
	text-decoration: none;
	cursor: hand; 
	color: #105AA8;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold; 
	border: 0px;
	font-weight: normal;
	display: table-cell;
	white-space: nowrap;
	text-transform: none;
}
.submenu {
	z-index: 1000;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color='#CCCCCC', Direction='90', Strength='1');*/
	border: 0;
	margin: 0;
	padding: 0;
	border: solid 1px #a9b8ca;
	/*width: 120px;*/
}
.MainMenu_MenuBreak {
	border-bottom: transparent 0px solid; 
	border-left: transparent 0px solid; 
	border-top: transparent 0px solid;  
	border-right: transparent 0px solid; 
	background-color: transparent; 
	height: 1px;
	padding: 0;
	margin: 0;
}
.MainMenu_MenuBreak table {
	width: 100%;
}
img.navsepclass {
	margin: 0 15px;
}
.MainMenu_MenuArrow {
	display:none;
}
.MainMenu_RootMenuArrow {
	display:none;
}

/* ================= */
.PressLink, a.PressLink, .PressLink a {
	text-decoration: none;
}
#xEditingArea body {
	background: #fff;
}
table.ListDataGrid {
	border-color: #ccc;
}
/* --- DNN SEARCH --- */
input#dnn_dnnSEARCH_txtSearch {
	display: inline;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
input.search {
	display: inline;
	font-size: 11px;
	}
	
.popup {
	width:500px;
}
.popup h1 {
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	color: #149942;
	}
.popup_top {
	background:url(_images/m_glossary_top.gif) no-repeat;
	width:360px;
	height:75px;
	*height:153px;
	*width:500px;
	padding:78px 40px 0 100px;
}

.popup_top h1 {
	margin:0;
}

.popup_mid {
	background:url(_images/m_glossary_tile.gif) repeat-y;
	padding:0 40px 0 100px;
	width:360px;
	*width:500px;
	min-height:160px;
	overflow:auto !important;
	_height:160px;
	overflow:inherit;
}

.popup_bot {
	background:url(_images/m_glossary_bot.gif) no-repeat;
	width:500px;
	height:149px;
}
div.popup_mid p {
	font-size:13px;
	line-height:17px;
	font-weight:normal;
	color: #149942;
	}

.create_meal_heading {
	background-color:#60B234;
}

#mealcontents h4 {
	color:#FFFFFF;
	font-size:14px;
	margin:0;
	padding:0;
}

#mealcontents td {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	padding:5px;
	border-bottom:1px solid #CCCCCC;
}

#mealcontents .create_meal_altRow {
	background:url(/Portals/0/create_meal_tile.gif) repeat-x;
}

.calculator {
	border:1px solid #60B234;
	border-top:0;
	margin-top:10px;
	padding-bottom:20px;
	width:440px;
}

#mealcontents .create_meal_rightCol {
	border-left:1px solid #60B234;
}

#dnn_ContentPane h1 {color:#339933;font-family:Helvetica,Arial,sans-serif;}




#dnn_ctr719_ModuleContent .Level4Text,
#dnn_ctr732_ModuleContent .Level4Text,
#dnn_ctr735_ModuleContent .Level4Text,
#dnn_ctr738_ModuleContent .Level4Text {
color:#60b234;
}

#dnn_ctr719_ModuleContent .Level4Text:hover,
#dnn_ctr732_ModuleContent .Level4Text:hover,
#dnn_ctr735_ModuleContent .Level4Text:hover,
#dnn_ctr738_ModuleContent .Level4Text:hover {
color:#666666;
}