@charset "UTF-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #FC0;
	margin-top:0;
	margin: 0;
	padding: 0;
	color: #000;
	background-image:url(img/common/background.jpg);
	background-position:top center;
	background-attachment:fixed;
	/*background-repeat: no-repeat;*/
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 0px;
	padding-left: 0px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color:#414958;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ this container surrounds all other divss giving them their percentage-based width ~~ */
.container {
	width: 80%;
	max-width: 1000px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 1000px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	background: #FFF;
	margin-top: 0;
	padding:0 10px;
	margin: 0 auto 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

.content {
	min-width: 1000px;
	margin: 0px auto;
	padding: 0;
	/*background: #F00;*/
}

.tblSmallNavi {
	/*
	width:1000px;
	margin:0px;
	padding: 0px;
	font-size:small;	
	border-color:#888;
	border-width: 1px 0px 1px 0px;
	border-style:solid;	
	*/
	width:1000px;
	margin:5px;
	padding: 0px;
	font-size:small;	
	border-color:#888;
	border-width: 2px;
	border-style:solid;	
	border-radius:5px;
}

.tblMenu {
	width: 800px;
	margin:0px auto;
	padding: 10px;
	/*border-color:#888;
	border-width: 2px 0px 0px 0px;
	border-style:solid;*/
}

.footer {
	text-align:center;
	min-width: 1000px;
	margin: 0px auto;
	padding: 10px 0;
}

.smallText {
	font-size:small;	
}

.tblKeycodes {
	width:300px;
	margin:0 auto;
	padding: 0px;
	border-color:#555;
	border-width: 2px 2px 2px 2px;
    border-style: solid;
	font-size:small;
}

.tblKeycodes td{
	padding: 2px;
	text-align:center;
}

.tblKeycodesAlt {
	background: #ccc;
}

.tblMyGames {
	width:650px;
	margin:0 auto 5px auto;
	padding: 0px;
	border-color:#996600;	
	border-radius:8px;
	border-width: 2px 2px 2px 2px;
    border-style: solid;
	font-size:small;
	background:#FF9;
}

.tblGaminglogyNote {
	width:650px;
	margin:0 auto 5px auto;
	padding: 0px;
	border-color:#996600;	
	border-radius:8px;
	border-width: 2px 2px 2px 2px;
    border-style: solid;
	font-size:small;
	background:#FF9;
}

.tblAppsFullWidth {
	width:900px;
	margin:0 auto 5px auto;
	padding: 0px;
	border-color:#996600;
	border-radius:8px;
	border-width: 2px 2px 2px 2px;
    border-style: solid;
	font-size:small;	
}

.tblApps2 {
	width:650px;
	margin:0 auto 5px auto;
	padding: 0px;
	border-color:#996600;
	border-radius:8px;
	border-width: 2px 2px 2px 2px;
    border-style: solid;
	font-size:small;
	/*background: #0F0;*/	
}

.tblApps4header {
	font-size:large;
	background: #FC0;
	padding: 0px;
}

.tblApps2 td{
	padding: 0px 8px 0px 8px;
}

.tblApps3 {
	width:336px;
	margin:2px auto;
	padding: 0px;
	border-color:#996600;	
	border-radius:8px;
	border-width: 2px 2px 2px 2px;
    border-style: solid;
}

.tblApps3 td{
	padding: 0px 0px 0px 0px;
	text-align:center;
}

.tblApps {
	margin:0 auto;
	padding: 0;
	/*background: #0F0;*/	
}

.tblApps td{
	text-align:center;
	width:100px;
}

.tblHeading {
	width: 1000px;
	margin:5px auto 5px auto;
	padding: 0;
	border-bottom:thick;
	border-color:#FC0;
	border-width: 3px 0 3px 0px;
    border-style: solid;
	/*background: #0F0;*/	
}

.tblExplanation {
	width: 1000px;
	margin:5px auto 5px auto;
	padding: 0;
	border-bottom:thick;
	border-color:#FC0;
	border-width: 3px 0 3px 0px;
    border-style: solid;
	/*background: #0F0;*/	
}

.tblExplanation td{
	border:thin;
	border-color:#FC0;
	border-width: 0px 0 3px 0px;
	border-style: solid;
	vertical-align:top;
	padding: 0;
	width:500px;
}

/*.tblHeading td{
	text-align:center;
	border-bottom:thick;
	border-color:#FC0;
}*/

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* Text Styles */
.appnames {
	/*font-family: Kristen ITC, Arial, sans-serif;*/
	font-size:11px;
	color:#000;
}

.footertext {
	text-align:center;
	/*font-family: Kristen ITC, Arial, sans-serif;*/
	font-size:12px;
	color:#006600;
	padding: 10px 0 10px 0;
}

.textexplanation {
	font-style:normal;
	font-family: Kristen ITC, Arial, sans-serif;
	font-size:14px;
	color:#0055AA;
	padding: 10px 0 0px 10px;
}

.tblheadingfirsttext {
	text-align:center;
	font-family: Kristen ITC, Arial, sans-serif;
	font-size:40px;
	font-style:bold;
	color:#000000;
	padding: 0px 0 0px 30px;
}

.tblheadingtext {
	text-align:center;
	font-family: Kristen ITC, Arial, sans-serif;
	font-size:28px;
	font-style:bold;
	color:#000000;
	padding: 0px 0 0px 0px;
}

.brieftext {
	text-align:left;
	font-family: Kristen ITC, Arial, sans-serif;
	font-size:11px;
	font-style:italic;
	color:#0055AA;
	padding: 0px 0px 0px 20px;
}

.lastupdatedText {
	color: #666666;
	font-size:9px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

h1 {
	font-family: Kristen ITC, Arial, sans-serif;
	font-size: x-large;
	font-style: normal;
	/*text-align: center;*/
	/*border-bottom: medium #0076a3 solid;
	border-top: thin #0076a3 solid;*/
	padding: 0px 0px 0px 10px;
	color: #996600;
}

h2 {
	font-family: Kristen ITC, Arial, sans-serif;
	font-size: large;
	font-style:normal;
	text-indent : 5px;
	color: #cc6600;
}

h3 {
	font-family: Kristen ITC, Arial, sans-serif;
	font-size: medium;
	font-style:normal;
	text-indent : 5px;
	color: #cc6600;
}

h4 {	
	font-family: Kristen ITC, Arial, sans-serif;
	font-size: x-large;
	font-style:normal;
	color: #fff;
}

p {
	text-indent: 50px;	
}

/*For codes*/
.codeBlue {
	color: #0000FF;
}

.codeGreen{
	color:#009933;
}

.codeComments {
	color: #999999;
}

/* ------------- */
/* For chatbox */
.chatbox_userid {
	font-family: Kristen ITC, Arial, sans-serif;
	font-size:20px;
	color:#006600;
}

.chatbox_datetime {
	font-family: Kristen ITC, Arial, sans-serif;
	font-size:20px;
	color:#3366cc;
}

.chatbox_msg {
	width:1000px;
	margin:0 0 5px 0;
	padding: 0px;
	border-radius: 8px;
	border-color:#996600;
	border-width: 2px 2px 2px 2px;
    border-style: solid;
	font-size:small;
}

.chatbox_msg p {
	text-indent:5px;
	padding: 0 0 0 0;
}

.chatbox_msg td {
	text-align:left;
	padding: 0px 8px 0px 8px;
}

ad {
	width:1000px;
	margin: 0 0 5px 0;
}

/* Udemy */
.udemyads {
	margin:5px 0px 0px 0px;	
}