﻿/* 0 Basic TAGS */
/* #FFFFFF = White */
/* size of fonts in tables and menu */
table {
	font-size: 1em;
}

h1, h2, h3, h4 {
	margin: 0;
	font-family: 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;
}

.header table, .footer table {
	border:0px;
}

table {
	border:2px solid #dddddd;
}

td {
	border:0px !important;
}

/* a's Below affects various fonts in menu and in tables */
/* Note <a /a> are used for hyperlinks.                  */

a { 
	text-decoration: none; 
	color: #ff8a00;
}

a:visited {
	color: #C19B28;
}

a:hover {
	text-decoration: none;
	color: #cad038;
}

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:#326499;
	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;
}

img {
	border-width: 0;
}

/* 1 HEADER */

.header {
	border:5px solid #003366;
	border-bottom:0px;
	position: relative;
	width: 780px;
	margin: 0 auto 0 auto;
	background-color:#75a4da;
}


h1 {
	background-color: #003366;
	color:#cad038;
	text-align:left;
	font-size: 18px;
	padding:6px;
}

h2 {
	float:left;
	font-size: 11px;
	padding:5px 0px 5px 7px;
}
/* Menu at the top of all pages */
.menua {
	position: absolute;
	right: 37px;
	top: 13px;
	font-size: 10px
}

.menuadynamic 
{
    background-color:#326499   
}

.nav a:link {
	color:#003366;
	font-weight:bold;
}

.menua a:visited, .nav a:visited {
	color: #DBB94F;
}

.nav a:hover {
	color:#01478e;
}


/* Navigation bar on top of page */
/* font-size: 10px - font size on navigation bar */
.nav {
	text-align:right;
	font-size: 10px;
	padding:5px;
}


/* 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, #emaillinkdownload {
	border:5px solid #003366;
	border-top:0px;
	background-color:#FFFFFF;
	position: relative;
	width: 654px;
	padding: 0px 63px;
	padding-top: 20px; /* Weird Mozilla Bug */
	padding-bottom: 40px; /* Weird Mozilla Bug */
}

#siteadminacctreview, #siteadminfilemgmnt, #updateacct, #siteadmingrpmgmnt {
	border:5px solid #003366;
	border-top:0px;
	background-color:#FFFFFF;
	position: relative;
	width: 700px;
	padding: 0px 40px;
	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, #emaillinkdownload 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;
}

#updateacct table {
	border: 0px !important;
}

/* Page Footer */

.footerbg {
	width: auto;
	text-align: center;
}

.footer {
	background-color:#003366;
	border:5px solid #003366;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	text-align: center;
	font-size: 10px;
}
/* Menu at the bottom of all pages */
.menub {
	margin: 0px auto 4px auto;
	font-size: 10px;
}

.menubdynamic 
{
    background-color:#326499   
}
.menub a:visited {
	color: #DBB94F;
}

/* Crystal Reports */

.crystalreport 
{
    background-color:White;
    text-align:left
}

/* The vertical bar displayed on the login page */
.loginpageverticalbar
{
    width: .1px;
    height: 201px;
    background-color:#003366;  
} 
/* The message area displayed on the login page */
.loginpagemessage
{
    text-align:left;
} 
/* Messages when hit save etc as well as error messages */

.webformmsg 
{
    text-align:center;
    Color:red;
	padding-bottom:10px;  
}   
/* Pop Up Windows for uploading zipping and downloading */
.popup {
	background-color:#326499;
	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;
 margin-top:15px;
} 
.FileManager_table a 
{
    text-decoration: none; 
	color:black;  
	font-weight:bold;
}
.FileManager_table a:visited {
	color: White; 
}

.FileManager_table a:hover 
{
 text-decoration:none;
	color:#ff8a00;    
}
.FileManager_table a:active {
	color: #ff8a00;
}
/* Button foreground / background color */
.button 
{
    background-color:#faf0e6;
    color:Black;
    border-style:outset;
    font-size:1.1em;
} 
.textfield
{
  font-size:1.0em;
} 
.textfieldreadonly
{
  font-size:1.0em;
  color:black;
  border-style:none
} 
.FileManager_table_title      
{
    background-color:#dddddd;
    color:#555555;
} 

.FileManager_table_top_bot      
{
    background-color:#fefcd9;
    color:#a09266;
    font-size:1.0em;
	font-weight:bold;
	font-size:10px;
} 

.FileManager_table_top_bot td {
	border:1px solid #cec9a2 !important;
	height:auto !important;
	padding:2px;
}

#ctl00_Main_dgfile {
	width:100% !important;
}

.FileManager_table_top_bot   a 
{
    text-decoration: none; 
	color:#8d702a;  
}
.FileManager_table_top_bot   a:visited
{
    text-decoration: none; 
	color:Black;  
}  
.FileManager_table_top_bot   a:hover
{
    text-decoration:none; 
	color:#be8a0c;  
}  
.FileManager_table_top_bot   a:active 
{
    text-decoration: none; 
	color:Black;  
}    

#ctl00_Main_LabelDownloadMsg {
	width:auto !important;
}

#ctl00_Main_Button1, #ctl00_Main_ButtonHelp {
	float:right !important;
}

#ctl00_Main_McFileUp {
	width:200px !important;
}

#ctl00_Main_CurrentFolder {
	width:auto !important;
}

#links table, #about table {
	border:0px !important;
}

#login_content {
	width:555px;
	margin:0px auto;
}

#login_welcome_message {
	margin:15px 0px 25px 100px;
}

#login_welcome_message textarea {
background-color:#fdfce7;
padding:10px;
}

#login_form h2, #new_account h2 {
	padding:0px 0px 10px 0px;
	margin-top:0px;
	margin-bottom:15px;
	border-bottom:2px solid #75A4DA;
}

#login_form {
	margin:0px auto;
	width:264px;
}

#login_form label {
	display:block;
	float:left;
	width:70px;
	text-align:right;
}

.remember_me_checkbox, .forgot_password_link, .login_submit_button {
	display:block;
	margin-left:75px;
	margin-bottom:5px;
}

.login_submit_button {
	margin-top:10px;
}

#login_form .remember_me_checkbox label {
	float:none;
	display:inline;
}

#login_form .remember_me_checkbox input {
	margin:0px;
}

#login_form input {
	margin-bottom:5px;
	margin-left:5px;
}

#new_account {
	width:202px;
	margin-left:350px;
}

.no_table_border, #ctl00_Main_FormView1 {
border:0px !important;
}

#Table3 {
border-top:1px solid #CEC9A2;
border-bottom:1px solid #CEC9A2;
border-left:0px;
border-right:0px;
background-color:#fffef3;
}

#webfiles_header {
	position:relative;
	width:718px;
	margin:0px auto;
}

#avfx_home_link {
	position:absolute;
	right:25px;
	top:7px;
}