



/*PUBLIC FORM STYLES*/

.spacer{clear:both; height:10px;}
/* ----------- My Form ----------- */
.stylisedform{
margin:0 auto;
width:950px;
padding:14px;
border:solid 2px #FFA631;
background:#F7F3F7;
}
.stylisedform h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
.stylisedform p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #239395;
padding-bottom:10px;
}
.stylisedform label{
display:block;
font-weight:bold;
text-align:right;
width:340px;
float:left;
}
.stylisedform .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:340px;
}
.stylisedform input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #239395;
width:550px;
margin:2px 0 20px 10px;
}
.stylisedform  input.checkbox  {
float:left;
font-size:12px;
padding:4px 2px;
border:none;
width:550px;
margin:2px 0 20px 10px;
}
.stylisedform  select  {
float:left;
font-size:14px;
color:#666666;
padding:4px 2px;
border:solid 1px #239395;
width:550px;
margin:2px 0 20px 10px;
}
.stylisedform  div.ratingdiv{
float:left;
font-size:12px;
padding:4px 2px 0 20px;
border:none;
width:550px;
margin:2px 0 20px 10px;
}
.stylisedform  div.textdiv{
float:left;
font-size:12px;
padding:4px 2px 0px 20px;
border:none;
width:550px;
margin:2px 0 20px 10px;
}
.stylisedform  div.hiddencommenttextdiv{
float:left;
font-size:12px;
padding:4px 2px 0 20px;
border:none;
width:550px;
margin:2px 0 20px 10px;
background-color: #888888;
}
.stylisedform textarea{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #239395;
width:550px;
height: 100px;
margin:2px 0 20px 10px;
}
.stylisedform button{
clear:both;
margin-left:250px;
width:125px;
height:31px;
background:#666666 url(img/button.png) no-repeat;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
cursor: pointer;
}



span.green{
    color:#00A100;
}
span.blue{
    color:#00309C;
}

/*search table styles*/

.searchtable{
width:980px;
padding:14px;
border:solid 2px #239395;
background:#F7F3F7;
}
.searchtable th{
height:31px;
background-color:#666666;
text-align:left;
color:#FFFFFF;
padding: 5px;
vertical-align: bottom;
}
.searchtable td{
height:31px;
background-color:#F7F3F7;
text-align:left;
padding: 5px;
border-bottom:solid 1px #666666;
}
.searchtable img{
    padding: 0px;
    float: bottom;
}




/*report upload styles*/
#reportupload{
    margin:30px 200px; padding:15px;
    font-weight:bold; font-size:1.3em;
    font-family:Arial, Helvetica, sans-serif;
    text-align:center;
    background:#f2f2f2;
    color:#3366cc;
    border:1px solid #ccc;
    width:150px;
    cursor:pointer !important;
    -moz-border-radius:5px; -webkit-border-radius:5px;
}
#reportdownload{
    margin:30px 200px; padding:15px;
    font-weight:bold; font-size:1.3em;
    font-family:Arial, Helvetica, sans-serif;
    text-align:center;
    background:#f2f2f2;
    color:#3366cc;
    border:1px solid #ccc;
    width:150px;
    cursor:pointer !important;
    -moz-border-radius:5px; -webkit-border-radius:5px;
}

#reportstatus{
padding:5px;
height:31px;
text-align:left;
line-height:31px;
color:#666666;
font-weight: bold;
}

span.reporterrorstatus{
    color: #FF0000;
    font-size: 20px;
}

/*file upload styles*/
#docfileupload{
    margin:30px 200px; padding:15px;
    font-weight:bold; font-size:1.3em;
    font-family:Arial, Helvetica, sans-serif;
    text-align:center;
    background:#f2f2f2;
    color:#3366cc;
    border:1px solid #ccc;
    width:150px;
    cursor:pointer !important;
    -moz-border-radius:5px; -webkit-border-radius:5px;
}
#docfilestatus{
padding:5px;
height:31px;
text-align:left;
line-height:31px;
color:#666666;
font-weight: bold;
}
#docfilefiles{
list-style-type: none;
text-align:left;
color:#666666;
font-weight: bold;
line-height:21px;
}




/*page validation styles*/

div.newjobvalidationerrors{
border: 2px solid red;
padding: 5px;
width: 300px;
color:#666666;
line-height:31px;
font-weight: bold;
margin: 0 0 10px 80px;
text-align: center;
}



/*Date Due Styles*/
td.dueinfuture{
    background: #61FF64;
}
td.duetoday{
    background: #FFC561;
}
td.dueinpast{
    background: #FF6161;
}
td.duePurple{
    background: #D761FF;
}
td.dueBlue{
    background: #618BFF;
}
td.dueTurq{
    background: #88E9FC;
}

table.CostDataTable{
    width:90%;
}
.CostDataTable td{
    border: #222222 solid 1px;
    padding: 2px 5px 2px 5px;
}
.CostDataTable th{
    font-weight: bold;
    border: #222222 solid 1px;
    padding: 5px 5px 5px 5px;
}

input.CostDataInput {
    display:inline;
    font-weight:normal;
    text-align:right;
    width:60px;
    float:left;
    vertical-align: middle;
}
button.CostDataButton {
    margin-left:5px;
    width:50px;
    height:31px;
    background:#666666 url(img/button.png) no-repeat;
    text-align:center;
    line-height:31px;
    color:#FFFFFF;
    font-size:11px;
    font-weight:bold;
    cursor: pointer;
}
table.SavingsTable{
    width:100%;
}
.SavingsTable td{
    border: #222222 solid 1px;
    padding: 1px;
}
.SavingsTable th{
    font-weight: bold;
    border: #222222 solid 1px;
    padding: 1px;
}
.addjobsavingsrow{
    display:none;
}

input.jobsavingsinput {
    display:inline;
    font-weight:normal;
    text-align:right;
    width:60px;
    float:left;
    vertical-align: middle;
}
input.jobsavingsinputlarge {
    display:inline;
    font-weight:normal;
    text-align:right;
    width:130px;
    float:left;
    vertical-align: middle;
}
select.jobsavingsselect {
    display:inline;
    font-size:14px;
    color:#666666;
    padding:4px 2px;
    border:solid 1px #239395;
    width:80px;
    margin-top: 2px;
    vertical-align: middle;    
}
button.jobsavingsbutton {
    margin-left:5px;
    width:50px;
    height:31px;
    background:#666666 url(img/button.png) no-repeat;
    text-align:center;
    line-height:31px;
    color:#FFFFFF;
    font-size:11px;
    font-weight:bold;
    cursor: pointer;
}
input.jobsavingsinputreadonly {
    background-color: #AAAAAA;
}

.hidden {
    display: none;
}

.takenUsername {
    background-color: #ffa631;
    border: 1px solid #343c49;
    border-radius: 5px;
    color: #ffffff;
    font-weight: bold;
    margin-left: 20px;
    padding: 10px;
    text-shadow: 1px 1px 1px black;
}