
  @import url("jquery-ui/jquery-ui-1.8.15.custom.css");
  body{
  background:url(../images/bg.png) repeat;
  background-color:TRANSPARENT !important;
  -webkit-text-size-adjust: 100%;
  font-family:Arial, Helvetica, sans-serif;
  color:#07072D;
  font-size:.9em;
  border:none;
  }

  .h3{
  font-size:16px;
  color:#07072D;
  padding:5px 0px;
  border-bottom:solid 1px #EBEBEB;
  margin:5px 0px;
  }

  .h4{
  font-size:14px;
  font-weight:normal;
  color:#07072D;
  text-shadow: 0 1px 0 #fff;
  background-color: #ECEDEC;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright:5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;

  }
  a:link{
  color: #000000!important;
  text-decoration:none;
  outline:none;
  }

  a:visited{
  color: #000000!important;
  }

  a:hover,a:active{
  color: #000000!important;
  text-decoration:underline;
  }
  ul {
  padding-left:40px;
  margin-left:0;

  }

  label{
  font-size:12px;
  }

  /**************************************************************
  Standalone fb
  **************************************************************/
  .box {
  width: 99%;
  margin-top:15px;
  margin-right:.5%;
  margin-left:.5%;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 5px 5px;
  background-color:#fff;
  border:solid 1px #dcdcdc;
  -moz-box-shadow: 0 0 2px 2px #ececec;
  -webkit-box-shadow: 0 0 2px 2px #ececec;
  box-shadow: 0 0 2px 2px #ececec;
  float:left;
  float:none\9;
  clear:both;

  }

  .box .box{
  box-shadow:none;

  }

  .box .top{
  min-height:35px;
  height:35px;
  margin-bottom:0px;
  padding-top: 12px;
  width:100%;
  float:left;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-bottomright:0px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  background: #FFFFFF; /* Old browsers */
  background: -moz-linear-gradient(top, #F3F3FF  0%, #C6C6E9 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F3F3FF), color-stop(100%,#C6C6E9)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,#F3F3FF  0%,#C6C6E9 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #F3F3FF  0%,#C6C6E9 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,#F3F3FF 0%,#C6C6E9 100%); /* IE10+ */
  background: linear-gradient(top,#F3F3FF  0%,#C6C6E9 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F3F3FF', endColorstr='#C6C6E9',GradientType=0 ); /* IE6-9 */
  }

  .box .top h2{
  margin:0;
  padding:0 0 0 5px;
  text-align:left;
  color:#121271;
  font-size:16px;
  font-weight: normal;
  white-space:nowrap;
  overflow-x:hidden;
  overflow-y:visible;
  height:100%;
  text-overflow:ellipsis;

  }
  .box .top h2 a:link{
  color: #000000;
  text-decoration:none;
  }

  .box .top h2 a:visited{
  color: #000000;
  }

  .box .top h2 a:hover, .box .top h2 a:active{
  color: #000000;
  text-decoration:underline;
  }

  .box .fb_content{
  float:none;
  clear:none;
  padding:20px;
  }

  .box .fb_content ktml{
  float:left;
  }


  .unitContent{
  float:left;

  }


  .unitContent ul{
  margin:0;

  }

  /**************************************************************
  Notifications
  **************************************************************/

  .notification{min-height:45px;margin-bottom:15px;margin-top:15px;position:relative;text-shadow:none;}
  .notification .messages{ text-align: left;color:#4B4F5D;font-size:12px;font-weight:700;position:relative;margin:1px;padding:13px 0 18px 50px}
  .notification .messages .close{position:absolute;top:15px;right:10px;cursor:pointer}
  .error{border:1px solid #c58f75}
  .error .messages{background:#f2bba0 url(../images/icons/exclamation.png) no-repeat 20px 9px}
  .success{border:1px solid #9ac933}
  .success .messages{
  background-color: #cee790;
  background-image: url(../images/icons/accept.png);
  background-repeat: no-repeat;
  background-position: 20px 15px;
  }
  .warning{border:1px solid #e6d260}
  .warning .messages{
  background-color: #f9edaa;
  background-image: url(../images/icons/bullet_error.png);
  background-repeat: no-repeat;
  background-position: 20px 15px;
  }
  .information{border:1px solid #2fadd7}
  .information .messages{
  background-color: #bce0ec;
  background-image: url(../images/icons/203-info.gif);
  background-repeat: no-repeat;
  background-position: 20px 15px;
  text-shadow:none;
  }
  .closable .closelink {
  -moz-background-clip: border;
  -moz-background-origin: padding;
  -moz-background-size: auto auto;
  background-attachment: scroll;
  background-color: transparent;
  background-image: url("../images/icons/close.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 16px;
  margin-top: -4px;
  opacity: 0.3;
  position: absolute;
  right: 12px;
  top: 20px;
  width: 16px;
  }

  /**************************************************************
  Icons
  **************************************************************/

  .ui-icon-fb-down{
  background:rgba(0,0,0,.2);
  background:#C6C6E9;
  background-image: url(../images/icons/icons-18-white.png);
  background-repeat: no-repeat;
  -moz-border-radius:9px;
  -webkit-border-radius:9px;
  border-radius:9px;
  width:18px;
  height:18px;
  text-indent:-20000px;
  cursor:pointer;
  background-position: -216px 50%;
  float:left;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  position:relative;

  }
  .ui-icon-fb-down:hover,.ui-icon-fb-down:active{
  border-bottom-color: rgba(82, 168, 236, 0.8);
  border-left-color-value: rgba(82, 168, 236, 0.8);
  border-right-color-value: rgba(82, 168, 236, 0.8);
  border-top-color: rgba(82, 168, 236, 0.8);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(82, 168, 236, 0.6);
  outline-color: -moz-use-text-color;
  outline-style: none;
  outline-width: medium;
  }

  .ui-icon-fb-minus{
  background:rgba(0,0,0,.2);
  background:#C6C6E9;
  background-image: url(../images/icons/icons-18-white.png);
  background-repeat: no-repeat;
  -moz-border-radius:9px;
  -webkit-border-radius:9px;
  border-radius:9px;
  width:18px;
  height:18px;
  text-indent:-20000px;
  cursor:pointer;
  background-position: -36px 50%;
  float:left;
  margin:0 0 0 3px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  position:relative;

  }

  .ui-icon-fb-minus:hover,.ui-icon-fb-minus:active{
  border-bottom-color: rgba(82, 168, 236, 0.8);
  border-left-color-value: rgba(82, 168, 236, 0.8);
  border-right-color-value: rgba(82, 168, 236, 0.8);
  border-top-color: rgba(82, 168, 236, 0.8);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(82, 168, 236, 0.6);
  outline-color: -moz-use-text-color;
  outline-style: none;
  outline-width: medium;
  }

  .ui-icon-fb-plus{
  background:rgba(0,0,0,.2);
  background:#C6C6E9;
  background-image: url(../images/icons/icons-18-white.png);
  background-repeat: no-repeat;
  -moz-border-radius:9px;
  -webkit-border-radius:9px;
  border-radius:9px;
  width:18px;
  height:18px;
  text-indent:-20000px;
  cursor:pointer;
  background-position: 0px 50%;
  float:left;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  position:relative;

  }

  .ui-icon-fb-minus:hover,.ui-icon-fb-plus:active{
  border-bottom-color: rgba(82, 168, 236, 0.8);
  border-left-color-value: rgba(82, 168, 236, 0.8);
  border-right-color-value: rgba(82, 168, 236, 0.8);
  border-top-color: rgba(82, 168, 236, 0.8);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(82, 168, 236, 0.6);
  outline-color: -moz-use-text-color;
  outline-style: none;
  outline-width: medium;

  }

  .icon_set{
  color:#07072D;
  text-shadow: 0 1px 0 #fff;
  background-color: #ECEDEC;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright:5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  padding:0;
  clear:both;
  margin:25px 0 15px 0;
  display:inline-block;
  width:99%;
  margin-right:.5%;
  margin-left:.5%;
  border:solid 1px #dcdcdc;
  }

  .icon_set ul.left{
  margin:0;
  padding:0;
  float:left;
  }

  .icon_set ul.left li{
  padding:5px 8px;
  border-right:dotted 1px #ccc;
  float:left;

  }

  .icon_set ul.left img{
  vertical-align: middle;

  }

  .icon_set ul.left li.last{
  padding:5px 8px;
  border-right:none;
  float:left;

  }

  .icon_set div.right{
  float:right;
  padding:5px 0;

  }
  /**************************************************************
  Tinycal
  **************************************************************/
  #tiny-cal {
  color: #666;
  font-size: 12px;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
  box-shadow: 0 1px 5px rgba(0,0,0,0.3);
  border-collapse:separate;
  width:95%;

  }

  #tiny-cal a {    color: #467b89 }

  #tiny-cal caption{
  background: #383838;
  color: #e0e0e0;
  font-size: 14px;
  padding: 10px 0;
  text-align: center!important;
  text-shadow: 0 -1px 0 #000;
  -webkit-box-shadow: inset 0 1px 0 #484848, 0 -1px 5px rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0 1px 0 #484848, 0 -1px 5px rgba(0,0,0,0.3);
  box-shadow: inset 0 1px 0 #484848, 0 -1px 5px rgba(0,0,0,0.3);
  border: 1px solid #373737;
  z-index: -99;
  }

  #tiny-cal caption,#tiny-cal th{
  text-align: center!important;
  }
  #tiny-cal caption a:link,#tiny-cal caption a:visited{
  color: #e0e0e0!important;
  font-size: 14px!important;
  text-shadow: 0 -1px 0 #000!important;
  }

  #tiny-cal thead th {
  font-size: 8px;
  padding: 5px 0;
  color: #666;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  border-bottom: 1px solid #bbbbbb;
  background: #f7f7f7; /* Old browsers */

  background: -moz-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#f1f1f1)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f7f7f7 0%,#f1f1f1 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f7f7f7 0%,#f1f1f1 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f7f7f7 0%,#f1f1f1 100%); /* IE10+ */
  background: linear-gradient(to bottom, #f7f7f7 0%,#f1f1f1 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-8 */
  }

  #tiny-cal tbody td {
  color: #666;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  padding: 2%;
  text-align: center;
  font-weight: bold;
  border: 1px solid;
  border-color: #fff #bbbbbb #bbbbbb #fff;
  background: #ededed; /* Old browsers */

  background: -moz-linear-gradient(top,  #ededed 0%, #dedede 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#dedede)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ededed 0%,#dedede 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ededed 0%,#dedede 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ededed 0%,#dedede 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ededed 0%,#dedede 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 ); /* IE6-8 */

  }

  #tiny-cal tbody td.pad {
  background: #f5f5f5; /* Old browsers */

  background: -moz-linear-gradient(top,  #f5f5f5 0%, #ececec 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#ececec)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f5f5f5 0%,#ececec 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f5f5f5 0%,#ececec 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f5f5f5 0%,#ececec 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #f5f5f5 0%,#ececec 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ececec',GradientType=0 ); /* IE6-8 */

  }

  #tiny-cal tfoot tr {
  background: #f5f5f5; /* Old browsers */

  background: -moz-linear-gradient(top,  #f5f5f5 0%, #ececec 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#ececec)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f5f5f5 0%,#ececec 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f5f5f5 0%,#ececec 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f5f5f5 0%,#ececec 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #f5f5f5 0%,#ececec 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ececec',GradientType=0 ); /* IE6-8 */

  }


  #tiny-cal #today {
  color: #fff;
  border: 1px solid #34343b;
  text-shadow: 0 1px 0 rgba(0,0,0,0.3);
  background: #45454d; /* Old browsers */

  background: -moz-linear-gradient(top,  #45454d 0%, #34343b 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45454d), color-stop(100%,#34343b)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #45454d 0%,#34343b 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #45454d 0%,#34343b 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #45454d 0%,#34343b 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #45454d 0%,#34343b 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45454d', endColorstr='#34343b',GradientType=0 ); /* IE6-8 */

  }

  /*******************************
  Actions
  *******************************/
  .action_wrapper{
  width:auto;
  font-size:inherit;
  float:left;
  margin:0 0 0 3px;

  }

  a.action_down:link {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width:55px;
  height:15px;
  padding:5px 12px;
  cursor:pointer;
  text-decoration:none;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  color: #000000;
  border: solid 1px #ccc;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
  background: -moz-linear-gradient(top,  #fff,  #ededed);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');

  }

  a.action_down:visited{
  color: #000000;
  }

  a.action_down:hover, a.action_down:active{
  background: #ededed;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
  background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
  color: #000000;
  }

  .action_box{
  display:none;
  z-index:20000;
  position: absolute;
  margin-top:20px;
  width:auto;
  width:300px\9; /* IE fix */
  min-width:150px;
  max-width:320px;

  }
  .action_wrapper .action_box ul{
  position: relative;
  background: #fff;
  background-image: -moz-linear-gradient(center top , #fff, #F4F4F4);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(1,#F4F4F4));
  border: solid 3px #C6C6E9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  right:0px;
  padding-bottom:10px;
  padding-left:0;
  margin-left:0;
  box-shadow: 0 0 5px #888888;


  }

  .action_wrapper .action_box ul li{
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #C6C6E9;
  font-size:13px;
  display: block;
  float: none;
  height: 14px;
  padding: 8px 20px 8px 5px;
  text-align: left;
  *width: 280px;
  width: auto;
  margin: 0;

  }

  .action_wrapper .action_box ul li.double{
  border-top: 2px solid #D6D5D5!important;
  font-size:13px;
  display: block;
  float: none;
  height: 14px;
  padding: 8px 20px 8px 5px;
  text-align: left;
  width: auto;
  margin: 0;

  }

  .action_wrapper .action_box ul li:last-child{
  border-bottom:none;

  }

  .action_wrapper .action_box ul li a:link{
  color: #000000;
  text-decoration:none;

  }

  .action_wrapper .action_box ul li a:visited{
  color: #000000;
  }

  .action_wrapper .action_box ul li a:hover, .action_wrapper .action_box ul li a:active{
  color: #000000;

  }

  .action_wrapper .action_box ul li span.li_label_link{
  color: #000000;
  text-decoration:none;
  cursor:pointer;

  }

  .action_wrapper .action_box ul li span.li_label_link:hover{
  color: #000000;
  cursor:pointer;

  }

  .print{
  background-image: url(../images/icons/printer.png);
  float:right;
  width:15px;
  height:13px;
  text-indent:-20000px;
  margin-right:5px;
  margin-top:3px

  }

  .print:hover{
  cursor:pointer;
  }

  /**************************************************************
  Tooltips
  **************************************************************/

  .tooltip_wrapper{
  padding:0 0 0 5px;
  float:left;
  *width:20px;


  }

  #tooltip{
  position:absolute;
  border:1px solid #e6d260;
  background:#f7f5d1;
  padding:10px;
  color:#07072D;
  display:none;

  }

  .tooltip img{
  float:left;
  padding:0 5px 0 0;

  }

  .tooltip > ul,.tooltip > li{

  list-style:none;
  }

  .tooltip-target {
  display: block;
  width:auto;
  text-align: left;
  }

  .tooltip-content {
  display: none;
  position: absolute!important;
  width: 250px;
  padding: 10px;
  border: 2px solid #ffffff;
  text-align: center;
  color:#121271;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 5px 5px;
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px #888;
  box-shadow: 0 0 5px #888;
  background: #FFFFFF; /* Old browsers */
  background: -moz-linear-gradient(top, #F3F3FF  0%, #C6C6E9 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F3F3FF), color-stop(100%,#C6C6E9)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,#F3F3FF  0%,#C6C6E9 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #F3F3FF  0%,#C6C6E9 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,#F3F3FF 0%,#C6C6E9 100%); /* IE10+ */
  background: linear-gradient(top,#F3F3FF  0%,#C6C6E9 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F3F3FF', endColorstr='#C6C6E9',GradientType=0 ); /* IE6-9 */
  }

  .tooltip-content p {
  margin: 0;
  }



  /**************************************************************
  Tags
  **************************************************************/
  .tag {
  float:left;
  padding-left:5px;
  padding-right:5px;
  padding-top:0px;
  }

  /**************************************************************
  Forms
  **************************************************************/
  fieldset{
  border: 5px solid #DBE1E4;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.4);
  margin:15px 10px;
  padding:15px;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #fcfcfc 50%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#fcfcfc)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#fcfcfc 50%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#fcfcfc 50%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#fcfcfc 50%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 0%,#fcfcfc 50%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fcfcfc',GradientType=0 ); /* IE6-9 */

  }

  fieldset .control-group{
  margin-bottom: 10px;
  }

  fieldset legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
  }
  fieldset .control-group:before,
  fieldset .control-group:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
  }

  fieldset .control-group:after {
  clear: both;
  }
  fieldset .controls{

  }

  legend{
  width:auto;
  clear:both;
  font-size:1.5em;
  font-weight:bold;
  padding:15px;

  }


  fieldset .control-label{
  font-weight:bolder;
  font-size:1em;
  float: left;
  width: 80px;
  padding-top: 5px;
  text-align: right;
  display: block;
  margin:0 10px 0 0;

  }



  input[type="text"]{

  font-size: 13px!important;
  line-height: 18px!important;
  height: 25px!important;
  color: #07072D!important;
  border: 1px solid #ccc!important;
  -webkit-border-radius: 3px!important;
  -moz-border-radius: 3px!important;
  border-radius: 3px!important;
  }

  input[type="text"] [style]{

  font-size: 13px!important;
  line-height: 18px!important;
  height: 25px!important;
  color: #07072D!important;
  border: 1px solid #ccc!important;
  -webkit-border-radius: 3px!important;
  -moz-border-radius: 3px!important;
  border-radius: 3px!important;

  }
  input[type="text"].small_input{
  width: 150px !important;
  margin:3px 3px 3px 0;
  }

  textarea{
  font-size: 13px!important;
  line-height: 18px!important;
  color: #07072D!important;
  border: 1px solid #ccc!important;
  -webkit-border-radius: 3px!important;
  -moz-border-radius: 3px!important;
  border-radius: 3px!important;
  }

  input[type="text"]:focus,textarea:focus {
  border-bottom-color: rgba(82, 168, 236, 0.8);
  border-left-color-value: rgba(82, 168, 236, 0.8);
  border-right-color-value: rgba(82, 168, 236, 0.8);
  border-top-color: rgba(82, 168, 236, 0.8);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(82, 168, 236, 0.6);
  outline-color: -moz-use-text-color;
  outline-style: none;
  outline-width: medium;
  }

  input[type="submit"],input[type="button"]{
  color: #000000 !important;
  border: solid 1px #E1E1FB!important;
  background: #E1E1FB!important; /* Old browsers */
  background: -moz-linear-gradient(top,  #FFFFFF 0%, #E1E1FB 100%)!important; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#E1E1FB))!important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #FFFFFF 0%,#E1E1FB 100%)!important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #FFFFFF 0%,#E1E1FB 100%)!important; /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #FFFFFF 0%,#E1E1FB 100%)!important; /* IE10+ */
  background: linear-gradient(top, #FFFFFF 0%,#E1E1FB 100%)!important; /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#E1E1FB',GradientType=0 )!important; /* IE6-9 */
  background: #E1E1FB\9!important; /* Old browsers */
  display: inline-block!important;
  zoom: 1!important;
  *display: inline!important;
  vertical-align: baseline!important;
  margin: 0 2px!important;
  outline: none!important;
  cursor: pointer!important;
  text-align: center!important;
  text-decoration: none!important;
  font: 13px/100% Arial, Helvetica, sans-serif!important;
  padding: .5em 2em .55em!important;
  -webkit-border-radius: .5em!important;
  -moz-border-radius: .5em!important;
  border-radius: .5em!important;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2)!important;
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2)!important;
  box-shadow: 0 1px 2px rgba(0,0,0,.2)!important;
  border:none!important;
  border: solid 1px #E1E1FB!important;

  }
  input:hover[type="submit"]{

  background-color: #E1E1FB!important; /* Old browsers */
  background: -moz-linear-gradient(top,  #E1E1FB 0%, #FFFFFF 100%)!important; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E1E1FB), color-stop(100%,#FFFFFF))!important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,#E1E1FB  0%,#FFFFFF 100%)!important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,#E1E1FB   0%,#FFFFFF 100%)!important; /* Opera 11.10+ */
  background: -ms-linear-gradient(top,#E1E1FB  0%,#FFFFFF 100%)!important; /* IE10+ */
  background: linear-gradient(top,#E1E1FB 0%,#FFFFFF 100%)!important; /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E1E1FB', endColorstr='#FFFFFF',GradientType=0 )!important; /* IE6-9 */
  background-color: #E1E1FB\9!important; /* Old browsers */
  padding: .5em 2em .55em!important;
  margin: 0 2px!important;
  }
  button:active[type="submit"]{
  position: relative!important;
  top: 1px!important;
  border:none!important;
  }

  input[type="radio"],input[type="checkbox"],select{
  line-height:1em;

  }

  select {
  font-size:12px;
  background-color: #F7F7F7;
  color:#7c7c7c;
  padding:3px;
  border:1px solid #BCBCBC;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px;
  cursor:pointer;

  }


  /**************************************************************
  Buttons
  **************************************************************/
  input[type="button"] {
  display: inline-block!important;
  zoom: 1!important
  *display: inline!important;
  vertical-align: baseline!important;
  margin: 10px 2px!important;
  outline: none!important;
  cursor: pointer!important;
  text-align: center!important;
  text-decoration: none!important;
  font: 13px/100% Arial, Helvetica, sans-serif!important;
  padding: .5em 2em .55em!important;
  -webkit-border-radius: .5em!important;
  -moz-border-radius: .5em!important;
  border-radius: .5em!important;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2)!important;
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2)!important;
  box-shadow: 0 1px 2px rgba(0,0,0,.2)!important;
  color: #000000 !important;
  border: solid 1px #E1E1FB!important;
  background-color: #E1E1FB!important; /* Old browsers */
  background: -moz-linear-gradient(top,  #FFFFFF 0%, #E1E1FB 100%)!important; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#E1E1FB))!important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #FFFFFF 0%,#E1E1FB 100%)!important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #FFFFFF 0%,#E1E1FB 100%)!important; /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #FFFFFF 0%,#E1E1FB 100%)!important; /* IE10+ */
  background: linear-gradient(top, #FFFFFF 0%,#E1E1FB 100%)!important; /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#E1E1FB',GradientType=0 )!important; /* IE6-9 */
  background-color: #E1E1FB\9!important; /* Old browsers */
  width:auto!important;
  }
  input[type="button"]:hover {
  text-decoration: none!important;
  background-color: #E1E1FB!important; /* Old browsers */
  background: -moz-linear-gradient(top,  #E1E1FB 0%, #FFFFFF 100%)!important; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E1E1FB), color-stop(100%,#FFFFFF))!important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,#E1E1FB  0%,#FFFFFF 100%)!important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,#E1E1FB   0%,#FFFFFF 100%)!important; /* Opera 11.10+ */
  background: -ms-linear-gradient(top,#E1E1FB  0%,#FFFFFF 100%)!important; /* IE10+ */
  background: linear-gradient(top,#E1E1FB 0%,#FFFFFF 100%)!important; /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E1E1FB', endColorstr='#FFFFFF',GradientType=0 )!important; /* IE6-9 */
  background-color: #E1E1FB\9!important; /* Old browsers */
  width:auto!important;
  }
  input[type="button"]:active {
  position: relative!important;
  top: 1px!important;
  width:auto!important;
  }

  .button {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: baseline;
  margin: 5px;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font: 13px/100% Arial, Helvetica, sans-serif;
  padding: .5em 2em .55em;
  -webkit-border-radius: .5em;
  -moz-border-radius: .5em;
  border-radius: .5em;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
  }
  .button:hover {
  text-decoration: none;

  }
  .button:active {
  position: relative;
  top: 1px;
  }

  .medium {
  font-size: 12px;
  padding: .4em 1.5em .42em;
  }
  .small {
  font-size: 11px;
  padding: .2em 1em .275em;
  }
  /* custom */
  .custom {
  color: #000000 !important;
  border: solid 1px #E1E1FB!important;
  background-color: #E1E1FB!important; /* Old browsers */
  background: -moz-linear-gradient(top,  #FFFFFF 0%, #E1E1FB 100%)!important; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#E1E1FB))!important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #FFFFFF 0%,#E1E1FB 100%)!important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #FFFFFF 0%,#E1E1FB 100%)!important; /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #FFFFFF 0%,#E1E1FB 100%)!important; /* IE10+ */
  background: linear-gradient(top, #FFFFFF 0%,#E1E1FB 100%)!important; /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#E1E1FB',GradientType=0 )!important; /* IE6-9 */
  background-color: #E1E1FB\9!important; /* Old browsers */
  }
  .custom:hover {
  background-color: #E1E1FB!important; /* Old browsers */
  background: -moz-linear-gradient(top,  #E1E1FB 0%, #FFFFFF 100%)!important; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E1E1FB), color-stop(100%,#FFFFFF))!important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,#E1E1FB  0%,#FFFFFF 100%)!important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,#E1E1FB   0%,#FFFFFF 100%)!important; /* Opera 11.10+ */
  background: -ms-linear-gradient(top,#E1E1FB  0%,#FFFFFF 100%)!important; /* IE10+ */
  background: linear-gradient(top,#E1E1FB 0%,#FFFFFF 100%)!important; /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E1E1FB', endColorstr='#FFFFFF',GradientType=0 )!important; /* IE6-9 */
  background-color: #E1E1FB\9!important; /* Old browsers */
  }
  /* black */
  .black {
  color: #d7d7d7;
  border: solid 1px #333;
  background: #333;
  background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
  background: -moz-linear-gradient(top,  #666,  #000);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
  background: #333\9;
  }
  .black:hover {
  background: #000;
  background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
  background: -moz-linear-gradient(top,  #444,  #000);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
  }
  .black:active {
  color: #666;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
  background: -moz-linear-gradient(top,  #000,  #444);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
  }

  a.black:link,a.black:visited  {
  color: #ffffff;
  text-decoration:none;

  }



  /* gray */
  .gray {
  color: #ffffff;
  border: solid 1px #555;
  background: #6e6e6e;
  background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
  background: -moz-linear-gradient(top,  #888,  #575757);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
  background: #6e6e6e\9;
  }
  .gray:hover {
  background: #616161;
  background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
  background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
  }
  .gray:active {
  color: #afafaf;
  background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
  background: -moz-linear-gradient(top,  #575757,  #888);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
  }

  a.gray:link,a.gray:visited  {
  color: #ffffff;
  text-decoration:none;

  }



  /* white and reset */
  .white, input[type="reset"] {
  color: #606060;
  border: solid 1px #b7b7b7;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
  background: -moz-linear-gradient(top,  #fff,  #ededed);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
  background: #fff\9;
  }
  .white:hover, input[type="reset"]:hover {
  background: #ededed;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
  background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
  }
  .white:active, input[type="reset"]:active {
  color: #999;
  background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
  background: -moz-linear-gradient(top,  #ededed,  #fff);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
  }
  input[type="reset"]{

  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: baseline;
  margin: 0 2px;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font: 13px/100% Arial, Helvetica, sans-serif;
  padding: .5em 2em .55em;
  -webkit-border-radius: .5em;
  -moz-border-radius: .5em;
  border-radius: .5em;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  box-shadow: 0 1px 2px rgba(0,0,0,.2);

  }

  a.white:link,a.white:visited  {
  color: #606060;
  text-decoration:none;

  }


  input[disabled],
  select[disabled],
  textarea[disabled],
  input[readonly],
  select[readonly],
  textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
  }

  input[type="radio"][disabled],
  input[type="checkbox"][disabled],
  input[type="radio"][readonly],
  input[type="checkbox"][readonly] {
  background-color: transparent;
  }

  input[disabled],
  .custom.disabled
  {
  cursor: default!IMPORTANT;
  color: #333333!IMPORTANT;
  background-color: #e6e6e6!IMPORTANT;
  *background-color: #d9d9d9!IMPORTANT;
  background: #e6e6e6!IMPORTANT;
  *background: #d9d9d9!IMPORTANT;
  background-image: none!IMPORTANT;
  border:solid 1px #C5C5C5!IMPORTANT;
  opacity: 0.65!IMPORTANT;
  filter: alpha(opacity=65)!IMPORTANT;
  -webkit-box-shadow: none!IMPORTANT;
  -moz-box-shadow: none!IMPORTANT;
  box-shadow: none!IMPORTANT;

  }

  input[disabled]:hover,
  .custom.disabled:hover
  {
  cursor: default!IMPORTANT;
  color: #333333!IMPORTANT;
  background-color: #e6e6e6!IMPORTANT;
  *background-color: #d9d9d9!IMPORTANT;
  background: #e6e6e6!IMPORTANT;
  *background: #d9d9d9!IMPORTANT;
  background-image: none!IMPORTANT;
  border:solid 1px #C5C5C5!IMPORTANT;
  opacity: 0.65!IMPORTANT;
  filter: alpha(opacity=65)!IMPORTANT;
  -webkit-box-shadow: none!IMPORTANT;
  -moz-box-shadow: none!IMPORTANT;
  box-shadow: none!IMPORTANT;


  }

  input[disabled]:active,
  .custom.disabled:active{

  position: relative!important;
  top: 0px!important;

  }

  /* Global Declaration */


  div.uploader,
  div.uploader span.action
  {
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  -webkit-font-smoo1pxg: antialiased;
  }


  .uploader *
  {
  margin: 0;
  padding: 0;
  }







  /* Uploader */

  div.uploader {
  background-position: 0px -297px;
  height: 28px;
  }

  div.uploader span.action {
  background-position: right -409px;
  height: 24px;
  line-height: 24px;

  }

  div.uploader span.filename {
  height: 24px;
  /* change this line to adjust positioning of filename area */
  margin: 2px 0px 2px 2px;
  line-height: 24px;
  }

  div.uploader.focus,
  div.uploader.hover,
  div.uploader:hover {
  background-position: 0px -353px;
  }

  div.uploader.focus span.action,
  div.uploader.hover span.action,
  div.uploader:hover span.action {
  background-position: right -437px;
  }

  div.uploader.active span.action,
  div.uploader:active span.action {
  background-position: right -465px;
  }

  div.uploader.focus.active span.action,
  div.uploader:focus.active span.action,
  div.uploader.focus:active span.action,
  div.uploader:focus:active span.action {
  background-position: right -493px;
  }

  div.uploader.disabled {
  background-position: 0px -325px;
  }

  div.uploader.disabled span.action {
  background-position: right -381px;
  }


  /* Select */
  div.selector {
  width: 190px;
  font-size: 12px;
  }

  div.selector select {
  min-width: 190px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  border: solid 1px #fff;
  }

  div.selector span {
  padding: 0px 25px 0px 2px;
  cursor: pointer;
  }

  div.selector span {
  color: #666;
  width: 158px;
  text-shadow: 0 1px 0 #fff;
  }

  div.selector.disabled span {
  color: #bbb;
  }

  /* Checker */
  div.checker {
  margin-right: 5px;
  }

  /* Radio */
  div.radio {
  margin-right: 3px;
  }

  /* Uploader */
  div.uploader {
  *width:170px;
  width: 190px;
  cursor: pointer;
  }

  div.uploader span.action {
  width: 85px;
  text-align: center;
  text-shadow: #fff 0px 1px 0px;
  background-color: #fff;
  font-size: 11px;
  font-weight: bold;

  }

  div.uploader span.filename {
  color: #777;
  width: 82px;
  border-right: solid 1px #bbb;
  font-size: 11px;
  }

  div.uploader input {

  width: 190px;

  }

  div.uploader.disabled span.action {
  color: #aaa;
  }

  div.uploader.disabled span.filename {
  border-color: #ddd;
  color: #aaa;
  }

  .uploader {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  }




  /* Select */

  div.selector {
  position: relative;
  padding-left: 10px;
  overflow: hidden;
  }

  div.selector span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  }

  div.selector select {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity:0);
  height: 25px;
  border: none;
  background: none;
  }


  /* Uploader */

  div.uploader {
  position: relative;
  overflow: hidden;
  cursor: default;

  }

  div.uploader span.action {
  float: left;
  width:85px;
  display: inline;
  padding: 2px 0px;
  overflow: hidden;
  cursor: pointer;
  height:27px;
  }

  div.uploader span.filename {
  padding: 0px 10px;
  float: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: default;
  }

  div.uploader input {
  opacity: 0;
  filter: alpha(opacity:0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  float: right;
  height: 25px;
  border: none;
  cursor: default;

  }
  /**************************************************************
  Comments
  **************************************************************/
  #CommentsArea{
  background-color: #f0f0f0;
  padding:10px;
  /*margin:10px 0 0 0;*/


  }

  .CommentBox{
  border-bottom: 1px solid #e3e2e0;
  margin-top: 1px;
  padding: 5px 5px 4px;
  }

  .heading{
  background-color: #f0f0f0;
  }
  #commentBody_wrapper{
  background-color: #f0f0f0;
  padding:5px 10px 15px 10px;
  }

  #commentBody{
  margin-bottom:8px;

  }

  .frmComments > .content{
  background-color: #f0f0f0;
  }




  /*******************************
  Color Picker
  *******************************/
  #frmColorPicker{
  width:60%;
  margin:0 auto;
  }

  #frmColorPicker .selectBox {
  font-size:12px;
  background-color: #F7F7F7;
  color:#7c7c7c;
  padding:5px 5px;
  border:1px solid #BCBCBC;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px;
  cursor:pointer;
  width:200px;

  }

  #frmColorPicker input{
  opacity: 1 !important;
  }

  #frmColorPicker label{
  width:100%;
  float:left;

  }

  #frmColorPicker fieldset{
  border-radius:5px;
  border:solid 1px #ccc;
  width:75%;
  margin:15px auto;
  }

  #frmColorPicker div.button_wrapper{
  border:none;
  width:75%;
  margin:15px auto;
  }

  #frmColorPicker legend{
  color:#666666;
  font-weight:600;


  }

  #frmColorPicker div#picker{
  margin:15px auto;
  opacity: 1 !important;
  width: 75%;
  }

  #frmColorPicker div.left-item{
  float:left;
  width:50%;
  margin:10px 0;

  }

  #frmColorPicker div.right-item{
  float:right;
  width:50%;
  margin:10px 0;
  }

  .colorwheel {
  border: 2px solid #fff;
  width: 5em;
  cursor: pointer;
  }

  /**************************************************************
  calendar
  **************************************************************/


  table#calendar_halfpage{
  border:solid 1px #d0d0d0;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 5px 5px;
  float:left;
  margin:0 15px 125px 0;
  font-size:.8em;
  border-collapse:collapse;
  width:100%;

  }

  table#calendar_halfpage a:link{
  text-decoration:none;
  color: #000000;
  outline:none;

  }

  table#calendar_halfpage a:visited{
  color: #000000;
  }

  table#calendar_halfpage a:hover,table#calendar_halfpage a:active{
  text-decoration:none;
  color: #000000;
  }

  table#calendar_halfpage select{
  background-color: #F7F7F7;
  color:#07072D;
  padding:5px 5px;
  border:1px solid #BCBCBC;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px;
  cursor:pointer;
  }



  table#calendar_halfpage thead.header tr th{
  width:20%;

  }
  table#calendar_halfpage thead.header tr td{
  width:80%;

  }

  table#calendar_halfpage thead.header{
  width:100%;
  background-color: #e0e0e0;
  background-image: -moz-linear-gradient(center top , #e0e0e0, #cdcdcd);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#e0e0e0),color-stop(1,#cdcdcd));
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#e0e0e0', EndColorStr='#cdcdcd)')";
  height:50px;
  padding:10px 0;

  }

  table#calendar_halfpage thead.header div.day_wrapper{
  width:220px;
  margin:0px 10px 3px 10px;
  text-align:center;
  display: inline-block;

  }

  table#calendar_halfpage thead.header div.CF_classview{
  width:auto;
  margin:0px 10px 3px 10px;
  padding-top:10px;
  text-align:left;
  float:left!important;


  }

  table#calendar_halfpage thead.header div.customdate{
  width:auto;
  margin:0px 10px 3px 10px;
  padding-top:8px;
  text-align:right;
  float:right;


  }

  table#calendar_halfpage thead.header div.day_wrapper a div.left_arrow{
  background:#666;
  background:rgba(0,0,0,.4);
  background-image: url(../images/icons/icons-18-white.png);
  background-repeat: no-repeat;
  -moz-border-radius:9px;
  -webkit-border-radius:9px;
  border-radius:9px;
  width:18px;
  height:18px;
  text-indent:-20000px;
  cursor:pointer;
  background-position: -145px 50%;
  float:left;

  }

  table#calendar_halfpage thead.header div.day_wrapper a div.left_arrow:hover{
  border-bottom-color: rgba(82, 168, 236, 0.8);
  border-left-color-value: rgba(82, 168, 236, 0.8);
  border-right-color-value: rgba(82, 168, 236, 0.8);
  border-top-color: rgba(82, 168, 236, 0.8);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(82, 168, 236, 0.6);
  outline-color: -moz-use-text-color;
  outline-style: none;
  outline-width: medium;

  }

  table#calendar_halfpage thead.header div.day_wrapper .date{
  margin-top:2px;
  margin-left:8px;
  margin-right: 8px;
  text-align:center;
  font-size:.95em;
  float:left;


  }

  table#calendar_halfpage thead.header div.day_wrapper a div.right_arrow{
  background:#666;
  background:rgba(0,0,0,.4);
  background-image: url(../images/icons/icons-18-white.png);
  background-repeat: no-repeat;
  -moz-border-radius:9px;
  -webkit-border-radius:9px;
  border-radius:9px;
  width:18px;
  height:18px;
  text-indent:-20000px;
  cursor:pointer;
  background-position: -108px 50%;
  float:left;

  }
  table#calendar_halfpage thead.header div.day_wrapper a div.right_arrow:hover{

  border-bottom-color: rgba(82, 168, 236, 0.8);
  border-left-color-value: rgba(82, 168, 236, 0.8);
  border-right-color-value: rgba(82, 168, 236, 0.8);
  border-top-color: rgba(82, 168, 236, 0.8);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(82, 168, 236, 0.6);
  outline-color: -moz-use-text-color;
  outline-style: none;
  outline-width: medium;
  }

  table#calendar_halfpage tbody tr th{
  background:#e5e5e5;
  width:20%;
  border-right:solid 1px #d0d0d0;

  }

  table#calendar_halfpage tbody tr th.abbreviation{
  background:#e5e5e5;
  width:14%;
  border-right:solid 1px #d0d0d0;

  }

  table#calendar_halfpage tbody tr th{

  height:10px;
  padding:20px 0;
  text-align:center;
  border-bottom:solid 1px #d0d0d0;


  }

  table#calendar_halfpage .select:hover{
  cursor: pointer;
  cursor: hand;
  background-color:#d0d0d0;

  }

  table#calendar_halfpage tbody tr td{
  width:80%;
  height:10px;
  padding:20px 0;
  border-bottom:solid 1px #d0d0d0;


  }

  table#calendar_halfpage tbody tr td.cell{
  width:14%;
  height:10px;
  padding:20px 0;
  border-bottom:solid 1px #d0d0d0;


  }

  table#calendar_halfpage tbody tr td.week_grid1{
  width:15px!important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width:15px;
  }
  table#calendar_halfpage tbody tr td.week_grid2{
  width:15px!important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width:15px;
  }
  table#calendar_halfpage tbody tr td.week_grid3{
  width:125px!important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 125px;
  }
  table#calendar_halfpage tbody tr td.week_grid4{
  width:200px!important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
  }
  table#calendar_halfpage tbody tr td.week_grid5{
  width:100px!important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width:100px;
  }
  table#calendar_halfpage tbody tr td.week_grid6{
  width:200px!important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width:200px;
  }

  table#calendar_halfpage tbody tr td.day_grid1{
  width:15px!important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width:15px;
  }
  table#calendar_halfpage tbody tr td.day_grid2{
  width:15px!important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width:15px;
  }
  table#calendar_halfpage tbody tr td.day_grid3{
  width:200px!important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width:200px
  }
  table#calendar_halfpage tbody tr td.day_grid4{
  width:200px!important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width:200px;
  }
  table#calendar_halfpage tbody tr td.day_grid5{
  width:175px!important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width:175px;
  }
  table#calendar_halfpage tbody tr td.day_grid6{
  width:auto!important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  }


  table#calendar_halfpage tbody tr:nth-child(odd){
  background-color:#f2f1f1;
  }

  table#calendar_halfpage tbody table tr:nth-child(odd){
  background-color:transparent;
  }



  table#calendar_halfpage tfoot span{
  float:left;
  margin: 0 5px;
  padding:25px 10px;
  }


  table#calendar_halfpage table tbody tr td{
  width:auto!important;
  border:none!important;
  padding:0!important;

  }


  table#calendar_fullpage{
  border:solid 1px #d0d0d0;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 5px 5px;
  float:left;
  margin:0 15px 125px 0;
  width:100%;
  font-size:.8em;
  border-collapse:collapse;
  width:100%;
  }

  table#calendar_fullpage a:link{
  text-decoration:none;
  color: #000000!important;
  outline:none;


  }

  table#calendar_fullpage a:visited{
  color: #000000!important;
  }

  table#calendar_fullpage a:hover,table#calendar_fullpage a:active{
  text-decoration:none;
  color: #000000!important;
  }

  table#calendar_fullpage select{
  background-color: #F7F7F7;
  color:#07072D;
  padding:5px 5px;
  border:1px solid #BCBCBC;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px;
  cursor:pointer;
  }

  table#calendar_fullpage thead.header tr th{
  width:20%;

  }
  table#calendar_fullpage thead.header tr td{
  width:80%;

  }

  table#calendar_fullpage thead.header{
  width:100%;
  background-color: #e0e0e0;
  background-image: -moz-linear-gradient(center top , #e0e0e0, #cdcdcd);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#e0e0e0),color-stop(1,#cdcdcd));
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#e0e0e0', EndColorStr='#cdcdcd)')";
  height:50px;
  padding:10px 0;

  }

  table#calendar_fullpage thead.header div.day_wrapper{
  width:160px;
  margin:15px 10px 3px 10px;
  text-align:center;
  float:left;
  display: inline-block;

  }

  table#calendar_fullpage thead.header div.CF_classview{
  width:auto;
  margin:0px 10px 3px 10px;
  padding-top:10px;
  text-align:left;
  float:left!important;


  }

  table#calendar_fullpage thead.header div.customdate{
  width:auto;
  margin:0px 10px 3px 10px;
  padding-top:8px;
  text-align:right;
  float:right;


  }

  table#calendar_fullpage thead.header div.day_wrapper a div.left_arrow{
  background:#666;
  background:rgba(0,0,0,.4);
  background-image: url(../images/icons/icons-18-white.png);
  background-repeat: no-repeat;
  -moz-border-radius:9px;
  -webkit-border-radius:9px;
  border-radius:9px;
  width:18px;
  height:18px;
  text-indent:-20000px;
  cursor:pointer;
  background-position: -145px 50%;
  float:left;

  }

  table#calendar_fullpage thead.header div.day_wrapper a div.left_arrow:hover{
  border-bottom-color: rgba(82, 168, 236, 0.8);
  border-left-color-value: rgba(82, 168, 236, 0.8);
  border-right-color-value: rgba(82, 168, 236, 0.8);
  border-top-color: rgba(82, 168, 236, 0.8);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(82, 168, 236, 0.6);
  outline-color: -moz-use-text-color;
  outline-style: none;
  outline-width: medium;

  }

  table#calendar_fullpage thead.header div.day_wrapper .date{
  margin-top:2px;
  margin-left:8px;
  margin-right: 8px;
  text-align:center;
  font-size:.95em;
  height:18px;
  float:left;


  }

  table#calendar_fullpage thead.header div.day_wrapper a div.right_arrow{
  background:#666;
  background:rgba(0,0,0,.4);
  background-image: url(../images/icons/icons-18-white.png);
  background-repeat: no-repeat;
  -moz-border-radius:9px;
  -webkit-border-radius:9px;
  border-radius:9px;
  width:18px;
  height:18px;
  text-indent:-20000px;
  cursor:pointer;
  background-position: -108px 50%;
  float:left;

  }
  table#calendar_fullpage thead.header div.day_wrapper a div.right_arrow:hover{

  border-bottom-color: rgba(82, 168, 236, 0.8);
  border-left-color-value: rgba(82, 168, 236, 0.8);
  border-right-color-value: rgba(82, 168, 236, 0.8);
  border-top-color: rgba(82, 168, 236, 0.8);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(82, 168, 236, 0.6);
  outline-color: -moz-use-text-color;
  outline-style: none;
  outline-width: medium;
  }

  table#calendar_fullpage tbody tr th{
  background:#e5e5e5;
  border-right:solid 1px #d0d0d0;

  }

  table#calendar_fullpage tbody tr th.abbreviation{
  background:#e5e5e5;
  width:14%;
  border-right:solid 1px #d0d0d0;

  }

  table#calendar_fullpage tbody tr th{

  height:10px;
  padding:20px 0;
  text-align:center;
  border-bottom:solid 1px #d0d0d0;


  }

  table#calendar_fullpage .select:hover{
  cursor: pointer;
  cursor: hand;
  background-color:#d0d0d0;

  }

  table#calendar_fullpage tbody tr td{

  border-bottom:solid 1px #d0d0d0!important;
  border-left:solid 1px #d0d0d0!important;
  border-right:solid 1px #d0d0d0!important;

  }

  table#calendar_fullpage tbody tr td.current_day{
  background:#E5E5E5;
  }
  table#calendar_fullpage tbody tr td.off_day{
  background:#f2f1f1;
  }

  table#calendar_fullpage tbody tr td.cell{
  padding:20px 0;
  border-bottom:solid 1px #d0d0d0;

  }

  table#calendar_fullpage tbody tr td span{

  font-size:.8em;
  }



  table#calendar_fullpage tfoot span{
  float:left;
  margin: 0 5px;
  padding:25px 10px;
  }


  table#calendar_fullpage table tbody tr td{
  width:auto!important;
  border:none!important;
  padding:0!important;

  }
  /**************************************************************
  Threaded Discussions
  **************************************************************/

  table#forum_table{
  border:solid 1px #d0d0d0;
  float:left;
  font-size:.8em;
  border-collapse:collapse;
  width:100%;
  }

  table#forum_table  tr:last-child td:first-child{
  -moz-border-radius-bottomleft:10px;
  -webkit-border-bottom-left-radius:10px;
  border-bottom-left-radius:10px

  }

  table#forum_table tr:last-child td:last-child{
  -moz-border-radius-bottomleft:10px;
  -webkit-border-bottom-left-radius:10px;
  border-bottom-left-radius:10px

  }

  table#forum_table thead.header{

  width:100%;
  background: #e0e0e0;
  background-image: -moz-linear-gradient(center top , #e0e0e0, #cdcdcd);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#e0e0e0),color-stop(1,#cdcdcd));
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#e0e0e0', EndColorStr='#cdcdcd)')";
  color:#454545;
  text-shadow:1px 1px 1px #fafafa;
  text-align:left;
  font-weight:bold;
  font-size:1em;
  }
  table#forum_table thead.header tr{

  height:35px;
  }

  table#forum_table thead.header tr th{
  padding:5px 10px;
  }
  table#forum_table thead.header tr th.forum{
  width:80%;
  padding-left: 10px;
  }

  table#forum_table tbody tr th{
  background:#e5e5e5;
  border-right:solid 1px #d0d0d0;

  }


  table#forum_table tbody tr td.sep{
  width:85%;
  height:10px;
  padding:20px 10px;
  border-bottom:solid 1px #d0d0d0;
  background-color:#737174!important;
  color:#fff;
  text-shadow:1px 1px 1px #423d44;
  font-size:1em;
  }

  table#forum_table tbody tr td.sep a:link,table#forum_table tbody tr td.sep a:visited{
  color:#fff!important;
  }
  table#forum_table tbody tr td.sep a:hover,table#forum_table tbody tr td.sep a:active{
  color:#fff!important;
  }

  table#forum_table tbody tr td.top_arrow{
  width:5%;
  height:10px;
  padding:20px;
  border-bottom:solid 1px #d0d0d0;
  background-color:#737174!important;
  color:#fff;
  text-shadow:1px 1px 1px #423d44;
  font-size:1em;
  }

  table#forum_table tbody tr td.top_arrow a:link,table#forum_table tbody tr td.top_arrow a:visited{
  color:#fff!important;
  text-shadow:1px 1px 1px #423d44;
  }

  table#forum_table tbody tr td:nth-child(1){
  width:80%;
  padding-left: 10px;
  }

  table#forum_table tbody tr td{
  height:35px;
  padding:5px 10px;
  border-bottom:solid 1px #d0d0d0;
  overflow:hidden;
  white-space:nowrap;
  text-overflow: ellipsis;
  }


  table#forum_table tbody tr:nth-child(even){
  background-color:#f2f1f1;
  text-shadow:1px 1px 1px #fafafa;
  }

  table#forum_table tbody tr:nth-child(odd){
  background-color:transparent;
  }



  table#forum_table tfoot span{
  float:left;
  margin: 0 5px;
  padding:25px 10px;
  }


  table#forum_table table tbody tr td{
  width:auto!important;
  border:none!important;
  padding:0!important;

  }

  table#forum_table .topic_count{
  max-width: 30px;
  width: 30px;
  padding: 5px 0;
  height: 15px;
  border-radius: 5px;
  display: block;
  text-align: center;
  background:#76a6d3;
  }



  table#forum_table .post_count{
  max-width: 30px;
  width: 30px;
  padding: 5px 0;
  height: 15px;
  border-radius: 5px;
  display: block;
  text-align: center;
  background: #99C584;

  }

  table#forum_table .reply_count{
  max-width: 30px;
  width: 30px;
  padding: 5px 0;
  height: 15px;
  border-radius: 5px;
  display: block;
  text-align: center;
  background:#e76463;
  }

  table#forum_table .view_count{
  max-width: 30px;
  width: 30px;
  padding: 5px 0;
  height: 15px;
  border-radius: 5px;
  display: block;
  text-align: center;
  background: #f6e596;

  }
  /**************************************************************
  Breadcrumbs
  **************************************************************/
  #crumbs {
  height:2.3em;
  border:1px solid #D0D0D0;
  background-color: #f2f1f1;
  margin-bottom:20px;
  }

  #crumbs ul,#crumbs li{
  list-style-type:none;
  padding:0;
  margin:0;
  }

  #crumbs li {
  float:left;
  line-height:2.9em;
  color:#777;
  padding-left:.75em;
  font-size: .8em;
  }

  #crumbs li a {
  display:block;
  padding:0 15px 0 0;
  background-image: url(../images/bg_crumbs.gif);
  background-repeat: no-repeat;
  background-position: right center;
  }

  #crumbs li a:link,
  #crumbs li a:visited {
  color:#000000!important;
  text-decoration:none;
  }

  a:link, a:visited,
  #crumbs li a:hover,
  #crumbs li a:focus {
  color: #000000!important;
  }

  /**************************************************************
  Footer
  **************************************************************/
  #f_wrapper{
  height:100px;
  width:100%;
  margin-top:10px;
  clear:both;
  float:left;


  }

  #f_content{
  width:98%;
  margin:0 auto;
  height:30px;


  }

  #f_content .copy{
  width:100%;
  margin:15px 0;
  float:left;
  text-align:center;
  color:#07072D;
  }

  #f_content .copy p{
  font-size: .857em; /* 12px */

  }
  /**************************************************************
  Scroll
  **************************************************************/
  .jspHorizontalBar,
  .jspVerticalBar,
  .jspTrack {
  background: #f2f2f2!important;
  width: 10px;
  margin-right: 2px;
  border-radius: 4px;
  box-shadow:inset 0 0 4px #ccc;
  }
  .tree-forms{width:285px}
  .tree-scroll{height:700px}

  /**************************************************************
  Order List
  **************************************************************/
  div.contentDiv{

  border:solid 1px #dcdcdc!important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 10px;
  min-height:75px;



  }

  .contentHeader{
  background-color: #ececec!important;
  height:auto!important;
  float:left!important;
  }

  div.contentDiv div.header{
  color:#464646!important;
  background: #ececec!important; /* Old browsers */
  background: -moz-linear-gradient(top, #f9f9f9  0%, #ececec 100%)!important; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#ececec))!important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,#f9f9f9  0%,#ececec 100%)!important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f9f9f9  0%,#ececec 100%)!important; /* Opera 11.10+ */
  background: -ms-linear-gradient(top,#f9f9f9 0%,#ececec 100%)!important; /* IE10+ */
  background: linear-gradient(top,#f9f9f9  0%,#ececec 100%)!important; /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ececec',GradientType=0 )!important; /* IE6-9 */
  border-bottom:solid 1px #dcdcdc!important;
  }


  div.contentDiv div span.edit{
  font-size:9px!important;
  float:right;

  }
  span.header{
  text-align:left!important;
  float:left;
  font-weight:bold;
  }
  div.contentDiv div span input[type="Checkbox"]{
  margin:0 5px;
  }


  .placeholder{
  border:dashed 2px #dcdcdc;
  width:100%;
  height:auto;
  float: left;
  margin:5px 0;
  padding:0;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 5px 5px;
  background-color:#fff;
  -moz-box-shadow: 0 0 2px 2px #ececec;
  -webkit-box-shadow: 0 0 2px 2px #ececec;


  }

  .group{
  min-height:350px;

  }

  /**************************************************************
  CKEDITOR IFRAME FIX
  **************************************************************/

  #cke_contents_ckeditor iFrame{

  height:200px!important;
  }

  /**************************************************************
  Misc.
  **************************************************************/

  .left{
  float:left;
  }
  .right{
  float:right;
  }
  .clear{
  clear:both;
  width:100%;


  }
  .display_block{
  display:block;
  }

  hr.clear{
  clear:both;
  width:100%;
  margin:20px 0;
  border:none;
  background-color:#fff;
  border-style:solid;

  }
  hr {
  background-color:#ddd;
  border-width:0;
  border:0;
  color:#e5e6e1;
  height:1px;
  line-height:0;
  text-align:center;
  width:100%;
  }

  .bold{
  font-weight:bold;

  }

  .large_title{
  font-size:1.4em;
  padding:10px 0;
  font-weight:bold;
  }
  /**************************************************************
  Baord Books
  **************************************************************/
  ul.books{
  margin:0;
  padding:0;
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  }

  li.book {
  width:105px;
  height:146px;
  background: #f89821;
  background:#f89821 url(../images/book-gloss.png) no-repeat top right;
  border-radius:5px;
  margin:0 25px 60px 0;
  list-style: none;
  color:#fff;
  line-height:35px;
  text-indent:8px;
  display:inline-block;
  position: relative;
  font-family: "Verdana", Helvetica, Arial, sans-serif;
  }
  li.book, li.book *, li.book:before, li.book:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  }
  li.book a{
  padding:3px 7px;
  text-indent:0;
  line-height:20px;
  display:inline-table;
  color:#fff;
  width:101px;
  height:146px;
  overflow:hidden;
  text-decoration:none;
  font-size:11px;
  font-weight:bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  display: inline-block !important;
  }
  li.book.v2 a {
  padding: 14px 3px 7px 8px;
  }
  li.book.v3 {
  border-radius: 0 5px 5px 0;
  border-left: 10px solid #777;
  margin-right: 0px;
  border-right: 0;
  border-bottom: 0;
  margin-left: 15px;
  margin-top: 20px;
  }
  li.book.v3 a {
  width: 105px;
  }
  li.book.v3 .spiral {
  background: #fff;
  height: 8px;
  width: 104px;
  position: absolute;
  top: -8px;
  left: -7px;
  border-radius: 50px 0 0 50px;
  z-index: 1;
  }
  li.book.v3 .spiral:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 0 3px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: -3px;
  z-index: 5;
  }
  li.book.v3:before {
  content: "";
  position: absolute;
  top: -15px;
  right: 5px;
  width: 105px;
  height: 146px;
  background: #555;
  border-radius: 0 5px 5px 0;
  z-index: -1;
  }
  li.book.v3:after {
  content: "";
  background: #555;
  height: 161px;
  width: 15px;
  position: absolute;
  left: -20px;
  top: -15px;
  border-radius: 30px 0 0 30px;
  }

  span.spiral{
  background:url(../images/spiral.png) no-repeat 0 center;
  width:8px;
  height:146px;
  float:left;
  margin:0 0 0 -4px;
  }

  li.book a:before {
  content: "";
  height: 25px;
  width: 99999px;
  position: absolute;
  bottom: -5px;
  background: #ccc;
  left: -9999px;
  z-index: -2;
  }
  li.book a:after {
  content: "";
  width: 91px;
  height: 20px;
  position: absolute;
  bottom: 0px;
  right: 24px;
  z-index: -1;
  background: #999;
  -ms-transform: skewX(-125deg);
  -webkit-transform: skewX(-125deg);
  transform: skewX(-125deg);
  }

  li.book.v3 a:after {
  width: 105px;
  }



  /**************************************************************
  Media Queries: Tablet Layout: 768px
  **************************************************************/

  @media only screen and (min-width: 768px) and (max-width: 991px) {

  /**************************
  calendar
  ***************************/

  table#calendar_halfpage tfoot span{
  float:left;
  margin: 0 5px;
  padding:5px 5px;
  font-size:.8em;
  }

  table#calendar_fullpage tfoot span{
  float:left;
  margin: 0 5px;
  padding:5px 5px;
  font-size:.8em;
  }

  table#calendar_halfpage thead.header div.customdate {
  float: left;

  }


  table#calendar_halfpage thead.header div.day_wrapper {
  width:100px;
  display: inline-block;
  }
  table#calendar_halfpage thead.header tr th{
  width:10%;

  }
  table#calendar_halfpage thead.header tr td{
  width:90%;

  }
  table#calendar_halfpage tbody tr th{
  width:10%;

  }
  table#calendar_halfpage tbody tr td{
  width:90%;

  }
  table#calendar_fullpage{
  width:100%;
  }
  table#calendar_fullpage thead.header div.day_wrapper {
  clear:both;
  margin:5px auto;
  text-align:center;
  display: inline-block;
  float: none;
  }

  table#calendar_fullpage thead.header div.CF_classview{
  clear:both;
  margin:5px auto;
  text-align:center;
  float: none!important;


  }
  table#calendar_fullpage thead.header div.customdate {
  clear:both;
  margin:5px auto;
  text-align:center;
  float: none;

  }


  table#calendar_halfpage thead.header div.day_wrapper a div.left_arrow{
  float:left;

  }
  table#calendar_halfpage thead.header div.day_wrapper a div.right_arrow{
  float:left;

  }

  table#calendar_halfpage thead.header div.day_wrapper .date{
  clear:both
  text-align:center;
  font-size:.95em;
  float:left;
  }
  table#calendar_halfpage select{
  font-size:1.1em;
  }
  table#calendar_fullpage select{
  font-size:1.1em;
  }

  /*******************************
  Color Picker
  *******************************/
  #frmColorPicker div.left-item{
  float:left;
  width:100%;
  margin:10px 0;
  }

  #frmColorPicker div.right-item{
  float:left;
  width:100%;
  margin:10px 0;
  }





  }


  /**************************************************************
  Media Queries: Mobile Layout: 320px
  **************************************************************/

  @media only screen and (max-width: 767px) {

  /**************************
  calendar
  ***************************/

  table#calendar_halfpage tfoot span{
  float:left;
  margin: 0 5px;
  padding:5px 5px;
  font-size:.8em;
  }

  table#calendar_fullpage tfoot span{
  float:left;
  margin: 0 5px;
  padding:5px 5px;
  font-size:.8em;
  }
  table#calendar_fullpage thead.header div.day_wrapper {
  clear:both;
  margin:5px auto;
  text-align:center;
  float: none;
  }

  table#calendar_fullpage thead.header div.CF_classview{
  clear:both;
  margin:5px auto;
  text-align:center;
  float: none!important;


  }
  table#calendar_fullpage thead.header div.customdate {
  clear:both;
  margin:5px auto;
  text-align:center;
  float: none;

  }

  table#calendar_fullpage{
  width:100%;
  }
  table#calendar_halfpage thead.header div.day_wrapper {
  width:100px;
  }
  table#calendar_halfpage thead.header tr th{
  width:10%;

  }
  table#calendar_halfpage thead.header tr td{
  width:90%;

  }
  table#calendar_halfpage tbody tr th{
  width:10%;

  }
  table#calendar_halfpage tbody tr td{
  width:90%;

  }
  table#calendar_halfpage select{
  font-size:1em;
  }

  /*******************************
  Color Picker
  *******************************/
  #frmColorPicker div.left-item{
  float:left;
  width:100%;
  margin:10px 0;
  }

  #frmColorPicker div.right-item{
  float:left;
  width:100%;
  margin:10px 0;
  }



  }

  /**************************************************************
  Media Queries: Wide Mobile Layout: 480px
  **************************************************************/

  @media only screen and (min-width: 480px) and (max-width: 767px) {

  /**************************
  calendar
  ***************************/

  table#calendar_halfpage tfoot span{
  float:left;
  margin: 0 5px;
  padding:5px 5px;
  font-size:.8em;
  }
  table#calendar_fullpage{
  width:100;
  }
  table#calendar_fullpage tfoot span{
  float:left;
  margin: 0 5px;
  padding:5px 5px;
  font-size:.8em;
  }

  table#calendar_halfpage thead.header div.customdate {
  float: left;

  }

  table#calendar_fullpage thead.header div.day_wrapper {
  clear:both;
  margin:5px auto;
  text-align:center;
  float: none;
  }

  table#calendar_fullpage thead.header div.CF_classview{
  clear:both;
  margin:5px auto;
  text-align:center;
  float: none!important;


  }
  table#calendar_fullpage thead.header div.customdate {
  clear:both;
  margin:5px auto;
  text-align:center;
  float: none;

  }

  table#calendar_halfpage thead.header tr th{
  width:10%;

  }
  table#calendar_halfpage thead.header div.day_wrapper {
  width:100px;
  }
  table#calendar_halfpage thead.header tr td{
  width:90%;

  }
  table#calendar_halfpage tbody tr th{
  width:10%;

  }
  table#calendar_halfpage tbody tr td{
  width:90%;

  }
  table#calendar_halfpage select{
  font-size:1em;
  }

  /*******************************
  Color Picker
  *******************************/
  #frmColorPicker div.left-item{
  float:left;
  width:100%;
  margin:10px 0;
  }

  #frmColorPicker div.right-item{
  float:left;
  width:100%;
  margin:10px 0;
  }

  }

  @media print {
  table{background-color:#fff!important;color:#000!important}
  td{background-color:#fff!important;color:#000!important}
  tr{background-color:#fff!important;color:#000!important}
  tbody{background-color:#fff!important;color:#000!important}
  }

