* {
   margin: 0;
   padding: 0;
}
/**********************
***  Global Styles  ***
**********************/
html, body
{
   color: #000;
   font: 13px verdana;
   margin-bottom: 10px;
   margin-right: 30px;
}
body
{
   background: #81C016 url('images/left-line-down.png') repeat-y;
   min-width: 680px;
}

h1
{
   font: 25px Times New Roman;
   background-color: transparent;
   color: #006E2E;
}
h2
{
   font: 16px Times New Roman;
   background-color: transparent;
   color: #979797;
   padding-left: 5px;
}
table
{
   border: 1px grey solid;
   border-collapse: 0px;
   width: 100%;
}
table td
{
   padding: 3px;
}
table a
{
   text-decoration: none;
}
.rowhead
{
   background-color: #699911;
   font-weight: bold;
}
.rowheadsub
{
   border-top: 1px grey dashed;
   border-bottom: 1px grey dashed;
   background-color: #BCE475;
}
.rowheadsubf
{
   border-bottom: 1px grey dashed;
   background-color: #BCE475;
}
.row1
{
   background-color: #BCE469;
}
.row2
{
   background-color: #b5e05a;
}
p
{
   padding: 6px 0;
}
a:link, a:active, a:visited
{
   background-color: inherit;
   color: #008c00;
}
a:hover
{
   text-decoration: none;
}
ul
{
   list-style-type: square;
   margin-left: 10px;
}
input, input.btn, textarea
{
  border: 1px #77AD12 solid;
  padding: 2px;
}
select
{
  border: 1px #77AD12 solid;
  padding: 1px;
}
div#header
{
   background: url('images/logo-header2.png') no-repeat;
   height: 167px;
}

div#main
{
	min-width: 900px;
}
div#main-content
{
   background: #77AD12;
   border: #699911 1px dashed;
   border-left: none;
   margin: 0 20px 0 95px;
   padding: 5px;
}
div#main-content h3
{
   font-size: 15px;
   font-weight: bold;
   font: Times New Roman;
}
div#main-content h4
{
   background-color: transparent;
   color: #979797;
   font-size: 10px;
   font-weight: normal;
   font: Times New Roman;
}
div#content
{
   background : #cdeb8b;
   border: 1px black solid;
   padding: 10px;
}
div#halfs
{
   overflow: auto;
   width: 100%;
   margin-bottom: 10px;
}
div#halfs ul
{
   margin-left: 40px;
   list-style-type: square;
   font-size: 12px;
}
div#half-1
{
   width : 49%;
   float: left;
   position: relative;
}
div#half-2
{
   width : 49%;
   float: right;
   position: relative;
}

/*****************
**  Navigation  **
*****************/
ul#folder li
{
   padding: 0 0 12px 5px;
   font-weight: bold;
   list-style: url(images/folder.gif);
}
#folders
{
   margin-left: -8px;
}
#folder img
{
   border: none;
}
ul#folders li
{
   padding: 2px 5px 2px 30px;
   background: url(images/folder.gif) 7px 2px no-repeat;
   font-weight: bold;
   list-style:none;
   display: inline;
}
ul#folders ol
{
   font-weight: normal;
}
ul#navigation
{
   text-align:right;
   background: inherit;
   list-style-type: none;
   margin-right: 20px;
   text-transform: uppercase;
}
ul#navigation li
{
   display : inline;
   padding: 12px 0 12px 35px;
}
ul#navigation li a:link, ul#navigation li a:active, ul#navigation li a:visited
{
   background-color: inherit;
   color: #000;
   font-weight: bold;
   text-decoration: none;
}
ul#navigation li a:hover
{
   text-decoration: underline;
}

/********************
***   Info Box    ***
********************/
div#info
{
   background: #BCE469;
   margin: 0 0 10px 0;
   border: 1px solid #699911;
   padding: 2px;
}
div#info p
{
   background: inherit;
   margin: 10px;
}
div#info ul
{
   margin-left: 40px;
}

p#footer
{
   background-color: transparent;
   font-size: 10px;
   text-align: center;
   margin-left: 95px;
}

/*** POP UP SETTINGS ***/

#GB_overlay {
	background: #cdeb8b;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 100;
}

#GB_window {
	background: #77AD12;
	border: #699911 1px dashed;
    left: 0;
    top: 0;
    position: absolute;
	padding: 2px;
    overflow: visible;
    z-index: 150;
}

#GB_frame {
	background: #cdeb8b;
    overflow: auto;
    white-space: nowrap;
}

.GB_Window .content {
	background: #cdeb8b;
    border: 1px solid black;
    border-top: none;
}

.GB_Window .header {
    border: 1px solid black;
    margin: 0;
    height: 22px;
    font-size: 12px;
}

.GB_Window .caption {
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
    padding-right: 20px;
}

.GB_Window .close { 
	font-weight: bold;
	text-align: right;
    font-size: 12px;
    cursor: pointer; 
}