/* CSS Document */
body {
	background-color: #003366;

        background-image: url(/network/images/background_image.gif);
        margin: 0;
}
.box {
	background-color: #FFFFFF;
        border: 1px solid #76B8D4;
}
.game_box {
	background-color: #FFFFFF;
}
.cellTitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
}
.overall {
	background-color: #FFFFFF;
}
.overall_table {
	background-color: #87C4DD;
}

.highlighted_title {
	background-color: #C2E0EC;
}
.normal_title {
	background-color: #87C4DD;

/* The font stuff really shouldn't be here -- this stuff should be handled by cellTitles */

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;

}

.topMenuText {
	font-size: 11px;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a.topMenuText:link {color: black; text-decoration: none;}
a.topMenuText:visited {color: black; text-decoration: none;}
a.topMenuText:hover {color: black; text-decoration: underline;}
a.topMenuText:active {color: black; text-decoration: none;}

.subCategoryList {
	font-size: 11px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a.subCategoryList:link {color: black; text-decoration: none;}
a.subCategoryList:visited {color: black; text-decoration: none;}
a.subCategoryList:hover {color: black; text-decoration: underline;}
a.subCategoryList:active {color: black; text-decoration: none;}


.gameBreadcrumb {
	font-size: 11px;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a.gameBreadcrumb:link {color: black; text-decoration: none;}
a.gameBreadcrumb:visited {color: black; text-decoration: none;}
a.gameBreadcrumb:hover {color: black; text-decoration: underline;}
a.gameBreadcrumb:active {color: black; text-decoration: none;}

.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
}
.defaultText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.listSmallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

}
.mainSmallGameText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.pageNumbers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.displaygamebottomtitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
}
.bottomgametext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.privatemessageheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.sendmessageheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.messagecellheaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.messagesubject {font-family: Arial, Helvetica, sans-serif; font-size: 13px; }
.messagefrom {font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; }
.messagesummary {font-family: Arial, Helvetica, sans-serif; font-size: 11px; }
.messagedate {font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.privatemessagesubject {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }
.privatemessageprofileinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.privatemessageprofileusername {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.privatemessagedate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.privatemessagetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.memberlistboxtitles {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: bold;
}
.memberlistabc {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
}
.memberlistusers {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
}
.memberlistpages {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
}

a.PoweredBy:link {color: black; text-decoration: none;}
a.PoweredBy:visited {color: black; text-decoration: none;}
a.PoweredBy:hover {color: black; text-decoration: underline;}
a.PoweredBy:active {color: black; text-decoration: none;}

-->


