/* VT EMULATION 4.0 MASTER STYLESHEET */

/*-----------------------------------HTML ATTRIBUTES------------------------------------*/
/*--------------------------------------------------------------------------------------*/

html {
	/* Always shows vertical scroll bar */
	overflow-y: scroll;
}
body {
	background-image: url(http://www.vtemulation.net/_images/global_background.png);
	font-family: Verdana;
	font-size: 11pt;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
h1 {
	font-family: Arial;
	font-size: 22px;
	color: #3862c2;
}
h2 {
	font-family: Arial;
	font-size: 18pt;
	color: #000;
}
/* Used as category title in Emulators */
h3 {
	padding: 0;
	margin: 0;
	font-size: 16pt;
	font-weight: bold;
	color: #1F4AAB;
	line-height: 150%;
	font-family: Arial;
}
/* Used as a sub-title text to h3 */
h4 {
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-family: Arial;
	font-size: 14px;
	line-height: 150%;
	color: #1F4AAB;
}
/* Small title text, used for Emulator name */
h5 {
}
h6 {
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-family: Arial;
	font-size: 14px;
	line-height: 150%;
	color: #3f3f3f;
}
.red {
	color: #F00;
}
a:link, a:visited, a:focus, a:active {
	color: #1F4AAB;
	text-decoration: none;
}
a:hover {
	color: #1F4AAB;
	text-decoration: underline;
}
/*----------------------------------INTERFACE STYLES------------------------------------*/
/*--------------------------------------------------------------------------------------*/

/* Global body topper */
.header-div {
	width: 900px;
	height: 120px;
	font-family: Arial;
	margin: 0 auto;
	color: #FFF;
	background-image: url(http://www.vtemulation.net/_images/global_header.png);
	text-align: left;
}
.header-div-wii {
	width: 900px;
	height: 120px;
	font-family: Arial;
	margin: 0 auto;
	color: #FFF;
	background-image: url(http://www.vtemulation.net/_images/wii_emulators_header.png);
	text-align: left;
}

.header-div-windows {
	width: 900px;
	height: 120px;
	font-family: Arial;
	margin: 0 auto;
	color: #FFF;
	background-image: url(http://www.vtemulation.net/_images/windows_emulators_header.png);
	text-align: left;
}

.header-div-osx {
	width: 900px;
	height: 120px;
	font-family: Arial;
	margin: 0 auto;
	color: #FFF;
	background-image: url(http://www.vtemulation.net/_images/osx_emulators_header.png);
	text-align: left;
}
div.header-div a {
	font-family: Arial;
	color: #FFFF33;
	text-decoration: none;
}
div.header-div a:hover {
	font-family: Arial;
	text-decoration: underline;
}
.body-div {
	margin: 0 auto;
	font-size: 10pt;
	width: 900px;
	background: #FFF;
	color: #212121;
	text-align:left;
	line-height: 150%;
}
/* Added margins for the body-div, set as 
separate element for IE 6 rendering issue. */
.body-div-container {
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
.footer-div {
	margin: 0 auto;
	width: 900px;
	font-size: 9pt;
	text-align: center;
	color: #FFF;
}
.footer-div a {
	color: #FFFF33;
}
/*----------------------------------GLOBAL STYLES---------------------------------------*/
/*--------------------------------------------------------------------------------------*/

.title-div {
	font-family: Arial;
	margin: 0 auto;
	width: 900px;
	padding-bottom: 15px;
	color: #FFF;
}
.nav-location {
	font-family: Arial;
	font-size: 9pt;
	text-align: left;
	padding-top: 15px;
	padding-left: 14px;
}
div.nav-location a:visited, div.nav-location a:active, div.nav-location a:focus, div.nav-location a:link {
	color: #FFFF33;
	text-decoration: none;
}
div.nav-location a:hover {
	text-decoration: underline;
}
/*.red-notification-box{
	background: #e7c0c0;
	border: 1px solid #d06666;
	font-size: 13px;
	color: #bf1919;
	padding: 8px;
	text-align: center;
}*/

.red-notification-box {
	border: 1px solid #feabab;
	background-image: url(http://www.vtemulation.net/_images/warning_box_bg.png);
	background-repeat: repeat-x;
	padding: 15px;
	color: #9d0000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	line-height: 150%;
}
.red-notification-box a{
	color: #9d0000;
	text-decoration: underline;
}
.blue-notification-box {
	border: 1px solid #87acfe;
	background-image: url(http://www.vtemulation.net/_images/info_box_bg.png);
	background-repeat: repeat-x;
	padding: 15px;
	color: #284ea3;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	line-height: 150%;
}
.page-heading {
	font-family: Arial;
	border-bottom: 2px dotted #366aff;
	color: #3160cb;
	font-size: 14px;
	padding: 6px 6px 12px 6px;
}
/* Divider line used in staff listing */
.right-cell-divider {
	border-left: 1px solid #5686ff;
}
/*----------------------------------REVIEW STYLES---------------------------------------*/
/*--------------------------------------------------------------------------------------*/

/* Review index styles */

.review-table-heading {
	font-family: Arial;
	font-weight:bold;
	color: #868686;
	padding: 36px 6px 6px 6px;
	font-size: 11pt;
	border-bottom: 1px solid #e5e5e5;
}
.review-table-subheading {
	font-family: Arial;
	color: #868686;
	padding: 6px;
	font-size: 9pt;
	border-bottom: 1px solid #e5e5e5;
}
.review-table-cell {
	font-family: Arial;
	color: #4c4b4b;
	padding: 6px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 9pt;
}
.review-table-cell-last {
	font-family: Arial;
	color: #4c4b4b;
	padding: 6px;
	font-size: 9pt;
}
/* Review page styles */

.review-intro {
	color: #3862c2;
	font-size: 12pt;
	line-height: 175%;
}
.review-body {
	font-size: 10.5pt;
	line-height: 150%;
}
.review-left-container {
	padding-right:20px;
	border-right: 1px solid #c3c3c3;
	padding-top: 0px;
}
.review-sidebar-title {
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	color: #3862c2;
}
.review-sidebar {
	font-family: Arial;
	padding-left:20px;
	font-size: 8pt;
}
.review-sidebar-details {
	font-family: Arial;
	line-height: 250%;
}
/* Numerical rating categories. */
.review-rating-cell {
	font-size: 9pt;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 150%;
}
.review-rating-cell-last {
	font-size: 9pt;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 150%;
}
.review-rating-cell-summary {
	color: #3862c2;
	font-size: 9pt;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 150%;
}
/* Content and Pictures Divider*/
.review-details-divider {
	border-top: 1px solid #c3c3c3;
	margin-top: 50px;
}
/*----------------------------------EMULATOR STYLES-------------------------------------*/
/*--------------------------------------------------------------------------------------*/

.emulator-content-column {
	font-family: Arial;
	padding-right: 20px;
}
.emulator-platform-column {
	font-family: Arial;
	padding-left: 20px;
	color: #838383;
	border-left: 1px solid #bcbcbc;
}
.emulator-title-cell {
	border-bottom: 1px solid #bcbcbc;
	font-family: Arial;
	color: #1F4AAB;
	font-size: 13pt;
}
.emulator-content-cell {
	font-family: Arial;
	padding: 10px;
	line-height: 150%;
	border-left: 1px solid #bcbcbc;
	border-bottom: 1px solid #bcbcbc;
}
.emulator-title-cell-end {
	font-family: Arial;
	color: #1F4AAB;
	font-size: 13pt;
}
.emulator-title-cell a, .emulator-title-cell-end a {
	font-size: 10pt;
}
.emulator-title-cell em, .emulator-title-cell-end em {
	font-size: 10pt;
	color: #666;
}
.emulator-content-cell-end {
	font-family: Arial;
	padding: 10px;
	line-height: 150%;
	border-left: 1px solid #bcbcbc;
}
.emulator-sidebar-title {
	color: #1F4AAB;
	font-weight:bold;
	font-size:10.5pt;
	line-height: 180%;
}
.emulator-sidebar-subtitle {
	color: #1F4AAB;
	line-height: 180%;
	font-size: 8pt;
}
.emulator-sidebar-text {
	color: #838383;
	line-height: 180%;
	font-size: 8pt;
}
.emulator-platform-column ul {
	padding: 10px 0px 0px 0px;
	margin: 0px;
	font-size: 8pt;
	line-height: 180%;
}
.emulator-platform-column li {
	margin-left: 20px;
	padding-bottom: 10px;
}
.platform-hypercell a {
	border: 2px solid #bcbcbc;
	display: inline-block;
}
.platform-hypercell a:hover {
	border: 2px solid #3862c2;
	display: inline-block;
}
.emulators-legend {
	background: #f2f1f1;
	border: 1px solid #bcbcbc;
	padding: 10px;
}
/*----------------------------------SECTION INDEXES-------------------------------------*/
/*--------------------------------------------------------------------------------------*/

.index-link-block a {
	font-size: 16pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #1F4AAB;
	width: 400px;
	text-align: left;
	padding: 10px;
	display: block;
	margin-bottom:30px;
	border: 1px solid #FFF;
}
.index-link-block a:hover {
	text-decoration: none;
	background: #e5e5e5;
	border: 1px solid #d4d4d4;
}
.index-link-block span {
	color: #5f5f5f;
	line-height: 150%;
	font-size: 14px;
	font-weight: normal;
	border-top: 1px solid #1F4AAB;
	display: block;
	margin-top: 5px;
	padding-top: 5px;
}
.link-block-single a {
	font-size: 16pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #8a8a8a;
	background: #f1f1f1;
	border: 1px solid #dadada;
	display: block;
	padding: 10px;
	text-decoration: none;
}
.link-block-single a:hover {
	color: #5d5d5d;
	background: #e5e5e5;
	border: 1px solid #c0c0c0;
}
/*----------------------------------Main Page Styles------------------------------------*/
/*--------------------------------------------------------------------------------------*/


.regnews-bg {
	background: url(http://www.vtemulation.net/_images/homepage_regnews_bg.png) repeat-x;
	padding-left:5px;
	padding-right:5px;
	color: #3b3b3b;
}
.regnews-left {
	background: url(http://www.vtemulation.net/_images/homepage_regnews_leftend.png) no-repeat;
}
.regnews-right {
	background: url(http://www.vtemulation.net/_images/homepage_regnews_rightend.png) no-repeat;
}
.regnews-titlebar {
	border-bottom: 1px solid #cecece;
	padding-top:14px;
	padding-bottom:10px;
	margin-bottom:15px;
	font-size:18px;
	color:#234eaf;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
.regnews-subheader {
	font-size:11px;
	color:#2f65de;
	font-weight: normal;
}
.criticalnews-bg {
	background: url(http://www.vtemulation.net/_images/homepage_criticalnews_bg.png) repeat-x;
	padding-left:5px;
	padding-right:5px;
	color: #3b3b3b;
}
.criticalnews-left {
	background: url(http://www.vtemulation.net/_images/homepage_criticalnews_leftend.png) no-repeat;
}
.criticalnews-right {
	background: url(http://www.vtemulation.net/_images/homepage_criticalnews_rightend.png) no-repeat;
}
.criticalnews-titlebar {
	border-bottom: 1px solid #c56464;
	padding-top:14px;
	padding-bottom:10px;
	margin-bottom:15px;
	font-size:18px;
	color:#a83131;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
.criticalnews-subheader {
	font-size:11px;
	color:#c56464;
	font-weight: normal;
}
.criticalnews-titlebar a {
	color: #a83131;
}
.frontpage-sidebar {
	background: url(http://www.vtemulation.net/_images/homepage_sidebar_bg.png) repeat-y;
	font-size: 11px;
	color: #3b3b3b;
	font-family: Arial, Helvetica, sans-serif;
}
.frontpage-sidebar-title {
	font-size: 14px;
	color: #163270;
	font-weight: bold;
}
.frontpage-sidebar-subtitle {
	font-size: 11px;
	color: #234eaf;
	font-weight: bold;
}
.search_div {
	background:transparent url(http://www.vtemulation.net/_images/search-bg.png) no-repeat scroll 0 0;
	height:27px;
	padding:2px 1px 1px 25px;
	width:185px;
	float: right;
	margin-top: 2px;
}
.search_input {
	background:#FFF none repeat scroll 0 0;
	border:0 none;
	color:#525252;
	cursor:text;
	float:left;
	font-size:11px;
	height:14px;
	line-height:11px;
	margin:5px 0 0;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	padding:0;
	text-align:left;
	width:160px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
}

.news-collapse-container{
background: #f5f5f5 url(http://www.vtemulation.net/_images/collapse-icon.png) no-repeat;
border: 1px solid #e6e6e6;
}

.news-osx-section-link {
padding: 7px 35px;
margin:1px;
background: url(http://www.vtemulation.net/_images/news-icon-osx.png) no-repeat;
}

.news-windows-section-link {
padding: 7px 35px;
margin:1px;
background: url(http://www.vtemulation.net/_images/news-icon-windows.png) no-repeat;
}

.news-wii-section-link {
padding: 7px 35px;
margin:1px;
background: url(http://www.vtemulation.net/_images/news-icon-wii.png) no-repeat;
}

.news-project-page-link {
padding: 7px 35px;
margin:1px;
background: url(http://www.vtemulation.net/_images/news-icon-project-page.png) no-repeat;
}

.news-collapse-body {
padding: 0px 10px 5px 35px;
font-family:"Courier New", Courier, monospace;
font-size: 11px;
}

.news-collapse-header {
color: #1F4AAB;
padding: 5px 35px;
cursor: pointer;
position: relative;
margin:1px;
}

.wii-platform-buttons a img{
	border: 1px solid #d3d3d3;
}
.wii-platform-buttons a:hover img{
	border: 1px solid #1f4aab;
}

.global-notification{
	background: #762020;
	color: #f0a1a1;
	border-bottom: 1px solid #ae4747;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 7px;
	padding-top: 7px;
}
.global-notification a{
	color: #f0a1a1;
	text-decoration: underline;
}