/* Styles within the text */

@import url("text.css");

/* Block positioning */

/* to clear floated elements - all browsers - from http://www.positioniseverything.net/easyclearing.htmll */
.clearfix:after {content: "."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix {display: inline-block;}

#BLOCK_HEADER {
	position: absolute;
	top: 0;
	left: 0;
	height: 88px;
	width: 100%;
	background-color: #FFFFFF;
}
@media screen {
	BODY>DIV#BLOCK_HEADER {
		position: fixed;
    }
	BODY>DIV#BLOCK_NAVIGATION {
		position: fixed;
    }
	BODY>DIV#NEIGHBORS {
		position: fixed;
    }
}
#BLOCK_CONTENT {
	padding-left: 290px;
	padding-right: 20px;
	overflow:scroll;
	height:100%;
}
#BLOCK_NAVIGATION {
	position:absolute;
	top: 90px;
	left: 10px;
	width: 270px;
}
#SELECT_LIST {
	overflow: auto;
	display: block;
	height:150px;
}

#PRINT {
	padding-left: 240px;
	padding-top: 10px;
}

/* Main tags */

BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
P {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
}
TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: none;
}
IMG {
	border:none;
}
UL {
	margin-top: 0px;
	margin-bottom: 8px;
	margin-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	list-style-type: disc;
	margin-right: 0px;
	padding-right: 0px;
}
UL LI {
	margin: 0px;
	padding: 0px;
	list-style-type: square;
}
#LIST_LINKS LI {
	padding-bottom: 3px;
	color: #666666;
}
A {
	color: #336699;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}
INPUT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
SELECT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-transform: none;
}
BUTTON {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	cursor: hand;
}
H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding-left: 5px;
	padding-bottom: 0px;
	border-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #999999;
	margin: 0px 5px 5px 0px;
	color: #666666;
}
H2 {
	color: #666666;
	font-weight: bold;
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	padding: 0px;
	margin-bottom: 0px;
}
H2#DOC_TITLE {
	color: #336699;
}
H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-top: 15px;
	margin-bottom: 10px;
	font-weight: bold;
	font-variant: small-caps;
}
H4 {
	color: #666666;
	margin-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 0px;
}
H5, #DOC_SECTION_TITLE {
	font-weight: bold;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 15px 5px 7px 0px;
	background-image:  url(_img/h5line.gif);
}

/* Previous and Next links */

.neighborMsg {
	font-size: 9px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
#NEIGHBORS {
	position:absolute; 
	z-index: 9;
	right: 15px;
	top: 90px;
}
#NEIGHBORS A {
	color: #FFFFFF;
	background-color: #336699;
	margin-top: 1px;
	margin-right: 2px;
	margin-bottom: 1px;
	margin-left: 2px;
	padding-right: 2px;
	padding-left: 2px;
}

/* Forms */

TEXTAREA {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
FORM {
	margin: 0px;
	padding: 0px;
}

/* Misc */

.dataLabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
.colorGrey {
	color: #777777;
}
.relevance {
	background-image: url(_img/relevanceBg.jpg);
	border: 1px solid #999999;
}
.relevance TD {
	font-size: 6px;
}
.SQLdebug {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #336666;
}
.repealed {
	color: #999999;
}

/* Administration links in the document */

#BLOCK_ADMIN {
	border: 2px solid #FFFFFF;
}
#BLOCK_ADMIN A {
}
#BLOCK_ADMIN A:hover {
}

/* ToolTips */

A.toolTip {
	border:0;
	position: relative;
	text-decoration: none;
	z-index:24;
	cursor: help;
}
A.toolTip:hover {
	z-index:25;
	background-color:#EEEEEE;
}
A.toolTip SPAN {
	display: none;
	text-decoration: none;
}
A.toolTip:hover SPAN {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display:block;
	position:absolute;
	top:10px;
	left:20px;
	width:200px;
	border:1px solid #000000;
	background-color:#FFFFE6;
	color:#000;
	text-align: left;
	z-index:30;
	padding: 3px;
}

.tip {
	border:1px solid #000000;
	background-color:#FFFFE6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
}
H2 {
	color: #666666;
	padding: 2px 0px;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 12px;
}

/* Navigation tabs in the document */

#TABS_LINKS {
	margin: 10px 10px 0px 0px;
}
#TABS_LINKS LI {
	font-size: 11px;
	list-style-type: none;
	display: inline;
	margin-right: 5px;
	padding: 0;
}
#TABS_LINKS LI A, #TAB_LINK_REFERENCES_NO_LINK SPAN {
	background: #DDDDDD;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-weight: bold;
}
#TABS_LINKS LI A.focus {
	background: #999999;
	color: #FFFFFF;
}
LI#TAB_LINK_REFERENCES_NO_LINK {
	display: none;
}
#TAB_LINK_REFERENCES_NO_LINK SPAN {
	color: #999999;
	font-weight:normal;
}

/* Tab border */

#BLOCK_TAB_BORDER {
	padding-left: 20px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-top: 2px;
	marin-right: 0px;
	width: 98%;
	background-image: url(_img/bgBlock.gif);
	background-repeat: no-repeat;
}
#BLOCK_TAB_BORDER H3 {
	margin-left: -10px;
}

/* Blocks */

#BLOCK_INFO .dataLabel {
	float:left;
	width:180px;
}
#BLOCK_SEGMENT {
	clear:both;
	margin-right: 100px;
}
#SEGMENT_TEXT {
	display:block;
	background-image: url(/_img/bgSegment.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 10px; padding-right: 10px;
}
#SEGMENT_REFERENCES {
	margin: 0 -100px 0 0;
	float:right;
}
#SEGMENT_REFERENCES A {
	text-align:left;
	display:block;
	font-size:10px;
	width:99px;
}
#BLOCK_REFERENCES #SEGMENT_NUMBER {
	width: 60px;
	display: block;
}

DIV#BLOCK_KEYWORDS P {
	margin: 0px;
	padding: 0px;
}
