
/**
*  CLUB ZONE
*/
.instructions, .coachInstructions
{
	color: #39F;
	padding:5px;
	margin:5px;
	background:#fafafa;
	border:5px solid #39F;
}

.code
{
	font-family: Lucida Console, Verdana;
	font-size: 12px;
	text-align: left;
}

#breadcrumb
{
	background:#ddd;
	padding:5px;
	margin: 0 0 10px 0;
}

.userMessages
{
	font-weight: bold;
	color: #600;
}

/**
* AUTHENTICATED CLUB MENU
*/
a.clubBtn, a:visited.clubBtn
{
	font-size: 0.9em;
	margin: 0 1px 0 0;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
	height: 20px;
	background: url(/local/club.rokgsa.com/images/auth_menu_bg.gif) #39F left top repeat-x;
}

a:hover.clubBtn
{
	color: #39F;
	background: url(/local/club.rokgsa.com/images/auth_menu_bg_over.gif) #fff left top repeat-x;
}

a.clubBtnSelected, a:visited.clubBtnSelected, a:hover.clubBtnSelected
{
	font-size: 0.9em;
	margin: 0 1px 0 0;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
	height: 20px;
	color: #39F;
	background: url(/local/club.rokgsa.com/images/auth_menu_bg_over.gif) #ccc left top repeat-x;
}

/**
* AUTHENTICATED CHILDMENUS
* VISIBLE WHEN LOGGED IN
*/
#authChildMenu
{
	font-size: 0.9em;
	color: #39F;
	clear: both;
	height: 20px;
	padding: 3px;;
	display: table;
	border-right: 1px solid #39F;
	border-bottom: 1px solid #39F;
	border-left: 1px solid #39F;
	background: url(/local/club.rokgsa.com/images/auth_menu_child_bg.gif) #fff left top repeat-x;
}

#authChildMenu a:link, #authChildMenu a:visited, #authChildMenu a:active
{
	padding: 3px;
	margin: 0 1px 0 0;
	font-size:0.95em;
	font-weight: bold;
	color: #39F;
	text-decoration: none;
}

#authChildMenu a:hover
{
	color: #f00;
	text-decoration: underline;
}

/**
* EDITING ASSETS
*/
.assetTabContainer
{
	display:inline;
	clear:both;
	float:left;
	width:175px;
	background:#ddd;
}

.assetTab
{
	margin: 1px 0 1px 1px;
	padding: 1px 10px 1px 10px;
	background: #eee;
	border-bottom: 0;
	text-align: right;
}

#assetTabSelected
{
	background: #fff;
}

#assetDisplay
{
	margin: 0 1px 0 1px;
	padding: 0 10px 10px 10px;
	height: 230px;
}

#assetDisplay p
{
	font-weight: normal;
	color: 333;
	font-size: 1.1em;
}

.dataKey
{
	color: #333;
	padding-right: 4px;
}

.dataVal
{
	font-style: italic;
	color: #369;
}

