/* CSS Document */

html,
body {
   margin : 0;
   padding : 0;
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 9pt;
   color : #000000;
   background-color: #cae7fe;
   background-image:url(bg.jpg);   
}

#container {
   min-height:100%;    
   /*height: auto !important;  */
   /* height: 100%; */
   position:relative;   
   z-index: 1;      
}

#footer {
   position:fixed;   
   margin: 0 auto;
   z-index: -1;
   bottom:0;
   width:100%;
   height:403px;   /* Height of the footer */
}

#footerimage {
   margin: 0 auto;
   z-index: -1;
   bottom:0;
   text-align:center;
   width:1000px;
   height:403px;   /* Height of the footer */
   background: url(bg_lane.png);         
}

form {
  margin: 5px 0px 0px 0px;
}

input, textarea, select, option {    
  color : #996600;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 7pt;
}

option.disabled {    
  color : #AEAEAE;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 7pt;
}

img.event {
  border : 1px solid #996600;
}

img.thumb {
  border : 1px solid #996600;
}

p {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 10pt;
  color : #000000;
}

a {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 9pt;
  color : #996600;
  text-decoration: none;
}

a:hover {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 9pt;
  color : #1c93fd;
}

a.small {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 11px;
  color : #996600;
  text-decoration: none;
}

a.small:hover {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 11px;
  color : #1c93fd;
  text-decoration: none;
}

a.footer {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 8pt;
  color : #996600;
  text-decoration : none;
}

a.footer:hover {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 8pt;
  color : #1c93fd;
  text-decoration : none;
}


a.title {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 11pt;
  color : #996600;
  text-decoration : none;
}

a.title:hover {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 11pt;
  color : #1c93fd;
  text-decoration : none;
}

table.main {
	height: 100%;
}

td {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 10pt;
  color : #000000;
}

font.title {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 12pt;
  color : #000000;
  font-weight: bold;
}

font {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 11pt;
  color : #000000;
}

font.copyright {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 8pt;
  color : #000000;
  font-weight: bold;
}

font.feature {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 11px;
  color : #000000;
}

font.featureLarge {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 13pt;
  color : #000000;
}

font.featureStrong {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 11px;
  color : #000000;
  font-weight : bold;
}

font.required {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 7pt;
  color : #DE0000;
}

font.redstat {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 9pt;
  color : #DE0000;
}

font.small {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 7pt;
  color : #000000;
}

font.tiny {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 1pt;
  color : #FFFFFF;
}

blockquote {   
  margin: 10px;  
}