﻿<!--
a:link {
	text-decoration:none;
	color:Gray;
		
}
a:visited {
	text-decoration: none;
	color:Gray;
}
a:hover {
	text-decoration: underline;

}
a:active {
	text-decoration: none;
	
}
-->

body
{
	background: white url(../img/body_bg.gif) repeat left top;	
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	margin:0;padding:0;color:Black;
	font-size:75%;
}
.divStyle
{
    	background: white url(../img/shade.gif) top left repeat-x; /*THEME CHANGE HERE*/
        font-size:large;
        font-weight:bold;
		border-bottom:1px solid #BEBEBE;
		border-top:1px solid #BEBEBE;
}
.divStyleBorder
{
    	background: white url(../img/shade.gif) top left repeat-x; /*THEME CHANGE HERE*/
        font-size:large;
        font-weight:bold;     
        border:1px solid #BEBEBE;
}
.divSmall
{
    	background: white url(../img/shade.gif) top left repeat-x; /*THEME CHANGE HERE*/
        font-size:small;
        font-weight:bold;
}
.menuStyle
{
    	background: white url(../img/shade.gif) top left repeat-x; /*THEME CHANGE HERE*/
        font-size:13px;
        font-weight:bold;
        border:1px solid #BEBEBE;
        
}
.dialogBox
{
        background-color:#F1F5F5;
        border:1px solid #BEBEBE; 
}

hr 
{
    color: #F1F5F5;
    background-color: #F1F5F5;
    border: outset #F1F5F5 2px;

}
.watermarked_2 {
	height:100%;
	width:78%;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background: white url(../img/shade.gif) top left repeat-x; /*THEME CHANGE HERE*/
	
	color:Gray;
}
.watermarked_3 {
	height:100%;
	width:97%;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F1F5F5;
	color:Gray;
}
.img{float:left;margin:0px;padding:1px; border:1px solid #9cafbd;border-color:#9cafbd #9cafbd #647684 #647684;}





#header {
  width: 100%;
}

#rightcol {
  float: right;
  width: 20%;
  margin-top:10px;
}
#content {
  float: left;
  width: 62%;
  margin-left:2px;
  margin-top:10px;
}
#cat_content {
  float: left;
  width: 73%;
  margin-left:10px;
  margin-top:2px;
}

#leftcolGame {
  float: left;
  width: 15%;
  margin-left:15px;
  margin-top:10px;
}
#rightcolGame {
  float: right;
  width: 19%;
  margin-top:10px;
  
}
#SLRContent {
  float: left;
  width: 73%;
  margin-top:10px;
}

#footer {
  clear: both;
  width: 100%;
}





.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('../img/shade.gif') repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 12px; /* sliding doors padding */
    text-decoration: none;
    border:1px solid #BEBEBE;
}

a.button span {
    background: transparent url('../img/shade.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 12px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 5px 0 4px 12px; /* push text down 1px */
}






















/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(../img/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(../img/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}
