/* ==================================================================
   Copyright (c) 2008 Cumquat Information Technology. 
   All rights reserved. Redistribution, adaptation, decompilation 
   and so on is not permitted unless explicitly authorized 
   by Cumquat Information Technology.

   $Revision: 7901 $
   $LastChangedDate: 2008-08-06 15:29:45 +0200 (Wed, 06 Aug 2008) $
====================================================================*/
body {
   width:865px;
   margin-left:auto; 
   margin-right:auto; 
}
/* Header */
#hd {
	height:89px; 
	background-image: url(../img/bg_header.jpg);
   background-repeat: repeat-x;
}
#hd h1 {
   color: #da4b05;
   font-size:153.9%;
   padding-left: 1em;
   padding-top: 0.5em;
}
#hd h1 strong {
   color: #000000;
   font-weight: bold;
}
#menu-container {
   height: 20px;
   padding-top:6px;
   padding-left:10px;
   list-style: none;
   border-left:1px solid white;
   background-image: url(../img/bg_menu.jpg);
	background-repeat: repeat-x;
}
#menu-container li{
   padding-right:15px;
	padding-bottom:0px; 
	padding-left:15px;
   display: inline;
   font-size: 93%;
   border-right:1px solid white;
}
#menu-container li a{
   text-decoration: none;
	color: #ffffff;
	letter-spacing: 0px;
}
#menu-container li a:hover{
   color: #dcdcdc;
}
img {padding-bottom:-5px;  margin:0;}
/* Tab-navigation */
#nav {
   
   width:100%;
   background-color: #2d313b;
}
#nav ul {
   padding-left:10px;
   padding-top: 5px;
   list-style:none;
   display:table;
}
#nav ul li {
   float:left;
   display:table-cell;
   background:url(../img/right.gif) no-repeat right top;
   margin:0 0 0 9px;
   padding:0;
}
#nav a{
float:left;
   display:block;
   position:relative;
   left:-9px;
   margin-right:-9px;
   width:.1em;
   background:url(../img/left.gif) no-repeat left top;
   padding:5px 20px;
   text-decoration:none;
   font-weight:bold;
   color:#765;
}
#nav #current {
  background-image:url(../img/right_on.gif);
}
#nav #current a {
  background-image:url(../img/left_on.gif);
  color: #2d313b;
}
#nav > ul a {width:auto;}
#nav a:hover {
   color: #2d313b;
}
/* Removes the standard gap which IE renders for images */
#banner {
   white-space:nowrap;
   display:block;
}
/* Footer */
#ft {
	height:51px; 
	background-image: url(../img/bg_footer.jpg);
   background-repeat: repeat-x;
}

.tableone {
   /* Use this when a scrollable table is needed
      width:42.308em;  
      */
   width:50em; 
   border-collapse:collapse; 
   margin:0.5em;
   padding-bottom:1em;
}
.tabletwo {
   width:50em; 
   border-collapse:collapse;
}
.th1, .td1 {width:40%;}
.th2, .td2 {width:20%;}
.th3, .td3 {width:10%;}
.th4, .td4 {width:10%;}

.th5, .td5 {width:16%;}
.th6, .td6 {width:4%;}

.tableone {
   background:#da4b05; 
   border:1px solid #ffffff; 
   color:#ffffff;
   background-image: url(../img/bg_menu.jpg);
	background-repeat: repeat-x;
}
.tableone td {border:1px solid #ffffff; color:#ffffff;}
.tableone tbody {background:#ffffff; color:#000000;}
.tableone caption {background:#ffffff; color:#da4b05; font-size:1.2em; margin:0 auto; padding-top:2em;}
.tabletwo td {background:#eee; color:#000000;}
.tableone th, .tabletwo th {text-align:left;}
.tabletwo tr.dk td {background:#ddd; color:#000000;}
.innerb {overflow:auto;}
/* Use this when a scrollable table is needed
.innerb {height:10em; overflow:auto;}
*/

.invisible { 
  display:none;
}
.visible {
  display:block;
}
.error span{
    text-align:left;
    color:red;
    font-family:verdana;
    font-size:12px ;
    padding-top:3px;
    padding-bottom:3px;
    padding-left: 30px; background: url(../img/warning.gif) no-repeat 0% 0%
 }
