/* Stylesheet for Modules */

.moduleMemberLogin {
	border: 1px solid silver;
	padding: 10px;
}

.moduleMemberLogin .title {
	display: none;
}

.moduleMemberLogin .moduleMemberError {
	color: red;
}
.moduleMemberLogin .moduleMemberUserID input, .moduleMemberLogin .moduleMemberPassword input {
	width: 100%;
}
.moduleMemberLogin .moduleMemberLoginButton, .moduleMemberLogin .moduleMemberLogoffButton {
	text-align: center;
}
.moduleMemberLogin .moduleMemberLoginButton input, .moduleMemberLogin .moduleMemberLogoffButton input {
}

.moduleMemberSignup label, .moduleEventSignup label {
	width: 100%;
}

.moduleMemberSignup input, .moduleEventSignup input, .moduleMemberSignup select, .moduleEventSignup select  {
	width: 100%;
}
.ModuleMemberSignupButton, .ModuleEventSignupButton {
	padding-top: 20px;
}
.ModuleMemberSignupButton input, .ModuleEventSignupButton input {
	width: 100px;
}
.ModuleMemberError, .moduleEventError {
	color: red;
	font-weight: bold;
}

/*
.moduleObjectBrowser .title {
	height: 100%;
	font-size: 16px;
	padding-bottom: 5px;
	border-bottom: 1px solid silver;
	margin-bottom: 5px;
}
*/

.moduleObjectBrowser {
	width: 100%;
	margin-bottom: 20px;
}

.moduleObjectBrowser .header {
	width: 100%;
	margin-bottom: 20px;
}

.moduleObjectBrowser .contentRow .title {
	width: 100%;
}

.moduleObjectBrowser .contentRow .subtitle {
	font-style: italic;
}

.moduleObjectBrowser .contentRow .morelink {
	display: none;
}

.moduleObjectBrowser .contentRow .details {
	width: 100%;
}


.moduleObjectBrowser div.contentRow, .moduleObjectBrowser tr.contentRow td {
	padding-top: 5px;
	padding-bottom: 5px;
}

.moduleObjectBrowser .contentRow a {
	cursor: pointer;
}

.moduleObjectBrowser .showAll {
	border-top: 1px solid #808080;
	margin-top: 5px;
	padding-top: 5px;
}

.moduleObjectBrowser .showAll a {
	color: #a60052;
}

/* ClubManager */

.moduleClubManager {
}

.moduleClubManager .teamList, .moduleClubManager .playerList, .moduleClubManager .matchList {
	width: 100%;
}

.moduleClubManager .teamList th, .moduleClubManager .playerList th, .moduleClubManager .matchList th {
	background-color: #a02020;
	color: white;
	text-align: left;
	font-size: 12px;
	padding: 2px;
	font-weight: bold;
	border-bottom: 2px solid #400000;
}

.moduleClubManager .teamList td, .moduleClubManager .playerList td, .moduleClubManager .matchList td {
	color: black;
	padding: 2px;
	font-size: 11px;
	border-bottom: 1px solid #e0e0e0;
}

.moduleClubManager .teamList, .moduleClubManager .playerList, .moduleClubManager .matchList {
	border: 1px solid red;
}

.moduleClubManager .teamList .active, .moduleClubManager .playerList .active, .moduleClubManager .matchList .active {
	background-color: #f0e0c0;
}

.moduleClubManager .playerList {
}

.moduleClubManager .playerList th {
}

.moduleClubManager .playerList td {
}

.moduleClubManager .matchList {
}

/* Search */

.moduleSearch .title {
	font-size: 16px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.moduleSearch {
	width: 100%;
	margin-bottom: 20px;
}

.moduleSearch table {
	width: 100%;
}

.moduleSearch div.contentRow, .moduleSearch tr.contentRow td {
	height: 20px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.moduleSearch .contentRow a {
}

.moduleSearch .showAll {
	border-top: 1px solid #808080;
	margin-top: 5px;
	padding-top: 5px;
}

.moduleSearch .showAll a {
	color: #a60052;
}

/* RSS Reader */

.moduleRSSReader .content .contentRow {
	font-size:			90%;
	padding-bottom:		10px;
	display:			block;
}

.moduleFileBrowser .content {
	width:				100%;
}

.moduleFileBrowser .content .contentRow {
	width:				100%;
	font-size:			90%;
}

.moduleFileBrowser .content .contentRow td {
}

.moduleImageBrowser .contentrow {
	width:				200px;
	height:				215px;
	border:				1px solid #e0e0e0;
	background:			#f8f8f8;
	float:				left; 
	padding-top:		10px;
	margin-right:		10px; 
	margin-bottom:		10px; 
}

.moduleImageBrowser .contentrowsmall {
	width:				110px;
	height:				125px;
	border:				1px solid #e0e0e0;
	background:			#f8f8f8;
	float:				left; 
	padding-top:		10px;
	margin-right:		10px; 
	margin-bottom:		10px; 
}

.moduleRSSReader {
	width: 100%;
	margin-bottom: 20px;
}

.moduleRSSReader .header {
	width: 100%;
	margin-bottom: 20px;
}

.moduleRSSReader .contentRow .title {
	width: 100%;
}

.moduleRSSReader .contentRow .subtitle {
	font-style: italic;
}

.moduleRSSReader .contentRow .morelink {
	display: none;
}

.moduleRSSReader .contentRow .details {
	width: 100%;
}


.moduleRSSReader div.contentRow, .moduleRSSReader tr.contentRow td {
	padding-top: 5px;
	padding-bottom: 5px;
}

.moduleRSSReader .contentRow a {
	cursor: pointer;
}

.moduleRSSReader .showAll {
	border-top: 1px solid #808080;
	margin-top: 5px;
	padding-top: 5px;
}

.moduleRSSReader .showAll a {
	color: #a60052;
}
