/* Game titles */
.title {
    font-weight: bold;
}

/* Entry forms */
.dataform {
    font-size: 80%;
}

/* games list in the topics box */
.tsgames {
}

.tsgames h3,h4 {
	margin-bottom: 0;
}

/* tooltip help */
.tooltip {
    position: relative;
    z-index: 24;
    color: #000;
    text-decoration: none;
    border: 0;
    cursor: pointer;
}

.tooltip img {
    border: 0;
}

.tooltip span {
    display: none;
}

.tooltip:hover {
    z-index: 25;
    border: 0;
}

.tooltip:hover span {
    display: block;
    position: absolute;
    top: 1em;
    left: 1em;
    width: 15em;
    border: 1px #000 dashed;
    color: #000;
    background-color: #9C9;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

/* Hidden help */
.helpHide {
    display: none;
    color: #000;
    background: #f33;
}

.helpShow {
    display: block;
    color: #000;
    background: #f33;
}

.leftbox {
    float: left;
    width: 50%;
}

.rightbox {
    margin-left: 50%;
}

div.filebox {
    background: url(graphics/filebox-tl.png) top left no-repeat;
    margin-left: 10%;
    margin-right: 10%;
}

div.filebox h2 {
    background: url(graphics/filebox-tr.png) top right no-repeat;
    padding: 15px;
    margin: 0;
}

div.fileboxBody {
    background: url(graphics/filebox-rborder.png) top right repeat-y;
    margin: 0;
    margin-top: -1.0 em;
    padding: 15px;
}

div.fileboxBottom {
    background: url(graphics/filebox-bl.png) bottom left no-repeat;
    margin: 0;
}

div.fileboxBottom form {
    font-size: 80%;
    background: url(graphics/filebox-br.png) bottom right no-repeat;
    padding: 15px;
    margin: 0;
    margin-top: -1.5em;
}

/* CSS HACK: Let only IE/Win see the next bit. This fixes a weird
sizing problem for .rightbox in IE6.
See http://www.communitymx.com/content/article.cfm?page=2&cid=C37E0 */

/* Holly hack \*/
* html .rightbox {height: 1%;}
/* End Holly hack */

/* And a wacky hack to fix clearing problems. See
http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Holly hack \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
