* {
margin: 0;
}

html, body {
margin: 0;
width: 100%;
height: 100%;
text-align:center;
}

#page 
{
font-size: 12px;
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -4.3em;
width: 100%;
}

#header-wrapper 
{
width: 100%;
clear:both;
display: block;
}

#header 
{
display: block;
width: 1024px;
margin: 0 auto;
}

#header-top
{
margin: 0;
width: 100%;
border-bottom: 1px solid #BBBBBB;
height: 75px;
}

#header-top img {
padding-top: 5px;
float: left;
}
#header-top h2{
float:left;
padding-left: 60px;
padding-top:20px;
}

#footer-wrapper 
{
width: 100%;
height: 4em;
}

#footer 
{
padding-top:10px;
width: 1024px;
margin: 0 auto;
}

#content-wrapper 
{
width: 100%;
}

#content
{
padding-top: 10px;
width: 1024px;
margin: 0 auto;
text-align: left;
}

#content-top
{
width: 100%;
min-width: 100%;
min-height: 100%;
}

#content-center
{
width: 100%;
min-width: 100%;
min-height: 100%;
}

#content-bottom
{
width: 100%;
min-width: 100%;
}

a:link 
{
font-size: 12pt;
text-decoration: underline; 
color: #000000; 
}

a:visited 
{
font-size: 12pt;
color: #404040;
text-decoration: underline;
}

a:hover 
{
font-size: 12pt;
text-decoration: underline;
color: #808080;
}

pre 
{
border: 1px dotted;
text-align: left;
color: green;
padding: 10px;
clear:both;
}

table {
border-width:1px;
border-style: hidden;
border-collapse: collapse;
}

table td {
font-size: 18px;
vertical-align: top; 
}

#table_cont {
table-layout:fixed;
font-size: 9pt;
border: solid 1px black;
}

#table_cont tr td A:link {
color: #0026ff;
font-size: 14px;
text-decoration: none;
}

#table_cont tr td A:visited {
color: #0026ff;
font-size: 14px;
text-decoration: none;
}

#table_cont td 
{
border-width:1px;
padding: 3px;
border-style: solid;
border-color: black;
font-size: 14px;
vertical-align: middle;
overflow:hidden;
text-align: left;
color: #000000;/*#9BF507;*/
line-height:22px;
}

#table_cont th
{
border-width:1px;
padding: 1px;
border-style: solid;
border-color: black;
font-size: 12px;
vertical-align: middle;
vertical-align: top;
overflow:hidden;
text-align: left;
color: #ffffff;/*#9BF507;*/
}

#table_cont th {
font-weight:normal;
font-size: 13px;
background: #5B9004;
vertical-align: middle;
text-align: center;
padding:2px;
}

#table_cont tr th a {
color: white;
font-size: 13px;
}

#help_content {
border: 1px dotted;
background: #ffe9e9;
display: none;
float:left;
margin-bottom: 10px;
width: 100%;
clear:both;
}

#help_content h3 {
margin: 0px;
}

h3 {
padding: 0px;
margin-bottom: 4px;
margin-top: 12px;
}

h4 {
margin-bottom: 4px;
margin-top: 2px;
font-size: 14pt;
text-align: center;
width: 100%;
}

#help_text {
float: left;
margin: 0px 10px 10px 10px;
}

#hide_help {
text-align: right;
float: right;
}

#show_help {
display: none;
text-align: right;
float: right;
margin:1px;
}

#show_help a, #hide_help a {
color: #00cc00;
text-decoration: underline;
padding-right: 5px;
}

#help_text a {
color: #00cc00;
text-decoration: underline;
}

#menu a:visited {
color: #00cc00;
}

.bigtext{
font-size: 14pt;
width: 100%;    
}

#login-wrapper {
border-bottom:  #a9c6c9 1px solid;
width: 65%;
margin: 0 auto;
padding: 10px;
height: 90%;
overflow: hidden;
#vertical-align: middle;
}

#login-box {
display:block;
vertical-align:bottom;
position: absolute;
top:50%;
left:50%;
margin-left:-130px;
margin-top:-140px;
border: 1px solid;
background: #ffffff url(images/greensql-logo.gif) left bottom;
background-repeat: no-repeat;
padding: 30px;
height: 160px;
width: 260px;
}


/* Main Menu */

#primary-menu {
display:block;
float:left;
position:relative;
width: 100%;
margin: 0;
padding: 0;
background: #F3F3F3;
border-bottom: 5px solid green;
}

ul.menu {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
text-align:left;
padding:0px;
}
/*
#primary-menu ul.menu li:hover, #primary-menu ul.menu li.hover, #primary-menu ul.menu li.active-trail {
background-position:left -29px;
}
*/

#logo {
display:inline;
float: left;
}

#total-menu {
display:block;
float:left;
width: 100%;
height: 45px;
border-bottom: 1px solid #BBBBBB;
background: #F3F3F3;
}

#secondary-menu {
display:block;
float:left;
font-size:1em;
background: #F3F3F3;
margin: 0;
width: 100%;
padding:0;
}

#primary-menu ul.menu li, #secondary-menu ul.menu li {
display:block;
float:left;
margin:0;
padding:0;
width:auto;
text-transform:uppercase;
}

#primary-menu ul.menu li a, #secondary-menu ul.menu li a {
padding-left:10px;
padding-right: 10px;
}

#primary-menu ul.menu li a:hover, #secondary-menu ul.menu li a:hover, 
#primary-menu ul.menu li.active a, #secondary-menu ul.menu li.active a {
background:green;
color: #eeeed3;
border-top: 1px solid green;
border-bottom: 1px solid green;
}

#primary-menu ul.menu li.logout{
float:right;
}
#primary-menu ul.menu li.logout a{
color: #FF5528;
}
#primary-menu ul.menu li a {
text-decoration: none;
color: #000000;
}
#secondary-menu ul.menu li a
{
color: #555555;
text-decoration: none;
}

ul.menu li a{
color: #000000;
font-weight:bold;
}

#footer a {
color: #00cc00;
text-decoration: underline;
}

.dashboard-footer
{
  width: 100%;
}

.dashboard-block
{
width: 49%;
float:left;
margin: 0;
padding: 0;
text-align:center;
}

.dashboard-space
{
width: 2%;
float: left;
margin: 0;
padding: 0;
}

.radio
{
margin-right:6px;
}
