﻿/** REQUIRED DONT EDIT**/ 
.row
{
    width: 100%;
    clear: both;
    float: left;
    position: relative;
    padding: 0px;
    margin-bottom: 10px;
}

.cols1, .cols2, .cols3, .cols4, .cols5
{
    display: block;
    float: left;
    overflow: hidden;
    vertical-align: top;
}

.cols1 
{
    width: 100%;
    }

.cols2 
{
    width: 49%;
    }

.cols3 
{
    width: 32%;
    }

.cols4 
{
    width: 24%;
    }

.cols5 
{
    width: 19%;
    }

.spacer1,.spacer2,.spacer3,.spacer4,.spacer5
{ 
    margin: 0px;
    padding:0px;
    height: 20px;
    float: left;
    }


.spacer1 {width:0px}
.spacer2 {width:2%}
.spacer3 {width:2%}
.spacer4 {width:1.3%}
.spacer5 {width:1.21%}

/** END REQUIRED DONT EDIT **/

/** REQUIRED EDITABLE/RENAMEABLE **/

/** clearer **/
.clear
{
clear: both;    
    }
/** used for filedset effect (used in combo) **/    
.java 
{
     margin-top: 5px;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 12px;
    border-right: #d3d3d3 1px solid;
    border-top: #d3d3d3 1px solid;
    border-left: #d3d3d3 1px solid;
    border-bottom: #d3d3d3 1px solid; 
    }
    
/** contaniner for the breadcrumbs **/
.flash
{
    color: #ffffff;
    padding: 0px;
    margin-left: 0px;
    margin-bottom: 25px;
    margin-top: 5px;
    font-weight: normal;
}
    
.flash  ul {
	margin-left: 0px;
	padding-left: 0px;
	display: inline;
	border: none;
	} 

.flash ul li {
	margin-left: 0px;
	padding-left: 0px;
	border: none;
	list-style: none;
	display: inline;
	}

/** contaniner SINGLE site links (used in combo and links) **/
.gametitle 
{
         padding-top: 0px;
}

/** used to create the fieldset legend effect (used in combo) **/
.site 
{
padding-bottom:0px;
    }
    
/**  container for individual dirs (*not used for lite*)**/

.action
{

    
}
.site_css_site_dirs  p
{

}

/** container for multiple site links (site_css_site_containers)**/
.multiplayer  
{
    margin-top: 0px;
    clear: both;
    }
    
.site_css_subs
{
    
    
    }
.footer 
{
    text-align: center;
   padding-top:30px;
    }
    
/** END REQUIRED EDITABLE/RENAMEABLE **/


#games-container
{
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 5px;
}
    
    .site p {margin-top:5px;
        margin-bottom:15px;
        }
        
        
.top a:link,.top a:visited
        {
           
            color: #66CC33;
            
            }
            
            .top a:hover            
            { 
                
                
               text-decoration: underline; }

            
