@charset "utf-8";
/* CSS Document */

/* Base Body Override */

body  {
  font-family: Lucida Grande, Verdana, Arial, sans-serif;
  background: #666666;
  margin: 0px;
  padding: 0px;
}

/* Menu Bar Override */

#ocsMenu {
  margin: 0;
  font-family: Verdana, Arial, Sans-Serif;
}

/* Notification Boxes */

.ocsImportantBox {
  padding-left: 45px;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #ebf9b1;
  border: 1px solid #303714;
  background-image: url('http://icons.ocssolutions.com/accept.png');
  background-repeat: no-repeat;
  background-position: 2% 50%;
}

/* Header Encapsulation Boxes */

.ocsHeaderBoxOrange {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #EAEAEA;
  width: 95%;
  border-bottom: 2px solid #F37321;
  border-left: 4px solid #76360C;
  padding-left: 5px;
}

.ocsHeaderBoxBlue {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #EAEAEA;
  width: 95%;
  border-bottom: 2px solid #336699;
  border-left: 4px solid #0D2844;
  padding-left: 5px;
}

.ocsHeaderBoxGreen {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #EAEAEA;
  width: 95%;
  border-bottom: 2px solid #7CA731;
  border-left: 4px solid #354A10;
  padding-left: 5px;
}

.ocsHeaderBoxPurple {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #EAEAEA;
  width: 95%;
  border-bottom: 2px solid #A92A9F;
  border-left: 4px solid #4F0F4A;
  padding-left: 5px;
}

.textInsetBigger {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 1.25em;
}

.smallerTextInset {
  font-size: 0.725em;
  border-left-style: solid;
  border-left-color: #336699;
  border-left-width: 3px;
  padding-left: 7px;
  margin-left: 15px;
}

.smallerText {
  font-size: 0.725em;
}

.feedburnerFeedBlock li {
  margin-top: 10px;
}

.twoColFixLtHdr #container {
  width: 900px;
  background: #FFFFFF;
  margin: 0 auto; 
  border: 1px solid #000000;
  text-align: left; 
}

.twoColFixLtHdr #header {
  background: #000000;
  padding-bottom: 10px;
  padding-top: 10px;
}

.twoColFixLtHdr #sidebar1 {
  float: right;
  width: 214px;
  background: #EAEAEA;
  font-size: 0.92em;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 8px;
  padding-right: 8px;
  margin-left: 0.5em;
}

.twoColFixLtHdr #sidebar2 {
  float: right;
  width: 214px;
  background: #EAEAEA;
  font-size: 0.92em;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 8px;
  padding-right: 8px;
}

.twoColFixLtHdr #mainContentWPadding {
  padding: 15px 10px 15px 20px;
  font-size: 1.25em;
}

.twoColFixLtHdr #mainContentWPadding li {
  margin-left: 2em;
  list-style: disc outside url('http://icons.ocssolutions.com/resultset_next.png');
}

.twoColFixLtHdr #footer li {
  margin-left: 2em;
  list-style: disc outside url('http://icons.ocssolutions.com/resultset_next.png');
}

.twoColFixLtHdr #footer {
  padding: 0 10px 0 20px;
  background: #333333;
  color: #FFFFFF;
  margin-bottom: 0px;
}

.twoColFixLtHdr #footer p {
  margin: 0;
  padding: 10px 0;
}

.twoColFixLtHdr #footer a:link {
  color: #FFFFFF;
}

.twoColFixLtHdr #footer a:visited {
  color: #FFFFFF;
}

.twoColFixLtHdr #footer a:active {
  color: #FFFFFF;
}

input,textarea,select {
  padding: 2px;
} 


.planTable {
  font-size: 0.9em;
  border: 1px #444 solid;
}

.planTable td {
  border: 1px #DDD solid;
}

.planTable a:link {
  font-weight: bold;
  color: #e31f26;
}

.planTable a:visited {
  font-weight: bold;
  color: #e31f26;
}

.cPanelHeader {
  background-color: #0071b6;
  color: #FFF;
  font-weight: bold;
  text-align: center;
}

.tableSideCol {
  background-color: #84a405;
  color: #FFF;
  font-weight: bold;
}

.webminHeader {
  background-color: #e01f27;
  color: #FFF;
  font-weight: bold;
  text-align: center;
}


.ocsDecorativeInset {
  font-size: 1.1em;
  border-left: 4px solid #69A;
  margin-left: 3px;
  padding-left: 5px;
}


