.iframewindow {
	background-color: #33CCFF;
	float: right;
}
#navcontainer
{
	width: 210px;
	border-right: 1px solid #000;
	padding: 0 0 1em;
	margin-bottom: 1em;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	background-color: #90bade;
	color: #333;
	font-size: 10px;
	font-weight: bolder;
	float: left;
}

#navcontainer ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer li
{
border-bottom: 1px solid #90bade;
margin: 0;
}

#navcontainer li a
{
display: block;
padding: 5px 5px 5px 0.5em;
border-left: 10px solid #1958b7;
border-right: 10px solid #508fc4;
background-color: #2175bc;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover
{
border-left: 10px solid #1c64d1;
border-right: 10px solid #5ba3e0;
background-color: #2586d7;
color: #fff;
}

A
{color: white; font-weight: bold; text-decoration: none}
A:hover
{color: aqua; text-decoration: none}
A:visited
{
	color: aqua;
}

A.shows
{color: white; font-weight: bold; text-decoration: none}
A:hover.shows
{color: aqua; text-decoration: none}
A:visited.shows
{
	color: aqua;
}

A.profiles
{color: aqua; font-weight: bold; text-decoration: none}
A:hover.profiles
{color: yellow; text-decoration: none}
body.profiles
{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; background-color: white; 
background-image: url(bg.gif); #2a3883;}

table.profiles
{
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: top;

}
td.profiles
{
	background-color: white;
	color: navy;
	font-size: 12px;
	font-weight: normal;
	padding-left: 14px;
	padding-right: 14px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

th.profiles
{
	background-color: #018DEC;
	color: white;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


A.contests
{color: aqua; font-weight: bold; text-decoration: none}
A:hover.contests
{color: yellow; text-decoration: none}
body.contests
{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; background-color: white; 
background-image: url(bg.gif); #2a3883;}

table.contests
{
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: top;

}
td.contests
{
	background-color: white;
	color: navy;
	font-size: 12px;
	font-weight: normal;
	padding-left: 14px;
	padding-right: 14px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

th.contests
{
	background-color: #018DEC;
	color: white;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
