body {
    color: #191919;
    margin: 0px;
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
    background-color: #cccccc;
}

a {
    text-decoration: none;
    color: #006699;
}
.myBody {
    background-color: #e8e8e8;
    width: 984px;
    margin-left: auto;
    margin-right: auto;
    border-left: 5px solid white;
    border-right: 5px solid white;
    border-bottom: 5px solid white;
    min-height: 750px;
    margin-bottom: 50px;

    -moz-border-radius-bottomright: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    -webkit-border-bottom-left-radius: 15px;
}

.outcome {
    padding: 10px;
    margin-bottom: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #eeeeee;
    color: #222222;
}

h1.pageTitle {
    font-style: normal;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 20px;
    color: maroon;
}

h3 {
    font-size: 16px;
    margin-bottom: 15px;
}
h4 {
    font-size: 14px;
    font-weight:bold;
}

.listConcept {
    margin-top: -30px;
    float: right;
}

.listConcept a.linkConcept:hover {
    background-color: maroon;
    color: white;
}

.listConcept a.linkConcept {
    text-decoration: none;
    color: maroon;
    display: inline-block;
    padding: 5px;
    padding-left: 8px;
    padding-right: 8px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: white;
}

.listConcept .resultsLi {
    text-decoration: none;
    color: black;
    display: inline-block;
    padding: 5px;
    padding-left: 8px;
    padding-right: 8px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #dddddd;
}

table {
    border: 2px solid white;
    padding: 5px;
}

/*
select table
*/
table.selecttable {
    width: 100%;

}

table.selecttable th a {
    color: #222222;
}

table.selecttable th {
    padding: 3px;
    background-color: #dddddd;
    color: #222222;
    font-weight: bold;
}

table.selecttable td {
    padding: 3px;
}

table.selecttable tr:nth-child(odd) {
    background-color: #f8f8f8;
}

table.selecttable tr:nth-child(even) {
    background-color: #f0f0f0;
}

/*
subselect table
*/
table.subselecttable {
    width: 100%;

}

table.subselecttable th a {
    color: #222222;
}

table.subselecttable th {
    padding: 3px;
    background-color: #dddddd;
    color: #222222;
    font-weight: bold;
}

table.subselecttable td {
    padding: 3px;
}

table.subselecttable tr:nth-child(odd) {
    background-color: #f8f8f8;
}

table.subselecttable tr:nth-child(even) {
    background-color: #f0f0f0;
}



.formButton {
    float: right;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 6px;
    padding-right: 6px;
    margin-top: 50px;
}

.inlineSelected {
    width: 15px;
    display: inline-block;
    text-align: center;
    color: white;
    font-weight: bold;
    text-decoration: none;
    background-color: gray;
    border: 1px solid gray;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 3px;
    padding-right: 3px;
    margin: 2px;
}

.inlineUnselected:hover {
    background-color: #006699;
    color: white;
    cursor: pointer;
}

.inlineUnselected {
    width: 15px;
    display: inline-block;
    text-align: center;
    color: #006699;
    font-weight: bold;
    text-decoration: none;
    background-color: white;
    border: 1px solid #006699;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 3px;
    padding-right: 3px;
    margin: 2px;
}

.header {
    margin: 0px;
    margin-left: -11px;
    margin-bottom: 50px;
    background-repeat: repeat-x;
    background-image: url(../images/bg_header.png);
    border-bottom-color: white;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-left-color: white;
    border-left-width: 4px;
    border-left-style: solid;
    border-right-color: white;
    border-right-width: 4px;
    border-right-style: solid;
    height: 100px;
    width: 1000px;
    color: white;
    -moz-border-radius-bottomright: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    -webkit-border-bottom-left-radius: 15px;

}


.middleColumn {
    display: block;
    height: 100px;
    text-align: left;
}

.middleColumn .logo {
    position: inherit;
    padding-top: 15px;
    padding-left: 25px;
}

.middleColumn h1 {
    display: inline-block;
}

.middleColumn a.logout {
    padding-top: 70px;
    padding-right: 25px;
    float: right;
}


.middleColumn a {
    color: white;
    text-decoration: none;

}

.headerList {
    margin-top: 60px;
    height: 40px;
    z-index: 0;
    font-size: 16px;
    margin-left: 275px;
    margin-right: -40px;
    padding: 0px;
    /* float: left; */
    display: inline-block;
    list-style-type: none;
}

.headerList li {
    height: 40px;
    display: inline-block;
    float: left;
}

.headerList li a {
    padding-bottom: 18px;
    padding-top: 5px;
    padding-right: 8px;
    padding-left: 8px;
    text-decoration: none;
    color: white;
}

.headerList li a:hover {
    background-color: maroon;
}

.mainContent {
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    display: block;
    padding: 10px;
}

.mainContent a {
    text-decoration: none;
    color: #006699;
}

.mainContent a:hover {
    text-decoration: underline;
}


.footer {
    margin-top: 75px;
    margin-bottom: 0px;
    border-right-color: gray;
    border-left-color: gray;
    border-bottom-color: gray;
    text-align: center;
    padding-bottom: 60px;
    padding-top: 10px;
    font-size: 14px;
    color: #b4b4b4;
}


h2 {
    font-style: normal;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 20px;
    color: maroon;
}

p {
    margin-top: 0px;
    margin-bottom: 15px;
}

.details {
    line-height: 14px;
    font-size: 14px;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

ul.tickList {
    list-style-image: url("../images/icon_check.png");
    color: #191919;
}

ul.tickList li {
    padding-left: 5px;
}

ul.square {
    list-style-type: square;
    list-style-image: none;
    color: gray;
}

ul.square li {
    padding-left: 5px;
}

.text {
    color: #191919;
}

.mainAdvert {
    background-color: black;
    color: white;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px;
    padding: 0px;
    height: 250px;
    margin-bottom: 20px;
}
.advertTitle {
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 20px;
    font-size: 24px;
}

.advertImage {
    float: left;
    padding-right: 20px;
}


a.blogTitle {
    padding-left: 10px;
    font-size: 20px;
    color: maroon;
    margin-bottom: 3px;
    display: block;
}

.blogSubtitle {
    padding-left: 10px;
    color: gray;
    font-size: 10px;
    margin-bottom: 10px;
}

.blogSummary {
    padding-left: 10px;
    padding-bottom: 20px;
}

.blog {
    position: relative;
    display: inline-block;
    width: 550px;
    border-right: 2px dashed #eeeeee;
    padding-right: 10px;
}

.rightBar {
    float: right;
    position: relative;
    display: inline-block;
    width: 305px;
}

.section {
    margin-bottom: 20px;
    background-color: white;
    background-image: url(../images/bg_block.png);
    padding: 10px;
    text-align: left;
}
.quickLogin {
    text-align: right;
}
.textField {
    margin-bottom: 5px;
    padding: 2px;
    font-size: 14px;
    border-color: #191919;
    border-style: solid;
    border-width: 1px;
}
.submitButton {
    font-size: 14px;
    padding: 5px;
    border-width: 0px;
    color: white;
    background-color: #660000;
}
.quickLogin a {
    font-size: 10px;
}

textarea {
    width: 935px;
    height: 300px;
    padding: 5px;
    border: 1px solid black;
}

table.controlPanel {
    border: none;
}

td.labelCell {
    font-weight: bold;
    width: 150px;
    text-align: right;
    padding: 5px;
}



table.controlPanel {
}


table.controlPanel td {
}

a.panel {
    background-color: white;
    margin: 10px;
    padding: 25px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    display: block;
    text-decoration: none;
    text-align: center;
    font-size: 24px;
    color: gray;
}

a.panel:hover {
    background-color: #8BA8BA;
    color: white;
}

a.info {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 12px;
    font-weight: bold;
    background-color: #ffffa0;
    color: #8BA8BA;
    border: 2px solid #ffffa0;
}
a.info:hover {
    background-color: white;
    color: #8BA8BA;
}

.refine {
    text-align: right;
}

.divData {
    margin-top: 25px;
    margin-bottom: 50px;
}

a.vScrollAd {
    background-color: #aaaaaa;
    color: white;
    width: 350px;
    display: block;
    padding: 5px;
    margin-bottom: 10px;
    margin-right: 20px;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

a.vScrollAd:hover {
    text-decoration:none;
    background-color: #bbbbbb;
}

a:visited.vScrollAd {
    color: white;
}

a.vScrollAd .owner {
    display: block;
    text-align: right;
    font-size: 12px;
    border-top: 1px dashed #dddddd;
    margin-top: 10px;
    padding-top: 5px;
    color: #dddddd;
}

.divValue {
    margin-bottom: 15px;
}

.divValue.textarea {
    padding: 5px;
    display: block;
    border: 2px solid white;
    background-color: #f8f8f8;
    color: black;
    min-height: 300px;
}

.divLabel {
    font-weight: bold;
}

.textfield {
    width: 500px;
    background-color: white;
    border: solid 1px black;
    padding: 5px;
}

.yui-g {
    padding-bottom: 30px;
}

a.childListCreate:hover {
    background-color: maroon;
    color: white;
}

a.childListCreate {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 16px;
    font-family: arial;
    font-weight: bold;
    color: maroon;
    background-color: white;
    border: solid 2px white;
    text-decoration: none;
    display: inline-block;
    margin-top: -2px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
}

select {
    padding: 2px;
    background-color: white;
    color: black;
    border: 1px solid black;
}

.wordcloud {
    text-align: justify;
    text-justify: inter-word;
    padding-bottom: 50px;
    display: block;
    background-color: white;
    padding: 20px;
    margin-bottom: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

.footer a img {
    border: none;
    text-decoration: none;
}

.progressBar {
    display: inline-block;
    background-image:url('../images/progressBar.jpg');
    background-repeat:repeat-x;
    height: 15px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border: 1px solid #000088;
}

.pdfTable{

    border: 1px solid black;
    margin: 10px;
    padding:0px;
    border-spacing: 0px 0px;
    width: 100%;

}
.pdfTable th{

    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom : 1px solid black;
    padding: 5px;
    text-align: left;

}
.pdfTable td {

    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom : 1px solid black;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 70%;
    height: 50px;

}
.pdfTableBig{

    border: 1px solid black;
    margin: 10px;
    padding:0px;
    border-spacing: 0px 0px;
    width: 100%;

}
.pdfTableBig th{

    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom : 1px solid black;
    padding: 5px;
    text-align: left;

}
.pdfTableBig td {

    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom : 1px solid black;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 70%;
    height: 120px;

}

.floatingForm {

    display:block;
    border: 3px solid black;

    position:absolute;
    background-color: white;


    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    padding: 20px;

}

.hidden {
    display: none;
}

.popupData {
    display:block;
    border: 3px solid black;

    position:absolute;
    background-color: white;
    min-width: 200px;
    min-height: 200px;

    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    padding: 20px;
}

.popupError {
    display: block;
    position: absolute;

    min-width: 100px;
    min-height: 100px;
    background-color: white;
    color:#660000;
    
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    padding: 20px;

    border: 2px dashed black;
}
