/*Error Styles (and debugging)*/
.php_error_1
{
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	color: #FF0000;
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
}
.php_error_1_message
{
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	color: #FF0000;
	padding: 5px;
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
}
.php_error_2
{
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #990066;
	font-family: "Courier New", Courier, monospace;
}
.php_error_2_message
{
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	color: #660066;
	padding: 5px;
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
}
.php_error_3
{
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #3300FF;
	font-family: "Courier New", Courier, monospace;
}
.php_error_3_message
{
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	color: #003399;
	padding: 5px;
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
}
.php_error_vars_title
{
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #660000;
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
}
.php_error_vars
{
	background: #FFFF00;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	color: #990000;
	background-color: #FFFFDD;
	padding: 5px;
	border: 1px dotted #FFC0CB;
	font-family: "Courier New", Courier, monospace;
}
.debug
{
	background: #FFFF99;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #009933;
	padding: 2px;
	font-family: "Courier New", Courier, monospace;
}
#onClickableDiv
{
	text-decoration: underline;
	cursor: pointer;
	color: #000000;
}
#onClickableDiv:hover
{
	color: #000080;
	text-decoration: underline;
}
IMG, A, INPUT
{
	behavior: url(/images/iepngfix.htc);
}
/*End Error Styles*/
