﻿/*----------------------------------------------------------
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.
----------------------------------------------------------*/
html,
body
{
    background-color: white; 
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000; 
    margin: 0;
    padding: 0;      
    height: auto;
}

a:link
{
    color: #000000;
    text-decoration: none; 
}
a:visited
{
    color: #000000;
}
a:hover
{
    color: #E4170E;
    text-decoration: none;
}
a:active
{
    color: #E4170E;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 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
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#header
{   
    position: relative;
    background-color: White;
    margin-bottom: 0px;   
    color: #000;
    padding: 0;    
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
}

#main
{
    clear: both;
    padding: 30px 30px 30px 30px;
    background-color:  #ffffff; 
    margin-bottom: 0px;
    margin-left: 100px;
    margin-right: 100px;	
    _height: 1px;  /* only IE6 applies CSS properties starting with an underscore */ 
}

 #footer
{   
	/* padding: 100px auto auto auto;	
    background: #E5E5E5;
    position: fixed;
    left: 0;
    bottom: 0;
    text-align: center;
    font-size: .9em;
    height: 40px;
    width: 100%; 
	clear: both; */
	
	    width: 100%; 
	position: fixed;
    left: 0;
    bottom: 0;
background-color: #000;
color: #DDD;
text-align: center;
height: 40px;
clear: both;
} 

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #ffffff;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #E4170E;
}

ul#menu li a:hover
{
    background-color: #ffffff;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #ffffff;  
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    border:1px solid #ddd;
    padding:0 1.4em 1.4em 1.4em;
    margin:0 0 1.5em 0;
}

legend 
{
    font-size:1.2em;
    font-weight:bold;
}

textarea 
{
    min-height: 75px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/
table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;  
}

table td 
{
  padding: 0px 0px 0px 2px;   
  border: solid 1px #e8eef4;
 
  font-size:1em;  
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
  font-size:1em;
}

.table-noborder 
{
    width:100%;
    border: none;
    border-collapse: collapse;  
}

.table-noborder td 
{
  padding: 0px;   
  border: none;
  font-size:1em;  
}

.table-noborder th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: none;   
  font-size:1em;
}

.table-grid 
{
    width:100%;
    border: solid 1px #e8eef4;
    border-collapse: collapse;  
    font-size:1em;   
}

.table-grid th 
{  
  text-align: center;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4; 
} 

.table-grid td { 
    border:1px solid #e8eef4;    
    text-align: center;
} 


.table-grid tbody tr:nth-child(even) { background: #CCC }

.table-grid tbody tr:nth-child(odd)  { background: #FFF }

.table-grid tr:hover td { background-color: yellow }


.grid-table 
{
    width:100%;
    border-collapse:collapse; 
    border:1px solid #000000;   
}

.grid-table td { 
    border:1px solid #000000; 
   
    text-align: center;
} 

.grid-table th {
    border: 1px solid white;
    font-size: 0.7em;
    background: black;
    color: red;
    text-align: left;
} 

.grid-table tr:hover td { background-color: yellow }

.grid-table tr.even { 
    background-color: #d5d5d5; 
}

.grid-table tr.odd {
    background-color: #e5e5e5; 
}
	
.gridrownocolor-table 
{
    width:100%;
    border-collapse:collapse; 
    border:1px solid #000000;
}

.gridrownocolor-table td { 
    border:1px solid #000000; 
    font-size:0.9em;
    text-align: center;
} 

.gridrownocolor-table th {   
    font-size:0.9em;
    background: black;
    color: white;
    text-align: center;
} 	

.gridrownocolor-table tr:hover td { background-color: yellow }

.alternate{
    width:100%; 
    border-collapse:collapse; 
}
.alternate td{ 
    padding:7px; border:#4e95f4 1px solid;
}
/* provide some minimal visual accomodation for IE8 and below */
.alternate tr{
    background: #b8d1f3;
}
/*  Define the background color for all the ODD background rows  */
.alternate tr:nth-child(odd){ 
    background: #b8d1f3;
}
/*  Define the background color for all the EVEN background rows  */
.alternate tr:nth-child(even){
    background: #dae5f4;
}

.homepagecustomresults
{
	width: 100%;  
	margin: 0 auto;
	padding: 20px 0px 25px 0px;   
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:40px;
    clear: both;
    float: left;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

#hyperlink-nodecoration
{   
    display:block;  
    color:Blue;
}

#hyperlink-nodecoration a:link
{
    color:Blue;
    text-decoration: none;
}

#hyperlink
{   
    display:block;  
    color:Blue;
}

#hyperlink a:link
{
    color: Blue;
    text-decoration: underline;
}

#hyperlink a:visited
{
    color: Blue;
    text-decoration: underline;
}

#hyperlink a:hover
{
    color: Blue;
    text-decoration: none;
}

#wrapper
{
	padding: 0px; 	
	min-height:100%;
	position:relative;
}

#content 
{ 
    float: center;
	margin: 10px;   
	padding: 0 0 100px 0;


   /* padding:10px;
    padding-bottom:80px;    Height of the footer element */
}

#container
{

width: 100%;  
}  

#container td{  
font-size:0.8em;
}  


#container ul{  
	list-style: none; 
	list-style-position: outside;  
	font-size:0.8em;
  }  


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

.successmessage 
{ 
	width : 100%;
	margin: 0 auto;
	border:  0px solid #ccc;
	font-weight: bold;
	color: green; 
	font-size:1em;
	height:14px;
}

.failmessage 
{ 
	width : 100%;
	margin: 0 auto;	
	border:  0px solid #ccc;
	font-weight: bold;
	color: red;  
	font-size:1em;
	height:14px;
}

.message 
{ 
	width : 100%;
	margin: 20px 0 20px 0;
	border:  0px solid #ccc;	
	font-weight: bold;	
	font-size:1em;	
}

.highlight { background-color: yellow }

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label
{
    margin: 1em 0 0 0;
}

.display-field,
.editor-field
{
    margin:1em 0 0 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}