﻿body
{
	background: url('Images/BgBody.png') center;
	font-size: 1em;
	font-family: Century Gothic, Verdana, Arial;
	line-height: 1.25em;
}
h1
{
	color: #820000;
}
#PageTopper
{
	background: url('Images/BgPageTopper.png') center;
	height: 38px;
}
#Wrapper
{
	width: 954px;
	background-color: #ffffff;
	padding: 10px;
	margin: 10px auto;
}
#Hd
{
	background: url('../../Assets/Images/Banners/Banner1.png') no-repeat;
	width: 952px;
}
#Bd
{
	padding: 0px;
	width: 952px;
}
#MainMenu
{
	height: 18px;
	width: 940px;
	background: url('Images/BgMainMenu.png') no-repeat;
	padding: 6px;
	font-size: 1em;
	font-weight: bold;
	font-family: Century Gothic, Verdana, Arial;
	color: #ffffff;
}
#MainMenu a
{
	color: #ffffff;
	margin-right: 20px;
	text-decoration: none;
}
#MainContent
{
	width: 622px;
	margin-right: 5px;
	background-color: #ffffff;
	border-left: 1px solid #820000;
	border-right: 1px solid #820000;
	border-bottom: 1px solid #820000;
	padding: 20px 10px 10px 10px;
	float: left;
}
#Nvidia
{
    width: 151px;
    margin: 10px auto;
}
#IGames
{
    width: 120px;
    margin: 10px auto;
}
#Sidebar
{
	width: 280px;
	padding: 10px;
	background-color: #000000;
	float: right;
}
.SidebarButton
{
	margin-bottom: 6px;
}
#VentriloPricing
{
	width: 270px;
	background-color: #003900;
	padding: 10px 5px;
}
#VentriloButtons
{
	width: 265px;
	margin: 0 auto;
}
/* Form css */
fieldset
{
    width: 97%;
    border: 1px solid #719D00;
    padding: 1em;
}
legend
{
    padding: 1em;
    color: #1D8B00;
    font-weight: bold;
}
fieldset ol
{
    margin: 0;
    padding: 0;
}
fieldset li
{
    list-style: none;
    clear: both;
    margin-bottom: 1em;
}
fieldset label
{
    float: left;
    width: 10em;
    margin-right: 1em;
    text-align: left;
}
fieldset fieldset
{
    margin-bottom: -2.5em;
    border-style: none;
    background-color: transparent;
    background-image: none;
}
fieldset fieldset legend
{
    margin: 0 0 0 -1em;
    padding: 0;
    font-weight: normal;
    color: inherit;
}
fieldset fieldset ol
{
    position: relative;
    top: -1.5em;
    margin: 0 0 0 10em;
    padding: 0;
}
fieldset fieldset ol li
{
    margin: 0;
}
fieldset fieldset label
{
    float: none;
    width: auto;
    margin-right: auto;
}
fieldset.Submit
{
    float: none;
    width: auto;
    border-style: none;
    padding-left: 12em;
    background-color: transparent;
    background-image: none;
}
.FormHelp
{
	border: 1px solid #ffdf00;
	background-color: #ffffbf;
	margin-top: 6px;
	margin-left: 14.5em;
	font-size: 75%;
	padding: 6px;
	line-height: 1.2em;
}
/* ajax modal dialog styles */
.modalBackground {
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.modalBox {
	background-color : #ffffff;
	border-width: 3px;
	border-style: solid;
	border-color: Blue;
	padding: 3px;
}
.modalBox caption {
	background-image: url(images/window_titlebg.gif);
	background-repeat:repeat-x;
}

/* tweb modal dialog styles */
.modalPanelTitle td {
	padding: 3px;
	font-weight: bold;
	font-size: 0.9em;
	background-image: url(images/window_titlebg.gif);
	cursor: pointer;
	color: black;
	font-family: Verdana;
	width: 100%;
	height: 30px;
	background-color: #6f90dc;
}

.modalPanel {
	z-index: 500;
	width: 500px;
	border: solid 1px #275473;
	position: absolute;
	border-collapse: collapse;
	background-color: #f0faff;
}

.modalPanel td {
	vertical-align: top;
}

.titleIcon {
	padding-right: 20px;
}
#MyGamescapeToolbar
{
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
	border-bottom: 1px solid #004f00;
}
#MyGamescapeToolbar ol
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#MyGamescapeToolbar li
{
	font-size: .8em;
	font-weight: bold;
	list-style-type: none;
	float: left;
	background-color: #008f00;
	border: 1px solid #004f00;
	border-bottom-style: none;
	padding: 2px 4px;
	border-collapse: collapse;
}
#MyGamescapeToolbar a
{
	text-decoration: none;
	color: #ffffff;
}
.DataGrid
{
	font-size: .8em;
}
.TitleBar
{
	background: url(Images/BgTitleBar.png) no-repeat;
	padding: 0;
	width: 621px;
	height: 42px;
	color: #ffffff;
}
.TitleBar h2
{
	font-size: 1em;
	margin: 0px 10px;
	padding-top: 10px;
}
.Event
{
    width: 619px; 
    border: 1px solid #cf0000; 
    margin-bottom: 24px;
}