BODY {
	background-color: #d9d9d9;
	color : black;
	font-family : Arial, "Times New Roman", sans-serif;
	font-size: 12px;
}

TD {
	background-color: #F4F4F4;
	color : black;
    font-weight: 900;
	font-family : Arial, "Times New Roman", sans-serif;
	font-size: 12px;
}

TD.white {
	background-color: #FFFFFF;
	color : black;
	font-family : Arial, "Times New Roman", sans-serif;
	font-size: 12px;	
}

TD.admin_white {
	background-color: #FFFFFF;
	color : black;
	font-family : Arial, "Times New Roman", sans-serif;
	font-size: 11px;	
}

TD.admin_gray {
	background-color: #F4F4F4;
	color : black;
	font-family : Arial, "Times New Roman", sans-serif;
	font-size: 11px;	
}

.small {
	font-size: 14px;
}

.smaller {
	font-size: 12px;
}

A {
	color : Blue;
	text-decoration : underline;
}

A:HOVER {
	color : Red;
	text-decoration : none;
}

A.smaller {
	font-size: 12px;
	color : Blue;
	text-decoration : underline;
}


table.white {
	background-color: #23559C;
	color : #000000;
	font-family : Arial, "Times New Roman", sans-serif;
	font-size: 12px;
}

table.enclosing {
	color : black;
	font-family : Arial, "Times New Roman", sans-serif;
	font-size: 12px;
	border: #638ca8 1px solid;
	}

H3{
	color : red;
	font-family : Arial, "Times New Roman", sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.important{
	color: Red;
}

.medium{
	color: #FF9900;
}

INPUT {
	font-size: 12px;
	font-family: Arial, "Times New Roman", sans-serif;
	color:#000000;
	/*background-color:#FFFFFF;*/
}

INPUT.button {
    height: 22px;
	font: normal x-small Arial, "Times New Roman", sans-serif;
    background: #638ca8;
    color: #fff;
    font-weight: 900;
}

HR {
	color: #638ca8;
	height: 1px;
}

.open {color : #FF0000;}
.waitingreply {color : #FF9933;}
.replied {color : #0000FF;}
.resolved {color : #008000;}
.allbutresolved {color : #000000;}

.success {color : #008000;}
.error {color : #FF0000;}
.notice {color : #FF9900}
