html, body {
    margin: 0px;
    padding: 0px;
    height: 100%;
}

.preTag {

    white-space: pre-wrap; /* css-3 */

    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */

    white-space: -pre-wrap; /* Opera 4-6 */

    white-space: -o-pre-wrap; /* Opera 7 */

    word-wrap: break-word; /* Internet Explorer 5.5+ */

}

.scroll {
    overflow: scroll !important;
}

.label {
    font-weight: bold;
}

html {
    overflow-y: scroll;
}

.info {
    font-color: "#0000EE";
    font-style: "italic";

}

#container-page {
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

#container-content {
    padding-bottom: 70px;
}

#container-foot {
    width: 100%;
    position: absolute;
    bottom: 0px !important;
    bottom: -1px;
    height: 51px;
    color: #FFFFFF
}

#container-foot2 {
    width: 100%;
    position: absolute;
    bottom: 0px !important;
    bottom: -1px;
    height: 70px;
    color: #FFFFFF
}

.mtleft {
    text-align: left;
}

.mtright {
    text-align: right;
}

.mtcenter {
    text-align: center;
}

.mtodd td {
    background-color: #F5F9FF;
}

.mtodd td.mthole {
    background-color: #FFCCCC;
}

td.mthole {
    background-color: #FFD6D6;
}

td.mthq {
    background-color: #FFFFB4;
}

td.twentyFour {
    background-color: #FFEF84;
    text-align: center;
}

td.fourtyEight {
    background-color: #FFB200;
    text-align: center;
}

td.seventyTwo {
    background-color: #FFDDCC;
    text-align: center;
}

td.closed {
    background-color: #FFFFFF;
    text-align: center;
}

td.mter {
    background-color: #FFFFB4;
}

body {
    font-size: 12px;
    margin: 0px;
}

a img {
    border: none;
}

h1 {
    font-size: 1.6em;
    margin-top: 0;
}

input[type=submit], input[type=button] {
    font-size: 10px;
    margin: 5px 5px 5px 0;
    cursor: pointer;
}

input[type=text], input[type=password], textarea {
    font-size: 11px;
    padding-left: 1px;
}

.tableControl, .actionButtons {
    width: 100%;
}

.scroll_div {
    overflow-y: auto;
    width: 100%;
    height: 350px;
}

.tableControl a {
    padding-left: 10px;
}

.tableControl {
    text-align: right;
}

.footer {
    text-align: center;
    font-size: 11px;
    margin-bottom: 10px;
}

.rich-table {
    width: 100%;
}

.body {
    padding: 30px;
}

.columnHeader:hover {
    color: #FF6600;
}

.message {
    padding: 5px;
    list-style: none;
    border: 0;
    background: none;
    padding: 0;
    color: #000000;
    margin: 5px 0 8px 0;
    font-size: 12px;
}

.message li {
    background: no-repeat left center;
    padding-top: 1px;
    padding-left: 20px;
    margin-left: 3px;
}

.message li.infomsg {
    background-image: url(../img/msginfo.png);
}

.message li.errormsg {
    background-image: url(../img/msgerror.png);
}

.message li.warnmsg {
    background-image: url(../img/msgwarn.png);
}

.name {
    vertical-align: top;
    font-weight: bold;
    width: 115px;
    float: left;
    padding: 5px;
    margin-top: 3px;
    clear: left;
}

.display .name {
    margin-top: 0px;
}

.value {
    float: left;
    padding: 5px;
}

.error {
    float: left;
    padding: 5px;
}

.errors,
.moreerrors {
    color: red;
    vertical-align: middle;
}

img.errors {
    padding-right: 5px;
}

.errors input, .errors textarea, .errors select {
    border: 1px solid red;
}

.required {
    color: red;
    padding-left: 2px;
}

.rich-stglpanel-body {
    overflow: auto;
}

/* the specificity here is necessary to override the defaults */
.rich-panel .rich-panel-header,
.rich-stglpanel .rich-stglpanel-header {
    padding: 2px 3px;
}

select {
    font-size: 12px;
}

.rich-panel input[type=submit], .rich-panel input[type=button],
.rich-tabpanel input[type=submit], .rich-tabpanel input[type=button] {
    margin-bottom: 0;
}

.tableControl input[type=submit], .tableControl input[type=button], .tableControl select {
    margin: 5px 0 5px 5px;
}

/* I don't know why this is necessary, but the select is off by a pixel on the top and is padding too much on the left */
.tableControl select {
    margin-left: 2px;
    position: relative;
    top: 1px;
}

.actionButtons {
    padding-left: 1px;
}

.actionButtons select {
    margin: 5px 5px 5px 0;
    vertical-align: bottom;
}

.rich-datalist {
    list-style: square;
    margin: 6px 0 1px 0;
    padding-left: 18px;
}

.rich-list-item {
    padding-bottom: 4px;
}

div.info {
    font-size: 1.2em;
}

ul.bullets {
    list-style: square;
}

ul.bullets li {
    padding-bottom: 2px;
}

td.action {
    text-align: center;
    width: 8em;
    white-space: nowrap;
}

td.action a {
    padding-left: 1px;
    padding-right: 1px;
}

th.newsMessageHeader {
    background-color: white;
    background-image: none;
    color: blue;
    border-left-width: 0px;
    border-right-width: opx;
    border-bottom-width: 0px;
    border-top-width: 0px;
    font-weight: lighter;
    border-color: White;
    border-width: 0px
}

#a.newsMessageTitle {
    font-size: 8px;
}

#newsMessageBody {
    font-size: 2px;
}

.bologo {
    background-image: url('../image/?fileId=BO_LOGIN_P');
    background-repeat: no-repeat;
    width: 370px;
    height: 310px;
    padding-left: 60px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
}

.inqlogo {
    background-image: url('../image/?fileId=INQ_LOGIN_P');
    height: 250px;
    width: 435px;
    border: none;

}

.rulogo {
    background-image: url('../image/?fileId=RU_LOGIN_P');
    background-repeat: repeat-none;
    vertical-align: top;
    horizontal-align: left;
    width: 450px;
    height: 268px;
    border: none;
}

.gradientblue {
    text-align: left;
    width: 164px;
    height: 420px;
    background-image: url('../img/gradientblue.png');
}

.boxed {
	border: 1px solid green;
	padding: 10px;
	margin: 0;
}


