/***********************************************/
/* 2col_NavHLP.css                            */
/***********************************************/

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	text-decoration: none;
}

a:link, a:hover {
	color: #006699;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
	font-weight: bold;
	color: #006699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #006699;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

p {
	margin: 0 0 0 0;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				
code{
	font-family: mono;
}

pre {
	margin: 0.5em;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0 0 0;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #eeeeee;
/*  background-color:#ccff99; */
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	vertical-align:text-top;
}

#content{
  float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}

/***********************************************/
/*Commmon                                      */
/***********************************************/
.fl {
	float:left;
}

.fr {
	float:right;
}

.caution {
	border-style: dotted;
	margin: 0.5em 0;
	padding: 0 0.3em;
}

.caution:before {
	content:"Caution: ";
	font-style: normal;
	font-weight:bold;
	color: #CC0000;
}

.note {
	border-style: dotted;
	margin: 0.5em 0;
	padding: 0 0.3em;
}

.note:before {
	content:"Note: ";
	font-style: normal;
	font-weight:bold;
	color: #0066FF;
}

.note2 {
	padding: 1em;
	float: right;
	width: 35%;
	background-color: rgb(255, 255, 204);
	margin-right: 10px;
	font-size: 90%;
}

.note2 p:before {
	content: url(../../../../help_img/images/new_content.gif);
}

.seeAlso {
	border-style: dotted;
	margin: 0.5em 0;
	padding: 0 0.3em;
}

.seeAlso:before {
	content:"SeeAlso: ";
	font-style: normal;
	font-weight:bold;
	color: #339966;
}

.ui{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 90%;
}

/*************** figure and caption ***********/
.figure {
	border-left:solid thin;
	margin-left: 1em;
	padding-left: 3px;
}

.figure p {
	font-size: 90%;
	font-style: italic;
	margin: 0 0 1em 1em;
	padding-top: 0px;
}

.figure p:before {
	content:"Figure: ";
	font-style:normal;
	font-weight:bold;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
	font-size: 80%;
	color: #cccccc;
	background-color:#CCFFCC;
	margin: 0;
	padding: 5px 0px 5px 10px;
}

#globalNav li{
	display: inline;
	list-style-type: none;
	margin-right: 1em;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px;
	margin: 1px 10px  5px;
	border-bottom: 1px solid #CCCCCC;
}

#breadCrumb li {
	display: inline;
	list-style-type: none;
}

#breadCrumb li a{
	background: url(../../images/arrow_nav.gif) no-repeat scroll right;
	padding-right: 12px;
}

/************** .feature styles ***************/

.feature{
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #777;
	border-bottom-color: #777;
	border-right-width: thin;
	border-bottom-width: thin;
}

.feature h3{
	padding: 5px 0px 5px 0px;
	text-align: left;
}

.feature img{
	padding: 0px 5px 0px 10px;
	margin: 0 5px 5px 0;
}

.feature p {
	margin-bottom: 0.5em;
}

/* adjust margins to change separation between the feature image and text flowing around it */

.feature blockquote {
	background-color: #eee;
	border-right-style: dotted;
	border-left-style: dotted;
	width: 50%;
	margin-right: 5em;
	margin-left: 1em;
	padding-top: 5px;
	padding-right: 1em;
	padding-bottom: 5px;
	padding-left: 1em;
}

/* clear fix */

.feature:after{ content : ''; display : block; clear : both; }

/*************** #menu styles **************/
#menu {
	padding: 0px 0px 10px 10px;
}

#menu ul {
	list-style-type: circle;
}

#menu ul ul {
	font-size: 90%;
	list-style-type: disc;
}

#menu ul ul ul{
	list-style-type: disc;
}

/************** .story styles *****************/

.story{
	clear: both;
	padding: 5px 0px 0px 10px;
	font-size: 90%;
}

.story p {
	margin: 0.5em;
}

.story ol {
	margin: 0.5em;
}

.story ol ol{
	list-style-type: lower-roman;
}

/*** This table is used in CDH_View_08.html ***/
#SBGNView{
	margin: 5px;
	border: 1px solid black;
	float:left;
}

#SBGNView caption{
	margin: 5px;
	font-weight: bold;
	text-align:left;
}

#SBGNView th, #SBGNView td{
	border: 1px solid black;
	padding: 3px;
}
/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 3px 10px 3px 10px;
	margin-top: -1px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-top:1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}

.style5 {font-size: 9px; color: #999999; }

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {
	margin: 0;
	padding: 0;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	padding: 2px 0px 10px 20px;
}

#sectionLinks h3{
	padding: 0;
}

#sectionLinks ul{
	list-style-type: none;
	padding: 2px 0px 2px 10px;
}

#sectionLinks li{
	list-style-type: none;
}

#sectionLinks a{
	border-top: 1px solid #cccccc;
	width: auto;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 2px 0px 10px 20px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 15px 0px 5px 0px;
}

.relatedLinks li{
    list-style-type:circle; 
	list-style-position:outside; 
/* 	list-style-image:url(../images/Arw.gif); */
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}