/* CSS Document */

/* ============================================================================ 
   1. CSS BODY DEFINITIONS
   ============================================================================ */
h1 {
	font-size:14pt;
}

h2 {
	font-size:12pt;	
}

h3 {
	font-size:10pt;
}

h4 {
	font-size:10pt;
}

h5 {
	font-size:8pt;
}

h6 {
	font-size:6pt;
}

th 
{
	font-size: 13px;
	background-image:url(../images/menugradient.gif);
	background-repeat:repeat-x;
	text-align:left;
}

td {
	padding:4px;
}

/* ============================================================================ 
   2. CSS MAINTEXT DEFINITIONS
   ============================================================================ */
/* set margins, padding, and line height for maincontent paragraphs */
#maintext p {
  margin: 0 25px 0 40px;
  padding: 5px 0;
  line-height:1.4;
  }
/* set dimensions for level 1 and 2 headings in maincontent */
#maintext h1, h2, h3 {
  margin: 0 0 5px 15px;
  padding: 5px 0 0;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color: #666666;
  }

#maintext h3 {
	 margin: 0 10px 5px 15px;
     padding: 5px 0 0;
 }

 #maintext h4 {
	 margin: 0 0 5px 15px
 }
 
 #maintext h5 {
	 margin: 0 0 5px 15px
 }
 
#maintext table {
	border-collapse:collapse;
	/*margin-right: auto;
	margin-left: auto;*/
}

/* ============================================================================ 
   3. CSS FORM DEFINITIONS
   ============================================================================ */
.formtable {
	background-image:url(../images/metalBk.gif);
	background-repeat:repeat-y;
	border: 4px;
	border:outset;
	border-color:#000;
	border-collapse:collapse;
	padding: 10px 15px 0 25px;
	margin: 0 0 10 15px;*/
}

.search {
	border: 4px;
	border:solid;
	border-color:#999;
	border-collapse:collapse;
	margin-right: auto;
	margin-left: auto;
}
.tiptable {
	width:auto;
	font-size:10px;
	padding:0;
	border:solid 2px #000;
}
/* ============================================================================ 
   4. CSS CLASS DEFINITIONS
   ============================================================================ */

/* Class to set Warning color to Red;*/
.warning {
	color:#F00;
	font-size:14px;
}

/* Class to set List Tables to be 790 px wide*/
.ltable td, th {
	padding:4px;
	border-bottom: 1px solid #666666;
}

.wtable {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
}

.noline a{
	text-decoration: none;
	cursor:pointer;
}
	