* {
  font-family: Verdana, Helvetica, Arial;
}

img {
 border: 0px;
}

body {
  font-size: 80%;
  background-color: #E7E7E7;
}

table, table * {
  padding: 0px;
  font-size: 100%;
}

h1 {
  font-size: 13pt;
}

h2 {
  font-size: 100%;
  font-weight: bold;
}

table.main {
  border: 1px solid #5A7994;
  border-collapse: collapse;
  width: 100%;
}

td.logo {
  height: 60px;
  vertical-align:top;
  background-image: url("/images/bk_top.gif");
}

td.menu1 {
  background-image: url("/images/menu1.gif");
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  height: 27px;
}

td.menu2 {
  background-image: url("/images/menu2.gif");
  text-align: center;
  white-space: nowrap;
  height: 26px;
}

td.main_content {
  vertical-align: top;
}

td.bottom_bar {
  border-top: 1px solid #5A7994;
}

table.bottom_content {
  font-size: 85%;
  width: 100%;
  text-align: center;
  color: #233754;
  background-image: url("/images/bk_top.gif");
}

td.bottom_content_with_padding {
  padding: 2px;
} 

div.page_info {
  text-align: center;
  font-size: 85%;
  color: #505050;
  padding-top: 5px;
}

table.file_list {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  left: -1px;
}

table.file_list * {
  white-space: nowrap;
}

table.file_list td {
  padding-top: 1px;
  padding-bottom: 1px;
}

table.file_list thead td {
  background-color: #5E88AE;
  color: white;
  font-weight: bold;
  text-align: center;
  height: 18px;
}

tr.line2 {
  background-color: #EFF3F7;
}

td.file_list_footer {
  height: 5px;
  background-color: #5E88AE;
}

table.container {
  background-color: white;
  width: 100%;
}

table.container tr td {
  vertical-align: top;
}

/*news */

div.news {
  font-size: 85%;
  background-color: #E7E7E7;
  border: 1px solid #5A7994;
  padding: 5px;
  width: 155px;
}

div.news h2 {
  font-weight: bold;
  color: #4D6C86;
  font-size: 120%;
  margin: 0;
}

div.news h3 {
  color: #4D6C86;
  margin: 0px;
  font-weight: normal;
  padding-top: 5px;
}

div.news p {
  margin: 0px;
}

/* sidebar */

div.sidebar {
  border: 1px solid #5A7994;
  font-size: 85%;
  background-color:#E7E7E7;
  padding: 8px;
  margin-bottom: 10px;
  max-width:280px;
}

div.sidebar h2 {
  font-weight: bold;
  font-size: 120%;
  color: #4D6C86;
  margin: 0px;
}

div.sidebar p {
  padding-top: 7px;
  margin: 0px;
}

/* list styles */

ol {
 margin-left: 30px;
}

ol li {
  list-style-position: outside;
  padding-top: 2px;
  margin-left: 14px;
}

ol li img {
  margin-top: 10px;
  margin-bottom: 10px;
}

ol.sublist {
  list-style-type: lower-latin;
}

/* links */
a:link {
  color: #4D6C86;
}

a:visited {
  color: #4D6C86;
}

a:hover {
  color: #F27402;
}

/* link for menu */

a.menu:link {
  color: #2F84B7;
}

a.menu:visited {
  color: #2F84B7;
}

a.menu:hover {
  color: #F27402;
}

/* for menu2 */

a.menu2:link {
  color: green;
}

a.menu2:visited {
  color: green;
}

a.menu2:hover {
  color: #F27402;
}

a.file:link {
  color: #4D6C86;
}

a.file:visited {
  color: #52188C;
}

a.file:hover {
  color: #F27402;
}

/* for upload */

table.upload_form tr td {
  padding-bottom: 2px;
}

.data {
  background-color: #808080; 
  width:40%;
}

.data tr td {
  background-color: #dddddd; 
  font:13px Tahoma;
  width:35%;
}

.bar1 {
  background-color: #b3b3b3;
  position: relative; 
  text-align: left; 
  height: 20px;
  width: 400px;
  border: 1px solid #505050;
}

.bar2 {
  background-color: #000099;
  position: relative; 
  text-align: left;
  height: 20px;
  width: 0%;
}


td.tdst1 {
  text-align:center;
}

td.tdst2 {
  text-align:left;
  white-space:normal;
}

td.tdst3 {
  text-align:center;
  white-space:normal;
}

table.file_info tr td {
  padding-top:5px;
  padding-bottom:5px;
  padding-left:5px;
  padding-right:5px;
  background-color:#E7E7E7;
}

/* comment form */
table.comment-form {
  width: 480px;
}

input.text-field {
  width: 100%;
}

input.radio-button {
  position: relative;
  top: 2px;
}

input.submit-button {
  width: 100px;
}

textarea.comment-text {
  font-family: Arial;
  font-size: 10pt;
  width: 100%;
}

td.left-block {
  width: 230px;
}

td.right-block {
  text-align:right;
}

td.v-align {
  vertical-align: top;
}

img.verification-image {
  vertical-align: middle;
  margin-bottom: 5px;
}

span.note {
  font-size: 8pt;
  color: #555;
}

div.warning {
  font-size: 8pt;
  color: red;
}

div.comment {
/*  border-bottom:1px solid RGB(200,200,200);*/
  margin-bottom: 15px;
}

span.comment-author {
  font-weight:bold;
  font-size:80%;
}

span.comment-date {
  color:gray;
  font-size:80%;
}

span.require-mark {
  color:red;
}