/* default font style from Bootstrap 3.2 */
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

#CalendarBody {
  padding: 0;
  margin: 0;
}

.Content {
  padding: 0;
  margin: 0;
}

body#Wrapper {
   /* background-image: url('http://www.ticamembers.org/images/wrapper-background.jpg'); */
   /* background-repeat: repeat-x; */
   padding: 0;
   margin: 0;
}

div#CalendarBody {
   background-image: url('http://www.ticamembers.org/images/content-background.jpg');
   background-repeat: repeat-x;
   padding: 0;
   margin: 0;
  /* background-color: #F5E0B3; */
}

div#MastHead {
   background-image: url('http://www.ticamembers.org/images/mast_subpg_1-extension.jpg');
   background-repeat: repeat-x;
}

div#Logo {
   width: auto;
}

div#NavBar {
   /* width: auto; */
}

div#CalendarText {
   width: auto;
   clear: both;
   background-image: url('http://www.ticamembers.org/images/content-corner.jpg');
   background-repeat: no-repeat;
   background-position: 2px 0px;
   /* font-family: Verdana, Helvetica, Arial, sans-serif; */
   /* font-size: small; */
   border-top: 2px solid #9d8a60;
   border-left: 4px solid #9d8a60;
   border-right: 4px solid #9d8a60;
   border-bottom: 4px solid #9d8a60;
}

div#CalendarVersion {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: x-small;
  padding: 0 0 0 0.5em;
}
div#CalendarIntro {
  margin: 4px 0 0 0;
}
table#CalendarTable {
  /* font-family: Verdana, Helvetica, Arial, sans-serif; */
  margin: 0;
  border-right: 2px solid #9d8a60;
  border-bottom: 2px solid #9d8a60;
  border-left: 2px solid #9d8a60;
  padding: 0;
  width: auto;
}

table#CalendarTable th.MonthHeader {
  border-top: 1px solid #9d8a60;
  border-bottom: 1px solid #9d8a60;
  padding: 0;
  text-align: center;
  margin: 1px 0 1px 0;
}
table#CalendarTable td.Date {
  /* margin: 0 0 0 2em; */
  border-right: 1px solid #9d8a60;
  border-bottom: 1px solid #9d8a60;
  padding: 0 0 0 0.5em;
  margin: 1px 0 1px 0;
}

table#CalendarTable td.Location {
  border-right: 1px solid #9d8a60;
  border-bottom: 1px solid #9d8a60;
  padding: 0 0 0 0.5em;
  margin: 1px 0 1px 0;
}

table#CalendarTable td.Club {
  border-right: 1px solid #9d8a60;
  border-bottom: 1px solid #9d8a60;
  padding: 0 0 0 1em;
  margin: 1px 0 1px 0;
}

table#CalendarTable td.Show {
  border-bottom: 2px solid #9d8a60;
  padding: 0 0 0 0.5em;
  margin: 1px 0 1px 0;
}

table#CalendarTable a:link {
  text-decoration: none;
  color: #00337f;
}

table#CalendarTable a:visited {
  text-decoration: none;
  color: #00337f;
}

table#CalendarTable a:link:hover {
  text-decoration: none;
  color: #c4ad7b;
}

table#CalendarTable a:visited:hover {
  text-decoration: none;
  color: #c4ad7b;
}

div#CalendarFooter {
  float: left;
  /* width: 98%; */
  border: 0;
  padding: 0;
}
div#CalendarVersion {
  float: left;
  width: 78%
}
div#CalendarValidIcon {
  float: right;
  width: 20%;
  border: 0;
  padding: 0;
}
div#CalendarValidIcon a:link img, div#CalendarValidIcon a:visited img {
  border: 0;
  padding: 0;
}
img#CalendarPageImg {
  float:right;
}
