body, td, li, textarea, input, select {
  font-family: "lucida grande", tahoma, verdana, sans-serif;
  font-size: 11px;
}

#myuas {
	position: absolute;
	top:98px;
	left: 617px;
	width: 96px;
	margin:0px;
	padding:0px;
}

#myuas p {
	margin:0px;
	padding: 0px;
	font-size: 11px;
	line-height: 12px;
	text-align: center;
}

#myuas p a {
	display: block;
	margin: 0px;
	padding: 4px 4px 6px 4px;
	color: #0E3167;
	font-weight: normal;
	text-decoration: none;
	background: url(../_img/myuas_tab.gif) top left no-repeat;
}

#myuas a:hover	{
	color: #fff;
	background: url(../_img/myuas_tab_over.gif) top left no-repeat;
}

form {
  border: 0px solid #ccc;
  background-color: #fff;
  padding: 8px;
  margin-top: 8px;
  margin-bottom: 8px;
}

legend {
  font-weight: normal;
  color: #333;
}

fieldset {
  padding: 8px;
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
  font-size: 10px;
  font-family: Monaco, "Courier New", Courier, mono;
  padding: 4px;
}

code {
  font-size: 10px;
}

#navigation {

}

#main {
}

#notes {
  border: 1px dotted red;
  padding: 8px;
  margin: 8px 0px 8px 0px;
}

#searchform {
  margin-top: 0px;
  padding: 4px;
}

#searchform a, #searchform a:visited {
  display: block;
  height: 20px;
  line-height: 20px;
  border:none;
  border-bottom: 1px solid #ccc;
}

#searchform a:hover {
  background-color:#3d80df;
  color: #fff; 
}

.required {
  color: red;
}

.contact {
  float: left;
  margin-right: 8px;
  margin-bottom: 8px;
  width: 160px;
  padding: 6px;
  border: 1px;
  background: white;
  border: 1px solid #999;
}

.contact h3 {
  font-family: "Helvetica Rounded", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-height: 15px;
  margin-bottom: 0px;
}

.contact h4 {
  margin-top: 0px;
}

.contact dl {
  margin: 0px;
  padding: 0px;
}

.contact dt {
  width: 24px;
  float: left;
}

.issue {
  display: block;
  float: left;
  width: 46px;
  height: 26px;
  line-height: 26px;
  color: white;
  text-align: center;
  background-image: url(/templates/_img/issue.png);
  font-weight: bold;
}

.post_odd {
  padding: 4px;
  border: 1px solid #ccc;
  margin-top: 4px;
  background: #fff;
}

.post_even {
  padding: 4px;
  border: 1px solid #ccc;
  background: #eff0f4;
  margin-top: 4px;
}


/*

BUTTONS

*/

.btn122, .btn122:link, .btn122:hover, .btn122:visited, .btn122:hover {
  display: block;
  background-image:url(/templates/_img/btn/122.png);
  width: 122px;
  height: 21px;
  line-height: 20px;
  text-align: center;
  font-size: 11px;
  text-decoration: none;
  color: black;
  border: none;
}



/*

DATAGRID

*/

.datagrid {
  width: 100%;
  border: 1px solid #ddd;
  border-spacing: 0px;
  border-collapse: collapse;
  margin-bottom: 8px;
}

.datagrid tr {
  height: 11px;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  border: solid 1px #ddd;
}

.datagrid td {
  margin: 0px;
  padding: 3px;
  border-left: 1px solid #ddd;
  vertical-align: top;
}

.datagrid td a {
  color: #069;
  text-decoration:none;
  font-weight: bold;
}

.datagrid input {
  font-size: 10px;
}

.datagrid .odd {
  background: #fff;
}

.datagrid .even {
  background: #eff0f4;
}

.datagrid tbody tr:hover {
  background-color:#708394;
  color: #fff; 
}

.datagrid tbody tr:hover a {
  color: #fff;
  text-decoration: underline;
}

.datagrid thead tr {
  background: #ccc;
  background-image: url(/templates/_img/aqua_column.png)
}

.datagrid thead td {
  border: 1px solid #ccc;
  cursor: pointer;
}

.datagrid .minicheck {
  width: 12px;
  height: 12px;
}

.datagrid .arrow {
  font-family: webdings;
  float: right;
}

/* TABS */

#tabs {
  padding: 10px 10px 0px 0px;
  list-style:none;
  line-height: 14px;
  }

#tabs li {
  float:left;
  background:   url("/templates/_img/tabs/left.gif") no-repeat left top;
  margin: 0px;
  padding:0px 0px 0px 4px;
  }
  
#tabs li a {
  display:block;
  background:   url("/templates/_img/tabs/right.gif") no-repeat right top;
  padding:5px 10px 4px 6px;
  text-decoration:none;
  color:#333;
  border: none;
  }
  
#tabs li a:hover {
  color:#33f;
  border: none;
  }
   
#tabs #current {
  background-image:   url("/templates/_img/tabs/left_on.gif");
  }
  
#tabs #current a {
  background-image:   url("/templates/_img/tabs/right_on.gif");
  color:#333;
  padding-bottom:5px;
  }
  
  
 /* added by Jed - 19/01/05 */
 
 .tabdown {
   background:#ccf;
   padding:4px 8px 8px 8px;
   border-top: 0px; 
   border-right: 1px solid #bbb;
   border-left: 1px solid #bbb;
 }
 
