<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

html
{
	height:100%;
}

body * 
{
  margin: 0px;
  padding: 0px;
  font-family: 'Open Sans','Lucida Sans Unicode','Lucida Sans','Lucida Grande',Arial,sans-serif;
  /*font-weight:400;*/
}

body
{
  margin: 0px;
  padding: 0px;
  font-family: 'Open Sans','Lucida Sans Unicode','Lucida Sans','Lucida Grande',Arial,sans-serif;
  font-weight:400;
  min-height:100%;
}

.comment-box
{
  font-family: 'Open Sans',Arial black, 'Lucida Sans Unicode','Lucida Sans','Lucida Grande',sans-serif;
  font-size: 10px;
  margin-right: 5px;
  border: 1px solid #000;
  background-color: #ddd;
  width: 80px;
  height: 12px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  padding-right: 5px;
  line-height: 12px;
}

.comment-link
{
  text-decoration: none;
  color: #000;
}

.title-link
{
  text-decoration: none;
  color: #fff;
}

.buttontddiv
{
  background-color: #4E4E4E;
  font-family: 'Open Sans',Arial black, 'Lucida Sans Unicode','Lucida Sans','Lucida Grande',sans-serif;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  height: 52px;
  width: 220px;
  border: 1px solid #000;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-top: 0px;
  vertical-align: middle;
  color: #fff;
}

.thumbtddiv
{
  background-color: #4E4E4E;
  font-family: 'Open Sans',Arial black, 'Lucida Sans Unicode','Lucida Sans','Lucida Grande',sans-serif;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  height: 57px;
  width: 220px;
  border: 1px solid #000;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-top: 0px;
  vertical-align: middle;
  color: #fff;
}

.thumbtdleft
{
  float: left;
  padding-left: 5px;
  padding-top: 5px;
}

.thumbtdright
{
  float: right;
  padding-right: 5px;
  padding-top: 5px;
}

div.buttontddiv:hover
{
  background-color: #000;
  color: #fff;
}

a.buttontdlink:link, a.buttontdlink:visited, a.buttontdlink:hover, a.buttontdlink:active
{
  text-decoration: none;
  color: #fff;
}

/*.buttondiv
{
  display:block;
  background-color: #ddd;
  font-family: 'Open Sans','Fjalla One', Arial black, 'Lucida Sans Unicode','Lucida Sans','Lucida Grande',sans-serif;
  font-size: 11px;
  font-weight: 200;
  text-decoration: none;
  color: #666;
  text-align: center;
  height: 20px;
  width: 155px;
  border-left: 1px solid #655;
  border-right: 1px solid #655;
  border-top: 1px solid #655;
  border-bottom: 1px solid #655;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 8px;
  padding-top: 0px;
  margin-right: 0px;
  vertical-align: top;
}*/

.buttondiv
{
  background-color: #ddd;
  color: #222;
  font-family: 'Open Sans',Arial black,'Lucida Sans Unicode','Lucida Sans','Lucida Grande',sans-serif;
  font-size: 11px;
  font-weight: 200;
  text-align: center;
  height: 20px;
  width: 155px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border: 1px solid #655;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-top: 0px;
  vertical-align: top;
}

/*.buttondiv 
{
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:2px 76px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}

div.buttondiv:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color:#e9e9e9;
}*/

div.buttondiv:hover, div.buttonbigdiv:hover
{
  background-color: #bbb;
}

.buttonbigdiv
{
  background-color: #ddd;
  color: #222;
  font-family: 'Open Sans',Arial black, 'Lucida Sans Unicode','Lucida Sans','Lucida Grande',sans-serif;
  font-size: 11px;
  font-weight: 200;
  text-align: center;
  height: 20px;
  width: 300px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border: 1px solid #655;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-top: 0px;
  vertical-align: top;
}

a.buttonlink:link, a.buttonlink:visited, a.buttonlink:hover, a.buttonlink:active
{
  text-decoration: none;
  color: #222;
}

.buttondivsmall
{
  background-color: #ddd;
  color: #222;
  font-family: 'Open Sans',Arial black, 'Lucida Sans Unicode','Lucida Sans','Lucida Grande',sans-serif;
  font-size: 10px;
  font-weight: 200;
  text-align: center;
  height: 14px;
  line-height: 12px;
  width: 60px;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  border: 1px solid #655;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 1px;
  padding-top: 1px;
  display: table-cell;
  vertical-align: middle;
  margin-top: 2px;
}

.buttondivsmallgreen
{
  background-color: #bdb;
  color: #222;
  font-family: 'Open Sans',Arial black, 'Lucida Sans Unicode','Lucida Sans','Lucida Grande',sans-serif;
  font-size: 10px;
  font-weight: 200;
  text-align: center;
  height: 14px;
  line-height: 12px;
  width: 60px;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  border: 1px solid #655;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 1px;
  padding-top: 1px;
  display: table-cell;
  vertical-align: middle;
  margin-top: 2px;
}

a.buttonlinksmall:link, a.buttonlinksmall:visited, a.buttonlinksmall:hover, a.buttonlinksmall:active
{
  text-decoration: none;
  color: #222;
}

div.buttondivsmall:hover, div.buttondivsmallgreen:hover
{
  background-color: #bbb;
}

.buttonclearall
{
  background-color: #eee;
  color: #222;
  font-family: 'Open Sans',Arial black, 'Lucida Sans Unicode','Lucida Sans','Lucida Grande',sans-serif;
  font-size: 10px;
  font-weight: 200;
  text-align: center;
  height: 14px;
  line-height: 12px;
  width: 150px;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  border: 1px dotted #655;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 1px;
  padding-top: 1px;
  display: table-cell;
  vertical-align: middle;
  margin-top: 2px;
}

a.buttonlinkall:link, a.buttonlinkall:visited, a.buttonlinkall:hover, a.buttonlinkall:active
{
  text-decoration: none;
  color: #222;
}

div.buttonclearall:hover
{
  background-color: #ccc;
}

#alarmdiv1
{
  display:block;
  background-color: #444;
  font-family: 'Fjalla One', Arial black, 'Lucida Sans Unicode','Lucida Sans','Lucida Grande',sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  height: 30px;
  width: 260px;
  border-left: 3px solid #bbb;
  border-right: 3px solid #bbb;
  border-top: 3px solid #bbb;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 0px;
  padding-top: 0px;
  vertical-align: bottom;
  margin-bottom: 0px;
}

#alarmdiv
{
  display:block;
  background-color: #444;
  font-family: 'Fjalla One', Arial black, 'Lucida Sans Unicode','Lucida Sans','Lucida Grande',sans-serif;
  font-size: 48px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  height: 80px;
  width: 260px;
  border-left: 3px solid #bbb;
  border-right: 3px solid #bbb;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 0px;
  padding-top: 0px;
  vertical-align: bottom;
  margin-bottom: 0px;
  margin-top: 0px;
}

#alarmdiv2
{
  display:block;
  background-color: #444;
  font-family: 'Fjalla One', Arial black, 'Lucida Sans Unicode','Lucida Sans','Lucida Grande',sans-serif;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  height: 25px;
  width: 260px;
  border-left: 3px solid #bbb;
  border-right: 3px solid #bbb;
  border-bottom: 3px solid #bbb;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 0px;
  padding-top: 0px;
  vertical-align: top;
  margin-top: 0px;
}

#trainingdiv
{
  display:block;
  background-color: #fff;
  font-family: 'Open Sans','Fjalla One', Arial black, 'Lucida Sans Unicode','Lucida Sans','Lucida Grande',sans-serif;
  font-size: 11px;
  font-weight: 200;
  text-align: left;
  color: #633;
  height: 30px;
  width: 950px;
  border-left: 1px dotted #bbb;
  border-right: 1px dotted #bbb;
  border-top: 1px dotted #bbb;
  border-bottom: 1px dotted #bbb;
  padding-left: 0px;
  padding-right: 8px;
  padding-bottom: 0px;
  padding-top: 0px;
  vertical-align: bottom;
}

#trainingprogdiv
{
  display:block;
  background-color: #edd;
  text-align: center;
  color: #633;
  height: 20px;
  width: 130px;
  /*border-left: 1px solid #655;
  border-right: 1px solid #655;
  border-top: 1px solid #655;
  border-bottom: 1px solid #655;*/
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 8px;
  padding-top: 0px;
  margin-right: 0px;
  vertical-align: top;
}

div#trainingprogdiv:hover
{
  background-color: #dcc;
}

a#trainingproglink:link, a#trainingproglink:visited, a#trainingproglink:hover, a#trainingproglink:active
{
  font-family: 'Open Sans','Fjalla One', Arial black, 'Lucida Sans Unicode','Lucida Sans','Lucida Grande',sans-serif;
  font-size: 10px;
  font-weight: 200;
  text-decoration: none;
  color: #633;
}

select, option
{
  /* -webkit-appearance: none; */ /* For safari */
}

input[type="text"], input[type="password"], select, textarea
{
    
    padding: 2px;   
    border: 1px solid #CCCCCC;
    
    /*Applying CSS3 gradient*/
    background: -moz-linear-gradient(center top , #FFFFFF,  #EEEEEE 1px, #FFFFFF 20px);    
    background: -webkit-gradient(linear, left top, left 20, from(#FFFFFF), color-stop(5%, #EEEEEE) to(#FFFFFF));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBFBFB', endColorstr='#FFFFFF');
    
    /*Applying CSS 3radius*/   
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    /*Applying CSS3 box shadow*/
    -moz-box-shadow: 0 0 2px #CCCCCC;
    -webkit-box-shadow: 0 0 2px #CCCCCC;
    box-shadow: 0 0 2px #CCCCCC;

}

input[type="text"]:hover, input[type="password"]:hover, textarea:hover, select:hover
{
    border:1px solid #BBBBBB;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus
{
    box-shadow:0 0 2px #FFFE00;
}

input[type="submit"]
{
	background-color: #f5f5f5;
	height: 24px;
	margin-left: 3px;
	border: 2px ridge #fff;
	padding-left: 8px;
	padding-right: 8px;
}

.clear
{
  clear: both;
}

#miniCal
{
  display: none;
}

#page {
	margin: auto;
	min-width: 900px;
}

#margin
{
  min-height: 800px; 
  height:auto !important; 
  height: 800px;
  /*padding-left: 0.5em;
  padding-right: 0.5em;*/
  padding-bottom: 10px;
  background: #fff;
}

#club-name
{
  float: left;
}

#club-name a:link, #club-name a:visited , #club-name a:link, #club-name a:visited 
{
  text-decoration: none;
  color: #fff;
}

#current-user
{
  display: block;
}

#user-actions
{
  height: 100px;
}

#user-actions #left-container
{
	float: left;
	height: 60px;	
}

#user-actions #center-container
{
  float: left;
  height: 165px;
}

#user-actions #right-container
{
  float: right;
  height: 165px;
}

#footer-container
{
  height: 100px;
  width: 1002px;
}

.user-data-container
{
  background: #fff;
  border: 1px solid #000;
  width: 1000px;
  min-height: 800px; 
  height:auto !important; 
  height: 800px;
  clear: both;
}

.statusgreen{
  background-color: green;
  display: inline;
  border: 1px solid #bbb;
}

.statusyellow{
  background-color: yellow;
  display: inline;
  border: 1px solid #bbb;
}

.statusred{
  background-color: red;
  display: inline;
  border: 1px solid #bbb;
}

@media print{
body{
background-color:#fff;
background-image:none;
}
#default #top-header{
display:none;
}
#default #today-field{
display:none;
}
#user-actions{
display:none;
}
.user-menu-list{
display:none;
}
#current-user{
display:none;
}
#prevweek{
display:none;
}
#nextweek{
display:none;
}
html form{
display:none;
}
html form select{
display:none;
}
#footer-container{
display:none;
}
#footer-container .footer-content{
display:none;
}
}

</pre></body></html>