html {
	overflow-y: scroll;
}

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

form{
	margin:0;
	padding:0;
}

a:link, a:visited{
	color: #818181;
	text-decoration: none;
}

a:hover{
	text-decoration:underline;	
}

#body {
	margin: 0 auto;
	width: 960px;
}

#header {
	border-bottom: 1px solid #000;
	clear: both;
	padding: 1em 0;
	position: relative;
}

#header .lexumLogo {
	height: 44px;
	margin: 0;
}

#header h1.banner {
	font-size: 12pt;
	font-weight: normal;
	letter-spacing: 3pt;
	margin: 0;
	position: absolute;
	right: 0;
	top: 1.5em;
	text-transform: uppercase;
}

#header h1.banner .beta {
	color: #818ab7;
	font-weight: bolder;
}

#menu {
	margin-bottom: 1.5em;
	position: relative;
	text-transform: uppercase;
}

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

#menu ul li {
	display: inline;
	margin-right: 3em;
}

#menu ul li.selected a {
	color: #6874b7;
}

#menu a:hover {
	color: #000000;
	text-decoration:none;
}

#languageSwitch {
	position: absolute;
	right: 0;
	top: 0;
}

#footer {
	border-top: 1px solid #000;
	clear: both;
	font-size: .75em;
	margin-top: 1em;
	padding: .5em 0 1em;
	position: relative;
}

#footer .credits {
	margin: 0;
}

#footer .lexacto {
	margin: 0;
	position: absolute;
	right: 0;
	top: .5em;
}

#footer .lexacto img {
	vertical-align: text-top;
}


#mainPanel {
	margin-top: 1.3em;
}

#rightColumn {
	float:right;
	right: 0;
	top: 0;
	width: 300px;
}

#rightColumnShift {
	float:right;
	width: 300px;
	position:relative;
	top:-6.9em;
}


#leftColumn {
	background-color: #e4f1ff;
	width: 650px;
	min-height:560px;
	height:auto !important;	
	height:560px;
}

#leftColumn h1 {
	font-size: 11pt;
	font-weight: normal;
	margin: 0;
}

#leftColumn h1 a {
	color: #6874b7 !important;
}

#leftColumn a:link,
#leftColumn a:visited {
	color: #000;
}

#leftColumn a.section{
	color: #818181;
}

#leftColumn span.sectionLabel{
	color: #818181;
}

leftColumn a:hover{
	text-decoration: underline;
}



#floatEqualizer {
	clear: both;
}

#statistics, #recentlyAnnotated {
	color: #818181;
}

#recentlyAnnotated {
	margin-top:1.5em;
}

#statistics h1,
#recentlyAnnotated h1 {
	font-size: 10pt;
	font-weight: normal;
	margin-bottom: .5em;
	margin-top: 0;
}

#statistics ul,
#recentlyAnnotated ul {
	list-style: none;
	margin: .5em 0 0;
	padding-left: 0;
}

#statistics .number,
#recentlyAnnotated .number {
	font-size: 16pt;
	font-weight: bold;
}

div#statistics{
	margin-top:1.5em;	
}

#recentlyAnnotated a {
	color: #818ab7;
}

#recentlyAnnotated a:hover {
	text-decoration:none;
}

div#generalContent {
	margin-top: .5em;
	padding: 1em;
}

#generalContent h1.title{
	font-size: 14pt;
	font-weight: bolder;
}

#generalContent h2{
	font-size: 12pt;
	font-weight: bolder;
}

#generalContent p li{
	text-align:justify;
}

#generalContent ol{
	list-style-type:lower-alpha;
}

#generalContent a.text{
	font-size: 9pt;
	color: #818181;
	font-weight: bold;
}

/*
* Display of titles hierarchy
*/
table#listing{
	border-spacing:0;
	margin-top:1em;
	margin-bottom:1em;
}

table#listing td{
	margin:0;
	padding:0;
	vertical-align:top;
}
table#listing td.indent{
	padding-left:1.5em;		
}

table#listing td.sub{
	padding-left:1.5em;
	color:#818181;
	
}

table#listing tr.sub a,
table#listing tr.sub td{
	color:#818181;
}

table#listing td.number{
	vertical-align:top;
	padding-left:1em;
}

/*
*  Error Message
*/
div#errorMessage{
	text-align:center;	
}

p.errorMsg{
	padding-top:9em;	
}

/*
*  Bottom Navigation
*/

div#navigator{
	background-color: #e4f1ff;
	width:650px;
	height:30px;
	clear:both;		
}

.arrow{
	margin-top:0.4em;
	width:20px;
	height:20px;		
}


div#navLeft{
	float:left;
	width:95px;
	margin-left:5px;
	text-align:left;
}	

div#navUp{
	float:left;
	width:450px;
	text-align:center;	
}

div#navRight{
	float:left;
	width:95px;
	margin-right:5px;
	text-align:right;
}


img.navigator{
	opacity:0.4;
	filter:alpha(opacity=40);	
}

img.navigator:hover{
	opacity:1;
	filter:alpha(opacity=100);
	cursor: pointer; 
	cursor: hand;	
}

div#infoBoxContainerUP{

	text-align:center;
	width:650px;
	clear:both;
}

div#infoBoxContainerDOWN{

	text-align:center;
	width:650px;
	clear:both;
}

span.infoBox{	
	margin-bottom:1em;
	padding-left:0.5em;
	padding-right:0.5em;
	background:black;
	font-size:10pt;
	color:white;
}

div#leftBoxContainer{
	float:left;
	width:45px;
	text-align:left;
}

div#centerBoxContainer{
	float:left;
	width:559px;
	overflow:hidden;
	text-align:center;	
}

div#rightBoxContainer{
	float:left;
	width:45px;	
	text-align:right;
}


/*
* LawTextUpdate
*/

div#updateLawFrame{
	text-align:center;
	padding:1em;	
}

div#updateLawForm{
	text-align:left;
	margin:3em;	
}

/*
* Pub
*/

div#pubBox{
	width:300px;
	height:250px;
}

div.pubFrame{
	background-color:#E4F1FF;	
	height:1.8em;
	text-align:center;
	font-size: 8pt;
}

div.pubFrame span{
	position:relative;
	top:2px;
}
