/* $Id: global.css 358701 2012-04-04 19:57:14Z sponomar $ */

@import "layout.css";
/* @import "parts.css"; */

html { font-size:100.01% }

body {
    font-size:1em;
	margin: 0;
	padding: 0;
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	background: #EEE;
	min-width:890px;
}

body.debug-mode 
{
    background: #EEE url(i/bg-development-vert.png) repeat-y top right fixed;
    padding-right:12px;
}
img {
	border: none;
} 
form {
	margin:0;
	padding:0;
}
#skip-to-maincontent {
    visibility:hidden;
    position:absolute;
}
#header-global,
#header-local,
#maincontent,
#footer {
	padding: 5px;
}
#maincontent {
	padding-left: 15px;
}

#header-global {
	background-color: #369;
	border-bottom: 3px solid #1F4367;
	font-size: 85%;
	}
#global-nav {
	margin-left: 20px;
}
#header-local {
	border-bottom: 1px solid #CCC;
	}
#maincontent {
	background: #FFF;
	}
#footer {
	border-top: 3px solid #999;
	font-size: .8em;
	}
#footer-links ul {
	/* _width: 100%; */
}

#header-global a {
	text-decoration: none;
	color: Aqua;
}

#header-global a:hover,
#header-global a:focus {
	color: yellow;
}

#header-global li {
	border-color: #1F4367;
}

#header-global .rss-feed img
{
	position:absolute;
	margin:2px 0 0 5px;
}


#gloabal-search {
	position: absolute;
	margin-left: .5em;
	margin-top: -.15em;
	*margin-top: -.45em;
	color: #FFF;
	white-space: nowrap;
}


#header-local {
	padding-bottom: 0;
/*	overflow: visible;*/
	font-size: 85%;
}
#header-local:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#header-local {display: inline-block;}

/* Hides from IE-mac \*/
* html #header-local {height: 1%;}
#header-local {display: block;}
/* End hide from IE-mac */


.logo {
	display: block;
	position: relative;
}
.logo * {
	text-decoration: none;
	border: none;
}
.logo span {
	background-position: top;
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
	_cursor: hand;
}
#ncbi-logo {
	width: 66px;
	height: 17px;
}
#ncbi-logo a>span {
	background-image: url(i/ncbi-logo-small.gif);
}
#ncbi-logo span:hover,
#ncbi-logo a:focus span {
	background-position: bottom;
}

#prj-logo {
    padding-bottom: 5px;
}

#header-local {
	position: relative;
}

#local-nav {
	clear: both;
	float: left;
	*float: none;
	margin-top: 0; /* 1.25em; */ /* .85em */
	/*margin-bottom: -.1em;
	*margin-bottom: -.6em;*/
}

#toolbox {
	float: right;
	/* width: 30em; */
	min-height: 28px;
	margin-top: .3em;
	
}

#toolbox ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#toolbox li {
	padding: 0;
	margin-left: .5em;
	display: block;
	border: none;
	overflow: hidden;
	float: right;
	width: 16px;
	height: 16px;
	border-bottom: 1px solid #AAA;
}

#toolbox ul a {
	background: #DDD;
}

#toolbox a span {
	background-position: top;
	background-repeat: no-repeat;
	position: absolute;
	width: 16px;
	height: 16px;
	cursor: pointer;
	_cursor: hand;
}

/* common TOC  BEGIN */
.toc h1 {
    font-size:1.1em;
    color:#666;
}
.toc ol {
    margin-top:0 !important;
    padding-left:2em;
}

.toc ol ol {
    padding:0 0 0 1em;
}

/* common TOC  END */


/* Pipe list */
.pipelist2l,
.pipelist2r {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
/*	width: 100%;*/
	}

/* Pipe list - left aligned */
.pipelist2l li {
	float: left;
	padding: 0 .5em;
	border-left: 1px solid #000;
	margin-left: -1px;
	}
.pipelist2l li:first-child {
	padding-left: 0;
	}

/* Pipe list - right aligned */
.pipelist2r li {
	float: right;
	padding: 0 .5em;
	border-right: 1px solid #000;
	margin-right: -1px;
	}
.pipelist2r li:first-child {
	padding-right: 0;
	}

/* Forms */
input[type=text]:focus,
input[type=email]:focus,
select:focus,
textarea:focus {
	background: #FF9;
}

input[readonly],
input[readonly]:focus {
	background:#DDD;
}




#maincontent a {
color:navy;
}

#maincontent a[href]:hover {
	text-decoration: underline;
}



#maincontent p,
#maincontent ul,
#maincontent ol
{
    margin: 0.5em 0;
}

#maincontent ul {
	list-style: disc;
	margin-left: 0;
	padding-left: 2em;
}

#maincontent table ul {
	padding-left: 1em;
}

#maincontent table p:first-child,
#maincontent table ul:first-child,
#maincontent table ol:first-child {
	margin-top: 0;
}

#maincontent table p:last-child,
#maincontent table ul:last-child,
#maincontent table ol:last-child {
	margin-bottom: 0;
}

#maincontent ul ul {
	list-style: circle;
}












h1 {
	color: #399;
	margin: .5em 0;
	font-size: 1.5em;
}

h1 span {
    font-size:70%;
}

h2 {
	margin-top: .5em;
	margin-bottom: .5em;
	font-size: 1.25em;
}

h3 {
	margin: 0.5em 0 0.5em 1em;
	font-size: 1.1em;
}

h4 {
	margin: 0.5em 0 0.5em 2em;
	font-size: 1.0em;
}

h5 {
	margin: 0.5em 0 0.5em 4em;
	font-size: 1.0em;
}

#maincontent .toc a,
#maincontent .toc a:hover,
#maincontent a.section,
#maincontent a.section:hover {
    text-decoration:none;
    border-bottom:1px dashed navy;
}

.svn {
    color:#999;
    font-size: 0.6em;
    text-align:right;
}





/* temp */

#logged {
	margin: 0;
}

#logged dt,
#logged dd {
	display: inline;
	padding-left: 0;
	margin-left: 0;
}

#logged dd+dd:before {
	content: "("
}

#logged dd+dd:after {
	content: ")"
}








#footer {
	padding-top: 1em;
	color: #999;
	line-height: 1;
}

#footer ul,
#footer p {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: .5em;
}

#footer a {
	color: #666;
}

#footer a:hover {
	color: #00E;
}

#footer #banners {
	overflow: visible;
	list-style: none;
	clear: both;
	padding-left: 0;
	margin-left: 0;
	margin-top: 1em;
}

#banners li {
	float: left;
	margin-right: 5px;
}

#banners a:link,
#banners a:visited,
#banners a:hover {
	height: 0;
	font-size: 1px;
	overflow: visible;
	padding-top: 55px;
	display: block;
	background-repeat: no-repeat;
	color:#EEE;
}

#footer a:hover {
	background-position: top right;
}

#footer #link_nih {
	background-image: url(i/nih_logo_eee.gif);
	width: 57px;
}

#footer #link_dhhs {
	background-image: url(i/dhhs_logo_eee.gif);
	width: 57px;
}

#footer #link_firstgov {
	background-image: url(i/firstgov_logo_eee.gif);
	width: 122px;
}

#page-updated {
	float: right;
	text-align: right;
}

#footer-links {
	float: left;
}



/* Commands */
/*
.next {
	padding-right: 10px;
	background: url(i/i_next.gif) no-repeat right;
	margin-left: 1em;
}

.back {
	padding-left: 10px;
	background: url(i/i_back.gif) no-repeat left;
}
*/
.default {
	margin-left: 1em;
}

.next input,
.default input {
	outline: green solid 3px;
}

.back input,
.cancel input {
	outline: #2388E4 solid 3px;
}


/* zebra */

.zebra tbody tr { background-color: #FFF }
.zebra tbody tr.altrow { background-color: #F5F5F5 }


/*.zebra tbody tr:nth-child(even) { background: #F5F5F5 }*/ /* It suppose to fill even rows in tables... Maybe some day in a future */
/*
.zebra tbody tr:nth-child(odd) { background: #FFF !important }
.zebra tbody tr:nth-child(even) { background: #F5F5F5 !important }
*/
.zebra tbody tr:hover { background-color: #0FF }

.zebra tbody tr.highlight:hover,
.zebra tbody tr.altrow.highlight:hover { background-color: yellow }



.zebra tbody tr.attn { background-color: #FFD9DF }
.zebra tbody tr.altrow.attn { background-color: #FFCED5 }

.zebra tbody tr.attn.highlight { background-color: #FFB428 }
.zebra tbody tr.altrow.attn.highlight { background-color: Orange }


.zebra tbody tr.highlight { background-color: #ff9 }
.zebra tbody tr.altrow.highlight { background-color: #ff6 }


.zebra tbody tr.attn:hover,
.zebra tbody tr.attn.highlight:hover,
.zebra tbody tr.attn:hover a
{ background-color: #00008B; color: white }

.zebra tbody tr.removed,
.zebra tbody tr.removed a,
.zebra tbody tr.completed,
.zebra tbody tr.completed a { color: #AAA }
.zebra tbody tr.inqueue,
.zebra tbody tr.inqueue a { color: #CCC }

.zebra td a.disabled,
.zebra td a.disabled:hover
{
    cursor:default !important;
    text-decoration:none !important;
}


/* cluster messaging begin */

.message-admin,
.message-header,
.message-footer {
    clear:both;
    margin-bottom:1em;
    padding:3px 0 0.5em 0;
}


.message-admin h1,
.message-header h1,
.message-footer h1 {
    padding:3px 0 3px 30px;
    margin:0;
    font-size:1em;
}

.message-admin h1 {
    color:#f00;
	background: url(i/i-msg-warning-fs8.png) no-repeat left;
}

.message-header h1 {
    color:#6a6;
	background: url(i/i-msg-info-fs8.png) no-repeat left;
}

.message-footer h1 {
    color:#66a;
	background: url(i/i-msg-info-fs8.png) no-repeat left;
}

.message-collect h2,
.message-admin h2,
.message-header h2,
.message-footer h2 {
    font-size:0.9em;
    padding:0;
    color:#333;
    margin:0 0 0 30px;
    font-weight:bold;
}

.message-collect h2 span,
.message-admin h2 span,
.message-header h2 span,
.message-footer h2 span,
.message-collect h2 span {
    color:#88a;
}

.message-collect h2 {
    font-weight:normal;
    margin:0em;
}

.message-collect .is-showed h2 {
    font-weight:bold;
}

.message-body {
    padding:0em 0.5em 0.5em 0.5em;
    font-size:0.9em;
    background-color:InfoBackground;
    color:InfoText;
}

.message-collect .message-body {
    margin-left:2em;
}


/* cluster messaging end */



.example {
    font-family:monospace;
    color:#0a0;
}
.code-example,
.code {
    font-family:monospace;
    white-space:pre;
    color:#00f;
    
}

/* Tabmenu 1 */

.tabmenu1 {
	margin-left: 0 !important;
	margin-bottom: 0 !important;
	border-bottom: 3px solid #BBB;
	overflow: hidden;
	_height: 1%;
	clear: both;
	padding:0 !important;

}

.tabmenu1 li {
	float: left;
	list-style: none;
	background: #BBB;
	margin-right: 3px;
}

.tabmenu1 a,
.tabmenu1 .current {
	padding: .25em .5em;
	display: block;
}

.tabmenu1 a {
	background: #DDD;
	text-decoration: none;
	font-weight: normal;
}

.tabmenu1 a:hover,
.tabmenu1 a:focus {
	background: #CCC;
}


