﻿body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 70%;
	margin: 10px;
	padding: 0px;
}
p, h1, h2, h3, h4, div, td, th {
	margin:0px;
	padding:0px;
}

ul 
{
    padding-left:15px;
    margin-left:0px;
}
p, li {

	font-size:1.1em;
}

h1, h2, h3, h4 {

}

h2 {
margin:5px 0;
}

h4
{
    font-size:1.1em;
}
img {
	border: none;
}
hr {
	border: none;
	height: 1px;
	background: none;
	border-top-width:1px;
	border-top-style:solid;
	border-color : #CFCFCF;
	margin:5px 0px;
}
a:link, a:visited, a:active, a:hover {
	color:#003366;
	text-decoration: none;
	font-weight: normal;
	outline:none;
}
a:hover {
	color: #5F5F5F;
}

input:focus, textarea:focus{
   /* background-color:#EFEFEF;*/
}

.highlight
{
    background-color:#EFEFEF;
}

.formError, .errorMessage {
    color:#DF3400;
}

.clearboth
{
    clear:both;
}

#splitter
{
}

.headerfootercontainer
{
  padding:5px 8px;
  background-color: #DFDFDF;
}

#container 
{
    margin:0 auto;
    width:830px;
}

#contentbody
{
    margin: 10px;
    min-height:300px;
}

#contentbody table td
{
    vertical-align:top;
    /*padding-left:10px;*/
}

#contentbody p 
{
    font-size:1.1em;
}

#contentbody h1
{
    font-size:1.5em;
    margin-bottom:15px;
}

#contentbody h2
{
    font-size:1.2em;
    font-weight:bold;
}

#header 
{
    padding:10px;
}

#header h1
{
    font-size:1.6em;
}

#header img
{
    margin-bottom:5px;
}

#footer
{
    border-top:2px dotted #DFDFDF;
}

#footerlist
{
    display:inline;
    padding-left:0px;
    margin-left:0px;
}

#footerlist li
{
    border-right:1px solid;
    display:inline;
    padding:0px 10px;
}

.subcontentsplit .pagestyle table
{
    width:auto;
}

.subcontentsplit .pagestyle table td
{
    padding: 0px 3px;
}

/*Content Block Box*/

.box 
{
    padding:5px;
    background-color:#DFDFDF;
}


/*web form*/
.webform p label:not(.error) {
	float: left;
	width:150px;
	vertical-align: top;
	font-weight: bold;
}
label.error{color:red;}
input.error,select.error{border:1px solid red;}

.webform label.normalLabel {
    float:none;
    width:auto;
    vertical-align:inherit;
}
.webform p {
	padding-top: 2px;
	margin: 0px 0px 2px 0px;
	clear: left;
}
.webform p input {
	vertical-align:middle;
}

.webform p input.inputbox 
{
    width:18em;
}

.webform fieldset
{
    border:1px solid #DFDFDF;
    margin-bottom:10px;
    -moz-border-radius:5px 5px 5px 5px;
    padding:5px;
}

.webform .datepicker
{
    background-color:#ffffff;
    border:1px solid;
}

table.gridform th, table.gridform td
{
    text-align: left;
    padding:5px 10px;
}

table.gridform th
{
    background-color:#DFDFDF;
    border-right:2px solid #ffffff;
    color:#3F3F3F;
}

.floatleftrightcontainer
{
    overflow:hidden;
}

.floatleftrightcontainer .floatleft
{
    width:45%;
    float:left;
}

.floatleftrightcontainer .floatright
{
    width:45%;
    float:right;
    text-align:right;
}


/* content block */
.contentblock p 
{
    margin-bottom : 7px;   
}

.SubscriptionContentBlock {
    margin-bottom : 7px;
}

/*jquery tooltip */
.tooltip
{
    cursor:help;
    background-image:url('../../assets/images/tooltip.gif');
    background-repeat: no-repeat;
    
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #C4C3C3;
	background-color: #f5f5f5;
	padding: 5px;
}

#tooltip h3, #tooltip div 
{
    font-size: 1.1em; 
  }


.wf_button
{
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    padding:2px 10px 2px 7px; /* Links */

    width:auto;
    overflow:visible;
}

/* addressheader */
.addresscontent .addressLookup {
    background-color: #F7F7F7;
    border: 1px solid #C8C8C8;
    padding: 2px;
}

.addresscontent .addressLookup p input {
    width: 100px;
}

.addresscontent .addressLookup p input[type='submit'] {
    width: 50px;
}

.addresscontent .addressLookup h2 {
    font-size: 1em;
    font-weight: bold;
}


/* MENU */

.NavMenu ul
{
    margin:0;
    padding:0;
}

.NavMenu li
{
 display:inline-block;
 padding:2px;
}


.NavMenu li a 
{
    padding:3px 10px;
    font-weight:bold;
}


.NavMenu li a:hover {
 text-decoration :none;
}

