﻿body, html
{
	height: 100%; /* This makes the background fill the screen on pages with little content. */
	padding: 0;
	margin: 0;
}
#MTGMasterPageContent
{
	background-color: Black;
	background-image: url(img/Grey-Black_Gradient.gif);
	background-position:top;
	background-repeat:repeat-x;
	min-height: 100%; /* This makes the background fill the bottom part of the screen you have to scroll to in large pages. */
	width:100%;
	padding: 0px;
	margin: 0px;
}
#MTGMasterPageMainPage
{
	background-color:White;
	width:800px;
	padding: 0px;
	margin-left:auto;
	margin-right:auto;
	border-left: solide 1px #646464;
	border-right: solide 1px #646464;
}	
#MTGMasterPageTopSwoosh
{
	margin: 0px;
	padding: 0px;
	height: 3px;
	width: 100%;
	background-color: #FFCC00;
	clear: left;
}

#MTGMasterPageTop table tr td img
{
	vertical-align: middle;
    width: 23px;
    height: 30px;
}
#MTGMasterPageMTGLogo,
#MTGMasterPageMTGName
{
	vertical-align: middle;
}
ul#MTGMasterPageTopSiteNav
{
    margin: 0;
    padding: 0;
    white-space: nowrap;
    vertical-align: bottom;
}
ul#MTGMasterPageTopSiteNav li
{
    text-align: center;
    float: right;
    list-style: none;
    padding: 3px 6px 3px 6px;
    margin-bottom: 5px;
    display: inline;    
    border-right-width: 1px;
    border-right-color:Black;
    border-right-style:solid;
    vertical-align: middle;
}
ul#MTGMasterPageTopSiteNav li a
{
	text-decoration: none;
	font-family: verdana;
	font-size: 8pt;
	font-weight: normal;
	color: Black;
	display: block;
}
ul#MTGMasterPageTopSiteNav li.MTGMasterPageTopSiteNav_LastItem
{
	border-right-style:none;
}
#MTGMasterPageTopNavLinks
{
	float:left;
	white-space:nowrap;
	width: 50%;
}
#MTGMasterPageTopImages
{
	float:left;
	width: 50%;
}



/* Code for the horizontal site nav menu. */
#MTGMasterPageSiteTabs { list-style-type: none; }
#MTGMasterPageSiteTabs, #MTGMasterPageSiteTabs * { margin: 0; padding: 0; }

#MTGMasterPageSiteTabs li
{
	background-color: #F2F2F2;
	border-bottom-style: ridge;
	border-bottom-width: 1px;
	border-bottom-color: #B8B8B8;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #B8B8B8;
	padding-top: 3px;
	display: block;
	float: left;
	height: 18px;
	margin: 0px;
	text-align: left;
	text-indent: 4px;
	width: 159px;
}
#MTGMasterPageSiteTabs li a
{
	height: 100%;
}
#MTGMasterPageSiteTabs li:hover
{
	background-color: #BABABA;
	color: White;
}
#MTGMasterPageSiteTabs li ul
{
	position: relative;
	display: none;
}
#MTGMasterPageSiteTabs li.headlink:hover ul
{
	font-size: 7pt;
	display: block;
}
#MTGMasterPageSiteTabs li ul li
{
	padding-top: 6px;
	background-color: #EFEFEF;
	border: none;
	display: block; /* Makes the whole "button" clickable instead of just the link text */
}
#MTGMasterPageSiteTabs li ul li:hover
{
	background-color: #BABABA;
	color: White;
}
#MTGMasterPageSiteTabs li ul li a
{
	height: 20px;
	font-family: verdana;
	font-weight: normal;
	font-size: 8pt;
}
#MTGMasterPageSiteTabs li a
{
	font-family: verdana;
	font-size: 9pt;
	font-weight: bolder;
	text-decoration: none;
	color: Black;
	display: block;
}
#MTGMasterPageBottom
{
	text-align: center;
	color: #A0A0A0;
	font-family: verdana;
	font-size: 7pt;
	width: 100%;
	padding-top:20px;
}