/* <Bruce Bordelon> */
/*  added table layout to control layout */
table.results {
   table-layout: fixed;
   overflow: auto;
   width: 100%;
}
td.score {
   width: 10%;
   valign: top;
}
td.mime-type {
   width: 5%;
   valign: top;
   align: middle;
}
td.gateway {
   width: 5%;
   valign: top;
   align: middle;
}
td.title-summary {
   width: 65%;
   valign: top;
   align: left;
}
td.date {
   width: 15%;
   valign: top;
}
/* </Bruce Bordelon> */

body
{
    BACKGROUND-COLOR: #ffffff;
    COLOR: #000000;
    FONT-SIZE: 10pt;
    FONT-FAMILY: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

/* Anchor Classes **********************/
a {
  COLOR: #487800;
  FONT-SIZE: 10pt;
  FONT-FAMILY: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  TEXT-DECORATION: none;
}
a:hover { text-decoration: underline }

/* Text Classes **********************/
p { COLOR: #000000; FONT-SIZE: 10pt; FONT-FAMILY: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; }
ul  { COLOR: #000000; FONT-SIZE: 10pt; FONT-FAMILY: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; LIST-STYLE-TYPE: square; }
li  { COLOR: #000000; FONT-SIZE: 10pt; FONT-FAMILY: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; LIST-STYLE-TYPE: square; }
ol { COLOR: #000000; FONT-SIZE: 10pt; FONT-FAMILY: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; }
td { COLOR: #000000; FONT-SIZE: 10pt; FONT-FAMILY: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; }
h1  { color: #ad0010; font-weight: bold; font-size: 15pt; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; vertical-align: top }
h2  { FONT-WEIGHT: bold; FONT-SIZE: 13pt; FONT-FAMILY: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; VERTICAL-ALIGN: top; }
hr { color: #ad0010; line-height: 1px }
.operators { font-size: 7pt }

/* added css for client notes section */
.formElement1 {border : 1px solid #99CC99; font-size : 12px; background-color : #F0F0F0;}
.button1 {border : 1px solid #006600; font-size : 13px; background-color : #99CC99; cursor:pointer;}
.button1hover {border : 1px solid #006600; font-size : 12px; background-color : #CCFFCC; cursor:pointer;}
.button2 {border : 1px solid #99CC99; font-size : 12px; background-color : #CCFFCC; cursor:pointer;}
.button2hover {border : 1px solid #006600; font-size : 12px; background-color : #FFFFFF; cursor:pointer;}
.button3 {border : 1px solid #006600; font-size : 13px; cursor:pointer;}
.ccRadio {background-color : #F0F0F0;}
.TD1 {
	background-color : #006600;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.TD2 {
	background-color : #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
}
.TD3 {
	font-size: 12px;
}
.TD4 {
	background-color : #006600;
	font-size: 16px;
	color: #FFFFCC;
}
/* added css for client notes section */