﻿
/* Gridiron 101 Page
-----------------------------------------------------------------------------*/
body#Help_Gridiron101 table.GD101
{
	border-collapse:separate;
	empty-cells:show;
}

body#Help_Gridiron101 table.GD101 td
{
	border:solid 4px white;
}

body#Help_Gridiron101 table.GD101 td.description { 
	padding: 8px;
	background: #E9E9E9;
	border-left: none;
}

body#Help_Gridiron101 table.GD101 td.description h3
{
	padding-bottom:4px;
	text-indent:2px;
}

body#Help_Gridiron101 table.GD101 td.separator 
{
	border-top: solid 1px #C9C9C9;
	border-bottom: none;
}

/* FAQ Page
-----------------------------------------------------------------------------*/
body#FAQ div.section {font-weight:bold; font-size: 1.4em; text-align: left; padding: 20px 3px 0px 3px;}
body#FAQ div.q {font-weight: bold; font-style: italic; text-align: left; padding: 3px 3px 3px 3px; margin-top: 20px; background-color: #cccccc;}
body#FAQ div.a {text-align: left; padding: 3px 3px 3px 3px;}
body#FAQ span.note {font-style: italic;}
body#FAQ span.warning {font-weight: bold; color: red;}
body#FAQ div.categories_link {width: 100%; text-align: center; font-weight: bold; margin-top: 15px;}
body#FAQ div.faq_categories {width: 100%; color: white; font-weight: bold; font-size: 1.2em;  text-align: left; padding: 10px 5px 0px 5px;}
body#FAQ div.faq_categories a {display:block; text-decoration:none; color:#FFEBB2; }
body#FAQ div.faq_categories a:hover {text-decoration:underline;}
body#FAQ p { margin: 0 !important; padding: 0 0 10px 0 !important; }
body#FAQ table.knowledgebase { 
    margin: 10px auto !important; 
    border-collapse: collapse !important; 
}
body#FAQ table.knowledgebase th {
    text-align: center !important;
    font-weight: bold !important;
    padding: 3px !important; 
    margin: 0 !important; 
    border: solid 1px #515151 !important;
    background-color: #515151 !important;
    color: #FFFFFF !important;
}
body#FAQ table.knowledgebase td {
    padding: 3px !important; 
    margin: 0 !important; 
    border: solid 1px #515151 !important;
    background-color: #F1F1F1 !important;	
}

/* Player Guide Page
-----------------------------------------------------------------------------*/
body#PlayerGuide div.GuideSections 
{
	width: 100%; 
	color: white; 
	font-weight: bold; 
	font-size: 1.2em;  
	text-align: left; 
	padding: 10px 5px 0px 5px;
}

body#PlayerGuide div.GuideSections a 
{
	display:block; 
	text-decoration:none; 
	color:#FFEBB2; 
}

body#PlayerGuide div.GuideSections a:hover 
{
	text-decoration:underline;
}

body#PlayerGuide div.section 
{
	font-weight:bold; 
	font-size: 1.4em; 
	text-align: left; 
	padding: 20px 3px 0px 3px;
}

body#PlayerGuide div.contentsLink 
{
	width: 100%; 
	text-align: center; 
	font-weight: bold; 
	margin-top: 15px;
}

body#PlayerGuide div.sectionText 
{
	text-align: left; 
	padding: 3px 3px 3px 3px;
}

body#PlayerGuide p 
{ 
	margin: 0 !important; 
	padding: 0 0 10px 0 !important; 
}

body#PlayerGuide table 
{ 
    margin: 10px auto !important; 
    border-collapse: collapse !important; 
}

body#PlayerGuide table th 
{
    text-align: center !important;
    font-weight: bold !important;
    padding: 3px !important; 
    margin: 0 !important; 
    border: solid 1px #515151 !important;
    background-color: #515151 !important;
    color: #FFFFFF !important;
}

body#PlayerGuide table th.rightLightBorder 
{    
    border-right: solid 1px #F1F1F1 !important;    
}

body#PlayerGuide table td 
{
    padding: 3px !important; 
    margin: 0 !important; 
    border: solid 1px #515151 !important;
    background-color: #F1F1F1 !important;	
}

body#PlayerGuide table td.nowrap 
{
	white-space: nowrap;   
}
