@charset "utf-8";
/* CSS Document */
*
{
	margin: 0;
	padding: 0;
}

body {
	background-image: url(/01_Images/01_Interface/01_Tile_Bkg.gif);
	background-repeat: repeat;
}
body,td,th {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #000000;
}

a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #009933;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}

#Main_Container {
  margin: 0 auto;
  width: 877px;
} 

#Info_Container {
	width: 877px;
	background-image: url(/01_Images/01_Interface/02_Bkg_BlueTween.gif);
	background-repeat: repeat-x;
	height: auto;
} 
#GamePanel_Container
{
	background-image: url(/02_ProNetLeagues/02_ProNight/01_Images/02_Game_Panel.gif);
	position: relative;
	width: 877px;
	height: 288px;
}

.InfoBox
{
	background-color: #FFFFFF;
	border: 1px solid #8fa7bf;
	padding-top: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.InfoBox2
{
	background-color: #FFFFFF;
	border: 1px solid #8fa7bf;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
}
.mlmBox
{
	width: 220px;
	float: left;
	margin-right: 5px;
}



.InfoBoxInner
{
	background-color: #f3f5f7;
	padding-top: 10px;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8fa7bf;
	border-right-color: #8fa7bf;
	border-bottom-color: #8fa7bf;
	border-left-color: #8fa7bf;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.InfoBoxInner2
{
	background-color: #fffce6;
	border: 1px solid #8fa7bf;
	margin-top: 10px;
	margin-left: 10px;
	padding: 10px;
	width: 47%;
}




.Full_Panel
{
	float: left;
	width: 835px;
	background-image: url(/01_Images/01_Interface/02_Bkg_BlueTween.gif);
	background-repeat: repeat-x;
	padding-top: 21px;
	padding-right: 21px;
	padding-bottom: 50px;
	padding-left: 21px;
}

.Left_Panel
{
	float: left;
	width: 500px;
	padding-top: 21px;
	padding-right: 10px;
	padding-left: 21px;
}

.Right_Panel
{
	float: left;
	width: 315px;
	padding-top: 21px;
	padding-right: 21px;
	padding-left: 10px;
}
.Short_Tab
{
	background-image: url(/01_Images/01_Interface/05_Flap_Short.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}



p
{
	margin-top: 10px;
	margin-bottom: 10px;
}

h1
{
	font-family: "Times New Roman";
	font-size: 24px;
	color: #000000;
	font-weight: lighter;
}
#h1_Sub_Text
{
	font-family: "MS Sans Serif";
	font-size: 10px;
}

.Divider_Dotted
{
	height: 20px;
	background-image: url(/01_Images/01_Interface/08_Dotted_Line.png);
	background-repeat: repeat-x;
	background-position: 5px;
	clear: left;
}

.Divider_Double_Dotted
{
	background-image: url(/01_Images/01_Interface/08_Divider_Line.png);
	background-repeat: no-repeat;
	background-position: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
}


.Login_Field
{
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #FFCC00;
	background-color: #000000;
	height: 20px;
	text-indent: 3px;
	width: 225px;
}
