/**
 * Fonts
 *
 */
/**
 * On-the-fly Retina Images
 *
 */
/**
 * Clearfix
 *
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
/* -------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------------*/
/* ---------->>> CSS3 HELPERS <<<-------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------
[Table of contents]

1. Global
2. Header
3. Navigation
4. Page
5. Bootstrap Navbar overrides
-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------
[1. Global]
-------------------------------------------------------------------------------------------------------*/

@font-face {
    font-family: 'AllerItalic';
    src: url('aller_it-webfont.eot');
    src: url('aller_it-webfont.eot?#iefix') format('embedded-opentype'),
         url('aller_it-webfont.woff') format('woff'),
         url('aller_it-webfont.ttf') format('truetype'),
         url('aller_it-webfont.svg#AllerRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AllerRegular';
    src: url('aller_rg-webfont.eot');
    src: url('aller_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('aller_rg-webfont.woff') format('woff'),
         url('aller_rg-webfont.ttf') format('truetype'),
         url('aller_rg-webfont.svg#AllerRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AllerLightRegular';
    src: url('aller_lt-webfont.eot');
    src: url('aller_lt-webfont.eot?#iefix') format('embedded-opentype'),
         url('aller_lt-webfont.woff') format('woff'),
         url('aller_lt-webfont.ttf') format('truetype'),
         url('aller_lt-webfont.svg#AllerLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 140%;
  color: #000000;
/*  background: #1e0701 url(/assets/img/body-bg-blur.jpg) repeat-x center top;*/
	background: #1e0701;
  font-family: arial, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
body.home {
  background: #1e0701 url(/assets/img/pg-bg.jpg) center top no-repeat;
background-position:fixed !important;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #666666;
}
.container {
  padding-bottom: 40px;
}
/*-------------------------------------------------------------------------------------------------------
[2. Header]
-------------------------------------------------------------------------------------------------------*/
body.home .pg-header {
  margin-bottom: 290px;
}
.pg-header {
  background: #e0c9aa url(/assets/img/bg-header-tile.jpg) repeat-x left top;
  color: #666666;
  font-size: 90%;
  margin-bottom: 20px;
  padding-bottom: 10px;
  *zoom: 1;
}
.pg-header:before,
.pg-header:after {
  display: table;
  content: "";
}
.pg-header:after {
  clear: both;
}
.pg-header a {
  color: #666666;
}
.pg-header h1 a {
  width: 565px;
  height: 82px;
  display: block;
  text-indent: -9999px;
  background: url(/assets/img/parliament-png-logo.png) no-repeat center center;
}
.pg-header .pg-search {
  padding-top: 15px;
  text-align: right;
  text-transform: uppercase;
}
.pg-header .pg-search form {
  display: block;
  margin-top: 10px;
}
.pg-header .pg-search .txt-input {
  background: #594739;
  border: none;
  border-bottom: 1px solid #f4ecdf;
  width: 170px;
  color: #ffffff;
  margin-right: 7px;
  padding: 4px;
  outline: none;
}
.pg-header .pg-search .txt-input:focus {
  background: #78604d;
}
.pg-header .pg-search .btn {
  border: none;
  background: transparent;
  padding: none;
  color: #000000;
  text-transform: uppercase;
  padding: 0;
  font-size: 100%;
}
/*-------------------------------------------------------------------------------------------------------
[3. Navigation]
-------------------------------------------------------------------------------------------------------*/
.navbar {
  background: #594739;
  border-radius: 0px;
  font-size: 127%;
  border: none;
}
.navbar .navbar-collapse {
  padding-left: 0;
}
.navbar li:first-child a {
  border-left: none;
}
.navbar li {
  border-right: 1px solid #443b34;
  color: #ffffff;
}
.navbar li a {
  display: block;
  color: #ffffff;
  border-left: 1px solid #736458 ;
}
/*-------------------------------------------------------------------------------------------------------
[4. Page]
-------------------------------------------------------------------------------------------------------*/
.pg {
  padding: 40px 10px 0 10px;
  background: #ffffff;
  *zoom: 1;
}
.pg:before,
.pg:after {
  display: table;
  content: "";
}
.pg:after {
  clear: both;
}
.pg img {
  max-width: 100%;
  height: auto;
}
/*-------------------------------------------------------------------------------------------------------
[4.1 Page Main]
-------------------------------------------------------------------------------------------------------*/
.pg-main hr {
  border-top: 1px solid #ccc;
}
.pg-main h2 {
  font-family: 'jaf-facitweb', 'museo-sans', serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #594739;
  margin: 0;
  font-size: 140%;
}
.pg-main h3 {
  color: #000000;
  font-family: arial, sans-serif;
  font-weight: normal;
  font-size: 127%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.pg-main h4.date {
  text-transform: uppercase;
  font-size: 91%;
  color: #666666;
  margin-top: 0;
  line-height: 140%;
  padding-right: 15px;
}
.pg-main h4.date em {
  font-style: normal;
  color: #000000;
}
.pg-main p {
  color: #666666;
}
.pg-main img.border {
  border: 2px solid #ccc;
}
.pg-main section .section-head {
  position: relative;
  margin-bottom: 20px;
}
.pg-main section .section-foot {
  position: relative;
}
.pg-main section .cta {
  position: absolute;
  right: 15px;
  top: 2px;
}
.pg-main section .cta a {
  background: url(/assets/img/icon-arrow-right.png) no-repeat left center;
  padding-left: 14px;
  display: block;
  color: #cc0000;
}
.pg-main section .snippet-x .row {
  margin-bottom: 20px;
}
.pg-main section .snippet-x .row .col-md-8 {
  padding-left: 0;
}
.pg-main section .snippet-x .row .col-md-4.dashed {
  background: url(/assets/img/bg-sep-dash-y-r.gif) repeat-y right top;
}
.pg-main section .snippet-x h3 {
  margin-top: 0;
}
.pg-main section .snippet-x h4.date {
  min-height: 60px;
}
/*-------------------------------------------------------------------------------------------------------
[4.2 Page Side]
-------------------------------------------------------------------------------------------------------*/
.pg-side section {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 20px;
  color: #666666;
  *zoom: 1;
}
.pg-side section:before,
.pg-side section:after {
  display: table;
  content: "";
}
.pg-side section:after {
  clear: both;
}
.pg-side section h3 {
  font-family: 'jaf-facitweb', 'museo-sans', serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #594739;
  margin: 0 0 10px 0;
  font-size: 140%;
}
.pg-side section a {
  color: #cc0000;
}
.pg-side section ul {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.pg-side section ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 4px;
  background: url(/assets/img/icon-arrow-right.png) no-repeat left center;
  padding-left: 16px;
}
.pg-side section .txt-inputs {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
.pg-side section .txt-inputs .txt-input {
  display: block;
  border: 1px solid #ccc;
  border-bottom: none;
  background: #fff;
  width: 100%;
  padding: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
.pg-side section .btn {
  background: none;
  padding: 0px;
  margin: 0px;
  padding-left: 12px;
  color: #cc0000;
  background: url(/assets/img/icon-arrow-right.png) no-repeat left center;
  font-size: 100%;
  line-height: 140%;
  outline: none;
}
.pg-side section .dropdown:last-child .dropdown-trigger {
  margin-bottomm: 100px;
}
.pg-side section .dropdown-trigger {
  position: relative;
  display: block;
  border: 1px solid #ccc;
  padding: 10px;
  color: #666666;
  margin-bottom: 15px;
}
.pg-side section .dropdown-trigger:hover {
  color: #000000;
  text-decoration: none;
}
.pg-side section .dropdown-trigger span {
  position: absolute;
  right: 10px;
  top: 8px;
  display: block;
  width: 17px;
  height: 18px;
  background: url(/assets/img/icon-dropdown.png) no-repeat left top;
}
.pg-side section .dropdown-menu {
  font-size: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
  padding-top: 4px;
}
.pg-side section .dropdown-menu li {
  background: none;
  padding-left: 0px;
}
.pg-side section .dropdown-menu li a {
  padding: 4px 10px;
}
.pg-side section form {
  display: block;
  margin-bottom: 10px;
}
.pg-side section .cal-tmp {
  width: 100%;
  height: 200px;
  background: #eee;
  margin-bottom: 14px;
}
/*-------------------------------------------------------------------------------------------------------
[4.3 Page Section]
-------------------------------------------------------------------------------------------------------*/
.pg-section .breadcrumb {
  color: #999999;
  background: none;
  padding: 0px;
}
.pg-section .breadcrumb a {
  color: #999999;
}
.pg-section .section-head {
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}
.pg-section .section-head h1 {
  font-family: 'jaf-facitweb', 'museo-sans', serif;
  font-weight: 300;
  color: #594739;
  font-size: 220%;
}
.pg-section .section-head .share {
  position: absolute;
  right: 0;
  top: 4px;
  display: block;
  width: 48px;
  height: 13px;
  background: url(/assets/img/icon-share.jpg);
  display: none;
}
.pg-section .section-head-mini {
  border-bottom: 1px dotted #000;
}
.pg-section .section-head-mini h2 {
  border-bottom: 1px solid #000;
  display: inline-block;
  margin: 0;
  position: relative;
  top: 1px;
  padding-right: 20px;
  font-family: arial, sans-serif;
  font-weight: normal;
  padding-bottom: 10px;
  font-size: 140%;
}
.pg-section .section-body {
  font-size: 110%;
  line-height: 130%;
  padding: 20px 0;
  margin-bottom: 25px;
}
.pg-section .section-body img.border {
  border: 2px solid #eee;
}
.pg-section .section-body a {
  text-decoration: underline;
}
/*-------------------------------------------------------------------------------------------------------
[4.4 Page Section Side]
-------------------------------------------------------------------------------------------------------*/
.pg-section-side .page-menu {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #ebe2d2;
}
.pg-section-side .page-menu h2 {
  border-bottom: 1px solid #c6bfb1;
  margin: 0;
  color: #000000;
  font-size: 120%;
  padding: 20px;
  font-family: arial, sans-serif;
  font-weight: bold;
}

.pg-section-side .page-menu h3 {
  border-bottom: 1px solid #c6bfb1;
  margin: 0;
  color: #000000;
  font-size: 100%;
  padding: 10px 20px;
  font-family: arial, sans-serif;
  font-weight: bold;
}

.pg-section-side .page-menu ul {
  border-top: 1px solid #f9f8f7;
  margin: 0;
  padding: 20px 0;
}
.pg-section-side .page-menu ul li {
  padding: 0 20px;
  margin: 0;
  margin-bottom: 5px;
  list-style-type: none;
}
/*-------------------------------------------------------------------------------------------------------
[5. Bootstrap Navbar overrides]
-------------------------------------------------------------------------------------------------------*/
.main-nav .nav .open > a,
.main-nav .nav .open > a:hover,
.main-nav .nav .open > a:focus,
.main-nav .nav > li > a:hover,
.main-nav .nav > li > a:focus {
  background: #42352a;
  border-left: 1px solid #736458 ;
}
.main-nav .dropdown-menu {
  background: #594739;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.main-nav .dropdown-submenu > .dropdown-menu {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.main-nav .dropdown-submenu:hover > a:after {
  border-left-color: #594739;
}
.main-nav .navbar ul li ul li {
  border-right: none;
}
.navbar-toggle .icon-bar {
  background: #ffffff;
}
/*-------------------------------------------------------------------------------------------------------
[6. Bootstrap Multilevel Navigation]
-------------------------------------------------------------------------------------------------------*/
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
/*-------------------------------------------------------------------------------------------------------
[6. Bootstrap Side Sep]
-------------------------------------------------------------------------------------------------------*/
.col-md-6 .v-sep {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: #ccc;
}
/*-------------------------------------------------------------------------------------------------------
[7. Slider]
-------------------------------------------------------------------------------------------------------*/
.pg-slider {
  background: #eee;
  position: relative;
  width: 100%;
  height: 330px;
  overflow: hidden;
}
.pg-slider .slides {
  margin: 0;
  padding: 0;
  height: 100%;
  /* Clear fix */
  overflow: hidden;
  *zoom: 1;
  /**
     * Prevent blinking issue
     * Not tested. Experimental.
     */
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
.pg-slider .slides li {
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
  height: 100%;
  float: left;
  clear: none;
  height: 330px;
  background-position: right bottom;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.pg-slider .slide-info {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  right: 0;
  padding: 20px;
  padding-left: 190px;
  color: #fff;
  text-align: right;
}
.pg-slider .slide-info h3 {
  margin: 0;
  color: #fff;
  font-size: 170%;
  font-family: 'jaf-facitweb', 'museo-sans', serif;
  font-weight: 300;
}
.pg-slider .slide-info p {
  margin: 0;
  color: #fff;
}
.pg-slider .slide-tabs {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
}
.pg-slider .slide-tabs li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.pg-slider .slide-tabs li a {
  background: url(/assets/img/bg-slider-tab.png) no-repeat left bottom;
  display: block;
  width: 183px;
  height: 110px;
  color: #ffffff;
  font-size: 140%;
  line-height: 130%;
  padding: 20px;
  text-shadow: 1px 1px 1px #000;
}
.pg-slider .slide-tabs li a:hover {
  text-decoration: none;
}
.pg-slider .slide-tabs li.active a {
  background-position: left top;
}

/*-------------------------------------------------------------------------------------------------------
[Misc Add Ons]
-------------------------------------------------------------------------------------------------------*/
#page-two-col {min-width: 75%;}

.page-inner { padding: 0 15px; }

.page-inner p { line-height: 22px !important; }

.page-inner h2 { font-size: 16px; color: #cc0000; padding:3px; background: #f5f5f5; border-bottom: 1px solid #e5e5e5; }

.page-inner h3 { color: #000; font-size: 13px; background: #f5f5f5; padding: 5px; border-left: 5px solid #e5e5e5; }

.page-inner a:hover { color: #cc0000 !important;}

#miscItem p { color: #09C; font-size: 11px; text-transform: uppercase; line-height: none; padding:0; margin:0; }
#miscItem { display: block; margin-bottom: 17px; border-bottom: 1px dotted #ccc; padding-bottom: 20px; }
#miscItem a { display: block; color: #555; }
#miscItem a:hover { }

.sittingDate { }
.sittingDate .dateThing { background: url(../../_images/calIcon.png) top left no-repeat; display: block; color: #594739; font-size: 15px; padding-left: 25px; margin-bottom: 20px; }
.sittingDate p { display: block; font-size: 17px; }
.sittingDate p a { font-size: 12px; color: #009999; }
.sittingDate p span { font-size: 12px; color: #cc0000; }

.miscTable { border-bottom: 1px solid #333 !important; }
.miscTable th { background: #333; color: #fff; padding: 6px; font-size: 12px; border-right: 1px solid #222; }
.miscTable th.k1 { width: 10%; }
.miscTable th.k2 { width: 50%; }
.miscTable th.k3 { width: 20%; }
.miscTable th.k4 { width: 20%; }
.miscTable td { background: #e5e5e5; padding: 6px; font-size: 12px; border-bottom: 1px solid #fff; border-right: 1px dashed #fff;  }
.miscTable td a { color: #222; }
.miscTable td a:hover { color: #cc0000; text-decoration: underline; }
table.miscTable tr:nth-child(odd) td { background:#f5f5f5 !important; }


.smartInput { display: block; padding: 5px 20px; }
.smartInput select { width: 100%; font-size: 12px; padding: 5px; cursor: pointer;  }

#miscAct { border-bottom: 1px dotted #ccc; padding-bottom: 10px; margin-bottom: 10px;  }
#miscAct dl { float: left; }
#miscAct dd { color: #666; }
#miscAct dd span { color: #006633; }

#myListAlpha { list-style-type:lower-alpha; }
#myListRoman { list-style-type:lower-roman; }

#inSession { background: #cc0000; border-bottom: 10px solid #990000; font-family: "AllerLightRegular", arial, tahoma; font-size: 25px; color: #fff; padding: 20px 0; text-align: center; line-height: normal; }

#graphicPartnership { max-width:693px; height: auto; margin: 0 auto; padding-top: 25px; display: none; }
#graphicPartnership img { width: 100%; height: auto; }

#whatSms { display: block; max-width: 258px; height: auto; float: right; }
#whatSms img { width: 100%; height: auto; }

#pageResults { display: block; background: #f5f5f5; padding: 10px 5px; border-bottom: 1px dotted #ccc; font-weight: normal !important; margin-bottom:5px; border-left: 5px solid #ccc; font-size: 12px; }
#pageResults dl { padding:0; margin:0;font-weight: normal!important;}
#pageResults dd {padding:0; margin:0;font-weight: normal!important;}

/*-------------------------------------------------------------------------------------------------------
[8. Footer]
-------------------------------------------------------------------------------------------------------*/
footer {
  *zoom: 1;
  background: #594739;
  border-top: 5px solid #0c0301;
  padding: 15px;
}
footer:before,
footer:after {
  display: table;
  content: "";
}
footer:after {
  clear: both;
}
footer section {
  color: #ad9e9a;
}
footer section h2 {
  color: #ffffff;
  font-size: 110%;
  font-family: arial, sans-serif;
  font-weight: bold;
  margin-top: 0;
}
footer section a {
  color: #ad9e9a;
}
footer section .site-search-form .txt-input {
  background: #96877b;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border: none;
  padding: 10px;
  font-size: 100%;
  width: 60%;
  color: #ffffff;
  margin-right: 4px;
}
footer section .site-search-form .txt-input:focus {
  outline: none;
  background: #736255;
}
footer section .site-search-form .btn {
  width: 38px;
  height: 36px;
  border: none;
  background: url(/assets/img/btn-submit.png) no-repeat left top;
  position: relative;
  top: -1px;
}
/*-------------------------------------------------------------------------------------------------------
[9. Copyright]
-------------------------------------------------------------------------------------------------------*/
.copyright {
  background: url(/assets/img/bg-footer-icon.png) no-repeat center bottom;
  padding-top: 20px;
  color: #594739;
  text-align: center;
  padding-bottom: 32px;
}
.copyright p {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .navbar .navbar-collapse {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 650px) {
  .pg-header h1 a {
    background-image: url(/assets/img/parliament-png-logo-mobile.png);
    background-position: left top;
    width: 203px;
  }
}
@media only screen and (max-width: 650px) {
  .pg-header {
    padding-bottom: 20px;
  }
  .pg-header .col-xs-6 {
    width: 100%;
  }
  .pg-header .pg-search {
    text-align: left;
  }
}


/* Calendar
--------------------------------------*/

.calendarBG {
 background-color: #fff; 
 float: left !important;
 display:block;
 margin: 6px !important;
 border: 1px solid #e5e5e5;
 height: 187px;
}

.calendarBG th,
.calendarBG td { padding: 3px; }

.calendarBlank { 
 background-color: #9DB7A7;
}

.calendarHeader { 
 font-weight: bold; 
 color: #fff; 
 text-align: center !important;
 background-color: #000; 
}

.calendarHeader th { text-align: center !important; }

.calendarMonthLinks {
display: none !important;
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         11px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 color:             #fff;
 background-color:  transparent;
}

.calendarMonthLinks a {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}
  
.calendarMonthLinks a:visited {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarMonthLinks a:hover {
 color:             #ccc;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarDayHeading {
 font-weight: bold; 
 font-size:	11px;
 color: #fff; 
 background-color: #663300; 
 text-align:  center;
 vertical-align: middle;
}

.calendarToday { 
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         12px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #000;
 background-color: 	#ccc;
}

.calendarCell {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         12px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #666;
 background-color:  #fff;
}

.calendarCell a {
 color:             #fff;
 text-decoration:   none;
 background-color: #F00;
}
  
.calendarCell a:visited {
 color:             #fff;
 text-decoration:   underline;
 background-color:  #cc0000;
}

.calendarCell a:hover {
 color:             #fff !important;
 text-decoration:   underline !important;
 background-color: #cc0000 !important;
}

#nextDates table { }

#nextDates table th,
#nextDates table td { padding: 3px 8.5px !important; }