* {
    font-family: Arial, Helvetica, Sans, FreeSans, Verdana, sans-serif;
    font-size: 11px;
}

a:active, a:link, a:visited {
    color: #0D5798;
}

a:hover {
    color: #8CAFCD;
}

.disclaimer {
    font-size: x-small;
    color: darkgray;
}

.tableCell {
    white-space: normal;
}

.tableHeader {
    white-space: normal;
    border: 1px solid #c0c0c0;
    background-image: none;
    background-color: #babcde;
    color: #150000;
}

.numberColumn {
    color: #150000;
    border: 1px solid #c0c0c0;
}

.tableFooter {
    white-space: normal;
}

a.underlinelesslink {
    text-decoration: none;
}

.hotkey:first-letter {
    text-decoration: underline;
}

/** q/create.xhtml, q/update.xhtml **/
#sitecustomercontact > div {
    width: 32.8%;
    float: left;
    padding-bottom: 32767px;
    margin-bottom: -32767px;
}

#basicInformationCategories {
    overflow: hidden;
    border-bottom: 1px solid gray;
    border-right: 1px solid gray;
}

#basicInformationCategories > div {
    padding-bottom: 32767px;
    margin-bottom: -32767px;
}

#sitecustomercontact {
    overflow: hidden;
    border-bottom: 1px solid gray;
    margin-top: 10px;
}

#q_create_form\:basicInformationPanel {
    width: 50%;
    float: left;
}

#q_create_form\:qCategoryPanel {
    width: 50%;
    margin-left: 50%;
}

#lineitemspan {
    width: 200px;
}

#sitecustomercontact {
    clear: both;
}

/** q/create.xhtml, q/update.xhtml **/
#sitecustomercontact > div {
    width: 32.8%;
    float: left;
    padding-bottom: 32767px;
    margin-bottom: -32767px;
}

#sitecustomercontact {
    overflow: hidden;
    border-bottom: 1px solid gray;
    margin-top: 10px;
}

/** Rich information **/
.rich-extdt-subheadercell input {
    width: 90%;
}

.rich-panel-body {
    margin: 0;
}

.rich-panel {
    padding: 1px;
}

.rich-table-cell {
}

.rich-table {
    width: 100%;
}

.rich-stglpanel-body {
    overflow: auto;
}

/*input, textarea {*/
/*border: 1px solid #BBBBBB;*/
/*font-size: 10px;*/
/*background: #F0F8FF;*/
/*color: black;*/
/*}*/

textarea {
    font-size: 10px;
}

/*input[type='submit'], input[type='button'] {*/
/*background: #4477AA;*/
/*color: white;*/
/*margin: 5px;*/
/*border-color: gray;*/
/*}*/

label {
    font-weight: bold;
}

#header h1 {
    width: 100%;
    height: 110px;
    position: relative;
    background-color: royalblue;
}

#header h1 span {
    background: url(../img/logo2.png) no-repeat;
    border: gray 1px solid;
    position: absolute;
    width: 100%;
    height: 110px;
}

#container {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    border-style: solid;
    border-color: darkgray;
    border-width: 1px;
    background-color: white;
}

a.tableheaderlink:link, a.tableheaderlink:active, a.tableheaderlink:visited {
    color: white;
}

.tableControl, .actionButtons {
    width: 100%;
}

.tableControl a {
    padding-left: 10px;
}

.tableControl {
    text-align: right;
}

.footer {
    text-align: center;
    font-size: .4em;
}

h1 {
    color: #578BB8;
    font-size: 2.0em;
    margin-top: 0;
}

h2 {
    color: #578BB8;
    font-size: 1.8em;
    margin-top: 0;
}

h3 {
    color: #578BB8;
    font-size: 1.6em;
    margin-top: 0;
}

h4 {
    color: #578BB8;
    font-size: 1.4em;
    margin-top: 0;
}

body {
    margin: 0;
    color: #616161;
}

.body {
    padding: 30px;
}

.columnHeader:hover {
    color: #FF6600;
}

.message {
    border: 1px solid #FFCC00;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #F0F8FF;
    font-size: 12px;
}

.name {
    vertical-align: top;
    font-weight: bold;
    width: 115px;
    float: left;
    padding: 5px;
    margin-top: 3px;
    clear: left;
}

.value {
    float: left;
    padding: 5px;
}

.error {
    padding-left: 20px;
    list-style: none;
    color: red;
    background-image: url(/icons/error.png);
    background-position: left;
    background-repeat: no-repeat;
    display: block;
}

.info {
    padding-left: 20px;
    list-style: none;
    color: blue;
    background-image: url(/icons/information.png);
    background-position: left;
    background-repeat: no-repeat;
    display: block;
}

.fatal {
    padding-left: 20px;
    list-style: none;
    color: blue;
    background-image: url(/icons/stop.png);
    background-position: left;
    background-repeat: no-repeat;
    display: block;
}

.warn {
    padding-left: 20px;
    list-style: none;
    color: orange;
    background-image: url(/icons/error.png);
    background-position: left;
    background-repeat: no-repeat;
    display: block;
}

.errors {
    color: red;
    vertical-align: middle;
}

img.errors {
    padding-right: 5px;
}

.errors input {
    border: 1px solid red;
}

.errors textarea {
    border: 1px solid red;
}

.required {
    color: red;
    padding-left: 2px;
}

body {
/*background-color:#84A0C9;*/
    margin: 0;
    background-image: url('/images/bg2.gif');
}

.footer {
    color: #FFFFFF;
    font-size: 7pt;
    padding-top: 12px;
    padding-right: 10px;
}

.footer a:link {
    color: #FFFFFF;
    text-decoration: none
}

.footer a:visited {
    color: #FFFFFF;
    text-decoration: none
}

.footer a:hover {
    color: #FFDC70;
    text-decoration: none
}

.footer a:active {
    color: #FFFFFF;
    text-decoration: none
}

.main {
    padding: 10px;
    font-size: 10pt;
}

.oddRow {
    background-color: white;
}

.evenRow {
    background-color: #e8e7e7;
}

.righttext {
    font-size: 10pt;
}

.main td {
    font-size: 10pt;
}

.inputtext {
    font-size: 10pt;
}

.inputfield {
    font-size: 10pt;
}

.title1 {
    font-size: 14pt;
    font-family: Verdana, serif;
    font-weight: 900
}

.title2 {
    font-size: 12pt;
    font-family: Verdana, serif;
    font-weight: 900
}

.smalltext {
    font-size: 8pt;
}

/*.main a:link {*/
/*color: #4F7AB7*/
/*}*/

/*.main a:visited {*/
/*color: #3E69A7*/
/*}*/

/*.main a:hover {*/
/*color: #7599CD*/
/*}*/

/*.main a:active {*/
/*color: #4F7AB7*/
/*}*/

/*drop down menu*/
ul#mainMenu {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

ul#mainMenu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

ul#mainMenu li {
    float: left;
}

ul#mainMenu a {
    color: white;
    display: block;
    font: 11px Verdana, sans-serif;
    font-weight: 900;
    background-color: #4e7ab7;
    text-decoration: none;
}

ul#mainMenu ul a {
    padding-left: 3px;
    padding-right: 3px;
}

ul#mainMenu ul a:hover {
    color: #FFDC70
}

ul#mainMenu ul {
    position: absolute;
    visibility: hidden;
    border-bottom: 1px solid black;
}

ul#mainMenu li:hover ul, ul#mainMenu li.hover ul {
    visibility: visible;
}

ul#mainMenu li li {
    background-color: #4e7ab7;
    border-left: 1px black solid;
    border-right: 1px black solid;
    float: none;
    padding: 3px;
}

ul#mainMenu li {
    behavior: url('/hover.htc');
}

#announcements {
    margin-top: 10px;
}

.message_div {
    color: red;
}

.selectedLabel {
    background-color: cornflowerblue;
}

#left_section {
    float: left;
}

#picshome_section {
    float: left;
}

#main_section {
    margin-left: 140px;
    padding-left: 5px;
    width: 360px;
}

#bottom_section {
    clear: both;
}

#regional_focus_section {
    float: left;
    padding: 0 25px 0 100px;
}

#flash_links {
    float: right;
    padding: 3px;
}

#visit_into_the_wind_blog {
    float: left;
    width: 40%;
}

* html #main_section {
    padding-left: 5px;
    width: 360px;
}

.numberColumn {
    text-align: right;
}

.column:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

}
a img {
    border: 0;
}

.rich-fileupload-toolbar-decor {
    width: 100%
}

/*jr2010.html*/
#filter_option_section {
    width: 1000px;
}

.removeLineItemIcon {
    border: 0;
}

.overrideLineItemIcon {
    border: 0;
}
