/* 
  mirage228.NET Stylesheet File v2
  (c) 2003 - 2009 David "mirage228" Fekete,
  administrator(at)mirage228(dot).net
  All Rights reserved.
  
  Warning:
  You may not use any part of this file or the file itself
  without explicit written permission of the author.
*/

body {
  font-family: Verdana, sans-serif;
  font-size: 9pt;
  color: #000000;
  background-color: #EEF1F9;
  text-align: center;
  background-image: url(./images/bg.gif);
}

h1, h2, h3, h4 {
  color: #4282B5;
}

hr {
  color: #D2D2D2;
  background-color: #D2D2D2;
  height: 1px;
  border: 0;
}

.bluebox {
  vertical-align: top;
  background-color: #EEF1F9;

  padding: 2px;
  border: 1px solid #000000;
}

.smalltext {
  font-size: 8pt;
}

.mediumlargetext {
  font-size: 11pt;
}

.largetext {
  font-size: 14pt;
}

.headingtext {
  font-size: 17pt;
  font-weight: bold;
}

#navbox {
  vertical-align: top;
  background-color: #FFFFFF;
  padding: 0px;
  border-width: 0px 0px 1px;
  border-style: solid;
  border-color: #EBEBEB;
}

#headerimg {
  border: 0px;
  text-align: left; 
  background-color: #FFFFFF; 
  width: 360px; 
  height: 100px;
  display: block; 
  margin-left: -360px;
  padding: 0px;
}

#headergradient {
  padding-left: 360px;
  height: 100px;
  width: 400px;
  background-image: url(./images/header_gradient.gif);
  background-repeat: repeat;
}

#sitebox {
  vertical-align: top;
  background-color: #FFFFFF;
  width: 760px;
  text-align: left;
  margin: auto;
  padding: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: #D2D2D2; 
}                     

#contentbox {
  padding: 5px;
}

#welcomebox {
  width: 80%; 
  font-size: 10pt; 
  margin: auto;
}

#footer {
  vertical-align: bottom;
  font-size: 8pt;
}

#projectbox {
  text-align: left; 
  margin-left: 50px; 
  width: 570px;
}

#projectheading {
  line-height: 80%;
}

#projectimage {
  border: 0px; 
  margin-left: 20px;
}

#projectimagebox {
  float: right; 
  margin: 10px; 
  padding: 3px 6px; 
  border: 1px solid #D2D2D2;
  border-radius: 3px;
  -moz-border-radius: 3px;
}

.projectsummarybox {
  width: 570px; 
  min-height: 70px;
}

.projectsummary {
  float: left; 
  padding: 5px; 
  margin: 0 10px 0 0; 
  width: 255px;  
}

.projectsummary a {
  font-size: 8pt;
}

.projectsummary b {
  font-size: 11pt;
}

.projecticonimg {
  border: 0px;
  padding-top: 10px; 
  margin-left: -41px; 
  float: left;
}

.clearfloat {
  clear: both;
}

.blocktext {
  text-align: justify; 
  line-height: 130%;
}

.blocktext h1, h2, h3, h4, h5 {
  line-height: 100%;
}

.reportsbox {
  width: 325px; 
  text-align: left;
  margin: auto;
}

.indenttextbox {
  background-color: #EEF1F9;
  padding: 2px;
  border: 1px solid #000000;
  text-align: justify; 
  width: 425px; 
  margin-left: 20px;  
}

img.inlineimage{
  float: left;
  display: inline;
  border: 0;
  margin: 3px 15px 3px 3px;
}

.inlineimage:hover{
  margin: 0px 12px 0px 0px;
}

.reportimg img {
  border: 0;   
  margin: 10px;           
}

.reportimg img:hover{
  margin: 7px;
}

.reportimg img:hover, .inlineimage:hover {
  border: 3px solid #D2D2D2;
}

.featurelist {
  line-height: 170%;
}

span.expandable{
  color: gray;  
  font-size: 8pt;
}

.hidden {
  display: none;       
  color: black;  
  font-size: 9pt;
}

.downloadbox {
  background-color: #EEF1F9;
  padding: 2px;
  width: 335px; 
  font-size: 10pt;
  border: 2px #4282B5 dashed;
  border-radius: 3px;
  -moz-border-radius: 3px;
}

.startdownloadbox {
  background-color: #021364;
  padding: 2px;
  width: 335px; 
  font-size: 10pt;
  border: 1px solid black;
  border-radius: 3px;
  -moz-border-radius: 3px;
}

a:link, a:visited, a:active {
  color: #000000;
  text-decoration: underline;
  font-weight: bold; 
}

a:hover {
  color: #021364;
  text-decoration: underline;
  font-weight: bold; 
}

.topictd a:link, .topictd a:visited, .topictd a:active {
  color: #FFFFFF;
}

.topictd a:hover {
  color: #E1E8F0;
}

a.linkex:link, a.linkex:visited, a.linkex:active {
  background: url(images/inlink.gif) no-repeat; 
  padding-left: 12px;
  color: #000000;
  text-decoration: underline;
  font-weight: bold; 
}

a.linkex:hover {
  background: url(images/inlink.gif) no-repeat;
  color: #021364;
  padding-left: 12px;
  text-decoration: underline;
  font-weight: bold; 
}

.topictd a.linkex:link, .topictd a.linkex:visited, .topictd a.linkex:active  {
  color: #FFFFFF;
}

.topictd a.linkex:hover {
  color: #E1E8F0;
}

a.navilink:link, a.navilink:visited, a.navilink:active {
  display: table-cell;
  color: #000000;
  background-color: #EEF1F9; 
  text-decoration: none;  
  font-weight: bold; 
  font-size: 8pt;
  width: 94px;
  padding: 3px 0px 3px 0px;
  border-right: 1px solid #EBEBEB; 
  margin-left: -4px;
/*  border-bottom: 1px solid black; 
  text-indent: 10px;*/
  text-align: center;
}

a.navilink:hover {
  color: #FFFFFF;                        
  text-decoration: none;	
  background-color: #021364; 
  font-size: 8pt;
  width: 94px;
  margin-left: -4px;	              
  padding: 3px 0px 3px 0px;	
/*  text-indent: 10px; */
  text-align: center;
}

.downloadbox a:link, .downloadbox a:visited, .downloadbox a:active,
.startdownloadbox a:link, .startdownloadbox a:visited, .startdownloadbox a:active{
  font-size: 14pt;
  text-decoration: none;    
}

.startdownloadbox a:link, .startdownloadbox a:visited, .startdownloadbox a:active{
  color: white;
}

.downloadbox a:link, .downloadbox a:visited, .downloadbox a:active{
  color: #4282B5;
}

.downloadbox a:hover, .startdownloadbox a:hover{
  text-decoration: underline;  
}

th {
  vertical-align: top;
  color: #4282B5;

  padding: 1pt;
  border-width: 1px;
  border-style: solid;
  border-color: #B5C7DE;
}

.topictd {
  vertical-align: top;
  background-color: #021364;
  color: #FFFFFF;

  padding: 2pt;
  border-width: 1px;
  border-style: solid;
  border-color: black; /*#EEF1F9;#B5C7DE;*/
}

.invisibletd 
{
  vertical-align: top;
  background-color: #FFFFFF;

  padding: 0pt;
  border-width: 0px;
}

.tdnoborder
{
  vertical-align: top;
  background-color: #FFFFFF;

  padding: 0pt;
  border-width: 0px;
}

td {
  vertical-align: top;
  background-color: #EEF1F9; /*#cbd6de;*/

  padding: 2pt;
  border-width: 1px;
  border-style: solid;
  border-color: #D2D2D2;
}
