@charset "utf-8";
/***************************** 
*         S I T E   F R A M E
*****************************/
html, body {
  width: 100%;
  height: 100%;
  background: none;
  font-family: sans-serif;
  font-size: 17px;
  font-weight: normal;
}
body { background: url(/images/footer-bg.png) center top repeat-x; }
input, textarea {
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 72%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f1f1f1), color-stop(72%, #e1e1e1));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 72%);
  background: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 72%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 72%);
  background: linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 72%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e1e1', GradientType=0 );
  border: 1px solid #B7B7B7;
}
input:hover, textarea:hover { border: 1px solid #0184FF; }
input:focus, textarea:focus {
  background: #aad6ff;
  background: -moz-linear-gradient(top, #aad6ff 0%, #47a6ff 50%, #0184ff 73%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #aad6ff), color-stop(50%, #47a6ff), color-stop(73%, #0184ff));
  background: -webkit-linear-gradient(top, #aad6ff 0%, #47a6ff 50%, #0184ff 73%);
  background: -o-linear-gradient(top, #aad6ff 0%, #47a6ff 50%, #0184ff 73%);
  background: -ms-linear-gradient(top, #aad6ff 0%, #47a6ff 50%, #0184ff 73%);
  background: linear-gradient(top, #aad6ff 0%, #47a6ff 50%, #0184ff 73%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aad6ff', endColorstr='#0184ff', GradientType=0 );
}
#h-login {
  position: fixed;
  width: 600px;
  z-index: 9999999999999;
}
/***************************** 
*          A L L   O V E R
*****************************/
.clearboth { clear: both; }
#bodywrap #main-page .alignleft {
  float: left;
  padding: 5px;
  margin: 10px;
  border: 1px solid #b9d2e5;
  -webkit-border-radius: 25px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: inset 0px 0px 5px 0px #b9d2e5;
  -moz-box-shadow: inset 0px 0px 5px 0px #b9d2e5;
  box-shadow: inset 0px 0px 5px 0px #b9d2e5;
}
#bodywrap #main-page .alignright {
  float: right;
  padding: 5px;
  margin: 10px;
  border: 1px solid #b9d2e5;
  -webkit-border-radius: 25px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: inset 0px 0px 5px 0px #b9d2e5;
  -moz-box-shadow: inset 0px 0px 5px 0px #b9d2e5;
  box-shadow: inset 0px 0px 5px 0px #b9d2e5;
}
#bodywrap #main-page .alignright p.wp-caption-text, #bodywrap #main-page .alignleft p.wp-caption-text {
  font-size: 10px;
  text-align: center;
  background: #b9d2e5;
  font-weight: bolder;
  -webkit-box-shadow: inset 0px 0px 5px 0px #111;
  -moz-box-shadow: inset 0px 0px 5px 0px #111;
  box-shadow: inset 0px 0px 5px 0px #111;
}
a {
  text-decoration: none;
  color: #0063D6;
  font-weight: bold;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
a:active {
  background: #7DB9E8;
  outline: 1px dotted #0486FF;
}
a:hover {
  color: #0486FF;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
p { padding: 5px }
h1, h2, h3, h4, h5, h6, .widgettitle { font-family: Copperplate / Copperplate Gothic Light, sans-serif; }
h1 a, h1 a:hover { text-decoration: none; }
h1 {
  font-size: 2.2em;
  line-height: 2.2em;
}
h2 {
  font-size: 1.7em;
  line-height: 1.7em;
}
h3 {
  font-size: 1.5em;
  line-height: 1.5em;
}
h4 {
  font-size: 1.3em;
  line-height: 1.3em;
}
h5 {
  font-size: 1.2em;
  line-height: 1.2em;
}
h6 {
  font-size: 1em;
  line-height: 1em;
}
ul, li { list-style: none; }
#site-header a, .menu a { outline: 0px dotted #0486FF; }
abbr {
  border: 1px dotted #fff;
  border-bottom: 1px dotted #0486FF;
  cursor: help;
  color: #444;
  padding: 0 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
abbr:hover {
  color: #000;
  border: 1px dotted #0486FF;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 72%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f1f1f1), color-stop(72%, #e1e1e1));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 72%);
  background: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 72%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 72%);
  background: linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 72%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e1e1', GradientType=0 );
}
/***************************** 
*          F R A M E    W O R K 
*****************************/
#bodywrap, #main-site-nav, #site-header {
  width: 1000px;
  margin: 0 auto;
}
/***************************** 
*          S I T E    H E A D E R
*****************************/
#site-header {
  height: 200px;
  text-align: center;
}
#site-header span a {
  height: 150px;
  float: left;
  background: url(/images/hcg-logo.png) center 25px no-repeat;
  width: 350px;
  text-indent: -99999px;
}
#site-header h2 {
  float: left;
  font-size: 13px;
  width: 350px;
  text-align: center;
}
#site-header #header-right {
  display: block;
  height: 200px;
  width: 600px;
  float: right;
  background: url(/images/header-right-img.png) center bottom no-repeat
}
#site-header #header-right #h-login {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 72%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f1f1f1), color-stop(72%, #e1e1e1));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 72%);
  background: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 72%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 72%);
  background: linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 72%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e1e1', GradientType=0 );
  height: 30px;
  border: 1px solid #B7B7B7;
  border-top: 0;
  line-height: 30px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
}
#site-header #header-right #h-login input { padding: 3px 5px; }
#side_hello {
  font-weight: bolder;
  float: left;
  padding: 0 5px;
  text-align: left;
}
#h-login li { display: block; }
#h-login li a {
  float: right;
  padding: 0 11px;
  border-left: 1px solid #B7B7B7;
}
#h-login li a:hover {
  background: #aad6ff;
  background: -moz-linear-gradient(top, #aad6ff 0%, #47a6ff 50%, #0184ff 73%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #aad6ff), color-stop(50%, #47a6ff), color-stop(73%, #0184ff));
  background: -webkit-linear-gradient(top, #aad6ff 0%, #47a6ff 50%, #0184ff 73%);
  background: -o-linear-gradient(top, #aad6ff 0%, #47a6ff 50%, #0184ff 73%);
  background: -ms-linear-gradient(top, #aad6ff 0%, #47a6ff 50%, #0184ff 73%);
  background: linear-gradient(top, #aad6ff 0%, #47a6ff 50%, #0184ff 73%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aad6ff', endColorstr='#0184ff', GradientType=0 );
  color: #000;
}
#h-login #menu-item-101 a {
  color: #f00;
  font-size: 12px;
  padding: 0 3px;
}
#h-login #menu-item-101 a:hover { color: #f00; }
#loginform {
  float: left;
  margin-top: -2px;
}
#top-content h6 {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  font-weight: bolder
}
#top-content h6 span { color: #f00 }
.yourname {
  text-transform: capitalize;
  letter-spacing: 1px;
}
/***************************** 
*          M A I N    N A V/s
*****************************/
#main-site-nav, #nav_menu-4 {
  height: 30px;
  line-height: 30px;
  width: 965px;
}
#main-site-nav li, #nav_menu-4 li { display: block; }
#main-site-nav li a, #nav_menu-4 li a {
  float: left;
  color: #0184FF;
  border: 1px solid #B7B7B7;
  font-size: 20px;
  font-weight: 100;
  padding: 0 23px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 72%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f1f1f1), color-stop(72%, #e1e1e1));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 72%);
  background: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 72%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 72%);
  background: linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 72%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e1e1', GradientType=0 );
}
#main-site-nav li a:hover, #nav_menu-4 li a:hover {
  color: #111;
  background: #aad6ff;
  background: -moz-linear-gradient(top, #aad6ff 0%, #47a6ff 50%, #0184ff 73%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #aad6ff), color-stop(50%, #47a6ff), color-stop(73%, #0184ff));
  background: -webkit-linear-gradient(top, #aad6ff 0%, #47a6ff 50%, #0184ff 73%);
  background: -o-linear-gradient(top, #aad6ff 0%, #47a6ff 50%, #0184ff 73%);
  background: -ms-linear-gradient(top, #aad6ff 0%, #47a6ff 50%, #0184ff 73%);
  background: linear-gradient(top, #aad6ff 0%, #47a6ff 50%, #0184ff 73%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aad6ff', endColorstr='#0184ff', GradientType=0 );
}
#main-site-nav li.current-menu-item a, #h-login #menu-head-nav .current-menu-item a, #nav_menu-4 li.current-menu-item a {
  color: #111;
  background: #0184ff;
  background: -moz-linear-gradient(top, #0184ff 23%, #47a6ff 50%, #aad6ff 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(23%, #0184ff), color-stop(50%, #47a6ff), color-stop(99%, #aad6ff));
  background: -webkit-linear-gradient(top, #0184ff 23%, #47a6ff 50%, #aad6ff 99%);
  background: -o-linear-gradient(top, #0184ff 23%, #47a6ff 50%, #aad6ff 99%);
  background: -ms-linear-gradient(top, #0184ff 23%, #47a6ff 50%, #aad6ff 99%);
  background: linear-gradient(top, #0184ff 23%, #47a6ff 50%, #aad6ff 99%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0184ff', endColorstr='#aad6ff', GradientType=0 );
}
#main-site-nav li.current-menu-item a:hover, #h-login #menu-head-nav .current-menu-item a:hover, #nav_menu-4 li.current-menu-item a:hover {
  background: #0184ff;
  background: -moz-radial-gradient(center, ellipse cover, #0184ff 23%, #47a6ff 50%, #aad6ff 99%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(23%, #0184ff), color-stop(50%, #47a6ff), color-stop(99%, #aad6ff));
  background: -webkit-radial-gradient(center, ellipse cover, #0184ff 23%, #47a6ff 50%, #aad6ff 99%);
  background: -o-radial-gradient(center, ellipse cover, #0184ff 23%, #47a6ff 50%, #aad6ff 99%);
  background: -ms-radial-gradient(center, ellipse cover, #0184ff 23%, #47a6ff 50%, #aad6ff 99%);
  background: radial-gradient(center, ellipse cover, #0184ff 23%, #47a6ff 50%, #aad6ff 99%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0184ff', endColorstr='#aad6ff', GradientType=1 );
}
#menu-item-743 a, #menu-item-163 a {
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px;
}
#menu-item-23 a, #menu-item-149 a {
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-radius: 5px 0px 0px 5px;
  border-radius: 5px 0px 0px 5px;
}
/* OVER RITE SLIDER NAV */
#nav_menu-4 {
  height: 25px;
  line-height: 25px;
  width: 900px;
  margin: 5px auto;
}
#nav_menu-4 ul li a {
  font-size: 14px;
  padding: 0 10px;
}
/***************************** 
*          C O N T E N T
*****************************/
#main-page {
  width: 650px;
  float: left;
  padding: 10px;
}
#main-page.page-wide { width: 980px; }
.normal-page p {
  border-top: 1px solid #b9d2e5;
  -webkit-border-radius: 25px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-size: 18px;
  font-family: Tahoma, Geneva, sans-serif;
  text-align: justify;
}
.normal-page h1 {
  text-align: center;
  font-weight: bolder;
}
.normal-page h2 {
  color: #439AE7;
  font-weight: bolder;
}
#normal-page .normal-page ul li {
  list-style: circle;
  margin-left: 40px
}
#wpcf7-f9-p99-o1 input, #wpcf7-f9-p99-o1 textarea {
  width: 620px;
  padding: 10px;
  font-size: 20px
}
#wpcf7-f9-p99-o1 input.wpcf7-submit {
  width: 200px;
  margin-left: 150px;
}
#main-page ol li {
  list-style: decimal-leading-zero;
  margin-left: 40px
}
#thevideos { text-align: center; }
#thevideos h2 { font-size: 25px }
#thevideos iframe {
  display: block;
  margin-left: 80px;
}
#main-page .useful {
  border: 1px solid #0486FF;
  -webkit-border-radius: 25px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 5px;
  background: #b9d2e5;
}
#main-page .useful input, #main-page .useful textarea {
  width: 440px;
  float: right
}
#main-page .useful .form-allowed-tags {
  display: block;
  clear: both;
  width: 600px;
  text-align: center;
  font-size: 12px;
}
#main-page .useful h3 { text-align: center; }
/***************************** 
*          H O M E   P A G E 
*****************************/
#page-id-5 #normal-page #main-page {
  width: 1000px;
  background: url(/images/circles_stage.png) right top no-repeat
}
/***************************** 
*          L O G I N   I N   P A G E 
*****************************/
#main-page #loginform label, #main-page #registerform label {
  width: 150px;
  display: block;
  float: left;
  text-align: center;
  margin-left: 20px;
}
#main-page #loginform p, #main-page #registerform p {
  display: block;
  width: 600px;
  line-height: 30px;
  height: 30px;
  padding: 10px;
  border: 1px solid #4AA7FF;
  margin: 10px 0;
}
#main-page #loginform p:hover, #main-page #registerform p:hover {
  background: #F7FBFF !important;
  -webkit-box-shadow: 0px 0px 6px 5px #4AA7FF;
  -moz-box-shadow: 0px 0px 6px 5px #4AA7FF;
  box-shadow: 0px 0px 2px 2px #4AA7FF;
}
#main-page #loginform input:focus > p, #main-page #registerform input:focus > p {
  background: #F7FBFF !important;
  -webkit-box-shadow: 0px 0px 6px 5px #4AA7FF;
  -moz-box-shadow: 0px 0px 6px 5px #4AA7FF;
  box-shadow: 0px 0px 2px 2px #4AA7FF;
}
#main-page #loginform input, #main-page #registerform input {
  width: 400px;
  float: right;
  padding: 5px;
  font-weight: bolder;
}
#main-page #loginform p.submit, #main-page #loginform p.submit:hover, #main-page #registerform p.submit, #main-page #registerform p.submit:hover {
  border: none;
  background: none !important;
  -webkit-box-shadow: 0px 0px 0px 0px #fff;
  -moz-box-shadow: 0px 0px 0px 0px #fff;
  box-shadow: 0px 0px 0px 0px #fff;
}
#main-page #loginform .submit input, #main-page #registerform .submit input { margin-right: 100px }
#main-page #theme-my-login ul.tml-action-links li {
  list-style: none;
  font-size: 20px;
  margin: 30px;
}
/***************************** 
*          B L O G    P O S T 
*****************************/
#main-page .postmetadata {
  border: 1px solid #000;
  margin: 10px;
  background: #B1CDE4;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
}
#main-page .postmetadata span {
  display: block;
  padding: 0 10px;
  font-size: 12px;
  letter-spacing: 1px;
  border-bottom: 1px solid #333;
}
#main-page .postmetadata span:last-child { border: none; }
#comments-trackbacks {
  letter-spacing: 2px;
  background: #B1CDE4;
  padding: 5px;
  color: #000;
  border: 2px solid #2663A4;
  text-align: center;
}
#comments-trackbacks span { display: block; }
.this-post {
  margin: 5px 0;
  background: -moz-linear-gradient(top, rgba(125, 185, 232, 0) 88%, rgba(125, 185, 232, 0.3) 92%, rgba(125, 185, 232, 0.39) 93%, rgba(125, 185, 232, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(88%, rgba(125, 185, 232, 0)), color-stop(92%, rgba(125, 185, 232, 0.3)), color-stop(93%, rgba(125, 185, 232, 0.39)), color-stop(100%, rgba(125, 185, 232, 1)));
  background: -webkit-linear-gradient(top, rgba(125, 185, 232, 0) 88%, rgba(125, 185, 232, 0.3) 92%, rgba(125, 185, 232, 0.39) 93%, rgba(125, 185, 232, 1) 100%);
  background: -o-linear-gradient(top, rgba(125, 185, 232, 0) 88%, rgba(125, 185, 232, 0.3) 92%, rgba(125, 185, 232, 0.39) 93%, rgba(125, 185, 232, 1) 100%);
  background: -ms-linear-gradient(top, rgba(125, 185, 232, 0) 88%, rgba(125, 185, 232, 0.3) 92%, rgba(125, 185, 232, 0.39) 93%, rgba(125, 185, 232, 1) 100%);
  background: linear-gradient(top, rgba(125, 185, 232, 0) 88%, rgba(125, 185, 232, 0.3) 92%, rgba(125, 185, 232, 0.39) 93%, rgba(125, 185, 232, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#7db9e8', GradientType=0 );
}
.this-post h2 a {
  text-align: center;
  display: block;
  color: #000;
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #1e5799; /* Old browsers */
  background: -moz-linear-gradient(top, #1e5799 0%, #7db9e8 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(100%, #7db9e8)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #1e5799 0%, #7db9e8 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #1e5799 0%, #7db9e8 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #1e5799 0%, #7db9e8 100%); /* IE10+ */
  background: linear-gradient(to bottom, #1e5799 0%, #7db9e8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8', GradientType=0 ); /* IE6-9 */
  font-size: 20px;
  border: 1px solid #000;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.this-post h2 a:hover { color: #fff; }
.this-post .readmorelink {
  text-align: right;
  display: block;
}
.this-post {
  width: 630px;
  float: left;
  margin: 10px;
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#main-page .whenthepost span { display: block; }
#main-page .whenthepost {
  margin: 5px;
  background: #ACD3F0;
  display: block;
  height: 20px;
  font-size: 15px;
  line-height: 15px;
  float: right;
  width: 150px;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#main-page .whenthepost:hover { }
#main-page .whenthepost span.when-mo, #main-page .whenthepost span.when-day {
  display: inline-block;
  padding: 5px;
  font-weight: bolder;
}
.bbp-breadcrumb {
  display: block;
  min-width: 400px;
}
.weightchart table { width: 100%; }
.weightchart table td {
  border: 1px solid #333;
  text-align: center;
}
.single-post h1 {
  text-align: center;
  text-shadow: 0px 1px 0px #439AE7;
  filter: dropshadow(color=#439AE7, offx=0, offy=1);
  font-weight: bolder;
}
.single-post h2 {
  color: #439AE7;
  font-weight: bolder;
  text-shadow: 0px 1px 0px #000000;
  filter: dropshadow(color=#000000, offx=0, offy=1);
}
/***************************** 
*          B L O G    J O U R N A L 
*****************************/

#archive-page #main-page.journal { }
#archive-page #main-page.journal img.journal-img, #single-post .single-post img.journal-img {
  float: left;
  height: 170px;
  padding: 5px;
  margin: 5px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: rgb(30,87,153);
  border: 1px solid #000;
}
#archive-page #main-page.journal img.journal-img:hover, #single-post .single-post img.journal-img:hover {
  -moz-transform: scale(1.5) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
  -webkit-transform: scale(1.5) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
  -o-transform: scale(1.5) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
  -ms-transform: scale(1.5) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
  transform: scale(1.5) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
}
#archive-page #main-page.journal h2 {
  clear: both;
  margin: 5px 0;
}
/***************************** 
*          S I D E B A R
*****************************/
#sidebar {
  float: right;
  width: 300px;
  padding: 10px;
  min-height: 700px;
}
#searchform input {
  width: 290px;
  height: 25px;
  line-height: 20px;
  margin: 10px 0;
  padding: 5px 10px;
  font-size: 20px;
  -webkit-transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: all 900ms ease;
  text-align: center;
  letter-spacing: 2px;
}
#searchform input:focus {
  -webkit-transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: all 900ms ease;
  border: 1px solid #111;
  letter-spacing: 1px;
}
#text-4 { text-align: center; }
#sidebar #menu-side-nav { padding: 20px 0 0 0 }
#sidebar #menu-side-nav li {
  list-style: disc;
  margin: 0px 0 0 5px;
  color: #439AE7;
}
#sidebar #menu-side-nav li a { display: block; }
#sidebar #menu-side-nav li:hover > a {
  padding-left: 5px;
  color: #111;
}
#sidebar h3.widgettitle {
  color: #439AE7;
  text-align: center;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 72%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f1f1f1), color-stop(72%, #e1e1e1));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 72%);
  background: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 72%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 72%);
  background: linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 72%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e1e1', GradientType=0 );
  height: 30px;
  border: 1px solid #B7B7B7;
  line-height: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: px;
  border-radius: 10px;
  margin: 10px 0;
  font-weight: bolder;
}
#text-4 img {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  position: relative;
  z-index: 400;
  margin: 0 10px;
  width: 50px;
  height: 50px;
}
#text-4 img:hover {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-transform: scale(1.5) rotate(360deg) translate(0px, 0px) skew(0deg, 0deg);
  -webkit-transform: scale(1.5) rotate(360deg) translate(0px, 0px) skew(0deg, 0deg);
  -o-transform: scale(1.5) rotate(360deg) translate(0px, 0px) skew(0deg, 0deg);
  -ms-transform: scale(1.5) rotate(360deg) translate(0px, 0px) skew(0deg, 0deg);
  transform: scale(1.5) rotate(360deg) translate(0px, 0px) skew(0deg, 0deg);
  z-index: 600;
}
/***************************** 
*          T A B   S I D E   B A R 
*****************************/
ul.tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  height: 26px; /*--Set height of tabs--*/
  width: 100%;
}
ul.tabs li {
  float: left;
  margin: 0 4px 0 0;
  padding: 0;
  height: 25px; /*--Subtract 1px from the height of the unordered list--*/
  line-height: 25px; /*--Vertically aligns the text within the tab--*/
  border: 1px solid #999;
  overflow: hidden;
  position: relative;
  background: #e0e0e0;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}
ul.tabs li a {
  text-decoration: none;
  color: #000;
  display: block;
  font-size: 15px;
  padding: 0 6px;
  border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
  outline: none;
}
ul.tabs li a:hover {
  background: #75BCFF;
  border: 1px solid #75BCFF;
}
html ul.tabs li.active, html ul.tabs li.active a:hover { /*--Makes sure that the active tab does not listen to the hover properties--*/
  color: #111;
  background: #0184ff;
  background: -moz-linear-gradient(top, #0184ff 23%, #47a6ff 50%, #aad6ff 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(23%, #0184ff), color-stop(50%, #47a6ff), color-stop(99%, #aad6ff));
  background: -webkit-linear-gradient(top, #0184ff 23%, #47a6ff 50%, #aad6ff 99%);
  background: -o-linear-gradient(top, #0184ff 23%, #47a6ff 50%, #aad6ff 99%);
  background: -ms-linear-gradient(top, #0184ff 23%, #47a6ff 50%, #aad6ff 99%);
  background: linear-gradient(top, #0184ff 23%, #47a6ff 50%, #aad6ff 99%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0184ff', endColorstr='#aad6ff', GradientType=0 );
}
html ul.tabs li.active > a { border: none; }
.tab_container {
  clear: both;
  float: left;
}
.tab_content { }
#twit img {
  float: left;
  padding: 5px;
}
#TWITTER_Feeds img { padding: 5px; }
#twit, #TWITTER_Feeds { font-size: 13px }
.tw_displayname, #TWITTER_Feeds .userlink { font-weight: bolder; }
.tweets, #TWITTER_Feeds .feeds {
  margin-bottom: 20px;
  padding: 0 5px;
}
#TWITTER_Feeds .feeds {
  background: #EAF6FF;
  margin: 7px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #315C99;
}
.timespan {
  display: block;
  text-align: right;
}
.twit-title { text-align: center; }
#tab2, #tab1, #tab3, #tab4 {
  border-left: 1px solid #315C99;
  border-right: 1px solid #315C99;
  border-bottom: 1px solid #315C99;
  border-top: 2px solid #315C99;
  margin-top: 1px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-radius: 0px 5px 5px 5px;
  border-radius: 0px 5px 5px 5px;
}
#recent-post-page h3 { text-align: center; }
#recent-post-page .readmorelink {
  display: block;
  text-align: right;
}
#tab2 { }
#recent-post-page .little-post { padding: 5px }
#tab3 .little-post h3 a, #tab2 .twit-title a, #tab4 .twit-title {
  display: block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: rgb(30,87,153);
  background: -moz-linear-gradient(top, rgba(30, 87, 153, 1) 1%, rgba(66, 140, 201, 1) 39%, rgba(1, 2, 0, 1) 40%, rgba(125, 185, 232, 1) 41%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(30, 87, 153, 1)), color-stop(39%, rgba(66, 140, 201, 1)), color-stop(40%, rgba(1, 2, 0, 1)), color-stop(41%, rgba(125, 185, 232, 1)));
  background: -webkit-linear-gradient(top, rgba(30, 87, 153, 1) 1%, rgba(66, 140, 201, 1) 39%, rgba(1, 2, 0, 1) 40%, rgba(125, 185, 232, 1) 41%);
  background: -o-linear-gradient(top, rgba(30, 87, 153, 1) 1%, rgba(66, 140, 201, 1) 39%, rgba(1, 2, 0, 1) 40%, rgba(125, 185, 232, 1) 41%);
  background: -ms-linear-gradient(top, rgba(30, 87, 153, 1) 1%, rgba(66, 140, 201, 1) 39%, rgba(1, 2, 0, 1) 40%, rgba(125, 185, 232, 1) 41%);
  background: linear-gradient(top, rgba(30, 87, 153, 1) 1%, rgba(66, 140, 201, 1) 39%, rgba(1, 2, 0, 1) 40%, rgba(125, 185, 232, 1) 41%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8', GradientType=0 );
  color: #000;
  font-size: 23px;
  min-height: 80px;
}
#tab3 .little-post h3 a:hover, #tab2 .twit-title a:hover { color: #fff; }
#tab2 .twit-title a, #tab4 .twit-title { margin: 10px }
#tab4 .twit-title { font-weight: bolder; }
/***************************** 
*          C O M M E N T S    F O R M   //  R E P L Y S
*****************************/
#commentform input, #commentform textarea {
  font-weight: bolder;
  line-height: 20px;
  padding: 3px 7px;
  font-family: Georgia, "Times New Roman", Times, serif;
}
#commentform textarea {
  width: 100%;
  height: 130px;
}
#commentform input {
  width: 50%;
  height: 20px;
}
#commentform #submit {
  width: 200px;
  height: 50px;
  margin-left: 350px;
}
/* Start Of Comments */
li.comment {
  border: 2px solid #000;
  list-style: none !important;
  margin: 5px;
}
.comment .avatar {
  width: 50px;
  height: 50px;
  float: left;
  padding: 5px;
}
.comment-reply-link {
  text-align: center;
  display: block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  border: 2px solid #000;
  background: #fff;
  float: right;
  border-top: 2px solid #fff;
  border-right: none;
}
.comment-reply-link:hover { }
ol.commentlist, li.authorcomment, li.comment, #respond h3, form#commentform, input#submit { margin: 0; }
ol.commentlist, ol.commentlist ul, form#commentform { padding: 0; }
ol.commentlist { border-bottom: 1px solid #ccc; }
ol.commentlist ul { margin: 0 0 0 20px; }
li.authorcomment, li.comment {
  padding: 10px 0 0 10px;
  list-style: none;
  border-bottom: none;
}
li.even { background: #fff; }
li.odd { background: #efefef; }
.authorcomment { background: #deebf9; }
ul.children ul { margin-left: 20px; }
ul.children li { border-right: none; }
.comment-navigation .newer a, .comment-navigation .older a, input#submit {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  color: #187FBD;
}
.comment-navigation .older a:hover, input#submit:hover {
  background: #e7e7e7;
  text-decoration: none;
  color: #4c7faa;
  font-weight: bold;
}
.comment-navigation { margin: 10px 0 10px 0 }
.comment-navigation:after, #respond:after {
  content: ".";
  height: 0;
  visibility: hidden;
}
/***************************** 
*          S I T E    F O O T E R
*****************************/
#site-footer {
  background: #187FBD;
  border-top: 3px solid #111;
}
#footer-sidebar {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 200px;
}
#site-footer .widget {
  float: left;
  padding: 5px 10px;
}
#site-footer ul li { border-bottom: 1px solid #333; }
#site-footer ul li a { color: #111; }
#site-footer ul li a:hover { color: #fff; }
#footer-sidebar .widgettitle {
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
#site-footer ul li span {
  display: block;
  font-size: 13px;
  width: 240px;
  text-align: center;
}
#footer-sidebar #bbp_topics_widget-3 ul li {
  text-align: right;
  padding: 3px 0;
}
#footer-sidebar #bbp_topics_widget-3 ul li a.bbp-forum-title {
  float: left;
  overflow: hidden;
  height: 20px;
  width: 300px;
}
#disclamer { text-align: center; }
#disclamer a { color: #fff; }
#footer-sidebar #bbp_topics_widget-3 a { background: none }
/***************************** 
*          A U H O R    I N F O R M A T I O N
*****************************/
.accordionButton, .shareaccordionButton {
  cursor: pointer;
  border-top: 1px dotted #cccccc;
  border-bottom: 1px dotted #cccccc;
  text-align: center;
}
.accordionButton.on, .shareaccordionButton.on {
  background: #333;
  color: #fff;
}
.accordionContent, .shareaccordionContent { padding: 10px; }
.author-bio { padding: 15px 0; }
.author-bio h3 {
  font-size: 16px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  word-spacing: 10px;
}
.author-bio img {
  float: left;
  padding: 2px;
  border: 1px solid #cccccc;
  margin: 5px 15px 0 0;
  width: 60px;
  height: 60px;
}
.over { background: #CCCCCC; }
.accordionContent .clearboth { border-bottom: 1px dotted #cccccc; }
/***************************** 
*          S C R O L L    T O    T O P
*****************************/
#topcontrol {
  border: 1px solid #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0px 0px 10px 1px #525252;
  -moz-box-shadow: inset 0px 0px 10px 1px #525252;
  box-shadow: inset 0px 0px 10px 1px #525252;
}
#topcontrol, #topcontrol a {
  background: #187FBD;
  text-align: center;
  margin: 0;
  width: 20px;
  height: 20px;
  line-height: 22px; /*LineHeight Is A Little Off To Keep ^ Center :) */
  text-align: center;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #111;
}
#topcontrol:hover, #topcontrol a:hover {
  color: #7CDAFF;
  background: #111;
}
/***************************** 
*          S O C I A L    L I N K S 
*****************************/
.share_socialbar { padding: 5px; }
.share_socialbar h5 {
  padding: 10px 0;
  font-size: 25px;
  letter-spacing: 2px;
  word-spacing: 20px;
}
.share_socialbar a span { display: none }
.share_socialbar a {
  display: block;
  float: left;
  height: 48px;
  width: 48px;
  background: #f00;
  margin: 0 5px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.share_socialbar a:hover {
  opacity: 1.0;
  filter: alpha(opacity=100);
}
.share_socialbar a.share_twitter { background: url(/images/social/48/twitter.png) top center no-repeat; }
.share_socialbar a.share_facebook { background: url(/images/social/48/facebook.png) top center no-repeat; }
.share_socialbar a.share_digg { background: url(/images/social/48/digg.png) top center no-repeat; }
.share_socialbar a.share_delicious { background: url(/images/social/48/delicious.png) top center no-repeat; }
.share_socialbar a.share_stumble { background: url(/images/social/48/stumbleupon.png) top center no-repeat; }
.share_socialbar a.share_Reddit { background: url(/images/social/48/reddit.png) top center no-repeat; }
.share_socialbar a.share_buzz { background: url(/images/social/48/google.png) top center no-repeat; }
/***************************** 
*          S L I D E   S O C I A L    L I N K S 
*****************************/
.slide-out-div {
  padding: 20px;
  width: 300px;
  background: #ccc;
  border: 1px solid #29216d;
  position: absolute;
  right: 20px;
}
.slide-out-div a.handle {
  background: #000;
  display: block;
  width: 200px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}
/***************************** 
*          P R O F I L E   P A G E
*****************************/

#normal-page #profile-page {
  background: #A1D2FF;
  padding: 10px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
}
#normal-page #profile-page #your-profile tr { }
#normal-page #profile-page #your-profile h3 {
  font-weight: bolder;
  padding-left: 100px;
  background: #187FBD;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
}
#normal-page #profile-page th { width: 250px; }
#normal-page #profile-page input, #normal-page #profile-page textarea {
  width: 650px;
  padding: 5px;
}
#password .description { display: block }
#pass-strength-result {
  background: #f00;
  text-align: center;
  width: 200px;
  font-weight: bolder;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
}
#profile-stuff #profile-side {
  float: left;
  border: 1px solid #333;
  width: 250px;
  padding: 5px;
}
#profile-stuff #profile-side .pro-img {
  text-align: center;
  display: block
}
#profile-stuff #profile-side ul li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0 5px;
  text-align: center;
}
#profile-stuff #profile-side ul li.welcome {
  text-align: center;
  font-weight: bolder;
  font-size: 30px;
}
#profile-normal {
  float: right;
  border: 1px solid #333;
  width: 700px;
  padding: 5px;
}
/***************************** 
*          P O L L S   S T Y L E 
*****************************/
.wp-polls-archive { /* background-color: #ffffff; */ }
.wp-polls, .wp-polls-form { /* background-color: #ffffff; */ }
.wp-polls ul li, .wp-polls-ul li, .wp-polls-ans ul li {
  text-align: left;
  background-image: none;
  display: block;
}
.wp-polls ul, .wp-polls-ul, .wp-polls-ans ul {
  text-align: left;
  list-style: none;
  float: none;
}
.wp-polls ul li:before, .wp-polls-ans ul li:before, #sidebar ul ul li:before { content: ''; }
.wp-polls IMG, .wp-polls LABEL, .wp-polls INPUT, .wp-polls-loading IMG, .wp-polls-image IMG {
  display: inline;
  border: 0px;
  padding: 0px;
  margin: 0px;
}
.wp-polls-ul {
  padding: 0px;
  margin: 0px 0px 10px 10px;
}
.wp-polls-ans {
  width: 100%;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;/* background-color: #ffffff; */
}
.wp-polls-loading {
  display: none;
  text-align: center;
  height: 16px;
  line-height: 16px;
}
.wp-polls-image { border: 0px; }
.wp-polls .Buttons {
  border: 1px solid #c8c8c8;
  background-color: #f3f6f8;
}
/* Polls Archive Paging */
.wp-polls-paging a, .wp-polls-paging a:link {
  padding: 2px 4px 2px 4px;
  margin: 2px;
  text-decoration: none;
  border: 1px solid #0066cc;
  color: #0066cc;
  background-color: #FFFFFF;
}
.wp-polls-paging a:visited {
  padding: 2px 4px 2px 4px;
  margin: 2px;
  text-decoration: none;
  border: 1px solid #0066cc;
  color: #0066cc;
  background-color: #FFFFFF;
}
.wp-polls-paging a:hover {
  border: 1px solid #000000;
  color: #000000;
  background-color: #FFFFFF;
}
.wp-polls-paging a:active {
  padding: 2px 4px 2px 4px;
  margin: 2px;
  text-decoration: none;
  border: 1px solid #0066cc;
  color: #0066cc;
  background-color: #FFFFFF;
}
.wp-polls-paging span.pages {
  padding: 2px 4px 2px 4px;
  margin: 2px 2px 2px 2px;
  color: #000000;
  border: 1px solid #000000;
  background-color: #FFFFFF;
}
.wp-polls-paging span.current {
  padding: 2px 4px 2px 4px;
  margin: 2px;
  font-weight: bold;
  border: 1px solid #000000;
  color: #000000;
  background-color: #FFFFFF;
}
.wp-polls-paging span.extend {
  padding: 2px 4px 2px 4px;
  margin: 2px;
  border: 1px solid #000000;
  color: #000000;
  background-color: #FFFFFF;
}
.ul-addw2p {
  border: 1px solid #333;
  padding: 10px;
  background: #AAD6FF;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  font-weight: bolder;
  -webkit-box-shadow: 0px 0px 5px 2px #111;
  -moz-box-shadow: 0px 0px 5px 2px #111;
  box-shadow: 0px 0px 5px 2px #111;
}
/***************************** 
*          F L O A T   M E N U 
*****************************/
#floatMenu {
  position: absolute;
  top: 290px;
  left: 0;
  text-align: center;
  padding: 5px 5px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px;
  border: 3px solid #111;
  border-left: none;
  -webkit-box-shadow: 0px 0px 5px 2px #111;
  -moz-box-shadow: 0px 0px 5px 2px #111;
  box-shadow: 0px 0px 5px 2px #111;
  background: #187FBD;
  z-index: 7777;
}
#floatMenu div * {
  width: 50px;
  margin: 0;
}
#floatMenu div li a { }
span.trigger {
  color: #fff;
  cursor: pointer;
  font-weight: bolder;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 70px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
span.trigger.active { width: 45px; }
span.trigger.active:hover { width: 70px; }
span.trigger:hover { color: #111 }
#floatMenu span.trigger:after { content: "Close"; }
#floatMenu span.trigger.active:after { content: "Share"; }
.panel { margin-top: 5px; }
/***************************** 
*          S L I D E R   T O P  
*****************************/
.lof-slidecontent, .lof-slidecontent a { color: #FFF; }
.lof-container { }
.lof-slidecontent { position: relative; }
.lof-slidecontent .preload {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
}
.lof-main-outer {
  position: relative;
  overflow: hidden;
}
.lof-main-outer .lof-next, .lof-main-outer .lof-previous {
  display: block;
  width: 40px;
  color: #FFF;
  cursor: pointer;
  position: absolute;
  height: 100%;
  top: 0;
}
.lof-main-outer .lof-next { right: 10px; }
.lof-main-outer .lof-previous { left: 10px; }
.lof-main-wapper li { border: none !important; }
/* main flash */
ul.lof-main-wapper {	/* margin-right:auto; */
  background: transparent;
  padding: 0 !important;
  margin: 0 !important;
  position: relative;
}
ul.lof-main-wapper li {
  padding: 0 !important;
  margin: 0 !important;
  float: left;
  list-style: none;
  position: relative;
}
ul.lof-main-wapper li a img { border: none !important; }
.lof-opacity {
  overflow: visible !important;
  ;
  position: absolute !important;
}
.lof-opacity li {
  position: absolute !important;
  ;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  float: inherit !important;
}
ul.lof-main-wapper li img {
  padding: 0 !important;
  margin: 0 !important;
  max-width: none !important;
}
/* item navigator */.lof-navigator-wapper { position: absolute; }
.lof-navigator-outer {
  position: relative;
  z-index: 1;
  height: 180px;
  overflow: hidden;
  color: #FFF;
  margin: 0;
  padding: 0;
}
ul.lof-navigator {
  top: 0;
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
}
ul.lof-navigator li {
  cursor: pointer;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  float: left;
  display: block;
  text-align: left;
  border: none !important;
}
ul.lof-navigator li span { display: none; }
ul.lof-navigator li.active { display: block; }
/**
 * bbPress specific CSS
 *
 * @package bbPress
 * @subpackage Theme
 */

/* =bbPress Style
-------------------------------------------------------------- */

#content hr, #container hr { margin: 0 0 24px 0; }
#entry-author-info {
  margin: 10px 0 0 0;
  border-bottom: 1px solid #fff;
}
#content table.bbp-topics, #content table.bbp-forums, #content table.bbp-replies, #container table.bbp-topics, #container table.bbp-forums, #container table.bbp-replies, #main table.bbp-topics, #main table.bbp-forums, #main table.bbp-replies {
  clear: left;
  table-layout: fixed;
  width: 100%;
}
/* =Breadcrumb and Tags
-------------------------------------------------------------- */

div.bbp-breadcrumb { float: left; }
div.bbp-breadcrumb, div.bbp-topic-tags { font-size: 12px; }
#content div.bbp-breadcrumb p, #content div.bbp-topic-tags p { margin-bottom: 10px }
div.bbp-topic-tags { float: right; }
/* =Tables
-------------------------------------------------------------- */

#content table tbody tr.even td { background-color: #fff; }
#content table tbody tr.odd td { background-color: #fbfbfb; }
#content table tbody tr.status-trash.even td, #content table tbody tr.status-spam.even td { background-color: #fee; }
#content table tbody tr.status-trash.odd td, #content table tbody tr.status-spam.odd td { background-color: #fdd; }
#content table.bbp-topics tbody tr.status-closed td, #content table.bbp-topics tbody tr.status-closed td a { color: #ccc; }
table.bbp-topic tbody tr td, table.bbp-replies tbody tr td { background-color: #fff; }
table.bbp-forums th, table.bbp-topics th, table.bbp-topic th, table.bbp-replies th { background-color: #f3f3f3; }
table.bbp-forums th span, table.bbp-topics th span, table.bbp-topic th span, table.bbp-replies th span { float: right; }
#content th.bbp-topic-author, #content th.bbp-reply-author {
  text-align: center;
  width: 120px;
}
#content th.bbp-topic-content, #content th.bbp-reply-content {
  text-align: left;
  padding: 9px 10px 9px 15px;
}
#content table.bbp-forums tfoot td, #content table.bbp-topics tfoot td, #content table.bbp-topic tfoot td, #content table.bbp-replies tfoot td, #content table.bbp-replies tr.bbp-reply-header td, #content table.bbp-topic tr.bbp-topic-header td {
  background-color: #fafafa;
  color: #888;
  font-size: 12px;
  font-weight: bold;
  font-family: 'Helvetica Neue', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  padding: 4px 10px;
}
span.bbp-author-ip {
  font-family: 'Helvetica Neue', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #aaa;
}
#content .bbp-forum-info {
  width: 55%;
  text-align: left;
}
#content .bbp-forum-topic-count, #content .bbp-forum-reply-count, #content .bbp-topic-reply-count, #content .bbp-topic-voice-count, #content .bbp-topic-action {
  width: 10%;
  text-align: center;
  padding: 6px 0px;
}
#content td.bbp-topic-author, #content td.bbp-reply-author {
  padding: 20px;
  text-align: center;
  vertical-align: top;
}
.bbp-topic-title {
  width: 55%;
  text-align: left;
}
.bbp-topic-freshness, .bbp-forum-freshness {
  text-align: center;
  width: 25%;
}
#content tbody .bbp-topic-content, #content tbody .bbp-reply-content {
  vertical-align: top;
  padding: 15px 10px 10px 15px;
  overflow: auto;
}
#content .bbp-topic-content img, #content .bbp-reply-content img { max-width: 100%; }
#main-page #bbpress-forums ul, #main-page #bbpress-forums ul li { list-style: none !important; }
#main-page #bbpress-forums ul a { color: #0063D6; }
#main-page #bbpress-forums ul a:hover { color: #111; }
#main-page #bbpress-forums .bbp-topic-permalink {
  color: #0063DD;
  text-align: center;
  display: block;
  width: 370px
}
#main-page #bbpress-forums * { border: none !important }
#main-page #bbpress-forums .topic {
  border: 1px solid #EAEAEA !important;
  margin: 5px 0;
}
#main-page #bbpress-forums .topic:hover { background: #F0F8FF !important; }
/* =Admin Links
-------------------------------------------------------------- */

span.bbp-admin-links {
  float: right;
  color: #ddd;
}
span.bbp-admin-links a {
  color: #bbb;
  font-weight: normal;
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: none;
}
fieldset span.bbp-admin-links { float: left; }
tr td span.bbp-admin-links a:hover { color: #ff4b33; }
td.bbp-topic-admin-links, td.bbp-topic-counts { width: 50%; }
a.bbp-topic-permalink, a.bbp-reply-permalink {
  float: right;
  margin-left: 10px;
  color: #ccc;
}
/* =Toggles
-------------------------------------------------------------- */

.bbp-topic-action #favorite-toggle a {
  text-decoration: none;
  padding: 0px 3px 1px;
  color: #7c7;
  border: 1px solid #aca;
  background-color: #dfd;
  font-weight: bold;
  font-size: 13px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.bbp-topic-action #favorite-toggle a:hover {
  color: #5a5;
  border-color: #7c7;
  background-color: #beb;
}
.bbp-topic-action #favorite-toggle span.is-favorite a {
  color: #faa;
  border: 1px solid #faa;
  background-color: #fee;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.bbp-topic-action #favorite-toggle span.is-favorite a:hover {
  color: #c88;
  border-color: #c88;
  background-color: #fdd;
}
.bbp-topic-action #subscription-toggle a {
  text-decoration: none;
  padding: 0px 3px 1px;
  color: #7c7;
  border: 1px solid #aca;
  background-color: #dfd;
  font-weight: bold;
  font-size: 13px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.bbp-topic-action #subscription-toggle a:hover {
  color: #5a5;
  border-color: #7c7;
  background-color: #beb;
}
.bbp-topic-action #subscription-toggle span.is-subscribed a {
  color: #faa;
  border: 1px solid #faa;
  background-color: #fee;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.bbp-topic-action #subscription-toggle span.is-subscribed a:hover {
  color: #c88;
  border-color: #c88;
  background-color: #fdd;
}
#content p.bbp-topic-meta {
  margin-bottom: 0;
  font-size: 11px;
}
#content p.bbp-topic-meta span { white-space: nowrap; }
/* =Forums
-------------------------------------------------------------- */

#content table tbody tr .bbp-forum-description p {
  margin-bottom: 0;
  font-size: 13px;
  font-style: italic;
}
#content table tbody tr ul.bbp-forums {
  list-style: none;
  font-size: 12px;
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
  border-left: 1px solid #aaa;
}
#content table tbody tr ul.bbp-forums li { display: inline; }
/* =Pagination
-------------------------------------------------------------- */

.bbp-pagination-count { }
.bbp-pagination-links { }
.bbp-pagination {
  width: 100%;
  margin-bottom: 20px;
}
.bbp-topic-pagination {
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 2px;
}
.bbp-topic-pagination a {
  font-size: 10px;
  line-height: 10px;
  padding: 1px 3px;
  border: 1px solid #ddd;
  text-decoration: none;
}
/* =Forms
-------------------------------------------------------------- */
#content fieldset.bbp-form, #container fieldset.bbp-form, #wrapper fieldset.bbp-form { clear: left; }
#content fieldset.bbp-form, #container fieldset.bbp-form, #wrapper fieldset.bbp-form {
  border: 1px solid #eee;
  padding: 10px 20px;
}
#content fieldset.bbp-form legend, #container fieldset.bbp-form legend, #wrapper fieldset.bbp-form legend { padding: 5px; }
#content fieldset.bbp-form label, #container fieldset.bbp-form label, #wrapper fieldset.bbp-form label {
  width: 250px;
  display: inline-block;
}
#bbp-edit-topic-tag.bbp-form fieldset.bbp-form label, #bbp-login fieldset label, #bbp-register fieldset label, #bbp-lost-pass fieldset label { width: 100px; }
#content fieldset.bbp-form p, #container fieldset.bbp-form p, #wrapper fieldset.bbp-form p, #content fieldset.bbp-form textarea, #container fieldset.bbp-form textarea, #wrapper fieldset.bbp-form textarea, #content fieldset.bbp-form select, #container fieldset.bbp-form select, #wrapper fieldset.bbp-form select, #content fieldset.bbp-form input, #container fieldset.bbp-form input, #wrapper fieldset.bbp-form input { margin: 0px 0px 10px; }
textarea#bbp_reply_content, textarea#bbp_topic_content {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.bbp-topic-form, .bbp-reply-form, .bbp-topic-tag-form { clear: left; }
body.topic-edit .bbp-topic-form div.avatar img, body.reply-edit .bbp-reply-form div.avatar img, body.single-forum .bbp-topic-form div.avatar img, body.single-reply .bbp-reply-form div.avatar img {
  margin-right: 0;
  padding: 10px;
  border: 1px solid #ddd;
  line-height: 0;
  background-color: #efefef;
}
body.page .bbp-reply-form code, body.page .bbp-topic-form code, body.single-topic .bbp-reply-form code, body.single-forum .bbp-topic-form code, body.topic-edit .bbp-topic-form code, body.reply-edit .bbp-reply-form code {
  font-size: 10px;
  background-color: #f0fff8;
  border: 1px solid #CEEFE1;
  display: block;
  padding: 8px;
  margin-top: 5px;
  width: 369px;
}
#merge_tag, #delete_tag { display: inline; }
div.bbp-submit-wrapper { float: right; }
p.form-allowed-tags { width: 462px; }
input[type="password"] {
  background: #f9f9f9;
  border: 1px solid #ccc;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  padding: 2px;
}
/* =Edit User
-------------------------------------------------------------- */

#bbp-your-profile fieldset {
  margin-top: 20px;
  padding: 20px 20px 0 20px;
}
#bbp-your-profile fieldset div {
  margin-bottom: 20px;
  float: left;
  width: 100%;
  clear: left;
}
#bbp-your-profile fieldset select { margin-bottom: 0; }
#bbp-your-profile fieldset input, #bbp-your-profile fieldset textarea {
  margin-bottom: 0;
  width: 400px;
  background: #f9f9f9;
  border: 1px solid #ccc;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  padding: 2px;
}
#bbp-your-profile fieldset legend { display: none; }
#content #bbp-your-profile fieldset label, #container #bbp-your-profile fieldset label {
  float: left;
  width: 150px;
  padding-right: 20px;
  text-align: right;
}
#bbp-your-profile fieldset span.description {
  margin: 5px 0 0 170px;
  font-size: 12px;
  font-style: italic;
  float: left;
  clear: left;
  width: 383px;
  padding: 5px 10px;
  border: #cee1ef 1px solid;
  background-color: #f0f8ff;
}
#content #bbp-your-profile fieldset fieldset, #container #bbp-your-profile fieldset fieldset {
  margin: 0;
  width: 260px;
  border: none;
  padding: 0;
  clear: none;
  float: none;
}
#bbp-your-profile fieldset fieldset span.description {
  margin-left: 0;
  margin-bottom: 20px;
}
#bbp-your-profile fieldset.submit button { float: right; }
/* =Notices
-------------------------------------------------------------- */

div.bbp-template-notice {
  border-width: 1px;
  border-style: solid;
  padding: 0 0.6em;
  margin: 5px 0 15px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #ffffe0;
  border-color: #e6db55;
  color: #000;
  clear: both;
}
div.bbp-template-notice a {
  color: #555;
  text-decoration: none;
}
div.bbp-template-notice a:hover { color: #000; }
div.bbp-template-notice.info {
  border: #cee1ef 1px solid;
  background-color: #f0f8ff;
}
div.bbp-template-notice.important {
  border: #e6db55 1px solid;
  background-color: #fffbcc;
}
div.bbp-template-notice.error, div.bbp-template-notice.warning {
  background-color: #ffebe8;
  border-color: #c00;
}
div.bbp-template-notice.error a, div.bbp-template-notice.warning a { color: #c00; }
div.bbp-template-notice p {
  margin: 0.5em 0 6px 0 !important;
  padding: 2px;
  font-size: 12px;
  line-height: 140%;
}
/* =Stickies
-------------------------------------------------------------- */

.bbp-topics-front tr.super-sticky td, .bbp-topics tr.super-sticky td, .bbp-topics tr.sticky td, .bbp-forum-content tr.sticky td {
  background-color: #ffffe0 !important;
  font-size: 1.1em;
}
/* =Revisions
-------------------------------------------------------------- */
#content .bbp-topic-revision-log, #content .bbp-reply-revision-log, #main .bbp-topic-revision-log, #main .bbp-reply-revision-log, #container .bbp-topic-revision-log, #container .bbp-reply-revision-log {
  border-top: 1px dotted #ddd;
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 8px 0 0 0;
  font-size: 11px;
  color: #aaa;
}
/* =Widgets
-------------------------------------------------------------- */

.bbp-login-form fieldset legend { display: none; }
.bbp-login-form .bbp-username input, .bbp-login-form .bbp-email input, .bbp-login-form .bbp-password input { padding: 5px; }
.bbp-login-form .bbp-username label, .bbp-login-form .bbp-password label {
  width: 70px;
  display: inline-block;
}
.bbp-login-form .bbp-username, .bbp-login-form .bbp-password, .bbp-login-form .bbp-remember-me, .bbp-login-form .bbp-submit-wrapper { margin-top: 10px; }
.bbp-login-form .bbp-remember-me { }
.bbp-login-form .bbp-submit-wrapper { text-align: right; }
.bbp-login-form .bbp-login-links { }
.bbp-login-form .bbp-login-links a {
  float: left;
  clear: left;
}
.bbp-logged-in img.avatar {
  float: left;
  margin-right: 15px;
}
.bbp-logged-in h4 {
  font-weight: bold;
  font-size: 1.3em;
  clear: none;
  margin-bottom: 10px;
}
/* =Avatars
-------------------------------------------------------------- */

#content p.bbp-topic-meta img.avatar, #content ul.bbp-reply-revision-log img.avatar, #content ul.bbp-topic-revision-log img.avatar, #content div.bbp-template-notice img.avatar, #content .widget_display_topics img.avatar, #content .widget_display_replies img.avatar, #content p.bbp-topic-meta img.avatar, #main ul.bbp-reply-revision-log img.avatar, #main ul.bbp-topic-revision-log img.avatar, #main div.bbp-template-notice img.avatar, #main .widget_display_topics img.avatar, #main .widget_display_replies img.avatar, #main p.bbp-topic-meta img.avatar, #container ul.bbp-reply-revision-log img.avatar, #container ul.bbp-topic-revision-log img.avatar, #container div.bbp-template-notice img.avatar, #container .widget_display_topics img.avatar, #container .widget_display_replies img.avatar {
  float: none;
  margin-bottom: -7px;
  border: 3px double #ddd;
}
fieldset div.avatar { float: right; }
/* =BuddyPress Activity Streams
-------------------------------------------------------------- */

.activity-list li.bbp_topic_create .activity-content .activity-inner, .activity-list li.bbp_reply_create .activity-content .activity-inner {
  border-left: 2px solid #EAEAEA;
  margin-left: 5px;
  padding-left: 10px;
}
#single-post #bitad {
  float: right;
  text-align: center;
  padding: 10px;
}
.bbp-reply-header td {
  color: #fff;
  background: #333 !important;
  padding: 3px;
  font-weight: bolder;
}
.bbp-replies p { border: none }
.bbp-reply-author { text-align: center; }
.bbp-reply-author a { color: #111; }
.bbp-replies .even .bbp-reply-author {
  background: #A1D1FF;
  padding: 0 5px;
}
.bbp-replies .odd .bbp-reply-author {
  background: #0C89FF;
  padding: 0 5px;
}
fieldset.bbp-form {
  background: #E0F0FF;
  padding: 10px;
}
.bbp-form legend {
  font-weight: bolder;
  text-align: center;
  display: block;
  font-size: 20px;
}
.bbp-form textarea#bbp_reply_content { padding: 10px }
.bbp-form input#bbp_topic_tags {
  padding: 10px;
  width: 600px;
}
#bodywrap #normal-page #main-page table tbody .odd { background: #E0F0FF; }
#bodywrap #normal-page #main-page table tbody .even { background: #D2D7DB; }
div.bbp-forum-description, a.bbp-forum-title, .bbp-topic-title a { padding: 5px; }
a.bbp-forum-title {
  font-weight: bolder;
  display: block;
  text-align: center;
  background: #77A9D3;
  padding: 3px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-bottomleft: 15px;
  -webkit-border-radius: 0px 0px 15px 15px;
  border-radius: 0px 0px 15px 15px;
  margin: 0 10px;
}
/***************************** 
*          BOOK NAV SIDEBAR
*****************************/

#sidebar .book-nav {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 72%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f1f1f1), color-stop(72%, #e1e1e1));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 72%);
  background: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 72%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 72%);
  background: linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 72%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e1e1', GradientType=0 );
  padding: 5px;
  margin-bottom: 15px;
  border: 1px solid #B7B7B7;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#sidebar .book-nav a:before { content: ">"; }
#sidebar .book-nav a:hover { color: #333 }
/***************************** 
*          H C G  D I E T  A D S
*****************************/

.hcg-ads {
  background: #D4E7F4;
  padding: 5px;
  margin: 5px 0;
  border: 1px solid #333;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.hcg-ads img { max-width: 99% }
.hcg-ads h3 {
  text-align: center;
  font-weight: bolder;
  color: #3271B0;
}
.hcg-ads ul li {
  margin-left: 50px;
  list-style: circle
}
/***************************** 
*          P O P  U P  A D S
*****************************/
#blockModalPopupDiv { z-index: 333000 !important; }
#outerModalPopupDiv {
  position: fixed !important;
  z-index: 433000 !important;
}
#outerModalPopupDiv h3 {
  color: #f00;
  text-align: center;
  font-weight: bolder;
  letter-spacing: 3px;
  font-size: 35px;
}
#outerModalPopupDiv h4, #outerModalPopupDiv h5 {
  color: #0094FF;
  text-align: center;
  font-weight: bolder;
  letter-spacing: 3px;
  font-size: 20px;
}
#outerModalPopupDiv ul li {
  list-style: circle;
  margin-left: 50px;
  font-size: 12px;
  font-weight: bolder;
  width: 150px;
}
#outerModalPopupDiv ul li a {
  display: inline;
  float: right;
}
#outerModalPopupDiv a {
  display: block;
  text-align: center;
}
/*!
 * jQuery UI CSS Framework 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px,1px,1px,1px);
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
}
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }
/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*!
 * jQuery UI CSS Framework 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=2191c0&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=75&borderColorHeader=4297d7&fcHeader=eaf5f7&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=06_inset_hard.png&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=0078ae&bgColorDefault=0078ae&bgTextureDefault=02_glass.png&bgImgOpacityDefault=45&borderColorDefault=77d5f7&fcDefault=ffffff&iconColorDefault=e0fdff&bgColorHover=79c9ec&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=448dae&fcHover=026890&iconColorHover=056b93&bgColorActive=6eac2c&bgTextureActive=12_gloss_wave.png&bgImgOpacityActive=50&borderColorActive=acdd4a&fcActive=ffffff&iconColorActive=f5e175&bgColorHighlight=f8da4e&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcd113&fcHighlight=915608&iconColorHighlight=f7a50d&bgColorError=e14f1c&bgTextureError=12_gloss_wave.png&bgImgOpacityError=45&borderColorError=cd0a0a&fcError=ffffff&iconColorError=fcd113&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=75&opacityOverlay=30&bgColorShadow=999999&bgTextureShadow=01_flat.png&bgImgOpacityShadow=55&opacityShadow=45&thicknessShadow=0px&offsetTopShadow=5px&offsetLeftShadow=5px&cornerRadiusShadow=5px
 */


/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #a6c9e2;
  background: #fcfdfd url(images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x;
  color: #222222;
}
.ui-widget-content a { color: #222222; }
.ui-widget-header {
  border: 1px solid #4297d7;
  background: #2191c0 url(images/ui-bg_gloss-wave_75_2191c0_500x100.png) 50% 50% repeat-x;
  color: #eaf5f7;
  font-weight: bold;
}
.ui-widget-header a { color: #eaf5f7; }
/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #77d5f7;
  background: #0078ae url(images/ui-bg_glass_45_0078ae_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #ffffff;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #ffffff;
  text-decoration: none;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #448dae;
  background: #79c9ec url(images/ui-bg_glass_75_79c9ec_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #026890;
}
.ui-state-hover a, .ui-state-hover a:hover {
  color: #026890;
  text-decoration: none;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #acdd4a;
  background: #6eac2c url(images/ui-bg_gloss-wave_50_6eac2c_500x100.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #ffffff;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}
.ui-widget :active { outline: none; }
/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #fcd113;
  background: #f8da4e url(images/ui-bg_glass_55_f8da4e_1x400.png) 50% 50% repeat-x;
  color: #915608;
}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a { color: #915608; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #e14f1c url(images/ui-bg_gloss-wave_45_e14f1c_500x100.png) 50% top repeat-x;
  color: #ffffff;
}
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}
/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url(images/ui-icons_0078ae_256x240.png);
}
.ui-widget-content .ui-icon { background-image: url(images/ui-icons_0078ae_256x240.png); }
.ui-widget-header .ui-icon { background-image: url(images/ui-icons_d8e7f3_256x240.png); }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_e0fdff_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon { background-image: url(images/ui-icons_056b93_256x240.png); }
.ui-state-active .ui-icon { background-image: url(images/ui-icons_f5e175_256x240.png); }
.ui-state-highlight .ui-icon { background-image: url(images/ui-icons_f7a50d_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon { background-image: url(images/ui-icons_fcd113_256x240.png); }
/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -khtml-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -khtml-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -khtml-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -khtml-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa url(images/ui-bg_flat_75_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .30;
  filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
  margin: 5px 0 0 5px;
  padding: 0px;
  background: #999999 url(images/ui-bg_flat_55_999999_40x100.png) 50% 50% repeat-x;
  opacity: .45;
  filter: Alpha(Opacity=45);
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}/*!
 * jQuery UI Resizable 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable { position: relative; }
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}/*!
 * jQuery UI Selectable 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
/*!
 * jQuery UI Accordion 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header {
  cursor: pointer;
  position: relative;
  margin-top: 1px;
  zoom: 1;
}
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a {
  display: block;
  font-size: 1em;
  padding: .5em .5em .5em .7em;
}
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  margin-top: -2px;
  position: relative;
  top: 1px;
  margin-bottom: 2px;
  overflow: auto;
  display: none;
  zoom: 1;
}
.ui-accordion .ui-accordion-content-active { display: block; }
/*!
 * jQuery UI Autocomplete 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete {
  position: absolute;
  cursor: default;
}
/* workarounds */
* html .ui-autocomplete { width: 1px; } /* without this, the menu expands to 100% in IE6 */
/*
 * jQuery UI Menu 1.8.21
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  float: left;
}
.ui-menu .ui-menu { margin-top: -3px; }
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: .2em .4em;
  line-height: 1.5;
  zoom: 1;
}
.ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}
/*!
 * jQuery UI Button 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-right: .1em;
  text-decoration: none !important;
  cursor: pointer;
  text-align: center;
  zoom: 1;
  overflow: visible;
} /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; }
button.ui-button-icons-only { width: 3.7em; }
/*button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: 1.4;
}
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }
/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em;
}

/* workarounds */
button.ui-button::-moz-focus-inner {
border: 0;
padding: 0;
} /* reset extra padding in Firefox */
/*!
 * jQuery UI Dialog 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog {
  position: absolute;
  padding: .2em;
  width: 300px;
  overflow: hidden;
}
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 16px .1em 0;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px;
}
.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px;
}
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
  zoom: 1;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: .5em 0 0 0;
  padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px;
}
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/*!
 * jQuery UI Slider 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/*!
 * jQuery UI Tabs 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs {
  position: relative;
  padding: .2em;
  zoom: 1;
} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 1px;
  margin: 0 .2em 1px 0;
  border-bottom: 0 !important;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  margin-bottom: 0;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tabs .ui-tabs-hide { display: none !important; }
/*!
 * jQuery UI Datepicker 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left: 2px; }
.ui-datepicker .ui-datepicker-next { right: 2px; }
.ui-datepicker .ui-datepicker-prev-hover { left: 1px; }
.ui-datepicker .ui-datepicker-next-hover { right: 1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year { width: 100%; }
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year { width: 49%; }
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float: left; }
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width: auto; }
.ui-datepicker-multi .ui-datepicker-group { float: left; }
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group { width: 50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width: 33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width: 25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width: 0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width: 0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear: left; }
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0em;
}
/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear: right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float: right; }
.ui-datepicker-rtl .ui-datepicker-group { float: right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  display: none; /*sorry for IE5*/
  display/**/: block; /*sorry for IE5*/
  position: absolute; /*must have*/
  z-index: -1; /*must have*/
  filter: mask(); /*must have*/
  top: -4px; /*must have*/
  left: -4px; /*must have*/
  width: 200px; /*must have*/
  height: 200px; /*must have*/
}/*!
 * jQuery UI Progressbar 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-widget {
  font-size: 100%;
  font-family: inherit;
}
.ui-widget .ui-widget-content > *:first-child { margin-top: 0; }
.ui-widget h3.ui-accordion-header, .ui-widget h3.thethe-haccord-header {
  font-family: inherit;
  font-size: 100%;
  font-style: normal;
  line-height: 100%;
  padding: 0 !important;
  margin-bottom: 0 !important;
}
.ui-tabs .ui-tabs-nav { margin: 0 !important; }
.thethe-haccord-group {
  text-align: left;
  overflow: hidden;
}
.thethe-haccord-group ul.thethe-haccord-sections {
  position: relative;
  height: 100%;
  overflow: hidden;
  margin: 0 !important;
  padding: 0;
  list-style-type: none;
}
.thethe-haccord-group li.thethe-haccord-section { padding: 0 !important; }
.thethe-haccord-group li h3.thethe-haccord-header {
  margin: 0;
  border: none !important;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%) rotate(-90deg);
  -webkit-transform-origin: right top;
  -moz-transform: translateX(-100%) rotate(-90deg);
  -moz-transform-origin: right top;
  -o-transform: translateX(-100%) rotate(-90deg);
  -o-transform-origin: right top;
  -ms-transform: translateX(-100%) rotate(-90deg);
  -ms-transform-origin: right top;
  transform: translateX(-100%) rotate(-90deg);
  transform-origin: right top;
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.thethe-haccord-group li h3.thethe-haccord-header span {
  display: block;
  margin: 0 !important;
  padding: 0 8% 0 0;
  position: absolute !important;
  top: 1px;
  right: 1px;
  bottom: 0;
  left: 0;
  text-align: right;
  z-index: 3;
}
.thethe-haccord-group li h3.thethe-haccord-header span a {
  display: inline-block !important;
  width: 100%;
  padding: 0 !important;
}
.thethe-haccord-group li h3.thethe-haccord-header b {
  display: inline-block;
  position: absolute;
  height: 100%;
  left: 10%;
  /* ie only */
  top: 50%\9;
  width: 20px\9;
  margin-top: -10px\9;
  z-index: 4;
  text-align: center;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.thethe-haccord-group li h3.thethe-haccord-header:hover { cursor: pointer; }
.thethe-haccord-group li div.thethe-haccord-content {
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  border: none !important;
  overflow: auto;
}
.thethe-haccord-group .content-inner { padding: 10px; }
