/* RESET */

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,tr,td { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/* STANDARD ELEMENTS */

body 
	{ 
	font-family: Arial, Helvetica, Sans-Serif; 
	background-color: #7db1df;
	background-image: url(/images/background.jpg); 
	background-repeat: repeat-x; 
	font-size: 13px;
	margin: 8px;
	}

A IMG
	{
	border-style: none;	
	}
	
A
	{
	color: blue;
	text-decoration: underline;
	font-weight: bold;
	}
	
A:hover
	{
	color: #ef6a3d;
	text-decoration: underline;
	}

H1
	{
	font-size: 16px;
	font-weight: bold;
	border-bottom: 2px solid #83d5ff;
	
	/* remove extra line break */
	margin: 0px;
	padding: 0px;	
	}

H2
	{
	font-size: 13px;
	font-weight: bold;
	
	/* remove extra line break */
	margin: 0px;
	padding: 0px;	
}

H3
	{
	font-size: 14px;
	font-weight: bold;
	border-bottom: 2px solid #83d5ff;
	
	/* remove extra line break */
	margin: 0px;
	padding: 0px;	
}

H4
	{
	font-size: 13px;
	font-weight: bold;
	
	/* remove extra line break */
	margin: 0px;
	padding: 0px;	
}

ul.TickList 
	{
	list-style-image: url('/images/check2.png');
	list-style-position: inside;
	}
	
	
/*///////////////////////*/

	
.new_game_page_maintable
	{
	width: 100%;
	}
	
.new_game_main_info_pane
	{
	width: 65%;
	vertical-align: top;
	font-size: 13px;
	padding-right: 8px;
	padding-left: 0;
	}
	
.new_game_side_info_pane
	{
	width: 35%;
	vertical-align: top;
	}
	
.new_box_table
	{
	width: 100%;
	border-collapse: collapse;
	background-color: #fef1c8;
	}
	
.new_box_top_middle
	{
	width: 203px;
	padding-left: 0;
	padding-right: 0;
	font-size: 13px;
	font-weight: bold;
	}

	

/*///////////////////////*/	
	
/* version 2 */

.v2_game_page
	{
	width: 100%;
	vertical-align: top;
	font-size: 13px;
	}	
	
.v2_game_left_menu
	{
	width: 150px;
	float: left;
	font-size: 12px;
	margin-right: 20px;
	}
	
.v2_game_right_content
	{
	width: 380px;
	float: right;
	padding-right: 10px;
	}
	
.v2_game_middle_cell
	{
	width: 5px;
	float: left;
	}
	
.v2_testimonials
	{
	width:380px;
	font-size: 13px;
	}
	
.v2_links
	{
	width:380px;
	font-size: 13px;
	}	
	
.v2_recommendations
	{
	width:380px;
	font-size: 13px;
	text-align: center;
	}
	
.v2_screenshot_navigation
	{
	padding-bottom: 5px; 
	margin: -1px; 
	margin-right: 0px;
	}
	
/*///////////////////////*/		
	
	
.table_whole_page
	{
	background-color: white;
	width: 760px;
	border-collapse: collapse;
	padding: 0;
	}

.table_page_top
	{
	width: 100%;
	}

.table_page_middle
	{
	width: 100%;
	}

.table_page_bottom
	{
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: white;
	background-image: url(/images/bottomback.png);
	line-height: 18px;
	}

.table_page_middle_left
	{
	width: 164px;
	border-collapse: collapse;
	}
	
.table_page_middle_left_menu
	{
	width: 100%;
	border-collapse: collapse;
	}
	

.table_page_middle_right
	{
	width: 100%;
	border-collapse: collapse;
	}
	
.table_page_middle_right_content
	{
	width: 100%;
	text-align: center;
	padding: 0;
	border-collapse: collapse;
	}
	
.small_feature_box
	{
	width: 50%;
	vertical-align: top;
	text-align: center;
	}
	
.small_feature_box2
	{
	border: solid 1px black;
	width: 50%;
	vertical-align: top;
	text-align: center;
	}
	
.box_top_left_right
	{
	width: 6px;
	padding-left: 0;
	padding-right: 0;	
	}
	
.box_top_middle
	{
	width: 250px;
	padding-left: 0;
	padding-right: 0;
	font-size: 13px;
	font-weight: bold;
	}
	
.box_table
	{
	width: 262px;
	border-collapse: collapse;
	background-color: #fef1c8;
	margin: 0 auto;
	}
	
.box_content
	{
	font-size: 12px;
	width: 100%;
	}

.menu_top
	{
	width: 100%;
	padding-left: 6px;
	padding-right: 0;	
	font-size: 12px;
	font-weight: bold;
	}

.page_left_menu_table
	{
	width: 154px;
	border-collapse: collapse;
	background-color: #dff3fd;
	margin-left: 8px;
	}

.content_padding
	{
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 6px;
	font-size: 12px;
	}

.white_link
	{
	color: white;
	}

.supporttext
	{
	font-size: 12px;
	margin-left: 5px;
	}
	
.questiontext
	{
	color: maroon;
	font-weight: bold;
	}
	
.answertext
	{
	color: green;
	font-weight: bold;
	}
	
.downloadtable
	{
	border: solid 1px black;
	padding: 5px;
	padding-left: 7px;
	padding-right: 7px;
	background-color: #fef1c8;
	border-collapse: collapse;
	font-size: 12px;
	height: 45px;
	line-height: 17px;
	background-image: url(/images/downloadtableback.gif);
	}