
/* standard elements */
* {
  margin: 0;
  padding: 0;
}
body {
  background: url('../images/body_empuls.gif') repeat-y center top fixed;
  font: normal 0.8em Tahoma,Verdana,sans-serif;
  color: black;
}

a:link { color:#61021B; text-decoration:none; }
a:visited { color:#61021B; text-decoration:none; }
a:focus { color:#61021B; text-decoration:none; }
a:hover { color:#61021B; text-decoration:none; }
a:active { color:#61021B; text-decoration:none; }

.imageLinkTable {
  border: solid 1px #a8a8a8;
  width: 100%;
  border-radius:4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 4px;
}

.imageLink img {
  font-weight:normal;
  text-decoration:none;
  border: none;
}

.imageLinkFont a{
  font-size:14px;
  font-weight:bold;
}

#login_fieldset {
  /*color:#00f;*/
  /*vertical-align: middle;*/
  /*color: #4169E1;*/
  /*background-color:#ddd;*/
  margin-left:auto;
  margin-right:auto;
  padding:10px;
  width: 310px;
  border-width:2px;

    border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

#big_fieldset {
  /*color:#00f;*/
  /*vertical-align: middle;*/
  /*color: #4169E1;*/
  /*background-color:#ddd;*/
  margin-left:auto;
  margin-right:auto;
  padding:8px;
  border-width:2px;

    border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.active_formbutton {
  margin: 2px;
  padding: 2px;
}

.standard_formbutton {
  font-size: 12px;
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

#button2link {
  border: none;
  margin: 2px;
  padding: 2px;
  color: #1664DA;
  background: none;
  cursor:pointer;
}

.linkcolor {
  color: #1664DA;
}

#standard_Input {

  }

#standard_InfoInput{
   width:300px;
}

#standard_InputPlayer1{
   width:300px;
}

#standard_InputPlayer2{
  width:300px;
  }

#standard_InputPlayer3{
  width:300px;
}

#standard_InputPlayer4{
   width:300px;
}

#standard_InputPlayer5{
  width:300px;
}

#standard_InputPlayer6{
   width:300px;
}

#standard_InputPlayer7{
  width:300px;
}

#standard_InputPlayer8{
   width:300px;
}

#readonlyinput {
  background: lightgrey;
  }

.tableresult_grey {
  background: #efefef;
}

.tableresult_white {
  background: #cccccc;
}

.tableresult_grey_second {
  background: #ffffff;
}

.tableresult_white_second {
  background: #cccccc;
}

.tableresult_grey_weekView {
  background: #d6d6d6;
}

#table_center {
 margin-left:auto;
 margin-right:auto;
 border: solid 0px black;
}

#headline_matrix{
  font-size: 12px;
  font-weight:bold;
  text-align:center;
}

#label{
  font-weight:bold;
  font-size: 12px;
}

.label{
  font-weight:bold;
  font-size: 12px;
}

.labelDistance{
  margin-top:15px;
}

textArea{
  font-family: Tahoma,Verdana,sans-serif;
  font-size: 12px;
}

#errorText{
  font-weight:bold;
  font-size: 12px;
  color: Red;
}

#resInfoText{
  font-weight: bold;
  font-size: 12px;
  color: Blue;
}

.but_week_free {
  width: 100%;
  height: 20px;
  vertical-align: middle;
}

.but_week_booked { 
  width: 100%;
  height: 20px;
  vertical-align: middle;
}

.but_matrix_booked {
  font-size: 13px;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  padding-bottom: 1px;
}

.but_matrix_free {
  width: 100%;
}

/* headings */
h1 {font: normal 2em sans-serif; margin-top: 1em;}
h2 {font: normal 1.8em sans-serif; margin-top: 0.8em;}
h3 {font: bold 1.3em sans-serif; margin-top: 0.6em; padding-bottom: 10px;}
h4 {font: bold 1.1em sans-serif; margin-top: 0.4em;}

h1,h2,h3,h4 {color: #444;}

ul li {margin-left: 28px;}


/* misc elements */
code {
  background: url('../images/code.gif');
  border-left: 6px solid #1664D9;
  border: none;
  color: #555;
  display: block;
  font: normal 1em "Lucida Sans Unicode",serif;
  margin-bottom: 12px;
  padding: 8px 10px;
  white-space: pre;
}
blockquote {
  background: #FAFAFA url('../images/quote.gif') no-repeat;
  border-bottom: 1px solid #EEE;
  border-top: 1px solid #EEE;
  color: #555;
  display: block;
  font: normal 1.2em sans-serif;
  margin: 1em 0;
  padding: 0.6em 1em 0.2em 40px;
}
ol {margin: 0 0 1.2em 2em;}

/* structure */
#main {
  width: 920px;
  margin: auto;
}

#main_content {
  margin:auto;
  border: none;
}

#content {
  text-align: left; 
  margin: auto; 
  width: 920px; 
  padding: 0px; 
}

#contentwrapper {
  margin: auto; 
  width: 918px; 
}

#footer {
 text-align: center;
 margin-top: 5px; 
 width: 918px; 
 padding: 0px; 
 border: none; 
 font-size: 8pt;
}

/* misc */
.left {float: left;}
.right {float: right;}
span.comment {padding-left: 18px; background: url('../images/icon_comment.gif') no-repeat left center;}
.clearer {clear: both; font-size: 0; height: 0;}

/* logo */
#header {
  background: #f5efef url('../images/headerlogo.jpg') no-repeat;
  height: 213px;
  margin-bottom: 4px;
  margin-left:auto;
  margin-right:auto;
}

/* no logo - clean version */
#noheader {
  margin-bottom: 4px;
}


/*
#header h1 {
  /*background: url('../images/etv_logo_small.gif') no-repeat;*/
  background-position: 2px 7px;
  font: normal 2.2em Verdana,sans-serif;
  margin: 0;
  padding: 112px 0 0 180px;
}
*/

/* content */
#content {
  color: #444;
  font-family: Verdana,sans-serif;
  line-height: 1.3em;
  padding: 0 1em 1em;
}
#content p {margin: 0.4em 0 1em 0;}
#content .descr {
  color: #666;
  margin-bottom: 0.5em;
}

/* posting */
.post_info {
  background: #FAFAFA;
  border: 1px solid #EEE;
  color: #555;
  margin-bottom: 1em;
  padding: 0.6em 0.7em;
}


/*******************/
/* Menu Formatting */
/*******************/
#menu {
  /*border: 1px solid #AAAAAA;*/
    position: relative;
/*	top: 96px; left: 425px; */
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: black;
}

#menunoheader {
  /*border: 1px solid #AAAAAA;*/
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    width: 100%;
    height: 30px;
}

#menu input {
  border: none;
  font-family: 'Open Sans',sans-serif;
  font-size: 16px;
  height: auto;
  display: block;
  text-align: center;
  color: #61021B;
  background: transparent;
  margin-right: 50px;
  padding-right: 5px;
  cursor:pointer;
}

#menunoheader input {
  /*border: 1px solid #AAAAAA;*/
  border: none;
  font-family: 'Open Sans',sans-serif;
  font-size: 16px;
  height: auto;
  width: auto;
  display: block;
  text-align: center;
  color: #61021B;
  background: transparent;
  margin-right: 50px;
  padding-right: 5px;
  cursor:pointer;
}

#menu input.active {
  /*border: 1px solid #AAAAAA;*/
  border: none;
  font-family: 'Open Sans',sans-serif;
  font-size: 16px;
  font-weight: bold;
  height: auto;
  display: block;
  text-align: center;
  color: #330504;
  background: transparent;
  cursor:pointer;
}

#menunoheader input.active {
  /*border: 1px solid #AAAAAA;*/
  border: none;
  font-family: 'Open Sans',sans-serif;
  font-size: 16px;
  font-weight: bold;
  height: auto;
  display: block;
  text-align: center;
  color: #330504;
  background: transparent;
  cursor:pointer;
}

#hoverpreview{
  position:absolute;
  border:1px solid #ccc;
  background:#333;
  padding:5px;
  display:none;
  color:#fff;
  }
  
.imageborderuserpic{
	border:1px solid #ccc;
  background:#333;
  padding:3px;
  color:#fff;
}

.weekViewTable_0 td{
  width: 42px;
}

.weekViewTable_1 td{
  width: 42px;
}

.weekViewTable_2 td{
  width: 42px;
}

.weekViewTable_3 td{
  width: 42px;
}

td[class^="trainerTimeManagerTableAllCourtsCell"]:hover {
  background: #ccc;
}

.ui-autocomplete { height: 200px; overflow-y: scroll; overflow-x: hidden;}

.wizardButton{
	padding: 15px;
	margin: 4px;
}

.wizardDateSelection{
	font-size: 22px;
	border: none;
	color: #c00a26;
	text-align:center;
	background: #f5efef;
}

.wizardBookingButton{
	width: 60%;
	margin-top: 8px;
	padding: 3px;
}

.wizardActualState{
	margin-left:auto;
	margin-right: auto;
	width: 40%;
	text-align: left;
	padding-bottom: 30px;
	background: #E4E4E4;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.generalBorder{
	border: 1px solid #a8a8a8; 
	margin-top: 5px;
}

.generalBorderRight{
	border-right: 1px solid #a8a8a8; 
	background: #f5efef !important;
}

.generalBorderLeft{
  border-left: 1px solid #a8a8a8; 
}
