﻿/** HTML Overrides **/


body {
  text-align: center; /* IE 5.5 centering */

  margin: 0;
  padding: 0;
  
  background-image: url('../images/backend/common/background.gif');
  background-repeat: repeat;
  background-color: #FFFFFF;
  
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.clearBoth {
  clear: both;
}

.clearBoth {
  clear: left;
}

.clearRight {
  clear: right;
}

a {
  font-size: inherit;
  color: #FF0099;
  text-decoration: none;
  
  cursor: pointer;
}

a:hover {
  text-decoration: underline;
}

p {
  margin: 0px 0px 1em 0px;
  padding: 0;

  line-height: 1.4em;
  
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #333333;
}

sup {
  position: relative;
  bottom: 0.33em;
  vertical-align: baseline;
  
  font-style: normal;
}

sub {
  position: relative;
  bottom: -0.25em;
  vertical-align: baseline;
  
  font-style: normal;
}

img {
  border: 0;
}

form {
  margin: 0;
}

input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666666;
}

input[type=text] {
  border: 1px solid #CCCCCC;
}

input.inputImage {
  width: auto !important;
  
  border-style: none;
}

select {
  border: 1px solid #CCCCCC;
  
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666666;
}

textarea {
  border: 1px solid #CCCCCC;
  
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666666;
}

table tr {
  vertical-align: top;
}

ol {
  margin: 0px 0px 1.4em 13px;
  padding: 0px 0px 0px 13px;
  
  font-size: 12px;
}

ul {
  margin: 0px 0px 1.4em 8px;
  padding: 0px 0px 0px 8px;
  
  font-size: 12px;
}

ol li, ul li {
  margin: .13em 0px .12em 0px;
  padding: 0;
}




/** Generic Use **/


div.floatLeft {
  float: left;
}

div.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignCenter {
  text-align: center;
}

.alignRight {
  text-align: right;
}

.top {
  vertical-align: top;
}

.middle {
  vertical-align: middle;
}

.bottom {
  vertical-align: bottom;
}

.pink {
  color: #FF0099;
}

.silver {
  color: #E5E6E8;
}

.brightBlue {
  color: #00A3DD;
}

.nowrap {
  white-space: nowrap;
}

.displayNone {
  display: none;
}

.displayBlock {
  display: block;
}

.displayInline {
  display: inline;
}

.blankLine {
  display: block;
  height: 0px;
  line-height: 0px;
  margin: 0;
  padding: 0;
}




/** Page Layout **/


div#container {
  width: 968px;
  margin: 0px auto 0px auto;
  
  background-color: #FFFFFF;
  
  text-align: left;
}

img.logo {
  margin: 10px;
}

img.utilityNavText {
  margin: 18px 15px 0px 15px;
}

img.utilityNavDivider {
  margin: 18px 0px 0px 0px;
}

img.utilityNavTextEnd {
  margin: 18px 14px 0px 15px;
}

form.utilityNavSearchForm {
  display: inline;
}

input.utilityNavTextBox {
  margin: 13px 0px 0px 0px;
  width: 129px; 

  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #999999;
}

input.utilityNavSearch {
  margin: 18px 13px 0px 7px;
  
  border-style: none;
}

div.globalHeader {
  width: 968px;
  height: 40px;
  line-height: 40px;
  
  clear: both;
  
  background-image: url('../images/backend/common/main_nav-background.gif');
  background-repeat: repeat-x;
}

div.globalHeader ul {
  list-style: none;
  
  margin: 0;
  padding: 0;
}

div.globalHeader ul li {
  float: left;
  
  margin: 0;
  padding: 0px 28px 0px 28px;
  
  background-image: none;
  background-image: expression(
        this.onmouseover = new Function("this.className += ' globalHeaderHover';"),
        this.onmouseout = new Function("this.className = this.className.replace('globalHeaderHover', '');"),
        this.style.behavior = null
  );
  background-repeat: no-repeat;
  
  cursor: pointer;
}

div.globalHeader ul li:hover, li.globalHeaderHover {
  background-image: url('../images/backend/common/main_nav-hover.gif') !important;
  background-repeat: repeat-x !important;
}

div.globalHeader ul li a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #6C6C6C;
  text-transform: uppercase;
}

div.globalHeader ul li a:hover {
  text-decoration: none;
}


div.bodyContainer {
  margin: 0px 9px 0px 9px;
}

div.keepGoingFooter {
  margin: 20px 0px 0px 0px;
}

div#footer {
  width: 968px;
  margin: 0px auto 0px auto;
  
  text-align: center;
  
  font-size: 10px;
}

img.footerNavTextBegin {
  margin: 27px 15px 0px 0px;
}

img.footerNavText {
  margin: 27px 15px 0px 15px;
}

img.footerNavDivider {
  margin: 27px 0px 0px 0px;
}

img.footerNavTextEnd {
  margin: 27px 20px 0px 15px;
}

form.footerNavSelectAWebsiteForm {
  margin: 0px;
}

select.footerNavComboBox {
  margin: 20px 0px 0px 0px;
  width: 179px; 

  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666666;
}

input.footerNavGo, img.footerNavGo {
  margin: 27px 0px 0px 14px;
  
  border-style: none;
}

div.seoTextMargin {
  margin: 30px 16px 18px 16px;
  
  text-align: left;
}