﻿/* 0 Basic TAGS */
/* #FFFFFF = White */
/* size of fonts in tables and menu */
table {
	font-size: 1em;
}

h1, h2, h3, h4 {
	margin: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
/* Row height in download/upload window table only text area */
p {
	line-height: 1.4em;
}
/* Indicates a division in a page */
hr {
	border: 0;
	border-top: 1px solid #505050;
	height: 1px;
}
/* a's Below affects various fonts in menu and in tables */
/* Note <a /a> are used for hyperlinks.                  */

a { 
	text-decoration: none; 
	color: #DBB94F;
}

a:visited {
	color: #C19B28;
}

a:hover {
	text-decoration: underline;
	color: #E6CD84;
}

a:active {
	color: #C19B28;
}

/* background-image: url(Images/background.gif); - changes background all pages*/
/* font-size: 0.7em; - affects size of fonts in tables and screens */
/* color: #FFFFFF  - affects color of labels */
body {
	background-color:#656565;
	background-image: url(Images/background.gif);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color:#FFFFFF;
}

img {
	border-width: 0;
}

/* 1 HEADER */

.header {
	background-image: url(Images/header.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 789px;
	height: 76px;
	margin: 0 auto 5px auto;
}


h1 {
	position: absolute;
	left: 20px;
	top: 12px;
	font-size: 18px;
}

h2 {
	position: absolute;
	left: 20px;
	top: 52px;
	font-size: 11px;
}
/* Menu at the top of all pages */
.menua {
	position: absolute;
	right: 37px;
	top: 13px;
	font-size: 10px
}

.menuadynamic 
{
    background-color:#656565   
}

.menua a:visited, .nav a:visited {
	color: #DBB94F;
}

/* Navigation bar on top of page */
/* font-size: 10px - font size on navigation bar */
.nav {
	position: absolute;
	right: 37px;
	top: 51px;
	font-size: 10px;
}


/* 2 PAGE */

.page {
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

h3 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.5em;
	font-weight: bold;
}
h4 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.3em;
	font-weight: bold;
}

/* 2.1 ALL PAGES */
/* e.g) class="page" id="siteadmin" the # indicates an id within a class*/
#login, #requestacct, #forgotpasswd, #siteadminapproveacct,  #siteadmininfo, #ftpupdown, #ftpupload, #about, #siteadminsecurity, #cookiesdisabled, #links {
	
	position: relative;
	width: 686px;
	padding: 0px 37px;
	padding-top: 20px; /* Weird Mozilla Bug */
	padding-bottom: 40px; /* Weird Mozilla Bug */
}

#siteadminacctreview, #siteadminfilemgmnt, #updateacct, #siteadmingrpmgmnt {
	
	position: relative;
	width: 686px;
	padding: 0px 0px;
	padding-top: 20px; /* Weird Mozilla Bug */
	padding-bottom: 40px; /* Weird Mozilla Bug */
}


#login h4, #requestacct h4, #forgotpasswd h4, #siteadminapproveacct h4, #siteadminacctreview h4, #siteadmininfo h4 , #ftpupdown h4, #ftpupload h4, #about h4, #siteadminsecurity h4, #cookiesdisabled h4, #links h4  {
	margin-top: 0;
	border-top: 1px solid #505050;
	padding-top: 1.0em;
	position: absolute;
	left: 37px;
	width: 214px;
}

#siteadminacctreview h4, #siteadminfilemgmnt h4, #updateacct h4, #siteadmingrpmgmnt h4 {
	margin-top: 0;
	border-top: 1px solid #505050;
	padding-top: 1.0em;
	position: absolute;
	left: 0px;
	width: 214px;
}

/* Page Footer */

.footerbg {
	width: auto;
	height: 50px;
	text-align: center;
}

.footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	width: 770px;
	height: 50px;
	text-align: center;
	font-size: 10px;
	color: #ffffff;
}
/* Menu at the bottom of all pages */
.menub {
	margin: 8px auto 2px auto;
	font-size: 10px;
}

.menubdynamic 
{
    background-color:#656565   
}
.menub a:visited {
	color: #DBB94F;
}

/* Crystal Reports */

.crystalreport 
{
    background-color:White;
    text-align:left
}

/* The vertical bar displayed on the login page */
.loginpageverticalbar
{
    width: 0.1px;
    height: 201px;
    background-color:white  
} 
/* The message area displayed on the login page */
.loginpagemessage
{
    text-align:left;
    Color:#DBB94F;
    background-color:#656565  
} 
/* Messages when hit save etc as well as error messages */

.webformmsg 
{
    text-align:center;
    Color:Yellow  
}   
/* Pop Up Windows for uploading zipping and downloading */
.popup {
	background-color:#656565;
	background-image: url(Images/spacer.gif);
	background-repeat:no-repeat;
}
/* Settings for the File Manager Table on upload and download screens */
.FileManager_table {
 color:inherit;
 background-color:inherit;
} 
.FileManager_table a 
{
    text-decoration: none; 
	color:White;  
}
.FileManager_table a:visited {
	color: White; 
}

.FileManager_table a:hover 
{
 text-decoration:underline;
	color:White;    
}
.FileManager_table a:active {
	color: White;
}
/* Button foreground / background color */
.button 
{
    background-color:#faf0e6;
    color:Black;
    border-style:outset;
    font-size:1.1em;
} 
.textfield
{
  font-size:1.0em;
} 
.FileManager_table_title      
{
    background-color:Red;
    color:White
} 
.FileManager_table_top_bot      
{
    background-color:#d4d0c8;
    color:Black;
    font-size:1.0em;   
} 
.FileManager_table_top_bot   a 
{
    text-decoration: none; 
	color:Black;  
}
.FileManager_table_top_bot   a:visited
{
    text-decoration: none; 
	color:Black;  
}  
.FileManager_table_top_bot   a:hover
{
    text-decoration:underline; 
	color:Black;  
}  
.FileManager_table_top_bot   a:active 
{
    text-decoration: none; 
	color:Black;  
}    