@charset "UTF-8";
/* CSS Document */
body{
	background-color:#808080;
}
a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}
h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}
h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}
h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}
h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}
.style1 {
	color: #FF0000;
	font-weight: bold;
}
.panelTable td {
	text-align:left;
	padding-left:3px;
}
.panelTable th {
	font-weight:bold;
}
.startOffset {
	float:left;
}
.posAoffset {
	position:relative;
	left:40px;
	top:15px;
}
.endOffset {
	clear:left;
}
strong {
	font-weight:bold;
}
#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}
#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}
#pageName img{
	position:absolute;
	right: 6px;
	bottom: 5px;
	padding: 0px;
	margin: 0px;
}
#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #808080;
}
#breadCrumb a{
	color: #808080;
}
#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}
#sectionLinks{
	margin: 0px;
	padding: 0px;
}
#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}
#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:   url("/Images/bg_nav.jpg");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}
#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}
.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}
.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}
.relatedLinks a{
	display: block; 
}
#advert{
	padding: 10px;
}
#advert img{
	display: block;
}
#plotPanelTP .bd {
    overflow:auto;
    background-color:#ffffff;
    padding:10px;
}
#plotPanelTP .ft {
    height:15px;
    padding:0;
}
#plotPanelTP .yui-resize-handle-br {
    right:0;
    bottom:0;
    height: 8px;
    width: 8px;
    position:absolute; 
}
#plotPanelGen .bd {
    overflow:auto;
    background-color:#ffffff;
    padding:10px;
}
#plotPanelGen .ft {
    height:15px;
    padding:0;
}
#plotPanelGen .yui-resize-handle-br {
    right:0;
    bottom:0;
    height: 8px;
    width: 8px;
    position:absolute; 
}
#center {
	padding-left:5px;
	padding-top:5px;
	background-color: #ffffff;
}
#bottom {
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #808080;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
#bottom img {
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
#siteName{
	margin: 0px;
	padding: 8px 0px 8px 8px;
	color: #ffffff;
	font-weight: bold;
	background-color:#808080;
}
.yui-menu-button em.yui-button-label {

	font-style: normal;
	display: block;
	text-align: left;
	white-space: nowrap;

	/*  Restrict the width of the label to 5em. */
	width: 10em;

	/* Hide the overflow if the text label exceeds 5em in width. */
	overflow: hidden;

	/* 
		IE, Safari and Opera support the ability to add ellipsis when the text 
		label exceeds 10em in width.
	*/
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.gridSearch {
	height:32px;
}

.LEPRbox {
	margin: 10px;
	padding: 10px;
	border: thin solid #CCC;
	background-color: #EAEAEA;
	float: none;
}

.LEPRbox h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 0px 0px 0px 0px;
}

.LEPRbox td {
	padding:3px;
}

.WhatsNew {
	background-color: #DCF0F6;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 2px solid;
	border-color: #000;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	clear:both;
}

ul li { 
	list-style-type:disc;
	margin-left:20px;
}

li { display:list-item; }

.helpTable table {
	width:100%;
	border-bottom-style:solid;
	border-color:white;
	border-width:2px;
}

.helpTable td {
	border-style:solid;
	border-color:white;
	border-width:2px;
	padding:5px;
}

.helpTable th {
	border-style:solid;
	border-color:white;
	border-width:2px;
	font-weight:bold;
	text-align:center;
}

.expTable table {
	border-style:none;
}

.expTable td {
	border-style:none;
	padding:2px;
	text-align:left;
}

.expTable th {
	border-style:none;
	font-weight:bold;
	text-align:left;
	padding:2px;
}

.expTable h3 {
	color:black;
	font-weight:bold;
	font-size:18px;
	padding-bottom:5px;
	text-align:left;
}

.expTable p {
	font-size:10px;
	padding-top:5px;
}
