/*    Generated by http://www.cssportal.com    */

@import url("reset.css");


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	/*color: #000;*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


h1, h2, h3, h4, h5, h6 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 23px;
	font-weight: bold;
}
h2 {
    font-size: 21px;
}
h3 {
    font-size: 19px;
}
h4 {
    font-size: 17px;
}
h5 {
    font-size: 15px;
}
h6 {
    font-size: 13px;
}

p {
	padding:0px;
	margin-top:10px;
	margin-bottom:10px;
}

b, strong {
	font-weight: bold;
}

html, body {
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color:#333;
	background-color: #eeeeee;
	width: 100%;
	height 100%;
	background-image: url(images/stripe_tile_70.png); background-repeat: repeat;
}

/*
 * Creates shadow at top of page, above logo.
 */
 /*
body:before {
	content: "";
	position: fixed;
	top: -10px;
	left: 0;
	width: 100%;
	height: 10px;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	z-index: 100;
}
*/

/*
 * Left and right page margins
 */
#EcogAcrin_TopStrip,
#EcogAcrin_Header,
#EcogAcrin_HeaderGraphic,
#EcogAcrin_ContentWrapper,
#EcogAcrin_Footer,
#EcogAcrin_ContentHeader,
#EcogAcrin_TopMenu {
	min-width:900px;
    /*margin:  auto;*/
	margin-left: 30px;
	margin-right: 30px;
	width: 100% auto;
}

#EcogAcrin_TopStrip {
	margin-top: 30px;
	height: 3px;
	background-color: #2AC7E1;
}

/*
 * The header which contains the ecog-acrin logo
 */
#EcogAcrin_Header {

	/*margin-top: 35px;*/
	height: 120px; // was 95px
	border: 0px solid #ccc;
	background-color: #fff;
	
	/* Seth - 10.31.2013 - no shadow for now.
	-moz-box-shadow: 0 5px 15px 5px #ccc;
	-webkit-box-shadow: 0 5px 15px 5px #ccc;	
	box-shadow: 0 5px 15px 5px #ccc;
	*/
	
	
	/* older box shadow */
	/*
	-moz-box-shadow: 0 0 8px 5px #ccc;
	-webkit-box-shadow: 0 0 8px 5px #ccc;
	box-shadow: 0 0 8px 5px #ccc;
	*/	
	
	/*
	-moz-box-shadow: 0 -7px 22px 0 #000;
	-webkit-box-shadow: 0 -7px 22px 0 #000;
	box-shadow: 0 -7px 22px 0 #000;
	*/
	z-index: 100;
}

/*
 * Contains the blue graphic strip that runs along the buttom of the header
 */
#EcogAcrin_HeaderGraphic  {
	height: 30px;
	border: 0px solid #000;
	background-color: #ffffff;
	background-image: url(images/dna_test_02.png); background-repeat: repeat;
	/*background-image: url(images/dna_color_06.png); background-repeat: repeat;*/
	
	-moz-box-shadow: 0px 7px 15px #055780;
	-webkit-box-shadow: 0px 7px 15px #055780;	
	box-shadow: 0px 7px 15px #055780;
	
	opacity:0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */
	z-index: 100;
}

/*
 * Dark bar just below the blue graphic, and right above the white content area. This
 * bar contains the CSS Mega Menu.
 */
#EcogAcrin_ContentHeader  {
	height: 30px;
	/*margin-top: 20px;*/
	color: #fff;
	padding: 0px;
	/* Alpha values for all browers! */
	background-color: #333;
	background-color: rgba(20, 20, 20, 0.7);
	<!--[if lt IE 9]>
	background-color: #333;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);	
	<![endif]-->
	z-index: 100;
}
#EcogAcrin_ContentHeader h5.title{
	color: #fff;
}

/*
 * Outter div that contains the page content
 */
#EcogAcrin_ContentWrapper {
	
	height: auto;
	/*width: auto;*/
	
	/*margin-top: 20px;*/
	border: 0px solid #ccc;
	/*
	-moz-box-shadow: 0 0 8px 5px #777;
	-webkit-box-shadow: 0 0 8px 5px #777;
	box-shadow: 0 0 8px 5px #777;
	*/
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	/* Alpha values for all browers! */
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.8);
	<!--[if lt IE 9]>
	background-color: #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);	
	<![endif]-->
	
	/* Seth - 10.31.2013 - no shadow for now.
	-moz-box-shadow: 0 0 8px 5px #ccc;
	-webkit-box-shadow: 0 0 8px 5px #ccc;
	box-shadow: 0 0 8px 5px #ccc;
	*/
	
	/* older box shadow */
	/*
	-moz-box-shadow: 0 7px 22px 0 #777;
	-webkit-box-shadow: 0 7px 22px 0 #777;
	box-shadow: 0 7px 22px 0 #777;
	*/
}



/* ______________________________________________________________________
  
   Left-side slide out menu
   ______________________________________________________________________ */
   
#EcogAcrin_LeftSlidePanel.open, #EcogAcrin_LeftSlidePanel.close {
	width: 300px;
	padding: 10px;
	min-height: 100%;
	height: 100%;
	float: left;
	z-index: 9999;
	position: absolute;
	/*left: -200px;*/
	display: inline;
	color: #fff;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.85);
	<!--[if lt IE 9]>
	background-color: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);	
	<![endif]-->	
}
#EcogAcrin_LeftSlidePanel.close {
	left: -320px; /* this should be the negative of it's width plus left & right padding */
}

/*
 * The tab element is located inside the side panel element so we use negative margins to
 * make it float on the right edge.
 */
#EcogAcrin_LeftSlidePanel_Tab {
	width: 16px;
	height: 90px;
	margin-top: 150px;
	padding-left: 10px;
	padding-top: 10px;
	float: right;
	margin-right: -37px;
	/*
	position: fixed;
	left: 150px;
	*/
	z-index: 9999;
	color: #000;
	font-weight: bold;
	background-color: #2AC7E1;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	vertical-align: center;
}

#EcogAcrin_LeftSlidePanel div.NestedPanel {
	width:100%;
	height: 100px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 1);
	<!--[if lt IE 9]>
	background-color: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);	
	<![endif]-->	
}
#EcogAcrin_LeftSlidePanel div.NestedPanel .content {
	padding: 10px;
}
   
   
   

