/*----------------------------------------------
 * @file: stylesheet_print.css
 * @description: Gaming page print layout CSS.
 *
 * @author: Siri Pathammavong
 *----------------------------------------------*/
body
{
	font-family: arial, sans-serif;
	font-size: 11px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: black;
	width: 100%;
}

img
{
/*
	margin-top: 11px;
	margin-bottom: 11px;
	*/
	margin: 0px;
	border: none;
}

#print_logo
{
	/*display: block;*/
	margin-bottom: 22px;
}

.linkNote	/* Foot note links section */
{
	padding-top: 22px;
}

#header,
#main_navigation,
#footer,
.noprint,		/* NOTE: add this class to any container that you don't want to print (avoid the use of display:none everywhere in this css) */
.ad_section,
#games_tab,
#flashcontent,
#flashcontent2,
#thumbBox
{
	display: none;
}

/* NOTE: Add class="ignore" for links you don't want to show in the foot note links */
a, a:visited,
a .italic
{
	color: blue;
}
a:link:after,
a:visited:after
{
  content: " (" attr(href) ") ";
  font-size: 11px;
}
html.noted a:link:after,
html.noted a:visited:after
{
  content: "";
}

.title_tab_text
{
	font-size: 16px;
	font-weight: bold;
	color: black;
	line-height: 130%;
	margin-bottom: 11px;
}


/*
 * FEATURED GAMES ROW
 */
.main_tab_content .featured_games_row
{
	width: 649px;
	height: 145px;
}
.featured_games_row img
{
	position: absolute;
	clear: both;
	float: left;
	padding: 0px;
}
.featured_games_row .description
{
	position: relative;
	float: right;
	width: 303px;
	height: 91px;
	padding: 33px 22px 11px 22px;
	font-size: 12px;
	color: black;
	/* TODO: remove bottom border!!! */
}
.description a
{
	float: none !important;
	font-size: 12px;
	text-decoration: underline;
}


/*
 * NEWS SECTION
 */
#news_tab
{
	clear: both;
	float: none !important;
	width: 302px;
	height: 171px;
}
#news_tab .news_row
{
	width: auto;
	padding-top: 22px;
	padding-right: 11px;
	height: 36px;
}
.news_row .news_content
{
	position: relative;
	float: right;
	width: 250px;
	height: 36px;
	font-size: 11px;
	font-weight: normal;
	color: black;
	border-bottom: 1px solid black;
}
.news_content a
{
	float: none !important;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}
.news_bullet
{
	float: left;
	width: 21px;
	height: 21px;
	background: url(/graphics/surroundgaming/media/bullet/news_bullet.png) no-repeat;
}
.news_header
{
	margin-bottom:22px;
	background:transparent;
}
.news_header td.logo
{
	vertical-align:middle;
}
.news_header td.author
{
	padding-left: 11px;
}


/*
 * FEATURED STORY SECTION
 */
#story_tab
{
	clear: both;
	float: none !important;
	width: 312px;
	height: 171px;
	padding: 22px 0px 66px 11px; /* TODO: link showing on top of the image, remove padding 66px */
}


/*
 * GAMES NOTES
 */
#games_notes
{
	padding: 22px 0px 22px 0px;
}


/*
 * THUMBNAILS
 */
.thumbnails
{
	width: 100%;
	border-collapse: collapse;
	border: none;
	margin-left: auto;						/* make it centered */
	margin-right: auto;
}
.thumbnails td
{
	border: 1px solid black;
	text-align: center;
}
.thumbnails img
{
	padding: 11px;
	width: 280px;
}
.thumbnails td.empty					/* hide empty boxes */
{
	background: none;
	border: none;	
}
table.two_cols
{
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	border: none;
}
.two_cols td.left
{
	padding-right: 6px;
}
.two_cols td.right
{
	padding-left: 6px;
}

/*
 * VIDEO THUMBNAILS
 */
.videoThumbnails
{
	border-collapse: collapse;
	border: 1px solid black;
	margin-left: auto;						/* make it centered */
	margin-right: auto;
}
.videoThumbnails td
{
	border: 1px solid black;
	width: 50%;
	padding: 11px;
	vertical-align: top;
}
.videoThumbnails td.empty					/* hide empty boxes */
{
	border-color: black;
}

/*
 * MOVIE THUMBNAILS
 */
.movieThumbnails
{
	border-collapse: collapse;
	border: 2px solid rgb(40, 40, 40);
	margin-left: auto;						/* make it centered */
	margin-right: auto;
}
.movieThumbnails td
{
	border: 2px solid rgb(40, 40, 40);
	width: 50%;
	padding: 11px 11px 5px 11px;
}
.movieThumbnails td.empty					/* hide empty boxes */
{
	border-color: none;
}

/*
 * SEE THE DIFFENCE GRID
 */
table.difference_grid
{
	border-collapse:collapse;
	border:none;
	margin-right: auto;
	margin-left: auto;
}
.difference_grid th
{
	border-bottom: 1px solid black;
	font-size: 12px;
	font-weight: bold;
	color: black;
}
.difference_grid th.left
{
	padding-right: 11px;
}
.difference_grid th.right
{
	padding-left: 11px;
}
.difference_grid td.left
{
	padding-right: 11px;
	border-right: 1px solid black;
}
.difference_grid td.right
{
	padding-left: 11px;
	border-left: 1px solid black;
	text-align: right;
}
.difference_grid td.left img
{
	width: 151px;
}
.difference_grid td.right img
{
	width: 443px;
}
.difference_grid td.game_title
{
	padding-left: 11px;
	padding-top: 22px;
	font-size: 12px;
	font-weight: bold;
	color: black;
}


/*
 * GRID
 */
table.grid
{
	border-collapse: collapse;
	border: none;
	background: none;
	margin-top:5px;
	margin-left: 10px;
}
.grid th.header
{
	background: none;
	padding: 11px;
  font-weight: bold;
	font-size: 12px;
	color: black;
	line-height: 130%;
	text-align: center;
	border: 1px solid black;
}
.grid th
{
	background: none;
	padding: 11px;
  font-weight: normal;
	font-size: 12px;
	color: black;
	line-height: 130%;
	text-align: center;
	border: 1px solid black;
}
.grid .th sup
{
	background: none;
  font-weight: normal;
	font-size: 12px;
	color: black;
}
.grid td
{
	background: none;
  font-weight: normal;
	font-size: 12px;
	color: black;
	line-height: 130%;
	text-align: center;
	border: 1px solid black;
	padding: 11px;
}


/*
 * REVIEW GRID
 */
table.review_grid
{
	border-collapse:collapse;
	border:none;
	margin-top:5px;
	margin-left: 5px;
}
.review_grid td
{
	border: 1px solid black;
	padding: 11px 11px 11px 11px;
}
.review_grid td img
{
	text-align: center;
	vertical-align: middle;
}


/*
 * CONTACT FORM
 */
table.contact_form
{
	border-collapse: collapse;
	border: 1px solid #333333;
}
table.contact_form th.header
{
	text-align: left;
	text-transform: uppercase;
	font-size: 12px;
	padding-left: 180px;
	color: #CCCCCC;
	font-weight: bold;
}
table.contact_form th
{
	width: 160px;
	text-align: right;
	vertical-align: top;
	border-top: 1px solid #333333;
	font-size: 12px;
	padding-right: 12px;
	padding-top: 0.75em;
	padding-bottom: 0.75em;
	font-weight: bold;
	color: #CCCCCC;
}
table.contact_form td
{
	vertical-align: middle;
	border-bottom: 1px solid rgb(40, 40, 40);
	border-top: 1px solid rgb(40, 40, 40);
	border-left: 1px solid #333333;
	padding: 4px;
	font-size: 12px;
}


/*
 * HTML WIDGETS STYLE
 */
input, select, option, textarea
{
	background: none;
	color: black;
	font-family: arial, sans-serif;
	font-size: 12px;
}
textarea
{
	width: 426px;
}


p
{
	margin: 0px 0px 11px 0px;
	text-align: justify;
}


/*
 * FONTS
 */
h1
{
	font-size: 16px;
	font-weight: bold;
	color: black;
	line-height: 130%;
	margin: 22px 0px 22px 0px;
}
h2
{
  font-weight: bold;
  font-size: 12px;
  color: black;
  margin: 22px 0px 0px 0px;
}
.title
{
	font-size: 16px;
	font-weight: bold;
	color: black;
	line-height: 130%;
	margin-bottom: 0.1em;
}
.title_yellow
{
	font-size: 16px;
	font-weight: bold;
	color: black;
}
.subtitle
{
  font-weight: bold;
  font-size: 12px;
  color: black;
}
.note, .note a
{
	font-size: 11px;
	font-weight: normal;
	color: black;
}
.tab_yellow_italic
{
	font-size: 16px;
	font-weight: bold;
	color: black;
	font-style: italic;
}
.bold_12px
{
	font-size: 12px;
	font-weight: bold;
	color: black;
}
/* make italic */
.italic
{
	font-style: italic;
}
/* center text */
.centered
{
	text-align: center;
}
.error
{
	color: red;
	font-weight: normal;
}
.caption
{
	font-size: 12px;
	font-weight: normal;
	color: black;
}
.quote
{
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: black;
}
