﻿p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

.page
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

#header h1
{
    padding: 5px 0;
    margin: 0;
    color: #6087a0;
    border: none;
    font-family: Segoe Light, Segoe UI, Trebuchet MS, Arial;
}

.collage
{
    background-image: url(images/top_bg.png);
    background-position: left bottom;
    background-repeat: repeat-x;
}
.cleft
{
    background-image: url(images/top_bg_left.png);
    background-position: left bottom;
    background-repeat: no-repeat;
}
.cright
{
    height: 137px;
    padding-top: 20px;
    background-image: url(images/top_bg_right.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}

div#title
{
    float: left;
    text-align: left;
    margin: 10px 0 0 20px;
}

div#title h1
{
    font-weight: normal;
    color: #ffffff;
    font-family: Segoe Light, Segoe UI, Trebuchet MS, Arial;
    float: left;
    line-height: 20px;
    font-size: 20px;
}
div#title h1 span
{
    color: #d8e8f4;
    font-size: 20px;
}

#main
{
    padding: 20px 0 15px 20px;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

/* TAB MENU   
----------------------------------------------------------*/

#menucontainer
{
    margin-top: 0;
    clear: both;
    padding: 10px 0 0 80px;
}


ul#menu
{
    border-bottom: 0px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: left;
    float: left;
}

ul#menu li
{
    display: inline;
    list-style: none;
    border-left: 1px solid #ffffff;
}

ul#menu li:first-child
{
    border: 0;
}

ul#menu li#greeting
{
    padding: 5px 10px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
}

ul#menu li a
{
    padding: 5px 15px;
    text-decoration: none;
    line-height: 2.8em;
    color: #ffffff;
}

ul#menu li a:hover
{
    text-decoration: none;
    color: #b1d1f1;
}
ul#menu li a:active
{
    text-decoration: none;
}
ul#menu li.selected a
{
    color: #ffffff;
}


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}



legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

select, textarea
{
    min-width: 200px;
    border: 1px solid #CCC;
}


input[type="text"]
{
    min-width: 200px;
    border: 1px solid #CCC;
}

input[type="password"]
{
    min-width: 200px;
    border: 1px solid #CCC;
}

.editable td input[type="text"]
{
    min-width: 100px;
    width: 100px;
}

input[type=button], input[type=submit], .buttons a
{
    background-image: url(images/but_bg.png);
    background-position: left top;
    background-color: #1e79ad;
    border: 1px solid #1e79ad;
    color: White;
    padding: 5px 10px;
}

.ilong input
{
    width: 400px;
}

.buttons a:link, .buttons a:active, .buttons a:visited, .buttons a:hover
{
    color: White;
    text-decoration: none;
}

input[type="text"], input[type="password"], textarea
{
    background-image: url(images/shad_in.png);
    background-position: left top;
    background-color: #ffffff;
}

td.edit input, td.delete input, td.add input, td.details input, .edit a, .delete a, .add a, .details a
{
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 0;
    background-color: #ffffff;
    border: 0;
    cursor: hand;
}

.edit a, .delete a, .add a, .details a
{
    display: inline-block;
}


td.edit input, .edit a
{
    background-image: url(images/edit.png);
    width: 24px;
    height: 24px;
}
td.delete input, .delete a
{
    background-image: url(images/delete.png);
    width: 16px;
    height: 16px;
}

td.add input, .add a
{
    background-image: url(images/add.png);
    width: 16px;
    height: 16px;
}

td.details input, .details a
{
    background-image: url(images/details.png);
    width: 16px;
    height: 16px;
}


/* TABLE
----------------------------------------------------------*/

table
{
    border: solid 1px #ebf3f7;
    border-collapse: collapse;
}

table td
{
    padding: 5px;
    border: solid 1px #e8eef4;
}

table th
{
    padding: 6px 5px;
    text-align: left;
    background-color: #ebf3f7;
    border: solid 1px #ffffff;
    font-weight: normal;
}

table.mainUser
{
    width: 100%;
    border: 0;
}

table.mainUser td
{
    width: 50%;
}

#main table
{
    width: 100%;
}



/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color: Red;
}


#logindisplay
{
    font-size: 13px;
    display: block;
    text-align: right;
    margin: 0;
    float: right;
    color: #ffffff;
    background-image: url(images/trans.png);
    background-repeat: no-repeat;
    background-position: left center;
    height: 45px;
    padding: 20px;
}

#logindisplay b
{
    color: #ffffff;
    text-transform: uppercase;
}

#logindisplay a:link
{
    text-decoration: underline;
    color: #ffffff;
}
#logindisplay a:visited
{
    text-decoration: underline;
    color: #ffffff;
}

#logindisplay a:hover
{
    text-decoration: none;
    color: #ffffff;
}
.field-validation-error
{
    color: #ff0000;
}
.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}
.validation-summary-valid
{
    display: none;
}

.display-label label, .editor-label label
{
    float: left;
    width: 100%;
}

.display-label, .editor-label
{
    margin: 5px 0;
    font-weight: normal;
    width: 30%;
    float: left;
    clear: both;
}

.display-field, .editor-field
{
    margin: 5px 0px 5px 10px;
    font-size: larger;
    width: 65%;
    float: left;
}

#main form p
{
    clear: both;
}

.text-box
{
    width: 30em;
}
.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

.therm-ext
{
    background-color: Blue;
    border-color: Black;
    border-style: solid;
    border-width: thin;
    width: 100px;
}

.therm-int
{
    background-color: Red;
    border-color: Black;
    border-style: solid;
    border-width: thin;
    color: Yellow;
}

.question-text
{
    text-decoration: underline;
    color: #1c77ac;
    margin-top: 20px;
}

.question-answer
{
    font-style: italic;
    color: Black;
}

.reserved
{
    background-color: #B1FFB5;
}
.contractOnly
{
    background-color: #FBD3B5;
}
.outOfConcurse
{
    background-color: #CDCEC7;
}
.originals
{
    background-color: #DAFFFF;
}
.copy
{
}

table.list tr:hover
{
    background-color: #D5DDFF;
}

