@CHARSET "ISO-8859-1";
@media print {
	.noprint{display: none;}
	#TimeoutBar {visibility: hidden;}
}
@media screen {
	.printonly{display: none;}
}
<!-- Rod - Release v1.16 - Audit Table Styling -->
.auditValue {
	overflow-y:auto;
	overflow-x:hidden;
	max-height:100px;
	padding:1px;
	line-height:15px;
	margin:0px 0;
	height: expression(this.scrollHeight > 100 ? "100px" : "auto"); /* IE */
	text-align: left;
}
.auditNew {
	background-color:#66FFFF;
	font-weight: bold;
}
.auditDelete {
	background-color:#FF0000;
	font-weight: bold;
}
.disclosureDown {
	background: transparent url(../images/disclosureArrows.gif) no-repeat scroll 0px 0px;
	width: 16px;
	height: 16px;
}
.disclosureRight {
	background: transparent url(../images/disclosureArrows.gif) no-repeat scroll -16px 0px;
	width: 16px;
	height: 16px;
}
.disclosureLeft {
	background: transparent url(../images/disclosureArrows.gif) no-repeat scroll -32px 0px;
	width: 16px;
	height: 16px;
}
<!-- Release v1.16 END -->
.box {
	border:1px solid #CCCCCC;
}
.light_box {
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
	padding: 3px;
}
.dark_box {
	background-color:#DFDFDF;
	border:1px solid #A4A4A4;
	padding: 3px;
}
.light_table {
	background-color:#EEEEEE;
}
.dark_table {
	background-color:#DFDFDF;
}
hr {
	margin-top: 4px;
	margin-bottom: 4px;
}
.required {
	background-image:url(../images/required-field.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:10px;
}
.red_alert {
	color:#FF4242;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.static_bold {
	color: #415777;
	font-weight: bold;
	white-space: nowrap;
}
.static_text {
	white-space: nowrap;
}
<!-- Below Needs to be fixed -->
.graybold11 {
	font-size: 93%;
	font-weight: bold;
}
.greenBold10 {
	color: #415777;
	font-size: 85%;
	font-weight: bold;
}
.plugins_txt{
	color:#999999;
	background-color:#eeeeee;
	border:1px dotted #999999;
	padding:5px;
	margin-top:5px;
	margin-bottom:5px;
	font-size:90%;
}
.plugins_txt a{
	text-decoration:underline;
	color:#999999;
}
.plugins_txt img{
	float:left;
	margin:0;
	padding-right:5px;
}
#mccont {
	padding-bottom: 5px;
}
.buttons {
	background-image:url(../images/button_bg_1.jpg);
	background-repeat:repeat-x;
	border:1px solid #333333;
	color:#FFFFFF;
	height:28px;
	font-weight:bold;
	padding:1px;
	cursor:pointer;
}
.fixedButtons {
	background-image:url(../images/button_bg_1.jpg);
	background-repeat:repeat-x;
	border:1px solid #333333;
	color:#FFFFFF;
	height:28px;
	font-weight:bold;
	padding:1px;
	cursor:pointer;
}
#error_box {
	background-color:#FFFFCC;
	border:1px dotted #CCCCCC;
	color:#990000;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:10px;
	padding:5px;
}
#error_box ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:0;
	margin-left:0;
	margin-top:0;
	padding-bottom:0;
	padding-left:10px;
	padding-top:3px;
	font-weight: normal;
}
#error_box li {
	background-image:url(../images/arrow_icon_3.gif);
	background-position:0 0.2em;
	background-repeat:no-repeat;
	padding-bottom:1px;
	padding-left:15px;
}
#TimeoutBar {
    display:none;
    z-index: 500;
    width:500px;
    background: transparent;
} 
#TimeoutBar div {
	text-align: center;
	margin: 25px;
    padding:10px;
    border:1px solid #333333;
    background-color:#fff;
    border:5px solid #666;
    border:5px solid rgba(82, 82, 82, 0.698);
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}
#TimeoutBar h3 {
	background: #333333 url(../images/button_bg_1.jpg) repeat scroll left top;
    margin:-11px;
    margin-bottom:0px;
    color:#fff;
    padding:5px 10px;
    border:1px solid #333333;
}
#TimeoutBar div.close {
    background: transparent;
    background-image: url(../images/close.png);
    padding: 0px;
    border: 0px;
    position:absolute;
    right:-20px;
    top:-20px;
    cursor:pointer;
    height:35px;
    width:35px;
}
.timeoutHeader {
	font-size: 95%;
}
.timeoutCaption {
	font-size: 85%;
}
.headnewsitem {
	float: left;
}
.dialog {
    display:none;
    z-index: 500;
    background: transparent;
    border:1px solid #333333;
    background-color:#fff;
    border:5px solid #666;
    border:5px solid rgba(82, 82, 82, 0.698);
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}
.dialog_title {
	font-size: 120%;
	background: #333333 url(../images/button_bg_1.jpg) repeat scroll left top;
    margin-bottom:0px;
    color:#fff;
    padding:5px 10px;
    border:1px solid #333333;
}
.dialog div.close {
    background: transparent;
    background-image: url(../images/close.png);
    padding: 0px;
    border: 0px;
    position:absolute;
    right:-20px;
    top:-20px;
    cursor:pointer;
    height:35px;
    width:35px;
}
.blackBold12 {
	color:#000000;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.grayBold16 {
	color:#415777;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}
.offDutyDisclosure {
	font-size: 100%;
	font-weight: bold;
	color:#415777;
}
.doesNotApply {
	font-size: 80%;
    font-style:italic;	
	color:#415777;
}

