﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
	background-color: #ffffff;
	font-size: .75em;
	font-family: Verdana, Helvetica, Sans-Serif Palatino Linotype;
	margin: 0 auto;
	padding: 0;
	color: #000000;
	height:100%;
	min-height: 100% !important;
}


a:link
{
	color: #000000;
	text-decoration: underline;
}
a:visited
{
	color: #000000;
}
a:hover
{
	color: #000000;
	text-decoration: none;
}
a:active
{
	color: #000000;
}

p, ul
{
	margin-bottom: 2em;
	line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
	font-size: 1.5em;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

h1
{
	font-size: 2em;
	padding-bottom: 0;
	margin-bottom: 0;
}
h2
{
	padding: 0 0 0.7em 0;
}
h3
{
	font-size: 1.2em;
}
h4
{
	font-size: 1.1em;
}
h5, h6
{
	font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
	margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
#page
{
	position:relative;
	display:block;
	width: 110em;
	margin: 2em auto;
	padding: 0.2em;
	height:100%;
	min-height: 100% !important;
	background-color:#596c58;
}

#page-content
{
	position: relative;
	display:block;
	width:108em;
	padding:1em;
	background-color: #D9DBDB;
	/*border:1em solid #596c58;*/
	height:100%;
	min-height: 100% !important;
	_height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#header
{
	position: relative;
	display:block;
	margin:0;
	padding:0;
	border-bottom:2px solid black;
	margin-bottom:1em;
	width:100%;
}


#login
{
    position:absolute;
    top:-0.5em;
    right:-0.5em;
}



#footer
{
	color: #999;
	padding: 10px 0;
	text-align: center;
	line-height: normal;
	margin: 0;
	font-size: .9em;
	
}

.clear
{
	border: medium none;
	clear: both;
	float: none;
	font-size: 0;
	height: 0;
	line-height: 0;
}

/* TAB MENU   
----------------------------------------------------------*/
#menu-container
{
	width:96%;
	--text-align:left;
	background-color:#596c58;
	padding:0;
}

ul#menu
{
	padding:3px;
	margin:0;
	width:100%;
	/*border:1px solid red;*/
}

ul#menu li
{
	display: block;
	list-style: none;
	/*border:1px solid red;*/
}

ul#menu li#greeting
{
	padding: 10px 20px;
	font-weight: bold;
	text-decoration: none;
	line-height: 2.8em;
	color: #fff;
}

ul#menu li a
{
	float:left;
	font-weight: bold;
	text-decoration: none;
	line-height: 2em;
	background-color: #2878B5;
	color: #000;
	--border:1px solid blue;
	width:13em;
	padding: 0.2em 0.4em;
	margin:0;
}

ul#menu li a:hover
{
	background-color: #fff;
	text-decoration: none;
	background-color: #ccc;
	color:#034af3;
}

ul#menu li a:active
{
	background-color: #fff;
	text-decoration: none;
}

ul#menu li.selected a
{
	background-color: #fff;
	color: #000;
}


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    /*
	--margin: 1em 0;
	--padding: 1em;
	--border: 1px solid #7E827D ;
*/
}


fieldset label
{
	display: block;
}


legend
{
	font-size: 1.1em;
	font-weight: bold;
	padding: 2px 4px 8px 4px;
}

input[type=text]
{
    	border: 1px solid #7E827D;
}



select 
{
    overflow:auto;
    border: 1px solid #7E827D;
}

textarea
{
    overflow:auto;
    border: 1px solid #7E827D;
}

/* TABLE
----------------------------------------------------------*/

table
{
	/* border: solid 0px #e8eef4; */
	border-collapse: collapse;
}

table td
{
	padding: 5px;
	/*border: solid 1px #e8eef4;*/
}

table th
{
	padding: 6px 5px;
	text-align: left;
	background-color: #2878B5;
	/*border: solid 1px #e8eef4;*/
}

/* MISC  
----------------------------------------------------------*/


div#title
{
	position:relative;
	display: block;
	float: left;
	text-align: left;
	height: 10em;
	width: 100%;
}

div#title img
{
	position:absolute;
	width:40em;
	border:0;
	left:0;
	bottom:0;
	/*margin-left:-20em;*/
}

#main-content-container
{
	position: relative;
	display:block;
	height:auto;
	width: 100%;
	/*border:1px solid red;*/
}

#left-container
{
	float:left;
	/*border: 2px solid blue;*/
	width:15em;
}

#middle-container
{
	float:left;
	/*border: 1px solid yellow;*/
	width:92em;
	margin-left:0.5em;
}


form 
{
	height:100%;
	min-height: 100% !important;
}

img
{
	border:0;
}


.any-page-content-title
{
	font-weight:bold;
	padding: 0.6em 0;
	font-size:2em;
	background-color:#fff;
	padding: 0.5em;
}

.bottom-hyperlink
{
	background-color:#fff;
	display:inline-block;
	top:1em;
	padding:1em;
}

.bottom-hyperlink a
{
	/*border:1px solid red;*/
	padding:1em;
}

/*
.error
{
	color:Black;
	background-color:Red;
	border:3px solid black;
	min-height:3em;
	line-height:3em;
	vertical-align:middle;
	text-align:center;
	width:100%;
	font-size:2em;
}
*/


.debug
{
    border:1px solid red;
}

#middleDiv 
{
	margin: auto; 
	width:400px;
	height:200px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-100px;
	margin-left:-200px;
	padding:0 10px;
}

#middleDivBox
{
	float: left;
	width: 90%;
	height: 90%;
}

.report-button img
{
    vertical-align: middle;
}
