﻿/* Reset common tags ************************************************/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}

/* Force vertical scroll bar on browsers that hide it when scrolling is not needed by makeing the page 1 pixel larger */
html { min-height: 100%; padding-bottom: 1px; }

/* Redefine common tags *********************************************/
h1,h2,h3,h4,h5,h6,strong { font-weight:bold; } 
h1 { font-size:1.4em; font-weight: bold; color: #000; } 
h2 { font-weight: bold; text-transform: uppercase; } 
h3 { font-weight: bold; } 
h1,h2,h3 { margin:0 0 1em 0; } 
abbr,acronym { border-bottom:1px dotted #000; }  
@media screen { abbr,acronym { cursor:help; } }
em { font-style:italic; } 
blockquote,ul,ol,dl { margin:1em; } 
ol,ul,dl { margin-left:2em; } 
ol li { list-style: decimal outside; } 
ul li { list-style: disc outside; } 
dl dd { margin-left:1em; } 
th { font-weight:bold; text-align:center; } 
th.selected { font-weight:bold; text-align:left; } 
th.alternate { font-weight:bold; text-align:left; } 
caption { margin-bottom:.5em; text-align:center; } 
p,fieldset,table { margin-bottom:1em; }
sup { font-size:xx-small; vertical-align:top; }
sub {font-size:xx-small; vertical-align:bottom;} 

/*** Redefine form elements *****************************************/
input[type="text"], input[type="password"], textarea, select 
{
    border-color: #cecece;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    color: #333;
}
input[type="text"], input[type="password"], textarea { padding: 3px; }
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus 
{
    border-color: #333 #999 #999 #333;
    background-color: #fefefe;
}

/**** Clear Fix *****************************************************/
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { zoom: 1; }
.clear { clear: both; }

/**** noscript warning **********************************************/
.noscriptWarning
{
    padding: 10px;
    background: #ffe;
    border-bottom: 1px solid #776;
    color: #900;
    text-align: center;
    width: 100%;
    display: block;
    font-size: 1.1em;
}

/* Set up global common elements for site and sms editor ***********/
body, td, pre 
{
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 12px;
    line-height: 1.2em;
    color: #000;
}
body { margin: 0 0 50px; }
a { color: #666666; text-decoration: none; }
a:hover { color: #3c6786; }
h1 { color: #004161; font-size: 20px; font-weight: normal; line-height: 22px; }
h2 { color: #004161; text-transform: none; font-size: 14px; line-height: 17px;}
h3 { color: #134151; font-size: 13px; line-height: 16px; margin: 0 0 10px 0;}
h4 {}
h5 {}
blockquote {}