html, body {
margin : 0;
padding : 0;
background : #0b1933;
font-size : 100%;
font-family : "trebuchet ms", arial, verdana;
color : #444;
text-align : center;
}
a {
color : #ef7b0a;
text-decoration : none;
cursor: pointer;
}
a:hover {
text-decoration : underline;
}
img {
	padding: 0px;
	margin: 0px;
	border: none;
}
p {
color : #444;
line-height : 170%;
margin : 5px 0;
}
p, ul {
font-size : 90%;
}
#content {
background : #fff;
border-top : 3px solid #ce6c1c;
border-bottom : 3px solid #ce6c1c;
padding : 20px;
}
#footer {
margin : 10px 0 0 0;
font-size : 80%;
color : #ccc;
}
#wrapper {
width : 750px;
font-size : 10pt;
text-align : left;
margin-top : 0;
border-top : 0 solid #8e908f;
border-bottom : 0 solid #8e908f;
padding-top : 0;
padding-bottom : 15px;
}
#h11 {
align : center;
font : 200% "trebuchet ms";
color : #fff;
padding-top : 10px;
margin : 0;
}
#h11 span {
color : #6bad42;
}
h1 {
font : 200% "trebuchet ms";
color : #fff;
padding-top : 40px;
padding-bottom : 10px;
margin : 0;
}
h1 span {
color : #6bad42;
}
h1 a {
color : #fff;
}
h1 a:hover {
color : #6bad42;
text-decoration : none;
}
h1 a:hover span {
color : #fff;
}
h2 {
font : bold 100% arial, verdana, sans-serif;
color : #3b578b;
border-bottom : 1px solid #ccc;
padding-bottom : 3px;
margin : 25px 0 10px 0;
}
p + p {
padding-top : 1em;
}
form.form {
font-size : 80%;
background-color : #f5f5f5;
padding : 10px;
}
#options {
list-style-type : none;
width : 500px;
margin : 10px;
padding : 0;
}
#options li {
float : left;
width : 240px;
border-left : 5px solid #ccc;
}
#nav {
text-align : right;
list-style-type : none;
font-size : 80%;
border-top : 1px solid #ccc;
margin : 20px 0 0 0;
padding : 0;
}
#nav li {
padding : 0 5px 0 5px;
display : inline;
border-left : 1px solid #ccc;
}
.left {
float : left;
}
.first {
margin-top : 0;
}
input.textbox {
width : 550px;
font : 120% arial, verdana, sans-serif;
}
input.button {
font : 120% arial, verdana, sans-serif;
margin-top : 10px;
}
#error {
border : 1px solid red;
border-left : 5px solid red;
padding : 2px;
margin : 5px 0 15px 0;
background : #eee;
}
#notice {
border : 2px solid orange;
border-left : 5px solid orange;
padding : 2px;
margin : 5px 0 15px 0;
background : #eee;
}
.ainfo {
color: #000;
text-decoration : none;
}
.ainfo:hover {
text-decoration : underline;
}

/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
text-align : left;
list-style-type : none;
font-size : 80%;
border-bottom : 1px solid #bbb;
margin : 0 0 20px 0;
padding : 0;
}

.shadetabs li{
padding : 0 5px 0 5px;
display : inline;
border-right : 1px solid #bbb;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
color: #2d2b2b;
background: white url(shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.list_table {
  border-collapse: collapse;
  border: 1px solid #fff;
 font-size : 90%;
  color: #363636;
  background: #eee;
width: 90%;
  }
.list_table td, th {
  border: 1px dotted #bcbcbc;
  padding: .4em;
  color: #363636;
  }

.list_table thead th {
  border-bottom: 1px solid #fff;
  text-align: left;
  background: #fff;
  color: #ff7b0a;
  padding-top:3px;
  }
.list_table tbody td a {
  background: transparent;
  text-decoration: none;
  color: #363636;
  }
.list_table tbody td a:hover {
  background: #ef7b0a;
  color: #fff;
  }
.list_table tbody th a {
  background: transparent;
  text-decoration: none;
  font-weight:normal;
  color: #363636;
  }
.list_table tbody th a:hover {
  background: transparent;
  color: #363636;
  }
.list_table tbody th, .list_table tbody td {
  vertical-align: top;
  text-align: left;
  }
.list_table tbody tr#A{
  background: #e2e2e2;
  }
.list_table tbody tr:hover,
.list_table tbody tr#A:hover {
  background: #FFD800;
  border: 1px solid #03476F;
  color: #FFFFFF;
  }
