/* Disgruntled Goat Style Sheet, (c)2005 Harry Sheppard, All Rights Reserved */

* {
  font-family:		Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-size:		14px;
  font-weight:		normal;
}

body {
  color:			#000000;
  background-color:	#fefefe;
  text-decoration:	none;
  font-family:		Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-size:		14px;
  font-weight:		normal;
  margin-top:		0px;
  margin-left:		0px;
}

A {
  text-decoration:	none;
}

A:link {
  color: 			blue;
}

A:visited {
  color: 			#000099;
}

A:active {
  color: 			blue;
}

A:hover {
  color: 			blue;
  text-decoration: 	underline;
}


font,td {
  text-decoration: 	none;
  /* font-family: 		sans-serif; */
  font-size: 		14px;
  font-weight: 		normal;
}

.colheader {
	background-color: #5D7790;
	color: 			#FFFFFF;
}

.odd{
	background-color: #EEEEEE;
}

.even{
	background-color: #DDDDDD;
}

.copystrap {
	color: 			#AAAAAA;
}


#pseudoWarning {
	font-family:		sans-serif;
	font-size:			14px;
}

#pseudoWarning A {
	background:			url(/gfx/infoicons/info.png) #FFFFDC fixed no-repeat 4px 4px;
	border-bottom:		2px outset;
	color:				black;
	cursor:				default;
	display:			block;
	float:				left;
	padding:			4px 4px 4px 4px;
	text-decoration:	none;
	width:				100%;
}


#pseudoWarning A:hover {
	background-color:	#678DB2;
	color: 				#FFFFFF;
}



H1 {
  color: #000000;
  text-decoration: none;
  /* font-family: sans-serif; */
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: bold;
}

H2 {
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: bold;
}

H3 {
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: bold;
}

TH {
	background-color: #CCCCCC;
}

DIV {
	margin-top:0px;
	margin-bottom: 10px;
}

select {
    color: black;
    text-decoration: none;
    /* font-family: sans-serif; */
    font-size: 12px;
    font-weight: normal;
}

input {
    color: black;
    text-decoration: none;
    /* font-family: sans-serif; */
    font-size: 12px;
    font-weight: bold;
}

pre {
	font:10pt "Courier New",monospace;
	border:1px solid black;
	padding:2px;
	background:#d9d9d9;
}

blockquote, q{
	font-style:italic;
}

#popitmenu{
	position: absolute;
	background-color: white;
	border:1px solid black;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	visibility: hidden;
}

#popitmenu a{
	text-decoration: none;
	padding-left: 6px;
	color: black;
	display: block;
}

#popitmenu a:hover{
	background-color: #CCFF9D;
}

