* {
    outline-color: transparent;
    line-height: normal;
}

/*PAGE LAYOUT*/
html {
    height: 100%;
}

body {
    font-size: 1em;
    background-repeat: repeat-x;
    margin: 0;
    font-family: Helvetica, Tahoma, Sans-Serif;
    height: 100%;
}

a{
    color: #398839;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    text-align: left;
}

h1{
    font-size: 1.6em;
}

h3{
    font-size: 1.0em;
}

h3.pageTitle{
    font-size: 1.5em;
    font-weight: bold;
    text-align: left;
}
h4{
    font-size: 0.5em;
}
sup {
    font-size: 7px;
}

/*****************************************************/
/* Status Styling */
.error {
    color:#FF0000;
}

.greenStatus {
    color: #398839;
    font-weight: bold;
}
.redStatus {
    color: #FF5555;
    font-weight: bold;
}

.redRow{
    background-color: #FF9999;
}

.greyedRow{
    background-color: #a9a9a9;
}

/*****************************************************/
#page {
    width: 100%;
    height: 100%;
    margin: auto;
}
#top-page{
    height: 65px;
  /* position:fixed;
    top:0;
    left: 0;
    right: 0;
    z-index: 1000;*/

}
#footer{
    border-top: thin solid #898989;
    font-size: 0.5em;
    width: 96%;
    padding: 0;
    margin: 5px 0 0 0;
}

#footer, #footer a {
    color: #898989;

}
/*********************************************************/
/* Top Bar and Logo */
#topbar {
    height: 30px;
    background-image: url(../bg_topbar.gif);
    background-color: #CBC55C;
    background-position: left bottom;
    background-repeat: repeat-x;
    border-right: solid 1px #999999;
    margin-left: 100px;
}
#logo{
  /*  position: fixed;
    left: 0;*/
  float:left;
    font: 20px Tahoma, sans-serif;
    font-weight: bold;
    width: 100px;
    height: 30px;
    background-color: #FFFFFF;
}
.logotext {
    color: #999999;
    padding-top: 4px;
}
.orangelogotext {
    color: #FF9900;
}

.topbartext {
    font: 11px Tahoma, sans-serif;
    font-weight: bold;
    padding-right: 8px;
    padding-top: 8px;
    color: #398839;
}
.topbartext a {
    color: #398839;
    text-decoration: none;
}
.topbartext a:hover {
    text-decoration: underline;
}

/*********************************************************/
/* Page Nav */
#page-nav {
    font-family: Helvetica, Tahoma, Sans-Serif;
    font-size: 15px;
    width:100%;
    line-height: 15px;
    text-align: center;
    height: 40px;
    padding: 0;
    margin: 0;
    background: #ffffff;
}
#page-nav-no-desk{
    /*position: fixed;
    left:0;
    right: 0;*/
    height: 30px;
}

#page-nav-no-desk ul {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
#page-nav-no-desk ul li {
    list-style-type: none;
    display: table-cell;
    width: 25%;
}
#page-nav-no-desk ul li a {
    display: block;
    height: 100%;
    padding: 7px 2px;
}

#page-nav  a {
    padding: 0px;
    border-left: 1px solid #cccccc;
    text-decoration: none;
    color:#787878;
    border: 1px solid #ece6e8;
    border-bottom: 3px solid #d9ced2;
}
#page-nav  a.deskMode {
    background: url('desk.png') no-repeat;
    background-position-x:7px;
    width: 40px;
    padding-left: 2px;
    padding-right: 2px;
}
#page-nav  a.active, #page-nav  a:hover{
    border-bottom: 4px solid #398839;
    color:#398839;
    font-weight: bold;
}
/*********************************************************/
/* Content Styling  */
#content{
/*    margin-top: 70px;*/
    padding: 5px;
    overflow: auto;
    text-align: left;
}
/*********************************************************/
/* Table Styling  */
.tableHeading {
    margin-bottom: 5px;
    margin-top: 1px;
    font-size: 0.8em;
}

table.searchResults {
    width: 100%;
    border-radius: 5px;
    background-color: #f5f5f5;
    border: thin solid #ABC578;
}

table.searchResults thead th {
    text-align: center;
    background-color: #ABC578;
    color: #FFFFFF;
    padding: 5px;
    margin: 0px;
    border: 1px solid #ffffff;
    border-right-width: 0px;
    border-top-width: 0px;
    vertical-align: middle;
    font-weight: normal;
}

table.searchResults thead th.leftmostColumn {
    border-top-left-radius: 5px;
    border-left-width: 0px;
}

table.searchResults thead tr.secondHeader th {
    padding-top: 2px;
    padding-bottom: 2px;
}

table.searchResults thead tr.secondHeader th.leftmostColumn {
    border-top-left-radius: 0px;
}

table.searchResults thead th.rightmostColumn {
    border-top-right-radius: 5px;
}

table.searchResults tbody {
    vertical-align: top;
}

table.searchResults tbody td {
    border-bottom: thin solid #aaaaaa;
    border-right: thin solid #aaaaaa;
    padding: 3px 3px;
    line-height: 10px;
    vertical-align: middle;
    font-size: 12px;
}

table.searchResults tbody tr.lastRow td {
    border-bottom-width: 0px;
}

table.searchResults tbody td.rightmostColumn {
    border-right-width: 0px;
}

table.searchResults tbody tr.lastRow td.leftmostColumn {
    border-bottom-left-radius: 5px;
}

table.searchResults tbody tr.lastRow td.rightmostColumn {
    border-bottom-right-radius: 5px;
}

table.searchResults tbody tr:hover td {
    background-color: #514F1C;
    color: #FFFFFF;
}

table.iconclickable tbody tr:hover td {
    cursor: auto !important;
}

table.searchResults tbody tr:hover td a {
    color: #FFFFFF;
}

table.searchResults tbody td a.editBtn {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 3px;
    margin-left: -3px
}

/* Paginate Styling */
.paginate {
    font-size: 1em;
    text-align: center;
}
.paginate a{
    color:#398839;
    padding: 0 0.6em;
    text-decoration: none;
}

.paginate a.selected{
    color: #000000;
    font-weight: bold;
    font-size: 1.3em;
}

/* Fields */
input[type=submit], input[type=button] {
    border-radius: 5px;
    border: 1px solid #398839;
    min-width: 80px;
    height: 25px;   
    font-family: Helvetica, Tahoma, Sans-Serif;
    background: #f9f9f9;
    color: #000000;
}

input[type=submit]:hover, input[type=button]:hover{
    background: #398839;
    color: #FFFFFF;
    cursor: pointer;
}

input[type=submit]:active, input[type=button]:active{
    background: #2A552A;
    color: #FFFFFF;
}
/* Details Panel */
.infoLabel{
    text-align: right;
    font-weight: bold;
    font-size:12px;
}
.detailsTable{
    display: block;
    font-size:12px;
}
