/*************SCHOOL BUTTONS **********************/
.schoolButton {
    width: 100px;
    height: 20px;
    text-align: center;
    float: left;
    background: url('../images/schoolButton.png') repeat-x;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    margin-right: 10px;
    border: 5px solid #d3d3d3;
    
    text-decoration: none;
    color: white;
    cursor: pointer;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}
.schoolButton:hover {
    background: url('../images/schoolButtonSelected.png') repeat-x;
    border: 5px solid #b5b5b5;
}
.schoolButtonTeamName {
    width: 160px;
    height: 23px;
    text-align: center;
    background: url('../images/schoolButtonTeamName.png') repeat-x;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;
    margin-right: 10px;
    border: 5px solid #c7c7c7;
    margin-top:5px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    
    text-decoration: none;
    color: white;
    cursor: pointer;
    font-size: 15px;
}
.schoolButtonTeamName:hover {
    background: url('../images/schoolButtonTeamNameHover.png') repeat-x;
    border: 5px solid #b5b5b5;
}
.schoolButtonSelected {
    width: 100px;
    height: 20px;
    text-align: center;
    float: left;
    background: url('../images/schoolButtonSelected.png') repeat-x;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    margin-right: 10px;
    border: 5px solid #c7c7c7;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    
    color: white;
    cursor: pointer;
}

.schoolSearch {
    width: 450px;
    height: auto;
    padding: 0px;
    margin:0px;

    position: relative;
    left: 110px;
    
}
/****************** SCHOOL SEARCH *******************/
input.schoolSearchLine {
    height: auto;
    width: 350px;
    margin: 0px;
    padding:5px;
    border:1px solid #909090;
    
    font-size: 13px;
    font-style: italic;
}

input.schoolSearchButton {
    height: 28px;
    width: 60px;
    
    margin: 0px;
    padding: 0px;
    padding: 5px;
    margin-top: 1px;
    text-transform: none;
    font-size: 13px;
    
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.school {
    border: 1px solid #b5b5b5;
    border-bottom: none;
}
.schoolContent {
    border-bottom: 1px solid #b5b5b5;
}
.school:hover {
    cursor: pointer;
    background-color: red;
}
.school {
    padding: 3px;
}
/******************** SCHOOL DATA **************/
.schoolFirstImage {
    padding: 3px;
    background-color: white;
    border: 1px solid #b5b5b5;
    float: left;
    margin-right: 10px;
}
a.schoolFirstName {
    font-size: 15px;
    text-decoration: none;
}

.schoolLogo {
    float: left;
}

.schoolPost {
    float: left;
}

.schoolContact {
    float: right;
    min-width: 150px;
}
/***********NEWS TEAMS ***************/
.schoolTeamsNews {
    height: auto;
    padding-top:10px;
    padding-bottom: 10px;
}


.schoolTeams {
    width: 230px;
    float: left;
}

.schoolFirstNews {
    width: 350px;
    height: auto;
    float: right;
}

.schoolFirstNewsContent {
    border-bottom:1px solid #c7c7c7;
    padding: 3px;
}
.schoolFirstNewsContent:hover {
    background: #cce4ff;
        cursor: pointer;
}
.schoolFirstNewsImage {
    width: 60px;
    height: 50px;
    padding: 3px;
    border: 1px solid #b5b5b5;
    float: left;
    background-color: white;
}
.schoolFirstNewsText {
    width: 255px;
    height: auto;
    margin-left: 10px;
    text-align: justify;
    float: left;
}
/************** HEADMASTER, SCHOOL MASCOT ****************/
.schoolWindow {
    width: 25%; 
    height: auto;
    float: left;
}
.schoolWindowTitle {
    background: #b5b5b5; 
    color: white; 
    padding: 5px;
    border-right: 1px solid white;
}

.schoolFirstImageMaster {
    width: 180px;
    padding: 5px;
    background-color: white;
    border: 1px solid #b5b5b5;
    border-top: none;
    margin-left: 10px;
    margin-bottom:  5px;
}

.schoolMasterName {
    width: 120px;
    padding-top: 3px; 
    padding-bottom: 3px;
    margin-left: 10px;
    font-weight: bold;
    text-align: left;
}
/*************************SCHOOL ACTIVITY ****************************/
.schoolActivityName {
    width: 617px;
    height: 23px;
    padding:3px;
    padding-top: 7px;
    padding-right: 10px;
    padding-bottom: 0px;
    background: url('../images/schoolButtonTeamNameHover.png') repeat-x;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left:-5px;
    
    color: white;
    font-size: 15px;
}

.schoolTeamData {
    width: 320px;
    height: auto;
    float: left;
    
}

.schoolTeamDataImage {
    width: 300px;
    padding: 5px;
    border: 1px solid #b5b5b5;
    background-color: white;
}

.schoolActivityCoach {
    width: 200px;
    margin-bottom: 18px;
}

.schoolActivityCoachImage {
    width: 140px;
    padding: 3px;
    border:1px solid #b5b5b5;
    float: left;
    background-color: white;
}

.schoolActivityCoachTitle {
    float: left;
    padding: 10px;
}

/*************** IGRALCI ***********************/

.schoolActivityPlayers {
    width: 130px;
    min-height: 165px;
    float: left;
    text-align: center;
    padding: 5px;
    padding-top: 5px; margin-right: 12px;
}
.schoolActivityPlayers:hover {
    background-color: #eeeeee;
}
.schoolActivityPlayersImage {
    width: 85px;
    height: 90px;
    padding: 3px;
    border:1px solid #b5b5b5;
    background-color: white;
    margin-bottom: 3px;
}

/************** CLUB ************/

a.schoolClubTab {
    color: #8bacd1;  
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    text-decoration: none;
}

a.schoolClubTab:hover {
    color: white;
}

.schoolClubTabLine{
    float:  left; width: 1px; background: white; position: relative; top:-7px; height: 30px;
}









