﻿/*----------------------------------------------------------
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
{
    color: #222;
    background: url(../images/backgrounds/bg.gif) #E9EFEF;
    font-family: Verdana, Arial;
    font-size: 0.75em;
}

.content a:link
{
    color: #008800;
    text-decoration: none;
}
.content a:visited
{
    color: #008000;
    text-decoration: none;
}
.content a:hover
{
    color: #1d60ff;
    text-decoration: none;
    border-bottom: 1px dotted #1d60ff;
}
.content a:active
{
    color: #12eb87;
    text-decoration: none;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.5em;
    text-align: justify;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1
{
	font-family: Arial;
	font-size: 24px;
	color: #006666;
	font-weight: bold;
	margin: 0px 25px 5px 25px;
	padding-top: 10px;
	border-bottom: 1px solid #006666;
}
h2
{
    color: #005284;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
}
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
{
    margin-left: auto;
    margin-right: auto;
    width: 790px;
}

.content 
{
	padding: 20px 220px 5px 30px;
}

.sidebar 
{
	float: right;	
	width: 180px;
	margin-right: 10px;
	padding-top: 20px;
}

#header
{
   background-color: #E9F0F8;
   margin-right: auto;
   margin-left: auto;
}

#header .slogan{
     text-align: center;
     font-family: sans-serif, Verdana;
     font-style: italic;
     font-size: 1.25em;
     color:#285782;
	 padding: 30px 0px 5px 0px;
   }
   
#main
{
    background-color: #fff;
    /*padding: 20px 5px 5px 20px;
    _height: 1px;  only IE6 applies CSS properties starting with an underscrore */
}

#footer
{
   font-size: .8em;
   font-family: Verdana, Arial;
   background: url(../images/backgrounds/navback.jpg) repeat-x #397BB5;
   text-align: center;
   height: 2em;
}

#copyright{ 
   line-height: 2em;   
}

/* TAB MENU   
----------------------------------------------------------*/

#menucontainer
{
    
}

ul#menu
{
    text-align: right;   
    background: url(../images/backgrounds/navback.jpg) repeat-x #397BB5;
    padding: 0;
	margin: 0;
	height: 23px;
	padding-top: 2px;
}

ul#menu li
{
    display: inline;
    list-style: none;      
}

ul#menu li a
{
    padding: 4px 20px 6px 20px;    
    border-left: 1px solid #066;    
    font-size: 1em;
    font-family: Verdana, Arial, Sans-Serif;
    color: #FFF;
    text-decoration: none;	
}
ul#menu li a:Hover
{
   color: #B6EFC2;
   text-decoration: none;
}

/* BULLET LISTS 
----------------------------------------------------------*/

.points 
{
	margin-left:20px;
}
ul.points  {
   margin-bottom: 15px; 
}
ul.points li {
  list-style-image: url(../images/check_blue.gif);
  line-height: 1.5em;
  margin-left: 20px;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
	margin-bottom: 10px;
    padding: 0.5em;
    border: 1px solid #CCC;
    background-color: #F9F9F9;
    font-family: Verdana, Arial;	
}
fieldset.side
{
	font-size: 0.9em;
	line-height: 1.5em;
}

fieldset p 
{
    margin: 2px 5px 10px 5px;
}

fieldset label 
{
    display: inline;
}

fieldset label.block 
{
    display: block;
}

fieldset a
{
	text-decoration: none;	
	color: #222;
}

legend 
{
    font-size: 1.5em;
    font-weight: 800;
    padding: 2px 4px 2px 4px;
}

input 
{
	font-family: Verdana, Arial;
    font-size: x-small;
}

input[type="text"] 
{
    width: 75px;    
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 75px;    
    border: 1px solid #CCC;
}

/* FORM ERRORS 
----------------------------------------------------------*/

label.error
{
    color: #F00;
    display:inline;
}
input.error, select.error, textarea.error {
	border: 1px solid red;
	background-color: #FFFFD5;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: solid 1px #e8eef4;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}

/* MISC  
----------------------------------------------------------*/

.rightImg {
   float: right;
}
.rightImg.side {
   margin-right: -10px;
}
.leftImg {
   float: left;
}

.clear
{
    clear: both;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:Blue;
}

#logindisplay a:link
{
    color: blue;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: blue;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: blue;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.note {
   font-size: 10px;
}
.group:after 
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* IE patches
----------------------------------------------------------*/

/* PNG fix */

* html #selector 
{
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='img/image.png');*/
	background-image: none;
	background-repeat: no-repeat;
	background-color: Transparent;
}

/* self-clear floats */

/* IE 6 */
* html .group 
{   
	height: 1%;
}

/* IE7 */
*:first-child+html .group 
{
	min-height: 1px;
}
