.title_box
{
	text-align: right;
	margin-top: 5px;
	background-color: #0065cd;
	background-image: url('/images/title-box.jpg');
	background-repeat: repeat-x;
	color: #ffffff;
	height: 20px;
}

.title_text
{
	margin-top:2px;
	margin-left:3px;
	float: left;
}
.title_text a:link {color: #ffffff; text-decoration: none; }
.title_text a:active {color: #ffffff; text-decoration: none; }
.title_text a:visited {color: #ffffff; text-decoration: none; }
.title_text a:hover {color: #ffffff;  text-decoration: underline;}

.title_background
{
	background-color: #6c7395;
	color: #ffffff;
}

.title_link
{
	margin-top:2px;
	margin-right: 5px;
}

.title_link a:link {color: #ffffff; text-decoration: none; }
.title_link a:active {color: #ffffff; text-decoration: none; }
.title_link a:visited {color: #ffffff; text-decoration: none; }
.title_link a:hover {color: #cccccc;  text-decoration: underline; }

.title_navs
{
	width: 100%;
	text-align: right;
	margin-right: 5px;
}
.sub_title
{
	width: 100%;
	text-align: right;
	margin-right: 5px;
}
.generic_title
{
	font-weight: bold;
	margin-left: 5px;
}
.generic_info
{
	margin-left: 5px;
}
.generic_sub_title
{
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 2px;
}
.no_teams_title
{
	margin-top: 5px;
	margin-left: 5px;
	font-weight: bold;
	color: #ff0000
}
.selectedTitleBar
{
    background: blue;
    border-color: #D6D6D6;
    border-width: 1px;
    border-style: solid;
    font-family: verdana;
    color: white;
    font-size: 12pt;
    margin: 5px;    
}
.unselectedTitleBar
{
    background: #AAAAFF;
    border-color: #D6D6D6;
    border-width: 1px;
    border-style: solid;
    font-family: verdana;
    color: #666666;
    font-size: 12pt;
    margin: 5px;
}
.entry
{
	margin-bottom: 5px;
	margin-left: 2px;
}