tr.audit-header-row {
    background-color: #DDDDDD;
}

tr.audit-insert {
    background-color: #DDFFDD;
}

tr.audit-delete {
    background-color: #FFDDDD;
}

tr.audit-update {
    background-color: #DDDDFF;
}

span.audit-val-old-changed {
    background-color: #FFDDDD;
    font-style: italic;
}

span.audit-val-new-changed {
    background-color: #DDFFDD;
    font-weight: bold;
}

.SubmitButton {    
    font-size: 150%;
    height: 36px;
    margin-top: 0px;  
    float: Left;
}
.td_halfsize {    
  width:40%; 
  max-width:40%;
  min-width:40%; 
  overflow:hidden; 
}

.td_quartersize {    
  width:35%; 
  max-width:35%;
  min-width:35%; 
  overflow:hidden; 
}

.td_imagesize {    
  width:22%; 
  max-width:22%;
  min-width:22%; 
  overflow:hidden; 
  text-align:center; 
}
.td_threefourthssize {    
  width:75%; 
  max-width:75%;
  min-width:75%; 
  overflow:hidden; 
  text-align:center; 
}
span.incident_from_name {
    background-color: #E8E8E8;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #D0D0D0;
    border-right-width: 1px;
    border-right-color: #D0D0D0;
    border-right-style: solid;
}

.logview-line-odd, .logview-line-even {
    font-family: monospace;
    margin-top: 4px;
    margin-bottom: 0px;
    text-indent: -4em;
    padding-left: 4em;
}

.logview-line-odd, .logview-explanation-odd {
    background-color: #FFFFFF;
}

.logview-line-even, .logview-explanation-even {
    background-color: #EEEEEE;
}

.logview-explanation-even, .logview-explanation-odd {
    display: none;
    margin-top: 0px;
    margin-bottom: 0px;
}

.logview-explanation-list {
    position: relative;
    left: 48px;
    top: -16px;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 64px;
}
.logview-explained-time {
    color: #000088;
}

.archive_query {
    margin-left: 10px;
    margin-right: 10px;
    background-color: #EEEEFF;
}

.archive_q_data {
    color: #330000;
    background-color: #FFFFEE;
}

.archive_q_expr_logop {
    font-weight: bold;
    font-style: italic;
}

.archive_selected_folder {
    padding: 2px;
    border-style: outset;
    border-color: #e7e7e7;
    border-width: 2px;
    background-color: #F0F0FF;
}

div.message-body-preview {
    font-family: monospace;
    white-space: pre;
}

.regex1 {
    background-color: #80FFFF;
    color: #600000;
    margin-left: 1px;
    margin-right: 1px;
}
.regex2 {
    background-color: #FFFF80;
    color: #006000;
    margin-left: 1px;
    margin-right: 1px;
}

table.gridtable {
	font-family: verdana,arial,sans-serif;
	font-size:14px;
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
}
table.gridtable th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;

}
table.gridtable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
}

table.minitable {
	font-family: verdana,arial,sans-serif;
	font-size:14px;
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
	width:400px;
}
table.minitable th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;

}
table.minitable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
}

.paginate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
}

a.paginate {
	border: 1px solid #000080;
	padding: 2px 6px 2px 6px;
	text-decoration: none;
	color: #000080;
}


a.paginate:hover {
	background-color: #000080;
	color: #FFF;
	text-decoration: underline;
}

a.current {
	border: 1px solid #000080;
	font: bold .7em Arial,Helvetica,sans-serif;
	padding: 2px 6px 2px 6px;
	cursor: default;
	background:#000080;
	color: #FFF;
	text-decoration: none;
}

span.inactive {
	border: 1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	padding: 2px 6px 2px 6px;
	color: #999;
	cursor: default;
}


                            