

* {
    margin: 0;
    padding: 0;
}

/* General Style Info */
body {
    background: #FFFFFF;
    color: #393939;
    font-family: helvetica, verdana, arial, sans-serif;
    font-size: 12px;
    margin: 0;
	
}

a {
    color: #393939;
    text-decoration: underline;
    font-weight: bold;
}

a:hover {
    color: #ed2724;
    text-decoration: underline;
}

a img {
    border: none;
}

h1, h2, h3, h4 {
    font-weight: normal;
}

h1 {
    color: #393939;
    font-size: 20px;
    margin: 0.1em 0;
}

h2 {
    color: #393939;
    font-size: 18px;
    margin: 0.3em 0;
    padding-top: 0.8em;
}

h3 {
    color: #393939;
    font-size: 16px;
    padding-top: 20px;
}

h4 {
    color: #393939;
	font-size: 14px;
    font-weight: bold;
    padding-top: 0.5em;
}

h5 {
    color: #393939;
	font-size: 13px;
    font-weight: bold;
    padding-top: 0.5em;
}

ul, li {
    margin: 0 12px;
}

/* Tables */
table {
    border: 1px solid #6a6a6a;
    clear: both;
    color: #393939;
	padding: 0;
    margin-bottom: 10px;
}

th {
    text-align: center;
	font-size:14px;
	color: #393939;
	padding: 2px 8px 2px 8px;
	border-bottom: 2px solid #6a6a6a;
}

th a {
    display: block;
    text-decoration: none;
}

th a:hover {
    color: #393939;
    text-decoration: none;
}

table tr td {
	border-bottom: 1px solid #393939;
    padding: 8px;
    text-align: center;
    vertical-align: top;
}

table tr.altrow td {
    background: #f4f4f4;
}

td.actions {
    text-align: center;
    white-space: nowrap;
}

td.actions a {
    margin: 0px 6px;
}


/* Paging */
div.paging {
    background: #fff;
    color: #ccc;
    margin-bottom: 2em;
}

div.paging div.disabled {
    color: #ddd;
    display: inline;
}

div.paging span {
}

div.paging span.current {
    color: #000;
}

div.paging span a {
}

p, h1, form, button {
    border: 0;
    margin: 0;
    padding: 0;
}


p {
	line-height: 18px;
	margin: 5px 0 5px 0;
}

p.justified {
	text-align:justify;
	padding: 0 20px 0 0;
	
}

.spacer {
    clear: both;
    height: 1px;
}


form {
 margin: 0;
 padding: 0;
}

form p {
	margin: 0 0 14px 0;
}

input {
 font-size: 11px;
 color: #393939;
 font-size: 11px;
 padding: 0;
 margin: 0;
}

textarea {
 font-family: helvetica, verdana, arial, sans-serif;
 font-size: 12px;
 color: #393939;
 border: 1px solid #B3B4BD;
 padding: 6px;
 margin: 0;
}

.select {
 background-color: #fff;
 font-size:  11px;
 font-weight: normal;
 color: #393939;
 padding: 0;
 margin: 0 0 3px 0;
}

.checkbox {
 background-color: transparent;
 padding: 0;
 border: 0;
}

.submit {
 color: #393939;
 font-weight: normal;
 font-size: 10px;
 border: 1px solid #fff;
 margin: 0;
 padding: 1px 5px 2px 5px;
}

legend {
	border:none;
}

label {
	font-weight:bold;
	width: 130px;
	float:left;
	padding: 0 8px 0;
}

/* ----------- My Form ----------- */
.myform {
	margin: 0 auto;
    width: 260px;
    padding: 0;
	text-align: center;
}

.myform .auth_msg_holder {
	height: 30px;
	width: 250px;
	text-align:center;
}

.error {
	font-size:12px;
	font-weight: bold;
	color: #FF1100;
	margin: 8px 0 0 0;
}

.success_message {
	font-size:12px;
	font-weight: bold;
	color: green;
}

#stylized h1 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
}

#stylized p {
    font-size: 11px;
    color: #393939;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

#stylized label {
    display: block;
    font-size:12px;
	font-weight: bold;
    text-align: right;
    width: 90px;
    float: left;
	padding: 5px 8px 0 0;
}

#stylized .small {
    color: #393939;
    display: block;
    font-size: 11px;
    font-weight: normal;
    text-align: right;
    width: 135px;
}

#stylized input {
    float: left;
    font-size: 12px;
    padding: 4px 2px;
    width: 140px;
    margin: 2px 0 20px 5px;
}

#stylized input[type="image"] {
	border:none;
    width: auto;
	margin: 8px 0 0 75px;
}


.login_wrapper {
    width: 378px;
    height: 388px;
    margin: 0 auto;
    margin-top: 50px;
    background-image: url('/img/login_form_interface_bg.gif');
}

#login_form {
    width: 260px;
    margin: 0 auto;
    position: relative;
    top: 190px;
}




#authMessage {
    margin: 0 0 0 0;
    font-size: 11px;
}

.auth_msg_holder {
    height: 20px;
    width: 190px;
}



#main_holder {
    width: 100%;
	
}

#inner_holder {
	width:780px;
	margin: 0 auto;
	
}

#global_header {
    width: 770px;
    height: 90px;
	margin: 0 auto;
	margin-bottom: 20px;
}

#global_footer {
    width: 770px;
    height: 35px;
	margin: 0 auto;
	margin-top: 15px;
	padding: 0px 0 0 0;
}

#global_footer a {
	font-size:11px;
	color: #545454;
	text-decoration:none;
	font-weight: normal;
	margin: 0 15px 0 0;
}

#global_footer a:hover {
	color: #ed2724;
	text-decoration:underline;
}

#global_logo {
	
}

#global_nav {
	width: 771px;
    margin: 20px 0 0 -2px;
	height: 29px;
}

#global_nav ul {
    list-style: none;
	padding: 0;
	margin: 0;
}

#global_nav li {
    display: inline;
	padding: 0;
	margin: 0;
}

#global_nav a, #global_nav a:active, #global_nav a:visited {
    color: #393939;
    text-decoration: none;
}

#global_nav a:hover {
    color: #ed2724;
    text-decoration: none;
}

#username {
	float:right;
	margin: 10px 20px 0 0;
	vertical-align:top;
}

#username b {
	color: #ed2724;
}

#login_area {
	width: 765px;
	height: 50px;
	
}




/**************************************************************************************************************************************/

#global_content_holder {
	background-image:url('/img/content_bg_repeating.jpg');
	background-repeat:repeat-y;
	border: none;
	margin: 0 0 0 0;
	width: 779px;
}

#global_content_top {
	background-image:url('/img/content_bg_top.jpg');
	background-repeat:repeat-y;
	width: 779px;
	height: 65px;
	clear:both;
}

#global_content_bottom {
	background-image:url('/img/content_bg_bot.jpg');
	background-repeat:repeat-y;
	width: 779px;
	height: 39px;
	clear:both;
}

#main_content {
	width: 700px;
	margin: 0 auto;
}


/****************************************************************** game screens styles ********************************************************************/

#look_title {
	clear: both;
	margin: 0 0 6px 2px;
}

#product_img_holder {
	width: 328px;
	float: left;
}

#product_detail_info {
	width: 330px;
	height: 280px;
	float: right;
}


.year_introduced {
	clear: both;
	margin: 15px 0 21px 0;
}

.question_line {
	color:#212121;
	font-size: 12px;
	font-weight:normal;
	margin: 0 0 15px 0;
}


.game_submit_btn {
	margin: 8px 0 0 -5px;
}

.footnote {
	font-size: 10px;
	color: #7f7f7f;
	margin: 10px 0 0 0;
	line-height:14px;
}

.home_callout {
	font-size: 12px;
	color: #7f7f7f;
	font-weight: bold;
	line-height: 16px;
	margin: 8px 0 0 0;
}

.fb_share {
	width: 134px;
	height: 29px;
	float:right;
	margin: -2px 0 0 0;
}

#enlarge_btn {
	width: 150px;
	height: 32px;
	float:left;
	
}

.header_20_recent {
	margin: 28px 0 0 0;
}

#avatars {
	width: 100%;
	clear: both;
	
}

.avatar_holder_row {
	margin: 10px 0 10px 0;
}

.avatar_holder_row ul {
	list-style: none;
	margin: 0;
}

.avatar_holder_row li {
	display: inline;
	margin: 0 15px 0 0;
}


#pop_down_form {
	position: relative;
	margin-top: -96px;
	top: 0px;
	left: 345px;
	width: 340px;
	height: 126px;
	float: left;
	clear:none;
	background-image:url('/img/pop_down_bg.gif');
	background-position:top;
	background-repeat:no-repeat;
}

#login_form_holder {
	width: 155px;
	margin: 6px 0 0 10px;
	float: left;
}

#login_form_holder input {
	margin: 6px 0 2px 0;
	width: 155px;
	height: 1em;
}

#login_form_holder .login_btn {
	float:right;
	width: 54px;
	height: 23px;
}


#register_btn {
	position:relative;
	top:0px;
	left: 345px;
	width:85px;
	height: 29px;
	display:inline;
}

#register_btn a {
	margin: 0;
	padding: 0;
	clear:none;
}

#pop_down_or {
	height: 20px;
	width: 25px;
	float:left;
	text-align:center;
	margin: 40px 0 0 10px;
}


#fb_connect_btn {
	float: right;
    margin: 30px 20px 0 0;
}

.profile_square {
	width: 35px;
	float:left;
	margin: 0 8px 0 0;
}

#logout_btn {
    float: right;
    margin: 20px 0 0 0;
}

#tab_btn {
	position: absolute;
	top: 95px;
	left: 265px;
	width: 72px;
	height: 30px;
	
}

#tab_btn a , #tab_btn img {
	margin: 0;
	padding: 0;
}

#fb_connect_box {
	width: 433px;
	height: 50px;
	background-image:url('/img/fb_connect_box.gif');
	background-repeat:no-repeat;
	margin: 0 0 4px 0;
}

.fb_button_box {
	padding: 13px 0 0 13px;
}

.form_message {
	font-size: 10px;
	color: #393939;
	margin: 10px 0 8px 145px;
}

.register_submit_btn {
	margin: 0 0 0 140px;
	
}

.register_connected_status {
	color: #ed2724;
	padding: 18px 0 0 12px;
	font-weight:bold;
	
}

.form_avatar {
	width: 35px;
	height: 50px;
	text-align:center;
	float:left;
	margin: 0 10px 0 0;
}

.form_avatar img {
	margin: 0 0 8px 0;
	clear:both;
	height: 35px;
}

#add_fb_connect {
	background-image:url('/img/fb_connect_add_btn.gif');
	background-repeat:no-repeat;
	width:243px;
	height: 30px;
	position:relative;
	left: 250px;
	float:left;
	margin: 8px 0 0 0;
	padding: 8px 0 0 4px;
}

.fb_fan_box {
	width: 330px;
	height: 75px;
	background-color:#f4f4f4;
	
}

#next_prev {
	width: 724px;
	margin: 0px 0 0 28px;
}

.prev_link {
	float: left;
	margin: 16px 0 0 0px;
}

.next_link {
	float:right;
	margin: 16px 0 0 0px;
}

/******************************************************************************************************************************************************/

#theToolTip{
	position: absolute;
	left: -300px;
	
	border: 2px solid #a7a7a7;
	padding: 6px 0px 0px 10px;
	background-color: #e5e5e5;
	padding: 8px 0px 8px 8px;
	visibility: hidden;
	text-align: center;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,strength=8);
	-moz-box-shadow: gray 4px 8px 8px;
	-webkit-box-shadow: gray 4px 8px 8px;
}

#ToolTipPointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}

#theToolTip p{
	font-size: 1.1em;
	color: #333333;
	line-height:1.4em;
	margin-right:10px;
	margin-top:0;
}

#ToolTipTextWrap {
	font-weight:bold;
	font-size: 1.2em;
	margin: 0 auto;
	color: #333333;
	margin-right:10px;
}
