@charset "utf-8";
/* CSS Document */
<style type="text/css">

.smallText div{
	font-size: x-small;	margin: 0 0 0 5px;
	border: 1px solid #ccc;
	color:#0000FF;
	}
	
.grayCellText {
	color: #999;
}

div.header {
    clear: both;
    height: 50px;
    padding: 1px;
}

div.colcontainer {
	padding: 2px 5px 5px 5px;
/*	border: 1px solid #ccc;  */
	height: 99%;
}
}

div.leftcol {
	clear: both;
    float: left;
    width: 24%;
    padding: 2px 12px 2px 2px;
/*	height: 98%px;*/
/*	background-color:#f00;*/
}

div.rightcol {
	clear: both;
    float: right;
    width: 38%;
	padding: 2px 2px 2px 2px;
/*	margin: 0 0 0 10px;*/
/*	height: 98%px;*/
/*	background-color:#ff0;*/
}

div.middlecol {
    padding: 2px 2px 2px 100px;
}

div.indent {
    padding-left: 5px;
    margin: 0px;
}

div.sublist {
	padding-left: 10px;
	margin: 0px;
	white-space: 20px;
}


div.middlesublist {
    padding-left: 145px;
    margin-left: 15px;
}
div#topborder{
	border-top:1px solid #999;
	}
	
div#bottomborder{
	border-bottom:1px dotted #999;
	}


div#leftborder{
	border-left:1px dotted #999;
	margin: 0 -10px 0 5px;
	padding: 0 5px 0 5px;
	height: 310px;
	}
	
div#rightborder{
	border-right:1px dotted #999;
	margin: 0 5px 0 -10px;
	padding: 0 5px 0 5px;
	height: 320px;
	}

div.footercol {
    clear: both;
}



div.leftcol2 {
	clear: both;
    float: left;
    width: 49%;
    padding: 0 15px 0px 5px;

}


div.rightcol2 {
	clear: both;
    float: right;
    width: 49%;
    padding: 2px 5px 2px 5px;
	margin: 0 0 0 20px;
/*	border-left:1px dotted #333;   */
}

.CellDiv {	
	line-height: 17px;
	margin-left: 15px;
}

div.colcontainer2 {
	padding: 2px 5px 5px 15px;
/*	border: 1px solid #ccc;*/
	height: 100%;
}

div.colcontainerAdd {
	padding: 2px 5px 5px 5px;
/*	border-left:1px solid #ccc; 
	border-right:1px solid #ccc; 
	border-bottom:1px solid #ccc;*/
	height: 98%;
}

div.dottedline {
	border-top: 1px dotted #ccc; 
/*	border-bottom: 1px dotted #ccc ; */
	width: 100%;
/*	margin-bottom: 2px;*/
	padding: 4px 0 5px 0;
}

div.solidline {
	border-bottom: 1px solid #ccc; 
	width: 50%;
	margin-bottom: 5px;
	text-align:center;
}

div.tabledash {
	border-bottom:1px dotted #ccc; 
	width: 100%;
	}
	
div.tableline {
	border-bottom:1px solid #ccc; 
	width: 100%;
	margin: 0 0 3px 0;
	}


div.tooltip span {
	display:none; 
	padding:6px 8px 6px 8px; 
	margin-left:5px; 
	width:275px;
	
}

div.tooltip:hover span{
	display:inline; 
	position:absolute; 
	border:1px solid #060; 
	background: #FFFFCC;
	filter:alpha(opacity=85);
	color: #009;
	font-size: 11px;


}

.substance  {
	color: #006;
	text-decoration:underline;
	cursor:crosshair;
	margin: 0 0 0 -10px;
}


/*.acronym { 
	display:inline; 
	padding:6px 8px 6px 8px; 
	position:absolute; 
	border:1px solid #060; 
	background: #FFFFCC;
	filter:alpha(opacity=85);
	color: #009;
	font-size: 11px;
	cursor:help; 
} */

.gremlist  {
	height:85px;
	padding: 5px 5px 10px 5px;
	padding: 10px 0 0 0;

	}
	
.pedlist  {
	margin:20px 0 15px 0;		
	}

.columnspan {
	column-number: 2
	}
	
.topfloat div{
	float: right;

	}
	
	
.top
		{
		font-size: 95%; 
        text-align: center;
        }
               	

.top a
		{
		text-decoration: underline;
		}
		
.totop
		{
		font-size: 95%; 
        text-align: center;
        }
               	

.totop a
		{
		text-decoration: underline;
		}	
		
/* modified leftNav.css to fully expand left nav list for EMESB Portal per Amanda Cadore's request */

#nav-container #nav2 {
	position:relative;
	margin:0;
	padding:0/* 12px 0 0*/;
	height:auto;
	width:179px;
	color:#fff;
	clear:both;
}
.optional #nav2 {z-index:10;}

#nav2, #nav-container .bottom {background:transparent url('/TemplatePackage/images/bg_leftNav_new.gif') repeat-y top left;}
#nav-container .bottom { /* bottom */
	position:relative;
 	margin:0 0 0.5em 0;
	height:15px; /** = height of bottom cap/shade */
	width:179px;
	border:none;
	background-color:#f4f4e1;
	background-position:bottom left;
}

/**
 * = Link styles for the left navigation ===================
 */


#nav2 ul{ background:#f4f4e1;
	margin:0;
	border:none;
	padding:0;
	height:100%;
	width:175px;
	clear:both;
}
#nav2 ul ul { /** = modified in order for the javascript mennu not to jump, see noscript tag in "inc-cdcHeader" to offset when javascript is disabled = */
	margin:0;
	padding:0;
}
#nav2 ul li {
	position:relative;
	display:block;
	background-color:#c1d5b0;
	margin:0;
	border-top:1px solid #f0f5eb;
	padding:0;
	list-style:none;
}
#nav2 ul li ul li { background-color:#d7e4cc; }
#nav2 ul li ul li ul li {
	background-color:#fff;
	border-top:1px solid #fff;
}

/** = Level 1 styles for the left nav links = */
#nav2 ul li a {
	display:block;
	position:relative;
	color:/*#0a29a5*/black;
	padding-top:4px;
	padding-right:2px;
	padding-bottom:4px;
	padding-left:10px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:normal;
}

/** = Level 2 styles for the left nav links = */
#nav2 ul ul li a{
	padding-right:2px;
	padding-left:18px;
}

/** = Level 3 styles for the left nav links = */
#nav2 ul ul ul li a{
	padding-right:2px;
	padding-left:28px;
}

/** = Level 4 styles for the left nav links = */
#nav2 ul ul ul ul li a{
	padding-right:2px;
	padding-left:38px;
	margin:0;
}

#nav2 ul li.last-child {border-bottom:0;}
	
.rollCol,
#nav2 ul li a:hover {text-decoration:underline;}

/** = Selected state for Level 1 link = */
#nav2 li a.selected{
	background:url('/TemplatePackage/images/leftNav_arrow.gif') 0 5px no-repeat;
	font-weight:bold;
}
/** = Selected state for Level 2 link = */
#nav2 ul ul li a.selected {
	background-position:8px 5px;
}
/** = Selected state for Level 3 link = */
#nav2 ul ul ul li a.selected {
	background-position:18px 5px;
}

#nav2 ul.ulHide{
	display:block;
	/*background-color:transparent;
	border:none;*/
}
#nav2 li.ulHide{
	display:block;
	/*background-color:transparent;
	border:none;*/
}
#nav2 li.ulHide a{
	display:block;
	/*background-color:transparent;
	border:none;*/
}
#nav2 ul.ulDisplay{
	display:block;
	border:none;
}
#nav2 li.ulDisplay{
	display:block;
}
#nav2 ul.ulHide li.ulDisplay {
	display:block;
	background-color:transparent;
	border:none;
}
#nav2 ul.ulHide li.ulDisplay a{
	display:block;
	background-color:transparent;
	border:none;
}
</style>
