﻿/***********************  Home Page links */
.hm_links
{
	font-size: 12px;
}
.hm_links_hover
{
	font-size: 12px;
	color: #0099FF;
}
.hm_LineOne
{
	font-size: larger;
}
.hm_LinksPopup
{
	font-size: 10px;
}
.hm_pu_links
{
	font-size: 10px;
}
.hm_LinksPopup_Info
{
	border: thick ridge #009933;
	font-size: 11px;
	background-color: #f0fff0;
}
.hm_WordPopup
{
	background-color: #BAE2CC;
	font-weight: bold;
}
.hm_WordPopup_Selected
{
	background-color: #D3EDDF;
	font-weight: bold;
}
.hm_GridHighScores
{
	border-width: 2px;
	border-style: ridge;
	font-size: 10px;
	background-color: #CEFFCE;
}
.hm_GridHighScoresHeader
{
	border-width: 2px;
	border-style: ridge;
	background-color: #4FAA78;
	font-size: 12px;
}
.hm_GridNews
{
	border-width: 3px;
	border-style: outset;
	font-size: 10px;
	background-color: #DFFFDF;
}
.hm_GridNewsHeader
{
	border-width: 2px;
	border-style: ridge;
	background-color: #A4D5BA;
	font-size: 11px;
}
.cust_ajax__tab_default .ajax__tab_header
{
	padding: 5px;
	white-space: nowrap;
	background-color: #D9F4D5;
	border-bottom-style: ridge;
	border-right-style:  outset;

}
.cust_ajax__tab_default .ajax__tab_outer {display:-moz-inline-box;display:inline-block}
.cust_ajax__tab_default .ajax__tab_inner {display:-moz-inline-box;display:inline-block}
.cust_ajax__tab_default .ajax__tab_tab
{
	padding: 4px;
	border-color: #82C69F;
	border-style: inset;
	margin-right: 4px;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	display: -moz-inline-box;
	display: inline-block;
	font-weight: bold;
}
.cust_ajax__tab_default .ajax__tab_body
{
	border-style: outset;
	background-color: #D8F4D5;
}

.cust_ajax__tab_default .ajax__tab_active .ajax__tab_tab
{
	border-style: outset;
	background-color: #3BA074;
}