body {
	background-color: #114F93;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	font-size : 12px;
	color: #000000;
	margin: 10px;
}

table {
	font-size : 12px;
}

table.main {
	border: 1px solid #000000;
	font-size : 12px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

table.form {
	border: 1px solid #000000;
	font-size : 12px;
}

td.box {
	border: 1px solid #000000;

}


td.left_top {
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
}

td.left_bottom {
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

td.top {
	border-top: 1px solid #000000;
}

td.bottom {
	border-bottom: 1px solid #000000;
}

td.right_top {
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
}

td.right_bottom {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

td.avg_left_top {
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	background: #E6E6E6;
}

td.avg_left_bottom {
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #E6E6E6;
}

td.avg_top {
	border-top: 1px solid #000000;
	background: #E6E6E6;
}

td.avg_bottom {
	border-bottom: 1px solid #000000;
	background: #E6E6E6;
}

td.avg_right_top {
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	background: #E6E6E6;
}

td.avg_right_bottom {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #E6E6E6;
}

h1{
	font-weight: normal;
	font-size: 28px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-left : 20px;
	color: #FFFFFF;
	margin: 2px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	padding-left : 8px;
	font-size: 18px;
	margin: 0px;
}

h3 {
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	font-size: 14px;
	padding-left : 20px;
	color: #646464;
	margin: 2px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 8px 0px;
	padding-left : 8px;
}

ul {
	margin-left: 5px;
	padding: 0px;
}

li {
	margin-left: 10px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: disc;
}

.textinput {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	font-size: 100%;
	border: 1px solid #666666;
	padding-right: 3px;
	padding-left: 3px;
}

.listbox {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	font-size: 100%;
	border: 1px solid #666666;
	vertical-align : middle;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	border: 1px solid #666666;
	background-position : bottom;
}

.comment_button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	border: 1px solid #666666;
	background-image : url(images/button_bg.gif);
	background-position : bottom;
	padding-left: 3px;
	padding-right: 3px;
}

.radio {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	font-size: 100%;
	vertical-align : middle;
}

.checkbox {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	font-size: 100%;
	vertical-align : middle;
}

a {
	color: #FF6600;
	text-decoration: none;
}

a:hover {
	color: #FF6600;
	text-decoration: underline;
}

bblink a {
	color: #FF6600;
	text-decoration: none;
}

bblink a:hover {
	color: #FF6600;
	text-decoration: underline;
}

.maintable {
	background-color: #333333;
	margin-top: 2px;
	margin-bottom: 2px;
}

.tableh1 {
	font-family:  Verdana, Geneva, Arial, sans-serif;
	background : #CCCCCC ;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

.tableh1_compact {
	font-family:  Verdana, Geneva, Arial, sans-serif;
	background : #CCCCCC ;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.tableh2 {
	font-family:  Verdana, Geneva, Arial, sans-serif;
	background: #E6E6E6 ;
	color : #000000;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

.tableh2_compact {
	font-family:  Verdana, Geneva, Arial, sans-serif;
	background: #E6E6E6 ;
	color : #000000;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.tableb {
	background: #FFFFFF ;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

.tableb_compact {
	background: #FFFFFF ;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.tablef {
	background: #E6E6E6 ;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.footer {
	font-size : 9px;
	color: #666666;
}

.footer a {
	text-decoration: none;
	color: #666666;
}

.footer a:hover {
	color: #000000;
	text-decoration: underline;
}

.black_overlay{
          display: none;
          position: absolute;
          top: 0%;
          left: 0%;
          width: 100%;
          height: 100%;
          background-color: black;
          z-index:1001;
          -moz-opacity: 0.8;
          opacity:.80;
          filter: alpha(opacity=80);
}

.white_content {
          display: none;
          position: absolute;
          top: 20%;
          left: 40%;
	  text-align: center;
          width: 315px;
          height: 330px;
          padding-top: 5px;
          border: 1px solid orange;
          background-color: white;
          z-index:1002;
          overflow: auto;
}

