/* This is the border line & background colour round the entire page */
.bodyline        { background-color: #CFCFCF; border: 2px #FFFFFF solid; }

/* This is the main background colour for the content area */
.bodymain        { background-color: #FFFFFF; }

/* This is the site title */
h1 { color: #30539B; font-family: tahoma,arial,sans-serif; font-size: 18px; font-weight: bold; text-indent: 0; line-height: 100%; margin: 0; padding: 46px 0px 75px 8px; }

/* This is the intro blurb title */
h2 { color: #30539B; font-family: tahoma,arial,sans-serif; font-size: 16px; font-weight: bold; text-indent: 0; line-height: 100%; margin: 0; padding: 0px 0px 2px 0px; }

/* These are the main text atributes */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }

/* These are the main link atributes */
A:link { text-decoration: none; color: #003366; }
A:active { text-decoration: none; color: #003366; }
A:visited { text-decoration: none; color: #003366; }
A:hover { text-decoration: none; color: #FF0000; }

/* This is the Game Platforms bar */
.platform { background: #E3ECF0; width: 100%; padding: 3px 3px 3px 3px; }

/* This is the Game Titles Alphabet bar */
.letters { background: #C6D9E1; width: 100%; padding: 3px 3px 3px 3px; }

/* This is the listings pages pagination bar */
.paginbar { background: #E3ECF0; width: 100%; padding: 3px 3px 3px 3px; }

/* This is the navigation box borders*/
.navbox { background-color: #FFFFFF; border: 2px #BFBFBF solid; }

/* These are the Navigation boxes title bars */
th.navTitle { border-width: 1px 0px 0px 1px; }
th {
        color: #FFFFFF; font-size: 11px; font-weight : bold;
        background-color: #738A90; height: 25px;
        background-image: url(cellpic.gif);
}

/* This is the greyed-out "Platform" in the cheats listings */
.grey { color: #999999; }

/* This are the form fields and buttons */
.formElement {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.formButton {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* Index Video Containers */

#videoContainer { border-bottom: 1px dotted #999999; padding: 12px 0; }
#videoThumbnail { float: left; }
#videoThumbnail img { border: 1px solid #000000; }
#videoInnerContainer1 { float: left; margin-left: 10px; width: 200px; }
#videoTitle { font-weight: bold; margin-bottom: 5px; }
#videoTitle a { text-decoration: none; }
#videoDescription { color: #EBEBED; font-size: 9px; margin-bottom: 15px; }
#videoTags { color: #FFB515; font-size: 10px; }
#videoTags a { color: #A0A0A9; font-size: 10px; }
#videoInnerContainer2 { color: #EBEBED; margin-left: 360px; }
#videoRating { margin-bottom: 15px; }
#videoAuthor,#videoViews,#videoDuration,#videoCategory { font-size: 10px; }
#videoDuration { margin-bottom: 15px; }

/* Video Comments */

#commentBox { border: 0px solid #000000; background: #FAFAFA; padding: 1px; }
#comments { margin-bottom: 20px; color: #2e2e2e; }
#commentAuthor { background: #E5E5E5; padding: 4px; }
#commentAuthor a { color: #2e2e2e;}
#commentText { color: #2e2e2e; padding: 4px; }

