/*
    GROUP:  IMPORTANT APPLICATION CLASSES
*/
div.appStatus {
	background-color:	#CCC !important;
    border:         	1px solid #000 !important;
	clear:				both;
	color:              #000 !important;
	font-family:		monospace !important;
	font-size:			12px !important;
    margin:             10px auto 10px auto !important;
	padding:			3px !important;
    width:              200px !important;
}

div.appStatus table {
	width:				100%;
}

div.appStatus td.value {
	text-align:			right;
}

.highlightRecord {
    background-color:   #BFE2EA !important;
}

.inactiveRecord {
    color:              #999 !important;
}

table.debugMail {
    background-color:   #333333; 
    margin:             5px;
    padding:            10px; 
    width:              600px;
}

td.debugMail {
    color:              #FFF; 
    font-family:        Fixedsys, Courier;
    padding-top:        0px;
    vertical-align:     top;
}