
body {
    padding-top: 120px;
    margin-bottom: 100px;
    font-family: 'Myriad', 'Helvetica Neue', Helvetica, Arial, sans-serif;
/*    background-color: #FAFAFA; */
    text-align:  left;
    }

label.control-label {
    text-align:  left;
}

.white {
    color: #eeeeee;
}

.bg-white {
    background-color: white;
}

.bg-light {
    background-color: #EDEDED;
}
/* Top Advert region */
div.headline {
    cursor:  pointer;
    font-weight:bold;
    display:block;
    padding:10px;
    height:  75px;
    width:600px;
    margin: auto;
    vertical-align:middle;
    horizontal-align: center;
    color:#fff;
    background-color:darkorange;
    border:2px solid blue;
    border-radius:8px;
    -o-border-radius: 8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    font-size: 60;
    text-align: center;
    -webkit-font-smoothing: antialiased;
}
/* Page Header */

div.tabregion {

    position: fixed;
    left: 220px;
    top: 53px;
    z-index: 0;

}


td.modebutton {
    border-left: solid gray;
    border-top: solid gray;
    border-right: solid gray;
    border-bottom: solid gray;
    border-width: thin thin thin thin;
    font-size: inherit;
    font-weight: bold;
    margin: 5px;
    overflow: hidden;
    padding: 3px 10px 3px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

td.tabwhite {
    background-color: #FFFFFF;
    color: #000000;
}
td.tabblue {
/*    background-color: #1A5276; */
    background-color: DodgerBlue;
    color: #FFFFFF;
}
td.modebutton:hover {
    background-color: red;
    color: white;
    cursor: pointer;
}
.bottomborder {
    border: 0 1px 0px 1px;
    border-width: thin thin thin thin;
}
.bottomnoborder {
    border-bottom: solid #D0F5A9;
    border-width: thin;
}

/* Main page structure*/

table.content {
    width: 900px;
    margin-left: auto; 
    margin-right: auto;
    table-layout: fixed;
/*    text-align: center; */
    table-layout: fixed;
}
td.leftpanel {
    vertical-align: top;
    padding: 5px 5px 5px 5px ;
    width: 210px;
}
td.midpanel {
    vertical-align: top;
    padding: 5px 5px 5px 5px ;
    width: 500px;
}
td.rightpanel {
    vertical-align: top;
    padding: 5px 5px 5px 5px ;
    width: 210px;
}
td.leftmidpanel {
    vertical-align: top;
    padding: 5px 5px 5px 5px ;
    width: 710px;
}
td.wholepanel {
    vertical-align: top;
    padding: 5px 5px 5px 5px ;
    width: 920px;
}

/* Panels structure*/

table.listing {
    width: 100%;
    background:#ffffff;
}

td.listing {
    vertical-align: top;
    text-align: left;
    padding: 3px 20px 3px 20px;
    word-wrap: break-word;
}
td.compactlisting {
    vertical-align: top;
    text-align: left;
    padding: 0px 10px 0pc 10px;
}
tr.summary {
    padding: 5px 10px 5px 10px;
    color: #FFFFFF;
    font-weight: bold;
}
th.listing {
/*    background: #1A5276; */
    background: DodgerBlue;
    vertical-align: top;
    padding: 5px 10px 5px 10px;
    font-weight: bold;
}

td.introduction {
    padding: 20px 20px 20px 20px ;
/*    background-color: #003366; */
    background-color: #303030;
    font-family: FreeSerif, 'Palatino Linotype', Palatino, Garamond ;
    font-style: italic;
    color: #ffffff;
}


h1 h2 h3 {
    color: blue;
    text-align: left;
}

p {
    text-align: left;
}

table.panelwhite {
    background:#ffffff;
}

.pagewidth {
//    width: 1000px;
      width: 100%;
}

a {
#    font-weight: bold;
}
a:hover {
    color: red;
}

hr.question {

    background-color: #c0c0c0;
    height: 3px;
    
}
h2.about {
    line-height: 200%;
    color: #6e6e6e;
    
}
h2.faq {
    line-height: 200%;
    color: #6e6e6e;
}
h5 {
    font-size: 24px;
    line-height: 28px;
    color: #0B6666;
    font-weight: 400;
}

hr.answer {

    background-color: #d0d0d0;
    height: 2px;
    
}

/* Images styles*/
div.nologo {
    width: 100%;
    margin: 10px;
}
img.companylogo {
    max-width: 150px;
    margin: 10px;
}
img.toollogo {
    max-width: 150px;
    margin: 10px;
Apache HTTPD
Not verified
}

div.bannerad {
    font-weight:bold;
    position:fixed;
    padding:10px;
    top:50px;
    right:200px;
    min-width:728px;
    height: 60px;
    vertical-align:middle;
    border:0px solid black;
    z-index: 0;
}

img.RHADsAbove {
    padding: 0px 0px 0px 0px;
    max-width: 200px;
    height: auto;
    vertical-align: middle;
    text-align: center;
    background-color: #fff;
}

a.RHADsAbove {
    vertical-align: middle;
}

/*
Advertisement styles

*/

.RHADPANEL {
    border-collapse: separate;
    border-spacing: 0px 5px;
    table-layout: fixed;
    width: 202px;
}

.MIDPANELADS {
    margin:  auto;
    border-collapse: separate;
    border-spacing: 5px 0px;
    table-layout: fixed;
}

.adpanel {
    padding:  0px 0px 0px 0px;
}
/* Certificate Styles */

.certnotverified {
    font-size: 0.8em;
}


.link {
    text-decoration:none;
    white-space:nowrap;
    text-align: left;
    color: #337ab7;
}

.link:hover {
    text-decoration:underline;
    cursor: pointer;
    text-align: left;
    color: red;
}

.whitelink {
    text-decoration:none;
    white-space:nowrap;
    text-align: left;
    color: #FFFFFF;
}

.whitelink:hover {
    text-decoration:underline;
    cursor: pointer;
    text-align: left;
    color: red;
}

.search {
    vertical-align: middle;
    padding: 10px 10px 10px 10px;
    }
    
.searchselect {
    width: 140px;
}
.searchid {
    vertical-align: top;
    padding: 10px 10px 10px 10px;
    }

.searchlink {
    font-size: 0.9em;
    }
    
.top {
    vertical-align: top;
}
.bottom {
    vertical-align: bottom;
}
.middle {
    vertical-align: middle;
}
.width40 {
    width: 40px;
}

tr.weekend {
/*    background: #e6e6e6; */
    background: #b7b7b7;
}
th {
    font-weight: bold;
}

.grid {
    border-style: solid;
    border-width: thin;
    border-color: gray;
}
.nogrid {
    border-style: none;
    border-width: thin;
}
table.width300 {
    width: 300px;
    table-layout: fixed;
}
table.width200 {
    width: 200px;
    table-layout: fixed;
}
.width100 {
    width: 100%;
}
.width30 {
    width: 30%;
}
.width40 {
    width: 40%;
}

.componentlisting {
    vertical-align: top;
    padding: 5px 5px 5px 5px;
    font-size: 0.9em;
}
.componentsummary {
    vertical-align: top;
    font-size: 0.8em;
    font-size: 0.9em;
    background: #e6e6e6;
}
/*
    discussion threads
*/

.qatable {
    width: 100%;
    table-layout: fixed;
}
.question {
    font-size: 1.3em;
    font-weight: bold;
    vertical-align: top;
    margin: 10px;
}
.answer {
/*    font-size: 1.1em; */
    font-weight: bold;
    vertical-align: top;
    margin: 10px;
}
.comments {
/*    font-size: 1.1em;
    font-weight: bold;
    vertical-align: top;
    margin: 10px; */
}

.commentdate {
    font-size: 0.9em;
    color: #848484;
}
.qwhowhen {
    font-size: 0.9em;
    margin: 10px;
}
.qtext {
    vertical-align: top;
    margin: 10px;
}
.tablefixed {
    table-layout: fixed;
}
.commentstable {
    table-layout: fixed;
}
.commentlist {
    padding: 0px 10px 0px 10px ;
    width: 700px;
    font-size: 0.9em;
    background: #F2F2F2;
}
.scorebox {
    vertical-align: top;
    width: 60px;
}
.scorepanel {
    width: 60px;
    margin: 10px;
}
.commentprefix {
    width: 150px
    padding: 5px 10px 5px 0px;
}
p code {
    padding:0 0 0 0;
    white-space:pre;
    line-height: 1.0em;
    margin-top: 0em;
    margin-bottom: 0em;
    font-size:  90%;
    color:      navy;
    background-color: #eee;
    border-radius:4px
}
code {
    padding:0 0 0 0;
    white-space:pre;
    line-height: 1.0em;
    margin-top: 0em;
    margin-bottom: 0em;
    font-size:  90%;
    color:      navy;
    background-color: #eee;
    border-radius:4px
}
.code {
    padding:    2px 4px 2px 4px; 
    font-size:  90%;
    color:      navy;
    background-color: #eee;
    border-radius:4px
}
.palegreen {
    background: #A9F5BC;
}
.pink {
    background: pink;
}

/*
    resource layouts
*/
.res-title {
    padding: 20px 5px 20px 5px;
    text-align: left;
    font-size: 1.6em;
    font-weight: bold;
}
.res-author {
    font-size: 1.2em;
    font-weight: bold;
}
.res-text {
    text-align: left;
    padding: 10px 10px 10px 10px;
}

/*
    Event Calendar
*/
.ecalsummary {
    border-collapse: separate;
    border-spacing: 0px 5px;
    table-layout: fixed;
    width: 202px;
}


/*
    search layouts
*/
tr.search-results {
    height: 30px;
}
td.form {
    height: 50px; 
    padding: 0px 20px 0px 0px;
    
}   

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

.small {
    font-size: 10pt;
}
.smallest {
    font-size: 9pt;
}

.italic {
    font-style: italic;
}
.fbutton {
}
.feature1 {
    font-size: 1.2em;
    font-weight: bold;
}
.feature2 {
    font-size: 1.2em;
    font-style: italic;
    padding-left: 30px;
}
.feature3 {
    font-style: bold;
    padding-left: 60px;
}
.feature4 {
    font-style: italic;
    padding-left: 90px;
}
.featurelist {
    vertical-align: top;
    padding: 0 0 0 0;
}

button.small {
    height: 24px;
    padding: 2px 2px 2px 2px;
}
/*
  ** Style a Select Box Using Only CSS
  ** Source: http://bavotasan.com/2011/style-select-box-using-only-css/
  ** Source: http://danielneumann.com/blog/how-to-style-dropdown-with-css-only/
  ** Source: http://stackoverflow.com/a/5809186
*/

input[type=submit] {
   padding: 5px 10px 5px 10px;
   height: 32px;
}
input[type=text] {
   padding: 5px 10px 5px 10px;
}
textarea {
   padding: 5px 10px 5px 10px;
}

select {
   -webkit-appearance: button;
   -webkit-border-radius: 2px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;
   background-image: url(15xvbd5.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5); 
   background-position: 97% center;
   background-repeat: no-repeat;
   border: solid #AAA;
   border-width: thin;
   color: #555;
   font-size: inherit;
   margin: 5px;
   overflow: hidden;
   padding: 5px 10px 5px 10px;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 320px;
}

select {
   color: #000000;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;
   padding-left: 15px;
}

# web2py menu adjustments

.dropdown-toggle {
    font-size: 1.2em;
}

/* Bootstrap MODAL Styles*/

.modal-header, h4, .close {
/*    background-color: #69b4ff; */
    background-color: DodgerBlue;
    color:white !important;
    text-align: center;
    font-size: 20px;
}

.modal-footer {
    background-color: #f9f9f9;
}

.footer {
  height: 120px; 
}

/* Navigation menus - overrides thos in bootstrap.min.css */

.navbar-fixed-top {
    background-color:white;    
    height:  120px;
}
.navbar-inverse {
    background-color:#444;
    border-color:#080808;
    color: white;
}
.dropdown-toggle {
    color: #195376;
}
/********************************** Glossary Styles *****************************/
 
p.gloss-source {
    color:  "navy";
    font-style:  "italic";
}
/********************************** Vivit Styles ********************************/

div.page {
    font-family: 'Open Sans', sans-serif;
    font-size:16px;
    color:#666;
}
div.blog {
    font-family: 'Open Sans', sans-serif;
    font-size:16px;
    color:#666;
}
div.blogtitle {
    font-size:30px;
    line-height:34px;
    color:#333;
    font-weight:400;
}

div.bloginfo {
    font-style:  italic;
}

div.blogbody {
    border-style: outset;
    padding:  5px;
}

.groupleader {
    font-size:  16px;
    color: steelblue;
    font-weight:  bold;
}

.linkWrap {
    border-right: 2px solid rgba(255,255,255,.2);
    border-left: 2px solid rgba(0,0,0,.2);
    text-align: center;
    padding:0;
}

.sponsor ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
    width: 100%;
    -webkit-columns: 3 30%; /* Chrome, Safari, Opera */
    -moz-columns: 3 30%; /* Firefox */
    columns: 3 30%;
}

.sponsor li {
    padding-right: 20px;
    font-size: 16px;
    padding-left: 20px;
    padding-bottom: 25px;
    display: inline-block;
    text-align: center;
}

.news-item {
    font-size:  80%;
    padding-left:  15px;
    line-height: 1.6;
}
.news-item-head {
    text-transform: uppercase;
}

.news-date {
    font-weight: bold;
}

