* {
	font-family:   Helvetica, Arial, sans-serif;
}

body{
	margin: 0;
	padding: 0;
	font-size: 10pt; 
}

#container {
	margin: 0 auto;
   	width: 900px;
}

#header {
	color: white;
   	padding: 5px 0 0 8px;
   	background-color: #330066;
}

#login {
   margin-top: 20px;
   float: right;
   padding: 8px;
   /*background-color: #639934;*/
   font-size: .90em;
   text-align: right;
}
#login label{
   margin-right: 5px;
   margin-bottom: 5px;
   text-align: right;
   width: 80px;
   float: left;
}
#login input.textarea{
   margin-bottom: 5px;
   background-color: lightgray;
   border: 0px;
}

/*#body {
	color: white;
   padding-left: 8px;
   font-size: 14px;
} */
#getstarted {
   text-align: center;
   float: left;
   width: 410px;
   border: 2px dotted #afe93a;
   padding: 10px;
}

#pagetitle {
   clear: both;
   color: white;
   margin-bottom: 25px;
	padding: 6px 0 0 8px;
   background: url("../images/title_bg.jpg") repeat-x 0% 0%;
   background-color: #497126;
}

dl {                              
	/*border: dotted 1px #afe93a; */
	width: 600px;
	vertical-align: middle;
   
 }
 
dt { 
	float: left;
	width: 12.99em;
	/*border-bottom: dotted 1px #afe93a;
	/* height: 25px*/
	color: #1000AA;
	font-size: 8pt;
	text-align: right;
	margin-right: 10px;
}

dt.jumbo{
    height: auto;
}

dd {
   /* border-bottom: dotted 1px #afe93a;  */  
   height: 25px;
   font-size: 8pt;
   color: #1000AA;
}

dd.jumbo{
	height: auto;
	max-width: 300px;
}

span.highlight {
   color: #cc3333;
}

h3{
	font-size: 12pt;
	border-bottom: 1px solid #000;
	color: #666;
}

h3.logs{
	font-size: 12pt;
	border-bottom: 10px dashed #666;
	color: #666;
}

 #footer {
	color: white;
   /*position:   absolute;
   bottom:  0;*/
   width: 900px;
   background-color: #330066;
   /*border-top:    1px solid grey;*/
   padding:   3px 0 0 8px;
   margin-top:    10px;
   font-size:  11px;
   text-align: center;
}

div.Actions {
   padding: 5px 5px 5px 5px;
}

h3 {
   font-weight: bold;
   font-size: 20px;
   margin: 0;
   margin-bottom: 15px;
}

div.Actions li {
   font-size: 10pt;
   color: #000;
   background: url(../images/tennisball.gif) 0px 0px no-repeat #FFF;
   list-style: none;
   margin: 5px 0px 0px 0px;
   padding: 2px 0px 5px 40px;
}

th {
   text-align: left;
}

img {
   border: 0px;
}

a {
	color: #afe93a;
}

#scoreDisp {
   font-family:   Verdana, Helvetica, Arial, sans-serif;
}
#scoreDisp td{
   font-size:8pt;
   color: #666;
}
#ladderDisp {
   font-family:   Verdana, Helvetica, Arial, sans-serif;
   font-size: 10pt;
}

#ladderDisp li {
   border: 2px outset #000;
   font-size: 10pt;
   padding: 5px 5px;
   margin: 0px 0px 00px 0px;
   background: none;
   background-color: #339900;
   color: #FFF;
}

#ladderDisp a {
   color: #ffff00;
}
#ladderDisp tr#wide {
      margin-left:100px;
      padding-left:100px;
   }

#lbDisp {
	padding: 20px;
	color: #000;
	}
	
   
#editB 
{
  font-size: 9pt;
  color: #999;
  text-decoration: none;
}

.rule_prompt{
	background-color: #feee73;
	width: 500px;
	min-height: 100px;
	border: 2px solid #999999;
	top: 300px;
	position: fixed;
	margin: 10px;
	padding: 0px 10px;
	display: none;
}

.trigger{
	cursor:pointer;
}		
.trigger:hover{
	cursor:pointer;
	background:#eee;
}		
.expanded{
	background:#fff;
	cursor:pointer;
}
.expanded:hover{
	background:#eee;
	cursor:pointer;
}
.show{
		position:static;
		display: table;
}
.hide{
	position:absolute;
	left:-999em;
	height:1px;
	width:100px;
	overflow:hidden;
}


