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

legend {
	color:					black;
	font-weight: 			bolder;
}

#teamForm input {
	width:					540px;
}

#teamForm table {
    width:                  100%;
}

#teamForm #team_description {
	width:					540px;
}

#teamForm #team_prices {
	width:					540px;
}

#teamForm #saveNewTeamSubmit {
	width:					100px;
}

#teamForm .actions {
    text-align:             right;
}

#teamForm {
    margin-bottom:             30px;
}

#team_user_team {
	width:					200px;
}




#leaveTeam {
	width:					555px;
}

#leaveTeam .tableHead {
	font-size: 				smaller;
    color: 					white;
    height: 				18px;
    background-image: 		url(../images/header/tHead.jpg);
}

#leaveTeam #iconRow {
	width:					10px;
}

#showTeamTable {
	color:					black;
	width:					100%;
}

#league_team_team {
	width:					500px;
	margin-left:			10px;
}

#widget_team_website {
	width:					540px;
}

#teamlistAdmin a{
	color:					white;
}

#team_level {
	width:					300px;
}

#victorySection table {
    width:                  100%;
    margin-top:             20px;
}

#victorySection .awardPictureArea {
    text-align:             left;
}

#victorySection .awardName, #victorySection .received {
    text-align:             left;
}

#victorySection .received span {
    font-size:              xx-small;
}

#victorySection .awardReason {
    font-weight:            bolder;
    padding-left:           5px;
    padding-right:          5px;
}

#victorySection .spacer {
    height:                 5px;
}

#valuationSection table {
    border:                 thin solid silver;
    width:                  100%;
    line-height:            20px;
}

#valuationSection table .created {
    white-space:            nowrap;
    vertical-align:         top;
}

#valuationSection table .from {
    padding-left:           15px;
    padding-right:          5px;
    vertical-align:         top;
}

#valuationSection table .from a {
    color:                  white;
}

#valuationSection table .rating {
    text-align:             center;
    padding-left:           5px;
    padding-right:          5px;
    vertical-align:         top;
}

#valuationSection table .value {
    text-align:             center;
    vertical-align:         top;
    padding-top:            3px;
}

#valuationSection table .actions {
    text-align:             left;
    vertical-align:         top;
    text-align:             center;
    padding-left:           10px;
}

#valuationSection table a {
    color:                  white;
}


#profileSection .createdAt {
    padding-left:           30px;
}

#profileSection .clear {
    clear:                  both;
}


#penaltyPointSection table {
    width:                  100%;
}

#penaltyPointSection table.noPenaltyPointMessageBlock {
    background-color:       #c0c0c0;
}

#penaltyPointSection table.noPenaltyPointMessageBlock .message {
    vertical-align:         top;
    color:                  black;
    padding-left:           8px;
}

#penaltyPointSection table .expire {
    text-align:             right;
}

#penaltyPointSection .spacer {
    height:                 10px;
}

#logSection div, #logSection createdAt {
    padding-left:           8px;
}

#logSection .logMessage {
    margin-left:            30px;
    font-weight:            bold;
}

#logSection .clear {
    clear:                  left;
}

#lastTeamMatchesSection table {
    width:                  100%;
    color:                  white;
}

#lastTeamMatchesSection table.noMatchesMessage {
    background:             #c0c0c0;
}

#lastTeamMatchesSection table.noMatchesMessage .message {
    vertical-align:         top;
    color:                  black;
    padding-left:           8px;
}

#lastTeamMatchesSection .actions {
    text-align:             center;
}

#lastTeamMatchesSection .result {
    font-weight:            bold;
}

#lastTeamMatchesSection .matchpoint {
    text-align:             right;
}


#adminTeamList h1 {
    padding-left:           8px;
    margin-bottom:          30px;
}

#adminTeamList table {
    font-size:              x-small;
    width:                  100%;
}

#adminTeamList .actionLink {
    text-decoration:        none;
}

#adminTeamList .teamName {
    padding-left:           8px;
}

#adminTeamList .created, #adminTeamList .createdFrom {
    text-align:             center;
}


#deleteTeamSection h1 {
    padding-left:           8px;
}

#deleteTeamSection table {
    width:                  90%;
}

#deleteTeamSection .teamName {
    padding-left:           8px
}

#deleteTeamSection .spacer {
    height:                 30px;
}

#deleteTeamSection .action {
    text-align:             right;
}

#deleteTeamSection .backLink {
    margin-right:           10px;
}


#teamToManageSection h1 {
    padding-left:           8px;
}

#teamToManageSection table {
    margin:                 30px auto;
    width:                  100%;
}

#teamToManageSection .teamName {
    padding-left:           8px;
    color:                  white;
}

#teamToManageSection .action {
    width:                  10px;
    text-align:             center;
}


#deleteTeamSection #league_team_team {
    width:                  570px;
}