﻿body 
{
      background-color:#acc8ec;
      height:100%;
      min-height:100%;
      font-family: Helvetica,Arial,Verdana,Geneva,sans-serif;
}

.versionstring
{
    vertical-align:top;
    padding:5px;
}

.username
{
    vertical-align:top;
    font-weight:bold;
    padding:5px;
}

#headerdiv
{
    float:right;
}

.centered
{
    clear:both;
    margin: 0 auto;
    text-align: center;
}

.wide_textbox
{
    width:200px;
}

.thin_textbox
{
    min-width:15px;
    max-width: 50px;
    width:100%;
}

.login_window_background
{
    background-color:#acc8ec;  
    height:100%
 }

.login_frame {
	width: 500px; 
    position:relative;
    margin:0 auto;
}

.login_logo {
	position: absolute;
    top: 0px;
    right: -100px;
}
 
 .well_maindiv
 {
     width:600px; 
     height:400px;
     background-color:White;
     border-width:2px;
     border-color:Black;
}

/*filter*/
table.FilterTable {

}
table.FilterTable td.FilterLabel {
    width: 100px;
    font-weight: bold;
    text-align: right;
}
table.FilterTable td.FilterCriteria {
    width: 200px;
    text-align:left;
}
table.FilterTable td.FilterButton {
    width: 100px;
    text-align:left;
}

.btn_find{

}
.btn_clear{

}

/*JS css----------------------------------------------------------------------------------------------------------------------------------------*/

/*datepicker*/

#ui-datepicker-div
{
    background-color:White;
    border-color:Black;
    border-width:1px;
}
.btn_edit
{
    background-image:url('images/button/EditDocument.png');
    width:25px;
    height:25px;
    background-repeat:no-repeat;
    background-position:center;
    background-color:transparent;
    text-decoration:none;
    border:none;
}

.btn_delete
{
    background-image:url('images/button/DeleteHS.png');
    width:25px;
    height:25px;
    background-repeat:no-repeat;
    background-position:center;
    background-color:transparent;
    text-decoration:none;
    border:none;
       
}
.btn_preview
{
    background-image:url('images/button/PrintHS.png');
    width:25px;
    height:25px;
    background-repeat:no-repeat;
    background-position:center;
    background-color:transparent;
    text-decoration:none;
    border:none;
}
.btn_changestatussave
{
    background-image:url('images/button/saveHS.png');
    width:25px;
    height:25px;
    background-repeat:no-repeat;
    background-position:center;
    background-color:transparent;
    text-decoration:none;
    border:none;
}

.btn_exceldown {
       background-image:url('images/button/Green Download Icon.png');
    width:25px;
    height:25px;
    background-repeat:no-repeat;
    background-position:center;
    background-color:transparent;
    text-decoration:none;
    border:none;
}
.btn_excelup {
    background-image: url('images/button/Green Upload Icon.png');
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    text-decoration: none;
    border: none;
}
.btn_amend
{
    background-image:url('images/button/AmendDocument.png');
    width:25px;
    height:25px;
    background-repeat:no-repeat;
    background-position:center;
    background-color:transparent;
    text-decoration:none;
    border:none;
}
.btn_renew
{
    background-image:url('images/button/Refresh.png');
    width:25px;
    height:25px;
    background-repeat:no-repeat;
    background-position:center;
    background-color:transparent;
    text-decoration:none;
    border:none;
}
/* 06012016 -- Byron Horton */
.btn_addwell {
    background-image:url('images/button/add.png');
    width:25px;
    height:25px;
    background-repeat:no-repeat;
    background-position:center;
    background-color:transparent;
    text-decoration:none;
    border:none;
}
        /*.area {
    position: relative;
    color: #0F0;
    font-weight: bold;
     you may want to set the width/height here as well
}

.fixed {
    position: absolute;
    top: 20px;
    left: 20px;
    border: 1px solid black;
    padding: 5px;
    z-index: 100px;
    background-color: red;
    display: none;
}*/


