﻿/* CSS Document */

.body {
   background-color:#89afd5;
   margin-left:0;
	margin-right:0;
	margin-top:0;
	margin-bottom:0;
	font-family: Franklin Gothic Book, Verdana, Sans-Serif;
 }

/* --[[ Text ]]-- */

p { 
  margin: 0 0px 0px 0px; 
	font-family: Franklin Gothic Book, Verdana, Sans-Serif;
	font-size:13px; 
	padding-left:7px; 
	line-height:17px;
 } 

h1 { 
  margin: 0 0px 0px 0px;
	color:#000000; 	
	font-family: Franklin Gothic Book, Verdana, Sans-Serif; 
	font-size:16px;
	padding-left:7px; 
	padding-top:5px; 
	font-weight:bold;
 }

h2 { 
  margin: 0 0px 0px 0px; 
	color:#FFFFFF;
	font-family: Franklin Gothic Book, Verdana, Sans-Serif;
	font-size:14px;
	padding-left:7px; 
	padding-top:2px;
	padding-bottom:2px;
	font-weight:bold;
  }
	
#outer { 
  text-align:left;
	padding:0;
	width:890px;
	margin-left:auto;
	margin-right:auto;	
	background-repeat:no-repeat;
	background-position: top;
  }

#banner {
  height:auto;
	width:auto;
  }

#right { 
  width:275px;
  height :500px;
  float:right;
  }

#content {
 width:602px;
 float:left;
 }

#login {
  width:272px;
  background-color:#FFFFFF;
  border:#CCCCCC 1px solid;
  }	
 
#footer1 {
  width:100%;
  font-size: 12px;
  font-family: Franklin Gothic Book, Verdana, Sans-Serif;
  } 

/* Rollovers */
a:link { text-decoration: none;color:#000000;}
a:visited { text-decoration: none; color:#000000;}
a:focus { color:#000000;}
a:hover { color:#000000;text-decoration:underline;}
a:active { color:#000000;}

.steps_header { background-color: #dc1c17; color: White; font-size: 10pt; font-weight: bold; padding-left: 10px; }
.steps { background-color: White; color: #000000; font-size: 10pt; padding-left: 10px; line-height: 28px; padding-top: 5px; padding-bottom: 5px; }
.steps_border { border:1px solid #cccccc; background-color: White; }

.content_header { background-color: White; color: #dc1c17; font-size: 12pt; font-weight: bold; padding-left: 10px; }
.content { background-color: White; color: #000000; font-size: 10pt; padding-left: 20px; padding-top: 10px; height:inherit; }

.table { background-color: #eeeeee; background-image:url(../Images/bar.jpg);	background-repeat:no-repeat; }

.table_header { background-color: White; color: #dc1c17; font-size: 10pt; font-weight: bold; padding-left: 20px; }
.table_content { background-color: White; color: #000000; font-size: 10pt; padding-left: 10px; padding-top: 3px; padding-bottom: 3px; }
.table_subheader { background-color: White; color: #000000; font-size: 10pt; padding-left: 20px; }

.footer { color: Black; font-size: 8pt; }

.leapAdminMenu { background-color: #dc1c17; color: White; font-size: 10pt; font-weight: bold; }
.leapAdminMenu a:link { text-decoration: none; color: White; padding: 0px 15px 0px 15px; }
.leapAdminMenu a:visited { text-decoration: none; color: White; padding: 0px 15px 0px 15px; }
.leapAdminMenu a:focus { color: White; padding: 0px 15px 0px 15px; }
.leapAdminMenu a:hover { color: #babac6; text-decoration:underline; padding: 0px 15px 0px 15px; }
.leapAdminMenu a:active { color: White; padding: 0px 15px 0px 15px; }
.leapAdminMenu table { border-right: solid 1px #ffffff; }
.leapAdminMenu td { height: 25px; }