/* Minification failed. Returning unminified contents.
(636,28): run-time error CSS1030: Expected identifier, found ','
(636,49): run-time error CSS1031: Expected selector, found ')'
(636,49): run-time error CSS1025: Expected comma or open brace, found ')'
 */
body {
    /*padding-top: 50px;*/
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}
/*
	Developed by anthonyvscode.com
	This solution is to be used in the dotless implemention of less css: http://www.dotlesscss.org/
*/
/*Border Radius Functions*/
/*Shadows*/
/*Transformations*/
/* =============================================================================
   Primary styles
   Author: 
   ========================================================================== */

/*
a:link
{
	color: #034af3;
	text-decoration: underline;
}

a:hover
{
	color: #1d60ff;
	text-decoration: none;
}
a:active
{
	color: #12eb87;
}
*/

p,
ul {
  margin-bottom: 20px;
  line-height: 1.6em;
}
/* HEADINGS   
----------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.5em;
  color: black;
}
h1 {
  padding-bottom: 0;
  margin-bottom: 0;
}
h2 {
  font-size: 1.2em;
  padding: 0 0 10px 0;
}
h3 {
  font-size: 1.1em;
}
h4 {
  font-size: 1em;
}
h5,
h6 {
  font-size: 1em;
}
/* this rule styles <h2> tags that are the 
first child of the left and right table columns */

.rightColumn > h1,
.rightColumn > h2,
.leftColumn > h1,
.leftColumn > h2 {
  margin-top: 0;
}
nav {
  display: none;
}
#mainMenu {
  display: block;
}
.promoteZ {
  z-index: 20080;
}
.disabled_item {
  background-color: Gray !important;
}
a.button_destructive {
  white-space: nowrap;
}
.createLink {
  float: right;
  margin-bottom: 5px;
}
.AutoSearchArea {
  float: left;
  margin-bottom: 5px;
}
.clear {
  clear: both;
}
.MakeVideoArea {
  display: block;
  width: 370px;
  height: 208px;
  background: transparent url(/WMP/images/001_25.png) center center no-repeat !important;
  padding: 0 !important;
  border: 1px solid grey;
  text-decoration: none;
  z-index: 100;
  position: relative;
}
.MakeVideoArea::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent url(/WMP/images/001_25.png) center center no-repeat !important;
  padding: 0;
  margin: 0;
}
.MakeVideoArea.NoAfter::after {
  background: transparent !important;
  display: none;
}
.MakeVideoArea img {
  z-index: 0;
  width: 100%;
  height: 100%;
}
.LoginArea {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.LoginArea fieldset {
  margin: 0;
  padding: 5px;
  border: 1px solid silver;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.LoginArea fieldset legend {
  padding: 0 5px;
}
.LoginArea ol {
  display: block;
  margin: 0;
  padding: 0;
}
.LoginArea li {
  list-style: none;
  padding: 5px;
  margin: 5px;
  display: block;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background: transparent url(/WMP/css/RGBAHandler.axd?R=128&G=128&B=128&A=20) repeat;
  background: rgba(128, 128, 128, 0.2);
}
.LoginArea li label {
  display: inline-block;
  width: 100px;
}
.AspNet-CheckBoxList li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.AspNet-CheckBoxList ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
fieldset {
  padding: 12px;
  margin: 0px;
  width: auto;
  line-height: 125%;
  font-weight: normal;
  border: 1px solid grey;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
legend {
  padding: 0 5px;
  font-weight: bold;
}
.AspNet-RadioButtonList-RepeatDirection-Vertical {
  list-style: none;
}
/*
        .AspNet-RadioButtonList-RepeatDirection-Horizontal {
            display: block;
            list-style: none;
            width: 100%;
            height: 30px;
        }
        .AspNet-RadioButtonList-RepeatDirection-Horizontal li {
            display: inline-block;
            position: relative;
            list-style: none;
            vertical-align: middle;
            white-space: nowrap;
            width: 90px;
            height: 30px;
        }
        .AspNet-RadioButtonList-RepeatDirection-Horizontal li input {
            display: block;
            margin: 0;
            padding: 0;
            margin-top: 10px;

        }
        .AspNet-RadioButtonList-RepeatDirection-Horizontal li label {
            display: block;
            position: absolute;
            left: 20px;
            top: 0px;
            margin: 0;
            padding: 0;
        }
        .AspNet-RadioButtonList-RepeatDirection-Horizontal li img {
            display: block;
            margin: 0;
            padding: 0;
        }*/

.AspNet-CheckBoxList,
.AspNet-CheckBoxList-RepeatDirection-Horizontal,
.AspNet-RadioButtonList,
.AspNet-RadioButtonList-RepeatDirection-Horizontal {
  width: auto;
  margin: 0;
  padding: 0;
}
.AspNet-CheckBoxList-RepeatDirection-Horizontal .AspNet-CheckBoxList-Item,
.AspNet-RadioButtonList-RepeatDirection-Horizontal .AspNet-RadioButtonList-Item {
  display: inline-block;
  list-style: none;
  padding: 0px 5px 10px 0;
  vertical-align: middle;
  width: auto;
  height: auto;
}
.AspNet-RadioButtonList-RepeatDirection-Horizontal .AspNet-RadioButtonList-Item input {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
}
.AspNet-RadioButtonList-RepeatDirection-Horizontal .AspNet-RadioButtonList-Item label {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  padding-right: 0px;
  padding-left: 5px;
  width: auto;
  height: auto;
  position: static;
}
/*.ui-autocomplete {
    height: 100px;
    overflow-x: hidden;
    overflow-y: auto;
}*/

.ui-menu .ui-menu-item a {
  color: black;
}
.calendar-fullRegistration p,
.calendar-noRegistration p {
  padding: 10px;
}
.DataHeaderArea {
  margin: 5px 0 0px 10px;
  padding-bottom: 5px;
  padding-left: 5px;
  width: 825px;
  height: 60px;
  overflow: hidden;
  border: solid 1px grey;
  background: transparent url(/WMP/css/RGBAHandler.axd?R=51&G=51&B=51&A=75) repeat;
  background: rgba(51, 51, 51, 0.75);
}
.datatable,
.datatable2 {
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  color: black;
  background: #9cbc2c;
  background: #d9ddf2;
  padding: 5px 10px;
  padding: 0;
  font-size: .8em;
}
.datatable div,
.datatable2 div {
  border: 1px solid green;
}
.datatable a:not(.button),
.datatable2 a:not(.button) {
  color: Black;
  text-decoration: none !important;
  font-style: italic;
}
.datatable .NoSort,
.datatable2 .NoSort {
  background-image: url(/Content/Images/bg.gif) !important;
  background-repeat: no-repeat;
}
.datatable .SortUp,
.datatable2 .SortUp {
  background-image: url(/Content/Images/asc.gif) !important;
  background-repeat: no-repeat;
}
.datatable .SortDown,
.datatable2 .SortDown {
  background-image: url(/Content/Images/desc.gif) !important;
  background-repeat: no-repeat;
}
.datatable th,
.datatable2 th {
  background: #005373;
  background-color: rgba(0, 83, 115, 0.9);
  color: White;
  background-image: url(/WMP/css/SVGGradientHandler.axd?from=33FFFFFF&to=33000000);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.2)));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* IE10+ */
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* W3C */

  font-size: 12px;
  font-style: italic;
}
.datatable td,
.datatable2 td {
  vertical-align: top;
  /*border-color: rgba(255,255,255,.6);*/

  background-image: url(/WMP/css/SVGGradientHandler.axd?from=33FFFFFF&to=33000000);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.2)));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* IE10+ */
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* W3C */

}
.datatable tr:nth-child(even),
.datatable2 tr:nth-child(even) {
  background-color: whitesmoke;
}
.datatable td:first-child,
.datatable th:first-child,
.datatable2 td:first-child,
.datatable2 th:first-child {
  -webkit-border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  border-radius: 5px 0px 0px 5px;
}
.datatable td:last-child,
.datatable th:last-child,
.datatable2 td:last-child,
.datatable2 th:last-child {
  -webkit-border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px;
}
.datatable tr.subrow td,
.datatable2 tr.subrow td {
  -webkit-border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
}
.datatable .isLeader td,
.datatable2 .isLeader td {
  font-weight: bold;
}
.datatable .IsGroupHeader td,
.datatable2 .IsGroupHeader td {
  background-color: #005373;
  background-color: rgba(0, 83, 115, 0.9);
  color: White;
}
.dt_report td {
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  border-left-width: 1px;
  border-right-width: 1px;
}
.odd-row,
.odd {
  background-color: transparent !important;
  /*background: #b9cf6a;*/

  /*background-color: rgba(255,255,255,.3);*/

}
.even-row,
.even {
  background-color: whitesmoke !important;
  /* background-color: #333; */

  /*background: #b9cf6a;*/

  /*background-color: rgba(0,0,0,.3);*/

}
table.datatable .header {
  background-image: url(/Content/Images/bg.gif);
  background-repeat: no-repeat;
}
table.datatable .headerSortUp {
  background-image: url(/Content/Images/asc.gif);
  background-repeat: no-repeat;
}
table.datatable .headerSortDown {
  background-image: url(/Content/Images/desc.gif);
  background-repeat: no-repeat;
}
.datatable tr:hover,
.datatable2 tr:hover {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
.Closed td {
  background-color: Orange !important;
}
.NotApproved td {
  background-color: Red !important;
}
.IsNotApproved td {
  background-color: Red !important;
}
.IsLockedOut td {
  background-color: Orange !important;
}
.notMainNav td {
  background-color: Yellow !important;
}
.notMainNav.notSubNav td {
  background-color: Red !important;
}
/*
.Closed a
{
	color:Orange !important;
}
.NotApproved a
{
	color:Red !important;
}
*/

.promoteZ {
  z-index: 20080;
}
.datatable {
  width: 100%;
  clear: both;
  margin-top: 5px;
}
.datatable .deleteCell {
  width: 30px;
}
.datatable2 {
  width: 100%;
  clear: both;
  margin-top: 5px;
}
.datatable2 .deleteCell {
  width: 30px;
}
.publishCell {
  width: 30px;
}
/* File Created: April 19, 2012 */

.mainform {
  background: #9cbc2c;
  background: #d9ddf2;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  counter-reset: fieldsets;
  padding: 10px;
  color: #111111;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  width: 98%;
  border: 2px solid #b9d06a;
  position: relative;
}
.mainform fieldset {
  border: none;
  margin: 0;
  padding: 0;
  margin-bottom: 0px;
}
.mainform legend {
  color: #384313;
  font-size: 16px;
  font-weight: bold;
  padding: 0;
  padding-bottom: 10px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
}
.mainform ol {
  margin: 0;
}
.mainform ol li {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.1);
  border-color: #b9d06a;
  border-color: white;
  border-color: rgba(255, 255, 255, 0.6);
  border-style: solid;
  border-width: 2px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  line-height: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 5px 10px;
  margin-bottom: 2px;
}
.editor-label,
.editor-field {
  background-color: #000064;
  background-color: rgba(0, 0, 100, 0.1);
  border-color: #b9d06a;
  border-color: white;
  border-color: rgba(255, 255, 255, 0.6);
  border-style: solid;
  border-width: 2px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  line-height: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 5px 10px;
}
.editor-label {
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  border-bottom-width: 0px;
}
.editor-field {
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  border-top-width: 0px;
  margin-bottom: 2px;
}
.mainform label {
  font-size: 13px;
  width: 36%;
  white-space: nowrap;
}
.mainform input:not(.button, .button_destructive) {
  background: white;
  border: none;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  font: italic 13px Georgia, "Times New Roman", Times, serif;
  outline: none;
  padding: 5px;
  width: 60%;
}
.mainform input[type=radio] {
  width: 50px;
}
.mainform input[type=checkbox] {
  width: 50px;
}
.mainform select {
  background: white;
  border: none;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  font: italic 13px Georgia, "Times New Roman", Times, serif;
  outline: none;
  padding: 5px;
}
.mainform textarea {
  background: white;
  border: none;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  font: italic 13px Georgia, "Times New Roman", Times, serif;
  outline: none;
  padding: 5px;
  width: 60%;
  height: 100px;
}
.mainform .async-uploader {
  display: block;
  float: left;
  /*width:250px;
	height:100px;*/
  font-weight: normal;
  font-size: 0.8em;
  color: #666666;
  font-style: italic;
  margin: 0;
  padding: 0;
}
.mainform .async-uploader span {
  margin: 0;
  padding: 0;
}
.mainform .async-uploader div {
  margin: 0;
  padding: 0;
  height: 10px;
}
.mainform input:not([type=submit]):focus,
.mainform textarea:focus {
  background: #eaeaea;
}
.mainform .field-validation-error {
  color: Red;
  font-weight: bold;
  font-style: italic;
  font-size: 0.8em;
  padding: 0;
  margin: 0;
}
.mainform .sublabel {
  height: 10px;
  overflow: hidden;
  float: left;
  font-style: italic;
  font-size: 10px;
  padding: 0 5px;
  line-height: 10px;
  white-space: nowrap;
}
.mainform input.FieldType_Number {
  width: 40px;
}
.mainform input.FieldType_Phone {
  width: 150px;
}
.mainform input.FieldType_Email {
  width: 150px;
}
.error {
  color: Red;
  font-weight: bold;
  font-style: italic;
  background: transparent;
  border: solid 0px transparent;
  font-size: 0.8em;
  padding: 0;
  margin: 0;
}
.datepicker {
  width: 100px !important;
}
.datepickerOff {
  width: 100px !important;
}
.ui-combobox {
  position: relative;
  display: inline-block;
}
.ui-combobox-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-left: -1px;
  padding: 0;
  /* adjust styles for IE 6/7 */
  *height: 1.7em;
  *top: 0.1em;
}
.ui-combobox-input {
  margin: 0;
  padding: 0.3em;
}
.RadioButtonList {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  /*border: 1px solid blue;*/

}
.RadioButtonContainer {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  /*border: 1px solid green;*/

}
.RadioButtonContainer li {
  display: block;
  list-style: none;
  /*white-space: nowrap;
		overflow: hidden;*/
  margin: 0;
  padding: 0;
  /*border: 1px solid red;*/

}
.RadioButtonItem {
  float: left;
}
.RadioButtonItem label {
  white-space: normal;
  /*'display: table-cell;
		border: 1px solid purple;*/

}
.FieldArea {
  /*border: 1px solid red;*/
  padding: 0;
  margin-bottom: 10px;
}
.EmailLabelArea {
  /*border: 1px solid green;*/
  padding: 0;
  margin: 0;
}
.EmailEditArea {
  /*border: 1px solid blue;*/
  padding: 0;
  margin: 0;
}
.mainformme {
  overflow: visible;
}
.pnlControls {
  overflow: visible;
}
.formPages {
  position: relative;
  overflow: visible;
}
.RadioButtonList label {
  margin-left: 5px;
}
.EmailEditArea input[type=checkbox] {
  margin-right: 5px;
}
.CalendarArea .ControlsArea {
  padding: 0;
  margin: 0;
  height: 20px;
  margin-top: 8px;
  padding-bottom: 4px;
  text-align: left;
  position: relative;
}
.CalendarArea .ControlsArea ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.CalendarArea .ControlsArea li {
  list-style: none;
  display: block;
  float: left;
  padding: 0;
  margin: 0;
}
.CalendarArea .ControlsArea a {
  display: block;
  padding: 0;
  margin: 0;
  text-decoration: none;
}
.CalendarArea .ControlsArea a img,
.CalendarArea .ControlsArea a .ui-button-text {
  padding: 0;
  margin: 0;
}
.CalendarArea .ControlsArea .ViewType {
  display: inline-block;
}
.CalendarArea .ControlsArea .ViewType li {
  padding: 0 5px;
}
.CalendarArea .ControlsArea .ViewType li:first-child {
  border-right: 1px solid #005696;
}
.CalendarArea .ControlsArea .ViewType li a {
  color: #005696;
  font-weight: normal;
  text-decoration: underline;
}
.CalendarArea .ControlsArea .ViewType li a.Current {
  color: black;
  text-decoration: none;
}
.CalendarArea .ControlsArea .NextPreviousButtons {
  display: inline-block;
}
.CalendarArea .ControlsArea .NextPreviousButtons li {
  margin: 0 2px;
}
.CalendarArea .ControlsArea .NextPreviousButtons li a {
  line-height: 10px;
  width: 24px;
  height: 18px;
  text-align: center;
  background: #005696;
}
.CalendarArea .ControlsArea .calendarSearchTypeArea {
  display: inline-block;
  padding-left: 10px;
}
.CalendarArea .ControlsArea .calendarSearchBoxArea {
  display: inline-block;
  padding-left: 50px;
}
.CalendarArea .ControlsArea .calendarSearchBoxArea li input[type=submit] {
  padding: 3px 5px;
  margin: 0;
  font-size: 12px;
  line-height: 12px;
}
.CalendarArea .ControlsArea .PeriodViews {
  position: absolute;
  bottom: 0px;
  right: 5px;
}
.CalendarArea .ControlsArea .PeriodViews li a {
  height: 22px;
  background: #efefef;
  color: #999999;
  margin: 0 1px;
  margin-top: 1px;
  padding: 0 6px;
}
.CalendarArea .ControlsArea .PeriodViews li a.Current,
.CalendarArea .ControlsArea .PeriodViews li a:hover {
  height: 22px;
  background: #005696;
  color: #efefef;
  margin-top: 0px;
  padding-top: 1px;
}
.CalendarArea .ControlsArea .PeriodViews li,
.CalendarArea .ControlsArea .PeriodViews li a {
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}
.CalendarView_Area_Period {
  padding: 0;
  width: 100%;
  position: relative;
  background: #005696;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  border: solid 1px #005696;
}
.CalendarView_Area_Period_Name {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  color: #efefef;
  margin: 0;
  padding: 0;
  margin: 5px 0px;
}
/* Calendar Week Module Styles */

.CalendarWeekView_Area {
  width: 100%;
  padding: 0px;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  position: relative;
  background: #005696;
  border: 1px solid #005696;
  padding-bottom: 5px;
}
.CalendarWeekView_Times_Area {
  position: relative;
}
.CalendarWeekView_Times {
  width: 9%;
  float: left;
  position: absolute;
  width: 100%;
  top: 26px;
  left: 0px;
  z-index: 0;
}
.CalendarWeekView_Times_Day {
  margin-left: 5px;
  margin-right: 5px;
}
.CalendarWeekView_Times_DayEntry {
  height: 19px;
  padding: 2px 5px;
}
.CalendarWeekView_Times_DayEntry:last-child {
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}
.CalendarWeekView_Entries {
  margin-left: 9%;
  width: 91%;
  z-index: 10;
}
.CalendarWeekView_Entry {
  width: 14%;
  float: left;
}
.CalendarWeekView_DayName_Area {
  padding-left: 9%;
  border-bottom: 0px !important;
}
.CalendarWeekView_DayName {
  text-align: center;
  height: 20px;
  overflow: hidden;
  font-weight: bold;
  float: left;
  width: 14%;
  padding-top: 6px;
}
.CalendarWeekView_DayName a {
  text-decoration: none;
}
.CalendarWeekView_Area_Day {
  position: relative;
  height: 600px;
  border: 1px solid #aaaaaa;
  width: 99%;
  margin: 2px;
  background: transparent url(/WMP/css/RGBAHandler.axd?R=255&G=255&B=255&A=50) repeat;
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px white;
  border-color: white;
  border-color: rgba(255, 255, 255, 0.85);
  background-image: url(/WMP/css/SVGGradientHandler.axd?from=4CFFFFFF&to=4C000000);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* IE10+ */
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C */

  border-top: 0px;
  margin-top: 0px;
}
.CalendarWeekView_Area_Day a {
  display: block;
  width: 100%;
  height: 100%;
  color: black;
}
.CalendarWeekView_Area_Day a:hover {
  background: transparent url(/WMP/css/RGBAHandler.axd?R=255&G=255&B=255&A=75) repeat;
  background: rgba(255, 255, 255, 0.75);
  background-image: url(/WMP/css/SVGGradientHandler.axd?from=4CFFFFFF&to=4C000000);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* IE10+ */
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C */

}
.CalendarWeekView_Area_Day div {
  display: block;
  width: 100%;
  height: 100%;
  color: black;
}
.CalendarWeekView_Area_Day div:hover {
  background: transparent url(/WMP/css/RGBAHandler.axd?R=255&G=255&B=255&A=75) repeat;
  background: rgba(255, 255, 255, 0.75);
  background-image: url(/WMP/css/SVGGradientHandler.axd?from=4CFFFFFF&to=4C000000);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* IE10+ */
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C */

}
.CalendarWeekView_Area_Day_Item {
  margin: 0px 2px 2px 2px;
  overflow: hidden;
  font-size: 9px;
  background: transparent url(/WMP/css/RGBAHandler.axd?R=0&G=0&B=255&A=25) repeat;
  background: rgba(0, 0, 255, 0.25);
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  border: solid 1px blue;
  border-color: blue;
  border-color: rgba(0, 0, 255, 0.75);
  position: absolute;
  width: 50px;
}
.CalendarWeekView_Area_Day_Item a {
  width: 100%;
  display: block;
  padding: 0px 2px 0px 2px;
  color: black;
  text-decoration: none;
}
/* Calendar Day Module Styles */

.CalendarDayView_Area {
  width: 100%;
  padding: 0px;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  position: relative;
  background: #005696;
  border: 1px solid #005696;
  padding-bottom: 5px;
}
.CalendarDayView_Times_Area {
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
}
.CalendarDayView_Times {
  width: 9%;
  float: left;
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.CalendarDayView_Times_DayEntry {
  height: 19px;
  padding: 2px 5px;
}
.CalendarDayView_Times_DayEntry:first-child {
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}
.CalendarDayView_Times_DayEntry:last-child {
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}
.CalendarDayView_Entries {
  margin-left: 9%;
  width: 91%;
  z-index: 10;
}
.CalendarDayView_DayName_Area {
  padding-left: 9%;
  border-bottom: 0px !important;
}
.CalendarDayView_DayName {
  text-align: center;
  height: 20px;
  overflow: hidden;
  font-weight: bold;
  float: left;
  width: 14%;
  padding-top: 6px;
}
.CalendarDayView_DayName a {
  text-decoration: none;
}
.CalendarDayView_Area_Day {
  position: relative;
  height: 600px;
  border: 1px solid #aaaaaa;
  width: 98%;
  margin: 2px;
  background: transparent url(/WMP/css/RGBAHandler.axd?R=255&G=255&B=255&A=50) repeat;
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px white;
  border-color: white;
  border-color: rgba(255, 255, 255, 0.85);
  background-image: url(/WMP/css/SVGGradientHandler.axd?from=4CFFFFFF&to=4C000000);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* IE10+ */
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C */

  border-top: 0px;
  margin-top: 0px;
}
.CalendarDayView_Area_Day a {
  display: block;
  width: 100%;
  height: 100%;
  color: black;
}
.CalendarDayView_Area_Day a:hover {
  background: transparent url(/WMP/css/RGBAHandler.axd?R=255&G=255&B=255&A=75) repeat;
  background: rgba(255, 255, 255, 0.75);
  background-image: url(/WMP/css/SVGGradientHandler.axd?from=4CFFFFFF&to=4C000000);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* IE10+ */
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C */

}
.CalendarDayView_Area_Day div {
  display: block;
  width: 100%;
  height: 100%;
  color: black;
}
.CalendarDayView_Area_Day div:hover {
  background: transparent url(/WMP/css/RGBAHandler.axd?R=255&G=255&B=255&A=75) repeat;
  background: rgba(255, 255, 255, 0.75);
  background-image: url(/WMP/css/SVGGradientHandler.axd?from=4CFFFFFF&to=4C000000);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* IE10+ */
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C */

}
.CalendarDayView_Area_Day_Item {
  margin: 0px 2px 2px 2px;
  overflow: hidden;
  font-size: 9px;
  background: transparent url(/WMP/css/RGBAHandler.axd?R=0&G=0&B=255&A=25) repeat;
  background: rgba(0, 0, 255, 0.25);
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  border: solid 1px blue;
  border-color: blue;
  border-color: rgba(0, 0, 255, 0.75);
  position: absolute;
  width: 50px;
}
.CalendarDayView_Area_Day_Item a {
  width: 100%;
  display: block;
  padding: 0px 2px 0px 2px;
  color: black;
  text-decoration: none;
}
/* Calendar Module Styles */

.CalendarMonthView_Area {
  padding: 0 !important;
  margin: 0;
}
.CalendarMonthView_Area_Month {
  width: 100%;
  margin-top: 7px;
  border: solid 1px gray;
  border: solid 1px #005696;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  overflow: hidden;
  background: #005696;
  margin: 0;
  padding: 0;
  padding-bottom: 5px;
}
.CalendarMonthView_WeekDaysLine {
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  border-bottom: 0px !important;
  background: #005696;
  border-left: solid 1px #005696;
  border-right: solid 1px #005696;
}
.CalendarMonthView_Area_WeekDays {
  float: left;
  width: 14%;
  height: 20px;
  height: 14px;
  padding-top: 6px;
  padding-bottom: 2px;
  text-align: center;
  border-right: solid 1px #005696;
  border-bottom: solid 1px transparent;
  font-size: 12px;
  line-height: 12px;
  font-weight: normal;
  color: #efefef;
}
.CalendarMonthView_Area_WeekDays:first-child {
  margin-left: 5px;
}
.CalendarMonthView_Area_Dates {
  float: left;
  width: 100%;
  overflow: hidden;
  border-right: 1px solid #005696;
}
.CalendarMonthView_Sunday {
  border-left: solid 1px gray;
  margin-left: 5px;
}
.CalendarMonthView_Area_Day {
  float: left;
  width: 14%;
  height: 80px;
  border-right: solid 1px gray;
  border-bottom: solid 1px gray;
  overflow: hidden;
  position: relative;
  background: white;
  overflow-y: auto;
}
.CalendarMonthView_Area_Day_Short {
  height: 67px;
}
.CalendarMonthView_Area_Day_Number {
  float: right;
  width: 18px;
  height: 15px;
  color: Gray;
  text-align: right;
  margin-right: 2px;
  font-weight: bold;
}
.CalendarMonthView_Area_Day_Number a {
  color: Gray !important;
  text-decoration: none;
}
.CalendarMonthView_Area_Day_Number_Current {
  color: Black;
}
.CalendarMonthView_Area_Day_Number_Current a {
  color: Black !important;
  text-decoration: none;
}
.CalendarMonthView_Area_Day_Item {
  margin: 0px 2px 2px 2px;
  overflow: hidden;
  font-size: 9px;
  background: transparent url(/WMP/css/RGBAHandler.axd?R=0&G=0&B=255&A=25) repeat;
  background: rgba(0, 0, 255, 0.25);
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  border: solid 1px blue;
  border-color: blue;
  border-color: rgba(0, 0, 255, 0.75);
}
.CalendarMonthView_Area_Day_Item a {
  width: 100%;
  display: block;
  padding: 0px 2px 0px 2px;
  color: black;
  text-decoration: none;
}
.First {
  margin-top: 2px;
}
.Cal_First {
  background: transparent url(/WMP/css/RGBAHandler.axd?R=245&G=161&B=45&A=50) repeat;
  background: rgba(245, 161, 45, 0.5);
  border: solid 1px #f5a12d;
  border-color: #f5a12d;
  border-color: rgba(245, 161, 45, 0.85);
  background-image: url(/WMP/css/SVGGradientHandler.axd?from=4CFFFFFF&to=4C000000);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* IE10+ */
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C */

}
.Cal_First a {
  display: block;
  width: 100%;
  height: 100%;
  color: black;
}
.Cal_First a:hover {
  background: transparent url(/WMP/css/RGBAHandler.axd?R=245&G=161&B=45&A=75) repeat;
  background: rgba(245, 161, 45, 0.75);
  background-image: url(/WMP/css/SVGGradientHandler.axd?from=4CFFFFFF&to=4C000000);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* IE10+ */
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C */

}
.Cal_First div {
  display: block;
  width: 100%;
  height: 100%;
  color: black;
}
.Cal_First div:hover {
  background: transparent url(/WMP/css/RGBAHandler.axd?R=245&G=161&B=45&A=75) repeat;
  background: rgba(245, 161, 45, 0.75);
  background-image: url(/WMP/css/SVGGradientHandler.axd?from=4CFFFFFF&to=4C000000);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* IE10+ */
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C */

}
.Cal_Second {
  background: transparent url(/WMP/css/RGBAHandler.axd?R=255&G=242&B=0&A=50) repeat;
  background: rgba(255, 242, 0, 0.5);
  border: solid 1px #fff200;
  border-color: #fff200;
  border-color: rgba(255, 242, 0, 0.85);
  background-image: url(/WMP/css/SVGGradientHandler.axd?from=4CFFFFFF&to=4C000000);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* IE10+ */
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C */

}
.Cal_Second a {
  display: block;
  width: 100%;
  height: 100%;
  color: black;
}
.Cal_Second a:hover {
  background: transparent url(/WMP/css/RGBAHandler.axd?R=255&G=242&B=0&A=75) repeat;
  background: rgba(255, 242, 0, 0.75);
  background-image: url(/WMP/css/SVGGradientHandler.axd?from=4CFFFFFF&to=4C000000);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* IE10+ */
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C */

}
.Cal_Second div {
  display: block;
  width: 100%;
  height: 100%;
  color: black;
}
.Cal_Second div:hover {
  background: transparent url(/WMP/css/RGBAHandler.axd?R=255&G=242&B=0&A=75) repeat;
  background: rgba(255, 242, 0, 0.75);
  background-image: url(/WMP/css/SVGGradientHandler.axd?from=4CFFFFFF&to=4C000000);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* IE10+ */
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C */

}
.Cal_Third {
  background: transparent url(/WMP/css/RGBAHandler.axd?R=0&G=0&B=255&A=50) repeat;
  background: rgba(0, 0, 255, 0.5);
  border: solid 1px blue;
  border-color: blue;
  border-color: rgba(0, 0, 255, 0.85);
  background-image: url(/WMP/css/SVGGradientHandler.axd?from=4CFFFFFF&to=4C000000);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* IE10+ */
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C */

}
.Cal_Third a {
  display: block;
  width: 100%;
  height: 100%;
  color: black;
}
.Cal_Third a:hover {
  background: transparent url(/WMP/css/RGBAHandler.axd?R=0&G=0&B=255&A=75) repeat;
  background: rgba(0, 0, 255, 0.75);
  background-image: url(/WMP/css/SVGGradientHandler.axd?from=4CFFFFFF&to=4C000000);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* IE10+ */
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C */

}
.Cal_Third div {
  display: block;
  width: 100%;
  height: 100%;
  color: black;
}
.Cal_Third div:hover {
  background: transparent url(/WMP/css/RGBAHandler.axd?R=0&G=0&B=255&A=75) repeat;
  background: rgba(0, 0, 255, 0.75);
  background-image: url(/WMP/css/SVGGradientHandler.axd?from=4CFFFFFF&to=4C000000);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* IE10+ */
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C */

}
.Cal_Fourth {
  background: transparent url(/WMP/css/RGBAHandler.axd?R=255&G=0&B=0&A=50) repeat;
  background: rgba(255, 0, 0, 0.5);
  border: solid 1px red;
  border-color: red;
  border-color: rgba(255, 0, 0, 0.85);
  background-image: url(/WMP/css/SVGGradientHandler.axd?from=4CFFFFFF&to=4C000000);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* IE10+ */
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C */

}
.Cal_Fourth a {
  display: block;
  width: 100%;
  height: 100%;
  color: black;
}
.Cal_Fourth a:hover {
  background: transparent url(/WMP/css/RGBAHandler.axd?R=255&G=0&B=0&A=75) repeat;
  background: rgba(255, 0, 0, 0.75);
  background-image: url(/WMP/css/SVGGradientHandler.axd?from=4CFFFFFF&to=4C000000);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* IE10+ */
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C */

}
.Cal_Fourth div {
  display: block;
  width: 100%;
  height: 100%;
  color: black;
}
.Cal_Fourth div:hover {
  background: transparent url(/WMP/css/RGBAHandler.axd?R=255&G=0&B=0&A=75) repeat;
  background: rgba(255, 0, 0, 0.75);
  background-image: url(/WMP/css/SVGGradientHandler.axd?from=4CFFFFFF&to=4C000000);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* IE10+ */
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C */

}
.Cal_Fifth {
  background: transparent url(/WMP/css/RGBAHandler.axd?R=147&G=201&B=62&A=50) repeat;
  background: rgba(147, 201, 62, 0.5);
  border: solid 1px #93c93e;
  border-color: #93c93e;
  border-color: rgba(147, 201, 62, 0.85);
  background-image: url(/WMP/css/SVGGradientHandler.axd?from=4CFFFFFF&to=4C000000);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* IE10+ */
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C */

}
.Cal_Fifth a {
  display: block;
  width: 100%;
  height: 100%;
  color: black;
}
.Cal_Fifth a:hover {
  background: transparent url(/WMP/css/RGBAHandler.axd?R=147&G=201&B=62&A=75) repeat;
  background: rgba(147, 201, 62, 0.75);
  background-image: url(/WMP/css/SVGGradientHandler.axd?from=4CFFFFFF&to=4C000000);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* IE10+ */
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C */

}
.Cal_Fifth div {
  display: block;
  width: 100%;
  height: 100%;
  color: black;
}
.Cal_Fifth div:hover {
  background: transparent url(/WMP/css/RGBAHandler.axd?R=147&G=201&B=62&A=75) repeat;
  background: rgba(147, 201, 62, 0.75);
  background-image: url(/WMP/css/SVGGradientHandler.axd?from=4CFFFFFF&to=4C000000);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* IE10+ */
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C */

}
.Cal_Sixth {
  background: transparent url(/WMP/css/RGBAHandler.axd?R=0&G=255&B=0&A=50) repeat;
  background: rgba(0, 255, 0, 0.5);
  border: solid 1px lime;
  border-color: lime;
  border-color: rgba(0, 255, 0, 0.85);
  background-image: url(/WMP/css/SVGGradientHandler.axd?from=4CFFFFFF&to=4C000000);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* IE10+ */
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C */

}
.Cal_Sixth a {
  display: block;
  width: 100%;
  height: 100%;
  color: black;
}
.Cal_Sixth a:hover {
  background: transparent url(/WMP/css/RGBAHandler.axd?R=0&G=255&B=0&A=75) repeat;
  background: rgba(0, 255, 0, 0.75);
  background-image: url(/WMP/css/SVGGradientHandler.axd?from=4CFFFFFF&to=4C000000);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* IE10+ */
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C */

}
.Cal_Sixth div {
  display: block;
  width: 100%;
  height: 100%;
  color: black;
}
.Cal_Sixth div:hover {
  background: transparent url(/WMP/css/RGBAHandler.axd?R=0&G=255&B=0&A=75) repeat;
  background: rgba(0, 255, 0, 0.75);
  background-image: url(/WMP/css/SVGGradientHandler.axd?from=4CFFFFFF&to=4C000000);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* IE10+ */
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C */

}
.Cal_Seventh {
  background: transparent url(/WMP/css/RGBAHandler.axd?R=0&G=255&B=255&A=50) repeat;
  background: rgba(0, 255, 255, 0.5);
  border: solid 1px aqua;
  border-color: aqua;
  border-color: rgba(0, 255, 255, 0.85);
  background-image: url(/WMP/css/SVGGradientHandler.axd?from=4CFFFFFF&to=4C000000);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* IE10+ */
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C */

}
.Cal_Seventh a {
  display: block;
  width: 100%;
  height: 100%;
  color: black;
}
.Cal_Seventh a:hover {
  background: transparent url(/WMP/css/RGBAHandler.axd?R=0&G=255&B=255&A=75) repeat;
  background: rgba(0, 255, 255, 0.75);
  background-image: url(/WMP/css/SVGGradientHandler.axd?from=4CFFFFFF&to=4C000000);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* IE10+ */
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C */

}
.Cal_Seventh div {
  display: block;
  width: 100%;
  height: 100%;
  color: black;
}
.Cal_Seventh div:hover {
  background: transparent url(/WMP/css/RGBAHandler.axd?R=0&G=255&B=255&A=75) repeat;
  background: rgba(0, 255, 255, 0.75);
  background-image: url(/WMP/css/SVGGradientHandler.axd?from=4CFFFFFF&to=4C000000);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* IE10+ */
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C */

}
.Cal_Eighth {
  background: transparent url(/WMP/css/RGBAHandler.axd?R=255&G=0&B=255&A=50) repeat;
  background: rgba(255, 0, 255, 0.5);
  border: solid 1px fuchsia;
  border-color: fuchsia;
  border-color: rgba(255, 0, 255, 0.85);
  background-image: url(/WMP/css/SVGGradientHandler.axd?from=4CFFFFFF&to=4C000000);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* IE10+ */
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C */

}
.Cal_Eighth a {
  display: block;
  width: 100%;
  height: 100%;
  color: black;
}
.Cal_Eighth a:hover {
  background: transparent url(/WMP/css/RGBAHandler.axd?R=255&G=0&B=255&A=75) repeat;
  background: rgba(255, 0, 255, 0.75);
  background-image: url(/WMP/css/SVGGradientHandler.axd?from=4CFFFFFF&to=4C000000);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* IE10+ */
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C */

}
.Cal_Eighth div {
  display: block;
  width: 100%;
  height: 100%;
  color: black;
}
.Cal_Eighth div:hover {
  background: transparent url(/WMP/css/RGBAHandler.axd?R=255&G=0&B=255&A=75) repeat;
  background: rgba(255, 0, 255, 0.75);
  background-image: url(/WMP/css/SVGGradientHandler.axd?from=4CFFFFFF&to=4C000000);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* IE10+ */
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C */

}
.Cal_Ninth {
  background: transparent url(/WMP/css/RGBAHandler.axd?R=255&G=255&B=0&A=50) repeat;
  background: rgba(255, 255, 0, 0.5);
  border: solid 1px yellow;
  border-color: yellow;
  border-color: rgba(255, 255, 0, 0.85);
  background-image: url(/WMP/css/SVGGradientHandler.axd?from=4CFFFFFF&to=4C000000);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* IE10+ */
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C */

}
.Cal_Ninth a {
  display: block;
  width: 100%;
  height: 100%;
  color: black;
}
.Cal_Ninth a:hover {
  background: transparent url(/WMP/css/RGBAHandler.axd?R=255&G=255&B=0&A=75) repeat;
  background: rgba(255, 255, 0, 0.75);
  background-image: url(/WMP/css/SVGGradientHandler.axd?from=4CFFFFFF&to=4C000000);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* IE10+ */
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C */

}
.Cal_Ninth div {
  display: block;
  width: 100%;
  height: 100%;
  color: black;
}
.Cal_Ninth div:hover {
  background: transparent url(/WMP/css/RGBAHandler.axd?R=255&G=255&B=0&A=75) repeat;
  background: rgba(255, 255, 0, 0.75);
  background-image: url(/WMP/css/SVGGradientHandler.axd?from=4CFFFFFF&to=4C000000);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* IE10+ */
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C */

}
/* Calendar Module Styles */

.CalendarMonthMiniView_Area {
  padding: 0px 2px !important;
}
.CalendarMonthMiniView_Area_CurrentMonth {
  position: relative;
  border-bottom: 0px !important;
  width: 100%;
  text-align: center;
  font-size: 12px;
  margin: 0;
  padding: 5px 0;
  -webkit-border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
}
.CalendarMonthMiniView_Area_CurrentMonth a {
  text-decoration: none;
  font-weight: bold;
}
.CalendarMonthMiniView_PreviousLink {
  position: absolute;
  left: 10px;
  top: 5px;
  font-size: 12px;
}
.CalendarMonthMiniView_NextLink {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 12px;
}
.CalendarMonthMiniView_Area_Month {
  width: 100%;
  margin-top: 7px;
  border: solid 1px gray;
  -webkit-border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
  overflow: hidden;
  background: transparent url(/WMP/css/RGBAHandler.axd?R=255&G=255&B=255&A=75) repeat;
  background: rgba(255, 255, 255, 0.75);
  margin: 0;
  padding: 0;
  padding-bottom: 5px;
}
.CalendarMonthMiniView_WeekDaysLine {
  width: 100%;
  background: gray;
  margin: 0;
  padding: 0;
  border: solid 1px gray;
}
.CalendarMonthMiniView_Area_WeekDays {
  float: left;
  width: 13%;
  height: 14px;
  color: Black;
  padding-top: 0px;
  padding-bottom: 2px;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  padding-top: 2px;
  border-right: solid 1px transparent;
  border-bottom: solid 1px transparent;
}
.CalendarMonthMiniView_Area_WeekDays:first-child {
  margin-left: 5px;
}
.CalendarMonthMiniView_Area_Dates {
  float: left;
  width: 100%;
  overflow: hidden;
}
.CalendarMonthMiniView_Sunday {
  border-left: solid 1px gray;
  margin-left: 5px;
}
.CalendarMonthMiniView_Area_Day {
  float: left;
  width: 13%;
  border-right: solid 1px gray;
  border-bottom: solid 1px gray;
  overflow: hidden;
  position: relative;
}
.CalendarMonthMiniView_Area_Day_Number {
  width: 18px;
  height: 15px;
  color: Gray;
  text-align: right;
  margin: 4px;
  font-weight: bold;
}
.CalendarMonthMiniView_Area_Day_Number a {
  color: Gray !important;
}
.CalendarMonthMiniView_Area_Day_Number_Current {
  color: Black;
}
.CalendarMonthMiniView_Area_Day_Number_Current a {
  color: Black !important;
}
.calendarTabs .calendarListContainer {
  display: table;
  width: 100%;
  font-size: 12px;
}
.calendarTabs .calendar-listing-article {
  display: table-row;
  width: 100%;
}
.calendarTabs .calendar-listing-heading {
  display: table-cell;
  width: 30%;
  padding: 5px 0;
}
.calendarTabs .calendar-listing-location {
  display: table-cell;
  width: 20%;
  padding: 5px 0;
}
.calendarTabs .calendar-listing-date {
  display: table-cell;
  width: 50%;
  padding: 5px 0;
}
/* Listing Grid Styles */

.cal-listing-master {
  border: 1px solid black;
  background: white;
  font-family: "Arial Unicode MS", Arial, Sans-serif;
}
.CalenderGridArea {
  width: 100%;
  overflow: visible;
}
.CalendarListinggridview .cal-listing-hdr {
  padding: 0 6px;
  background-color: #1a2330;
  background: #005696;
  color: white;
  font-size: 14px;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
}
.CalendarListinggridview .cal-listing-th {
  padding: 3px 6px;
  text-align: left;
  color: white;
}
.CalendarListinggridview .cal-listing-th a {
  color: white;
}
.CalendarListinggridview .cal-listing-c {
  padding: 6px;
}
.CalendarListinggridview .cal-listing-mc {
  padding: 3px;
}
.CalendarListinggridview .cal-listing {
  background-color: white;
}
.CalendarListinggridview .cal-listing .cal-listing-c {
  padding-top: 12px;
  padding-bottom: 12px;
}
.CalendarListinggridview .cal-listing-alt {
  background-color: #fce0b0;
}
.CalendarListinggridview .cal-listing-spacer {
  background: white;
  border: none;
  height: 3px;
  line-height: 3px;
  font-size: 3px;
}
.CalendarListinggridview a.cal-listing-th-link {
  color: #005696;
  text-decoration: none;
}
.CalendarListinggridview a.cal-listing-th-link:hover {
  text-decoration: underline;
}
.CalendarListinggridview .col1 {
  font-weight: normal;
}
.CalendarListinggridview .col2 {
  font-weight: normal;
}
.CalendarListinggridview .col3 {
  font-weight: bold;
}
.CalendarListinggridview .col4 {
  font-weight: normal;
}
/*.calendar-popup-ul
{
	margin-top: 10px;
	//list-style-type: none;
}
.calendar-popup-ul li
{
	margin-bottom: 10px;
}
.calendar-popup-label {
	font-weight: bold;
}
.calendar-popup-hdl
{
	font-size: 18px;
	border-bottom: 6px solid #1a2330;
	padding-bottom: 6px;
	width: 90%;
}
.calendar-popup-register-hdl
{
	font-size: 18px;
	color: #000;
	border-bottom: 6px solid #117f16;
	padding-bottom: 6px;
	width: 90%;
}*/

.calendar-popup-area {
  width: 612px;
  width: 660px;
  height: 440px;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.calendar-popup-eventarea {
  display: inline-block;
  vertical-align: top;
  width: 250px;
  height: 438px;
  border: 1px solid #d1d1d1;
  overflow: auto;
  margin: 0;
  padding: 0;
  margin-right: 14px;
  position: relative;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-image: url(/WMP/css/SVGGradientHandler.axd?from=FFEFEFEF&to=FFFFFFFF&stop1Percent=20%&stop1Color=FFEFEFEF&stop2Percent=50%&stop2Color=FFFFFFFF);
  background-image: -moz-linear-gradient(top, #efefef 0%, #efefef 20%, white 50%, white 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(20%, #efefef), color-stop(50%, white), color-stop(100%, white));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #efefef 0%, #efefef 20%, white 50%, white 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, #efefef 0%, #efefef 20%, white 50%, white 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, #efefef 0%, #efefef 20%, white 50%, white 100%);
  /* IE10+ */
  background-image: linear-gradient(top, #efefef 0%, #efefef 20%, white 50%, white 100%);
  /* W3C */

}
.calendar-popup-eventarea.NoRegistration {
  margin-right: 0;
  width: 660px;
  width: 670px;
}
.RSVPArea {
  padding-top: 20px;
}
.calendar-RSVPArea {
  display: inline-block;
  vertical-align: top;
  width: 380px;
  height: 438px;
  border: 1px solid #d1d1d1;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-image: url(/WMP/css/SVGGradientHandler.axd?from=FFEFEFEF&to=FFFFFFFF&stop1Percent=20%&stop1Color=FFEFEFEF&stop2Percent=50%&stop2Color=FFFFFFFF);
  background-image: -moz-linear-gradient(top, #efefef 0%, #efefef 20%, white 50%, white 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(20%, #efefef), color-stop(50%, white), color-stop(100%, white));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #efefef 0%, #efefef 20%, white 50%, white 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, #efefef 0%, #efefef 20%, white 50%, white 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, #efefef 0%, #efefef 20%, white 50%, white 100%);
  /* IE10+ */
  background-image: linear-gradient(top, #efefef 0%, #efefef 20%, white 50%, white 100%);
  /* W3C */

}
.calendar-popup-eventarea h1 {
  background: #005696;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  margin: 2px;
  padding: 5px;
  color: white;
  font-size: 14px;
  line-height: 16px;
}
.calendar-popup-ul {
  margin: 0;
  padding: 0;
  padding: 0 7px;
}
.calendar-popup-ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
  line-height: 12px;
  color: #181818;
  font-weight: bold;
  display: block;
  padding-bottom: 5px;
}
.calendar-popup-label {
  display: block;
  font-size: 12px;
  line-height: 12px;
  color: dimgray;
  font-weight: normal;
  padding: 5px 0;
}
.calendar-popup-options-list {
  padding: 0;
  margin: 0;
}
.calendar-popup-eventarea .calendar-popup-options-list li {
  padding: 0;
  font-size: 12px;
  line-height: 12px;
  color: #181818;
  font-weight: bold;
  margin: 0;
  margin-bottom: 2px;
}
.calendar-popup-eventarea .calendar-popup-options-list li label {
  font-size: 12px;
  line-height: 12px;
  color: #181818;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.calendar-popup-options-list label {
  display: inline-block;
}
.calendar-popup-description .calendar-popup-description-data,
.calendar-popup-description .calendar-popup-description-data p {
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
}
.calendar-RSVPArea .EmailFormFields {
  padding: 20px 10px 0 10px;
}
.calendar-RSVPArea .EmailQuestionArea {
  padding: 0;
  margin: 0;
}
.calendar-RSVPArea .EmailLabelArea {
  padding: 0;
  margin: 0;
}
.calendar-RSVPArea .EmailEditArea {
  padding: 0;
  margin: 0;
}
.calendar-RSVPArea .EmailEditArea input[type=text] {
  height: 20px;
  padding: 0;
  border: 1px solid #bababa;
}
.calendar-RSVPArea .underName {
  font-style: italic;
  color: #666666;
}
.calendar-RSVPArea .mainPaymentArea fieldset {
  margin-bottom: 10px;
}
.calendar-fullRegistration h1 {
  background: #fbd89f;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  margin: 2px;
  padding: 5px;
  color: black;
  font-size: 14px;
  line-height: 16px;
}
.calendar-fullRegistration p {
  padding: 5px;
}
.calendar-RSVPArea .SubmitArea .closeButton {
  float: right;
}
.calendar-noRegistration input,
.calendar-fullRegistration input {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.calendar-RSVPArea .Question_0 h2 {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  background: #fbd89f;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  margin: 2px;
  padding: 5px;
  color: black;
  font-size: 14px;
  line-height: 16px;
  width: 366px !important;
}
.calendar-RSVPArea .Question_0 .EmailEditArea,
.calendar-RSVPArea .ValidationMarker {
  display: none;
}
.calendar-RSVPArea .ValidationMarker {
  display: inline;
  color: red;
}
.calendar-RSVPArea .optionsArea {
  padding: 0;
  margin: 0;
}
.calendar-RSVPArea .optionsArea fieldset {
  padding: 5px;
  margin: 5px;
}
.calendar-RSVPArea .optionsArea table {
  padding: 0;
  margin: 0;
  width: 100%;
}
.calendar-RSVPArea .optionsArea table tr td:first-child {
  padding: 0;
  margin: 0;
  width: 100%;
}
.calendar-RSVPArea .optionsArea table tr td {
  padding: 0 5px;
  margin: 0;
}
.calendar-RSVPArea .SubmitArea {
  padding: 10px;
}
.calendar-RSVPArea .creditCardInfo h2,
.calendar-RSVPArea .PaymentFinalize h2 {
  background: #fbd89f;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  margin: 2px;
  padding: 5px;
  color: black;
  font-size: 14px;
  line-height: 16px;
}
.calendar-RSVPArea .creditCardInfo .mainPaymentArea,
.calendar-RSVPArea .PaymentFinalize .mainFinalizeArea {
  margin: 0;
  padding: 10px;
}
.calendar-RSVPArea .mainPaymentArea .EmailEditArea {
  padding-bottom: 5px;
}
.calendar-RSVPArea .mainPaymentArea .EmailEditArea input[type=text] {
  margin: 0;
}
.calendar-RSVPArea .mainPaymentArea .CVVCode {
  margin-top: 10px;
}
.calendar-RSVPArea .mainPaymentArea .ui-autocomplete {
  height: 80px;
  overflow-x: hidden;
  overflow-y: auto;
}
.calendar-RSVPArea .mainPaymentArea ul,
.calendar-RSVPArea .mainFinalizeArea ul {
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
}
.calendar-RSVPArea .mainPaymentArea fieldset,
.calendar-RSVPArea .mainFinalizeArea fieldset {
  margin-top: 5px;
}
.calendar-RSVPArea .mainPaymentArea fieldset .entry,
.calendar-RSVPArea .mainFinalizeArea fieldset .entry {
  margin: 0;
  padding: 0;
}
.calendar-RSVPArea .mainPaymentArea fieldset .entry label,
.calendar-RSVPArea .mainFinalizeArea fieldset .entry label {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-weight: bold;
  margin-right: 10px;
}
.calendar-popup-ul .calendar-popup-categories,
.calendar-popup-ul .calendar-popup-Upcoming_Event,
.calendar-popup-ul .calendar-popup-registrationdeadline,
.calendar-popup-ul .calendar-popup-availableseats {
  display: none;
}
/* Bio Module Styles */

.bioList {
  padding: 0;
  margin: 0;
}
.bio-listing-article {
  position: relative;
  text-align: left;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  min-height: 110px;
}
.bio-listing-image {
  margin: 0px;
  padding: 0;
  width: 100px;
  display: block;
  float: left;
  vertical-align: top;
}
.bio-listing-imagelink img {
  width: 100px;
}
.bio-listing-viewlarger {
  display: block;
  font-size: 10px;
  text-align: center;
}
.bio-listing-heading {
  position: absolute;
  top: 0px;
  left: 110px;
}
.bioData {
  display: table-cell;
  vertical-align: top;
  padding: 0;
  margin: 0;
  padding-left: 10px;
}
.bio-listing-article-link {
  font-size: 16px;
  font-weight: bold;
}
.bio-listing-categories {
  margin: 0px 0 0 110px;
  padding-top: 20px;
}
.bio-listing-categories ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.bio-listing-categories li {
  display: inline-block;
  list-style: none;
  font-size: 12px;
  margin: 0;
  padding: 0 10px 0 0;
}
.bio-listing-Phone {
  font-size: 12px;
  margin: 5px 0 0 110px;
}
.bio-listing-Email {
  font-size: 12px;
  margin: 5px 0 0 110px;
  margin-bottom: 12px;
}
.bio-listing-content {
  margin: 5px 0 0 110px;
}
.listing-property-name {
  display: none;
}
/* Blog Module Styles */

.blogArea {
  min-height: 400px;
  position: relative;
}
.blog-single-article-area {
  position: relative;
}
.blog-area-main {
  padding-left: 10px;
  width: 60%;
  min-height: 400px;
}
.blogFeedLink {
  display: block;
  margin-bottom: 15px;
  padding-left: 30px;
  background: url(/WMP/Images/rss.gif) no-repeat 0 0;
  height: 20px;
  text-decoration: none;
}
.blog-sidelists {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 25%;
}
.blog-sidelists ul {
  padding: 0;
  margin: 0;
}
.blogArchiveList,
.blogCategoryList {
  padding: 15px 0;
  border-top: 1px dotted black;
}
.blog-sidelists li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-listing {
  margin-top: 20px;
}
.blog-listing-subtitle {
  margin-left: -10px;
  margin-bottom: 10px;
}
.blog-listing-headline {
  border-bottom: 1px dotted grey;
}
.blog-listing-headline a {
  text-decoration: none;
}
.blog-listing-date {
  font-size: 10px;
  margin-bottom: 5px;
}
.blog-listing-description {
  padding-bottom: 20px;
}
/*.blog-listing-body {
    display: none;
}*/

/*.blog-single-article-area .blog-listing-description {
    display: none;
}*/

.blog-single-article-area .blog-listing-body {
  display: block;
}
.blog-listing-category-area {
  display: none;
}
.blog-single-article-area .blog-listing-category-area {
  display: block;
}
.blog-single-article-area .blog-article-comment-area {
  display: block;
  border-top: 1px dotted grey;
}
.blog-listing-attachment {
  display: none;
}
.blog-article {
  padding-left: 10px;
  position: relative;
  padding-bottom: 30px;
}
.blog-article-link {
  margin: 10px 0;
}
.blog-article-heading {
  font-size: 20px;
  padding-bottom: 5px;
  border-bottom: 1px dotted grey;
}
.blog-article-author {
  font-style: italic;
}
.blog-article-next-prev {
  border-top: 1px dotted grey;
}
.blog-article-prevlink {
  position: absolute;
  bottom: 5px;
  left: 10px;
}
.blog-article-nextlink {
  position: absolute;
  bottom: 5px;
  right: 10px;
}
.blog-listing-category-area {
  padding: 0;
  margin: 0;
}
.blog-listing-category-area span {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.blog-listing-category {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.blog-listing-category li {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-right: 10px;
  display: inline-block;
}
.blog-listing-category li a {
  display: block;
  padding: 0;
  margin: 0;
}
.EmailLabelArea {
  margin: 0 0 2px 0;
}
.EmailEditArea {
  margin: 0 0 10px 0;
}
.EmailPanel {
  display: inline-block;
  vertical-align: top;
  padding-right: 10px;
}
.EmailPanelRows .EmailPanel {
  width: 100%;
  padding-right: 10px;
}
.EmailPanelRows .EmailQuestionArea {
  display: inline-block;
  vertical-align: top;
  padding-right: 10px;
}
.EmailFormArea ul {
  display: block;
  margin: 0;
  padding: 0;
}
.EmailFormArea li {
  display: inline-block;
  margin: 0;
  padding: 0;
  margin: 0 5px;
  white-space: nowrap;
}
.EmailFormArea li label {
  display: inline-block;
  margin-left: 5px;
  white-space: nowrap;
}
.EmailFormArea .EmailFormValidationArea {
  color: red;
}
.EmailFormArea .EmailFormValidationArea li {
  color: red;
  font-weight: bold;
  font-size: 14px;
  display: block;
}
.EmailFormArea .ValidationMarker {
  color: red;
  font-weight: bold;
}
.EmailFormRecaptchaArea {
  margin-bottom: 20px;
}
.EmailFormSubmitArea {
  margin-bottom: 20px;
}
.EmailEditArea input[type=text] {
  border-color: #cccccc #999999 #999999 #cccccc;
  border-style: solid;
  border-width: 1px;
  font: 16px arial, sans-serif normal;
  height: 25px;
  margin: 0 0 12px 0;
  padding: 5px 8px 0 6px;
  vertical-align: top;
}
.EmailEditArea textarea {
  border-color: #cccccc #999999 #999999 #cccccc;
  border-style: solid;
  border-width: 1px;
  font: 16px arial, sans-serif normal;
  height: 75px;
  margin: 0 0 12px 0;
  padding: 5px 8px 0 6px;
  vertical-align: top;
}
.EmailEditArea select {
  border-color: #cccccc #999999 #999999 #cccccc;
  border-style: solid;
  border-width: 1px;
  font: 16px arial, sans-serif normal;
  height: 25px;
  margin: 0 0 12px 0;
  padding: 5px 8px 0 6px;
  vertical-align: top;
}
.EmailEditArea .ui-combobox {
  display: inline-block;
  position: relative;
}
.EmailEditArea .ui-combobox .ui-combobox-input {
  background: transparent;
  -webkit-border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
}
.EmailEditArea .ui-combobox .ui-button {
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  vertical-align: top;
  border: 1px solid transparent;
  border-left: 0px solid #cdcccc;
  background: transparent;
  color: #aaaaaa;
  margin: 0px 0;
  -webkit-border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
}
.EmailEditArea .ui-combobox .ui-button .ui-icon {
  background: url(/WMP/AdminLook/Images/ComboArrow.png) no-repeat 0 0;
  width: 30px;
  height: 30px;
  margin-left: 0;
  margin-top: 0;
  top: 0;
  left: 0;
}
.EmailEditArea .ui-combobox .ui-autocomplete-optiongroup {
  background-color: #0073c6;
  color: white;
  padding: 0 20px;
}
.EmailEditArea .ui-combobox .ui-autocomplete {
  border: 1px solid #cccccc;
  position: absolute;
  max-height: 200px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
  font-size: 12px;
}
.EmailEditArea .ui-combobox .ui-autocomplete li {
  font-size: 12px;
}
/* News Module Styles */

.news-listing-content {
  display: none;
}
.news-single-entry .news-listing-content {
  display: block;
}
.news-listing-image {
  display: none;
}
.news-single-entry .news-listing-image {
  display: block;
}
.listing-imagelink img {
  width: 100px;
}
.listing-date-dayofweek:after {
  content: ',';
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-left: -2px;
  padding-right: 2px;
}
.listing-date-day:after {
  content: ',';
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-left: -3px;
  padding-right: 2px;
}
.listing-date-hour:after {
  content: ':';
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-left: -2px;
}
.listing-date-day,
.listing-date-dayofweek,
.listing-date-hour,
.listing-date-ampm {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-left: -2px;
}
.listing-date-day {
  margin-left: 0px;
}
.listing-date-minute,
.listing-date-month,
.listing-date-year {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-left: -2px;
  padding-right: 2px;
}
.listing-article-link-more {
  display: none;
}
/* File Created: May 31, 2012 */

.gallery-listing-container {
  width: 98%;
  display: block;
  padding: 0;
  margin: 0;
  z-index: 20;
}
.gallery-listing-article {
  width: 180px;
  height: 180px;
  display: block;
  margin: 0;
  padding: 10px;
  float: left;
  overflow: hidden;
  z-index: 20;
}
/*.gallery-listing-container .gallery-listing-article:last-child {
	float:none;
	clear:both;
}*/

.gallery-listing-article .gallery-listing-image,
.gallery-listing-article .gallery-listing-imagelink,
.gallery-listing-article .gallery-listing-imagelink img {
  width: 180px;
  height: 180px;
}
.gallery-listing-article .gallery-listing-heading,
.gallery-listing-article .gallery-listing-categories,
.gallery-listing-article .gallery-listing-Fixed,
.gallery-listing-article .gallery-listing-heading,
.gallery-listing-article .gallery-listing-viewlarger {
  display: none;
}
.gallery-listing-container .gallery-listing-content {
  display: none;
}
.galleryListEntry .pageName {
  display: none;
}
.RotatingBannerArea {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  color: black;
}
.RotatingBannerArea .GalleryArea {
  display: block;
  margin: 0;
  padding: 0;
  background: transparent;
  width: 100%;
  height: 100%;
}
.RotatingBannerArea .GalleryEntry > a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: block;
  padding: 0;
  margin: 0;
  color: black;
}
.RotatingBannerArea .GalleryEntry {
  position: relative;
  background: transparent;
  overflow: hidden;
  padding: 0;
  margin: 0;
  display: none;
  width: 100%;
  height: 100%;
}
.RotatingBannerArea .GalleryEntry:first-child {
  display: block;
}
.RotatingBannerArea .GalleryArea .GalleryEntry img {
  border: 0px solid transparent;
}
.RotatingBannerArea .GalleryEntry section {
  z-index: 10;
}
.RotatingBannerArea .GalleryEntry .EntryTitle {
  z-index: 10;
  white-space: nowrap;
  position: absolute;
  top: 10px;
  left: 10px;
  display: none !important;
}
.RotatingBannerArea .GalleryEntry .GalleryEntryImage {
  display: block;
  padding: 0;
  margin: 0;
  z-index: -10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.RotatingBannerArea .banner_nav {
  position: absolute;
  bottom: 20px;
  right: 22px;
  height: 20px;
  padding: 0;
  overflow: hidden;
  z-index: 30000;
  display: none;
}
.RotatingBannerArea .banner_nav a {
  color: transparent;
  display: block;
  margin: 0px 0px 0px 4px;
  float: left;
  height: 16px;
  width: 16px;
  padding: 0;
  border: 1px solid black;
  display: none;
}
.oldie .RotatingBannerArea .banner_nav a {
  background: #2165ad;
  color: #2165ad;
  filter: none;
  display: none;
}
.oldie .RotatingBannerArea .banner_nav a:hover,
.oldie .RotatingBannerArea .banner_nav .activeSlide {
  background: #78afd3;
  color: #78afd3;
  filter: none;
}
#mainMenu nav li {
  position: relative;
}
#mainMenu nav li > ul {
  display: none;
}
#mainMenu .navbar-inverse nav ul ul {
  background-color: #222222;
  border-color: #080808;
}
#mainMenu nav li:hover > ul {
  position: absolute;
  display: inline;
  left: 0px;
  top: 50px;
  margin: 0;
  padding: 0;
  overflow: visible;
  z-index: 1234;
}
#mainMenu nav.collapse.in li > ul {
  display: block;
  position: relative;
  top: 0px;
  margin: 0;
  padding: 0;
  padding-left: 10px;
}
#mainMenu nav li:hover li a {
  white-space: nowrap;
}
#mainMenu nav li li {
  width: 100%;
}
#mainMenu nav li li a {
  width: 100%;
}
/*nav.collapse.in li:hover > ul {
    display: block;
    position:relative;
    top:0px;

}*/

/*nav li:hover>ul {
    background: red;
}
nav li:hover>li {
    background: blue;
}
nav li a:hover  {
    background: yellow !important;
}*/

/*nav a {
    border: 1px solid yellow;
}
nav li {
    border: 1px solid red;
}
nav ul {
    border: 1px solid green;
}*/


.ui-multiselect { padding:2px 0 2px 4px; text-align:left }
.ui-multiselect span.ui-icon { float:right }
.ui-multiselect-single .ui-multiselect-checkboxes input { position:absolute !important; top: auto !important; left:-9999px; }
.ui-multiselect-single .ui-multiselect-checkboxes label { padding:5px !important }

.ui-multiselect-header { margin-bottom:3px; padding:3px 0 3px 4px }
.ui-multiselect-header ul { font-size:0.9em }
.ui-multiselect-header ul li { float:left; padding:0 10px 0 0 }
.ui-multiselect-header a { text-decoration:none }
.ui-multiselect-header a:hover { text-decoration:underline }
.ui-multiselect-header span.ui-icon { float:left }
.ui-multiselect-header li.ui-multiselect-close { float:right; text-align:right; padding-right:0 }

.ui-multiselect-menu { display:none; padding:3px; position:absolute; z-index:10000; text-align: left }
.ui-multiselect-checkboxes { position:relative /* fixes bug in IE6/7 */; overflow-y:scroll }
.ui-multiselect-checkboxes label { cursor:default; display:block; border:1px solid transparent; padding:3px 1px }
.ui-multiselect-checkboxes label input { position:relative; top:1px }
.ui-multiselect-checkboxes li { clear:both; font-size:0.9em; padding-right:3px }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label { text-align:center; font-weight:bold; border-bottom:1px solid }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a { display:block; padding:3px; margin:1px 0; text-decoration:none }

/* remove label borders in IE6 because IE6 does not support transparency */
* html .ui-multiselect-checkboxes label { border:none }

