/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later */
html, body, div, p, h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img {
	 margin: 0;
	 padding: 0;
	 border: 0;
}
body 
{
/*	height:100%;
	text-align: left; */
	font-family:Arial, Arial, Helvetica, sans-serif; 
	font-size: 11pt;
line-height:normal;
}


/******************
basic typographic styles (headings, lists, paras)
******************/

h1, h2, h3, h4, h5, h6 {color:#0e27ad;}

h1 {
	margin: 0em 0em 1em 0em;
	font-size: 1.6em;
	font-weight: normal;
}
h2 {
	margin: 1.2em 0em 1em 0em;
	font-size: 1.4em;
	font-weight: normal;
}
h3 {
	margin: 1.2em 0em 1em 0em;
	font-size: 1.2em;
	font-weight: normal;
}


img {border: 0;
     max-width:100%;
}

ul li	    { list-style-type: square ; }	
ul li li	{ list-style-type: disc; }	
ol li   	{ list-style-type: decimal;}	
ol ol li	{ list-style-type: lower-alpha; }	

ol, ul, li {
	margin: 0.2em 0em 0.1em 1.0em;
	font-size: 1.0em;
	line-height: 1.4em;
}
p {
	margin: 0em 0em 1.2em 0.1em;
	font-size: 1.0em;
	line-height: 1.2em;
}

li > p {margin-top: 0.2em;}

strong, b {font-weight: bold;}


/******************
layout
******************/

#header {
	position:absolute;
	width:100%;
	top:0;
	height: 54px;
	padding:2px 5px 0 5px;
	background-image:url(images/banner.jpg);
	font-family:"Lucida Sans", Verdana, "Lucida Grande", Geneva, sans-serif;
	z-index:6;
}
#menubutton {
	position: absolute;
	top:18px;
	right:25px;
}
#searchbutton {
	position: absolute;
	top:18px;
	right:65px;
}
#content-container 
{
	position:absolute;
	background-color:#d5d8e5;
	top:56px;
	bottom:0;
	width:98%;
    margin: 0 20px 0 auto;
    border:0;
}
#content 
{
	margin:0px 5px 5px 0px;
	color:#262626;
	background-color:transparent;
	}
.PagePanel {
    position:relative;
    left:0px;
    top: 0px;
    width:340px;
    height:560px;
    background-color: transparent;
}
.SearchForm {
    position:relative;
    left:5px;
    top:5px;
    width:240px;
    height:500px;
    background-color: transparent;
}
.ListPanel {
    position:relative;
    left:0px;
    top: 0px;
    background-color: transparent;
    font-size: 12pt;
}

/******************
div-specific styles
******************/

#content-container a   		{ text-decoration:none;cursor:hand;font-weight:normal; }
    #content-container a:link		{ color: blue; }	
#content-container a:visited	{ color: blue; }
/*
#content-container a:active	{ color: Orange; }

#popup a   		    { text-decoration: none; cursor: hand; }
#popup a:link		{ color: blue; }	
#popup a:visited	{ color: blue; }
#popup a:active	    { color: Orange; }
*/

/******************
classes
******************/

.sitetitle {
	font-size:2.0em;
	font-weight:normal;
	color:White;
	text-decoration:none;
    padding:5px 0 0 0;
}
.copyright {
	font-size:0.6em;
	font-weight:normal;
	color:White;
	text-decoration:none;
    padding:2px 0 0 0;
}
.Title
{
	font: 16pt "Trebuchet MS";
	font-weight: 500;
}
.LinkBack{
    font:11pt Arial;
}
.Label
{
	font-size: small;
	font-weight: 500;
}
.LargeText
{
	font-family: verdana;
	font-size: large;
}

.LargeButton {
    width:60px;
    height:28px;
}
.CBListFix label {
    display: inline;
    font: 10pt Arial !important;
}
.Aka
{
	font: 12pt Arial;
	font-style:italic;
}
.Desc
{
	font: 11pt Arial;
	font-style:italic;
}
.Def
{
	font: 11pt Arial;
	font-style:italic;
}
.Instruction
{
	font: 10pt Arial;
	font-style:italic;
}
.LookLikeTextBox
{
	border: none;
	border-top: solid 1px LightSlateGray;
	min-height: 18px;
	vertical-align: middle;
	background: White;
	font: 11pt Arial;
	font-size: small;
	padding: 2px 0 0 2px;
	overflow: auto;
}    
.LargeCheckBox input {
    width:30px;
    height:30px;
}

.Pager td
{
	padding-right:4px;
}
.Pager span
{
	color:#e65c00;
    font-weight:bold;
}
.NoDisplay
{
	display: none;
}
.completionListElement 
{  
	visibility:hidden;
	margin: 0px!important;
	background: White;
	border: buttonshadow;
	border-width: 1px;
	border-style: solid;
	cursor: pointer;
	overflow: auto;
	height: 280px;
	font-family: Arial,Verdana,sans-serif;
	font-size: x-small;
	color: #666644;
	text-align: left; 
	list-style-type: none;
	z-index: 5;
}
.highlightedListItem
{
	background-color: #e7ecca;
	color: black;
	padding: 1px;
}
.listItem 
{
	background: White;
	color: #666644;
	padding: 1px;
}
.Green {
    color: Green;
}
.Red {
    color: Red;
}
.popuppage a   		    { text-decoration: none; cursor: hand; }
