﻿
/***************************************************
   PAGE
***************************************************/

#page { width: 980px; margin: 0px auto 0px auto; padding-top: 12px; }

/***************************************************
   PAGE HEADER
***************************************************/

#page-header { height: 120px; color: #fff; background-color: #000; background-image: url("../../content/images/header-logo.jpg"); background-repeat: no-repeat; background-position: center top; border: solid 1px #222; -moz-border-radius: 5px; -webkit-border-radius: 5px; }

#bday-panel, #player-panel { width: 260px; height: 120px; color: #fff; background-color: #000; }

/* BDAY PANEL */

#bday-panel { float: left; border-right: solid 1px #222; }
#bday-panel table caption { font-size: 1.2em; font-weight: bold; }
#bday-panel table { width: 260px; height: 104px; }
#bday-panel table td { padding: 2px; color: #ccc; }
#bday-panel table td.day {  }
#bday-panel table td.name {  }
#bday-panel table td.age { text-align: right; }

/* PLAYER PANEL */

#player-panel { float: right; border-left: solid 1px #222; }
#player-panel a { position: relative; font-weight: bold; font-size: 1.2em; display: block; width: 100%; margin: 8px; float: left; z-index: 1; }
#player-panel p { position: relative; float: left; display: block; width: 100%; color: #ccc; margin: 4px 8px; }
#player-panel img { position: relative; visibility: hidden; float: right; margin-top: -101px; border: solid 5px #222; height: 110px; width: 105px; -moz-border-radius: 5px; -webkit-border-radius: 5px; z-index: 0; }

/***************************************************
   NAVIAGTION
***************************************************/

#navigation { margin: 12px 0px; background-color: #F5E90A; text-align: center; list-style-type: none; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
#navigation li { display: inline-block; *display: inline; margin-left: -3px; }
#navigation li:first-child { margin-left: 0px; }
#navigation li:hover { display: inline-block; *display: inline; background-color: #fff; }
#navigation li:hover:first-child { -webkit-border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-bottomleft: 5px; }
#navigation li:hover:last-child { -webkit-border-top-right-radius: 5px; -webkit-border-bottom-right-radius: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 5px; }
#navigation a { display: inline-block; width: 140px; color: #000; text-decoration: none; font-size: 1.2em; font-weight: bold; text-shadow: 1px 1px 1px #ccc; padding: 8px 0px; }
#navigation a:hover { color: #000; text-shadow: 1px 1px 1px #ccc; }

/***************************************************
   ACCOUNT CONTROL
***************************************************/

ul#account-control { list-style-type: none; margin: 0px;  -moz-border-radius: 5px; -webkit-border-radius: 5px; border: solid 1px #222; padding: 8px 18px; text-align: right; }
ul#account-control li { display: inline; margin-left: 18px; padding-left: 18px; border-left: solid 1px #222; }
ul#account-control li:first-child { margin-left: 0; border-left: none; padding-left: 0; }

/***************************************************
   PAGE CONTENT
***************************************************/

#page-content { margin-top: 12px; }

/* Page Content Layouts */

.full-width { width: 100%; }
.sidebar { width: 200px; padding: 0px; }
.left { float: left; }
.right { float: right; }
.content { width: 556px; float: left; margin: 0px 12px; }

/*
 * Left Sidebar
 */

.left h1 { margin: 0px 5px; font-size: 1.6em; }

/*
 * Right Sidebar
 */

.right h2 { margin: 0px 5px; text-align: center; font-size: 1.6em; }

/*
 * Content
 */

.content h2 { margin: 0px 5px; text-align: center; font-size: 1.6em; }

div.menu, ul#menu, div.content-panel, ul#partner-panel { margin: 12px 0 0 0; padding: 8px; background-color: #111; border: solid 1px #222; -moz-border-radius: 5px; -webkit-border-radius: 5px; }

/* Left Sidebar */

div.menu { padding: 8px; min-height: 370px; }
    
ul#menu { list-style-type: none; padding: 8px 0; min-height: 370px; }
ul#menu li { padding: 0px; margin: 0px; }
ul#menu li a { display: inline-block; font-size: 1.2em; padding: 8px; width: 182px; }
ul#menu li a:hover { background-color: #222; }
ul#menu h3 { border-bottom: solid 1px #222; margin: 0 auto 8px auto; text-align: center; padding-bottom: 8px; font-size: 1.3em; }

div#team-selector { }
div#team-selector h1 { *width: 190px; }
div#team-selector img { float: right; *margin-top: -20px; }

ul#teampanel { float:left; z-index: 1000; width:198px; list-style-type: none; margin: 12px 0 0 0; background-color: #111; border: solid 1px #222; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding: 5px 0px; }
ul#teampanel li { padding: 0px; margin: 0px; }
ul#teampanel li a { display: inline-block; font-size: 1.2em; padding: 8px; width: 182px; }
ul#teampanel li a:hover { background-color: #222; }

#team-info { }

#team-control { width: 100%; }
#team-control td img { margin: 2px 2px 0px 2px; }
#team-control-left { width: 20px; }
#team-control-center { width: 160px; text-align: center; }
#team-control-right { width: 20px; }

div#team-data {background-color: #111; border: solid 1px #222; -moz-border-radius: 5px; -webkit-border-radius: 5px; margin-top: 5px; padding: 8px; min-height: 370px;}

div#team-data ul { list-style-type: none; position: relative; }

div#team-data h3 { border-bottom: solid 1px #222; margin: 0 auto 8px auto; text-align: center; padding-bottom: 8px; font-size: 1.3em; }

li#last-match, li#next-match, li#standing { width: 182px; }

li#last-match h4 , li#next-match h4, li#standing h4 { margin-bottom: 6px; *font-size: 1.0em; }
li#last-match p, li#next-match p, li#standing p { padding: 4px 0px; }

p.last-match-round-wrapper { font-weight: bold; }

#last-match { border-bottom: solid 1px #333; margin: 0px; padding-bottom: 8px; }
#next-match { border-bottom: solid 1px #333; margin: 8px 0; padding-bottom: 8px; }
#standing { margin: 0px; }

img#location-loader { display: none; vertical-align: top; float: right; }

#last-match p, #next-match p, #standing p { margin-bottom: 0px; }

#next-match-opponent { color: #C90202; font-weight: bold; }
#next-match-date { font-weight: bold; }

/* TEAMS MENU */

#menu li.standing { margin: 40px 8px 0 8px; padding-top: 8px; border-top: solid 1px #222; }
#menu li.standing p { margin: 8px; }

table.calendar { width: 100%; }
table.calendar caption { margin-bottom: 8px; width: 100%; height: 20px; }
table.calendar caption div.title { float: left; width: 70%; }
table.calendar caption a.prev { float: left; width: 15%; }
table.calendar caption a.next { float: left; width: 15%; }
table.calendar thead { }
table.calendar thead tr { }
table.calendar thead th { }
table.calendar th { color: #fff; background-color: #111; }
table.calendar td { text-align: center; }
table.calendar td.today { background-color: #222; }

/***************************************************
   PAGE CONTENT PANEL
***************************************************/
 
.content img.loader { display: none; float: right; margin-top: -12px; }

.content-panel { min-height: 370px; }
.content-panel img { vertical-align: middle; margin: 0px auto 0px auto; }
.content-panel table { width: 100%; border: none; }
.content-panel table th { text-align: left; }
.content-panel table th.action { text-align: center; }
.content-panel table th.center { text-align: center; }
.content-panel table tbody { height: auto; padding-bottom: 12px; }
.content-panel table tbody tr { }
.content-panel table tbody tr:hover { background-color: #222; }
.content-panel table tr { border: none; }
.content-panel table td { border: none; padding: 4px 4px; margin: 6px 0; }
.content-panel table td.title { font-size: 1.2em; color: #fff; font-weight: bold; }
.content-panel table td.date { text-align: right; }
.content-panel table td.action { text-align: center; }
.content-panel table td.center { text-align: center; }
.content-panel table td.action a { margin: 0 10px; }
.content-panel table tfoot td { border-top: solid 1px #222; text-align: center; height: 20px; margin-top: 12px; }
.content-panel ul { list-style-type: none; }
.content-panel ul li { margin: 8px 0px 8px 18px; }

.content-panel p { margin: 6px 0; }

.content-panel form { padding: 12px; }
.content-panel fieldset { width: 100%; border: none; }
.content-panel legend, .content-panel h3 { font-size: 1.4em; margin: 24px 0 12px 0px; color: #ddd; font-weight: bold; width: 100%; border-bottom: solid 1px #222; padding-bottom: 12px; }
.content-panel button { float: right; padding: 0px 16px; margin: 6px 12px 0px 0px; }
.content-panel input { margin: 8px 0px; }
.content-panel label { width: 40%; text-align: right; display: inline-block; font-weight: bold; margin: 8px 0px; color: #555; font-size: 1.2em; }

.content-panel h3:first-child { margin-top: 0px; }
.content-panel h4 { font-size: 1.2em; margin: 16px 0 12px 0; color: #1358A8; }
.content-panel h4:first-child { margin-top: 0px; }

.content-panel input[type="text"], .content-panel input[type="password"] { width: 56%; color: #999; padding: 2px; background-color: #fff; border: solid 1px #666; }
.content-panel input[type="text"]:focus, .content-panel input[type="password"]:focus { color: #000; }

.content-panel input[type="checkbox"] { margin-left: 41%; display: inline; margin-top: 6px; }

.content-panel input[type="text"].input-validation-error, .content-panel input[type="password"].input-validation-error { background-color: #FFADAD; color: #de0004; border: solid 1px #de0004; }

.content-panel input.input-validation-error:focus, .content-panel textarea.input-validation-error { border: solid 1px #de0004; background-color: #FFADAD; color: #de0004; }

.content-panel span.validation-summary-errors { color: #de0004; margin: 0; font-weight: bold; }
.content-panel ul.validation-summary-errors { color: #de0004; margin: 0; }
.content-panel ul.validation-summary-errors li { padding: 4px 0px; }

.content-panel .field-validation-error { width: auto; color: #de0004; display: inline-block; text-align: left; background-color: Blue; display: none; }
.content-panel p.action { border-top: solid 1px #333; margin-top: 8px; padding-top: 8px; }
.content-panel p.note { font-style: italic; padding: 8px 0px; color: #999; }

.content-panel .pager { margin-top: 16px; font-size: 1.3em; }
.content-panel .pager a { margin: 0 4px; }
.content-panel .pager a.selected { cursor: default; color: #ccc; text-decoration: none; }
.content-panel .pager a.selected:hover { text-decoration: none; cursor: default; }
.content-panel .pager img { margin: 0 4px; vertical-align: middle; }

.summary fieldset { margin-top: 16px;  }
.summary ul { margin-top: 0px; padding-top: 16px; }
.summary li { font-size: 1.4em; }

/* CALENDAR */

div#calendar ul li { margin: 8px; padding-top: 8px; border-top: solid 1px #222; }
div#calendar ul li:first-child { border-top: none; padding-top: 0px; }

div#calendar ul li p.summary { font-weight: bold; }
div#calendar ul li p.summary span.alert { color: #E62525; }
div#calendar ul li p.start-time { width: 120px; float:left; }
div#calendar ul li p.location { width: auto; float: left; }
div#calendar ul li p.description { width: auto; clear: left; }

/* MATCH LIST */

div#matches td.date { font-weight: bold; text-align: left; color: #ccc/*00DE0B*/; }

/* ROSTER LIST */
 
ul.roster { list-style-type: none; }
ul.roster li { display: inline-table; *float: left; width: 258px; margin: 0px; padding: 5px; margin-bottom: 12px; }
ul.roster li h4 { border-bottom: solid 1px #222; margin-bottom: 6px; padding-bottom: 6px; font-size: 1.2em; }
ul.roster li img { float: right; width: 105px; height: 110px; margin-top: -16px; border: solid 5px #F7D320; -moz-border-radius: 5px; -webkit-border-radius: 5px; }

/* TRAININGS TABLE */

table#trainings {}

/* SIGN IN */

form#authenticate { margin: 26px auto; width: 80%; }
form#authenticate fieldset { width: 100%; border: none; }
form#authenticate legend { font-size: 1.4em; margin-left: 12px; }
form#authenticate label { width: 40%; text-align: right; display: inline-block; font-weight: bold; margin: 8px 0px; color: #555; }
form#authenticate label.rememberme { width: auto; text-align: left; font-weight: normal; }
form#authenticate input[type="text"], form#authenticate input[type="password"] { width: 56%; color: #999; }
form#authenticate input[type="text"]:focus, form#authenticate input[type="password"]:focus { color: #000; }
form#authenticate input[type="checkbox"] { margin-left: 41%; display: inline; margin-top: 6px; }
form#authenticate button { float: right; padding: 0px 16px; margin: 6px 12px 0px 0px; }
form#authenticate input { margin: 6px 0px 0px 0px; }
form#authenticate input.input-validation-error, form#authenticate input.input-validation-error:focus, form#authenticate textarea.input-validation-error { border: solid 1px #de0004; padding: 1px 0px; background-color: #FFADAD; color: #de0004; width: 56%; }
form#authenticate .validation-summary-errors { color: #de0004; margin: 0px 0px 4px 20px; }
form#authenticate .field-validation-error { width: auto; color: #de0004; display: inline-block; text-align: left; }
form#authenticate p.action { border-top: solid 1px #333; margin-top: 8px; padding-top: 8px; }
form#authenticate p.note { font-style: italic; margin-bottom: 6px; color: #999; }
form#authenticate .iforgot { display: inline-block; margin: 7px 0 0 12px; float:left; padding-top: 1px; }

/* DOWNLOADS */

.downloads { list-style-type: none; }
.downloads li { display: inline-table; *float: left; text-align: center; width: 100px; margin: 0 auto 24px auto; padding: 5px; vertical-align: top; }
.downloads li:hover { background-color: #333; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.downloads img { width: 80px; }

/* GRID VIEW */

.grid-view { list-style-type: none; }
.grid-view li { display: inline-table; *float: left; text-align: center; width: 145px; margin: 0 auto 24px auto; padding: 5px; vertical-align: top; }
.grid-view li:hover { background-color: #333; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.grid-view h4 { margin-bottom: 5px; }
.grid-view img { width: 100px; }

/* CLUB */

/* Contacts */

div#contacts td.post { width: 30%;}
div#contacts td.name { width: 40%; font-weight: bold; color: #fff; }
div#contacts td.tel { width: 30%;}

/***************************************************
   PARTNER PANEL
 ***************************************************/
  
ul#partner-panel { height: 370px; list-style-type: none; }
ul#partner-panel li { text-align: center; }
ul#partner-panel a { display: inline-block; margin: 5px 0px; }
ul#partner-panel img { border: solid 5px #222; -moz-border-radius: 5px; -webkit-border-radius: 5px; max-width: 172px; float: left; }

/***************************************************
   INFO PANEL
 ***************************************************/

div#info-panel { height: 140px; margin: 12px 0px 0px 0px; list-style-type: none; }
div#info-panel div.pane { float: left; width: 234px; height: 140px; margin-left: 12px; background-color: #000; border: solid 1px #222; -moz-border-radius: 5px; -webkit-border-radius: 5px; text-align: center; }
div#info-panel div.pane:first-child { margin-left: 0px; }
div#info-panel img.file-icon { width: 60px; }
div#info-panel h3 { font-size: 1.6em; margin: 8px; width: 90%; }
div#info-panel div.equipment a { display: inline-block; margin: 0 8px; }
fiv#info-panel div.equipment a.logo { margin: 0px; }
div#info-panel div.equipment a.logo img { margin: 12px 0; }
div#info-panel div.equipment div.unihoc, div#info-panel div.equipment div.zone { float: left; height: 94px; }
div#info-panel div.equipment div.unihoc { width: 109px; margin:0 0 0 8px; }
div#info-panel div.equipment div.unihoc img.logo { width: 109px; margin-top: 14px; }
div#info-panel div.equipment div.unihoc a { margin-top: 19px; }
div#info-panel div.equipment div.zone { width: 108px; margin: 0 8px 0 0; text-align: center; }
div#info-panel div.equipment div.zone a { margin-top: 24px; }

div#info-panel div.fanshop p { margin-top: 36px; }

div#info-panel div.camp img { margin-top: 12px; }

div#info-panel div.left, div#info-panel div.right { float: left; width: 101px; height: 124px; padding: 8px; text-align: center; }

div#info-panel div.bee h3 { margin: 20px auto 30px auto; }
div#info-panel div.bee img { border: solid 5px #222; -moz-border-radius: 5px; -webkit-border-radius: 5px; height: 114px; float:left; }
div#info-panel div.bee a {  }

/***************************************************
   PAGE FOOTER
 ***************************************************/

#page-footer { height: auto; margin: 20px 0px 20px 0px; text-align: center; }

#copyright { padding: 8px; color: #333; /*text-shadow: 1px 1px 1px #fff;*/}

/***************************************************
   DIALOG WINDOW
 ***************************************************/

#mask { position:absolute; z-index:9000; background-color:#111; display:none; *left: 0px; }

#dialog { }

.window { position:absolute; display:none; z-index:9999; /*width:400px; height: auto;*/ padding: 12px; background-color: #ddd; color: #000; -moz-border-radius: 5px; -webkit-border-radius: 5px; border: solid 1px #999; }
.window a { text-decoration: underline; color: #1358A8; text-shadow: 1px 1px 1px #fff; }
.window a:hover { text-decoration: none; }
.window a.close { float: right; display: block; position: relative; margin-top: -22px; margin-right: -22px; *margin-top: -22px; *margin-right: -4x; }
.window h1 { border-bottom: solid 1px #bbb; padding-bottom: 6px; margin-bottom: 12px; font-size: 1.6em; color: #666; text-shadow: 1px 1px 1px #fff; }

#dialog-pane { width: 100%; -moz-border-radius: 5px; -webkit-border-radius: 5px; overflow: auto; }
#dialog-pane .vcard { width: 388px; margin-right: 12px; }
#dialog-pane h2 { width: 90%; color: #666; }

/* PLAYER DIALOG WINDOW */

.player-window { width: 360px; }
.player-pane { width: 360px; height: 240px; overflow: auto; }
.player-pane p { position: relative; float: left; display: block; width: 80%; margin: 4px 8px; }
.player-pane img { position: relative; float: right; margin: -90px -64px 0 0; border: solid 5px #bbb; height: 110px; width: 105px; -moz-border-radius: 5px; -webkit-border-radius: 5px; z-index: 0; }

/* MAP DIALOG WINDOW */

.map-window { width: 680px; }

#dialog-map-container { width: 100%; height: 300px; -moz-border-radius: 5px; -webkit-border-radius: 5px; display: none; }
#dialog-map-container .vcard { color: #333; }
#dialog-map-container .vcard .photo { display: none; }
#dialog-map-container .vcard .geo { display: none; }
#dialog-map-container .vcard .tz { display: none; }

#dialog-map-link { margin-top: 6px; display: block; float: right; display: none; }

/* ARTICLE DIALOG WINDOW */

.article-window { width: 640px; height: 380px; margin-top: 0px; }
.article-pane { width: 640px; height: 380px; overflow: auto; }
.article-pane h1, .article-pane h2, .article-pane p { width: 616px; }
.article-pane h1 { font-size: 1.6em; }
.article-pane h2 { color: #666; margin: 12px 0; font-size: 1.4em; font-weight: normal; float: left; }
.article-pane p { float: left; margin: 6px 0; text-align: justify; text-shadow: 1px 1px 1px #fff; }
.article-pane p:first-letter { margin-left: 12px; }
.article-pane p.category, .article-pane p.author, .article-pane p.date { color: #666; background-position: left top; background-repeat: no-repeat; padding-left: 20px; width: auto; }
.article-pane p.category:first-letter, .article-pane p.author:first-letter, .article-pane p.date:first-letter { margin-left: 0px; }
.article-pane p.category { background-image: url('../images/icons/tag_blue.png'); }
.article-pane p.author { background-image: url('../images/icons/user.png'); margin-left: 12px; }
.article-pane p.date { background-image: url('../images/icons/date.png'); margin-left: 12px; }
.article-pane p.perex { margin: 6px 0; font-style: italic; }
.article-pane ol, .article-pane ul { float: left; margin: 6px 24px; text-align: justify; text-shadow: 1px 1px 1px #fff; width: 80%; }
.article-pane ol { list-style-type: decimal }
.article-pane ul { list-style-type: disc }


.no-images .vcard img { display: none; }