﻿html {
overflow: scroll;
}

body
{
   background-image: url('../img/bgbg.gif');
   background-repeat: repeat-x;
   font-family: verdana;
   margin-top: 10px;
   background-color: #000099;
   font-size: 12px;
   line-height: 1.2;
}

h1
{
   font-size: 22px;
}
h2
{
   font-size: 20px;
}
h3
{
   font-size: 18px;
}
h4
{
   font-size: 16px;
}
h5
{
   font-size: 14px;
}
h6
{
   font-size: 12px;
}

.white
{
    color: #ffffff;
}

a, a.visited
	{
	 color: #0033FF;
	 outline: none;
	 text-decoration: none;
	 font-weight: normal;
	}
	
a.hover
	{
	 color: #0033FF;
	 outline: none;
	 text-decoration: none;
	 font-weight: normal;
	}
	
/* layout */

div.c1Main
{
    margin: 0 auto;
    color: #000000;
    width: 930px;
    padding: 30px 30px 20px 30px;
    text-align: left;
    background-color: #ffffff;
    border:2px solid #333333; 
    -webkit-border-radius:10px;
   -moz-border-radius:10px; 
   z-index: 2;
}

div.c1MainLeft
{
    color: #000000;
    z-index: 5;
    float: left; 
    width: 510px;
    margin-top: 20px;
    margin-left: 10px; 
  }

div.c1MainRight
{
    color: #000000;
    z-index: 5;
    float: right;
    width: 352px;
    margin-top: 20px;
    text-align: left;
  }
  
div#footer
  {
      clear: both;
  }
 
#divTranspBG1
{
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.72;  
    filter: alpha(opacity=72);  
    z-index: 1;
    background-color: #666666;
    }  
  
/* default */
  
p.header1
  {
      font-size: 34px;
      font-weight: bold;
      text-align: center;
      margin: 12px 0 12px 0;
  }
  
p.header2
  {
      font-size: 28px;
      font-weight: bold;
      text-align: center;
      margin: 13px 0 13px 0;
  }
p.header3
  {
      font-size: 24px;
      font-weight: bold;
      text-align: center;
      margin: 12px 0 12px 0;
  }        
p.header3Default
  {
      font-size: 24px;
      font-weight: bold;
      text-align: center;
      margin:30px 0 10px 0;
  }
p.header4
  {
      font-size: 20px;
      font-weight: bold;
      text-align: center;
      margin: 13px 0 13px 0;
  }
 
p.header5
  {
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      margin: 15px 0 10px 0;
  }
p.header6
  {
      font-size: 12px;
      font-weight: bold;
      text-align: center;
      margin: 30px 0 10px 0;
  }
p.front
  {
      margin-top: 50px;
  }
  
span.header5
  {
      font-size: 14px;
  }
  
div#dice
  {
      margin: 30px 0 20px 0;
      text-align: left;
      color: #666666;
      text-indent: 5px;
      font-size: 10px;     
  }
  
div#wbgt
  {
      margin: 25px 0 0 0;
      border-top: 0px solid #cccccc;
      padding: 10px 0 0 0;
  }
 
div#hotel
  {
      margin-top: 20px;
      margin-bottom: 25px;
      margin-right: 2px;
      font-size: 10px;
      color: #666666;
  }
  
#wbgt img
  {
     float: left;
     border: 0;
     margin-bottom: 5px;
     margin-right: 25px;
  }
  
#dice img
  {
    display: block;
    border: 0;
    margin-bottom: 5px;
  }
  
#hotel img
  {
      display: block;
      border: solid 1px #666666;
      margin-bottom: 5px;
  }
  
   div.bgtv
  {
      margin: 40px 0 0 0px;
  } 
  
  .bgtv img
  {
      float: left;
      margin-right: 25px;
      width: 90px;
  }
  
/* history */
 
div#winners
 {
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    margin: 25px 0 15px 5px;
 }
  
span#sortUp, span#sortDown
  {
    padding-left: 8px;
    cursor: pointer;
  }

ul#history
{
  list-style-type: none;
  font-size: 12px;
  font-weight: bold;  
  margin-top: 5px;
  text-align: left;
  padding-left: 5px;
  margin-left: 0px;
  width: 90%;
}

ol.historyNames
{
  font-size: 11px;
  font-weight: normal;
  margin-top:5px;
  margin-bottom: 15px;
  margin-left: 0px;
  padding-left: 22px;
}

historyNames li
{
   padding-top: 3px;
}

div#historyImg
  {
     margin: 20px 0 0 0;
     text-align: left;
     color: #666666;
     font-size: 10px; 
  }
  
#historyImg img
  {
     display: block;
     border: 0;
     margin-bottom: 5px;
      border: solid 1px #666666;
 }


/*  participants  */

span.raquo
{
    padding-right: 3px;
    line-height: 6%;
}

span.spanLink
 {
    color: #0033FF;
    cursor: pointer;
    font-size: 12px;
 }
  
span.spanLinkCancel
 {
   color: #ff0000;
   cursor: pointer;
   font-size: 10px;
   font-weight:bold;
  }

div#announceForm
{
   display: none;
   width: 303px;
   position: absolute;
   top: 170px;
   left: 160px;
   z-index: 40;
}

div#announceLink
{
    font-size: 11px;
}

table#participantsForm
{
    color: #ffffff;
    font-size: 12px;
    margin: 10px 0 10px 10px;
    border-top: ridge 2px #F7F7F4;
    border-right: ridge 2px #cccccc;
    border-bottom: ridge 2px #cccccc;
    border-left: ridge 2px #F7F7F4;
    background-color: #ffff99; 
    background-image: url('../img/partbg.gif');
}

td.formItem
{
    padding: 4px 3px 1px 5px;
    font-weight: bold;
}

td.formInput
{
     padding: 4px 0px 0px 1px;
}

td.cancelForm
{
    padding-left: 5px;
    padding-top: 5px;
}

td.submitButton
{
    text-align: right;
    padding-top: 8px;
    padding-bottom: 5px;
    padding-right: 8px;
}

.hightlight {   
   border:2px ridge #f6522c;   
}    

input.participants
{
    width: 150px;
    background-color: #FAFAfa;
    padding-left: 3px;
    margin: 5px 5px 0 3px;
}

select.participants
{
    width: 158px;
    background-color: #FAFAfa;
     margin: 5px 0 0 3px;   
}

table#participants
{
   margin-top: 12px;
   font-size: 12px;
}

td.counter
  {
      text-align: right;
      padding-right: 10px;
      padding-left: 4px;
  }
 
td.partName
{
      padding-right: 20px;
}
  
td.country
  {
      text-align: left;
      padding-right: 20px;
  }
  
td.partHeader
  {
      font-weight: bold;
      font-size: 12px;
      padding-bottom: 5px;
  }

 /* hotel */
 
 div.roominfo
 {
     margin: 15px 0 15px 0;
     border: solid 1px red;
     padding: 0 8px 0 8px;
 }
  
table#roomFees
{
   font-size: 12px;
   margin-bottom: 30px;
}
td.hotelHeader
  {
   text-align: left;
   padding: 10px 0 5px 0;
   font-weight: bold;
   border-bottom: solid 1px #999999;
}
  
td.room
  {
      text-align: left;
      padding-right: 30px;
  }
  
td.roomfee
  {
      text-align: left;
      padding-right: 15px;
  }
   
  /* entry */
  
table#entry
{
   font-size: 12px;
   margin-bottom: 30px;
}

td.entryHeader
{
    text-align: left;
    padding: 2px 0 0px 0;
    font-weight: bold;
    font-size: 14px;
}
td.flight
  {
   text-align: left;
   padding: 10px 15px 5px 0;
   font-weight: bold;
   font-size: 12px;
   border-bottom: solid 1px #999999;
  }
  
td.tournament
  {
      text-align: left;
      padding-right: 15px;
  }
  
td.entryfee
  {
      text-align: left;
      padding-right: 15px;
  }
  
td.limitation
  {
     font-size: 8px;
     padding-bottom: 5px;
     padding-left: 5px;
  }
td.spacer
  {
       padding: 10px
  }
  
td.socialGuest
  {
      padding-top: 15px;  
  }
  
h2.entry
{
    margin-bottom: 0;
}

ul { padding-left: 10px; 
     margin-left: 10px;
     margin-top: 0;
     }
     
li { padding-bottom: 5px;}
  
  /* program */
  
table.schedule
{
   font-size: 12px;
}
td.header
  {
      text-align: left;
      padding: 5px 0 5px 0;
      font-weight: bold;
  }
  
td.time
  {
      text-align: left;
      padding-left: 10px;
      white-space:nowrap;
  }
  
td.item
  {
      text-align: left;
      padding-left: 10px;
      padding-bottom: 4px;
  }
  
td.schedulespacer
  {
      padding: 5px;
  }
  .item p
  {
      margin: 2px 0 2px 0;
  }
  
  
  /* contact */
  
  div#printit
  {
     margin: 25px 0 0 5px;
     text-align: left;
     color: #666666;
     text-indent: 3px;
     font-size: 10px; 
     float: left;
     width: 161px;
  }
  
#printit img
  {
     display: block;
     border: 0;
     margin-bottom: 5px;
 }
  
    div#gammon
  {
         float: left;
     width: 166px;
       margin: 25px 0 0 15px;
        text-align: left;
     color: #666666;
        text-indent: 3px;
     font-size: 10px; 
  }
  
  #gammon img
  {
          border: 0;
     margin-bottom: 5px;
       display: block;
  }
  
div.contact
{
    height: 100px;
    margin-bottom: 10px;
}
  
img.contact
  {
      float: right;
  }
  
  p.contact
  {
      
  }
  

  
  /* header */

div#header
    {
     background-image: url('../img/sologga_4.jpg');
     background-repeat: no-repeat;
     background-position: 10px 0px;
     height: 150px;
     border: solid 1px #ffffff;
    }
div.navigation
    {
     background-image: url('../img/nav_bg.gif');
     color: #ffffff;
     background-color: #000099;
     float: right;
     margin: 5px 0 0 0;
     text-align: right;
     border: solid 1px #333333;
     padding:0px;
     height: 24px;
     -webkit-border-radius:4px;
     -moz-border-radius:4px;
    }
    
div.navigationItem
    {
      background-image: url('../img/nav_bg.gif');
      background-repeat: no-repeat;
      color: #ffffff;
      text-align: center;
      float: left;
      padding:3px 7px 3px 7px;
      font-size: 12px;
      margin: 2px 7px 0 7px;
    }
    
div.navigationItemActive
    {
      background-image: url('../img/nav_bg.jpg');
      color: #ffffff;
      text-align: center;
      float: left;
      padding: 1px 5px 1px 5px;
      font-size: 12px;
      margin: 2px 7px 0 7px;
      border-top: ridge 2px #95969a;
      border-right: inset 2px #95969a;
      border-bottom: inset 2px #95969a;
      border-left: ridge 2px #95969a;
    }
      
p.addedMoney
  {
    font-size: 33px;
    color: #dd9d39;
    margin-left: 190px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
    
a.nav:link, a.nav:visited
	{
	    color: #ffffff;
	    outline: none;
	    text-decoration: none;
	    font-weight: bold;
	}
	
a.nav:hover
	{
	    color: #f7f405;
	}
	
a.navActive
	{
	 color: #ffff00;
	 outline: none;
	 text-decoration: none;
	 font-weight: bold;
	}
	
	
