/*
	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: 
   ========================================================================== */

body {
  background-color: #5c87b2;
  color: dimgray;
}
/*
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('/base/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('/base/images/001_25.png') center center no-repeat !important;
  padding: 0;
  margin: 0;
}
.MakeVideoArea.NoAfter::after {
  background: transparent !important;
}
.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('/RGBAHandler.ashx?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;
}
.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('/RGBAHandler.ashx?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('/SVGGradientHandler.ashx?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 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33FFFFFF', endColorstr='#33000000');
  /* IE6,IE7 */

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

  background-image: url('/SVGGradientHandler.ashx?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 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33FFFFFF', endColorstr='#33000000');
  /* IE6,IE7 */

}
.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;
}
.timepicker {
  width: 60px !Important;
}
.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;
}
.frm_NoButton {
  width: 40px;
  height: 40px;
  display: block;
  overflow: hidden;
  float: left;
  margin: 0 5px 0 0;
  text-decoration: none !important;
  background: transparent;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  padding: 0px;
}
.frm_AddButton {
  width: 40px;
  height: 40px;
  background: transparent url('/Content/Images/AddGreenButton.png') no-repeat 5px 5px;
  display: block;
  overflow: hidden;
  float: left;
  margin: 0 5px 0 0;
  text-decoration: none !important;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  padding: 0px;
}
.frm_AddButton:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
.frm_RemoveButton {
  width: 40px;
  height: 40px;
  background: transparent url('/Content/Images/MinusRedButton.png') no-repeat 5px 5px;
  display: block;
  overflow: hidden;
  float: left;
  margin: 0 5px 0 0;
  text-decoration: none !important;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  padding: 0px;
}
.frm_RemoveButton:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
.datepicker {
  width: 100px !important;
}
.datepickerOff {
  width: 100px !important;
}
.frm_NoButton {
  width: 40px;
  height: 40px;
  display: block;
  overflow: hidden;
  float: left;
  margin: 0 5px 0 0;
  text-decoration: none !important;
  background: transparent;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  padding: 0px;
}
.frm_AddButton {
  width: 40px;
  height: 40px;
  background: transparent url('/base/Images/AddGreenButton.png') no-repeat 5px 5px;
  display: block;
  overflow: hidden;
  float: left;
  margin: 0 5px 0 0;
  text-decoration: none !important;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  padding: 0px;
}
.frm_AddButton:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
.frm_RemoveButton {
  width: 40px;
  height: 40px;
  background: transparent url('/base/Images/MinusRedButton.png') no-repeat 5px 5px;
  display: block;
  overflow: hidden;
  float: left;
  margin: 0 5px 0 0;
  text-decoration: none !important;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  padding: 0px;
}
.frm_RemoveButton:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
.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;
}
/* Calendar Week Module Styles */

.CalendarWeekView_Area {
  padding: 10px 10px !important;
  position: relative;
}
.CalendarWeekView_Area_CurrentMonth {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 16px;
  margin: 0;
  padding: 0;
  height: 20px;
  margin-bottom: 10px;
}
.CalendarWeekView_PreviousLink {
  position: absolute;
  left: 20px;
  top: 0px;
  font-size: 12px;
}
.CalendarWeekView_NextLink {
  position: absolute;
  right: 20px;
  top: 0px;
  font-size: 12px;
}
.CalendarWeekView_Times_Area {
  position: relative;
}
.CalendarWeekView_Times {
  width: 9%;
  float: left;
  position: absolute;
  width: 100%;
  top: 26px;
  left: 0px;
  z-index: 0;
}
.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('/RGBAHandler.ashx?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('/SVGGradientHandler.ashx?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 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4CFFFFFF', endColorstr='#4C000000');
  /* IE6,IE7 */

  border-top: 0px;
  margin-top: 0px;
}
.CalendarWeekView_Area_Day a:hover {
  background: transparent url('/RGBAHandler.ashx?R=255&G=255&B=255&A=75') repeat;
  background: rgba(255, 255, 255, 0.75);
  background-image: url('/SVGGradientHandler.ashx?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 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4CFFFFFF', endColorstr='#4C000000');
  /* IE6,IE7 */

}
.CalendarWeekView_Area_Day_Item {
  margin: 0px 2px 2px 2px;
  overflow: hidden;
  font-size: 9px;
  background: transparent url('/RGBAHandler.ashx?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 {
  padding: 10px 10px !important;
  position: relative;
}
.CalendarDayView_Area_CurrentMonth {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 16px;
  margin: 0;
  padding: 0;
  height: 20px;
  margin-bottom: 10px;
}
.CalendarDayView_PreviousLink {
  position: absolute;
  left: 20px;
  top: 0px;
  font-size: 12px;
}
.CalendarDayView_NextLink {
  position: absolute;
  right: 20px;
  top: 0px;
  font-size: 12px;
}
.CalendarDayView_Times_Area {
  position: relative;
}
.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('/RGBAHandler.ashx?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('/SVGGradientHandler.ashx?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 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4CFFFFFF', endColorstr='#4C000000');
  /* IE6,IE7 */

  border-top: 0px;
  margin-top: 0px;
}
.CalendarDayView_Area_Day a:hover {
  background: transparent url('/RGBAHandler.ashx?R=255&G=255&B=255&A=75') repeat;
  background: rgba(255, 255, 255, 0.75);
  background-image: url('/SVGGradientHandler.ashx?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 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4CFFFFFF', endColorstr='#4C000000');
  /* IE6,IE7 */

}
.CalendarDayView_Area_Day_Item {
  margin: 0px 2px 2px 2px;
  overflow: hidden;
  font-size: 9px;
  background: transparent url('/RGBAHandler.ashx?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: 10px 10px !important;
}
.CalendarMonthView_Area_CurrentMonth {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 16px;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.CalendarMonthView_PreviousLink {
  position: absolute;
  left: 20px;
  top: 0px;
  font-size: 12px;
}
.CalendarMonthView_NextLink {
  position: absolute;
  right: 20px;
  top: 0px;
  font-size: 12px;
}
.CalendarMonthView_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('/RGBAHandler.ashx?R=255&G=255&B=255&A=75') repeat;
  background: rgba(255, 255, 255, 0.75);
  margin: 0;
  padding: 0;
  padding-bottom: 5px;
}
.CalendarMonthView_WeekDaysLine {
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
  border-bottom: 0px !important;
}
.CalendarMonthView_Area_WeekDays {
  float: left;
  width: 14%;
  height: 20px;
  padding-top: 6px;
  padding-bottom: 2px;
  text-align: center;
  border-right: solid 1px transparent;
  border-bottom: solid 1px transparent;
}
.CalendarMonthView_Area_WeekDays:first-child {
  margin-left: 5px;
}
.CalendarMonthView_Area_Dates {
  float: left;
  width: 100%;
  overflow: hidden;
}
.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;
}
.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('/RGBAHandler.ashx?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;
}
.calendar-popup-ul {
  margin-top: 10px;
}
.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: black;
  border-bottom: 6px solid #117f16;
  padding-bottom: 6px;
  width: 90%;
}
.First {
  margin-top: 2px;
}
.Cal_First {
  background: transparent url('/RGBAHandler.ashx?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('/SVGGradientHandler.ashx?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 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4CFFFFFF', endColorstr='#4C000000');
  /* IE6,IE7 */

}
.Cal_First a:hover {
  background: transparent url('/RGBAHandler.ashx?R=245&G=161&B=45&A=75') repeat;
  background: rgba(245, 161, 45, 0.75);
  background-image: url('/SVGGradientHandler.ashx?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 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4CFFFFFF', endColorstr='#4C000000');
  /* IE6,IE7 */

}
.Cal_Second {
  background: transparent url('/RGBAHandler.ashx?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('/SVGGradientHandler.ashx?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 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4CFFFFFF', endColorstr='#4C000000');
  /* IE6,IE7 */

}
.Cal_Second a:hover {
  background: transparent url('/RGBAHandler.ashx?R=255&G=242&B=0&A=75') repeat;
  background: rgba(255, 242, 0, 0.75);
  background-image: url('/SVGGradientHandler.ashx?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 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4CFFFFFF', endColorstr='#4C000000');
  /* IE6,IE7 */

}
.Cal_Third {
  background: transparent url('/RGBAHandler.ashx?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('/SVGGradientHandler.ashx?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 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4CFFFFFF', endColorstr='#4C000000');
  /* IE6,IE7 */

}
.Cal_Third a:hover {
  background: transparent url('/RGBAHandler.ashx?R=0&G=0&B=255&A=75') repeat;
  background: rgba(0, 0, 255, 0.75);
  background-image: url('/SVGGradientHandler.ashx?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 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4CFFFFFF', endColorstr='#4C000000');
  /* IE6,IE7 */

}
.Cal_Fourth {
  background: transparent url('/RGBAHandler.ashx?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('/SVGGradientHandler.ashx?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 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4CFFFFFF', endColorstr='#4C000000');
  /* IE6,IE7 */

}
.Cal_Fourth a:hover {
  background: transparent url('/RGBAHandler.ashx?R=255&G=0&B=0&A=75') repeat;
  background: rgba(255, 0, 0, 0.75);
  background-image: url('/SVGGradientHandler.ashx?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 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4CFFFFFF', endColorstr='#4C000000');
  /* IE6,IE7 */

}
.Cal_Fifth {
  background: transparent url('/RGBAHandler.ashx?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('/SVGGradientHandler.ashx?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 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4CFFFFFF', endColorstr='#4C000000');
  /* IE6,IE7 */

}
.Cal_Fifth a:hover {
  background: transparent url('/RGBAHandler.ashx?R=147&G=201&B=62&A=75') repeat;
  background: rgba(147, 201, 62, 0.75);
  background-image: url('/SVGGradientHandler.ashx?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 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4CFFFFFF', endColorstr='#4C000000');
  /* IE6,IE7 */

}
.Cal_Sixth {
  background: transparent url('/RGBAHandler.ashx?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('/SVGGradientHandler.ashx?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 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4CFFFFFF', endColorstr='#4C000000');
  /* IE6,IE7 */

}
.Cal_Sixth a:hover {
  background: transparent url('/RGBAHandler.ashx?R=0&G=255&B=0&A=75') repeat;
  background: rgba(0, 255, 0, 0.75);
  background-image: url('/SVGGradientHandler.ashx?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 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4CFFFFFF', endColorstr='#4C000000');
  /* IE6,IE7 */

}
.Cal_Seventh {
  background: transparent url('/RGBAHandler.ashx?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('/SVGGradientHandler.ashx?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 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4CFFFFFF', endColorstr='#4C000000');
  /* IE6,IE7 */

}
.Cal_Seventh a:hover {
  background: transparent url('/RGBAHandler.ashx?R=0&G=255&B=255&A=75') repeat;
  background: rgba(0, 255, 255, 0.75);
  background-image: url('/SVGGradientHandler.ashx?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 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4CFFFFFF', endColorstr='#4C000000');
  /* IE6,IE7 */

}
.Cal_Eighth {
  background: transparent url('/RGBAHandler.ashx?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('/SVGGradientHandler.ashx?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 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4CFFFFFF', endColorstr='#4C000000');
  /* IE6,IE7 */

}
.Cal_Eighth a:hover {
  background: transparent url('/RGBAHandler.ashx?R=255&G=0&B=255&A=75') repeat;
  background: rgba(255, 0, 255, 0.75);
  background-image: url('/SVGGradientHandler.ashx?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 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4CFFFFFF', endColorstr='#4C000000');
  /* IE6,IE7 */

}
.Cal_Ninth {
  background: transparent url('/RGBAHandler.ashx?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('/SVGGradientHandler.ashx?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 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4CFFFFFF', endColorstr='#4C000000');
  /* IE6,IE7 */

}
.Cal_Ninth a:hover {
  background: transparent url('/RGBAHandler.ashx?R=255&G=255&B=0&A=75') repeat;
  background: rgba(255, 255, 0, 0.75);
  background-image: url('/SVGGradientHandler.ashx?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 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4CFFFFFF', endColorstr='#4C000000');
  /* IE6,IE7 */

}
/* 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('/RGBAHandler.ashx?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;
}
/* Bio Module Styles */

.bioList {
  padding: 0;
  margin: 0;
}
.bioEntry {
  text-align: left;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}
.bioImage {
  margin: 0px;
  padding: 0;
  width: 100px;
  display: table-cell;
  vertical-align: top;
}
.bioLink img {
  width: 100px;
}
.bioViewLarger {
  display: block;
  font-size: 10px;
  text-align: center;
}
.bioData {
  display: table-cell;
  vertical-align: top;
  padding: 0;
  margin: 0;
  padding-left: 10px;
}
.bioName {
  font-size: 16px;
  font-weight: bold;
}
.bioTitle {
  font-size: 12px;
}
.bioPhone {
  font-size: 12px;
}
.bioEmail {
  font-size: 12px;
  margin-bottom: 12px;
}
/* Blog Module Styles */

.blogArea {
  min-height: 400px;
}
.blog-area-main {
  padding-left: 10px;
  width: 60%;
  min-height: 400px;
}
.blogFeedLink {
  display: block;
  margin-bottom: 15px;
  padding-left: 30px;
  background: url('/Base/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-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-article-category-area {
  padding: 0;
  margin: 0;
}
.blog-article-category-area span {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.blog-article-category {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.blog-article-category li {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-right: 10px;
  display: inline-block;
}
.blog-article-category li a {
  display: block;
  padding: 0;
  margin: 0;
}
.EmailLabelArea {
  margin: 0 0 2px 0;
}
.EmailEditArea {
  margin: 0 0 10px 0;
}
.EmailPanel {
  float: left;
  padding-right: 10px;
}
/* News Module Styles */

/* File Created: May 31, 2012 */

.ImageGallery {
  width: 98%;
  display: block;
  padding: 0;
  margin: 0;
  z-index: 20;
}
.ImageGallery li {
  width: 180px;
  height: 180px;
  display: block;
  margin: 0;
  padding: 10px;
  float: left;
  overflow: hidden;
  z-index: 20;
}
.ImageGallery li:last-child {
  float: none;
  clear: both;
}
.ImageGallery h2 {
  display: none;
}
.ImageGallery section {
  display: none;
}
.galleryListEntry .pageName {
  display: none;
}
.RotatingBannerArea {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  color: black;
}
.RotatingBannerArea .GalleryEntry a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: block;
  padding: 0;
  margin: 0;
  color: black;
}
.RotatingBannerArea .GalleryEntry {
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
}
.RotatingBannerArea .GalleryEntry section {
  z-index: 10;
}
.RotatingBannerArea .GalleryEntry .EntryTitle {
  z-index: 10;
  white-space: nowrap;
}
.RotatingBannerArea .GalleryEntry .GalleryEntryImage {
  display: block;
  padding: 0;
  margin: 0;
  z-index: -10;
  width: 100%;
  height: 100%;
}
.RotatingBannerArea .GalleryEntry {
  width: 100%;
  height: 100%;
  display: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.RotatingBannerArea .GalleryEntry .GalleryEntryImage {
  position: absolute;
  top: 0px;
  left: 0px;
  width: auto;
  height: auto;
}
.RotatingBannerArea .GalleryEntry:first-child {
  display: block;
}
/*
#banner_nav {
  position: absolute;
  top: 365px;
  right: 410px;
  height: 20px;
  padding: 0;
  
  overflow: hidden;
  z-index: 1000;
}
#banner_nav a {
    color: #f7fcf6;
  background: #f7fcf6;
  display: block;
  margin: 0px 0px 0px 4px;
  float: left;
  height: 8px;
  width: 8px;
  padding: 0;
  border: 1px solid #c7c7c7;
  border: 1px solid #1c5f8c;
	.border_radius(4px);
  //display:none;
	.box_shadow(0px, 2px, 5px, 0px, rgba(30, 30, 30, 0.5));
  overflow:hidden;
}
#banner_nav a, #banner_nav a:visited {
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  font-family: Arial;
}
#banner_nav a:hover {
    color: #fa9403 !important;
background: #fa9403; 
  color: transparent;
    border: 1px solid #ddaf7f;
    border: 1px solid #1c5f8c;
	.border_radius(4px);
}
.activeSlide {
    color: #fa9403 !important;
  background: #fa9403 !important; 
    border: 1px solid #ddaf7f !important;
    border: 1px solid #1c5f8c !important;
	.border_radius(8px);
}
*/

