/*
#flashcontent {
   height: 750px;
}*/
body {
   color: #cccccc;
   font-size: 12px;
   font-family: verdana, tahoma;
   /*
   scrollbar-base-color: #202020;
   scrollbar-arrow-color: #d9bd30;
   scrollbar-track-color: #000000;
   */
   background-color: #000000;
   background-image: url('../img/background2.jpg');
   background-position: top left;
   background-repeat: no-repeat;
   background-attachment: fixed;
   margin: 0px;
   padding: 0px;
}
.trans {
   vertical-align: top;
   background-color: #000000;
   border: 2px solid #000000;
   padding: 10px;
   /* for IE */
   filter:alpha(opacity=80);
   /* CSS3 standard */
   opacity:0.8;
   /* for Mozilla */
   -moz-opacity:0.8; 
}
.notrans {
   vertical-align: top;
   background-color: #000000;
   border: 2px solid #000000;
   padding: 10px;
}
p {
   padding: 0px;
   margin: 0px;
}
hr {
   color: #006600;
   background-color: #006600;
}
h1 {
   color: #006600;
   font-size: 12px;
   font-weight: bold;
   padding: 0px;
   margin: 0px;
}
h2 {
   color: #ffffff;
   font-size: 12pt;
   font-family: verdana, tahoma;
   font-weight: bold;
   padding: 0px;
   margin: 0px;
}
h3 {
   color: #ffffff;
   font-size: 22px;
   font-family: verdana, tahoma;
   font-weight: bold;
   padding: 0px;
   margin: 0px;
}
h4 {
   color: #3d6da9;
   font-size: 18px;
   font-family: verdana, tahoma;
   font-weight: bold;
   padding: 0px;
   margin: 0px;
}
h5 { 
   color: #88b1ff;
   font-size: 10px;
   font-weight: normal;
   font-family: arial;
   padding: 0px;
   margin: 0px;
}
ul.menu {
   color: #3d6da9;
   font-size: 14px;
   font-family: arial;
   padding: 0px;
   margin: 0px;
   margin-left: 25px;
   list-style: square;
}
.newshead { 
   color: #3d6da9;
   font-size: 14px;
   font-weight: bold;
   font-family: arial;
   padding-top: 10px;
   padding-bottom: 0px;
   margin: 0px;
}
.newstext {
   text-align: justify;
   padding-top: 0px;
   padding-bottom: 0px;
   margin: 0px;
}
table {
   color: #e0e0e0;
   font-size: 12px;
}
table.main {
   border: 0px solid #000000;
}
table.left {
   text-align:right;
}
table.right {
   text-align:left;
}
img.thumb {
   border: 2px solid #3d6da9;
   display: inline;
}
img.thumb5 {
   border: 5px solid #3d6da9;
   display: inline;
}
tr.grey {
   background-color: #cccccc;
}
th {
   background-color: #000000;
   color: #ffffff;
   padding: 5px;
}
td.report {
   padding: 3px 5px;
}
td.thumb {
   vertical-align: middle;
   text-align: center;
   width: 66px;
   height: 66px;
}
a { 
   text-decoration: none;
   color: #ffffff;
   border-bottom: 1px solid #00ff00;
}
a:hover { 
   text-decoration: none;
   color: #00ff00;
   background-color: #3d6da9;
   border-bottom: 1px solid #3d6da9;
}
a img {
   border: 2px solid #00ff00;
}
a img:hover {
   border: 5px solid #00ff00;
}
a.p { 
   background-color: transparent;
   text-decoration: none;
   border: 0px;
}
a.p:hover { 
   background-color: transparent;
   text-decoration: none;
   border: 0px;
}
a.l { 
   background-color: transparent;
   text-decoration: none;
   border: 0px;
}
a.l:hover { 
   background-color: transparent;
   text-decoration: none;
   border: 0px;
}

a.l img {
   border: 0px;
   background-color: transparent;
}
a.l:hover img {
   border: 0px;
   background-color: transparent;
}
/*
a.l2 { 
   text-decoration: none;
   color: #d9bd30;
   border-bottom: 1px dashed #aa0000;
}
a.l2:hover { 
   text-decoration: none;
   color: #aa0000;
   border-bottom: 1px dashed #d9bd30;
}*/
a.lf { 
   text-decoration: none;
   font-size: 9px;
   color: #666600;
   border: 0px;
}
a.lf:hover { 
   text-decoration: none;
   font-size: 9px;
   color: #d9bd30;
   border: 0px;
}
a.menu {
   background-color: transparent;
   text-decoration: none;
   font-weight: bold;
   font-size: 20px;
   color: #ffffff;
   border: 0px;
}
a.menu:hover {
   background-color: transparent;
   text-decoration: none;
   font-weight: bold;
   font-size: 20px;
   color: #3d6da9;
   border: 0px;
}
a.menugrey {
   background-color: transparent;
   text-decoration: none;
   font-weight: bold;
   font-size: 20px;
   color: #bbbbbb;
   border: 0px;
}
a.menugrey:hover {
   background-color: transparent;
   text-decoration: none;
   font-weight: bold;
   font-size: 20px;
   color: #3d6da9;
   border: 0px;
}
.foot {
   color: #666666;
   font-size: 9px;
}
.r {
   color: #00ff00;
}
.red {
   color: #ff0000;
}
.green {
   color: #006600;
}
input {
   font-family: verdana, tahoma;
   background-color: #383431;
   border: 2px solid #3d6da9;
   color: #ffffff;
   width: 400px;
}
textarea {
   font-family: verdana, tahoma;
   font-size: 12px;
   background-color: #383431;
   border: 2px solid #3d6da9;
   color: #ffffff;
   width: 400px;
   height: 200px;
   overflow: auto;
}
select {
   font-family: verdana, tahoma;
   background-color: #383431;
   border: 2px solid #3d6da9;
   color: #ffffff;
   width: 400px;
}
input.short {
   width: 100px;
}
input.medium {
   width: 200px;
}
select.short {
   width: 100px;
}
input.button {
   background-image: url('../img/button_left.jpg');
   background-position: center center;
   background-repeat: no-repeat;
   background-color: transparent;
   border-width: 0px;
   font-family: arial;
   font-weight: bold;
   font-size: 12px;
   color: #ffffff;
   height: 30px;
   width: 100px;
   cursor: pointer;
}
