img {   
        border-width: 0;
        vertical-align: middle;
}
br.spacer { clear: both; }

body {  
        font-family: Arial, Verdana, sans-serif, arial;
        font-size: 12px;
        background-image: url('/file/template/template/background.jpg');
        background-repeat: repeat-x;
        background-color: #031634;
}

#page {
        margin-top: 30px;
        background-color: white;
        border: 1px solic #dfdfdf;
        width: 1000px;
        margin-right: auto;
        margin-left: auto;
        padding: 50px;
}

#logo {
        float: left;
        height: 90px;
        width: 300px;
}

#search {
        float: right;
        height: 40px;
        width: 600px;
        text-align:right;
}
#search input.text {
        padding-right: 18px;
        margin: 0;
}
#search input.image {
        margin-left: -26px;
        margin-top: -2px;
        vertical-align: middle;
}
#menu {
        float: right;
        height: 56px;
        width: 650px;
        font-weight: bold;
}
#menu ul {
        padding: 0;
        text-align: right;
        margin-left: auto;
        margin-right: -14px;
}
#menu li {
        display: inline;
        padding: 0px 0 0 5px;
        border-left: 1px solid #dfdfdf;
        margin: 0 2px 0 0;
}
#menu li:first-child {
        border-left: 0 solid white;
}
#menu a:link, #menu a:visited {
        color: #8f8f8f;
        padding: 5px 10px;
        border: 1px solid #fff;
        text-decoration: none;
}
#menu a:hover, #menu a:active {
        color: #fff;
        border: 1px solid #808080;
        background-color: #085196;
        padding: 5px 10px;
        text-decoration: none;
}

#headerTop { }

#splash {
        height: 300px;
        border: 2px solid #e0e0e0;
        overflow: hidden;
}
#flashCont {
        margin: -1px -20px -1px -1px;
        height: 317px;
        border: 2px solid black;
        overflow: auto;
}
#menu {
        float: right;
        height: 56px;
        width: 650px;
        font-weight: bold;
}
#menu ul {
        padding: 0;
        text-align: right;
        margin-left: auto;
        margin-right: -14px;
}
#menu li {
        display: inline;
        padding: 0px 0 0 5px;
        border-left: 1px solid #dfdfdf;
        margin: 0 2px 0 0;
}
#menu li:first-child {
        border-left: 0 solid white;
}
#menu a:link, #menu a:visited {
        color: #8f8f8f;
        padding: 5px 10px;
        border: 1px solid #fff;
        text-decoration: none;
}
#menu a:hover, #menu a:active {
        color: #fff;
        border: 1px solid #808080;
        background-color: #085196;
        padding: 5px 10px;
        text-decoration: none;
}

#headerTop { }

#splash {
        height: 300px;
        border: 2px solid #e0e0e0;
        overflow: hidden;
}
#flashCont {
        margin: -1px -20px -1px -1px;
        height: 317px;
        border: 2px solid black;
        overflow: auto;
}
#splash object {
        margin-top: -30px;
        border: 1px solid black;
}

#footer {
        width: 1000px;
        margin-right: auto;
        margin-left: auto;
        padding: 50px;
        color: #1a50a6;
}

#content {
        margin: 20px 0;
        border: 2px solid #e0e0e0;
        padding: 15px;
}

/* Form */
input.text {
        border: 1px solid #dfdfdf;
        height: 18px;
        line-height: 18px;
        padding: 2px 5px;
}
input.button, input.submit {
        border: 1px solid #c0c0c0;
        height: 18px;
        line-height: 18px;
        padding: 2px 5px;
}


.column {
        float: left;
        border: 2px solid #e0e0e0;
        margin: 10px 20px;
        padding: 10px;
width: 250px;
}
.column_icon {
        float: left;
        width: 48px;
        height: 60px;
        background-position: bottom left;
        background-repeat: no-repeat;
        margin-top: -12px;
}
.column_title_cont {
        background-color: #fff;
        background-image: url('/file/template/template/box_title_bg.png');
        background-position: top right;
        height: 44px;
        width: 215px;
        padding: 0 15px 0 0;
        margin-left: 20px;
        margin-right: 0;
        margin-bottom: 10px;
}
.column_title {
        background-color: #fff;
        background-image: url('/file/template/template/box_title_bg.png');
        height: 40px;
        width: 200px;
        margin: 0;
        padding: 4px 0 0 15px;
        color: #fff;
        font-size: 14px;
        line-height: 16px;
        text-align: center;
        vertical-align: middle;
}
.column_content {
        padding: 5px 20px;
min-height: 100px;
}
/* ========================================================================== */
/* ===== FORMS ===== */
/* ========================================================================== */
form fieldset {
        border-width: 2px 0 0 0;
        width: 510px;
        margin: 1em auto;
}
form fieldset legend {
        font-size: 1.5em;
        font-weight: bold;
        padding: 0 1em;
        margin-left: 1em;
}
form input {
        border: 1px solid #babac7;
        padding: 4px;
        margin: 1px 5px 1px 0;
}
form input.image {
border-width: 0;
}
form input.text, form input.password {
        width: 400px;
}
form input.submit {
        border-left: 1px solid #C0C0C0;
        border-top: 1px solid #C0C0C0;
        border-bottom: 1px solid #696969;
        border-right: 1px solid #696969;

}
form textarea {
        border: 1px solid #babac7;
        width: 400px;
        padding: 4px;
        margin: 1px 5px 1px 0;
        height: 200px;
}

form ul {
        display: block;
        width: 410px;
        list-style-type: none;
        margin: 1em auto;
        padding: 0;
}
form li.submit,
form li.buttons {
        text-align: right;
}

form li.submit input,
form li.submit button,
form li.buttons input,
form li.buttons button {
        margin: 1em 0 1em 3em;
}
.box td.box_left {
        width: 18px;
        background-image: url('/file/template/template/left.gif');
        background-repeat: repeat-y;
}

.box td.box_main {
        min-height: 100px;
        min-width: 100px;
        padding: 10px;
}

.box td.box_right {
        width: 16px;
        background-image: url('/file/template/template/right.gif');
        background-repeat: repeat-y;
}

.box td.box_bottom_left {
        width: 18px;
        height: 18px;
        background-image: url('/file/template/template/bottom_left.gif');
        background-repeat: no-repeat;
}
.box td.box_bottom {
        height: 18px;
        background-image: url('/file/template/template/bottom.gif');
        background-repeat: repeat-x;
}
.box td.box_bottom_right {
        width: 16px;
        height: 18px;
        background-image: url('/file/template/template/bottom_right.gif');
        background-repeat: no-repeat;
}
table.data {
        border: 1px solid #cccccc;
        width: 98%;
        margin-left: auto;
        margin-right: auto;
}
table.data th {
        background-color: #cccccc;
}
table.data td {
        border: 1px solid #eeeeee;
}


#hnav {
        margin-bottom: 20px;
}


/**
 * Notice and alerts
 */
#alert {
        width: 400px;
        margin: 1em auto 1em auto;
        padding: 1em;
        background-color: pink;
        text-align: center;
        border: 2px solid red;
}
#notice {
        width: 400px;
        margin: 1em auto 1em auto;
        padding: 1em;
        background-color: lightgreen;
        text-align: center;
        border: 2px solid green;
}
#alert ul, #notice ul {
        text-align: left;
        margin-left: 2em;
        list-style-type: circle;
}


#leftCol {
        float: left;
        width: 400px;
}
#RightCol {
        float: right;
        width: 250px;
        padding-left: 10px;
}

#logout {
        text-align: center;
        vertical-align: middle;
}
#logout img {
        vertical-align: middle;
}
#logout a {
        font-size: 1.2em;
        text-decoration: none;
        font-weight: bold;
        color: white;
}
/* ======================================================================== */
/* query show */
table.qsNav {
        width: 100%;
        text-align: center;
}
table.qsNav td {
        padding: .2em 2em;
        font-weight: bold;
        color: #5f5f5f;
}
table.qsNav a {
        text-decoration: none;
}

table.qsData {
        margin-top: .5em;
        font-size: 90%;
}
table.qsData th {
        background-color: #F0F8FF;
        padding: 2px 1em;
        border: 1px solid #dcdcdc;
}
table.qsData th a, table.qsData th a:link, table.qsData th a:visited {
        color:#191970;
        text-decoration: none;
}
table.qsData td {
        padding: 3px 1em;
        vertical-align: top;
        border: 1px solid #efefef;
}
table.qsData tr:hover {
        background-color: lightyellow;
}



#clientMenu {
        float: left;
        width: 150px;
}


#clientMain {
        margin-left: 160px;
        padding: 20px;
}

#splash_text {
  padding: 60px 40px 40px 550px;
  font-size: 16px;
font-weight: bold;
  color: #000000;
}


