html * { margin: 0; }
.spinner { padding: 5px; position: absolute; right: 0px; }
body {background: #fff; color: #333; font: 11px verdana, arial, helvetica, sans-serif;}

a:link, a:visited, a:hover {color: green; bold; text-decoration: none;}
a:hover {text-decoration: underline;}

h1 {color: #006dba; font-weight: normal; font-size: 16px; margin: 15px 0px 30px; text-align: center;}
ul {padding-left: 15px;}
input, select, textarea {background-color: #fcfcfc; border: 1px solid #ccc; font: 11px verdana, arial, helvetica, sans-serif; margin: 2px 0; padding: 2px 4px;}
select {padding: 2px 2px 2px 0;}
textarea {width: 250px;	height: 150px; vertical-align: top;}
input:focus, select:focus, textarea:focus {border: 1px solid #b2d1ff;}
.body {float: left; margin: 0 15px 10px 15px;}

/* MESSAGES AND ERRORS */

.message {
    background: #f3f8fc url(../images/skin/information.png) 8px 50% no-repeat;
    border: 1px solid #b2d1ff;
    color: #006dba;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px
}

div.errors {
    background: #fff3f3;
    border: 1px solid red;
    color: #cc0000;
    margin: 10px 0 5px 0;
    padding: 5px 0 5px 0;
}
div.errors ul {
    list-style: none;
    padding: 0;	
}
div.errors li {
	background: url(../images/skin/exclamation.png) 8px 0% no-repeat;
    line-height: 16px;
    padding-left: 30px;
}

td.errors select {
    border: 1px solid red;
}
td.errors input {
    border: 1px solid red;
}

.clearBoth {clear: both;}
.floatLeft {float: left; display: inline;}

.rightBorder {border-right: 1px solid black;}

a {color : green; text-decoration: none; font: normal 12px Arial;}
a:hover {text-decoration: underline;}

.langLinks {margin: 75px 3px 0px;}
.mainLinks {margin: 10px 15px 0px;}

.errorWide {width: 700px;}
.wide {width: 900px;}

.contestTable { font: normal 12px Arial; }
.contestTable .tableMain {width:1400px}
.contestTable .table {width: 800px;}
.contestTable .levelWrapper {float: left; display: inline; border-left: 2px solid #999999; margin-left: 10px; }
.contestTable .stageWrapper {margin-left: 10px;}
.contestTable .matchWrapper {margin: 20px 0px; width: 112px; overflow: hidden; cursor: pointer; border: 1px solid white;}
.contestTable .resultWrapper {border-bottom: 1px solid black; padding-bottom: 3px; padding-bottom:1px;}
.contestTable .resultWrapper .team {color: blue; width: 70px; overflow: hidden; float: left; height:15px;}
.contestTable .resultWrapper .score {font-size: 10px; width:38px; overflow: hidden; float: right; text-align:right; margin-right: 2px;}
.contestTable .rightBorder .score {margin-right: 1px;}
.contestTable .subLevelCaption {text-align: center; color: green; font-size: 14px; text-decoration: underline;}
.contestTable .emptyMatch {height: 68px; cursor: default;}

.match { font: normal 14px Arial; }
.match h1 {margin-bottom: 15px;}
.match .matchInfo {width: 180px; overflow: hidden; margin: 15px 0px 0px 15px;}
.match .teamsCaption {color: green; font-size: 16px; margin-bottom: 15px;}
.match .replay {margin-left: 15px;}
.match .team {color: blue;}
.match .scores {font-size: 12px;}
.match .links {margin-top: 20px;}


