.resultMainMenu {
    height: auto;
    border:1px solid #b5b5b5;
    background: url('../images/resultBackground.png') repeat-x;
    height: 25px;
}

.resultMainButton {
    border-right:1px solid #b5b5b5;
    width: auto;
    height: 20px;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 0px;
    text-decoration: none;
    background: url('../images/resultBackground.png') repeat-x;
    float: left;
}

.resultMainButton:hover {
    color: white;
    border-right:1px solid #135299;
    background: #135299 url('../images/resultBackgroundSelected.png') repeat-x;
    cursor: pointer;
}

.resultMainButtonSelected {
    color: white;
    border-right:1px solid #135299;
    background: url('../images/resultBackgroundSelected.png') repeat-x;
    cursor: pointer;
}

.selectSchoolType {  
    background: #b5b5b5;
    margin-bottom: 10px;
}

.schoolMainButton {
    padding:5px; 
    padding-left: 10px;
    padding-right:10px;
    color: white;
    float: left;
    cursor: pointer;
    border-right: 1px solid white;
}

.schoolMainButton:hover {
    background: #525252;  
    cursor: pointer;  
}

.schoolMainButtonSelected {
    background: #525252; 
    cursor: pointer;
}

/******************* SKUPINE ***************************/
.acc_trigger {
	width: 950px;
	height: auto;
    padding-top: 5px;
    padding-left: 10px;
   	float: left;
    border: 1px solid #d5d5d5; 
    
 
    /* Mozilla: */
    background: -moz-linear-gradient(top, #fff, #d5d5d5);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
    left top, left bottom, from(#fff), to(#d5d5d5));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
    StartColorStr='#fff', EndColorStr='#d5d5d5', GradientType=0);
    color: #0370b0;
	font-size: 15px;
	font-weight: normal;
    text-decoration: none;
}
.acc_trigger:hover {
    border: 1px solid #1658a1; 
    /* Mozilla: */
    background: -moz-linear-gradient(top, #2c83e3, #1658a1);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
    left top, left bottom, from(#2c83e3), to(#1658a1));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
    StartColorStr='#2c83e3', EndColorStr='#1658a1', GradientType=0);
    color: white; 
    cursor: pointer;
}
.active {
    border: 1px solid #1658a1; 
    background: -moz-linear-gradient(top, #2c83e3, #1658a1);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
    left top, left bottom, from(#2c83e3), to(#1658a1));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
    StartColorStr='#2c83e3', EndColorStr='#1658a1', GradientType=0);
    color: white; 
    cursor: pointer;
}

.acc_container {
	margin: 0px; padding: 0;
	overflow: hidden;
	font-size: 13px;
	width: 960px;
	clear: both;
}
.acc_container .block {
	width: 950px; 
    padding-bottom:10px;
    padding-top: 10px;
}

.windowResultAllSchool {
    float: left; margin-left: 0px;margin-right: 5px;
    padding: 5px;
}
.windowResultAllSchool:hover {
    background: #135299;
    color: white;
    cursor: pointer;
}

.windowResultsLogo {
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 10px;
    padding: 5px;
    border: 1px solid #b5b5b5;
    background: white;
}

.windowResultsSchoolName {
    float: left;
    font-size: 15px;
    font-weight: bold;
    width: 120px;
    text-align: center;
    margin-top: 30px;
}

.windowResults {
    width: 48%;
}

.resultsWindowTitle {
    height: 20px;
    padding-top: 5px;
    padding-left:10px;
    border-bottom: #b5b5b5;
    background: url('../images/resultBackgroundSelected.png') repeat-x;
    
    color: white;
    text-align: left;
    font-weight: bold;
}

.windowResultsplayTime {
    background: #b5b5b5; 
    color: white;
    padding:3px;
    padding-left:10px;
}

.windowResultsTeams {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.5em;
    border: 1px solid #b5b5b5;
    border-top:none;
}
.windowResultsTeams:hover {
    background: #135299;
    cursor: pointer;
    color: white;
}
td.windowResultsTeamOne {
    width: 180px;    
    text-align: center; 
}

td.windowResultsGameResult {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    background: #ff7d05;
    color: white;
    width: 60px;
}

td.windowResultsTeamTwo {
    width: 180px;    
    padding-top: 2px;
    padding-right: 2px;
    text-align: center; 
}

tr.windowResultsSubTableHover:hover {
    background: #135299;
    cursor: pointer;
    color: white;
}

td.windowResultsTable{
    border-right:1px solid white;
    background: #b5b5b5;
    color: white;
}

td.windowResultsSubTable {
    border-right:1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
}



/**************************
***************************
*******WINDOW RESULT ******
***************************
**************************/

.windowResultMenu {
    width: 100%;
    height: 25px;
    background: url('../images/windowResultMenu.png') repeat-x;
}

.windowResultMenuButton {
    color: white;
    float: left;
    padding-left: 7px;
    padding-right: 8px;
    padding-top: 5px;
    width: auto;
}

.windowResultMenuButton:hover {
    border-bottom:  5px solid #ff7d05;
    cursor: pointer;
}

.windowResultMenuButtonSelected {
    border-bottom:  5px solid #ff7d05;
}

.windowResultMenuSep {
    width: 2px;
    height: 25px;
    background: url('../images/windowResultMenuSep.png') repeat-y;
    float: left;
}

.lastResultsWindow {
    border: 1px solid #4c4c4c; 
    border-top: none;
}

.lastResultsWindowSchool {
    width: auto;
    height: 18px;
    padding-top: 5px;
    padding-left: 5px;
    background: url('../images/lastResultsWindowSchool.png') repeat-x;
    color: white;
    font-weight: bold;
}

.lastResultsWindowPlayTime {
    width: auto;
    padding: 3px;
    padding-left: 5px;
    background-color: #e1e1e1;
}

.lastResultsWindowResultsTeams {
    border-bottom:1px solid #b5b5b5;
    height: auto;
    cursor: pointer;
}
.lastResultsWindowResultsTeams:hover {
    background: #135299;
    color: white;
}

.lastResultsWindowSkupina {
    width: 130px;
    float: left;
    padding: 3px;
    padding-left: 5px;
    background: #135299;
    color: white;
    text-align: center;
}

.lastResultsWindowTeamOne {
    width: 200px;    
    float: left; 
    text-align: center; 
    padding: 3px;
}

.lastResultsWindowGameResult {
    float: left;
    text-align: center;
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    background: #ff7d05;
    color: white;
    width: 60px;
}

.lastResultsWindowTeamTwo {
    width: 200px;    
    float: left;
    text-align: center; 
    padding: 3px;
}

a.windowResultsMore {
    float: right;
    text-decoration: none;    
}


/********************** PLESNE SKUPINE REZULTATI ************************/

.resultsWindowDanceTitle {
    padding: 5px;
    background: #ff7d05;
    color: white;
    border-right: 1px solid white;
    text-align: center;
}

td.subTableResultsWindowTitle {
    border-right: 1px solid #fff;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
}

td.resultsWindowResult {
    width: 33%;
    border: 1px solid #b5b5b5; 
    border-top: none;
    border-right: none;
    border-left: none;
}

.subTableResultsWindowBackground {
    background: #8baed3;
    color: white;
}
.subTableResultsWindowBackground:hover {
    background: #fff;
    color: #4d4d4d;
}
.subTableResultsWindowBackgroundTwo {
    background: #d1dfee;
}
.subTableResultsWindowBackgroundTwo:hover {
    background: #fff;
    color: #4d4d4d;
}


/****************************** ACTIVITY 2 CSS ***********************************/
.prijavljeneSole {
        padding: 5px;
    background: #135299;
    color: white;
    font-size: 15px;
}

.sodelojoceSoleButton {
    border: 1px solid #b5b5b5;
    border-top: none;
    padding: 5px;
    padding-bottom:2px;
    padding-top: 8px;
    width: 208px;
    height: 20px;  
    background: #f7f7f7;
} 
.sodelojoceSoleButton:hover {
    cursor: pointer;
    background: #135299;
    color: white;
    border: 1px solid #135299;
    border-top: none;
}  

.dancingResult {
    width: 720px;
    height: auto;
}

.dance {
    margin-bottom: 10px;    
}

.titleDance {
    padding: 5px;
    background: #135299;
    color: white;
    font-size: 15px;
}

