/* general */
html, body { padding: 0; margin: 0; }
input, button, select { vertical-align: middle; }
html {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 85%; }
.js_show, .js_inline_show { display: none; }
.hasscript .js_show { display: block; }
.hasscript .js_inline_show { display: inline; }
.hasscript .js_hide { display: none; }
.hasscript .js_hideinactive .inactive { display: none; }
.error { color: red; }

h1.page-title {
	font-size: 250%;
	font-weight: normal;
	text-transform: uppercase;
	text-align: right;
	margin: 40px 0 5px;
	padding: 0 0 4px 30px;
	border-bottom: 1px dashed #999;
	background: white;
	/*color: #c2cdd3;*/
	color: #bbb;
}
h1 {
	font-size: 160%;
}
h2 {
	font-size: 100%;
	margin: 20px 0 8px;
	color: #00518c;
	text-transform: uppercase;
}

table.formlayout th, table.formlayout td { text-align: left; vertical-align: top; }


/* specific */

.view-old-header { border: 1px solid black; padding: 5px; margin-bottom: 10px; }
.view-old-header h2 { margin-top: 0px; }


.site-structure { border: 1px solid black; padding: 5px; }
.site-structure ul a { color: #090; }
.site-structure ul a.offline { color: #900; }


#structure label { color: #090; }
#structure label.offline { color: #900; }


table.versions { border-collapse: collapse; }
table.versions td, table.versions th { border: 1px solid black; padding: 1px 4px; }
table.versions .active { background: #efe; }



/* layout */
body { background: #008dbb url(../images/main_bg.png) repeat-x; }
#global { width: 780px; margin: 40px auto 0; padding: 0 10px 10px; background: white; }
#cwrap1 { padding-left: 160px; }
#titlelinks {
	float: left;
	margin-left: -160px;
	display: inline;
	width: 155px;
}
#logo {
	margin: 10px 0;
	text-align: center;
}
#mainmenu {
	padding: 0;
	margin: 17px 0 0;
	width: 152px;
}
#mainmenu li {
	padding: 0;
	margin: 0 0 2px;
	list-style-type: none;
	background: #77868d url(../images/menu_item_bg.png) no-repeat;
}
#mainmenu a {
	display: block;
	width: 132px;
	min-height: 27px;
	padding: 9px 10px 0;
	color: white;
	text-decoration: none;
}
#main {
	float: right;
	width: 100%;
}
#submenu {
	margin: 0;
	background: #77868d url(../images/submenu.png) no-repeat;
	color: white;
	padding: 3px 0 0 30px;
	min-height: 20px;
}
#submenu.self {
	background-image: url(../images/selfmenu.png);
}
#submenu li {
	display: inline;
	margin-right: 10px;
}
#submenu a, #submenu a:link {
	color: white;
}
#submenu .current {
	color: white;
	font-weight: bold;
}
#breadcrumbs {
	margin: 0 0 4px;
	color: black;
	padding: 1px 0 0 3px;
	min-height: 18px;
}
#breadcrumbs li {
	display: inline;
	background: url(../images/bc_sep.png) 3px 5px no-repeat;
	padding-left: 17px;
	padding-right: 5px;
	margin: 0;
}
#breadcrumbs a, #breadcrumbs a:link {
	color: black;
}
#breadcrumbs .current {
	font-weight: bold;
}
#content {
	margin-top: 5px;
	padding: 10px;
	background: #dfe8ed;
}
#content a {
	color:#004C88;
	text-decoration: underline;
	
}
#content a:hover {
	text-decoration: none;
}
.clear {
	clear: both;
	margin-left: -20px;
}
#footer {
	border-top: 1px dashed #ccc;
	padding: 5px 0;
	text-align: center;
	font-size: smaller;
	color: #888;
}
#footer a {
	color: #888;
	text-decoration: underline;
}
#footer a:hover {
	color: #888;
	text-decoration: none;
}
#structtree .active, #structtree .active a { color: green; }
#structtree .inactive, #structtree .inactive a { color: red; }

blockquote {
	margin: 0 20px 0 20px;
	padding: 0;
}



.summaryUL, .summaryUL li {
	padding: 0;
	margin: 0;
}

.summaryUL li {
	list-style-type: none;
	float: left;
	width: 280px;
	padding-left: 20px;
}
.summaryUL li.stateheading {
	font-weight: bold;
	float: none;
	clear: both;
	padding: 0;
}

.summaryUL > li.stateheading {
	padding-top: 1px;
}


.pharms h2 {
	font-size: 16px;
}

.updn { position: absolute; right: 16px; }
li > .updn { right: 0; }
.updn input { border: 1px solid #333; height: 16px; font-size: x-small; background: white; color: black; }
#structtree span { display: block; width: 100%; border-bottom: 1px dashed #99b; }
#structtree { position: relative; }