body{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size:0.7em;
    background-color:#cccccc ;
    color:#333333;
}

.white{
    background-color:white;
}


/* links */
a, a:visited {
    text-decoration: none;
    cursor:pointer;
}
a.redOrange, a.redOrange:visited {
    text-decoration:none;
    color: #8d1b1b;
}
a.redOrange:hover {
    text-decoration:underline;
}
a.blueGreen, a.blueGreen:visited  {
    text-decoration: none;
    color: #4F82CB;
}
a.blueGreen:hover {
    color: #31a855;
}
a.greenOrange, a.greenOrange:visited  {
    text-decoration: none;
    color: #31a855;
}
a.greenOrange:hover {
    color: #ef5602;
}
a.blueOrange, a.blueOrange:visited  {
    color: #4F82CB;
}
a.blueOrange:hover {
    color: #ef5602;
}



/* headers */
h1, h2, h3 {
    font-family: Verdana, 'Trebuchet MS', Sans-serif;
    font-weight: Bold;
}
h1 {
    font-size: 200%;
}
h2 {
    font-size: 160%;
}
h3 {
    font-size: 132%;
}
h4 {
    font-size:120%;
}
h5 {
    font-size:120%;
    color:#444444;
}

.title {
    /*background-color:#31a855;*/
    background-color:#31a855;
    color:#ffffff;
    padding-top:5px;
    padding-left:5px;
    padding-bottom:5px;
}
.titleB {
    /*background-color:#31a855;*/
    background-color:#427ad1;
    color:#ffffff;
    padding-top:5px;
    padding-left:5px;
    padding-bottom:5px;
}

.underline {
    border-bottom: 2px solid #dddddd;
}
/*.title {
    border-bottom:1px solid #cfcfcf;
    border-right:1px solid #cfcfcf;
    background-color:#f6f6f6;
    color:#3a69b4;
    padding-top:5px;
    padding-left:5px;
    padding-bottom:5px;
}*/

/** Color schemes **/
.orange {
    color:#ef5602;
}
.blue {
    color:#4F82CB;
}
.green {
    color:#31a855;
}

.grayBG1 {
    background-color:#f6f6f6;
}
.grayBG2 {
    background-color:#eeeeee;
}
.grayBG3 {
    background-color:#dddddd;
}
.grayBGDark {
    background-color:#444444;
}
.goldenText {
    color:#ffde53;
}
.gray {
    color:#333333;
}
div.stars_container {
    position:relative;
    width:64px;
    height:12px;
}
.vMargin {
    margin-top:20px;
}
.margRight10 {
    margin-right:10px;
}
.m5Top {
    margin-top:5px;
}
.gameInfo {
    width:165px;
    margin-left:8px;
}
img.thumbLarge {
    width:100px;
    height:100px;
    border:2px solid #444444;
}
img.thumbM {
    width:72px;
    height:72px;
    border:2px solid #666666;
}
img.thumbSmall {
    width:32px;
    height:32px;
    border:1px solid #666666;
}
.wrapper {
    width:960px;
    margin:auto;
}
.content_wrapper {
    overflow:hidden;
    margin:auto;
    width:940px;
}

.header {
    background-image:url('/res/header.png');
    height:98px;
}

.lm .ft {
    padding:5px;
    margin-top:5px;
    margin-bottom:12px;
    /*background-color:#efefef;*/
}

/* THIN RIGHT MODULE */

.me .bd {
    padding:5px;
}

.thinModule {
    width:200px;
}

.recModule {
    width:240px;
}

.selected_game_block {
    background-color:#f3f3f3;
}

.selected_block_left {
    padding:4px;
}

.selected_block_right {
    width:100px;
}
.me .inner{
    margin:0px;
    margin-bottom:10px;
    border: 1px solid #3e76cd;
    background-color:#fbfdfc;
}
.me li a{
    font-weight:bolder;
}
.me li {
    background-image:url("/res/go.gif");
    background-repeat:no-repeat;
    padding-left:20px;
    margin-top:4px;
    border-bottom:1px solid #EFF0F1;
}

.tLarge {
    font-size:132%;
}
.formTable label {
    font-weight:bold;
}

.formTable {
    background-color:#eeeeee;
    border:1px solid #cccccc;
    padding:10px;
}

.info_col {
    text-align:right;
}

#footer {
    background-image:url("/res/footer.png");
    height:55px;
}

#loginBox {
    padding:6px;
    margin-top:29px;
    margin-right:42px;
    background-color:#333333;
    border:1px solid #777777;
/*    -webkit-border-radius: 5px;     for Safari
    -moz-border-radius: 5px;        for Firefox */

    /*background-color:#3f3f3f;*/
}
#loginBox label {
    color:#ffffff;
}

/* Menu */
#nav_menu {
    padding-left:40px;
    margin-bottom:3px;
    background-color:#31a855;
    font: bold 12px/26px Verdana, Arial, Tahoma, Sans-serif;
}
#nav_menu ul {
    float: left;
    list-style: none;
}
#nav_menu ul li {
    display: inline;
}
#nav_menu ul li a {
    display: block;
    float: left;
    padding: 0 8px;
    color: #FFF;
    text-decoration: none;
}
#nav_menu ul li a:hover {
    background-color: #ffde53;
    color: #333;
}
#nav_menu ul li.selected a {
    background-color: #FFF;
    color: #333;
}

a.ancUnderline:hover {
    text-decoration:underline;
}
/* FIXED WIDTH BLOCKS SUCH AS ADSENSE */


.catSection{
    width:600px;
}
.mBlockLeft {
    width:82px;
    text-align:center;
}
.mBlockRight {
    width:276px;
}
/*Small categories block*/
.smBlockLeft {
    width:40px;
}
.smBlockTitle {
    width:140px;
}

.game_swf_wrapper {
    text-align:center;

}
.game_swf_block {
    overflow:hidden;
    border:8px solid;
    border-color:#111111;
    background-color:#111111;
    display:inline-block;
}

.star_block {
    float:left;
    width:28px;
    height:28px;    
    background-repeat:no-repeat;
}

.star_empty {
    background-image:url("/res/stars.png");
}

.star_full {
    background-image:url("/res/stars.png");
    background-position:0px -28px;
}

.star_rate {
    background-image:url("/res/stars.png");
    background-position:0px -56px;
   
}

.wideScraperWrapper {
    width:206px;
    margin-left:6px;
    padding-top:20px;
    padding-bottom:20px;
    text-align:center;
}

.cloudItem, .cloudItem:visited {
    float:left;
    margin:2px;
    text-decoration:underline;
}
