/***** Global Settings *****/

html, body {
border:0;
margin:0;
padding:0;
}

body {
font: 12px/1.25 verdana, arial, helvetica, sans-serif;
background-color: #3e606f;
color: #333;
overflow: hidden;
}

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:bold;
font-family: arial, helvetica, sans-serif;
}

h1 {
font-size: 2em;
margin-bottom: 15px;
}

h2 {
font-size: 1.5em;
margin-bottom: 10px;
text-align: center;
background-color: #e1e8ea;
padding: 3px;
margin-top: 10px;
}

h3 {
font-size: 1em;
margin-bottom: 5px;
}

p, ul, ol {
margin:0;
padding: 0;
}

ul, ol {
list-style:none;
padding:0 0 10px 20px;
}

blockquote {
margin:22px 40px;
padding:0;
}

small {
font-size:0.85em;
}

img {
border:0;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

/***** Links *****/

a {
outline: none;
}

a:link, a:visited {
color: #3e606f;
}

a:hover {
/*background-color: #3e606f;
color: #fff*/
}

/***** Forms *****/

form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
font: 14px verdana, arial, helvetica, sans-serif;
color: #555;
border: 1px solid #ccc;
border-top-color: #aaa;
border-left-color: #aaa;
}

input[type="image"] {
border: 0;
}

input.textfield {
padding: 3px 5px;
}
input.checkbox {
margin: 10px 0 5px 0;
border: 0;
}

textarea {
line-height:1.25;
}

label {
cursor:pointer;
}

a.button {
    background: transparent url('/images/button_a_bg.gif') no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 30px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('/images/button_span_bg.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 8px 0 8px 18px;
}

a.button:active {
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 9px 0 7px 18px; /* push text down 1px */
}

a.smallbutton {
    background: transparent url('/images/button_small_a_bg.gif') no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left;
    font: bold 11px arial, sans-serif;
    height: 20px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.smallbutton span {
    background: transparent url('/images/button_small_span_bg.gif') no-repeat;
    display: block;
    line-height: 10px;
    padding: 5px 0 5px 18px;
}

a.smallbutton:active {
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
}

a.smallbutton:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

a.smallbuttonwhite {
    background: transparent url('/images/button_small_a_bg_white.gif') no-repeat scroll top right;
    color: #222;
    display: block;
    float: left;
    font: bold 11px arial, sans-serif;
    height: 20px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.smallbuttonwhite span {
    background: transparent url('/images/button_small_span_bg_white.gif') no-repeat;
    display: block;
    line-height: 10px;
    padding: 5px 0 5px 18px;
}

a.smallbuttonwhite:active {
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
}

a.smallbuttonwhite:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}



/***** Tables *****/

table {
border:0;
margin:0 0 18px 0;
padding:0;
}

table tr td {
padding:2px;
}

/***** Wrapper *****/

#wrap {
width:960px;
margin:0 auto;
}

/***** Global Classes *****/

.clear 			{ clear:both; overflow: hidden; width: 100%; }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.wrap 			{ width:960px;margin:0 auto; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }


/***** Maintenance Profile Tags *****/
div.email_body_div, div.attributes_body_div {margin-left:17em;}