﻿/* 
    This file typically is not edited without serious consideration for the effects acrossed
    the rest of the site
*/
/* Base HTML Element Styles */
* { margin: 0px;padding:0px; }

body
{
    font-family: verdana;
    font-size: 0.8em;
    background-color: #797979;
}

textarea
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em;
    margin: 0px 5px 0px 0px;
}

option
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em;
    margin: 0px 5px 0px 0px;
}

select
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em;
    margin: 0px 5px 0px 0px;
}

input
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em;
    margin: 0px 5px 0px 0px;
}

p 
{
    margin: 10px 0px 10px 0px;
}

hr {
	border: none;
	height: 1px;
	color:#336699; /* ie */
	background-color: #336699; /* mozilla */
	width: 100%;
}

ul {
  text-align: left;
  list-style-type: disc;
  list-style-position: outside;
  margin: 10px 5px 15px 25px;
}

ol {
  text-align: left;
  list-style-type: decimal;
  list-style-position: outside;
  margin: 10px 5px 15px 35px;
}

li 
{
  margin-bottom: 3px;

}

/* nested lists*/
ul ul ul {
  text-align: left;
  list-style-type: square;
  list-style-position: outside;
  margin: 5px 5px 5px 20px;
}

ul ul {
  text-align: left;
  list-style-type: square;
  list-style-position: outside;
  margin: 5px 5px 5px 20px;
}

ul ul ul li
{
  margin-bottom: 3px;

}

ul ul li
{
  margin-bottom: 3px;

}

/* end nested list 1 level */

table {
	border-collapse:collapse;
}

th 
{
    
}

td 
{
    
}

h1
{
    font-size: 100%;
    font-weight: bold;
    font-style: italic;
    color: #fff;
    padding: 6px;
    background: #1D58A6;
}

h2 
{
    font-size: 135%;
    font-weight:bold;
    margin: 5px 0px 5px 0px;
    border-bottom: 1px solid black;
}

h3 
{
    font-size: 125%;
    font-weight:bold;
    margin: 5px 0px 5px 0px;
}

h4 
{
    font-weight:bold;
    font-size: 115%;
    margin: 5px 0px 5px 0px;
}

h5 
{
    font-weight:bold;
    font-size: 110%;
    margin: 5px 0px 5px 0px;
}

h6 
{
    font-weight:bold;
    font-size: 100%;
    margin: 5px 0px 2px 0px;
    color: #1D58A6;
}

img {
     border:none;
}

blockquote 
{
    padding: 5px 0px 5px 30px;
}

a:active
{
    color: #FE3337;
}

a:link
{
    color: #FE3337;
}

a:hover
{
    color: #FE3337;
}

a:visited 
{
    color: #FE3337;
}

/* alert and message classes */
div.messageContainer 
{
    border: solid 1px #D7D7D7;
    background-color: #F7F7F7;
    margin: 5px 30px 5px 30px;
    text-align: center;  
    padding: 5px 15px 5px 15px; 
    vertical-align: middle;
}

.alert
{
    color: #cc3300;
    font-weight: bold;
}

.alert a:active
{
    color: #cc3300;
    font-weight: bold;
}

.alert a:visited
{
    color: #cc3300;
    font-weight: bold;
}

.alert a:hover
{
    color: #cc3300;
    font-weight: bold;
}

.alert a:link
{
    color: #cc3300;
    font-weight: bold;
}

.alert td
{
    color: #cc3300;
    font-weight: bold;
}

.message
{
    color: #003399;
    font-weight: bold;
}

.message a:active
{
    color: #003399;
    font-weight: bold;
}

.message a:visited
{
    color: #003399;
    font-weight: bold;
}

.message a:hover
{
    color: #003399;
    font-weight: bold;
}

.message a:link
{
    color: #003399;
    font-weight: bold;
}

.info
{
    color: #0033ff;
    font-weight: bold;
}

.info a:active
{
    color: #0033ff;
    font-weight: bold;
}

.info a:visited
{
    color: #0033ff;
    font-weight: bold;
}

.info a:hover
{
    color: #0033ff;
    font-weight: bold;
}

.info a:link
{
    color: #0033ff;
    font-weight: bold;
}

.tinyText 
{
    font-size: 85%;
}

table.tableInputForm td 
{
    padding: 3px;
    text-align:left;
    vertical-align:top;
}

table.logos {
	margin:auto;
}

table.logos td{
	margin: auto;
	padding-bottom: 10px;
}

table.grid1 {
    border-collapse:collapse;
    width: 90%;
    margin: auto;
}

table.grid2 {
    border-collapse:collapse;
    width: 90%;
    margin: auto;
}

table.appointment {
	margin: auto;
	width: 60%;
	border: 1px solid #797979;
}

table.appointment th{
	padding: 3px;
	background: #797979;
	color: white;
	font-weight: bold;
}

table.appointment td{
	padding: 3px;
}

table.grid1 th
{
    border: 1px solid #D7D7D7;
    padding: 3px;
    font-weight: bold;
    background-color: #1D58A6;
    color: #fff;
}

table.grid1 th a:active
{
    text-decoration: underline;
    color: #fff;
}

table.grid1 th a:visited
{
    text-decoration: underline;
    color: #fff;
}

table.grid1 th a:hover
{
    text-decoration: underline;
    color: #fff;
}

table.grid1 th a:link
{
    text-decoration: underline;
    color: #fff;
}

table.grid1 td 
{
    border: 1px solid #D7D7D7;
    padding: 3px;
}

table.grid1 .alternate td
{
    border: 1px solid #D7D7D7;
    padding: 3px;
    background-color: #F7F7F7;
}

table.grid1 .alternate
{
    border: 1px solid #D7D7D7;
    padding: 3px;
    background-color: #F7F7F7;
}

table.grid1 .empty td
{
    background-color: #f8f8f8;
    font-size: 15px;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: left;
    background-image: url(../images/standard/empty.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 40px;
}

table.grid1 .subcategory td
{
    background-color: #cc9966;
    text-align: left;
}

table.grid1 .footer td
{
    background-color: #ff9900;
    text-align: left;
}

input.button1, input#button1
{
    background: url(../images/standard/fade.png); 
	border: 1px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	padding: 2px;
	font-size: 12px;
	font-weight: bold;
	margin-right: 5px;
}

div.validationSummary 
{
    margin: 5px 10px 5px 10px;
    padding: 5px;
    border: 1px solid red;
    background: #F7F7F7;
    color:Red;
}