body
{
	background: white;
}

p, body, div, td, input, select
{
	font-family: 'Arial';
	font-size: 10pt;
}

.error
{
	color: red;
}

td.filesize
{
	text-align: right;
}
th
{
	text-align: left;
}

th
{
	background: whitesmoke;
}

td, th
{
	padding: 2px;
	padding-right: 10px;
}
td, th
{
	border-bottom: 1px solid green;
}

span.smallfile
{
	color: darkgreen;
}
span.mediumfile
{
	color: darkblue;
}
span.largefile
{
	color: darkred;
}
a
{
	text-decoration: none;
}
a, a:visited
{
	color: blue;
	
}
a:hover
{
	color: orange;
}

table#user
{
	width: 600px;
}
table#user th
{
	width: 25%;
}

th.header
{
	background: white;
	border-bottom: 3px solid green;
}

h1	{
	background: #FFFFFF;
	border-bottom: 1pt dashed #FF0000;
	border-top: 0pt dashed #FF0000;
	color: #FF0000;
	font-size: 10pt;
	font-weight: bold;
	padding-bottom: 4px;
}

h2	{
	border-bottom: 1px dashed #FF0000;
	color: #FF0000;
	font-size: 10pt;
	font-weight: bold;
	padding-bottom: 4px;
}

select.category
{
	
}
table
{
	border-collapse: collapse;
}



#sharedfolder th.size
{
	text-align: right;
	width: 100px;
}

#sharedfolder td.filename
{
	width: 400px;text-align:left
}

#sharedfolder 
{
	margin-top: 20px;
	margin-bottom: 20px;
	border-collapse: collapse;
}
#sharedfolder td, #sharedfolder th
{
	border-bottom: solid #98AAB1 1px;
	padding: 4px;
}
#sharedfolder td.filesize
{
	width: 80px;
}
#sharedfolder td.selection
{
	height: 28px;
	width: 50px;
	background-image: url(../images/doc.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#sharedfolder td.date
{
	width: 150px;
	text-align:left
}


td.submit
{
	text-align: center;
	padding: 10px;
	border-bottom: none;
}

.drop
{
	width: 100px;
}

#login label, #logindiv label
{
	display: block;
}

#login p, #login input
{
	margin: 5px;
}

.topmessage
{
	color: green;
}

#editcats td
{
	height: 30px;
	width: 30%;
}

#editcats table
{
	width: 90%;
}

.optbutton
{

}

