/* CSS Document */
/* iPhone */


.header{
background-color: red;
/*
-moz-opacity:0.8; -khtml-opacity:0.8; opacity:0.8;
filter:alpha(opacity=20);
*/

}

.header a {
 text-decoration: none;
 color: white;
 font-size: 14px;
}
.border {
  background: #EEE;
  color: #333;
  font-weight: bold;
  padding-left: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-bottom: 1px solid #A0A0A3;
  border-top: 1px solid #A0A0A3;
  margin-bottom: 2px;
}

.sm { 

font-size: 12px; }

body {
    font-family: sans-serif;
    padding: 0;
    margin: 0;
}

.middle {

}

.middle a {
 text-decoration: none;
 color: blue;

}

ul {
list-style-typ:none;
position: absolute;
margin-left: 0px;
margin-top: 0px;
}

li{
	list-style-typ:none;
	margin-bottom:3px;
	padding-bottom:3px;
	padding-top:0px;
	margin-left: -40px;
	border-bottom: 1px solid #A0A0A3;
}

tr.myrow:hover { background-color: /*#99CCFF*/ #ecc1e3; }
td{font-size:12px !important;}