body {
 background:#fff url('../images/page_top_repeat.png') repeat-x top left fixed;
 padding:0;
 margin:0;
 font-family:"Lucida Grande", Tahoma, sans-serif;
 margin:0 auto;
 font-size:medium;
 z-index:0;
}

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clear {
  clear:both;
}

h1, h2, h3, h4, h5, p, table, li {
  color:#333;
  font-family:arial, sans-serif;
}

h1 {
  font-size:150%;
  font-weight:normal;
  margin:0;
  padding:0 0 1em 0;
}

h2 {
  font-size:125%;
  font-weight:normal;
  margin:0.5em 0 0.3em 0;
}

h3 {
  font-size:125%;
  font-weight:normal;
  padding:5px 0 5px 10px;
  margin:0;
}

h4 {
  font-size:125%;
  font-weight:normal;
  margin:1.2em 0 0.3em 0;
}

h5 {
  font-size:100%;
  font-weight:normal;
  margin:0.5em 0 0.8em 0;
}

p {
  padding:0.7272em 0px 0.7272em 0px;
  margin:0;
  padding-left:1px;
}
p, table, li {
  font-size:75%;
}

table {
  text-align:left;
}

input, select, textarea {
  font-size:13px;
  color:#000;
  vertical-align:middle;
}

.error {
  font-size:90%;
  color:#f00;
}

form {
  width:95%;
  margin:0 auto;
  padding:10px;
  border:1px solid #ccc;
}
form legend {
  font-size:75%;
  color:#666;
  padding:0 5px 0 1px;
}

form p {
  padding-left:5px;
}

form label {
  width:100px;
  display:block;
  float:left;
  padding-top:5px;
  padding-left:1px;
}

form label.radio_label {
  width:auto;
  float:none;
  display:inline;
  padding-right:10px;
  color:#000;
}

form ul {
  list-style:none;
  margin:0;
  padding:0;
}
form ul li {
  width:50%;
  float:left;
  padding:5px 0;
  padding-left:1px;
}
form ul li.full {
  width:100%;
}
form ul li.div {
  width:100%;
  padding:15px 0 15px 0;
}
form ul li.div hr {
  color:transparent;
  height:1px;
  width:75%;
  border-top:1px dotted #999;
}

form ol {
  margin-top:0;
  margin-bottom:10px;
  font-size:0.9em;
}

p label {
  color:#9ba1ec;
  padding-left:1px;
}

a {
  color:#00f;
}
a:hover {
  color:#9ba1ec;
}

img {
  border:none;
}

#entry_info {
  overflow:auto;
  height:auto;
  border:none;
  page-break-after:always;
}

#page_top {
  width:800px;
  margin:0 auto;
  z-index:10;
  top:0;
}

#page_top_inner {
  width:800px;
  height:100px;
  margin:0 auto;
  background:transparent url('../images/page_top.png') no-repeat top left;
  position:fixed;
  z-index:10;
  top:0;
}

#body {
  width:800px;
  margin:10px auto;
  position:relative;
  top:120px;
  z-index:1;
  /*border:1px solid #ccc;
  border-right:#aaa;
  border-bottom:#aaa;*/
}

#content {
  width:780px;
  margin:5px auto;
}


ul#status {
  width:600px;
  margin:0 auto;
  list-style:none;
}
ul#status li {
  width:118px;
  line-height:18px;
  float:left;
  background-color:#bfc2eb;
  border:1px solid #fff;
  color:#fff;
  text-indent:2px;
}
ul#status li a {
  display:block;
  width:100%;
  color:#fff;
  text-decoration:none;
  text-indent:2px;
}

ul#status li.done {
  background-color:#212cba;
  color:#fff;
}
ul#status li.current {
  background-color:#39e045;
  color:#000;
}


thead.tableHead tr th {
  padding:4px; 
  margin:0;
  background-color:#fff;
  color:#000;
  font-weight:normal;
  border-bottom:1px solid #ccc;
  /*border:1px solid #ccc;*/
}

tbody.scrollContent TR TD {
  padding:4px;
  margin:0;
}
tbody.scrollContent TR.normalRow TD {
  background-color:#fff;
}
tbody.scrollContent TR.alternateRow TD {
	background-color:#eee; /*#020c99;*/
}


#logout {
  color:#fff;
  font-size:90%;
}
#logout:hover {
  color:#9ba1ec;
}


/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 0 0 7px 0;
 border-bottom: 1px solid #778;
 font-weight:bold;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
 border-left:1px solid #999;
  border-top:1px solid #999;
  border-right:1px solid #999;
  margin-right:2px;
}

ul.tabbernav li a
{
 margin-left: 0;
 text-decoration: none;
 padding:8px 20px 8px 20px;
}

ul.tabbernav li a:link { color: #9ba1ec;  }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #ccc;

}

ul.tabbernav li.tabberactive a
{
 color:#000979;
 background:#fff url(../../gfx/blue/client/tab_white.png) no-repeat top 50%;
 padding-bottom:8px;
}


/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;
 margin-top:-1px;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}
