html, body, body#clients {
    height: 100%;
}
table td {margin:0; padding:0;}

#container 
 {
    position: relative;
    min-height: 100%;	
}
#footer {
    clear:both;
	position: absolute;
    bottom: 0;
	}
	
/* Login Area Formatting */
#topBanner {margin:0; padding:0; width: 100%;}
#topBanner td {background-color:#e54800; width: 50%; }
#logo { text-align: left; padding:0;}
#loginArea { text-align: right; vertical-align: top; padding: 3px 10px 3px 0; color: #fff; }
#loginArea a { color: #fff; text-decoration: none; }
#loginArea a:hover { text-decoration: underline; }

/* Login Status Formatting */
#loginStatus { color: #999; padding: 0 0 0 100px; }
#loginStatus div { width: 200px; }
#loginStatus p { text-align: left; }
#loginStatus strong { color: #49504e; }
#loginStatus a { color: #999; }
#loginStatus a:hover { color: #666; }
	
/* Main Content */
#clients #content {width: 800px; margin:0 auto; padding:0;}
#clients #content h3 { width: 325px; height: 26px; margin: 125px 0 0 0;}
#clients #content h3 span {position: absolute; text-indent: -9999px;}
#clients #content h3.admin { background:#fff url(../images/header-admin.gif) 0 0 no-repeat;}
#clients #content h3.client { background:#fff url(../images/header-client.gif) 0 0 no-repeat;}
#clients #copy p  {margin:0; paddding:0;}

/*#clients #content h3 {color: #e85b1a; font-size: 1.8em; margin:50px 0 0 0; padding:0; font-family: "Times New Roman", Georgia, serif;}*/
div.pageActions {width: 100%; overflow:auto; clear:both; margin-bottom: 5px;}
div.pageActions fieldset {float:right; margin:0; padding:0; border:0;}
div.pageActions fieldset select {float:left; display:block; margin-right: 4px; font-size: 10px;}
div.pageActions fieldset input {
		color: #fff;
		text-decoration:none;	
		background:#e85b1a; 
		font-size: 10px;
		display: block;
		float:left;
		border: none;
		padding: 2px;
}
div.pageActions a {float:left; display:block; padding: 4px 0 0 0; color: #333;}
.border {border: 1px solid #e3e2e2; padding: 5px; margin-top: 17px;}
.border h4 {margin:0; padding:2px 0 2px 5px; background:#e85b1a url(../images/bg-bicolor.gif) 0 0 repeat-x; color: #fff; font-size: 1.1em;  }
.border .manage {width: 100px; color: #ea6d33; }
.border td div.manageLinks a {color: #ea6d33; text-decoration:underline;}
.border th {text-align: left; padding: 3px 0 3px 3px; }
.border td {vertical-align: top; padding: 7px 0 7px 3px;}
.border tr.altrow td {background-color: #f8f7f7; }
.border td div.clientName {background:transparent url(../images/user-img.gif) 0 0 no-repeat; padding: 3px 0 3px 20px;}

.login {border-top: 1px solid #e3e2e2; border-bottom: 1px solid #e3e2e2; border-right: 0; border-left: 0; padding: 10px 0; margin-top:0; }
.login h4 {margin:0; padding:2px 0 0 5px; background:none; color: #666; font-size: 1.1em;  }
.login input.textBox {width: 275px; font: 1.1em; padding:0;}
.login td {vertical-align: top; padding: 0 0 3px 3px;}

.datatable { border-style: none; width: 100%; font-size: 1.1em;  }
.datatable td {border-bottom: 1px solid #e3e2e2; }
.datatable th {background:#e85b1a url(../images/bg-bicolor.gif) 0 0 repeat-x; color: #fff; white-space:nowrap; border-bottom: 1px solid #e3e2e2; }
.datatable th a {color: #fff; text-decoration:none;}

.formtable table { border-style: none; width: 100%; background: #f8f7f7; margin: 0; padding:0;}
.formtable table td {padding: 3px; }
.formtable table td.buttonCell {padding-left: 65px; }
.formtable table td input.text {width: 220px; }

.linktable table {width: 100%; margin:5px 0 0 0; padding:0;}
.linktable table td {border-bottom: 1px solid #e3e2e2; }
.linktable table th {font-size: 1.1em; font-weight:bold; background-color: #f8f7f7;}
.linktable table td.hide {width: 0%;}
.linktable table th.order, .linktable table td.order {text-align:center; width: 50px; }
.linktable table th.visible, .linktable table td.visible {text-align:center; width: 75px; }
.linktable table td.url {width: 160px;}
.linktable table td.created {width: 170px;}
.linktable table td div.desc {height: 15px;}
.linktable table td div.desc, .linktable table td a.desc {background:transparent url(../images/bg-folder.gif) 0 50% no-repeat; padding: 2px 0 2px 20px; vertical-align:top; }
.linktable table td a {color: #333; text-decoration:none; display:block;}
.linktable table td a:hover {text-decoration:underline;}
.linktable table td.actions {width: 50px;}
.linktable table td.actions a, .linktable table tr.inputrow td a {color: #ea6d33; float:left; margin-left: 2px; text-decoration:underline;}
.lintable table tr.paging td {width: 20px;}
.linktable table tr.inputrow td .input-order {text-align:center; margin-left: 10px;}
.linktable table tr.inputrow td img {float:left; margin-left: -3px; }
.linktable table tr td .input-desc {width: 200px; }
.linktable table tr td .input-url {width: 150px;}
.linktable table tr span {display:block; clear:both;}
.clientView table {margin-top: 5px;}
.clientView table th {font-size: 1.1em; font-weight:bold; background-color: #f8f7f7; padding: 3px 0 3px 3px;}

.dashboardTable { width: 100%; margin: 5px 0; border-top: 1px solid #cfcfc5; }
.dashboardTable tr td { border-bottom: 1px solid #cfcfc5; padding: 5px 0 5px 10px; }
.dashboardTable td.heading { font-size: 1.1em; font-weight: bold; color: #630; }
.dashboardTable td.heading a { text-decoration: none; }

input.button {background:#e85b1a; color: #fff; border: none; font-size: 10px; padding: 3px 3px 2px 3px; font-family: Arial, Helvetica, sans-serif;}

.errorMessage {font-size: 10px; line-height: 1.5em; color: #333; float:left; } 
