body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
  background-color: #f6f6f6; 
}

td, th, input, select, textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a {
text-decoration: none;
}

a:link {
  color: #0240a3;
}

a:visited {
  color: #0240a3;
}

a:active {
  color: #000000;
}

img {
  border: none;
}


.my_table {
  background-color: #ffffff;
  background-position: left bottom;
  background-repeat: no-repeat;
  color: #FFFFFF;
  margin: 0;
}

.my_td {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
}

.baha_body {
  background-color: #ffffff;
  background-position: right bottom;
  background-image: url(/images/baha_logo.jpg);
  background-repeat: no-repeat;
}


/* ---------- list  --------- */

.list {
  border: 1px dotted #999999;
}

.list th, .list td {
  padding: 5px;
}

th {
  text-align: left;
  background: #D6DFF7;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

th a:link, th a:visited, th a:active {
  color: #000000;
  text-decoration: none;
}

th a:hover {
  text-decoration: underline;
}

.sort {
	background-color: #ABBEEF;
}

.evenrowbg {
	background-color: #F0F0F0;
}

.oddrowbg {
	background-color: #ffffff;
}

