.pop_up_menu {
	width: 197px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #edeff4;
	border-width: 1px;
	border-style: solid;
	border-color: #3a579a;
	color: #395799;
	font-weight: bold;
}

.pop_up_menu_middle {
	width: 197px;
	min-height: 20px;
}

.pop_up_menu_item {
	width: 197px;
	height: 31px;
	cursor: pointer;
	background-color: #edeff4;
}

.pop_up_menu_item_over {
	width: 197px;
	height: 31px;
	cursor: pointer;
	background-color: #d8dfeb;
}

.pop_up_menu_item_last {
	width: 197px;
	height: 31px;
	cursor: pointer;
	background-color: #edeff4;
}

.pop_up_menu_item_last_over {
	width: 197px;
	height: 31px;
	cursor: pointer;
	background-color: #d8dfeb;
}

.pop_up_menu_item_left {
	width: 90%;
	max-width: 90%;
	float: left;
	overflow: hidden;
}

.pop_up_menu_item_right {
	width: 10%;
	max-width: 10%;
	float: right;
	overflow: hidden;
}

.pop_up_menu_item_pad {
	padding-top: 10px;
	padding-left: 8px;
}

.pop_up_menu_item_pad_first {
	padding-top: 10px;
	padding-left: 8px;
}/* 
================================================
autosuggest, inquisitor style
================================================
*/

body
{
	position: relative;
}


div.autosuggest
{
	position: absolute;
	background-image: url(http://www.gamersspot.com/css/img_inquisitor/as_pointer.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 10px 0 0 0;
}

div.autosuggest div.as_header,
div.autosuggest div.as_footer
{
	position: relative;
	height: 6px;
	padding: 0 6px;
	background-image: url(http://www.gamersspot.com/css/img_inquisitor/ul_corner_tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;
}
div.autosuggest div.as_footer
{
	background-image: url(http://www.gamersspot.com/css/img_inquisitor/ul_corner_br.gif);
}

div.autosuggest div.as_header div.as_corner,
div.autosuggest div.as_footer div.as_corner
{
	position: absolute;
	top: 0;
	left: 0;
	height: 6px;
	width: 6px;
	background-image: url(http://www.gamersspot.com/css/img_inquisitor/ul_corner_tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
div.autosuggest div.as_footer div.as_corner
{
	background-image: url(http://www.gamersspot.com/css/img_inquisitor/ul_corner_bl.gif);
}
div.autosuggest div.as_header div.as_bar,
div.autosuggest div.as_footer div.as_bar
{
	height: 6px;
	overflow: hidden;
	background-color: #333;
}


div.autosuggest ul
{
	list-style: none;
	margin: 0 0 -4px 0;
	padding: 0;
	overflow: hidden;
	background-color: #333;
}

div.autosuggest ul li
{
	color: #ccc;
	padding: 0;
	margin: 0 4px 4px;
	text-align: left;
	clear: both;
}

div.autosuggest ul li a
{
	color: #ccc;
	display: block;
	text-decoration: none;
	background-color: transparent;
	text-shadow: #000 0px 0px 5px;
	position: relative;
	padding: 0;
	width: 100%;
}
div.autosuggest ul li a:hover
{
	background-color: #444;
}
div.autosuggest ul li.as_highlight a:hover
{
	background-color: #1B5CCD;
}

div.autosuggest ul li a span
{
	display: block;
	padding: 3px 6px;
	font-weight: bold;
}

div.autosuggest ul li a span small
{
	font-weight: normal;
	color: #999;
}

div.autosuggest ul li.as_highlight a span small
{
	color: #ccc;
}

div.autosuggest ul li.as_highlight a
{
	color: #fff;
	background-color: #1B5CCD;
	background-image: url(http://www.gamersspot.com/css/img_inquisitor/hl_corner_br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.autosuggest ul li.as_highlight a span
{
	background-image: url(http://www.gamersspot.com/css/img_inquisitor/hl_corner_bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.autosuggest ul li a .tl,
div.autosuggest ul li a .tr
{
	background-image: transparent;
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
}
div.autosuggest ul li a .tr
{
	right: 0;
}

div.autosuggest ul li.as_highlight a .tl
{
	left: 0;
	background-image: url(http://www.gamersspot.com/css/img_inquisitor/hl_corner_tl.gif);
	background-position: bottom left;
}

div.autosuggest ul li.as_highlight a .tr
{
	right: 0;
	background-image: url(http://www.gamersspot.com/css/img_inquisitor/hl_corner_tr.gif);
	background-position: bottom right;
}



div.autosuggest ul li.as_warning
{
	font-weight: bold;
	text-align: center;
}

div.autosuggest ul em
{
	font-style: normal;
	color: #6EADE7;
}.tutorial_wrapper {
	width: 99%;
	min-height: 400px;
	background-color: #edeff4;
	border-style: solid;
	border-width: 1px;
	border-color: #627aad;
}

.tutorial_wrapper_pad {
	padding: 15px;
}

.tutorial_inner_wrap {
	margin-top: 5px;
	width: 100%;
}

.tutorial_inner_left {
	width: 60%;
	max-width: 60%;
	float: left;
	overflow: hidden;
}

.tutorial_inner_right {
	width: 39%;
	max-width: 39%;
	float: right;
	overflow: hidden;
}

.tutorial_h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0px;
}

.tutorlal_collection_box {
	margin-top: 5px;
	width: 99%;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #627aad;
	margin-bottom: 5px;
}

.tutorlal_collection_box_pad {
	padding: 5px;
}

.tutorial_success {
	width: 98%;
	margin-top: 5px;
	text-align: center;
	padding: 10px;
	background-color: #fff9d7;
	color: #3b5998;
	border-style: solid;
	border-width: 1px;
	border-color: #e2c822;
	font-size: 14px;
}.home_feature_wrapper {
	width: 100%;
	background-color: #393737;
	color: #FFFFFF;
	margin-top: 2px;
}

.home_feature_left {
	width: 20%;
	max-width: 20%;
	float: left;
	overflow: hidden;
	text-align: center;
}

.home_feature_left_pad {
	padding: 10px;
}

.home_feature_right {
	width: 80%;
	max-width: 80%;
	float: right;
	overflow: hidden;
}

.home_feature_right_pad {
	padding: 10px;
}

.home_feature_title {
	font-weight: bold;
	font-size: 16px;
}

.home_feature_blog_title {
	font-size: 14px;
}

.home_story_wrapper {
	width: 100%;
	background-color: #e5e5e5;
	color: #000000;
	margin-top: 5px;
}

.home_story_left {
	width: 20%;
	max-width: 20%;
	float: left;
	overflow: hidden;
	text-align: center;
}

.home_story_left_pad {
	padding: 10px;
}

.home_story_right {
	width: 80%;
	max-width: 80%;
	float: right;
	overflow: hidden;
}

.home_story_right_pad {
	padding: 10px;
}

.home_story_title {
	font-weight: bold;
	font-size: 16px;
}

.home_story_blog_title {
	
}

.home_img {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

a.home_featured_link:link {text-decoration : underline; color : #dba103;}	
a.home_featured_link:visited {text-decoration : none; color : #dba103;}
a.home_featured_link:hover {text-decoration : none; color : #dba103;}.poll_all {
	font-family: verdana;
	font-size: 12px;
	width: 690px;
	background-color: #FFFFFF;
	padding-bottom: 20px;
}

.poll_logo_wrap {
	width: 100%;
}

.poll_logo_left {
	width: 33%;
	max-width: 33%;
	float: left;
	overflow: hidden;
}

.poll_logo_right {
	width: 67%;
	max-width: 67%;
	float: right;
	overflow: hidden;
}

.poll_logo_right_left {
	width: 50%;
	max-width: 50%;
	float: left;
	overflow: hidden;
}

.poll_logo_right_right {
	width: 50%;
	max-width: 50%;
	float: right;
	overflow: hidden;
	text-align: center;
}

.poll_name {
	font-weight: bold;
	font-size: 24px;
}

.poll_name_pad {
	text-align: center;
	padding-top: 13px;
}

.poll_logo_pad {
	text-align: right;
}

.poll_answers {
	width: 100%;
}

.poll_short_desc {
	margin-top: 8px;
	margin-bottom: 5px;
}

.poll_blurb {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.poll_submit_button {
	width: 63px;
	height: 25px;
	background-image: url("http://www.itradevideogames.com/facebook/images/submit.gif");
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}

.poll_answer {
	width: 167px;
	height: 94px;
	background-image: url("http://www.gamersspot.com/images/poll/back_sm.gif");
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}

.poll_answer_checked {
	width: 167px;
	height: 94px;
	background-image: url("http://www.gamersspot.com/images/poll/back_sm_checked.gif");
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}

.poll_answer_left {
	width: 49%;
	max-width: 49%;
	float: left;
	overflow: hidden;
}

.poll_answer_left_pad {
	padding-left: 10px;
	padding-top: 10px;
}

.poll_answer_right {
	width: 49%;
	max-width: 49%;
	float: right;
	overflow: hidden;
}

.poll_answer_right_pad {
	text-align: left;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

.poll_answer_submit_button {
	margin-top: 20px;
	width: 71px;
	height: 28px;
	background-image: url("http://www.itradevideogames.com/facebook/images/poll/click_here.gif");
	background-repeat: no-repeat;
}

.poll_bottom_wrap {
	margin-top: -30px;
	width: 100%;
}

.poll_bottom_left {
	width: 25%;
	max-width: 25%;
	float: left;
	overflow: hidden;
}

.poll_bottom_right {
	width: 74%;
	max-width: 74%;
	float: right;
	overflow: hidden;
}

.poll_bottom_right_left {
	width: 66%;
	max-width: 66%;
	float: left;
	overflow: hidden;
}

.poll_bottom_right_right {
	width: 33%;
	max-width: 33%;
	float: right;
	overflow: hidden;
}

.first_choice {
	width: 115px;
	height: 13px;
	background-image: url("http://www.itradevideogames.com/facebook/images/poll/first_choice.gif");
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}

.second_choice {
	width: 115px;
	height: 13px;
	background-image: url("http://www.itradevideogames.com/facebook/images/poll/second_choice.gif");
	background-repeat: no-repeat;
	margin-right: auto;
}

.leave_a_comment {
	width: 140px;
	height: 29px;
	background-image: url("http://www.itradevideogames.com/facebook/images/poll/leave_a_comment.gif");
	background-repeat: no-repeat;
	margin-left: auto;
	margin-bottom: 10px;
}

.poll_answer_name {
	color: #45464a;
	font-weight: bold;
	font-size: 10px;
}

.wall_buffer {
	padding-top: 30px;
}.title_trailers {
	width: 700px;
	height: 36px;
	background-image: url("/images/title_trailers_big.gif");
	background-repeat: no-repeat;
}

.title_trailers_left_pad {
	padding-left: 80px;
	padding-top: 7px;
}

.title_trailers_right_pad {
	padding-top: 5px;
	text-align: right;
	padding-right: 10px;
}

.trailer_trailer {
	margin-top: 10px;
}

.below_trailer_wrap {
	width: 100%;
}

.below_trailer_left {
	width: 60%;
	max-width: 60%;
	overflow: hidden;
	float: left;
}

.below_trailer_right {
	width: 40%;
	max-width: 40%;
	overflow: hidden;
	float: right;
	text-align: right;
}

.xbox360_header {
	width: 700px;
	height: 36px;
	background-image: url("/images/header_xbox_latest_big.gif");
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

.ps3_header {
	width: 700px;
	height: 36px;
	background-image: url("/images/header_ps3_latest_big.gif");
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

.wii_header {
	width: 700px;
	height: 36px;
	background-image: url("/images/header_wii_latest_big.gif");
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

.pc_header {
	width: 700px;
	height: 36px;
	background-image: url("/images/header_pc_latest_big.gif");
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

.nds_header {
	width: 700px;
	height: 36px;
	background-image: url("/images/header_ds_latest_big.gif");
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

.psp_header {
	width: 700px;
	height: 36px;
	background-image: url("/images/header_psp_latest_big.gif");
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

.ps2_header {
	width: 700px;
	height: 36px;
	background-image: url("/images/header_ps2_latest_big.gif");
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

.trailer_bottom_content {
	width: 419px;
	margin-left: auto;
	margin-right: auto;
	background-color: #eceff5;
	min-height: 20px;
}

.trailer_bottom_info {
	padding: 4px;
	min-height: 40px;
}
.trailer_page_info {
	padding: 4px;
	background-color: #eceff5;
	min-height: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 644px;
}
.trailer_bottom {
	width: 660px;
	margin-left: auto;
	margin-right: auto;
	
	height: 5px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
}

.trailer_item {
	width: 200px;
	background-color: #eceff5;
	padding: 5px;
}

.trailer_item_pad {
	padding: 5px;
}

.trailer_item_active {
	width: 190px;
	background-color: #99ccff;
	padding-left: 15px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.trailer_item_active_pad {
	padding-left: 15px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

a.trailer_link:link {text-decoration : underline; color : #3B5998;}     
a.trailer_link:visited {text-decoration : none; color : #3B5998;}
a.trailer_link:hover {text-decoration : none; color : #3B5998;}

a.news_side_link:link {text-decoration : underline; color : #000000;}     
a.news_side_link:visited {text-decoration : none; color : #000000;}
a.news_side_link:hover {text-decoration : none; color : #000000;}

a.news_link:link {text-decoration : underline; color : #409eb2;}     
a.news_link:visited {text-decoration : none; color : #409eb2;}
a.news_link:hover {text-decoration : none; color : #409eb2;}
.play_list_area {

	
}
div.overlay { 
	
    /*  
	   THIS IS YOUR FULLSCREEN DIMENSIONS 
    */ 
    width:650px;     
    height:641px;  
	
    background-image:url(/images/overlay/petrol.png); 
    display:none;     
    padding: 0 !important; 
} 
 
 
div.overlay div.close { 
    background:url(/images/overlay/close.png) no-repeat; 
    position:absolute; 
    top:2px; 
    right:5px;  
    width:35px; 
    height:35px; 
    cursor:pointer; 
} 
 
 
#side_vid_player_area, #player embed, #side_vid_player_area object { 
    height:150px; 
    width:200px; 
} 
 
 
#side_vid_player_area embed, #side_vid_player_area object { 
    position:absolute; 
	
     
    z-index:10000; 
}body {
	font-size: 11px;
	font-family: verdana, helvetica, arial;
}

.pop-win {
	position: absolute;
	z-index: 4;
	top: 0px;
	left: 0px;
}

.tab_on {
	cursor: pointer;
	padding: 5px; 
	background-color: #ECECEC;
	text-align: center;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	border-color: #393737;
}

.tab_off {
	cursor: pointer;
	padding: 5px; 
	background-color: #ECECEC;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	border-color: #393737;
}

.tab_text_on {
	font-weight: bold;
	color: #393737;
}

.tab_text_off {
	font-weight: normal;
	color: #000000;
}

.fb_button {
	width: 322px;
	height: 22px;
	background-image: url("http://www.gamersspot.com/images/fb_button_back.jpg");
	background-repeat: no-repeat;
	cursor: pointer;
}

.share_back {
	width: 489px;
	height: 70px;
	background-image: url("http://www.gamersspot.com/images/share_back.gif");
	background-repeat: no-repeat;
}

.share_back_pad {
	padding: 10px;
}

.prof_box_top {
	width: 202px;
	height: 6px;
	background-color: #eceff5;
	border-style: solid;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-color: #94a3c4;
}

.prof_box_top_back {
	width: 202px;
	background-color: #eceff5;
	color: #000000;
	font-family: arial, verdana;
	font-weight: bold;
	font-size: 11px;
	border-style: solid;
	border-top-width: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-color: #94a3c4;
}

.prof_box_swoosh {
	width: 202px;
	height: 47px;
	background-color: #eceff5;
	border-style: solid;
	border-top-width: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-color: #94a3c4;
}

.prof_box_swoosh_pad {
	padding-top: 10px;
}

.prof_box_bottom_back {
	width: 202px;
	background-color: #eceff5;
	color: #000000;
	font-family: arial, verdana;
	font-weight: bold;
	font-size: 11px;
	border-style: solid;
	border-top-width: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-color: #94a3c4;
}

.prof_box_bottom {
	width: 202px;
	height: 7px;
	margin-bottom: 5px;
	border-style: solid;
	border-top-width: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-color: #94a3c4;
	background-color: #eceff5;
}

.prof_box_button_back {
	width: 92px;
	height: 23px;
	cursor: pointer;
}

.prof_box_button_back_pad {
	color: #FFFFFF;
	font-family: arial, verdana;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	padding-top: 5px;
}

.mini_feed_text_top {
	width: 426px;
	height: 3px;
	background-image: url("http://www.gamersspot.com/images/mini_feed_text_top.gif");
	background-repeat: no-repeat;
}

.mini_feed_text_mid {
	width: 426px;
	min-height: 46px;
	background-color: #393737;
	color: #FFFFFF;
}

.mini_feed_text_bottom {
	width: 426px;
	height: 3px;
	background-image: url("http://www.gamersspot.com/images/mini_feed_text_bottom.gif");
	background-repeat: no-repeat;
}


.n_feed_post_box {
	width: 487px;
	min-height: 34px;
	background-color: #f2f2f2;
	border-style: solid;
	border-width: 1px;
	border-color: #919191;
	margin-bottom: 5px;
}

.n_feed_write_box {
	width: 237px;
	min-height: 26px;
}

.n_feed_post_box_pad {
	padding-top: 5px;
}

.n_feed_input_box {
	width: 225px;
	margin-left: auto;
	margin-right: auto;
}

.n_feed_box_top {
	width: 488px;
	height: 8px;
}

.n_feed_box_mid {
	width: 488px;
}

.n_feed_box_mid_pad {
}

.n_feed_box_bottom {
	width: 488px;
	height: 8px;
	margin-bottom: 5px;
}

.n_feed_box_sm_item {
	padding-left: 5px;
	padding-right: 5px;
}

.n_feed_box_sm_div_line {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
	height: 1px;
	overflow: hidden;
	background-color: #eeeeee;
}

.n_feed_box_lg_item_wrap {
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #ffffff;
}

.n_feed_box_lg_item_left {
	width: 14%;
	max-width: 14%;
	float: left;
	overflow: hidden;
}

.n_feed_box_lg_item_left_pad {
	padding-left: 5px;
}

.n_feed_box_lg_item_right {
	width: 85%;
	max-width: 85%;
	float: right;
	overflow: hidden;
}

.n_feed_box_lg_item_right_pad {
	padding-right: 5px;
}

.n_feed_box_div_line {
	width: 488px;
	background-color: #eeeeee;
	height: 1px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}

.n_feed_write_box_pad {
	padding-top: 2px;
	padding-left: 4px;
}

.like_box {
	margin-top: 2px;
	width: 95%;
	background-color: #eceff5;
	padding: 6px;
}

.link_share_box {
	width: 400px;
	border-style: solid;
	border-width: 1px;
	border-color: #bbbbbb;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}

.link_share_box_pad {
	padding: 7px;
}

.link_share_div_line {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 1px;
	overflow: hidden;
	background-color: #dfdfdf;
}

.link_share_attach_wrapper {
	width: 360px;
	height: 25px;
}

.link_share_attach_left {
	width: 297px;
	max-width: 297px;
	float: left;
	overflow: hidden;
}

.link_share_attach_right {
	width: 63px;
	max-width: 63px;
	float: right;
	overflow: hidden;
}

.link_share_input {
	height: 13px;
	border-style: solid;
	border-color: #bdc7d8;
	border-left-width: 1px;
	border-right-width: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	width: 296px;
	padding: 5px;
	color: #777777;
}

.link_thumbnail_text {
	color: #999999;
	font-size: 9px;
	line-height: 22px;
}

.link_num_thumb_text {
	font-size: 9px;
	line-height: 22px;
}

.link_no_thumbnail {
	color: #666666;
	font-weight: bold;
}

.highlight_title {
	color: #333333;
	font-weight: bold;
}

.highlight_div_line {
	height: 1px;
	width: 100%;
	margin-top: 4px;
	margin-bottom: 4px;
	background-color: #CCCCCC;
		
}

.highlight_light_div_line {
	height: 1px;
	width: 100%;
	margin-top: 4px;
	margin-bottom: 4px;
	background-color: #e6e6e6;
		
}

.feed_publish_box {
	width: 98%;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	background-color: #f7f7f7;
}

.feed_publish_box_pad {
	padding: 5px;
	color: #666666;
}

.dark_over {
	width: 100%;
	background-color: #000000;
	z-index: 2000;
	-moz-opacity: 0.4;
	filter: alpha(opacity=40);
	opacity: 0.4;
}

.login_layer {
	width: 500px;
	min-height: 300px;
	border-style: solid;
	border-width: 3px;
	border-color: #FFFFFF;
	background-color: #eceef4;
	margin-left: auto;
	margin-right: auto;
	z-index: 2001;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 10px;
}

.n_feed_box_mid a:link {text-decoration : none; color : #3B5998;}	
.n_feed_box_mid a:visited {text-decoration : none; color : #3B5998;}
.n_feed_box_mid a:hover {text-decoration : underline; color : #3B5998;}

a.fb_button_link:link {text-decoration : none; color : #333333;}     
a.fb_button_link:visited {text-decoration : none; color : #333333;}
a.fb_button_link:hover {text-decoration : underline; color : #333333;}

a.prof_yellow_link:link {text-decoration : none; color : #3B5998;}     
a.prof_yellow_link:visited {text-decoration : none; color : #3B5998;}
a.prof_yellow_link:hover {text-decoration : underline; color : #3B5998;}

a.prof_white_link:link {text-decoration : none; color : #ffffff;}     
a.prof_white_link:visited {text-decoration : none; color : #ffffff;}
a.prof_white_link:hover {text-decoration : underline; color : #ffffff;}.quiz_top_wrap {
	margin-top: 10px;
	width: 100%;
	margin-bottom: 10px;
}

.quiz_top_left {
	width: 25%;
	max-width: 25%;
	float: left;
	overflow: hidden;
}

.quiz_top_right {
	width: 75%;
	max-width: 75%;
	float: right;
	overflow: hidden;
}

.quiz_info {
	padding-top: 1px;
	color: #54a8b7;
}

.inbox_on {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #eceff5;
}

.inbox_off {
	padding-top: 10px;
	padding-bottom: 10px;
}

a.inbox_link:link {text-decoration : none; color : #000000;}	
a.inbox_link:visited {text-decoration : none; color : #000000;}
a.inbox_link:hover {text-decoration : underline; color : #000000;}
.hover {
	background-color: #99CCFF;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}

:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}

table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
strong {
	font-weight: bold;

}
em {
	font-style: italic;
}
u {
	text-decoration: underline;
}

body {
	background-color: #ffffff;
	margin: 0px;
	font-size: 11px;
	font-family: verdana, helvetica, arial;
}

.fb_tab_off {
	background-color: #d8dfea;
	color: #3B5998;
	height: 25px;
	border-style: solid;
	border-width: 1px;
	border-left-color: #d8dfea;
	border-right-color: #d8dfea;
	border-top-color: #edeff4;
	border-bottom-color: #d8dfea;
	cursor: pointer;
}

.fb_tab_on {
}

.fb_tab_over {
	background-color: #627aad;
	color: #ffffff;
	height: 25px;
	border-style: solid;
	border-width: 1px;
	border-left-color: #627aad;
	border-right-color: #627aad;
	border-top-color: #627aad;
	border-bottom-color: #627aad;
	cursor: pointer;
}

.fb_tab_pad {
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 7px;
	font-weight: bold;
}

.second_back {
	margin-left: auto;
	margin-right: auto;
}

p {
	margin-top: 5px;
	margin-bottom: 5px;
}

textarea {
	height: 150px;
	width: 80%;
}



.section-title {
	font-family: verdana, helvetica, arial;
	margin-bottom: 10px;
}

.logo_wrap {
	width: 735px;
	margin-left: auto;
	margin-right: auto;
	height: 128px;
	background-color: #edeff4;
	border-style: solid;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-color: #d8dfea;
}

.logo_left{
	width: 192px;
	max-width: 192px;
	overflow: hidden;
	float: left;
}

.logo_pad {
	padding-left: 20px;
	padding-top: 5px;
}

.logo_right {
	width: 537px;
	max-width: 537px;
	overflow: hidden;
	float: right;
}

.top_ad_zone_pad {
	padding-top: 20px;
	padding-left: 40px;
}

.content {
	width: 735px;
	margin-left: auto;
	margin-right: auto;
	min-height: 670px;
}

.content_pad {
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
}

.left {
	float: left;
	width: 48px;
	min-height: 670px;
	overflow: hidden;
}

.right {
	width: 708px;
	float: right;
	min-height: 670px;
	overflow: hidden;
}

.right_left {
	width: 490px;
	float: left;
	margin-right: 5px;
	overflow: hidden;
	min-height: 670px;
}

.right_left_pad {
	
}

.right_right {
	width: 209px;
	float: right;
	overflow: hidden;
	min-height: 670px;
}

.right_trailer_wrap {
	width: 209px;
	margin-top: 5px;
}

.right_trailer_left {
	width: 65px;
	max-width: 65px;
	float: left;
	overflow: hidden;
}

.right_trailer_right {
	width: 144px;
	max-width: 144px;
	float: right;
	overflow: hidden;
}

.right_trailer_text_back {
	width: 144px;
	height: 54px;
	background-image: url("/images/right_text_back.gif");
	background-repeat: no-repeat;
}

.right_trailer_text_back_pad {
	padding: 4px;
}

.left_nav_top {
	width: 48px;
	height: 30px;
	background-image: url("/images/left_nav_top.gif");
	background-repeat: no-repeat;
	cursor: pointer;
}

.left_nav_mid {
	width: 48px;
	min-height: 601px;
	background-image: url("/images/left_nav_mid.gif");
	background-repeat: repeat-y;
}

.left_nav_mid_pad {
	padding-left: 8px;
}

.left_nav_bottom {
	width: 48px;
	height: 10px;
	background-image: url("/images/left_nav_bottom.gif");
	background-repeat: no-repeat;
}

.left_miniapp_icon_back {
	width: 32px;
	height: 32px;
	background-image: url("/images/expanded_nav/appiconback.png");
	background-repeat: no-repeat;
}

.left_main_icon {
	margin-top: 3px;
}

.content_bottom {
	height: 9px;
	width: 729px;
	margin-left: auto;
	margin-right: auto;
}

.float_top_left {
	float: left;
	background-image: url("/images/top_nav_left.gif");
	background-repeat: no-repeat;
	width: 21px;
	height: 30px;     
}

.float_top_search {
	float: left;
	background-image: url("/images/top_nav_search.gif");
	background-repeat: no-repeat;
	width: 141px;
	height: 30px;     
}

.float_top_search_pad {
	padding-top: 10px;
	padding-left: 5px;
}

.float_top_logout {
	float: left;
	background-image: url("/images/top_nav_logout.gif");
	background-repeat: no-repeat;
	width: 46px;
	height: 30px;     
}

.float_top_logout_link{
	padding-top: 9px;
	padding-left: 1px;
}

.float_top_profile {
	float: left;
	background-image: url("/images/top_nav_profile.gif");
	background-repeat: no-repeat;
	width: 65px;
	height: 30px;     
}

.float_top_inbox {
	float: left;
	background-image: url("/images/top_nav_inbox.gif");
	background-repeat: no-repeat;
	width: 81px;
	height: 30px;     
}

.float_top_community {
	float: left;
	background-image: url("/images/top_nav_community.gif");
	background-repeat: no-repeat;
	width: 94px;
	height: 30px;     
}

.float_top_invite {
	float: left;
	background-image: url("/images/top_nav_invite_friends.gif");
	background-repeat: no-repeat;
	width: 125px;
	height: 30px;     
}

.float_addto {
	float: left;
	background-image: url("/images/top_nav_add_to.gif");
	background-repeat: no-repeat;
	width: 62px;
	height: 30px;
}

.float_icons {
	float: left;
	background-image: url("/images/top_nav_icons.gif");
	background-repeat: no-repeat;
	width: 75px;
	height: 30px;
		
}

.float_top_right {
	float: left;
	background-image: url("/images/top_nav_right.gif");
	background-repeat: no-repeat;
	width: 18px;
	height: 30px;
		
}

.top_nav {
	width: 729px;
	height: 30px;
	max-height: 30px;
	
	margin-left: auto;
	margin-right: auto;
}

.footer_nav {
	height: 17px;
	text-align: center;
}

.footer_back {
	width: 702px;
	height: 23px;
	background-color: #eceff5;
	border-style: solid;
	border-width: 1px;
	border-color: #94a3c4;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 17px;
	text-align: center;
	color: #000000;
}

.footer_pad {
	padding-top: 6px;
}



.mini_apps_top {
	width: 213px;
	height: 31px;
	background-image: url("/images/expanded_nav/miniappback_top.png");
	background-repeat: no-repeat;
	cursor: pointer;
}

.mini_apps_nav {
	width: 213px;
	height: 19px;
	background-image: url("/images/expanded_nav/miniappback_nav.png");
	background-repeat: no-repeat;
}

.mini_apps_mid {
	width: 213px;
	height: 76px;
	background-image: url("/images/expanded_nav/miniappback_mid.png");
	background-repeat: no-repeat;
}

.mini_apps_bottom {
	width: 213px;
	height: 9px;
	background-image: url("/images/expanded_nav/miniappback_bottom.png");
	background-repeat: no-repeat;
}

.ui-accordion-container {
	width: 209px;
	text-align: center;
	background-image: url("/images/expanded_nav/left_back.gif");
	background-position: 4px;
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
}

.menu-title {
	width: 209px;
	min-height: 27px;
	background-image: url("/images/expanded_nav/navitemback.png");
	background-repeat: no-repeat;
	margin-top: 4px;
	padding-top: 3px;
}

.menu-body {
	padding-top: 10px;
	text-align: left;
	padding-left: 13px;
	padding-right: 13px;
	color: #FFFFFF;
}

.friends_back {
	width: 209px;
	height: 107px;
	background-image: url("/images/expanded_nav/friendsback.png");
	background-repeat: no-repeat;
}

.left_bottom {
	width: 209px;
	height: 9px;
	background-image: url("/images/expanded_nav/navbottom.png");
	background-position: 4px;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}

.share {
	padding-left: 20px;
}



.vid_top {
	width: 47px;
	height: 29px;
	background-image: url("/images/collapsed_vid/top.gif");
	background-repeat: no-repeat;
	cursor: pointer;
}

.vid_mid {
	width: 47px;
	height: 172px;
	background-image: url("/images/collapsed_vid/mid.gif");
	background-repeat: no-repeat;
}

.vid_mid_pad {
	padding-top: 2px;
	padding-left: 6px;
}

.vid_main_icon {
	margin-top: 5px;
}

.vid_bot {
	width: 47px;
	height: 9px;
	background-image: url("/images/collapsed_vid/bottom.gif");
	background-repeat: no-repeat;
}



.title_my_apps {
	width: 489px;
	height: 25px;
	background-image: url("/images/title_my_apps.gif");
	background-repeat: no-repeat;
	margin-top: 10px;
}

.title_my_apps_left {
	width: 80%;
	float: left;
	max-width: 80%;
	overflow: hidden;
}

.title_reviews_left {
	width: 60%;
	float: left;
	max-width: 60%;
	overflow: hidden;
}

.title_my_apps_left_pad {
	padding-left: 80px;
	padding-top: 7px;
}

.title_my_apps_right {
	width: 20%;
	float: right;
	max-width: 20%;
	overflow: hidden;
}

.title_reviews_right {
	width: 40%;
	float: right;
	max-width: 40%;
	overflow: hidden;
}

.title_my_apps_right_pad {
	padding-top: 4px;
}

.title_find_games {
	width: 489px;
	height: 25px;
	background-image: url("/images/title_find_games.gif");
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

.title_find_games_pad {
	text-align: right;
	padding-right: 15px;
	padding-top: 6px;
}



.footer_text {
	font-family: helvetica;
	font-weight: bold;
}



.mini_feed_wrap {
	margin-top: 5px;
	width: 488px;
}

.mini_feed_left {
	width: 62px;
	max-width: 62px;
	float: left;
	overflow: hidden;
}

.mini_feed_right {
	width: 426px;
	max-width: 426px;
	float: right;
	overflow: hidden;
}

.mini_feed_text {
	width: 376px;
	height: 53px;
	background-image: url("/images/mini_feed_text.gif");
	background-repeat: no-repeat;
	color: #FFFFFF;
}

.mini_feed_text_pad {
	padding: 4px;
}



.miniapp_home_header {
	width: 140px;
	height: 18px;
	background-image: url("/images/miniapps/home_title.gif");
	background-repeat: no-repeat;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.miniapp_home_header_pad {
	padding-top: 3px;
	padding-left: 7px;
}



.q {
	border: none;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.quiz_answer_wrap {
	clear: both;
	width: 209px;
}

.quiz_answer_left {
	width: 138px;
	max-width: 138px;
	float: left;
	overflow: hidden;
}

.quiz_answer_right {
	width: 71px;
	max-width: 71px;
	float: right;
	overflow: hidden;
}

.quiz_answer_top {
	width: 132px;
	height: 3px;
	overflow: hidden;
	background-image: url("/images/quiz_answer_top.gif");
	background-repeat: no-repeat;
}

.quiz_answer_bottom {
	width: 132px;
	height: 3px;
	overflow: hidden;
	background-image: url("/images/quiz_answer_bottom.gif");
	background-repeat: no-repeat;
	margin-bottom: 2px;
}

.quiz_answer {
	width: 132px;
	background-color: #3f4041;
	color: #FFFFFF;
	cursor: pointer;
}

.quiz_answer_pad {
	padding-left: 2px;
}



a:link {text-decoration : none; color : #3B5998;}	
a:visited {text-decoration : none; color : #3B5998;}
a:hover {text-decoration : underline; color : #3B5998;}

a.footer_nav_link:link {text-decoration : none; color : #000000;}     
a.footer_nav_link:visited {text-decoration : none; color : #000000;}
a.footer_nav_link:hover {text-decoration : none; color : #000000;}

a.white_link:link {text-decoration : underline; color : #FFFFFF;}     
a.white_link:visited {text-decoration : underline; color : #FFFFFF;}
a.white_link:hover {text-decoration : none; color : #FFFFFF;}

a.minifeed_link:link {text-decoration : none; color : #73d1e0;}     
a.minifeed_link:visited {text-decoration : none; color : #73d1e0;}
a.minifeed_link:hover {text-decoration : underline; color : #73d1e0;}

a.more_link:link {text-decoration : none; color : #ecaf09;}     
a.more_link:visited {text-decoration : none; color : #ecaf09;}
a.more_link:hover {text-decoration : underline; color : #ecaf09;}

span.link {
	text-decoration : underline; color : #409eb2; cursor: pointer;
}
span.link:hover {
	text-decoration : none; color : #409eb2; cursor: pointer;
}



/*

	Form builder stuff

*/
div.form_row {
	padding-bottom: 7.5px;
	padding-top: 7.5px;
}
div.form_label {
	width : 175px;
	float :left;
}
input, textarea {
border: 1px solid #808080;

}

.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: 10px;
    background: #F0F6F9;
    border: 1px solid #346F97;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 350px;
    padding: 20px 40px;
}


.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  350px;
    height: 200px;
}


.jcarousel-skin-tango .jcarousel-item {
    width: 175px;
    height: 200px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

.carousel-foot {
	padding-top: 10px;
}
.carousel-footv {
	padding-top: 10px;
}
/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/images/carousel/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/images/carousel/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/images/carousel/next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/images/carousel/prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}
.screen-carousel .jcarousel-container {
    -moz-border-radius: 10px;
    background: #F0F6F9;
    border: 1px solid #346F97;
}

.screen-carousel .jcarousel-container-horizontal {
    width: 350px;
    padding: 20px 40px;
}


.screen-carousel .jcarousel-clip-horizontal {
    width:  350px;
    height: 200px;
}


.screen-carousel .jcarousel-item {
    width: 75px;
    height: 75px;
}

.screen-carousel .jcarousel-item-horizontal {
    margin-right: 10px;
}

.screen-carousel .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.screen-carousel .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/images/carousel/next-horizontal.png) no-repeat 0 0;
}

.screen-carousel .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.screen-carousel .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.screen-carousel .jcarousel-next-disabled-horizontal,
.screen-carousel .jcarousel-next-disabled-horizontal:hover,
.screen-carousel .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.screen-carousel .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/images/carousel/prev-horizontal.png) no-repeat 0 0;
}

.screen-carousel .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.screen-carousel .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.screen-carousel .jcarousel-prev-disabled-horizontal,
.screen-carousel .jcarousel-prev-disabled-horizontal:hover,
.screen-carousel .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}
.jcarousel-skin-vert .jcarousel-container {
    -moz-border-radius: 10px;
    background: #F0F6F9;
    border: 1px solid #346F97;
}

.jcarousel-skin-vert .jcarousel-container-horizontal {
    width: 350px;
}


.jcarousel-skin-vert .jcarousel-clip-horizontal {
    width:  350px;
    height: 200px;
}

.jcarousel-skin-vert .jcarousel-clip-vertical {
    width:  350px;
    height: 225px;
}

.jcarousel-skin-vert .jcarousel-item {
    width: 350px;
    height: 75px;
}

.jcarousel-skin-vert .jcarousel-item-horizontal {
    
}

.jcarousel-skin-vert .jcarousel-item-vertical {
    
}

.jcarousel-skin-vert .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}
/**
 *  Vertical Buttons
 */
.jcarousel-skin-vert .jcarousel-next-vertical {
	position: absolute;
    bottom: 5px;
    left : 195px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/images/carousel/next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-vert .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-vert .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-vert .jcarousel-next-disabled-vertical,
.jcarousel-skin-vert .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-vert .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-vert .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    bottom : 37px;
    left : 195px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/images/carousel/prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-vert .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-vert .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-vert .jcarousel-prev-disabled-vertical,
.jcarousel-skin-vert .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-vert .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}
/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    
    width: auto;
    height: auto;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}
.title_comments {
	width: 489px;
	height: 25px;
	background-image: url("/images/title_comments.gif");
	background-repeat: no-repeat;
	margin-top: 10px;
}
.title_comments_left_pad {
	padding-left: 20px;

}

.title_comments_big {
	background-image: url ("/images/title_comments_inner.gif");
	background-repeat: repeat-x;
	height: 25px;
}


.game_item {
	width: 100%;
	margin-bottom: 10px;
}

.game_image {
	width: 35%;
	max-width: 35%;
	overflow: hidden;
	float: left;
}

.game_body {
	width: 65%;
	max-width: 65%;
	overflow: hidden;
	float: right;
}

.game_title {
	font-size: 11px;
}

.game_description {
	font-size: 11px;
}


.system_checks {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	text-align: left;
}

.info_box {
	border-style: solid;
	border-width: 1px;
	width: 100%;
	border-color: #ffff00;
	background-color: #ffff99;
	text-align: center;
}

.info_box_pad {
	padding: 5px;
}

.section_button_area {
	width: 729px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2px;
	text-align: right;
}

.section_button_area_pad {
	padding-right: 10px;
}

.close_button {
	float: right;
	display: inline;
	
}

.title_reviews {
	width: 488px;
	height: 25px;
	background-color: #eceff5;
	color: #000000;
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 1px;
	border-top-color: #94a3c4;
	border-right-color: #d8dfea;
	margin-top: 10px;
}

.title_reviews_left_pad {
	padding-left: 80px;
	padding-top: 7px;
}

.title_reviews_right_pad {
	padding-top: 7px;
	text-align: right;
	padding-right: 10px;
}

.reviews_wrap {
	width: 100%;
	margin-top: 10px;
}

.reviews_left {
	width: 14%;
	max-width: 14%;
	float: left;
	overflow: hidden;
}

.reviews_right {
	width: 85%;
	max-width: 85%;
	float: right;
	overflow: hidden;
}

.rev_cont_on {
	background-color: #eceff5;
	padding: 5px;
	text-align: left;
}

.rev_cont_off {
	padding: 5px;
	text-align: left;
}

.rev_cont_left {
	width: 50%;
	max-width: 50%;
	float: left;
	overflow: hidden;
}

.rev_cont_right {
	width: 50%;
	max-width: 50%;
	float: left;
	overflow: hidden;
	text-align: right;
}

.title_blank {
	width: 488px;
	height: 25px;
	background-color: #eceff5;
	color: #000000;
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 1px;
	border-top-color: #94a3c4;
	border-right-color: #d8dfea;
	margin-top: 10px;
}
.title_blankv {
	width: 188px;
	height: 25px;
	background-color: #eceff5;
	color: #000000;
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 1px;
	border-top-color: #94a3c4;
	border-right-color: #d8dfea;
	margin-top: 10px;
}

.app_wrapper {
	width: 489px;
	margin-bottom: 10px;
}

.app_left {
	width: 142px;
	max-width: 142px;
	float: left;
	overflow: hidden;
	text-align: center;
}

.app_right {
	width: 346px;
	max-width: 346px;
	float: right;
	overflow: hidden;
}

.title_my_video_games {
	width: 489px;
	height: 36px;
	background-image: url("http://www.gamersspot.com/images/title_my_video_games.gif");
	background-repeat: no-repeat;
	margin-top: 10px;
}


.error_wrap {
	margin-left: auto;
	margin-right: auto;
	width: 329px;
}

.error_top {
	width: 329px;
	height: 10px;
	background-image: url("/images/error_top.gif");
}

.error_bottom {
	width: 329px;
	height: 7px;
	background-image: url("/images/error_bottom.gif");
}

.error_content {
	width: 329px;
	background-color: #50a3b2;
}

.error_pad {
	padding: 10px;
	color: #FFFFFF;
}

.error_title {
	text-align: center;
}

.error_ok {
	text-align: center;
}


.n_right_box_top {
	width: 202px;
	height: 7px;
	border-style: solid;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-color: #94a3c4;
	background-color: #eceff5;
	margin-left: auto;
	margin-right: auto;
}

.n_right_box_mid {
	width: 202px;
	min-height: 236px;
	border-style: solid;
	border-top-width: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-color: #94a3c4;
	background-color: #eceff5;
	margin-left: auto;
	margin-right: auto;
}

.n_right_box_bottom {
	width: 202px;
	height: 7px;
	border-style: solid;
	border-top-width: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-color: #94a3c4;
	background-color: #eceff5;
	margin-left: auto;
	margin-right: auto;
}

.n_quiz_answer {
	width: 149px;
	min-height: 20px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #94a3c4;
}

.n_quiz_answer_pad {
	padding-top: 4px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
}



.sa_banner_wrap {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
}

.sa_banner_left {
	width: 439px;
	max-width: 439px;
	float: left;
	overflow: hidden;
	background-image: url("/images/standalone/banner_left.jpg");
	background-repeat: no-repeat;
	height: 275px;
}

.sa_banner_right {
	width: 281px;
	max-width: 281px;
	float: right;
	overflow: hidden;
	background-image: url("/images/standalone/banner_right.jpg");
	background-repeat: no-repeat;
	height: 275px;
}

.sa_banner_right_pad {
	padding-top: 50px;
}

.sa_signup_wrap {
	width: 100%;
	margin-top: 5px;
}

.sa_signup_left {
	width: 44%;
	max-width: 44%;
	overflow: hidden;
	float: left;
}

.sa_signup_left_pad {
	padding-right: 10px;
	text-align: right;
}

.sa_signup_right {
	width: 55%;
	max-width: 55%;
	overflow: hidden;
	float: right;
}

.sa_signup_wrap_yellow {
	width: 100%;
	padding-top: 10px;
}

.sa_signup_left_yellow {
	width: 44%;
	max-width: 44%;
	overflow: hidden;
	float: left;
}

.sa_signup_left_pad_yellow {
	padding-right: 10px;
	text-align: right;
}

.sa_signup_right_yellow {
	width: 55%;
	max-width: 55%;
	overflow: hidden;
	float: right;
	text-align: left;
}

.sa_submit {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.sa_banner_bottom {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
}

.sa_input {
	border-style: solid;
	border-width: 1px;
	border-color: #121e6d;
	width: 130px;
}

.sa_input_yellow {
	border-style: solid;
	border-width: 1px;
	border-color: #121e6d;
	width: 100px;
}

.sa_mid_back {
	width: 718px;
	height: 342px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("/images/standalone/mid_back.jpg");
	background-repeat: no-repeat;
}

.sa_mid_wrap {
	width: 100%;
}

.sa_mid_left {
	width: 49%;
	max-width: 49%;
	float: left;
	overflow: hidden;
}

.sa_mid_right {
	width: 49%;
	max-width: 49%;
	float: right;
	overflow: hidden;
}

.sa_mid_right_pad {
	padding-top: 27px;
	padding-left: 60px;
}

.sa_mid_swish {
	margin-top: 10px;
	width: 718px;
	height: 263px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("/images/standalone/mid_swish.jpg");
	background-repeat: no-repeat;
}

.sa_swish_box {
	width: 222px;
	height: 255px;
	background-image: url("/images/standalone/box_back.jpg");
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}

.sa_signup_box {
	text-align: right;
	width: 720px;
	margin-left: auto;
	margin-right: auto;
}

.sa_signup_box_yellow {
	width: 208px;
	background-color: #efbd33;
	margin-left: auto;
	margin-right: 45px;
}

.sa_signup_button {
	text-align: right;
	width: 720px;
	margin-left: auto;
	margin-right: auto;
}

.sa_signup_button_pad {
	padding-right: 45px;
}

.carousel_left {
	width: 24px;
	height: 117px;
	background-image: url("/images/evolution/carousel_left.gif");
	background-repeat: no-repeat;
	cursor: pointer;
}

.carousel_right {
	width: 24px;
	height: 117px;
	background-image: url("/images/evolution/carousel_right.gif");
	background-repeat: no-repeat;
	cursor: pointer;
}

.carousel_up {
	width: 117px;
	height: 24px;
	background : center;
	margin-left: auto;
	margin-right:auto;
	background-image: url("/images/evolution/carousel_up.gif");
	background-repeat: no-repeat;
	cursor: pointer;
}

.carousel_down {
	width: 117px;
	height: 24px;
	background : center;
	margin-left: auto;
	margin-right:auto;
	background-image: url("/images/evolution/carousel_down.gif");
	background-repeat: no-repeat;
	cursor: pointer;
}

.carousel_mid {
	vertical-align: middle;
	height: 117px;
	background-color: #eceff5;
}

.carousel_mid_vert {
	vertical-align: middle;
	height: 117px;
	width: 117px;
	background-color: #eceff5;
}@charset "UTF-8";


.flexigrid
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: relative;
	border: 0px solid #eee;
	overflow: hidden;
	color: #000;
     
	}

	.flexigrid.hideBody
		{
		height: 26px !important;
		border-bottom: 1px solid #ccc;
		}

	.ie6fullwidthbug
		{
		border-right: 0px solid #ccc;
		padding-right: 2px;	
		}

.flexigrid div.nDiv
	{
	background: #eee url(/images/flexgrid/line.gif) repeat-y -1px top;
	border: 1px solid #ccc;
	border-top: 0px;
	overflow: auto;
	left: 0px;
	position: absolute;
	z-index: 999;
	float: left;
	}

	.flexigrid div.nDiv table
		{
		margin: 2px;
		}

.flexigrid div.hDivBox
	{
	float: left; 
	padding-right: 40px;
	}

.flexigrid div.bDiv table
	{
	margin-bottom: 10px;
	}
	
	.flexigrid div.bDiv table.autoht
		{
		border-bottom: 0px;
		margin-bottom: 0px;
		}
	
.flexigrid div.nDiv td
	{
	padding: 2px 3px;
	border: 1px solid #eee;
	cursor: default;
	}

.flexigrid div.nDiv tr:hover td, .flexigrid div.nDiv tr.ndcolover td
	{
	background: #d5effc url(/images/flexgrid/hl.png) repeat-x top;
	border: 1px solid #a8d8eb;
	}
	
	.flexigrid div.nDiv td.ndcol1
		{
		border-right: 1px solid #ccc;
		}
		
	.flexigrid div.nDiv td.ndcol2
		{
		border-left: 1px solid #fff;
		padding-right: 10px;
		}

	.flexigrid div.nDiv tr:hover td.ndcol1, .flexigrid div.nDiv tr.ndcolover td.ndcol1
		{
		border-right: 1px solid #d2e3ec;
		}
		
	.flexigrid div.nDiv tr:hover td.ndcol2, .flexigrid div.nDiv tr.ndcolover td.ndcol2
		{
		border-left: 1px solid #eef8ff;
		}
	
	.flexigrid div.nBtn
		{
		position: absolute;
		height: 24px;
		width: 14px;
		z-index: 900;
		background: #fafafa url(/images/flexgrid/fhbg.gif) repeat-x bottom;
		border: 0px solid #ccc;
		border-left: 1px solid #ccc;
		top: 0px;
		left: 0px;
		margin-top: 1px;
		cursor: pointer;
		display: none;
		}
		
		.flexigrid div.nBtn div
			{
			height: 24px;
			width: 12px;
			border-left: 1px solid #fff;
			float: left;
			background: url(/images/flexgrid/ddn.png) no-repeat center;
			}		
		
		.flexigrid div.nBtn.srtd
			{
			background: url(/images/flexgrid/wbg.gif) repeat-x 0px -1px;
			}
		

.flexigrid div.mDiv
	{
	background: url(/images/flexgrid/wbg.gif) repeat-x top;
	border: 1px solid #ccc;
	border-bottom: 0px;
	border-top: 0px;
	font-weight: bold;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	}

.flexigrid div.mDiv div
	{
	padding: 6px;
	white-space: nowrap;
	}
	
		.flexigrid div.mDiv div.ptogtitle
			{
			position: absolute;
			top: 4px;
			right: 3px;
			padding: 0px;
			height: 16px;
			width: 16px;
			overflow: hidden;
			border: 1px solid #ccc;
			cursor: pointer;
			}

			.flexigrid div.mDiv div.ptogtitle:hover
			{
			background-position: left -2px;
			border-color: #bbb;
			}
			
			.flexigrid div.mDiv div.ptogtitle span
			{
			display: block;
			border-left: 1px solid #eee;
			border-top: 1px solid #fff;
			border-bottom: 1px solid #ddd;
			width: 14px;
			height: 14px;
			background: url(/images/flexgrid/uup.png) no-repeat center;
			}
			
			.flexigrid div.mDiv div.ptogtitle.vsble span
			{
			background: url(/images/flexgrid/ddn.png) no-repeat center;			
			}			

.flexigrid div.tDiv 
	{
	background: #fafafa url(/images/flexgrid/bg.gif) repeat-x top;
	position: relative;			
	border: 1px solid #ccc;
	border-bottom: 0px;
	overflow: hidden;
	}

	.flexigrid div.tDiv2
		{
		float: left;
		clear: both;
		padding: 1px;
		}

.flexigrid div.sDiv 
	{
	background: #fafafa url(/images/flexgrid/bg.gif) repeat-x top;
	position: relative;
	border: 1px solid #ccc;
	border-top: 0px;
	overflow: hidden;
	display: none;
	}

	.flexigrid div.sDiv2
		{
		float: left;
		clear: both;
		padding: 5px;
		padding-left: 5px;
		width: 1024px;
		}

		.flexigrid div.sDiv2 input, .flexigrid div.sDiv2 select
		{
		vertical-align: middle;
		}
			
	.flexigrid div.btnseparator
		{
		float: left;
		height: 22px;
		border-left: 1px solid #ccc;
		border-right: 1px solid #fff;
		margin: 1px;
		}
	
	.flexigrid div.fbutton
		{
			float: left;
			display: block;
			cursor: pointer;
			padding: 1px;
		}

	.flexigrid div.fbutton div
		{
			float: left;
			padding: 1px 3px;
		}		
		
	.flexigrid div.fbutton span
		{
		float: left;
		display: block;
		padding: 3px;
		}

	.flexigrid div.fbutton:hover, .flexigrid div.fbutton.fbOver
		{
			padding: 0px;
			border: 1px solid #ccc;
		}

	.flexigrid div.fbutton:hover div, .flexigrid div.fbutton.fbOver div
		{
			padding: 0px 2px;
			border-left: 1px solid #fff;
			border-top: 1px solid #fff;
			border-right: 1px solid #eee;
			border-bottom: 1px solid #eee;
		}		
		
	


.flexigrid div.hDiv
	{
	background: #fafafa url(/images/flexgrid/fhbg.gif) repeat-x bottom;
	position: relative;
	border: 1px solid #ccc;
	border-bottom: 0px;
	overflow: hidden;
	}	

.flexigrid div.hDiv table
	{
	border-right: 1px solid #fff;
	}

	.flexigrid div.cDrag
		{
		float: left;
		position: absolute;
		z-index: 2;
		overflow: visible;
		}

		.flexigrid div.cDrag div
			{
			float: left;
			background: none;
			display: block;
			position: absolute;
			height: 24px;
			width: 5px;
			cursor: col-resize;
			}
			
		.flexigrid div.cDrag div:hover, .flexigrid div.cDrag div.dragging
			{
			background: url(/images/flexgrid/line.gif) repeat-y 2px center;
			}

.flexigrid div.iDiv
	{
		border: 1px solid #316ac5;
		position: absolute;
		overflow: visible;
		background: none;
	}
	
	.flexigrid div.iDiv input, .flexigrid div.iDiv select, .flexigrid div.iDiv textarea
		{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		}
		
	.flexigrid div.iDiv input.tb
		{
		border: 0px;
		padding: 0px;
		width: 100%;
		height: 100%;
		padding: 0px;
		background: none;
		}			
					
.flexigrid div.bDiv
	{
	border: 1px solid #ccc;
	border-top: 0px;
	background: #fff;
	overflow: auto;
	position: relative;
	}
	
.flexigrid div.bDiv table
	{
	border-bottom: 1px solid #ccc;
	}
	
	.flexigrid div.hGrip
	{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 5px;
	width: 5px;
	background: url(/images/flexgrid/line.gif) repeat-x center;
	margin-right: 1px;
	cursor: col-resize;
	}
	
		.flexigrid div.hGrip:hover, .flexigrid div.hGrip.hgOver
			{
				border-right: 1px solid #999;				
				margin-right: 0px;
			}
	
	.flexigrid div.vGrip
		{
		height: 5px;
		overflow: hidden;
		position: relative;
		background: #fafafa url(/images/flexgrid/wbg.gif) repeat-x 0px -1px;
		border: 1px solid #ccc;
		border-top: 0px;
		text-align: center;
		cursor: row-resize;
		}
			
			.flexigrid div.vGrip span
					{
					display: block;
					margin: 1px auto;
					width: 20px;
					height: 1px;
					overflow: hidden;
					border-top: 1px solid #aaa;
					border-bottom: 1px solid #aaa;	
					background: none;
					}

.flexigrid div.hDiv th, .flexigrid  div.bDiv td  
	{
	text-align: left;
	border-right: 1px solid #ddd;
	border-left: 1px solid #fff;
	overflow: hidden;
	vertical-align: top !important;
	}

		.flexigrid div.hDiv th div, .flexigrid  div.bDiv td  div, div.colCopy div
			{
			padding: 5px;
			border-left: 0px solid #fff;
			}

.flexigrid div.hDiv th, div.colCopy
	{
	font-weight: normal;
	height: 24px;
	cursor: default;
	white-space: nowrap;
	overflow: hidden;
	}	

div.colCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #fafafa url(/images/flexgrid/fhbg.gif) repeat-x bottom;
	border: 1px solid #ccc;
	border-bottom: 0px;
	overflow: hidden;
	}

.flexigrid div.hDiv th.sorted
	{
	background: url(/images/flexgrid/wbg.gif) repeat-x 0px -1px;
	border-bottom: 0px solid #ccc;
	}
	
	.flexigrid div.hDiv th.thOver
	{
	}

	.flexigrid div.hDiv th.thOver div, .flexigrid div.hDiv th.sorted.thOver div
	{
	border-bottom: 1px solid orange;
	padding-bottom: 4px;
	}
	
	.flexigrid div.hDiv th.sorted div
	{
	border-bottom: 0px solid #ccc;
	padding-bottom: 5px;
	}

	.flexigrid div.hDiv th.thMove
	{
	background: #fff;
	color: #fff;
	}
	
	.flexigrid div.hDiv th.sorted.thMove div
		{
		border-bottom: 1px solid #fff;
		padding-bottom: 4px
		}
	
	.flexigrid div.hDiv th.thMove div
	{
		background: #fff !important;
	}	
	
	.flexigrid div.hDiv th div.sdesc
		{
		background: url(/images/flexgrid/dn.png) no-repeat center top;
		}	

	.flexigrid div.hDiv th div.sasc
		{
		background: url(/images/flexgrid/up.png) no-repeat center top;
		}	
		
.flexigrid div.bDiv td
	{
	border-bottom: 1px solid #fff;
	vertical-align: top;
	white-space: nowrap;
	}

		.flexigrid div.hDiv th div
			{
			}
			
			.flexigrid span.cdropleft
			{
			display: block;
			background: url(/images/flexgrid/prev.gif) no-repeat -4px center;
			width: 24px;
			height: 24px;
			position: relative;
			top: -24px;
			margin-bottom: -24px;
			z-index: 3;
			}

			.flexigrid div.hDiv span.cdropright
			{
			display: block;
			background: url(/images/flexgrid/next.gif) no-repeat 12px center;
			width: 24px;
			height: 24px;
			float: right;
			position: relative;
			top: -24px;
			margin-bottom: -24px;
			}


		.flexigrid div.bDiv td div
			{
			border-top: 0px solid #fff;
			padding-bottom: 4px;
			}
	
				
		.flexigrid tr td.sorted
				{
				background: #f3f3f3;
				border-right: 1px solid #ddd;
				border-bottom: 1px solid #f3f3f3;
				}		

				.flexigrid tr td.sorted div
					{
					}


		.flexigrid tr.erow td
				{
				background: #f7f7f7;
				border-bottom: 1px solid #f7f7f7;
				}
				
		.flexigrid tr.erow td.sorted
				{
				background: #e3e3e3;
				border-bottom: 1px solid #e3e3e3;
				}						

				.flexigrid tr.erow td.sorted div
					{
					}

		.flexigrid div.bDiv tr:hover td, 
		.flexigrid div.bDiv tr:hover td.sorted,
		.flexigrid div.bDiv tr.trOver td.sorted, 
		.flexigrid div.bDiv tr.trOver td
			{
			background: #d9ebf5;
			border-left: 1px solid #eef8ff;
			border-bottom: 1px dotted #a8d8eb;
			}
					
		.flexigrid div.bDiv tr.trSelected:hover td, 
		.flexigrid div.bDiv tr.trSelected:hover td.sorted,
		.flexigrid div.bDiv tr.trOver.trSelected td.sorted, 
		.flexigrid div.bDiv tr.trOver.trSelected td,
		.flexigrid tr.trSelected td.sorted, 
		.flexigrid tr.trSelected td
			{
			background: #d5effc url(/images/flexgrid/hl.png) repeat-x top;
			border-right: 1px solid #d2e3ec;
			border-left: 1px solid #eef8ff;
			border-bottom: 1px solid #a8d8eb;
			}

	

	.flexigrid.novstripe .bDiv table
	{
		border-bottom: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}

	.flexigrid.novstripe  div.bDiv td  
		{
		border-right-color: #fff;
		}
		
	.flexigrid.novstripe div.bDiv tr.erow td.sorted
		{
		border-right-color: #e3e3e3;
		}

	.flexigrid.novstripe div.bDiv tr td.sorted
		{
		border-right-color: #f3f3f3;
		}

	.flexigrid.novstripe  div.bDiv tr.erow td  
		{
		border-right-color: #f7f7f7;
		border-left-color: #f7f7f7;
		}
		
		.flexigrid.novstripe div.bDiv tr.trSelected:hover td, 
		.flexigrid.novstripe div.bDiv tr.trSelected:hover td.sorted,
		.flexigrid.novstripe div.bDiv tr.trOver.trSelected td.sorted, 
		.flexigrid.novstripe div.bDiv tr.trOver.trSelected td,
		.flexigrid.novstripe tr.trSelected td.sorted, 
		.flexigrid.novstripe tr.trSelected td
			{
			border-right: 1px solid #0066FF;
			border-left: 1px solid #0066FF;
			}		

	.flexigrid.novstripe div.bDiv tr.trOver td, .flexigrid.novstripe div.bDiv tr:hover td
		{
		border-left-color: #d9ebf5;
		border-right-color: #d9ebf5;
		}

	

.flexigrid div.pDiv
	{
	background: url(/images/flexgrid/wbg.gif) repeat-x 0 -1px;
	border: 1px solid #ccc;
	border-top: 0px;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	}

.flexigrid div.pDiv div.pDiv2
	{
	margin: 3px;
	margin-left: -2px;
	float: left;
	width: 1024px;
	}	
	
	div.pGroup
		{
		float: left;
		background: none;
		height: 24px;
		margin: 0px 5px;
		}
	
	.flexigrid div.pDiv .pPageStat, .flexigrid div.pDiv .pcontrol
		{
		position: relative;

		top: 5px;
		overflow: visible;
		}
		
	.flexigrid div.pDiv input
		{
		vertical-align: text-top;
		position: relative;
		top: -5px;
		}
	
	.flexigrid div.pDiv  div.pButton
		{
		float: left;
		width: 22px;
		height: 22px;
		border: 0px;
		cursor: pointer;
		overflow: hidden;
		}

		.flexigrid div.pDiv  div.pButton:hover, .flexigrid div.pDiv  div.pButton.pBtnOver
			{
			width: 20px;
			height: 20px;
			border: 1px solid #ccc;
			cursor: pointer;
			}
		
	.flexigrid div.pDiv  div.pButton span
		{
		width: 20px;
		height: 20px;
		display: block;
		float: left;
		}		
	
		.flexigrid div.pDiv  div.pButton:hover span, .flexigrid div.pDiv  div.pButton.pBtnOver span
			{
			width: 19px;
			height: 19px;
			border-top: 1px solid #fff;
			border-left: 1px solid #fff;
			}		
		

		.flexigrid .pSearch
			{
			background: url(/images/flexgrid/magnifier.png) no-repeat center;
			}
	
		.flexigrid .pFirst
			{
			background: url(/images/flexgrid/first.gif) no-repeat center;
			}
			
		.flexigrid .pPrev
			{
			background: url(/images/flexgrid/prev.gif) no-repeat center;
			}

		.flexigrid .pNext
			{
			background: url(/images/flexgrid/next.gif) no-repeat center;
			}

		.flexigrid .pLast
			{
			background: url(/images/flexgrid/last.gif) no-repeat center;
			}
			
		.flexigrid .pReload
			{
			background: url(/images/flexgrid/load.png) no-repeat center;
			}
			
		.flexigrid .pReload.loading
			{
			background: url(/images/flexgrid/load.gif) no-repeat center;
			}															


			
		.flexigrid.ie div.hDiv th div, .flexigrid.ie  div.bDiv td  div, div.colCopy.ie div
			{
			overflow: hidden;
			}			
		.title_discussion {
	width: 489px;
	height: 36px;
	background-image: url("/images/title_discussions.gif");
	background-repeat: no-repeat;
}

.title_blogs {
	width: 489px;
	height: 36px;
	background-image: url("/images/title_member_blogs.gif");
	background-repeat: no-repeat;
	margin-top: 10px;
}

.add {
	margin-top: 10px;
}

.post_wrapper {
	width: 438px;
	margin-top: 5px;
}

.post_left {
	width: 62px;
	max-width: 62px;
	overflow: hidden;
	float: left;
}

.post_right {
	width: 376px;
	max-width: 376px;
	overflow: hidden;
	float: right;
}

.post_back {
	width: 376px;
	height: 37px;
	background-image: url("/images/discussions_back.gif");
	background-repeat: no-repeat;
}

.post_text {
	padding-left: 4px;
	padding-top: 4px;
}

.post_bottom_community {
	margin-top: 4px;
	color: #3b5998;
}

.post_link {
	float: right;
	padding-top: 22px;
	padding-right: 4px;
}

.title_discussions_left_pad {
	padding-left: 105px;
	padding-top: 6px;
}

.title_blogs_left_pad {
	padding-left: 125px;
	padding-top: 6px;
}

.title_reviews_left_pad {
	padding-left: 140px;
	padding-top: 6px;
}

a.comm_link:link {text-decoration : underline; color : #3B5998;}	
a.comm_link:visited {text-decoration : underline; color : #3B5998;}
a.comm_link:hover {text-decoration : none; color : #3B5998;}.gamepage_consoles {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	color: #4096a7;
	line-height: 25px;
}


a.gp_console_link:link {text-decoration : none; color : #FFFFFF; padding: 2px; background-color: #393737; border-style: solid; border-width: 1px; border-color: #317c8c;}	
a.gp_console_link:visited {text-decoration : none; color : #FFFFFF; padding: 2px; background-color: #393737; border-style: solid; border-width: 1px; border-color: #317c8c;}
a.gp_console_link:hover {text-decoration : underline; color : #FFFFFF; padding: 2px; background-color: #393737; border-style: solid; border-width: 1px; border-color: #317c8c;}

a.gp_console_link_off:link {text-decoration : none; color : #317c8c; padding: 2px; background-color: #FFFFFF; border-style: solid; border-width: 1px; border-color: #FFFFFF;}	
a.gp_console_link_off:visited {text-decoration : none; color : #317c8c; padding: 2px; background-color: #FFFFFF; border-style: solid; border-width: 1px; border-color: #FFFFFF;}
a.gp_console_link_off:hover {text-decoration : underline; color : #317c8c; padding: 2px; background-color: #FFFFFF; border-style: solid; border-width: 1px; border-color: #FFFFFF;}.app_title {
	width: 346px;
	height: 25px;
	background-color: #eceff5;
	color: #000000;
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 1px;
	border-top-color: #94a3c4;
	border-right-color: #d8dfea;
	margin-bottom: 10px;
}

.app_title_pad {
	padding-left: 10px;
	padding-top: 6px;
	font-weight: bold;
	color: #000000;
}

.app_buttons {
	margin-top: 10px;
}

a.miniapp_link:link {text-decoration : none; color : #4898a7;}	
a.miniapp_link:visited {text-decoration : none; color : #4898a7;}
a.miniapp_link:hover {text-decoration : underline; color : #4898a7;}.news_heading {
	font-size: 16px;
	margin-bottom: 5px;
}

.news_sub_heading {
	font-size: 14px;
	margin-bottom: 5px;
}

.news_credits {
	font-size: 12px;
	margin-bottom: 5px;
}

.news_story {
	margin-top: 10px;
	margin-bottom: 10px;
}

.news_icon_list {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
}

.comments_wrap {
	width: 100%;
	margin-top: 10px;
}

.comments_left {
	width: 10%;
	max-width: 10%;
	float: left;
	overflow: hidden;
}

.comments_right {
	width: 90%;
	max-width: 90%;
	float: right;
	overflow: hidden;
}

.comments_div {
	width: 98%;
	border-style: solid;
	border-width: 1px;
	border-color: #d8dfea;
	height: 20px;
	background-color: #edeff4;
	margin-top: 10px;
}

.title_news {
	width: 489px;
	height: 36px;
	background-image: url("/images/title_news.gif");
	background-repeat: no-repeat;
	margin-top: 10px;
}

.dest_news_overall {
	margin-top: 10px;
	font-family: verdana, helvetica, arial;
	font-size: 11px;
	width: 489px;
	overflow: hidden;
}
.dest_news_title {
	font-weight: bold;
	font-size: 14px;
}
.dest_news_wrapper {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.dest_news_left {
	width: 50%;
	max-width: 50%;
	overflow: hidden;
	float: left;
}
.dest_news_right {
	width: 50%;
	max-width: 50%;
	overflow: hidden;
	float: right;
	text-align: right;
}
.dest_news_content {
}
.dest_news_date {
	font-weight: bold;
	text-align: right;
	margin-bottom: 3px;
}

a.news_side_link:link {text-decoration : underline; color : #000000;}	
a.news_side_link:visited {text-decoration : none; color : #000000;}
a.news_side_link:hover {text-decoration : none; color : #000000;}

a.news_link:link {text-decoration : underline; color : #409eb2;}	
a.news_link:visited {text-decoration : none; color : #409eb2;}
a.news_link:hover {text-decoration : none; color : #409eb2;}

input.trailer_search {
	width: 150px;
	height: 23px;
	max-height: 23px;
	overflow: hidden;
	background-image: url("/images/search/back.gif");
	background-repeat: no-repeat;
	border: none;
	margin: 0px;
}

input.game_search {
	width: 150px;
	height: 19px;
	max-height: 19px;
	overflow: hidden;
	background-image: url("/images/search/game_back.gif");
	background-repeat: no-repeat;
	border: none;
	margin: 0px;
}




/*
.left {
	float: left;
	width: 48px;
	min-height: 670px;
}

.right {
	width: 657px;
	float: right;
	min-height: 670px;
}

.right_left {
	width: 448px;
	
	min-height: 670px;
}
*/
.right_left_pad {
	
}

.right_right {
	width: 209px;
	float: right;
	min-height: 670px;
}

.right_trailer_wrap {
	width: 209px;
	margin-top: 5px;
}

.right_trailer_left {
	width: 65px;
	max-width: 65px;
	float: left;
	overflow: hidden;
}

.right_trailer_right {
	width: 144px;
	max-width: 144px;
	float: right;
	overflow: hidden;
}

.right_trailer_text_back {
	width: 144px;
	height: 54px;
	background-image: url("/images/right_text_back.gif");
	background-repeat: no-repeat;
}

.right_trailer_text_back_pad {
	padding: 4px;
}

.left_nav_top {
	width: 48px;
	height: 30px;
	background-image: url("/images/left_nav_top.gif");
	background-repeat: no-repeat;
	cursor: pointer;
}

.left_nav_mid {
	width: 48px;
	min-height: 601px;
	background-image: url("/images/left_nav_mid.gif");
	background-repeat: repeat-y;
}

.left_nav_mid_pad {
	padding-left: 8px;
}

.left_nav_bottom {
	width: 48px;
	height: 10px;
	background-image: url("/images/left_nav_bottom.gif");
	background-repeat: no-repeat;
}

.left_miniapp_icon_back {
	width: 32px;
	height: 32px;
	background-image: url("/images/expanded_nav/appiconback.png");
	background-repeat: no-repeat;
}

.left_main_icon {
	margin-top: 3px;
}

.float_top_left {
	float: left;
	background-image: url("/images/top_nav_left.gif");
	background-repeat: no-repeat;
	width: 21px;
	height: 30px;	
}

.float_top_search {
	float: left;
	background-image: url("/images/top_nav_search.gif");
	background-repeat: no-repeat;
	width: 141px;
	height: 30px;	
}

.float_top_search_pad {
	padding-top: 10px;
	padding-left: 5px;
}

.float_top_logout {
	float: left;
	background-image: url("/images/top_nav_logout.gif");
	background-repeat: no-repeat;
	width: 46px;
	height: 30px;	
}

.float_top_logout_link{
	padding-top: 9px;
	padding-left: 4px;
}

.float_top_profile {
	float: left;
	background-image: url("/images/top_nav_profile.gif");
	background-repeat: no-repeat;
	width: 65px;
	height: 30px;	
}

.float_top_inbox {
	float: left;
	background-image: url("/images/top_nav_inbox.gif");
	background-repeat: no-repeat;
	width: 81px;
	height: 30px;	
}

.float_top_community {
	float: left;
	background-image: url("/images/top_nav_community.gif");
	background-repeat: no-repeat;
	width: 94px;
	height: 30px;	
}

.float_top_invite {
	float: left;
	background-image: url("/images/top_nav_invite_friends.gif");
	background-repeat: no-repeat;
	width: 125px;
	height: 30px;	
}

.float_addto {
	float: left;
	background-image: url("/images/top_nav_add_to.gif");
	background-repeat: no-repeat;
	width: 62px;
	height: 30px;
}

.float_icons {
	float: left;
	background-image: url("/images/top_nav_icons.gif");
	background-repeat: no-repeat;
	width: 75px;
	height: 30px;
		
}

.float_top_right {
	float: left;
	background-image: url("/images/top_nav_right.gif");
	background-repeat: no-repeat;
	width: 18px;
	height: 30px;
		
}

.footer_nav {
	height: 17px;
	text-align: center;
}

.footer_pad {
	padding-top: 6px;
}



.mini_apps_top {
	width: 213px;
	height: 31px;
	background-image: url("/images/expanded_nav/miniappback_top.png");
	background-repeat: no-repeat;
	cursor: pointer;
}

.mini_apps_nav {
	width: 213px;
	height: 19px;
	background-image: url("/images/expanded_nav/miniappback_nav.png");
	background-repeat: no-repeat;
}

.mini_apps_mid {
	width: 213px;
	height: 76px;
	background-image: url("/images/expanded_nav/miniappback_mid.png");
	background-repeat: no-repeat;
}

.mini_apps_bottom {
	width: 213px;
	height: 9px;
	background-image: url("/images/expanded_nav/miniappback_bottom.png");
	background-repeat: no-repeat;
}

.ui-accordion-container {
	width: 209px;
	text-align: center;
	background-image: url("/images/expanded_nav/left_back.gif");
	background-position: 4px;
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
}

.menu-title {
	width: 209px;
	min-height: 27px;
	background-image: url("/images/expanded_nav/navitemback.png");
	background-repeat: no-repeat;
	margin-top: 4px;
	padding-top: 3px;
}

.menu-body {
	padding-top: 10px;
	text-align: left;
	padding-left: 13px;
	padding-right: 13px;
	color: #FFFFFF;
}

.friends_back {
	width: 209px;
	height: 107px;
	background-image: url("/images/expanded_nav/friendsback.png");
	background-repeat: no-repeat;
}

.left_bottom {
	width: 209px;
	height: 9px;
	background-image: url("/images/expanded_nav/navbottom.png");
	background-position: 4px;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}

.share {
	padding-left: 20px;
}



.vid_top {
	width: 47px;
	height: 29px;
	background-image: url("/images/collapsed_vid/top.gif");
	background-repeat: no-repeat;
	cursor: pointer;
}

.vid_mid {
	width: 47px;
	height: 172px;
	background-image: url("/images/collapsed_vid/mid.gif");
	background-repeat: no-repeat;
}

.vid_mid_pad {
	padding-top: 2px;
	padding-left: 6px;
}

.vid_main_icon {
	margin-top: 5px;
}

.vid_bot {
	width: 47px;
	height: 9px;
	background-image: url("/images/collapsed_vid/bottom.gif");
	background-repeat: no-repeat;
}



.title_my_apps {
	width: 489px;
	height: 25px;
	background-image: url("/images/title_my_apps.gif");
	background-repeat: no-repeat;
	margin-top: 10px;
}



.title_my_video_games_left_pad {
	padding-left: 135px;
	padding-top: 7px;
}



.trailer_now_playing_text{
	color: #FFFFFF;
	margin-top: 5px;
}

.trailer_title_text{
	font-weight: bold;
	font-size: 12px;
	margin-top: 5px;
}

.trailer_date_text{
	margin-top: 5px;
}

.trailer_comments_text{
	margin-top: 2px;
}

.trailer_preview_image {
	margin-top: 5px;
}

.mini_feed_text_pad {
	padding: 4px;
}

.feed_see_more {
	margin-top: 10px;
	width: 100%;
	min-height: 25px;
	background-color: #eceff5;
}

.feed_see_more_left {
	width: 50%;
	max-width: 50%;
	float: left;
	overflow: hidden;
}

.feed_see_more_left_pad {
	padding-left: 25px;
	padding-top: 7px;
}

.feed_see_more_right {
	width: 50%;
	max-width: 50%;
	float: right;
	overflow: hidden;
}

.feed_see_more_right_pad {
	padding-right: 10px;
	padding-top: 7px;
	text-align: right;
}

.see_more_indicator {
	visibility: hidden;
}



.miniapp_home_header {
	width: 140px;
	height: 18px;
	background-image: url("/images/miniapps/home_title.gif");
	background-repeat: no-repeat;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.miniapp_home_header_pad {
	padding-top: 3px;
	padding-left: 7px;
}



.q {
	border: none;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.quiz_answer_wrap {
	clear: both;
	width: 209px;
}

.quiz_answer_left {
	width: 138px;
	max-width: 138px;
	float: left;
	overflow: hidden;
}

.quiz_answer_right {
	width: 71px;
	max-width: 71px;
	float: right;
	overflow: hidden;
}

.quiz_answer_top {
	width: 132px;
	height: 3px;
	overflow: hidden;
	background-image: url("/images/quiz_answer_top.gif");
	background-repeat: no-repeat;
}

.quiz_answer_bottom {
	width: 132px;
	height: 3px;
	overflow: hidden;
	background-image: url("/images/quiz_answer_bottom.gif");
	background-repeat: no-repeat;
	margin-bottom: 2px;
}

.quiz_answer {
	width: 132px;
	background-color: #3f4041;
	color: #FFFFFF;
	cursor: pointer;
}

.quiz_answer_pad {
	padding-left: 2px;
}



.trailer {
	opacity: 0;
	position: absolute;
	background-color: #43919f;
	width: 100px;
	height: 100px;
	top: 0px;
	left: 0px;
}

.trailer_big_wrap {
	width: 650px;
}

.trailer_big_left {
	width: 120px;
	max-width: 120px;
	float: left;
}

.trailer_big_left_pad {
	padding: 5px;
}

.trailer_big_right {
	width: 530px;
	max-width: 530px;
	float: right;
	text-align: right;
}

.controls_wrap {
	width: 530px;
}

.controls_left {
	width: 325px;
	max-width: 325px;
	overflow: hidden;
	float: left;
}

.controls_right {
	width: 225px;
	max-width: 225px;
	overflow: hidden;
	float: right;
}



.game_wrap {
	clear: both;
	margin-top: 5px;
	width: 448px;
	text-align: center;
}



a.footer_nav_link:link {text-decoration : none; color : #000000;}	
a.footer_nav_link:visited {text-decoration : none; color : #000000;}
a.footer_nav_link:hover {text-decoration : none; color : #000000;}

a.white_link:link {text-decoration : underline; color : #FFFFFF;}	
a.white_link:visited {text-decoration : underline; color : #FFFFFF;}
a.white_link:hover {text-decoration : none; color : #FFFFFF;}

a.minifeed_link:link {text-decoration : none; color : #73d1e0;}	
a.minifeed_link:visited {text-decoration : none; color : #73d1e0;}
a.minifeed_link:hover {text-decoration : underline; color : #73d1e0;}

a.trailer_comments_link:link {text-decoration : underline; color : #000000;}	
a.trailer_comments_link:visited {text-decoration : underline; color : #000000;}
a.trailer_comments_link:hover {text-decoration : none; color : #000000;}


#cluetip-close img {
  border: 0;
}
#cluetip-title {
  overflow: hidden;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(/images/cluetip/wait.gif);
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
  display: none;
}
/***************************************
   =cluetipClass: 'default' 
-------------------------------------- */

.cluetip-default {
  background-color: #d9d9c2;
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #d9d9c2;
}
.cluetip-default h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 10px 4px;
  font-size: 1.1em;
  font-weight: normal;
  background-color: #87876a;
  color: #fff;
}
.cluetip-default #cluetip-title a {
  color: #d9d9c2;
  font-size: 0.95em;
}  
.cluetip-default #cluetip-inner {
  padding: 10px;
}
.cluetip-default div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}



.clue-right-default .cluetip-arrows {
  background-image: url(/images/cluetip/darrowleft.gif);
}
.clue-left-default .cluetip-arrows {
  background-image: url(/images/cluetip/darrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-default .cluetip-arrows {
  background-image: url(/images/cluetip/darrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-default .cluetip-arrows {
  background-image: url(/images/cluetip/darrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'jtip'
-------------------------------------- */
.cluetip-jtip {
  background-color: transparent;
}
.cluetip-jtip #cluetip-outer {
  border: 2px solid #ccc;
  position: relative;
  background-color: #fff;
}

.cluetip-jtip h3#cluetip-title {
  margin: 0 0 5px;
  padding: 2px 5px;
  font-size: 16px;
  font-weight: normal;
  background-color: #ccc;
  color: #333;
}

.cluetip-jtip #cluetip-inner {
  padding: 0 5px 5px;
  display: inline-block;
}
.cluetip-jtip div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}



.clue-right-jtip .cluetip-arrows {
  background-image: url(/images/cluetip/arrowleft.gif);
}
.clue-left-jtip .cluetip-arrows {
  background-image: url(/images/cluetip/arrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-jtip .cluetip-arrows {
  background-image: url(/images/cluetip/arrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-jtip .cluetip-arrows {
  background-image: url(/images/cluetip/arrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'rounded'
-------------------------------------- */

.cluetip-rounded {
  background: transparent url(/images/cluetip/bl.gif) no-repeat 0 100%;
  margin-top: 10px;
  margin-left: 12px;
}

.cluetip-rounded #cluetip-outer {
  background: transparent url(/images/cluetip/tl.gif) no-repeat 0 0;
  margin-top: -12px;
}

.cluetip-rounded #cluetip-title {
  background-color: transparent;
  padding: 12px 12px 0;
  margin: 0 -12px 0 0;
  position: relative;
}
.cluetip-rounded #cluetip-extra {
  position: absolute;
  display: block;
  background: transparent url(/images/cluetip/tr.gif) no-repeat 100% 0;
  top: 0;
  right: 0;
  width: 12px;
  height: 30px;
  margin: -12px -12px 0 0;
}
.cluetip-rounded #cluetip-inner {
  background: url(/images/cluetip/br.gif) no-repeat 100% 100%;
  padding: 5px 12px 12px;
  margin: -18px -12px 0 0;
  position: relative;
}

.cluetip-rounded div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #009;
  background: transparent;
}
.cluetip-rounded div#cluetip-close a {
  color: #777;
}



.clue-right-rounded .cluetip-arrows {
  background-image: url(/images/cluetip/rarrowleft.gif);
}
.clue-left-rounded .cluetip-arrows {
  background-image: url(/images/cluetip/rarrowright.gif);
  left: 100%;
  margin-left: 12px;
}
.clue-top-rounded .cluetip-arrows {
  background-image: url(/images/cluetip/rarrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-rounded .cluetip-arrows {
  background-image: url(/images/cluetip/rarrowup.gif);
  top: -23px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}




.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
  zoom: 1;
}.quiz_top_wrap {
	margin-top: 10px;
	width: 100%;
	margin-bottom: 10px;
}

.quiz_top_left {
	width: 25%;
	max-width: 25%;
	float: left;
	overflow: hidden;
}

.quiz_top_right {
	width: 75%;
	max-width: 75%;
	float: right;
	overflow: hidden;
}

.quiz_info {
	padding-top: 1px;
	color: #54a8b7;
}

.quiz_answer_main {
	width: 308px;
	height: 26px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-image: url("/images/neverendingquiz/main_answer_back.gif");
	background-repeat: no-repeat;
	margin-top: 10px;
	color: #FFFFFF;
}

.quiz_answer_main_pad {
	padding-top: 7px;
}

.quiz_nav_wrap {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.quiz_nav_left {
	width: 50%;
	max-width: 50%;
	overflow: hidden;
	text-align: center;
	float: left;
}

.quiz_nav_right {
	width: 50%;
	max-width: 50%;
	overflow: hidden;
	text-align: center;
	float: right;
}

.top_quiz_wrap {
	width: 100%;
	margin-top: 10px;
}

.top_quiz_left {
	width: 15%;
	max-width: 15%;
	float: left;
	overflow: hidden;
}

.top_quiz_right {
	width: 85%;
	max-width: 85%;
	float: right;
	overflow: hidden;
}

a.quiz_nav_link:link {text-decoration : underline; color : #4197a8;}	
a.quiz_nav_link:visited {text-decoration : none; color : #4197a8;}
a.quiz_nav_link:hover {text-decoration : none; color : #4197a8;}

a.no_u_quiz_nav_link:link {text-decoration : none; color : #4197a8;}	
a.no_u_quiz_nav_link:visited {text-decoration : none; color : #4197a8;}
a.no_u_quiz_nav_link:hover {text-decoration : underline; color : #4197a8;}.publisher_wrap {
	width: 100%;
	margin-top: 10px;
}

.publisher_left {
	width: 30%;
	max-width: 30%;
	overflow: hidden;
	float: left;
}

.publisher_right {
	width: 70%;
	max-width: 70%;
	overflow: hidden;
	float: right;
}

.pub_user_rated {
	color: #4096a7;
}

.pub_view_all {
	margin-top: 5px;
}

.text_user_rated {
	text-decoration: underline;
	margin-bottom: 5px;
}

.publisher_logo {
	text-align: center;
}

.pub_rating_back {
	width: 76px;
	height: 76px;
	background-image: url("/images/star_back.gif");
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}

.pub_rating_back_pad {
	font-size: 16px;
	color: #409eb2;
	font-weight: bold;
	padding-top: 33px;
	text-align: center;
}

.pub_pick_rating {
	margin-top: 5px;
	font-size: 16px;
	color: #409eb2;
	font-weight: bold;
	text-align: center;
}

.pub_game_list {
	margin-top: 15px;
}

a.pub_link:link {text-decoration : underline; color : #4096a7;}	
a.pub_link:visited {text-decoration : none; color : #4096a7;}
a.pub_link:hover {text-decoration : none; color : #4096a7;}.right_game_on {
	width: 92%;
	padding: 5px;
	background-color: #cee6eb;
	color: #414141;
}

.right_game_off {
	width: 92%;
	padding: 5px;
	color: #414141;
}

.game_wrap {
	width: 100%;
}

.game_left {
	width: 30%;
	max-width: 30%;
	float: left;
	overflow: hidden;
	text-align: left;
}

.game_right {
	width: 70%;
	max-width: 70%;
	float: right;
	overflow: hidden;
	text-align: left;
}

.game_title {
	font-size: 16px;
	margin-bottom: 10px;
}

.game_right_left {
	width: 55%;
	max-width: 55%;
	overflow: hidden;
	float: left;
}

.game_right_right {
	width: 45%;
	max-width: 45%;
	overflow: hidden;
	float: right;
}

.game_rating_back {
	width: 138px;
	height: 131px;
	background-image: url("/images/evolution/rating_star.gif");
	background-repeat: no-repeat;
	margin-left: 8px;
}

.game_rating_back_pad {
	font-size: 26px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 50px;
	text-align: center;
}

.pick_rating {
	margin-top: 5px;
	padding-left: 25px;
	font-size: 20px;
	color: #231f20;
	font-weight: bold;
}

.add_to_collection {
	padding-left: 20px;
	margin-top: 10px;
}

.game_sub_but {
	width: 143px;
	height: 19px;
	background-image: url("/images/sub_but_back.gif");
	background-repeat: no-repeat;
}

.game_sub_but_pad {
	text-align: right;
	padding-top: 4px;
	padding-right: 5px;
}

.game_description {
	margin-top: 10px;
}

.game_sub_but_wrap {
	margin-top: 5px;
	width: 100%;
}

.game_sub_but_left {
	width: 80%;
	max-width: 80%;
	float: left;
	overflow: hidden;
}

.game_sub_but_right {
	width: 20%;
	max-width: 20%;
	float: right;
	overflow: hidden;
}

.game_edit_wrap {
	margin-top: 10px;
	width: 100%;
}

.game_edit_left {
	width: 50%;
	max-width: 50%;
	overflow: hidden;
	text-align: left;
	float: left;
}

.game_edit_right {
	width: 50%;
	max-width: 50%;
	overflow: hidden;
	text-align: left;
	float: right;
}

.gallery {
	margin-top: 10px;
}

.gallery_big_img {
}

.gallery_sm_img {
	margin-top: 10px;
}

.add_screen_shot {
	margin-top: 10px;
}


a.game_side_link:link {text-decoration : underline; color : #414141;}	
a.game_side_link:visited {text-decoration : none; color : #414141;}
a.game_side_link:hover {text-decoration : none; color : #414141;}

a.add_collection_link:link {text-decoration : underline; color : #409eb2;}	
a.add_collection_link:visited {text-decoration : none; color : #409eb2;}
a.add_collection_link:hover {text-decoration : none; color : #409eb2;}

a.pick_rating_link:link {text-decoration : none; color : #231f20;}	
a.pick_rating_link:visited {text-decoration : none; color : #231f20;}
a.pick_rating_link:hover {text-decoration : underline; color : #231f20;}
input.forums_input {
	height: 23px;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	border-color: #000000;
	width: 100%;
}

.catlistings_top_blue {
	width: 700px;
	height: 5px;
	background-color: #eceff5;
	margin-top: -10px;
}

.catlistings_top_white {
	width: 700px;
	height: 5px;
	background-color: #eceff5;
	margin-top: 10px;
}

.catlistings_bottom {
	width: 700px;
	height: 5px;
	background-color: #eceff5;
}

.thread_bg_color {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.thread_top {
	width: 700px;
	height: 5px;
	background-color: #eceff5;
	margin-top: 5px;
}

.thread_top_blue {
	width: 700px;
	height: 5px;
	background-color: #eceff5;
	margin-top: 5px;
}

.thread_bottom {
	width: 700px;
	height: 5px;
	background-color: #eceff5;
}

.all_thread_bottom {
	width: 700px;
	background-image: url("/images/forums/thread_bg.gif");
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	height: 15px;
}

.forums_back_color {
	background-color: #eceff5;
}

.forums_gap_color {
	
}

.cat_back {
	width: 702px;
	height: 25px;
	background-color: #eceff5;
	color: #000000;
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 1px;
	border-top-color: #94a3c4;
	border-right-color: #d8dfea;
}

.blue_back {
	width: 685px;
	height: 30px;
	background-color: #56aab9;
	margin-left: auto;
	margin-right: auto;
}

.blue_back_pad {
	padding-top: 14px;
}

.big_blue_top {
	width: 426px;
	height: 4px;
	background-image: url("/images/forums/big_box_back.gif");
}

.big_blue_top_white {
	width: 426px;
	height: 4px;
	background-image: url("/images/forums/big_box_back_white.gif");
}


.big_mid {
	background-color: #393737;
}

.big_mid_pad {
	padding: 10px;
}

.big_bottom {
	width: 426px;
	height: 4px;
	background-image: url("/images/forums/big_box_back_bottom.gif");
}

.thread_big_top {
	width: 310px;
	height: 4px;
	background-image: url("/images/forums/thread_big_top_back.gif");
}

.thread_big_mid {
	width: 310px;
	background-color: #393737;
	min-height: 50px;
}

.thread_big_mid_pad {
	padding: 10px;
	color: #FFFFFF;
	text-align: center;
}

.thread_big_bottom {
	width: 310px;
	height: 4px;
	background-image: url("/images/forums/thread_big_bottom_back.gif");
}

.thread_author_top {
	width: 114px;
	height: 4px;
	background-image: url("/images/forums/thread_author_top_back.gif");
}

.thread_author_mid {
	width: 114px;
	background-color: #393737;
	min-height: 50px;
}

.thread_author_mid_pad {
	padding-top: 17px;
	text-align: center;
}

.thread_author_bottom {
	width: 114px;
	height: 4px;
	background-image: url("/images/forums/thread_author_bottom_back.gif");
}

.sm_blue_top {
	width: 62px;
	height: 3px;
	background-image: url("/images/forums/sm_box_back.gif");
}

.sm_blue_top_white {
	width: 62px;
	height: 3px;
	background-image: url("/images/forums/sm_box_back_white.gif");
}

.sm_mid {
	width: 62px;
	background-color: #393737;
}

.sm_mid_pad {
	padding: 10px;
	text-align: center;
}

.sm_bottom {
	width: 62px;
	height: 3px;
	background-image: url("/images/forums/sm_box_back_bottom.gif");
}

.med_blue_top {
	width: 144px;
	height: 4px;
	background-image: url("/images/forums/med_box_back.gif");
}

.med_blue_top_white {
	width: 144px;
	height: 4px;
	background-image: url("/images/forums/med_box_back_white.gif");
}

.med_mid {
	width: 144px;
	background-color: #393737;
}

.med_mid_pad {
	padding: 10px;
	text-align: center;
}

.med_bottom {
	width: 144px;
	height: 4px;
	background-image: url("/images/forums/med_box_back_bottom.gif");
}

.board_top {
	width: 700px;
	height: 4px;
	background-image: url("/images/forums/big_board_top.gif");
	background-repeat: no-repeat;
	margin-top: 5px;
}

.board_mid {
	width: 700px;
	min-height: 40px;
	background-color: #393737;
}

.board_mid_pad {
	padding: 5px;
	color: #FFFFFF;
}

.board_bottom {
	width: 700px;
	height: 4px;
	background-image: url("/images/forums/big_board_bottom.gif");
	background-repeat: no-repeat;
}

.board_wrap {
	width: 100%;
}

.board_left {
	width: 50%;
	max-width: 50%;
	float: left;
	overflow: hidden;
}

.board_right {
	width: 50%;
	max-width: 50%;
	float: right;
	overflow: hidden;
	text-align: right;
}

.forum_post_inner {
	margin-top: 10px;
	width: 540px;
	margin-left: auto;
	margin-right: auto;
}

.text_div {
}

.wysiwyg_div {
	margin-top: 5px;
}

.ind_post_top {
	margin-top: 5px;
	width: 701px;
	height: 5px;
	background-color: #eceff5;
}

.ind_post_bottom {
	width: 701px;
	height: 5px;
	background-color: #eceff5;
}

.ind_post_right_wrap {
	width: 100%;
}

.ind_post_right_left {
	width: 60%;
	max-width: 60%;
	overflow: hidden;
	float: left;
}

.ind_post_left_pad {
	padding-left: 10px;
}

.ind_post_right_right {
	width: 40%;
	max-width: 40%;
	overflow: hidden;
	float: right;
}

.ind_post_right_pad {
	text-align: right;
	padding-right: 10px;
}

.ind_post_pad {
	padding: 10px;
}

.post_top {
	margin-top: 5px;
	width: 540px;
	height: 5px;
	background-image: url("/images/forums/white_box_top.gif");
	background-repeat: no-repeat;
}

.post_mid {
	width: 538px;
	min-height: 20px;
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	border-color: #000000;
}

.post_mid_pad {
	padding: 10px;
}

.post_bottom {
	width: 540px;
	height: 5px;
	background-image: url("/images/forums/white_box_bottom.gif");
	background-repeat: no-repeat;
}

.post_buttons {
	margin-top: 10px;
	text-align: center;
}

.new_topic {
	margin-top: 5px;
}



.board_title {
	color: #ecaf09;
	font-size: 14px;
	font-weight: bold;
}

.board_user {
	color: #ecaf09;
}

.forums_breadcrumb {
	color: #56aab9;
	margin-bottom: 10px;
}

.forums_blue {
	
}

.forums_email_pref {
	margin-bottom: 5px;
	text-align: right;
}


a.forum_link:link {text-decoration : underline; color : #3B5998;}	
a.forum_link:visited {text-decoration : none; color : #3B5998;}
a.forum_link:hover {text-decoration : none; color : #3B5998;}

a.bc_link:link {text-decoration : none; color : #3B5998;}	
a.bc_link:visited {text-decoration : none; color : #3B5998;}
a.bc_link:hover {text-decoration : underline; color : #3B5998;}


*{padding: 0; margin: 0;}




#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}




#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}

* html #TB_overlay { 
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { 
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; 
}

* html #TB_load { 
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { 
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}
/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }

* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }

.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/


.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/


.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande,%20Lucida%20Sans,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=deedf7&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=100&borderColorHeader=aed0ea&fcHeader=222222&iconColorHeader=72a7cf&bgColorContent=f2f5f7&bgTextureContent=04_highlight_hard.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=362b36&iconColorContent=72a7cf&bgColorDefault=d7ebf9&bgTextureDefault=02_glass.png&bgImgOpacityDefault=80&borderColorDefault=aed0ea&fcDefault=2779aa&iconColorDefault=3d80b3&bgColorHover=e4f1fb&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=74b2e2&fcHover=0070a3&iconColorHover=2694e8&bgColorActive=3baae3&bgTextureActive=02_glass.png&bgImgOpacityActive=50&borderColorActive=2694e8&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=ffef8f&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=25&borderColorHighlight=f9dd34&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=cd0a0a&bgTextureError=01_flat.png&bgImgOpacityError=15&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffffff&bgColorOverlay=eeeeee&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=90&opacityOverlay=80&bgColorShadow=000000&bgTextureShadow=04_highlight_hard.png&bgImgOpacityShadow=70&opacityShadow=30&thicknessShadow=7px&offsetTopShadow=-7px&offsetLeftShadow=-7px&cornerRadiusShadow=8px
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1.1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #f2f5f7 url(/images/jui/ui-bg_highlight-hard_100_f2f5f7_1x100.png) 50% top repeat-x; color: #362b36; }
.ui-widget-content a { color: #362b36; }
.ui-widget-header { border: 1px solid #aed0ea; background: #deedf7 url(/images/jui/ui-bg_highlight-soft_100_deedf7_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #aed0ea; background: #d7ebf9 url(/images/jui/ui-bg_glass_80_d7ebf9_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #2779aa; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #2779aa; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #74b2e2; background: #e4f1fb url(/images/jui/ui-bg_glass_100_e4f1fb_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #0070a3; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #0070a3; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #2694e8; background: #3baae3 url(/images/jui/ui-bg_glass_50_3baae3_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #ffffff; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff; outline: none; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #f9dd34; background: #ffef8f url(/images/jui/ui-bg_highlight-soft_25_ffef8f_1x100.png) 50% top repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #cd0a0a url(/images/jui/ui-bg_flat_15_cd0a0a_40x100.png) 50% 50% repeat-x; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #ffffff; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }

/* Icons
----------------------------------*/


.ui-icon { width: 16px; height: 16px; background-image: url(/images/jui/ui-icons_72a7cf_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(/images/jui/ui-icons_72a7cf_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(/images/jui/ui-icons_72a7cf_256x240.png); }
.ui-state-default .ui-icon { background-image: url(/images/jui/ui-icons_3d80b3_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/images/jui/ui-icons_2694e8_256x240.png); }
.ui-state-active .ui-icon {background-image: url(/images/jui/ui-icons_ffffff_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(/images/jui/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/images/jui/ui-icons_ffffff_256x240.png); }


.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/


.ui-corner-tl { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; }
.ui-corner-tr { -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; }
.ui-corner-br { -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; }
.ui-corner-top { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; }
.ui-corner-right {  -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; }
.ui-corner-left { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; }
.ui-corner-all { -moz-border-radius: 6px; -webkit-border-radius: 6px; }


.ui-widget-overlay { background: #eeeeee url(/images/jui/ui-bg_diagonals-thick_90_eeeeee_40x40.png) 50% 50% repeat; opacity: .80;filter:Alpha(Opacity=80); }
.ui-widget-shadow { margin: -7px 0 0 -7px; padding: 7px; background: #000000 url(/images/jui/ui-bg_highlight-hard_70_000000_1x100.png) 50% top repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; }/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; }
.ui-accordion .ui-accordion-content-active { display: block; }/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }


.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }


.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }


.ui-datepicker-cover {
    display: none; 
    display: block; 
    position: absolute; 
    z-index: -1; 
    filter: mask(); 
    top: -4px; 
    left: -4px; 
    width: 200px; 
    height: 200px; 
}/* Dialog
----------------------------------*/
.ui-dialog { position: relative; padding: .2em; width: 300px; }
.ui-dialog .ui-dialog-titlebar { padding: .5em .3em .3em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 0 .2em; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/* Progressbar
----------------------------------*/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/* Resizable
----------------------------------*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs
----------------------------------*/
.ui-tabs { padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } 
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
