/**************************************/
/*          CSS Stylesheet            */
/**************************************/

body {
	font: 13px/1.231 arial, helvetica, clean, sans-serif;
	color: #666666;
	background-color: #303940;
}

#view-club-members {
	text-align: center;
	font-size: 18px;
	margin: 10px;
}

/**** header ****/

#header {
	color: #184a85;
	background: #000 url(/images/bg-page.png) repeat-x top left;
	height: 177px;
}

#header .logo {
	top: 0;
	left: 0;
	width: 165px;
}

#header .association {
	font-family: 'Montserrat', sans-serif;
	font-size: 36px;
	
	position: absolute;
	top: auto;
	right: 10px;
    bottom: 0;
	
	text-shadow: 0.05em 0.05em 0 #323643;
}

#header .association a {
	color: white;
}

#header .association a:hover {
	background: none;
}

#header .account a {
    font-size: 1.1em;
    font-weight: bold;
	text-shadow: 0.05em 0.05em 0 #323643;
}

#header .account a.logout {
    color: #c945ce;
}

#header .account a.logout:hover {
    background-color: #c945ce;
}

#header #search {
    position: absolute;
	top: 35px;
	right: 10px;
}

/**** footer ****/

#footer
{
	background-color: #008d36;
	border-top: 1px solid #FFFFFF;
	color: #FFFFFF;
	padding: 30px 0;
}

/**** main menu ****/

#main_menu {
	width: 920px;
	padding: 12px 20px 0;
}

#main_menu li {
	padding: 0px 10px 0px 0px;
}

#main_menu li.last {
	padding-right:0px;
}

#main_menu li a {
	color: #fff;
	text-shadow: none;
}

#main_menu li a:hover {
	color: #fff;
	text-shadow: 1px 1px 1px #008d36;
	background-color: #008d36;

	-webkit-box-shadow: inset 2px 2px 6px 0px #008d36;
	-moz-box-shadow: inset 2px 2px 6px 0px #008d36;
	box-shadow: inset 2px 2px 6px 0px #008d36;
}

#main_menu li ul.sub_menu {
	background: #57bf3e;
	border: 1px solid #008d36;
}

#main_menu li ul.sub_menu li {
	border-top: 0;
	border-bottom: 1px solid;
}

#main_menu li ul.sub_menu li a {
	color: #008d36;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #57bf3e;
}

#main_menu li ul.sub_menu li a:hover {
	color: #00772c;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}


/**** general ****/

.fnsmr_activity_association select {
	width: 212px;
}

.fnsmr_activity_association {
	text-align: center;
}

/* progressbar */

#progressbar {
	position: relative;
	border: 1px solid #DDD;
	box-shadow: 0 3px 5px -3px #CCC inset;
}

#progressbar table {
	font-size: 10px;
	margin: 0 1%;
	position: absolute;
	text-align: center;
	top: 5px;
	width: 98%;
}

#progressbar table .on a {
	color: #D3A200;
	display: inline-block;
	line-height: 2em;
	width: 2em;
}

#progressbar table .on a:hover {
	color: #D3A200;
	background: none;
}

#progressbar table .off a {
	display: none;
}

#progressbar + p {
	font-style: italic;
}

#progressbar .ui-progressbar-value {
	box-shadow: 0 -20px 30px -30px #FED94E inset;
}

#content .player-option-fieldset > ul {
	margin-top: -0.25em;
	margin-bottom: -0.25em;
}

#dialog .player-option-fieldset > ul {
	margin-top: 0;
	margin-bottom: 0;
}

#content .player-option-fieldset[disabled],
#dialog .player-option-fieldset[disabled] {
	display: none;
}

#extra-footer {
	background: none;
}
#extra-footer a {
	background: none;
}