@charset "utf-8";
/* CSS Document */

.AdvertTable {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.ProvinceBox {
	width: 600px;
	border: thick double #396;
	margin-right: auto;
	margin-left: auto;
	margin-top: 24px;
	padding-bottom: 8px;
	padding-top: 6px;
}

.ProvinceBox  .ProvTitle {
	color: #06F;
	text-align: center;
	background-color: #FFF;
	padding: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
}

.ProvinceBox  .ProvTitle2 {
	color: #06F;
	text-align: center;
	background-color: #FFF;
	padding: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
.ProvinceBox  .ProvTitle3 {
	color: #06F;
	text-align: center;
	background-color: #FFF;
	padding: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

.ProvinceBox  .Date {
	color: #C06;
	text-align: center;
	background-color: #FFF;
	padding: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}

.ProvinceBox .Time {
	color:  #006600;
	font-style: italic;
	font-size: 14px;
	font-weight: normal;
}

.NoticeBox {
	width: 640px;
	border: thick ridge #FF0;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFC;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: -20px;
}

.NoticeBox .heading {
	font-size: 14px;
	font-weight: bold;
	color: #39F;
	margin-bottom: 3px;

}

.GamesList{
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	margin-left: 24px;
	margin-top: 30px;
	white-space: pre;
	line-height: 17px;
}

.GamesList .DateHeader{
	color: #009900;
	font-weight: bold;
}

.GamesList .ShowStars {
	height: 15px;
	vertical-align: top;
	padding-top: 0;
	padding-bottom: 0;
}

.GamesList .StatusText{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: Red;
}

.GamesList a:link{
	color: Blue;
	text-decoration: none;
	font-weight: normal;
}

.GameItem{
	border: medium solid #396;
	margin-top: 40px;
}

.GameItem .Heading{
	font-weight: bold;
	font-size: 14px;
	font-family: sans-serif;
	background-color: #FFC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.GameItem .Heading td{
	padding-top: 3px;
	padding-bottom: 3px;
}

.GameItem .Heading .BookLine{
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	text-align: center;
}

.GameItem .EventName{
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	color: #C39;
	font-weight: bold;
}

.GameItem .EventName td{
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: thin solid #0CF;
}

.GameItem .Comment{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #996666;
}

.GameItem .Comment td{
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: thin solid #C96;
}

.GameItem .Comment td .BackToTop{
	position: absolute;
	right: 40px;
}

.GameItem .Comment td .BackToTop img{
	border: none;	
}

.GameItem .BackBar td{
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	height: 18px;
}

.GameItem .BackBar td .BackToTop{
	position: absolute;
	right: 40px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.GameItem .BackBar td .BackToTop img{
	border: none;	
}

.GameItem .ComboBox{
	font-weight: normal;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border: thin solid #69F;
	border-collapse: collapse;
	margin-top: 22px;
	margin-bottom: 20px;
	padding-top: 4px;
}

.GameItem .ComboBox td{
	padding-left: 10px;
	padding-right: 10px;
}

.GameItem .ComboBox .Header{
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-style: normal;
	color: #F66;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
}

.GameItem .Stats{
	font-weight: normal;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border: thin solid #69F;
	border-collapse: collapse;
	margin-top: 18px;
	margin-bottom: 20px;
}

.GameItem .Stats td{
	padding: 2px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #69F;
	border-bottom-color: #69F;
}

.GameItem .Stats .Header{
	padding: 2px;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-style: normal;
	color: #966;
	font-weight: bold;
	text-align: center;
}

.GameItem .Stats .Label{
	text-align: left;
	padding-left: 10px;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	color: #C93;
}

.GameItem .Stats .Playeredge {
	font-weight: bold;
	background-color: #FFD700;
}

.GameItem .Stats .Playeredgegrey {
	font-weight: normal;
	background-color: #D3D3D3;
}

.PsWarning {
	border: thick double #C93;
	width: 630px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
	margin-top: 50px;
}

.PsWarning p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: justify;
}
