/* CSS Document */

body {
  background-color:#000000;
  background-image:url(../img/background.jpg);
  background-attachment:fixed;
  background-repeat: no-repeat;
  background-position:center bottom;
  margin:0;
  padding:0;
  color:#FFFFFF;
  vertical-align:top;    
  font-family:Sans-serif ! important;
}
table {
  font-family:Sans-serif ! important;
  border:0;
}

embed, object  {
  z-index:0;
}

a {  
  color:#449F27;
  text-decoration:underline;
  margin-right:10px;  
}
a:link {  
  color:#449F27;
  text-decoration:underline;
  margin-right:10px;  
}
a:active {
  color:#449F27;
  text-decoration:underline;
}
a:focus {
  color:#449F27;
  text-decoration:underline;
}
a:visited{
  color:#449F27;
  text-decoration:underline;
}
a:hover{  
  color:#FFFFFF;
  text-decoration:none; 
  margin-top:10px;
}


table,tr,td {
  border:0;
}

.table {
  display:table;
}
.tr {
  display:table-row;
}
.td {
  display:table-cell;
}
.rowgroup{
  display:table-row-group;
}

hr {
  border:1px solid #FFF;
}

h3  {
  color:#FFCB3F/*DF3A00*/;
  text-decoration:underline;
}


.disp_block  {
  display:block;
}
.disp_inline  {
  display:inline;
}


.right  {
  text-align:right;
}

.float-left {
  float:left;
}
.float-right {
  float:right;
} 
.clear-left {
  clear:left;
}
.clear-right {
  clear:right;
}
.clear-both {
  clear:both;
}

.z-index_1 {
  z-index:1;
}
.z-index_2 {
  z-index:2;
}

.title {
  border-bottom:1px solid #FFF;
  border-left:1px solid #FFF; 
  border-right:1px solid #FFF;
  -moz-border-radius:5px;
  -khtml-border-radius:5px; 
  background-color:transparent;
  background-image:url(../img/titlebar.png);
  background-repeat:repeat;
  padding-left:10px;
  margin:0;
  margin-bottom:5px;
}
.title:before {
  content:" ";
}