﻿html, body, div, h1, h2, h3, h4, h5, h6, dt, dd, blockquote, ul, ol, li, p, pre, form, fieldset, table, th, td, hr { margin: 0; padding: 0; } input, select {margin:0;}/*reset css*/

/*------general------*/

body {margin: 0;font-family: var(--font-family);color:#333333;font-size:11px;}

a img {border: none;}

a {text-decoration: underline;color:#FF3333;}

	a:hover{text-decoration: none;color:;}
	
	a:active{text-decoration: underline;color:;}
	
p {margin:0 0 .5em 0;}

h1, h1 a{font-family: var(--font-family);color:#B22525;display:block;padding:7px;font-size:20px;font-weight:normal;margin-bottom:10px;letter-spacing:1px; border-top:solid 1px #CCCCCC; border-bottom:solid 1px #CCCCCC;}
    h1.alt, h1.alt a {
        font-family: var(--font-family);
        color: #B22525;
        font-size: 18px;
        font-weight: normal;
        padding: 0;
        margin: 0 0 5px 0;
        border: 0;
        text-align: left;
        line-height: 1.2em;
    }

h2, h2 a {
    font-family: var(--font-family);
    font-size: 18px;
    color: #003366;
    font-weight: normal;
    margin: 0 0 .25em 0;
    line-height: 1.2em;
}
h3, h3 a {
    font-family: var(--font-family);
    font-weight: bold;
    font-size: 14px;
    color: #666666;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 .25em 0;
    line-height: 1.2em;
}
h4, h4 a {
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: normal;
    color: #333333;
    margin: 0 0 .25em 0;
    line-height: 1.2em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {text-decoration:none;color:auto;}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {text-decoration:underline;}

hr {color: #CCCCCC;background-color: #CCCCCC;height: 1px;border: 0;width: 100%;margin-bottom:1em;margin-top:1em; clear:both;}
h4, h4 a {font-size:16px;text-transform:uppercase;color:#B10503;font-weight:bold;font-family:var(--font-family); border-bottom:solid 1px #CCCCCC; padding-bottom:5px; width:100%; margin-bottom:10px;}
h5, h5 a {font-size:12px;text-transform:uppercase;color:#B10503;font-weight:bold;font-family:var(--font-family); border-bottom:solid 1px #CCCCCC; padding-bottom:5px; width:100%; margin-bottom:10px;}

.menu a {
    font-family: var(--font-family);
    color: #B22525;
    font-size: 12px;
    font-weight: normal;
}

.adjustedZIndex{z-index: 1;}

.mainheading {
    font-family: var(--font-family);
    color:#B22525;
    padding: 7px;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 10px;
    letter-spacing: 1px;
    height: 35px;
    border-top: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=90);
	opacity:0.4;
}

.ModalPopup {
	background-color:White;
	border-width:3px;
	border-style:solid;
	border-color: #B10503;
	padding:15px;
	width:600px;
	height:300px;
	overflow:auto;
}

.ModalPopupEmail {
	background-color:White;
	border-width:3px;
	border-style:solid;
	border-color: #B10503;
	padding:15px;
	width:400px;
	height:150px;
	overflow:auto;
}

/*------widths------*/

.width-150{width:150px;}
.width-260{width:260px;}
.width-290{width:290px;}
.width-310{width:310px;}
.width-470{width:470px;}
.width-610{width:610px;}
.width-640{width:640px;}
.width-730{width:730px;}
.width-750{width:750px;}
.width-920{width:920px;}
	
/*------global forms------*/

input[type=text]{color:Black;font-size:1.0em;padding:2px;}
textarea{color:Black;font-size:1.0em;}


/*------grid view------*/

.HeaderStyle th
{
    padding-bottom: 5px;
    font-family: var(--font-family);
    color: #B22525;
}

.PagerStyle table
{
    Font-Size:10pt;
}
.PagerStyle table td
{
    border: 0px;
    padding: 1px;
}
.RowStyle td
{
    padding: 5px;
    border-right: dotted 1px #CCCCCC;
}

table.tablesorter{ border:1px solid #ccc; }
table.tablesorter tr{ position:relative; }

.list-padding input
{
    margin: 5px;
}

td.zipCodeColumn div{
	max-height:30px;
	overflow-y:scroll;
}
ul.level2{
    background:#fff;
}