﻿.noweblinkcolor, a.noweblinkcolor:link, a.noweblinkcolor:visited, a.noweblinkcolor:active, a.noweblinkcolor:hover {
  text-decoration: none;
  color: inherit;
}

.headertable {
  background-position: center;
  border-width: 0px;
  border-style: none;
  padding: 0px;
  width: 100%;
  background-image: url('images/Blu-Banner-h109.png');
  background-repeat: repeat-x;
}


.Buttons {
  border: 1px solid #ACACAC;
  background-color: #EAEAEA;
  color: #000000;
  height: 24px;
  text-align: center;
  vertical-align: middle;
}

.Buttons:hover {
  border: 1px solid #569DE5;
  background-color: #66FFCC;
  color: #000000;
}

.Buttons:active {
  border: 1px solid #569DE5;
  background-color: #C8E2FC;
  color: #000000;
}

.Buttons:disabled {
  background-color: #CCCCCC;
  color: #999999;
}

.divError
{
    border-width: medium;
    padding: 5px;
    border-left-color: black;
    border-bottom-color: black;
    border-top-style: ridge;
    border-top-color: black;
    border-right-style: ridge;
    border-left-style: ridge;
    background-color: #FF0000;
    border-right-color: black;
    border-bottom-style: ridge;
    width: 250px;
    height: auto;
    position: absolute;
    vertical-align: middle;
    color: #FFFF00;
    font-weight: bold;
}

.EquipBox
{
    padding: 10px;
    border-left-color: black;
    border-bottom-color: black;
    border-top-style: ridge;
    border-top-color: black;
    border-right-style: ridge;
    border-left-style: ridge;
    background-color: yellow;
    border-right-color: black;
    border-bottom-style: ridge;
    width: 240px;
    height: 230px;
    position: absolute;
}




.small-caps {
  font-variant: small-caps;
}

.contentheadermaster {
  border-width: 0px;
  border-style: none;
  padding: 0px;
  width: 100%;
  background-color: #21374C;
  font-weight: bold;
  font-size: 16pt;
  color: Gold;
  text-align: center;
}

.masterborder {
  background-image: url('images/bgfade.png');
  background-repeat: repeat-x;
  width: 20px;
}

.themecolour {
background-color: #21374C;
}

.themedetailcenter {
  margin-left: auto;
  margin-right: auto;
  width: 50em;  

}
.themedetailback {
  border-width: 0px;
  border-style: none;
  padding: 0px;
 
  background-image: url('images/bgfade.png');
  background-repeat: repeat-x;
}




.contentheadermaster {
  border-width: 0px;
  border-style: none;
  padding: 0px;
  width: 100%;
  background-color: #21374C;
  font-weight: bold;
  font-size: 16pt;
  color: Gold;
  text-align: center;
}

.contentheader {
  border-width: 0px;
  border-style: none;
  padding: 0px;
  width: 100%;
  background-color: #21374C;
  font-weight: bold;
  font-size: 14pt;
  color: Gold;
  text-align: center;
}

html {
  margin: 0;
  padding: 0;
  background: #FFFFFF;
  color: #000000;
  font-family: Arial, verdana, sans-serif;
  font-size: 12px;
}

td {
  border-style: none;
  border-width: 0px;
}

.but_off {
  padding: 4px;
  background-image: url('images/vgradgreInv.png');
}

.but_on {
  padding: 4px;
  background-image: url('images/vgradgre.png');
}


.table1 {
  font-size: xx-small;
  border: 1px solid #000000;
}


.PopupMessage {
  background-color: #5D7B9D;
  border: 1px solid #000000;
  width: 50px;
  font-size: large;
}



.grid-view {
  padding: 0;
  margin: 0;
  border: 1px solid #333;
}

  .grid-view tr.header {
  color: #FFFFFF;
  background-color: #21374C;
  height: 25px;
  vertical-align: middle;
  text-align: left;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
}

  .grid-view tr.normal {
    color: black;
    background-color: #F0F0F0;
    height: 25px;
    vertical-align: middle;
    text-align: left;
  }


    .grid-view tr.normal a {
      color: #0000CC;
    }

  .grid-view tr.alternate {
    color: #333333;
    background-color: #E2DED6;
    height: 25px;
    vertical-align: middle;
    text-align: left;
  }

    .grid-view tr.alternate a {
      color: #0000CC;
    }

    .grid-view tr.normal:hover, .grid-view tr.alternate:hover {
      background-color: #999999;      
    }

  .grid-view a:link {
    color: white;
    text-decoration: underline;
  }

  .grid-view a:visited {
    color: white;
    text-decoration: underline;
  }

  .grid-view a:hover {
    text-decoration: underline;
    color: Blue;
  }

  .grid-view a:active {
    text-decoration: none;
    color: #CCCCCC;
  }




.aHeaderMenu:link {
  text-decoration: none;
  color: #ffffff;
  font-size: 8pt;
  font-weight: bold;
}

.aHeaderMenu:visited {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  font-size: 8pt;
}

.aHeaderMenu:hover {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  font-size: 8pt;
}

.aHeaderMenu:active {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  font-size: 8pt;
}









a:link {
  color: black;
  text-decoration: underline;
}

a:visited {
  color: black;
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
  color: Blue;
}

a:active {
  text-decoration: none;
  color: black;
}

aw:link {
  text-decoration: none;
  color: white;
}

aw:visited {
  text-decoration: none;
  color: white;
}

aw:hover {
  color: white;
  text-decoration: underline;
}

aw:active {
  text-decoration: none;
  color: white;
}

td.off {
  padding: 4px;
  background-image: url('../app/images/vgradgreInv.png');
}

td.on {
  padding: 4px;
  background-image: url('../app/images/vgradgre.png');
}


body {
  margin: 0;
  padding: 0;
}

#login {
}

  #login #errors {
  }

    #login #errors ul {
      list-style-type: none;
      padding: 0;
      margin: 10px 0 30px 0;
    }

      #login #errors ul li {
        color: #111;
        background: #ffdbe4;
        border: 1px solid #d44669;
        padding: 10px;
        margin: 5px 40px 5px 0;
        font-size: 14px;
      }

  #login #logo {
    float: left;
    margin-right: 40px;
  }

  #login table {
    width: 280px;
    float: right;
    margin: 20px 70px 35px 10px;
  }

    #login table .reset td {
      padding-top: 25px;
      color: #aaa;
    }

      #login table .reset td a {
        color: #999;
        text-decoration: none;
        margin-left: 30px;
      }

#disclaimer {
  font-size: 8px;
  color: #999;
  display: block;
  clear: both;
}

.right {
  text-align: right;
}

#login table input[type="text"], #login table input[type="password"] {
  width: 95%;
}

#logout {
  position: absolute;
  top: 10px;
  right: 30px;
  color: #fff;
  font-weight: bold;
}


bodyxxx {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-color: #336699;
  color: #FFFFFF;
  background-image: url('../../images/stripes.png');
}


.div-table {
  display: table;
  background-color: #3A3A3A;
  background-image: url('../../images/mnu/mnubk.png');
  background-repeat: repeat-x;
  color: #849AD3;
}

.div-table-caption {
  display: table-caption;
  background: #213F82;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
}

.div-table-row {
  display: table-row;
  width: 100%;
}

.div-table-col {
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: #000000;
  display: table-cell;
  padding: 1px;
  vertical-align: middle;
  white-space: nowrap;
  text-align: left;
  color: #FFFFFF;
  background-color: #3A3A3A;
}

.div-table-col-caption {
  display: table-cell;
  padding: 1px;
  border: 1px solid #FFFFFF;
  vertical-align: middle;
  white-space: nowrap;
}

.div-table-data {
  display: table-cell;
  padding: 1px;
  border: 1px solid #FFFFFF;
  vertical-align: middle;
  white-space: nowrap;
}

.div-table-col2 {
  display: table-cell;
  padding: 1px;
  vertical-align: middle;
  white-space: nowrap;
  clear: both;
  text-align: left;
  color: #FFFFFF;
}

.blanket {
  background-color: #111;
  opacity: 0.65;
  filter: alpha(opacity=65);
  position: absolute;
  z-index: 9001;
  top: 0px;
  left: 0px;
  width: 100%;
}

.popUpDiv {
  background-color: #eeeeee;
  z-index: 9005;
  text-align: center;
  vertical-align: middle;
}

.NoPopDiv {
  background-color: #3A3A3A;
  text-align: center;
  vertical-align: middle;
}

.item {
  text-align: center;
  font-family: verdana,helvetica,arial;
  font-size: xx-small;
  background-color: #FF9900;
  font-weight: bold;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= '#FFFFFF', EndColorStr= '#CCCCCC' );
}

.bground {
  FONT-FAMILY: verdana,helvetica,arial;
  font-size: xx-small;
  BACKGROUND-COLOR: #EEEEEE;
}

.title {
  text-align: center;
  font-family: verdana,helvetica,arial;
  font-size: xx-small;
  background-color: #DDDDDD;
  font-weight: bold;
  color: #000000;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= '#DDDDDD', EndColorStr= '#000000' );
}

.rangeheader {
  text-align: center;
  VERTICAL-ALIGN: middle;
  FONT-FAMILY: verdana,helvetica,arial;
  font-size: xx-small;
  BACKGROUND-COLOR: #EEEEEE;
  /*border-bottom:1px solid #EEEEEE;
border-right:1px solid #EEEEEE;
border-top:1px solid #EEEEEE;
border-left:1px solid #EEEEEE;*/
}

.SchedTimesFree {
  white-space: nowrap;
  background-color: #FFFF99;
  color: #000000;
  border: 1px solid #FFFFFF;
}

.SchedTimesFreeText {
  white-space: nowrap;
  background-color: #66FF33;
  color: #000000;
  border: 1px solid #FFFFFF;
  width: 150px;
  font-weight: bold;
}

.SchedTimesBookedText {
  white-space: nowrap;
  background-color: #FF6600;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  width: 150px;
  font-weight: bold;
}

.SchedTimesReservedText {
  white-space: nowrap;
  background-color: #FF6600;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  width: 150px;
  font-weight: bold;
}

.gv-sort-down {
  display: table-caption;
  background: #FFFFFF;
  text-align: center;
  color: #000000;
  font-weight: bold;
}

.gv-sort-up {
  display: table-caption;
  background: #FFFFFF;
  text-align: center;
  color: #000000;
  font-weight: bold;
}

.mnutbl {
  background-image: url('../../images/mnu/mnubk.png');
  background-repeat: repeat-x;
  color: #849AD3;
}

.button {
  background-color: #4F4F4F;
  color: #FFFFFF;
  border-style: solid;
  border-color: #5F5F5F;
}

a.button {
  /* Sliding right image */
  background: transparent url('/images/mnu/btnSlider_r1_c2.png') no-repeat scroll top right;
  display: block;
  float: left;
  border: none;
  height: 25px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
  margin-right: 3px;
  padding-right: 5px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
  /* FONT PROPERTIES */
  text-decoration: none;
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  /*font-weight:bold;*/
}

  a.button span {
    /* Background left image */
    background: transparent url('/images/mnu/btnSlider_r1_c1.png') no-repeat;
    display: block;
    line-height: 25px; /* CHANGE THIS VALUE ACCORDING TO BUTTON HEIGHT */
    padding: 1px 5px 3px 7px;
  }

  a.button:hover span {
    text-decoration: underline;
  }

.pagetitle {
  border-style: none;
  background-position: center;
  text-align: left;
  vertical-align: middle;
  color: #FFFFFF;
  background-image: url('../../images/mnu/mnubk.png');
  background-repeat: repeat-x;
  font-size: 16px;
  text-indent: 10px;
  padding: 1px 5px 3px 7px;
}


.page-table {
  display: table;
  margin: 6px;
  background-color: #2A2A2A;
  width: 95%;
  height: 95%;
  text-align: center;
}

.page-table-row {
  display: table-row;
}

.page-table-lv {
  margin: 6px;
  width: 300px;
  background-color: #3F3F3F;
  display: table-cell;
  vertical-align: top;
  white-space: nowrap;
  text-align: left;
  color: #FFFFFF;
  padding: 6px;
}


.page-table-rcol {
  margin: 6px;
  height: 1000px;
  display: table-cell;
  vertical-align: top;
  white-space: nowrap;
  text-align: left;
  color: #FFFFFF;
  padding: 3px;
}

.page-table-rv {
  display: table-row;
  margin: 6px;
  vertical-align: top;
  white-space: nowrap;
  text-align: left;
  color: #FFFFFF;
  padding: 1px;
  background-color: #3F3F3F;
  height: 500px;
}

.page-table-col {
  display: table-cell;
  margin: 6px;
  padding: 3px;
  vertical-align: top;
  white-space: nowrap;
  text-align: left;
}


.noborder {
  border: none;
}

.dropdown {
  background-color: #333333;
  border-style: solid;
  border-width: 1px;
  border-color: #333333 #333333 #C0C0C0 #333333;
  color: #FFFFFF;
}

.textbox {
  background-color: #333333;
  border-style: solid;
  border-width: 1px;
  border-color: #333333 #333333 #C0C0C0 #333333;
  color: #FFFFFF;
}

a img {
  border: none;
}
