body {
  background-color: #330000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color:black;
  margin:0px;
  padding-bottom:20px;
}

a:link {color: darkred; font-weight: normal; text-decoration: underline;}
a:active {color: darkred; font-weight: normal; text-decoration: none; }
a:visited {color: darkred; font-weight: normal; text-decoration: underline; }
a:hover {color: darkred; font-weight: normal; text-decoration: none; }

.welcome_message_A {
  font-size: 22px;
  font-family: Comic Sans MS;
}
.welcome_message_B {
  font-size: 18px;
  font-weight: bold;
  font-family: Comic Sans MS;
}

table {
  color: black;
  font-weight: normal;
  text-align: left;
  font-size: 13px;
}


h1, .h1 {
  font-variant: small-caps;
  font-size: 24px;
  font-family: Verdana;
  line-height: 1;
}
h2, .h2 {
  font-size: 20px;
  font-family: Verdana;
  line-height: 1;
}
h3, .h3 {
  font-size: 16px;
  font-family: Verdana;
  color: black;
  line-height: 1;
}

.fontred {
  color: red;
  background: white;
}

table.maintable {
  background-color: white;
  top: 12px;
  bottom: 12px;
  left: 15px;
  right: 15px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  border: 0px red solid;
  border-collapse: collapse;
  padding: 0px;
  width:800px;
  font-size: 12px;
  font-family: Verdana;
}

.background_darkred {
  background-color: darkred;
}

table.intro {
  color: black;
  font-size: 14px;
  text-align: left;
  width: 790px;
/*  vertical-align: top;*/
}

table.intro TD {
  vertical-align: top;
  padding: 25px;
}

table.footer {
  color: white;
  width: 100%;
  font-size: 11px;
}

a.footerwhite:link {color: white; font-weight: bold; text-decoration: none; }
a.footerwhite:active {color: white; font-weight: bold; text-decoration: none; }
a.footerwhite:visited {color: white; font-weight: bold; text-decoration: none; }
a.footerwhite:hover {color: blue; font-weight: bold; text-decoration: none; }

table.newstable {
  border: 1px darkred solid;
  width: 250px;
  font-size: 12px;
  color: black;
  background-color: #ffe9d1;
  background-image: none;
  border-width: 1px;
  border-spacing: 0px;
  border-collapse: collapse;
}
table.newstable TH {
  background: url("./images/vred.gif") left top #b81b14;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding: 3px 10px;
}
table.newstable TR {

}
table.newstable TD {
  border: 1px darkred solid;
  padding: 1px;
}
.newsdate {
  color: black;
  font-weight: normal;
  text-align: right;
  font-size: 11px;
}
.newssubject {
  color: black;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
}
.news {
  color: black;
  font-weight: normal;
  font-size: 11px;
}





table.simpletable {
  width: 90%;
  border: 1px darkred solid;
  font-size: 12px;
  color: black;
  background-color: #ffe9d1;
  background-image: none;
  border-width: 1px;
  border-spacing: 0px;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;	
}
table.simpletable TH {
  background: url("./images/vred.gif") left top #b81b14;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding: 2px 5px;
}
table.simpletable TR {

}
table.simpletable TD {
  background-color: #ffe9d1;
  color: black;
  font-size: 12px;
  text-align: left;
  vertical-align: top;
}

table.simpletable TH a:link {color: white; font-weight: normal; text-decoration: none; }
table.simpletable TH a:active {color: white; font-weight: normal; text-decoration: none; }
table.simpletable TH a:visited {color: white; font-weight: normal; text-decoration: none; }
table.simpletable TH a:hover {color: darkred; font-weight: normal; text-decoration: none; }


table.simpletable TD a:link {color: darkred; font-weight: normal; text-decoration: none; }
table.simpletable TD a:active {color: darkred; font-weight: normal; text-decoration: none; }
table.simpletable TD a:visited {color: darkred; font-weight: normal; text-decoration: none; }
table.simpletable TD a:hover {color: darkred; font-weight: normal; text-decoration: underline; }

.topborder { border-top: 1px solid; }

table.infotable {
  border: 2px darkred dotted;
  width: 500px;
  font-family: Verdana;
  font-size: 20px;
  color: black;
  background-color: white;
  background-image: none;
  border-width: 1px;
  border-spacing: 0px;
  border-collapse: collapse;
}
.infotable TH {
  background-color: #990000;
  color: white;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
.infotable TR {
  background-color: #ffe9d1;
  color: black;
  font-size: 16px;
  text-align: left;
}



.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}




table.bookingtable {
  border: 1px darkred solid;
  /*width: 750px;*/
  font-family: Verdana;
  font-size: 20px;
  background-color: white;
  border-width: 1px;
  border-spacing: 0px;
  border-collapse: collapse;
}
table.bookingtable TH {
  background-color: #990000;
  color: white;
  font-weight: bold;
  font-size: 16px;
}
table.bookingtable TR {
  background-color: #ffe9d1;
  color: darkred;
  font-weight: normal;
  font-size: 14px;
  text-align: left;
}
.colone, .colone TD {
  width: 200px;
}

.bookedslot {
  background-color: darkred;
  font-size: 10px;
  color: white;
  text-align: center;
  width: 150px;
}
.lockedslot {
  background-color: black;
  font-size: 10px;
  color: white;
  text-align: center;
  width: 150px;
}
.openslot {
  background-color: #669900; /* //#336600; //#006600; //#33CC33;*/
  font-variant: small-caps;
  font-size: 12px;
  color: black;
  text-align: center;
  width: 150px;
}

a.openslot:link {color: #000000; font-weight: bold; text-decoration: none; }
a.openslot:active {color: #000000; font-weight: bold; text-decoration: none; }
a.openslot:visited {color: #000000; font-weight: bold; text-decoration: none; }
a.openslot:hover {color: #000000; background: #ffffff; text-decoration: none; }

a.header_login:link {font-size: 12px; color: white; font-weight: normal; text-decoration: none; }
a.header_login:active {font-size: 12px; color: white; font-weight: normal; text-decoration: none; }
a.header_login:visited {font-size: 12px; color: white; font-weight: normal; text-decoration: none; }
a.header_login:hover {font-size: 12px; color: white; font-weight: normal; text-decoration: none; }

.addborder TR {
  border:dotted 1px darkred
}


blockquote { 
  border : 1px solid #000;
  width: 600px;
  float: center;
  text-align: left;
  font-size: 12px;
  margin: 0px;
  padding: 10px;
  background-color: gray;
}
blockquote.success { 
  border : 1px solid #000;
  width: 600px;
  float: center;
  text-align: left;
  font-size: 12px;
  margin: 0px;
  padding: 10px;
  color: white;
  background-color: green;
}
blockquote.warning { 
  border : 1px solid #000;
  width: 600px;
  float: center;
  text-align: left;
  font-size: 12px;
  margin: 0px;
  padding: 10px;
  background-color: yellow;
}
blockquote.error { 
  border : 1px solid #000;
  width: 600px;
  float: center;
  text-align: left;
  font-size: 12px;
  margin: 0px;
  padding: 10px;
  background-color: red;
}


OPTION.fastloginid {
  /*color: white;*/
  background-color:darkred;
}
OPTION.info {
  text-align: center;
  color: gray;
  background-color: white;
}
OPTION.friend {
  color: darkred;
  font-weight: bold;
  background-color: white;
}
OPTION.guest {
  color: darkred;
  font-weight: bold;
  background-color: white;
}
OPTION.others {
  color: black;
  background-color: #CCCCCC;
}

table.contact_table {
  border: 1px darkred solid;
  width: 250px;
  font-size: 12px;
  color: black;
  background-color: #ffe9d1;
  background-image: none;
  border-width: 1px;
  border-spacing: 0px;
  border-collapse: collapse;
}
table.contact_table TH {
  background: url("./images/vred.gif") left top #b81b14;
  /*border-right: 1px solid #fff;*/
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding: 3px 10px;
}
table.contact_table TR {

}
table.contact_table TD {
  padding: 2px;
}

table.width250 {
  width: 250px;
}
table.width_leaguetable {
  width: 300px;
}



table.availabilitymatrix {
  border: 1px darkred solid;
  /*width: 250px;*/
  color: black;
  /*background-color: #ffe9d1;*/
  background-image: none;
  border-width: 1px;
  border-spacing: 0px;
  padding: 1px 1px 1px;
  border-collapse: collapse;
  margin: auto;
  margin-top: 2px;
}
table.availabilitymatrix TD {
  padding: 1px;
}

table.calculateladder {
  border: 1px darkred solid;
  /*width: 250px;*/
  color: black;
  font-family: Courier;
  font-size: x-small;
  /*background-color: #ffe9d1;*/
  background-image: none;
  border-width: 1px;
  border-spacing: 0px;
  padding: 1px 1px 1px;
  border-collapse: collapse;
  margin: auto;
  margin-top: 2px;
}
table.calculateladder TD {
  border: 1px darkred solid;
}



