﻿/* 
    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, Arial, Helvetica, sans-serif;
    font-size: 13px;
	background: #626262 url('../images/template/curve3.jpg') no-repeat top center; 
}

input, select, option, textarea
{
    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:#ED1C24; /* ie */
	background-color: #ED1C24; /* mozilla */
	width: 100%;
	margin: 5px 0px 5px 0px;
}

ul 
{
  text-align: left;
  list-style-type: disc;
  list-style-position: outside;
  margin: 10px 5px 15px 25px;
  list-style-image: url('../images/icons/arrowsmall.png');
}

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 ul ul, ol ol, ol ol ol {
  text-align: left;
  list-style-type: square;
  list-style-position: outside;
  margin: 10px 5px 15px 50px;
}

ul ul li, ul ul ul li, ul ol li, ul ol ol li
{
  margin-bottom: 3px;
}

/* end nested list 1 level */

table {
	border-collapse:collapse;
}

th 
{
    
}

td 
{
    
}

h1
{
    font-size: 16px;
    font-weight: bold;
    margin: 5px 0px 8px 0px;
    color: #ee2b33;
}

h2 
{
    font-size: 15px;
    font-weight:bold;
    margin: 5px 0px 5px 0px;
}

h3 
{
    font-size: 14px;
    font-weight:bold;
    margin: 5px 0px 5px 0px;
    color: #003C85;
}

h4 
{
    font-weight:bold;
    font-size: 14px;
    margin: 5px 0px 5px 0px;
}

h5 
{
    font-weight:bold;
    font-size: 13px;
    margin: 5px 0px 5px 0px;
}

h6 
{
    font-weight:bold;
    font-size: 13px;
    margin: 5px 0px 5px 0px;
}

img {
     border:none;
}

a:link, a:active
{
    color: #003C85;
}

a:visited 
{
    color: #003C85;
}

a:hover { color: #444444; }

/* 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 td,
.alert a:link,
.alert a:hover,
.alert a:visited,
.alert a:active,
.alert,
input.alert
{
    color: #cc3300;
    font-weight: bold;
}

.message a:link, 
.message a:hover,
.message a:visited,
.message a:active,
.message
{
    color: #003399;
    font-weight: bold;
}

.info a:link, 
.info a:hover,
.info a:visited,
.info a:active,
.info
{
    color: #0033ff;
    font-weight: bold;
}

.tinyText 
{
    font-size: 85%;
}

table.tableInputForm td 
{
    padding: 3px;
    text-align:left;
    vertical-align:top;

}

table.grid1 
{
    border-collapse:collapse;
}

table.grid1 th
{
    border: 1px solid #D7D7D7;
    padding: 3px;
    font-weight: bold;
    background-color: #626262;
    color: #fff;
}

table.grid1 th a:link, table.grid1 th a:hover, table.grid1 th a:visited, table.grid1 th a:active
{
    text-decoration: underline;
    color: #fff;
}

table.grid1 td 
{
    border: 1px solid #D7D7D7;
    padding: 3px;
    vertical-align:top;
    background-color: #fff;
}

table.grid1 .alternate, 
table.grid1 .alternate td
{
    border: 1px solid #D7D7D7;
    padding: 3px;
    background-color: #F7F7F7;
    vertical-align:top;
}

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: #eaeaea;
    text-align: left;
}

table.grid1 .footer td
{
    border: 1px solid #D7D7D7;
    padding: 3px;
    font-weight: bold;
    background-color: #999;
    color: #fff;
}


table.grid1 .pager td {
    border: 1px solid #D7D7D7;
    padding: 3px;
    font-weight: bold;
    background-color: #eaeaea;
    color: #000;
    text-align:right;
    font-size: 90%;
}

table.grid1 .pager td table, 
table.grid1 .pager td table td {
    border: none;
}

table.grid1 .pager td a,
table.grid1 .pager td a:visited,
table.grid1 .pager td a:active,
table.grid1 .pager td a:link,
table.grid1 .pager td a:hover 
{
    background: #f0f0f0;
    padding-left: 3px;
    padding-right: 3px;
    border-top: 1px solid #C0C0C0;
    border-left: 1px solid #C0C0C0;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
    text-decoration: none;
    color: #333;
    font-weight: normal;
}

table.grid1 .pager td a:hover 
{
    background: #E2E2E2;
    color: #000;
}

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;
}

/* 5/22/2009 [CMG]:  This is the class for the hyperlink style on the tabbed panel links on the homepage of more info. */

a.moreInfoLinks
{
    padding:3px 5px 3px 5px; 
    background-image:url(../images/icons/gradient-darkred.jpg);
    color:White; 
    text-decoration:none; 
    border: outset 1px #999999; 
    font-weight:bold;
}