/*#############################################################
PWE
#############################################################*/

/* standard elements */
* {
    margin: 0px;
    padding: 0px;
    line-height: 1.5em;
}
body {
    background: #dbeeff;
    color: #111;
    font: normal 0.8em sans-serif,Arial;
    margin: 10px 5px;
    text-align: center;
}
a:hover{
    background: #ccc;
}
a{
	text-decoration:none;
	font-weight: bold;
	color:#000;
}


.main_container{
width: 1050px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}
.top_section{
/*background: #eed;*/
background: #fff;
/*height: 500px; /*Height of top section*/
}
.content_wrapper{
float: left;
width: 100%;
background: #fff;
}
.content_column{
margin-right: 150px; /*Set right margin to RightColumnWidth*/
}
.right_column{
float: left;
width: 150px; /*Width of right column*/
margin-left: -150px; /*Set left margin to -(RightColumnWidth) */
background: #ffc;
}
.inner_tube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 10px;
border: 1px solid red;
}
.content_title{
border:0;
padding:0;
width:100%;
}
.content_title tr{
color:#44f;
background-color:#ddf;
}
.content_title td{
vertical-align:middle;
text-align:center;
padding:0;
}

/*
td span{
	opacity:1;
}
*/
.smalltext{
	font-size:x-small;
}
.bold{
	font-weight: bold;
}
.border{
	background: #8e8;
	border: 2px solid red;
}
.big{
	font-size:18px;
}
.red{
	color:#f00;
}
.huge{
	font-size:60px;
}
.header{
	font-size:medium;
	font-weight:bold;
	background:#ccc;
}
.headerReg{
	font-size:18px;
	/*font-size:large;*/
	font-weight:bold;
	background:#111;
	color:#eee;
}
.headerReg a{
	text-decoration:none;
	color:#eee;
}
.headerReg a:hover{
    background:#0ff;
    color:#234;
}
.headerMap{
	font-size:large;
	font-weight:bold;
	background:#ccc;
	opacity: 0.75;
}
.maps a{
	text-decoration:none;
	font-weight:bold;
	color:#22b;
}
.maps a:hover{
    background:#bbb;
    color:#234;
}
.mapworld{
    background:#bfb;
}
.mapshow{
    background:#bee;
}
.mapsheet{
    background:#add;
}
.report{
    background:#eaa;
}

/*detail*/
.detail{
	margin:0 auto;
}
.detail td{
	padding: 0 10px;
	margin:0;
	font-size: medium;
}
.detailsheet td{
	padding: 0 0px;
	margin:0;
}
.hid{
	display:none;
}

.back{
	background: #eee;
	opacity: 0.7
}
.opac{
	opacity: 0.7
}
.empty{
	color: #11e;
	background: #e11;
	opacity: 0.9
}
.hover:hover{
	background: #fff;
	font-weight: bold;
	font-size: large;
	opacity: 1.0;
	z-index: 100;
	border: solid blue 2px;
}

/*search*/
.search{
	margin: 0 auto;
	border: solid blue 2px;
}
.search td{
	padding: 0 10px;
	margin:0;
	text-align: left;
}
.search span{
	font-weight: bold;
	padding: 0 10px;
	margin:0;
	background: #ddd;
}
.sortable{
	background: #f88;
	cursor:pointer;
}
.nosortable{
	background: #ffa;
	cursor:pointer;
}
.sortable:hover{
	background: #88f;
}
.nosortable:hover{
	background: #8f8;
}
.sortasc{
	background-image: url("desc.gif");
	background-repeat: no-repeat;
	background-position: center right;
}
.sortdesc{
	background-image: url("asc.gif");
	background-repeat: no-repeat;
	background-position: center right;
}
.headcol{
	width: 100%;
	font-weight: bold;
	background: #f88;
}
.mainMenu ul{
	list-style: none outside none;
	padding: 0 55px;
}
.mainMenu li{
	float: left;
}
.mainMenu ul a{
	background: #000;
	color: #fff;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	line-height: 15px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}
.mainMenu ul a:hover{
	background: #666;
}
.new{
	color: #f00;
	font-weight: bold;
}
.inner_tube li{
	list-style: none outside none;
	background: #afa;
}
.sub_title{
	background: #9bf;
	color: #222;
	line-height: 15px;
	font-size: 30px;
	display: block;
	font-weight: bold;
	margin: 0px 40px 0px 40px; 
	padding: 5px;
	border: 1px solid black;
	border-radius: 30px;
	box-shadow: 10px 10px 5px #888;
}
.bigTitle{
	font-size: 60px;
	margin: 20px 55px 20px 55px; 
	background: #8e8;
	border: 2px solid red;
	box-shadow: 10px 10px 5px #888;
}

/**/
.free{
	font-weight: bold;
	color: #922;
	background: #ddd;
}
.freewm{
	font-weight: bold;
	color: #922;
	background: #111;
}
.freewm2{
	font-weight: bold;
	color: #d22;
	background: #999;
}
.search{
	font-size: large;
	background-color: #efe;
}

#main_table a:hover{
	background-color: #3f3;
	border: 1px solid black;
}
#main_table a{
	border: 1px solid transparent;
}

th{
	font-weight: bold;
	font-size: large;
	background-color: #dee;
	padding: 4px;
}
.detail_1{
	background: #eee;
}
.detail_2{
	background: #ddd;
}
.detail_1:hover{
	background: #8de;
}
.detail_2:hover{
	background: #8de;
}
.header td{
	background: #ffc;
	font-weight: bold;
	/*font-size: large;*/
}
.headerS{
	font-weight:bold;
	background:#ccc;
	font-size: 14px;/*12px*/
}
.stat td{
	background: #faf;
	font-weight: bold;
}
.headersheet td{
	background: #ffc;
	/*font-size: large;*/
}
.statsheet td{
	background: #faf;
	font-size: 10px;/*9px*/
}
.money td{
	background: #beb;
	font-weight: bold;
	font-size: large;
}
.lm{
	background: #ffa;
}
.dm{
	background: #faa;
}
.tot{
	background: #ddd;
	color: #11e
}
.negtot{
	background: #ddd;
	color: #e11
}

.late{
	color:#e44;
	font-weight:bolder;
}
.near{
	color:#44e;
	font-weight:bold;
}
.ok{
	color:#373;
}

.left{
	text-align:left;
}

input[type=text]{
  border-style:solid;
  border-width:1px;
  border-color:#aaa;
  /*border: 1px solid ThreeDFace; */
  width: 100px;
}

/**/
.max{
	font-size: 11px;
	font-weight: bold;
}
.hover2{
	font-size: 0px;
	z-index: 3;
}
/*
.hover2:hover{
	background: #fff;
	font-weight: bold;
	font-size: 15px;
	opacity: 1.0;
	z-index: 4;
	border: solid blue 2px;
}
*/
.niceTT{
	background: #fff;
	font-weight: bold;
	font-size: 15px;
	opacity: 1.0;
	z-index: 4;
	border: solid blue 2px;
}
.headerTT{
	background: #222;
	color: #ddd;
	font-weight: bold;
	/*font-size: large;*/
}
/**/

/*
ul {
    margin: 12px 0;
}

li {
    list-style: url(/static/li.gif);
    margin-left: 18px;
}

li:hover {
    background: #222;
}

input {
    border: 1px solid  #666;
    background: #444;
    font-weight: bold;
    color: #aaa;
}

code {
    background: url(/static/bgcode.gif);
    color: #888;
    display: block;
    font: normal 1em "Lucida Sans Unicode",serif;
    margin-bottom: 12px;
    padding: 3px 6px;
    white-space: pre;
}

cite {
    background: url(/static/quote.gif) no-repeat;
    color: #aaa;
    display: block;
    font: normal 1.1em "Lucida Sans Unicode",serif;
    margin-bottom: 12px;
    padding-left: 28px;
}
*/

/* main structure */
/*
.main {
    background: #000; 
    border: 3px double #EEE; 
    border-color: #141414 #202020 #222 #202020; 
    margin: 20px auto 4px auto; 
    text-align: left;
    width: 600px; 
}
*/

/* header */
/*
.gfx {
    background: #222 url(/static/dark_pixel.jpg) no-repeat;
    height: 240px;
}
.gfx h1 {
    color: #aaa;
    font: normal 2.6em Tahoma,sans-serif;
    padding: 16px 20px;
}
*/

/* menu */
/*
.menu a {
    background: #000 url(/static/bgmenu.png) repeat-x;
    border-right: 1px solid #222;
    border-top: 1px solid #1A1A1A;
    color: #aaa;
    float: left;
    font-size: 1.2em;
    padding-top: 4px;
    width: 149px; height: 36px;
}
.menu a span {
    padding-left: 6px;
}
.menu a:hover {
    background-position: left bottom;
    color: #666;
}
.menu a#last {
    border-right: none;
    width: 150px;
}
*/

/* content */
/*
.content {
    background: #1A1A1A;
    border-top: 1px solid #1A1A1A;
    clear: both;
}
.content h1 {
    color: #aaa;
    font: bold 1.1em sans-serif,Arial;
    margin: 0 0 4px;
}
.content p {
    margin: 0 0 12px;
}
.item {
    background: #030303 url(/static/bgitem.gif) repeat-x;
    padding: 8px 10px;
}
*/

/* footer */
/*
.footer {
    background: #0A0A0A;
    color: #666;
    padding: 5px;
} 
.footer .left, .footer .right {padding: 0 12px;}
*/

/* floats */
/*
.left {float: left;}
.right {float: right;}
.clearer {clear: both;}
*/




