/* 
  Copyright (C) 2005-2006 rpath, Inc.

  This program is distributed under the terms of the Common Public License,
  version 1.0. A copy of this license should have been distributed with this
  source file in a file called LICENSE. If it is not present, the license
  is always available at http://www.opensource.org/licenses/cpl.php.
 
  This program is distributed in the hope that it will be useful, but
  without any waranty; without even the implied warranty of merchantability
  or fitness for a particular purpose. See the Common Public License for
  full details.
*/


/* GENERAL PAGE-WIDE STYLES */

.odd { background-color: white; }
.even { background-color: #eaecef; }

body {
    font-family: sans-serif;
    font-size: 10pt;
    color: #333;
    margin-top: 0px;
    padding-top: 0px;
}

h1 {
    font-size: 18pt;
}

h2 {
    font-size: 14pt;
}

h3 {
    font-size: 12pt;
}

h4 {
    font-size: 10pt;
    font-weight: bold;
}

div#main {
    margin-left: auto;
    margin-right: auto;
    width: 955px;
}

div#middle {
    width: 475px;
    margin-left: 235px;
    margin-right: 235px;
    margin-bottom: 24px;
}

div#spanleft {
    width: 700px;
    margin-right: 235px;
}

div#spanright {
    margin-left: 240px;
}

div#inner {
    width: 915px;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #ececec;
    margin-bottom: 10px;
    margin-top: 0;
}

div.inner#help {
    width: 600px;
    margin-right: 25%;
    margin-left: 15%;
}


div.warning, .error {
    color: red;
}

table {
    border-collapse: collapse;
}

table tr td {
    padding: 5px;
    vertical-align: top;
}

/* GENERAL CLASSED STYLES */

div.footer {
    margin-top: 20px;
    padding-top: 4px;
    border-top: 1px solid black;
    font-size: 80%;
    color: black;
}

.help {
    font-size: 80%;
}

.warning {
    color: red;
}

/* MAIN PAGE CONTENT */

div#content {
    color: #333;
    background-color: #ffffff;
   
    padding: 1px 20px 20px 15px;     
    border-left: solid 5px #699;
}

div#content h2 {
    color: #033;
    
    padding-top: 3px;
    padding-left: 5px;
    
    border-width: 0px 0px 2px 10px;
    border-style: solid;
    border-color: #699;
}

div#content p {
    padding-left: 5px;
}
div#content td {
    color: #333;
}

div#content table.bordered {
    border-collapse: collapse;
    width: 99%;
    margin-left: 10px;
    margin-bottom: 20px;
}

div#content table.bordered tr.header {
    background-color: #dddddd;
    font-weight: bold;
    font-size: 100%;
}

div#content table.bordered td {
    border: 1px solid gray;
}

thead tr {
    border: 1px solid black;
    background-color: #dddddd;
    font-weight: bold;
}


/* MENUS */

ul.menu {
    list-style-type: none;
    margin: 0px;
    background: #fff;
    display: block;
    padding: 8px;
    padding-left: 15px;
    font-size: smaller;
}

/* to be used as a second class, to inherit the properties of menu:

   <ul class="menu submenu">
*/
ul.submenu {
    list-style-type: none;
    margin: 0px;
    background: #ececec;
    padding: 8px;
    font-size: smaller;
    border-top: 1px solid #999;
}

ul.menu li {
    display: inline;
    white-space: nowrap;
    color: white;
    font-weight: bold;
    
    background: #999;
    padding: 5px;

    border-top: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 4px solid #999;
    border-left: 1px solid #333;
}

ul.menu li.highlighted {
    display: inline;
    white-space: nowrap;
    color: #333;
    font-weight: bold;
    background: #ccc;

    padding: 5px;
    padding-bottom: 9px;

    border-top: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: none;
    border-left: 1px solid #333;
}

ul.menu li a,
ul.menu li.highlighted a {
    text-decoration: none;
    color: white;
    font-weight: bold;
}

ul.menu li.highlighted a {
    color: #333;
}

ul.menu li a:hover,
ul.menu li.highlighted a:hover {
    text-decoration: underline;
}

button, select, input, textarea {
    border:         1px solid;
    border-color:   #999 #333 #333 #999;
    background:     #F0F0F0;
}

/* BUTTON-STYLE HYPERLINK */

a.button {
        border:                         1px solid;
        border-color:                   #999 #333 #333 #999;
        padding:                        2px 5px 2px 5px;
        color:                          #000;
        background:                     #F0F0F0;
        text-decoration:                none;
        font-weight:                    normal;
}

a,
a:visited,
a:active,
a:hover {
    color: #333;
}

a:hover {
    text-decoration: underline;
}

/* top header */
div#top {
    text-align: left;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
    height: 112px;
    width: 955px;
    background: url(../images/topgrad.png);
}

div#top img#topgradleft {
    float: left;
}

div#top img#topgradright {
    float: right;
}

div#top div#topRight {
    width: 50%;
    float: right;
    text-align: right;
    vertical-align: top;
    color: gray;
}

div#top #topRight div {
    padding: 0px;
}

div#top #topRight div.about {
    border-bottom: 2px dotted #aaaaaa;
    padding: 6px;
    font-size: 10pt;
}

div#top #topRight div.about a {
    font-weight: bold;
}

div#top #topRight div.about a:link {
    color: #aaaaaa;
}

div#top #topRight div.about a:visited {
    color: #bbbbbb;
}

div#prodLogo {
    float: left;
    margin-top: 6px;
    vertical-align: top;
    padding-left: 16px;
}

div#corpLogo {
    display: none;
    float: left;
    padding-right: 16px;
    margin-top: 6px;
    border-right: 2px dotted #aaaaaa;
}


/* footer */

div#footer {
    background: #909090 url(../images/footer_bg.png);
    color: white;
    text-align: left;
    width: 942px;
    height: 67px;
    bottom: 10px;
    padding: 4px 8px 12px 4px;
    font-size: 10pt;
    float: left;
}

div#footer a {
    text-decoration: none;
    font-weight: bold;
}

div#footer a:link {
    color: white;
}

div#footer a:visited {
    color: #dddddd;
}

ul.footerLinks {
    padding-left: 0;
    margin-left: 0;
}

ul.footerLinks li {
    border-right: 2px dotted #c4c4c4;
    display: inline;
    padding: 8px 10px 8px 10px;
}

span#topOfPage {
    padding-right: 6px;
    float: right;
}

/* very bottom of the page */

div#bottomText {
    border-top: 1px solid #c4c4c4; padding: 6px;
}

span#copyright {
    float: right;
    font-size: 90%;
}

span#tagline {
    padding-left: 4px;
    font-size: 90%;
}

div.side#left {
    float: left;
}

div.side#right {
    float: right;
}

/* ---- */

a img {
    border: none;
}


table {
    width: 100%;
}

td, th {
    vertical-align:top;
    text-align:left;
}
th {
    white-space:nowrap;
}

#versionString {
    text-align: center;
    font-size: xx-small;
    color: #c0c0c0 !important;
}


