body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}

p {
	color: #666666;
}


a:link { text-decoration: none; color: #0000ff; background-color: transparent; }
a:visited {
	text-decoration: none;
	color: #999999;
	background-color: transparent;
}
a:hover {
	text-decoration: underline;
	color: #990000;
	background-color: transparent;
}
a:active {
	text-decoration: none;
	color: #990000;
	background-color: transparent;
}

#gfus_content {
	margin-left: 50px;
}


table {
	border: solid black 1px;
}

th {
	border: solid #777777 1px;
}

td {
	border: solid #aaaaaa 1px;
}


/*Client pages */

.clientuploadtable {
	background-color: #FFFFFF;
	background-image: url(images/gradbackground.jpg);
	background-repeat: repeat-x;
	margin-bottom: 15px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
}

.clientuploadtable th {
	text-align: left;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	padding-bottom: 5px;
}

.clientuploadtable td {
	text-align: left;
	vertical-align: middle;
	padding-left: 5px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	font-size: 11px;
	font-weight: normal;
}

.clientuploadtable td.action, .clientuploadtable td.action a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
		background-color: #990000;

}

.clientuploadtable td.action a:hover {
	color: #99CC00;
	text-decoration: none;	

}





/*User pages */

.useruploadtable {
	background-color: #FFFFFF;
	background-image: url(images/gradbackground.jpg);
	background-repeat: repeat-x;
	border: 1px solid #999999;
	margin-bottom: 15px;
}

.useruploadtable th {
	text-align: left;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.useruploadtable td {
	text-align: left;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}


.useruploadform {
	border: 0px none black;
}

.useruploadform th {
	border: solid #777777 1px;
}

.useruploadform td {
	border: solid #aaaaaa 0px;
}



.filetable {
	background-color: #FFFFFF;
	background-image: url(images/gradbackground.jpg);
	background-repeat: repeat-x;
	margin-bottom: 15px;
	padding: 5px 0px 0px;
	margin-right: 0px;
	margin-left: 0px;
	border: 1px solid #999999;
}




.usertable {
	background-color: #FFFFFF;
	background-image: url(images/gradbackground.jpg);
	background-repeat: repeat-x;
	margin-bottom: 15px;
	padding: 5px 0px 0px;
	margin-right: 0px;
	margin-left: 0px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: none;
	border-left: 1px solid #999999;
}

.usertable td{
	margin-bottom: 15px;
	border-bottom: 1px solid #999999;
	padding: 5px 0px 5px 5px;
	text-align: left;
	vertical-align: top;
}

.usertable td.add {
	margin-bottom: 15px;
	border-bottom: 1px none #999999;
	padding: 5px 0px 5px 5px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-image: url(images/gradbackground.jpg);
	background-repeat: repeat-x;
}
.usertable td.topleft {
	margin-bottom: 0px;
	padding: 5px 0px 5px 5px;
	background-image: url(images/gradbackground.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid #666666;
	border-right: 1px none #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}
.usertable td.topright {
	margin-bottom: 15px;
	padding: 5px 0px 5px 5px;
	background-image: url(images/gradbackground.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px none #666666;
}



/*specific layout styles*/

.loginBox {
	width: 200px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	background-image: url(images/gradbackground.jpg);
	background-repeat: repeat-x;
	padding: 5px;
}

.loginBox h2{
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
} 
.loginBox_names {
	font-size: 10px;
	font-weight: normal;
	border-top: #999999;
	border-right: #999999;
	border-bottom: #999999;
	border-left: #999999;
	margin: 0px 0px 5px;
	line-height: 10px;
}
/*input, .loginBox_formItems {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	border: thin solid #999999;
	text-align: left;
	vertical-align: top;
	background-color: #F0F0F0;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	height: 15px;
}


.loginBox_formItems {
width: 85px;
}
textarea {
	font-size: 10px;
	font-weight: normal;
	margin: 0px 0px 10px;
	border: thin solid #999999;
	text-align: left;
	vertical-align: top;
	background-color: #F0F0F0;
}*/

.filetable td {
	margin-bottom: 15px;
	padding: 5px 0px 5px 5px;
	text-align: left;
	vertical-align: top;
}
.clientuploadtable td.bold {
	font-weight: bold;
}

