﻿body
{
	background-image:url(../images/background.gif);
	font-family:Tahoma,Arial,sans serif;
	font-size:12px;
	font-weight:normal;
	line-height:1.5em;
	background-color:#b4cfe5;
	background-repeat:repeat-x;
}

h1
{
    font-family:Tahoma,Arial,sans serif;
	font-size:14px;
	font-weight:normal;
	line-height:1.5em;
}


.tipHeader
{
	font-size:10px;
	font-weight:bold;
	padding-bottom:6px;
	padding-top:6px;
}

.tipContent
{
	font-size:10px;
	padding-bottom:6px;
}

.tipExample
{
	font-size:10px;
	font-style:italic;
	padding-bottom:6px;
}


fieldset {  
float: left;  
clear: left;  
width: 100%;  
margin: 0 0 0.5em 5em;  
padding: 0;
border: 0 none #FFF;
}
legend {  
margin-left: 1em;  
color: #000000;  
font-weight: bold;
}
fieldset ol {  
padding: 1em 1em 0 1em;  
list-style: none;
}
fieldset li {  
padding-bottom: 1em;
}
fieldset.submit {  
float: none;  
width: auto;  
border: 0 none #FFF;  
padding-left: 12em;
}

label {  
float: left;  
width: 10em;  
margin-right: 1em;
}

.textBox
{
	border-width: 1px; margin: 1px; background-color: rgb(255, 255, 255);
}

.headerText
{
    text-align:center;
    font-size:16px;
    font-weight:bold;
}

.modalBackground {
    background-color:Black;
    filter:alpha(opacity=80);
    opacity:0.8;
}

.modalBackgroundLight {
    background-color:Black;
    filter:alpha(opacity=40);
    opacity:0.4;
}

#colLeft {
 float:left;
 width:154px;
}

#colMiddle 
{
	float:left;
	display:inline;
	width:662px;
}

#colRight 
{
 float:left;
 display:inline;
 width:260px;
 margin-right:0px;
}

.content1
{
	height:610px;
	padding-top:5px;
}
/* content-specific */

.dialog .content {
 padding:0.5em 1em 0.5em 0px;
}

.dialog .wrapper {
 min-height:155px; /* minimum content height, so bottom shade fills in nicely - can ignore if no gradient in dialog, etc. */
}



.dialog h2 {
 /* header */
 font-size:1.45em;
 margin:0px;
 padding:0px;
 padding-top:0.25em;
}


html>body .dialog pre {
 font-size:1.1em;
 font-size:0.9em;
}

code {
 font-size:1.1em;
 color:#ccffff;
}

.lbOnline
{
	float:left;
	padding-left:4px;
}
.lbUser
{	
	overflow:hidden;
	float:left;
	padding-left:4px;
}
.lbScore
{
	float:right;	
	padding-right:4px;
}
.lbRow
{
	height:15px;
}

.upTitle
{
	margin-top:10px;
	font-size:16px;
	text-align:center;
}

.upPieces
{
	font-size:9px;
	text-align:center;
}

#amazon
{
	padding-left:38px;
	padding-top:18px;	
}

#tagCloud
{
    padding:5px;
    margin-bottom:10px;
    text-align:justify;
    line-height:2.2em;
}

#tagCloud A
{
    text-decoration:none;
    margin-left:5px;
    margin-right:5px;
    font-family:Trebuchet MS, Verdana, Arial;
    text-transform:lowercase;
}

#tagCloud A:hover
{
    color:#00cc00;
    text-decoration:underline;
}

#tagCloud A.weight1
{
    color: #ff9900;
    font-size: 2.4em;
    font-weight:bolder;
}
#tagCloud A.weight2
{
    color: #4169e1;
    font-size:1.8em;
    font-weight:bolder;
}
#tagCloud A.weight3
{
    color: #009eff;
    font-size: 1.4em;
    font-weight:bolder;
}
#tagCloud A.weight4
{
    color: #4188cf;
    font-size: 1.15em;
}
#tagCloud A.weight5
{
    color: #83bcd8;
    font-size: .8em;
}

