@charset "UTF-8";
/* CSS Document */

body {
	font-family: Helvetica, Arial, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
	background-color:#2F2F53;
}

#treeform {
	color: #000000;
}

p {
	/*font-family: Helvetica, Arial, sans-serif;*/
	font-size: 100%;
	color: #FFFFFF;
	text-align: left;
	margin: 2%
}


a:link {
	color: #EDAD2B;
}

a:visited {
	color:#CBA240
}

.italic {
	font-style: italic
}

/*This positions the submit button for the admin form.*/
p.submitbutton {
	margin-left: 50%;
}

/* Used in body ofInfo page */
p.center {
	/*font-family: Helvetica, Arial, sans-serif;*/
	font-size: 100%;
	color: #000000;
	text-align: center;
	background-color: #FFFFFF
}


span.feedbackPanelINFO {
	border: 1px solid white;
	/*float: left;*/
	color: white;
	background: #185B20;
	padding: 5px;
	margin: 1% 0;
}

span.feedbackPanelERROR {
	border: 1px solid white;
	color: white;
	background: #770000;
	padding: 5px;
}

/* Get a little padding on the edges of the page */
form { margin: 0 2%;}


/*Used in section headings of cost table in Manage Files page*/
h3.costs {
	font-family: Helvetica, arial, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #000000;
	text-align: center;
	text-decoration: underline;
}

/* Used for the top navigation bar */


.menu ul li {
	font-weight: bold;
	list-style: none;
	display: inline;
	float: left;
}

.menu ul li {
	padding: 10px;
	display: block;
}

.menu ul li:hover {
	padding: 10px;
	background-color: #666666
}

#help #nav-help,
#managefiles #nav-managefiles,
#admin #nav-admin
{ background-color: #CCCCCC }

/*Used on the About page*/
h5 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 105%;
	color: #EDAD2B;
	margin: 2%;
	font-weight: normal;
}

/*Used for headers of imbedded tables*/
th.inside {
	text-align: left;
	font-size: 105%;
	color: #EDAD2B;
	font-weight: normal;
	padding: 0 0 1% 0;
}

td {
	vertical-align: top;
	font-size: 90%;
}

td.activationBox {
	/*white-space: nowrap*/
}

/*Maybe revisit this when working on design to try and make borders appear above and below these rows*/
tr.indivcosts {
	background-color:#CCCCCC
}

/*Highlights total cost on Manage Files page*/
tr.totalcosts {
	background-color: #999999;
	font-weight: bold;
}

/*This is the table that holds the contact information. The 3 tables below follow the same naming structure.*/
table.contact {
	width: 100%;
	/*border: solid #000000 thin;*/
}

table.hours {
	border: solid #000000 thin;
}

table.files {
	border: solid #000000 thin;
}

table.costs {
	border: thin solid #000000;
	text-align: right;	
}

table.offsite {
	_zborder: thin solid #000000;
	margin: 0 0 10px 2%;
}

table.currentstatus {
	border:  medium solid #FFFF00;
	background-color: #2F2F53;
	margin: 0 0 20px 2%;
	padding: 1%;
}

table.contact:link{
	color: #EDAD2B;

}

/*Used to create the indent effect for subfiles on the Files page*/
.subfiles {
	margin-left: 5% ;
}


.adminmessage {
	color:#EDAD2B;
	/*font-weight: bold;*/
	padding-left: 2%;
}

#currentstatus {
	display: block;
	background-color: #EDAD2B;
}

#activationvalid {
	border: 1px solid white;
	float: left;
	color: white;
	background: #185B20;
	padding: 5px;
	margin: 1% 0;
}

#activationinvalid {
	border: 1px solid white;
	float: left;
	color: white;
	background: #770000;
	padding: 5px;
	margin: 1% 0;
}

