html, body { height:100%; }

html 
{ 
    height: 100%; 
    margin: 0pt; 
    padding: 0pt; 
    margin-bottom: 1px; 
}

body
{
	background: rgb(0, 30, 84);
	font-family: Corbel;
    padding: 0px;
    margin: 0px;
}

.background
{
	margin-left: auto; 
	margin-right: auto; 
    margin-top: 10px;
	height: 98%; 
	width: 90%; 
}

.custombackground
{
	background: white;
	margin: 0 0 0 0;
	height: 100%;
	width: 100%;
}

.page
{
	position:relative;
	height: 100%; 
	overflow-y: auto;
	overflow-x: hidden;
	background: white; 
	box-shadow: 3px 3px 3px #666; 
	-webkit-box-shadow: 3px 3px 3px #666;
	-moz-box-shadow: 3px 3px 3px #666; 
	border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; 
	border: 1px solid #000; 
}

table tbody tr.clickable:hover
{
	background: rgb(0, 30, 84);
	color: White;
	cursor: pointer;
}

table tbody td.clickable:hover
{
	background: rgb(0, 30, 84);
	color: White;
	cursor: pointer;
}

.actiontable
{
	width: 90%;
	height: 90%;
	margin-left: auto; 
	margin-right: auto; 
}

.actionlist
{
	height: 90%;
	box-shadow: 3px 3px 3px #666; 
	-webkit-box-shadow: 3px 3px 3px #666;
	-moz-box-shadow: 3px 3px 3px #666; 
	border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; 
	border: 1px solid #000; 
}

.actionheader
{
	background: rgb(0, 30, 84);
	color: white; 
	padding-left: 5px; 
}

.controlheader
{
	background: rgb(0, 30, 84);
	color: white;
	padding-left: 5px; 
}

.commandlist
{
	margin-left: auto; 
	margin-right: auto; 
	height: 50px;
	position:absolute; 
	right: 40px;
	bottom: 20px;
}

.pageinner
{
	margin: 5px;
	xheight: 100%;
	width: 98%;
	position:relative; 
	z-index:2; 
}

.controlopen
{
	position:absolute; 
	right: 0px;
	top: 0px;
	margin-right: 10px;

}

.splash
{
	position:absolute; 
	right: 20px;
	bottom: 100px;
}

.control
{
	visibility: collapse;
	display: block;
	height: 100%; 
	width: 20%;
	float: right; 
	background: white; 
	box-shadow: 3px 3px 3px #666; 
	-webkit-box-shadow: 3px 3px 3px #666;
	-moz-box-shadow: 3px 3px 3px #666; 
	border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; 
	border: 1px solid #000; 
}

.controlInner
{
	margin: 7px;
}

#background
{
	position:absolute; 
	z-index:1; 
	width:99%; 
}

h3
{
	font-style: italic;
	color: gray;
}

img
{
	border: none;
}

.hrule
{
	height: 10px;
	width: 90%;
	margin-left: 5%;
	background: white; 
	box-shadow: 3px 3px 3px #666; 
	-webkit-box-shadow: 3px 3px 3px #666;
	-moz-box-shadow: 3px 3px 3px #666; 
	border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; 
	border: 1px solid #000; 
}

.searchcriteria
{
	margin-left: 20px;
	margin-right: 20px;
	position: relative;
}

.searchresults
{
	margin-left: 20px;
	margin-right: 20px;
	position: relative;
}

.searchbutton
{
	position:absolute; 
	right: 0px;
	top: 0px;
	margin-right: 10px;
}

.searchcriterion
{
	font-style: italic;
}

.searchresultheading
{
	font-weight: bold;
	font-size: medium;
	color: darkred;
}

.searchresult
{
	margin: 0;
	padding: 0;
}

.searchresult td 
{
	margin: 0;
	padding: 0;
}

#MySplitter {
	height: 100%;
	width: 90%;
	margin-left: 5%;
	/* border: 4px solid #cca; */
	/* No padding allowed */
}
/*
 * Top element of the splitter. Use pixel units for the
 * min-height and max-height; the splitter plugin parses them to
 * determine the splitter movement limits. Set the height to
 * the desired initial height of the element; the plugin changes
 * the height of this element dynamically.
 */
#TopPane {
	/* background: #ffe; */
	overflow: auto;
	/* Initial/min/max height for this pane */
	height: 60%;
	min-height: 50px;
	/*max-height: 200px;*/
	/* No margin or border allowed */
}
/*
 * Bottom element of the splitter; the plugin changes the top
 * position and height of this element dynamically.
 */
#BottomPane {
	/* background: #ffd; */
	overflow: auto;
	padding: 10px 0px 10px 0px;
	/* No margin or border allowed */
}
/* 
 * Splitter bar style; the .active class is added when the
 * mouse is over the splitter or the splitter is focused
 * via the keyboard taborder or an accessKey. 
 */
#MySplitter .hsplitbar {
	height: 6px;
	background: rgb(0, 30, 84);
	/*background: #cca url(hgrabber.gif) no-repeat center;*/
	box-shadow: 3px 3px 3px #666; 
	-webkit-box-shadow: 3px 3px 3px #666;
	-moz-box-shadow: 3px 3px 3px #666; 
	border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; 
	/* No margin, border, or padding allowed */
}
#MySplitter .hsplitbar.active, #MySplitter .hsplitbar:hover 
{
	background: #e88 url(hgrabber.gif) no-repeat center;
}

.popup
{
    position: relative;
    font-size:13px; 
    z-index:100;
    margin:0px 30px 0px 30px;
    padding:0;
}

.popupComplete
{
    position: relative;
    font-size:13px; 
    z-index:100;
    margin:0px 30px 0px 30px;
    padding:0;
    background: transparent;
    border: none;
    font-weight:bold;
    text-decoration:none; 
    white-space:nowrap; 
    color:gray;
    font-family: inherit;
}

.popup a
{
    font-weight:bold;
    text-decoration:none; 
    white-space:nowrap; 
    color:gray;
}

.popup:hover a
{
    color: rgb( 0, 30, 84);
}

.popupComplete:hover
{
    color: rgb( 0, 30, 84);
}

.hidden
{
    position: absolute;
    bottom: 1.2em;
    right: 0px;
    max-height: 600px;
    width: 270px;
    background: white;
    border: 1px solid rgb( 0, 30, 84);
    visibility: hidden;
	box-shadow: 3px 3px 3px #666; 
	-webkit-box-shadow: 3px 3px 3px #666;
	-moz-box-shadow: 3px 3px 3px #666; 
	border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; 
	overflow: auto;
    white-space:nowrap; 
    padding: 5px;
}

.popup:hover .hidden
{
    visibility: visible;
}

.hidden input
{
    margin: 2px;
    padding: 0 0 0 2px;
    font-size: 11px;
    font-family: inherit;
}

.PickList  .Frame
{
    background: white;
    border: 1px solid rgb( 0, 30, 84);
    margin: 5px;
    padding: 3px;
	box-shadow: 3px 3px 3px #666; 
	-webkit-box-shadow: 3px 3px 3px #666;
	-moz-box-shadow: 3px 3px 3px #666; 
	border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; 
}

.Frame
{
    background: white;
    border: 1px solid rgb( 0, 30, 84);
    margin: 5px;
    padding: 3px;
	box-shadow: 3px 3px 3px #666; 
	-webkit-box-shadow: 3px 3px 3px #666;
	-moz-box-shadow: 3px 3px 3px #666; 
	border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; 
}

.PickList .Frame.Clickable:hover
{
	background: rgb(0, 30, 84);
	color: White;
	cursor: pointer;
}

.Grid
{
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    width:100%;
    border-collapse:collapse;
}

.Grid td, .Grid th 
{
    font-size:1em;
    border:1px solid #98bf21;
    padding:3px 7px 2px 7px;
}

.Grid th 
{
    font-size:1.1em;
    text-align:left;
    padding-top:5px;
    padding-bottom:4px;
    background-color:#A7C942;
    color:#ffffff;
}

.Grid tr.alt td 
{
    color:#000000;
    background-color:#EAF2D3;
}

.GridAction
{
    margin-left: 5px;
    margin-right: 5px;
}

ul.rotator 
{
    list-style: none outside none; 
    margin: 0px; 
    padding: 0px; 
    height: 150px; 
    overflow: hidden; 
}

ul.rotator li, ul.rotator li a, ul.rotator li img, ul.rotator li a img 
{
    margin: 0px; 
    padding: 0px; 
    height: 150px; 
    border: medium none; 
}

.jqplot-yaxis-tick
{
    white-space: nowrap;
    max-width: 200px;
}

.jqplot-point-label 
{
    white-space: nowrap;
    overflow: visible;
}

