@CHARSET "ISO-8859-1";
body {
	color: 	#493E2B;
	font-family: "Trebuchet MS",Georgia,"Times New Roman",Times,serif;
}

#loading {
	display: none;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	width: 494px;
	height: 300px;
	left: 400px;
	top: 200px;
	border: 2px solid #dedede;
	position: absolute;
}

table td.approve a {
	font-weight: bold;
	color: green;
}

table td.deny a {
	font-weight: bold;
	color: red;
}

table td.edit a {
	font-weight: bold;
	color: green;
}

table td.delete a {
	font-weight: bold;
	color: red;
}

.message_box_success {
	border: 1px #085f10 dotted;
	background-color: #b7f9bd; 
	color: #178c22;
	padding: 10px;
	text-align: center;
	margin: 10px 0px 10px 0px;
}

.message_box_error {
	border: 1px #fa0d1e dotted;
	background-color: #fac2c6; 
	color: #ce333e;
	padding: 10px;
	text-align: center;
	margin: 10px 0px 10px 0px;
}

.help {
	margin: 5px;
	padding: 5px;
	border: 1px solid #3e3e3e;
	background-color: #BACD73;
	font-size: 12px;
}



/*
.help_toggle {
	color: green;
	cursor: pointer;
	font-size: 10px;
}

.help_title {
	font-weight: bold;
	color: #3e3e3e;
}*/

.help_content {
	/*padding: 5px;*/
	display: none;
	font-weight: normal;
	color: #666666;
}

.help_toggle {
	cursor: pointer;	
}

.profile_container {
	margin: 5px;
	padding: 10px;
	border: 1px black solid;
	background-color: #D8D8D8;
	font-size: 13px;
	font-family: Verdana;
}

.profile_container p {
	margin: 6px auto;
}

/* Stats Header - click this to make the table visible */
.stats_header {
	cursor: pointer;
	margin: 4px 0px;
	padding: 5px;
	border: 1px black solid;
	background-color: #D8D8D8;
		
}

/* Generic Hide class - use Jquery to make these elements visible */
.stats_table {
	border: 1px #000000 solid;
	text-align: left;
}

/* Stats table cell */ 
.stats_table td {
	padding: 2px;
	margin: 2px;
	border: 1px #dedede solid;	
}