/*
Drk Blue: #2d5a74
Light Blue: #5a96ba
Light grey : #f3f3f3
white: #ffffff
*/

html {
    color: #000;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-size: 0.75em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: white;
}

.page_contextHelpLink {
    position: fixed;
    right: 5px;
    bottom: 5px;
}


.basicBody {
    margin: 0;
    padding: 0;
    font-size: 0.75em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: white;
    min-width: 50px;
}

input {
    background: #F0F0F0;
    border: 1px solid #C0C0C0;
}

select {
    background: #F0F0F0;
    border: 1px solid #C0C0C0;
}

* html body {
    overflow: hidden;
}

#main {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    padding-top: 5px;
    margin-bottom: 50px;
    width: 720px;
}


#main li {
    padding-top: 5px;
    padding-bottom: 5px;
}

#frontpagedescription
{
/*  width: 500px;*/
/*  float: left;
*/}

#frontpagebox
{
  font-size: 70%;
  background: #F1EFE8;
  float: right;
  width: 45%;
  border: 3px solid grey;
  padding: 5px;
  margin-bottom: 30px;
  margin-left: 5px;
}

#frontpagebox h2
{
  padding-top: 0px;
  margin-top: 0px;
}

#frontpagebox ul, #frontpagebox li
{
  margin-left: 1em;
  padding-left: 0px;
  list-style-type: disc;
  padding-top: 2px;
  padding-bottom: 2px;
}


#main h2 {
    color: #202080;
}

#main h3 {
    color: #202080;
}

#main h4 {
    color: #202080;
}

.more {
    float: right;
}

.column {
    float: left;
}

.cool {
    color: #666666;
    font-weight: bold;
}

.rock {
    color: #5a96ba;
    font-weight: bold;
}

.borderedBox {
    border: 1px solid #2d5a74;
    padding: 10px;
    width: 96%;
    margin: auto;
    font-size: 1.5em;
}

.subSectionTitle {
    border-bottom: 1px solid #E0E0E0;
    margin-top: 15px;
    margin-bottom: 5px;
    width: 100%;
}

.subSectionTitle span {
    font-size: 1em;
    border: 1px solid #E0E0E0;
    color: #404040;
    background: #F0F0F0;
    padding-top: 2px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
}

.subSectionTitle .contextHelpLink {
    float: right;
    margin-top: -20px;
    margin-right: 5px;
}

.subSectionInner {
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: 20px;
    color: black;
}

table {
    border-collapse: collapse;
     margin-top: 5px;
     margin-bottom: 5px;
}

th {
    background-color: #808079;
    font-size: 0.95em;
    color: #eee;
    font-weight: bold;
    text-align: center;
    border: 1px solid #C0C0C0;
    white-space: nowrap;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
}

td {
    padding: 5px;
    border: 1px solid #C0C0C0;
    font-size: 90%;
    text-align: left;
}

th a {
    color: #eee;
}

th.featureFocus {
    border: solid 2px #2d5a74;
}

td.feature {
    background-color: #f3f3f3;
    font-size: 0.95em;
    color: #404040;
    font-weight: bold;
}

td.partner {
    border: 0px;
}

td.featureYes {
    text-align: center;
    background-color: #C0FFC0;
    font-weight: bold;
}


td.featureNo {
    text-align: center;
    background-color: #FEFEFE;
}

td.featureYesFocus {
    text-align: center;
    background-color: #C0FFC0;
    font-weight: bold;
    border: solid 2px #2d5a74;
}


td.featureNoFocus {
    text-align: center;
    background-color: #FEFEFE;
    border: solid 2px #2d5a74;
}

tr.alternate {
    background-color: #F7F7F7;
}

tr.alternate:hover {
    background: #F0F0E0;

}

.tr:hover {
    background: #F0F0E0;
}

#error, .error {
    color: #C00;
}

#info, .info {
    color: #00C;
}

#exception {
    margin: 20px;
    font-size: 80%;
}

#header, #footer {
    margin: 0;
    padding: 0;
    font-size: 80%;
}

#header #header-detail {
    height: 76px;
    margin: 0;
    padding-left: 15px;
}

#header-inner {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    width: 730px;
}

#header-detail {
    background: #2d5a74 url( ../images/hdr_bg.gif ) repeat-x;
}

#header h1 {
    display: inline;
    position: relative;
    left: -96px;
    top: 6px;
    border: 0;
    color: #fff;
    font-size: 200%;
}


#header .companylogo {
    display: inline;
    position: relative;
    left: 630px;
    top: 18px;
}

#footer {
    position: fixed;
    bottom: 0px;
    right: 0px;
    left: 0px;
    border-top: thin solid #f3f3f3;
    padding: 5px;
    color: #202080;
    background: white;
}

#copyright {
    width: 100%;
    text-align: right;
}


label {
    font-weight: bold;
}

#exception pre {
    font-family: "Courier New", Courier, monospace;
}

#logo {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

#logon {
    margin-top: 10px;
}

.showHideControlImg {
    vertical-align: middle;
    padding: 2px;
}

/******* Buttons ********/
.ctl {
    background: #C0C0C0 url(../images/nav-item-bg.gif) repeat-x 0px 0px;
    color: #404039;
    font: bold 0.9em Tahoma, "Trebuchet MS", sans-serif;
    text-align: center;
    border: 1px solid #9A9A9A;
    font-size: 1em;
    white-space: nowrap;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin: 2px;
    text-decoration: none;
    cursor: pointer;
}

.ctl:hover  {
    background: #5a96ba;
    border: solid thin white;
    color: white;
    text-align: center;
}

.activeCtl {
    background: #00ffff;
    color: black;
    text-align: center;
    border: 1px solid #2d5a74;
    font-size: 90%;
    white-space: nowrap;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin: 2px;
    text-decoration: none;
    cursor: pointer;
}

/***** Diagnostics Dashboard *****/

#diagnosticsGroups {
    float: left;
    margin: 2px;
    margin-right: 5px;
}

.diagnosticGroupName {
    cursor: pointer;
    font-size: 70%;
    padding-left: 4px;
    padding-right: 5px;
    background: #2d5a74;
    color: white;
    margin-bottom: 2px;
    margin-top: 2px;
}

.diagnostic {
    cursor: pointer;
    margin: 1px;
    padding: 3px;
    background-color: #ddeedd;
    border: 1px dashed #667766;
    font-size: 70%;
}

.diagnostic :hover {
    background-color: #bbddbb;
}

.diagnosticTitle {
    font-weight: bold;
}

#diagnosticsGraph {
    margin: 5px;
}

#intervalSelection .ctl {
    font-size: 70%;
}

/******** Menu ********/

#menu {
    height: 21px;
    background: url(../images/nav-bg.gif) repeat-x 0px 0px;
    border: solid 1px #9A9A9A;
}

#menu a {
    text-decoration: none;
    vertical-align: middle;
    color: #2d5a74;
    font: bold 0.95em Tahoma, "Trebuchet MS", sans-serif;
    width: 173px;
    height: 15px;
    padding: 4px;
}

#menu ul, #menu li {
    padding: 0;
    margin: 0;
}

#menu ul {
    list-style: none;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    width: 730px;
}

#menu li {
    float: left;
    position: relative;
    z-index: 100;
}

#menu li a {
    display: block;
    background: url(../images/nav-item-bg.gif) repeat-x 0px 0px;
    border-left: solid 1px #9A9A9A;
    border-right: solid 1px #9A9A9A;
    border-bottom: solid 1px #9A9A9A;
    margin-left: -1px;
    height: 13px;
}

a {
    color: #2d5a74;
    text-decoration: none;
    padding: 2px;
}

a:hover {
    background: #5a96ba !important;
    color: white !important;
}

#menu ul li ul {
    display: none;
    margin-left: 0px;
}

#menu ul li ul li {
    clear: left;
}

#menu ul li:hover ul {
    display: block;
    position: absolute;
    left: -1px;
    border-top: solid 1px #9A9A9A;
    border-left: solid 1px #9A9A9A;
    height: 21px;
    z-index: 100;
}

html>body #menu ul li:hover ul {
    margin-top: -1px;
}

#menu ul li:hover li a {
    border-top: none;
    background: #F0F0F0;
}

#menu ul li:hover li:hover a {
    background: #5a96ba;
    color: white;
}

/****** Pagination controls ********/

.paginatedSection .stdTable {
    width: 100%;
}

.paginationFooter {
    width: 100%;
    margin-bottom: 15px;
    clear: both;
    font-size: 0.95em;
    text-align: center;
}

/******* Items *******/

.item {
    width: 99%;
}

.itemlabel {
    width: 150px;
}

.row {
  margin-bottom: 5px;
}

.row label {
  vertical-align: middle;
}

#bundleSearchResults {
  display: inline;
  position: absolute;
  right: 20px;
}

.tooltip {
    display: none;
}

.tooltip tr td {
    border: none;
}

.tooltip tr:hover {
    background: none;
    color: black;
}

.emailQuickView {
    display: none;
}

td:hover .emailQuickView {
    display: block;
    position: absolute;
    background: #FFFFC0;
    border: solid thin #A0A0A0;
    color: black;
    padding: 3px;
    margin-left: 5px;
    margin-top: -5px;
}

td:hover .tooltip {
    display: block;
    position: absolute;
    background: #FFFFC0;
    border: solid thin #A0A0A0;
    color: black;
    padding: 3px;
    margin-left: 5px;
    margin-top: -5px;
    max-width: 300px;
}

.contextHelpLink {
    float: right;
    margin-top: 5px;
    margin-right: 5px;
}

.required {
    color: #C00;
}

.helpNavSection {
    display: inline;
    margin-left: 5px;
    margin-right: 5px;
}

.helpNavSection a {
    color: #202080;
    text-decoration: none;
    font-weight: bold;
}

#siteContextTrail {
    margin-left: -2px;
    margin-bottom: 15px;
    text-decoration: none;
    padding-right: 2px;
    font-size: 0.95em;
    color: #333333;
}


#address {
    display: inline;
    position: absolute;
    margin-left: 8px;
}

.summary {
    list-style-type: none;
    margin-bottom: 20px;
    width: 650px;
}

.summaryItem {
}

.summaryItemContent {
   padding-right: 5px;
   padding-left: 5px;
   padding-bottom: 0px;
   border-top: thin solid #f3f3f3;
}

.summaryItemContent p {
   margin-top: 0px;
   margin-bottom: 0px;
}

.summaryItemContent h4 {
   margin-top: 5px;
   margin-bottom: 3px;
}


.note {
   font-style: italic;
}
