fieldset {
	background-color:		#348ACA; 
	color:					white;
	border: 				1px solid;
	padding-top:			1px;
}

legend {
	color:					white;
}


#leagueOverview {
	width:					500px;
	margin-top:				20px; 
	table-layout:			fixed;
}

#leagueOverview .adminMenu {
	text-align:				right;
}

#leagueOverview .adminMenu a {
	text-decoration: 		none;
	color:					green;
}


#leagueOverview .picture {
	width:					200px;
}

#leagueOverview .leagueInformation {
	vertical-align:			top;
}

#leagueOverview .leagueInformation p {
	text-align:				right;
}

#leagueOverview .description {
	padding:				5px; 
	width:					300px;
}

#leagueOverview .sizer {
	height:					15px;
}

#showLeague {
	margin-top:				30px;
	border:					1px solid silver;
	color:					black;
}

#showLeague .leaguePicture {
    width:                  120px;
    height:                 150px;
}

#showLeague div {
	min-height:				200px;
	background-color:		gray;
	text-align:				center;
	width:					100%;
	padding-bottom:			20px;
}

#showLeague table {
	width:					100%;
	margin-left:			auto;
	margin-right:			auto;
	color:					black;
}

#showLeague .rules {
	background-color:		silver;
	vertical-align:			top;
}

#showLeague .description{
	height:					176px;
	background-color:		#808080;
	vertical-align:			top;
}

.seperator {
	background-color:		black;
}

.odd {
	background-color:		silver;
}

.even {
	background-color:		white;
}


/*Edit league*/
#league_game_id, #league_name, #league_picture, #league_description, #league_rules,
#league_join_password, #league_modus, #league_status, #league_irc, #league_nameForPoints,
#league_pointsPerWin, #league_pointsPerLoose, #league_pointsPerRemis, league_sortNumber {
	width:					400px;
}



#newLeague h1, #editLeague h1 {
    padding-top: 30px;
}

#newLeague table .actions, #editLeague table .actions {
    text-align:             right;
}

#editLeague .label, #newLeague .label {
    vertical-align:         top;
    font-weight:            bold;
}

#newLeague table .header, #editLeague table .header {
    background-color:       #348aca;
    color:                  white;
    font-weight:            bolder;
}
