/* 
 * Deprecated DNN CSS class names will remain available for some time
 * before being  permanently removed. Removal will occur according to
 * the  following process:
 *
 * 1. Removal will only occur with a major (x.y) release, never
 *    with a maintenance (x.y.z) release.
 * 2. Removal will not occur less than six months after the release
 *    when it was deprecated.
 * 3. Removal will not occur until after deprecation has been noted 
 *    in at least two major releases.
 *
 *                                              |        |Planned |
 *  Name                                        |Release |Removal |
 *----------------------------------------------+--------+--------+
 * Mod{NAME}C                                     5.6.2    6.2
 *   {NAME} = sanitized version of the DesktopModule Name 
 *   Used on <div> tag surrounding Module Content, inside container
 *----------------------------------------------+--------+--------+
 */
/* background color for the content part of the pages */
body {
  background-color: white;
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.ControlPanel,
.PagingTable {
  width: 100%;
  background-color: #fff;
  border: #036 1px solid;
}
.SkinObject {
  font-weight: bold;
  font-size: 8.5pt;
  text-decoration: none;
}
a.SkinObject:link,
a.SkinObject:visited,
a.SkinObject:hover,
a.SkinObject:active {
  text-decoration: none;
}
/* styles for LANGUAGE skinobject */
.language-object {
  white-space: nowrap;
  overflow: visible;
  vertical-align: middle;
  margin: 0;
  line-height: 0.5;
}
.language-object .Language {
  display: inline;
  float: left;
  margin: 0 2px;
  text-align: center;
  vertical-align: middle;
}
.language-object .Language img {
  border: 2px solid transparent;
}
.language-object .Language.selected img {
  border-color: #333;
}
/* style for module titles */
.Head {
  font-size: 20px;
  font-weight: normal;
  color: #333;
}
/* style of item titles on edit and admin pages */
.SubHead {
  font-size: 11px;
  font-weight: bold;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
  font-size: 11px;
  font-weight: bold;
  color: black;
}
/* text style used for most text rendered by modules */
.Normal,
.NormalDisabled,
.NormalDeleted {
  font-size: 14px;
  font-weight: normal;
}
/* text style used for rendered text which should appear disabled */
.NormalDisabled,
.NormalDeleted {
  color: Silver;
}
/* text style used for rendered text which should appear deleted */
.NormalDeleted {
  text-decoration: line-through;
}
/* text style used for rendered text which requires emphasis */
.NormalBold {
  font-size: 14px;
  font-weight: bold;
}
/* text style used for error messages */
.NormalRed {
  font-size: 14px;
  font-weight: bold;
  color: #f00;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
  font-size: 14px;
  font-weight: normal;
}
/* text style used for textareas in the admin and edit pages, for Nav compatibility
textarea.NormalTextBox{width:300px;height:200px;} */
/* style to apply if the content should be hidden */
.Hidden {
  display: none;
}
/* styles used by Data Grids */
.DataGrid_AlternatingItem {
  background-color: White;
  color: Red;
  font-size: 10px;
  font-weight: normal;
}
.DataGrid_Container {
  background-color: Transparent;
}
.DataGrid_Footer {
  background-color: White;
}
.DataGrid_Header {
  background-color: Transparent;
  color: Black;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}
.DataGrid_Item {
  background-color: Transparent;
  color: Black;
  font-size: 10px;
  font-weight: normal;
}
.DataGrid_SelectedItem {
  background-color: Silver;
  color: Blue;
  font-size: 10px;
  font-weight: normal;
}
/* stlyes used by DNNGrids */
/* eliminate all padding and margins on nested tables and their cells */
/* NOTE: to support IE 6 & 7, still need to use 'cellspacing="0"' in <table> XHTML markup */
.DnnGridNestedTable {
  border-collapse: collapse !important;
  border: 0px;
  margin: 0px auto !important;
  text-align: center;
}
.DnnGridNestedTable tbody td,
.DnnGridNestedTable thead th {
  margin: 0 !important;
  padding: 0 !important;
}
.DnnGridNestedTable tbody td {
  border-left: 0 !important;
}
.DnnGridNestedTable caption {
  border-bottom: 1px dashed #C3C3C3;
  margin-bottom: 3px;
}
/* styles used by TreeMenu Skin Object */
.TreeMenu_Node {
  font-size: 12px;
  font-weight: normal;
}
.TreeMenu_NodeSelected {
  font-size: 12px;
  font-weight: normal;
  background-color: #dcdcdc;
}
a.TreeMenu_Node:link,
a.TreeMenu_NodeSelected:link {
  text-decoration: none;
  color: #036;
}
a.TreeMenu_Node:visited,
a.TreeMenu_NodeSelected:visited {
  text-decoration: none;
  color: #036;
}
a.TreeMenu_Node:hover,
a.TreeMenu_NodeSelected:hover {
  text-decoration: none;
  color: #f00;
}
a.TreeMenu_Node:active,
a.TreeMenu_NodeSelected:active {
  text-decoration: none;
  color: #036;
}
/* text style used for help text rendered by modules */
.Help {
  border: #000 1px solid;
  padding: 2px;
  font-weight: normal;
  font-size: 11px;
  color: #000;
  background-color: #ff9;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
  font-size: 11px;
  font-weight: normal;
}
/* button style for standard HTML buttons 
.StandardButton{padding-right:5px;padding-left:5px;font-weight:normal;font-size:11px;background:#ddd;color:#000;}*/
/* GENERIC */
h1,
h2 {
  font: #666644 normal 20px;
}
h3,
h4 {
  font: #003366 normal 12px;
}
h5,
h6,
dt {
  font: #003366 bold 11px;
}
tfoot,
thead {
  font-size: 14px;
  color: #333;
}
th {
  vertical-align: baseline;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
img {
  border: none;
}
a:link,
a:visited,
a:active {
  text-decoration: none;
  color: #036;
}
a:hover {
  text-decoration: underline;
  color: #f00;
}
small {
  font-size: 8px;
}
big {
  font-size: 14px;
}
blockquote,
pre {
  font-family: Lucida Console, monospace;
}
ul li {
  list-style-type: square;
}
ul li li {
  list-style-type: disc;
}
ul li li li {
  list-style-type: circle;
}
ol li {
  list-style-type: decimal;
}
ol ol li {
  list-style-type: lower-alpha;
}
ol ol ol li {
  list-style-type: lower-roman;
}
ol ul li {
  list-style-type: disc;
}
hr {
  color: #696969;
  height: 1px;
  text-align: left;
}
#SkinError {
  z-index: 10000;
  position: absolute;
  font-size: 16px;
}
/* Module Title Menu */
.ModuleTitle_MenuContainer {
  border: blue 0px solid;
}
.ModuleTitle_MenuBar {
  cursor: pointer;
  height: 16px;
  background-color: transparent;
}
.ModuleTitle_MenuItem {
  cursor: pointer;
  color: black;
  font-size: 9pt;
  font-weight: bold;
  font-style: normal;
  border: white 0px solid;
  background-color: transparent;
}
.ModuleTitle_MenuIcon {
  cursor: pointer;
  background-color: #eee;
  border-left: #eee 1px solid;
  border-bottom: #eee 1px solid;
  border-top: #eee 1px solid;
  text-align: center;
  width: 15px;
  height: 21px;
}
.ModuleTitle_SubMenu {
  z-index: 1000;
  cursor: pointer;
  background-color: #fff;
  border: #fff 0px solid;
}
.ModuleTitle_MenuBreak {
  border: #eee 1px solid;
  border-left: #eee 0px solid;
  border-right: #eee 0px solid;
  background-color: #eee;
  height: 1px;
}
.ModuleTitle_MenuItemSel {
  cursor: pointer;
  color: black;
  font-size: 9pt;
  font-weight: bold;
  font-style: normal;
  background-color: #C1D2EE;
}
.ModuleTitle_MenuArrow {
  font-family: webdings;
  font-size: 10pt;
  cursor: pointer;
  border-right: #fff 1px solid;
  border-bottom: #fff 1px solid;
  border-top: #fff 0px solid;
}
.ModuleTitle_RootMenuArrow {
  font-family: webdings;
  font-size: 10pt;
  cursor: pointer;
}
/* Main Menu */
.MainMenu_MenuContainer {
  background-color: transparent;
}
.MainMenu_MenuBar {
  cursor: pointer;
  height: 16px;
  background-color: transparent;
}
.MainMenu_MenuItem {
  cursor: pointer;
  color: black;
  font-size: 9pt;
  font-weight: bold;
  font-style: normal;
  border: white 0px solid;
  border-bottom: white 1px solid;
  border-top: white 1px solid;
  background-color: transparent;
}
.MainMenu_MenuIcon {
  cursor: pointer;
  background-color: #eee;
  border-left: #eee 1px solid;
  border-bottom: #eee 1px solid;
  border-top: #eee 1px solid;
  text-align: center;
  width: 15px;
  height: 21px;
}
.MainMenu_SubMenu {
  z-index: 1000;
  cursor: pointer;
  background-color: #fff;
  border: #fff 0px solid;
}
.MainMenu_MenuBreak {
  border: #eee 1px solid;
  border-left: #eee 0px solid;
  border-right: #eee 0px solid;
  background-color: #eee;
  height: 1px;
}
.MainMenu_MenuItemSel {
  cursor: pointer;
  color: black;
  font-size: 9pt;
  font-weight: bold;
  font-style: normal;
  background-color: #C1D2EE;
}
.MainMenu_MenuArrow {
  font-family: webdings;
  font-size: 10pt;
  cursor: pointer;
  border-right: #fff 1px solid;
  border-bottom: #fff 1px solid;
  border-top: #fff 0px solid;
}
.MainMenu_RootMenuArrow {
  font-family: webdings;
  font-size: 10pt;
  cursor: pointer;
}
/* LEGACY STYLES from DNN 1-2 */
.HeadBg {
  background-color: #ccc;
}
.TabBg {
  background-color: black;
}
.SelectedTab {
  font-weight: bold;
  font-size: 8.5pt;
  color: #fff;
  text-decoration: none;
}
a.SelectedTab:link {
  text-decoration: none;
  color: white;
}
a.SelectedTab:visited {
  text-decoration: none;
  color: #eee;
}
a.SelectedTab:hover {
  text-decoration: none;
  color: #ccc;
}
a.SelectedTab:active {
  text-decoration: none;
  color: #eee;
}
.OtherTabs {
  font-weight: bold;
  font-size: 8.5pt;
  color: white;
  text-decoration: none;
}
a.OtherTabs:link {
  text-decoration: none;
  color: white;
}
a.OtherTabs:visited {
  text-decoration: none;
  color: #eee;
}
a.OtherTabs:hover {
  text-decoration: none;
  color: #ccc;
}
a.OtherTabs:active {
  text-decoration: none;
  color: #eee;
}
.PagingTable {
  height: 33px;
}
/*.LabelEditOverClass{cursor: pointer;text-decoration: underline overline;}
*/
.LabelEditTextClass {
  border: solid 1px red;
  background-color: transparent;
}
.LabelEditWorkClass {
  /*background: url(/DotNetNuke/images/dnnanim.gif) no-repeat right;*/
  border: solid 0px red;
  background-color: transparent;
}
/* style for the DNNTextSuggest control select menu */
.SuggestTextMenu {
  border: solid 1px black;
  white-space: nowrap;
  background: white;
}
/* style for the DNNTextSuggest control selected menu node */
.SuggestNodeOver {
  background-color: navy;
  color: White;
}
/*Edit In Place Tool Bar Classes*/
.eipbackimg {
  border: outset 1px;
  /*give toolbar a 3D look*/
  position: absolute;
  /*needed so it doesn't take up space */
  margin-top: -22px;
  /*specify toolbar to be just above text */
  white-space: nowrap;
  /* makes toolbar horizontal */
  background: #99cccc url(../../../../../images/eip_toolbar.gif) repeat-x;
  height: 22px;
}
.eipbuttonbackimg {
  width: 21px;
  height: 21px;
  cursor: pointer;
  /*change mouse to pointer when hover over button*/
  float: left;
}
.eipbutton_edit {
  background: url(../../../../../images/eip_edit.gif) no-repeat 100% center;
  float: left;
}
.eipbutton_save {
  background: url(../../../../../images/eip_save.gif) no-repeat 100% center;
  float: left;
}
.eipborderhover {
  border: outset 1px;
}
/* used to collapse panes without any content in them */
.DNNEmptyPane {
  width: 0px;
  display: none;
}
/* used to set the different module align options - from module settings */
.DNNAlignleft {
  text-align: left;
}
.DNNAlignright {
  text-align: right;
}
.DNNAligncenter {
  text-align: center;
}
/* Login Styles */
.LoginTab {
  float: left;
  background: url("../../../../../images/tablogin_gray.gif") left top;
  margin: 0 3px 3px 0;
  padding: 5px 5px 4px 5px;
  text-decoration: none;
  color: #FFF;
  border: 1px #25569a solid;
}
.LoginTabSelected {
  float: left;
  background: url("../../../../../images/tablogin_gray.gif") left top;
  margin: 0 3px 3px 0;
  padding: 5px 5px 4px 5px;
  text-decoration: none;
  color: #FFF;
  background-position: 0% -41px;
  border: 1px #25569a solid;
}
.LoginTabHover {
  float: left;
  background: url("../../../../../images/tablogin_gray.gif") left top;
  margin: 0 3px 3px 0;
  padding: 5px 5px 4px 5px;
  text-decoration: none;
  color: #555;
  border: 1px #C00 solid;
  cursor: pointer;
}
.LoginContainerGroup {
  clear: both;
  padding-top: 5px;
}
/* Search SkinObject Styles */
div.SearchContainer {
  position: relative;
  white-space: nowrap;
}
div.SearchBorder {
  width: 200px;
  height: 20px;
  border: solid 1px #e0e0e0;
  position: relative;
  background-color: White;
  white-space: nowrap;
  float: left;
  margin-top: 2px;
}
input.SearchTextBox {
  float: left;
  z-index: 10;
  border: 0;
  width: 169px;
  height: 18px;
}
div.SearchContainer a {
  padding: 0px 5px;
  position: relative;
  display: inline-block;
}
div.SearchIcon {
  float: left;
  width: 31px;
  height: 20px;
  cursor: pointer;
  z-index: 11;
  background: no-repeat 2px 2px;
  text-align: right;
}
div.SearchIcon img {
  margin-top: 3px;
}
#SearchChoices {
  width: 160px;
  clear: both;
  display: none;
  border: solid 1px #777;
  z-index: 2000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  text-align: left;
  background-color: #eee;
  position: absolute;
  top: 21px;
  left: 0px;
}
#SearchChoices li {
  cursor: pointer;
  margin: 2px;
  padding: 2px;
  padding-left: 25px;
  height: 20px;
  text-align: left;
  background: #eeeeee no-repeat 5px center;
  list-style: none;
  list-style-image: none;
  border: solid 1px #eee;
  display: block;
}
#SearchChoices li.searchHilite {
  background-color: #ddf;
  border: solid 1px #aaf;
}
#SearchChoices li.searchDefault {
  background-color: #eee;
  border: solid 1px #eee;
}
#floater {
  padding-right: 0px;
  padding-left: 0px;
  background: #fff;
  visibility: hidden;
  padding-bottom: 0px;
  margin: 0px;
  width: 150px;
  color: #fff;
  padding-top: 0px;
  position: absolute;
  height: auto;
}
#tablist {
  width: 120px;
  margin: 0;
  padding-bottom: 10px;
  float: left;
}
.dashboardPanel {
  margin-left: 120px;
  padding: 0 10px 10px 10px;
}
.dashboardPanel table td {
  padding: 2px 4px;
}
.dashboardPanel table th {
  padding: 2px 4px;
  font-size: 1em;
  font-weight: bold;
  color: #036;
  border-bottom: solid 1px #9FB1BC;
}
.dashboardTableAlt {
  background-color: #eee;
}
.dashboardGrid {
  margin: 10px;
}
.paneOutline {
  border: 1px #ccc dotted;
}
.containerAdminBorder {
  border: 2px red solid;
}
#UserProfile {
  border: 1px silver solid;
  padding: 10px;
  margin-bottom: 10px;
}
#UserProfile .ProfileName {
  font-weight: bold;
  color: #cb2027;
  margin-bottom: 5px;
}
#UserProfile .ProfilePhoto {
  background-image: url('../../../../../images/no_avatar.gif');
  float: left;
}
#UserProfile .ProfileAddress {
  margin: 0 0 10px 130px;
}
#UserProfile .ProfileContact {
  margin: 0 0 10px 130px;
  color: gray;
  font-size: 0.9em;
}
#UserProfile .ProfileBio {
  clear: both;
  margin: 10px 0px 10px 0;
  padding: 10px;
  border: 1px #eee solid;
  background-color: #f5f9fc;
}
/*---------------- Taxonomy ------------------------*/
/* Horizontal taxonomy styles */
.horizontal ul.categories,
.horizontal ul.tags {
  list-style: none;
  padding: 0;
  margin: 0;
  text-indent: 25px;
  line-height: 28px;
}
.horizontal ul.categories {
  background: url('../../../../../images/category.gif') no-repeat left;
}
.horizontal ul.tags {
  background: url('../../../../../images/tag.gif') no-repeat left;
}
.horizontal ul.categories li,
.horizontal ul.tags li {
  display: inline;
  margin: 0;
}
.horizontal ul.tags li.add-tags {
  margin-left: 20px;
}
.horizontal ul.tags li.add-tags img {
  vertical-align: middle;
}
/* Vertical taxonomy styles */
.vertical ul.categories,
.vertical ul.tags {
  list-style: none;
  padding-top: 0;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.vertical ul.categories li,
.vertical ul.tags li {
  margin: 0;
  line-height: 20px;
}
.vertical ul.categories li {
  list-style-image: url('../../../../../images/category.gif');
  list-style-position: inside;
}
.vertical ul.tags li {
  list-style-image: url('../../../../../images/tag.gif');
  list-style-position: inside;
}
.vertical ul.tags li.add-tags {
  list-style-image: none;
}
.vertical ul.tags li.add-tags img {
  vertical-align: middle;
}
/* Module actions */
.dnnActionMenuBorder {
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px #888;
  box-shadow: 0 0 5px #888;
  z-index: -1;
  background: transparent;
  position: absolute;
  margin: -8px 0 0 -8px;
  padding: 0 16px 16px 0;
  width: 100%;
  height: 100%;
  border: 1px #cccccc solid;
}
.DnnModule {
  z-index: 0;
  position: relative;
}
.dnnActionMenu {
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 906;
  color: #000;
  left: 10px;
  top: 10px;
}
ul.dnnActionMenuBody {
  display: none;
  background: #fff;
  border: 5px solid #aaa;
  padding: 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  text-align: left;
  position: absolute;
  left: 0;
  top: 10;
  min-width: 480px;
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px#888;
  box-shadow: 0 0 5px #888;
}
ul.dnnActionMenuBody li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.dnnActionMenuBody li.first.last {
  position: relative;
}
.dnnActionMenuTag {
  background: #aaa;
  background: -moz-linear-gradient(top, #f3f3f3 0%, #cfcfcf 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f3f3), color-stop(100%, #cfcfcf));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F3F3F3', endColorstr='#CFCFCF', GradientType=0);
  display: block;
  padding: 5px 10px;
  border: 1px #999 solid;
  border-radius: 3px;
  -moz-border-radius: 3px;
  line-height: 16px;
  height: 16px;
  font-weight: bold;
  font-size: 11px;
  min-width: 65px;
  cursor: default;
}
.dnnActionMenuTag img {
  display: block;
  float: left;
  padding-right: 3px;
}
ul.dnnActionMenuBody li {
  display: block;
  clear: both;
  float: none;
  font-weight: bold;
  font-size: 14px;
}
ul.dnnActionMenuBody li span {
  border: none;
  display: block;
  background: none;
  padding: 0;
  margin: 6px 0;
  width: auto;
}
ul.dnnActionMenuBody li ul {
  overflow: hidden;
  padding: 10px 0;
  margin: 0;
  width: 96%;
  border-top: 1px #ccc solid;
}
ul.dnnActionMenuBody li ul li {
  float: left;
  display: block;
  min-width: 135px;
  font-weight: normal;
  clear: none;
  padding: 3px 15px 3px 0px;
  font-size: 11px;
  border: none;
  margin: 0;
}
ul.dnnActionMenuBody li ul li a,
ul.dnnActionMenuBody li ul li a img {
  display: block;
  line-height: 25px;
  min-height: 16px;
  float: left;
  color: #328DDE;
}
ul.dnnActionMenuBody li ul li a:hover {
  color: #1B4D79;
  margin-left: 0px;
}
ul.dnnActionMenuBody li ul li a img {
  padding-right: 3px;
}
/*  === Common Reusable Selectors === */
.dnnForm {
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  min-width: 620px;
  width: 96%;
  margin: 0 auto;
}
h2.dnnFormSectionHead {
  margin: 0.5em auto 0.6em;
  padding: 0;
  letter-spacing: -0.03em;
  font-weight: bold;
  border-bottom: 1px #ccc solid;
  text-align: left;
  line-height: 1.2;
  font-size: 1.5em;
}
.dnnForm h2.dnnFormSectionHead a,
.dnnForm h2.dnnFormSectionHead a:visited {
  text-decoration: none;
  padding: 0.4em 0.8em;
  color: #000;
  letter-spacing: -0.03em;
  font-weight: bold;
  background: url(../../../../../images/down-icn.png) no-repeat 98% center;
  display: block;
}
.dnnForm h2.dnnFormSectionHead a:hover {
  background: #f1f1f1 url(../../../../../images/down-icn.png) no-repeat 98% center;
}
.dnnForm h2.dnnFormSectionHead a.dnnSectionExpanded {
  background: url(../../../../../images/up-icn.png) no-repeat 98% center;
  text-align: left;
}
.dnnForm h2.dnnFormSectionHead a.dnnSectionExpanded:hover {
  background: #f1f1f1 url(../../../../../images/up-icn.png) no-repeat 98% center;
}
.dnnFormExpandContent {
  position: absolute;
  top: -32px;
  right: 10px;
}
.dnnFormExpandContent {
  text-align: right;
}
.dnnForm .dnnFormExpandContent a {
  font-weight: bold;
}
.dnnForm .dnnFormItem span.CommandButton input {
  display: none !important;
  font-size: 0;
  line-height: 0;
  border-collapse: collapse;
}
.dnnForm .dnnFormItem {
  padding: 4px 6px;
  clear: both;
  line-height: 1.8;
  min-height: 1.8em;
  text-align: left;
  position: relative;
}
.dnnForm .dnnFormItem label a span {
  line-height: 1.4;
}
.dnnForm .dnnFormItem:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
.dnnForm fieldset {
  display: block;
  padding: 1em 0;
  border: none;
  margin: 0;
  text-align: left;
}
.dnnFormItem label,
.dnnFormItem .dnnFormLabel,
.dnnFormItem .dnnTooltip {
  display: block;
  width: 30%;
  text-align: right;
  margin-right: 16px;
  font-weight: bold;
  float: left;
  margin-top: 3px;
}
.dnnFormItem .dnnTooltip label {
  width: 100%;
  padding: 0;
  margin: 0;
}
.dnnForm .dnnFormSecondItem label {
  float: none;
}
.dnnFormItem span.inline label {
  display: inline;
  width: auto;
}
.dnnFormItem input,
.dnnFormItem .dnnFormInput,
.dnnFormItem textarea {
  float: left;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px;
  background: #fffff5;
  -moz-box-shadow: inset 0 0 3px 3px #fffbe1;
  -webkit-box-shadow: inset 0 0 3px 3px #fffbe1;
  box-shadow: inset 0 0 3px 3px #fffbe1;
  border-color: #bcb691;
  border-width: 1px;
  margin: 0;
  width: auto;
  font-family: Helvetica, Arial, Verdana, sans-serif;
}
.dnnFormItem input[type=checkbox],
.dnnFormItem input[type=radio],
.dnnFormItem input[type=file],
.dnnFormItem input[type=button],
.dnnFormItem input.rcbInput {
  width: auto;
  border: none;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
  padding: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dnnFormItem select {
  width: auto;
  padding: 0;
}
.dnnFormItem textarea {
  min-height: 80px;
}
.dnnAddress input[type="checkbox"] {
  margin: 0 5px;
}
.dnnForm input.dnnFormRequired,
.dnnForm textarea.dnnFormRequired,
.dnnForm select.dnnFormRequired {
  border-left: 5px #F00 solid;
}
.dnnFormRadioButtons {
  float: left;
  width: auto;
  display: block;
}
.dnnFormRadioButtons input[type=radio] {
  clear: both;
}
.dnnFormRadioButtons label {
  font-weight: normal;
  margin: 0 10px 0 4px;
  width: auto;
  text-align: left;
  padding-right: 0;
}
.dnnForm.dnnShortForm .dnnFormItem label {
  float: none;
  width: 100%;
  text-align: left;
  margin-bottom: 0.25em;
}
.dnnForm.dnnShortForm .dnnFormItem input,
.dnnForm.dnnShortForm .dnnFormItem select,
.dnnForm.dnnShortForm .dnnFormItem textarea {
  float: none;
  text-align: left;
}
.dnnForm.dnnShortForm .dnnFormItem a.dnnFormHelp {
  background-position: left;
  padding-left: 22px;
}
a.dnnFormHelp,
.dnnForm .dnnFormItem a.dnnFormHelp,
.dnnTooltip label a.dnnFormHelp {
  color: #333;
  text-decoration: none;
  font-weight: bold;
  background: url(../../../../../images/help-icn.png) no-repeat right;
  display: block;
  position: relative;
  z-index: 2;
}
.dnnForm .dnnFormItem a.dnnFormHelp span {
  padding-right: 1.8em;
  display: block;
}
.dnnForm .dnnFormItem a.dnnFormHelp img {
  display: none;
}
.dnnTooltip {
  position: relative;
}
td > .dnnTooltip {
  min-width: 120px;
}
td > .dnnTooltip label {
  text-align: right;
}
td > .dnnTooltip label a span {
  padding-right: 20px;
  display: block;
}
.dnnTooltip a.pinHelp {
  background: url(../../../../../images/pin-icn-16x16.png) no-repeat left bottom;
  display: block;
  text-indent: -9991.2em;
  height: 16px;
  width: 16px;
  float: right;
  margin-top: 1em;
}
.dnnTooltip.dnnTooltipPinned a.pinHelp {
  background: url(../../../../../images/pin-icn-16x16.png) no-repeat left top;
}
.dnnFormItem input.aspNetDisabled,
.dnnFormItem textarea.aspNetDisabled {
  background: #ebebeb;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #a7a7a7;
  border-width: 1px;
}
.aspNetDisabled,
a.aspNetDisabled,
.dnnDisabled,
a.dnnDisabled {
  color: #ccc;
  cursor: not-allowed;
  text-decoration: none;
}
.dnnFormMessage {
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 10px 10px 40px;
  line-height: 1.4;
  margin: 0.5em 1em;
}
.dnnFormMessage span {
  float: none;
  padding: 0;
  width: 100%;
  text-align: left;
  text-shadow: 0px 1px 1px #fff;
}
.dnnFormWarning {
  background: #feffce url(../../../../../images/warning-icn.png) no-repeat 10px center;
  border: 2px #cdb21f solid;
  color: #41370C;
  text-shadow: 0px 1px 1px #fff;
}
.dnnFormValidationSummary {
  background: #f7eaea url(../../../../../images/error-icn.png) no-repeat 10px center;
  text-shadow: 0px 1px 1px #fff;
  color: #900;
  border: 2px #df4a40 solid;
}
.dnnFormError {
  color: #fff !important;
  background: url(../../../../../images/errorbg.gif) no-repeat left center;
  text-shadow: 0px 1px 1px #000;
  padding: 5px 20px;
}
.dnnFormItem span.dnnFormMessage.dnnFormError {
  position: absolute;
  left: 55%;
  top: 0;
  z-index: 9999;
}
.dnnFormSuccess {
  background: #ecffeb url(../../../../../images/success-icn.png) no-repeat 10px center;
  border: 2px #64b657 solid;
  color: #358927;
}
.dnnFormInfo {
  background: #edf8ff url(../../../../../images/help-icn.png) no-repeat 10px center;
  border: #46a3d3 2px solid;
  color: #085b8f;
  text-shadow: 0px 1px 1px #fff;
}
.dnnFormHelpContent,
.dnnFormItem label .dnnFormHelpContent {
  border: #46a3d3 2px solid;
  color: #085b8f;
  background: #edf8ff url(../../../../../images/help-icn.png) no-repeat 10px 10px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 0px 1px 1px #fff;
  font-weight: normal;
  max-width: 30em;
  padding: 0.8em 1em 0.8em 3em;
}
.dnnFormHelpContent,
.dnnFormItem .dnnFormHelpContent {
  left: 95%;
  max-width: 30em;
  position: absolute;
  z-index: 25;
  width: 275px;
  overflow: hidden;
  top: 0;
}
.dnnFormHelpContent.ui-draggable {
  cursor: move;
}
.dnnFormHelpContent.dnnClear,
.dnnFormItem label.dnnFormLabel .dnnFormHelpContent.dnnClear,
.dnnFormItem label .dnnFormHelpContent.dnnClear {
  line-height: 1.4;
  text-align: left;
}
.dnnForm .dnnFormItem.dnnFormHelp,
.dnnFormItem.dnnFormHelp {
  clear: both;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
.dnnFormItem.dnnFormHelp p.dnnFormRequired {
  float: right;
  margin: 0;
  padding: 0;
}
.dnnFormItem.dnnFormHelp p.dnnFormRequired span {
  border-left: 5px #F00 solid;
  padding-left: 0.5em;
}
.dnnLeft {
  float: left;
}
.dnnRight {
  float: right;
}
.dnnClear:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
* + html .dnnClear {
  min-height: 1%;
}
.dnnForm input[type=checkbox],
.dnnForm input[type=radio] {
  margin-top: 4px;
  width: auto;
  margin-right: 5px;
}
.dnnTextEditor label {
  margin: 0;
  padding: 0 20px 0 5px;
  font-weight: normal;
  text-align: left;
  width: auto;
}
.dnnModuleAuditControl {
  width: 95%;
  margin: 0 auto;
}
ul.dnnActions,
ul.dnnActions li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dnnForm ul.dnnActions,
ul.dnnActions {
  margin: 1em 0;
  border-top: #ccc double;
  padding: 1em 0 0 0;
}
ul.dnnActions li {
  overflow: hidden;
  display: block;
  float: left;
}
ul.dnnActions li a {
  display: block;
  float: left;
}
ul.dnnActions li a,
a.dnnPrimaryAction,
a.dnnPrimaryAction:link,
a.dnnPrimaryAction:visited,
a.dnnSecondaryAction,
a.dnnSecondaryAction:link,
a.dnnSecondaryAction:visited {
  padding: 0 1.2em;
  line-height: 2.5;
}
ul.dnnActions input {
  display: none;
}
a.dnnPrimaryAction,
a.dnnPrimaryAction:link,
a.dnnPrimaryAction:visited,
a.dnnSecondaryAction,
a.dnnSecondaryAction:link,
a.dnnSecondaryAction:visited {
  display: inline-block;
}
a.dnnPrimaryAction,
a.dnnPrimaryAction:link,
a.dnnPrimaryAction:visited,
.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only {
  background: #818181;
  background: -moz-linear-gradient(top, #818181 0%, #656565 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #818181), color-stop(100%, #656565));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#818181', endColorstr='#656565', GradientType=0);
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 0px 1px 1px #000;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-color: #ffffff;
}
a[disabled].dnnPrimaryAction,
a[disabled].dnnPrimaryAction:link,
a[disabled].dnnPrimaryAction:visited,
a[disabled].dnnPrimaryAction:hover,
a[disabled].dnnPrimaryAction:visited:hover,
dnnForm.ui-widget-content a[disabled].dnnPrimaryAction {
  text-decoration: none;
  color: #bbb;
  background: #818181;
  background: -moz-linear-gradient(top, #818181 0%, #656565 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #818181), color-stop(100%, #656565));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#818181', endColorstr='#656565', GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#818181', endColorstr='#656565',GradientType=0 )";
  cursor: default;
}
ul.dnnActions a.dnnPrimaryAction:hover,
ul.dnnActions a.dnnPrimaryAction:visited:hover,
a.dnnPrimaryAction:hover,
.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only:hover {
  background: #4E4E4E;
  background: -moz-linear-gradient(top, #4e4e4e 0%, #282828 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4e4e4e), color-stop(100%, #282828));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4E4E4E', endColorstr='#282828', GradientType=0);
  color: #fff;
}
ul.dnnActions a.dnnSecondaryAction,
ul.dnnActions a.dnnSecondaryAction:link {
  font-weight: bold;
  text-decoration: none;
  padding: 0 1em;
}
ul.dnnActions a.dnnSecondaryAction:hover,
ul.dnnActions a.dnnSecondaryAction:visited:hover {
  text-decoration: underline;
  background: none;
  color: inherit;
}
a[disabled].dnnSecondaryAction,
a[disabled].dnnSecondaryAction:link,
a[disabled].dnnSecondaryAction:visited,
a[disabled].dnnSecondaryAction:hover,
a[disabled].dnnSecondaryAction:visited:hover {
  text-decoration: none;
  color: #999;
  cursor: default;
}
.dnnForm.ui-widget-content a.dnnPrimaryAction {
  color: #fff;
}
/*  === Url Control === */
.urlControl label {
  margin-top: 0;
  width: auto;
  font-weight: normal;
}
.urlControlLinkType {
  width: auto;
}
.urlControlLinkType span,
.dnnFormItem .urlControlLinkType span {
  display: block;
  float: none;
  text-align: left;
  width: auto;
}
.dnnFormItem .ucLinkTypeRadioButtons label {
  width: 260px;
  font-weight: normal;
  text-align: left;
  padding-right: 0;
  margin-top: 0;
  display: inline-block;
}
.urlControlLinkType span input {
  min-width: 3%;
}
.dnnForm.dnnModuleSettings .dnnFormItem .urlControlLinkType span label {
  text-align: left;
}
.urlControlFileRow {
  overflow: hidden;
  clear: both;
}
.urlControlFileRow span.dnnFormLabel {
  width: auto;
  text-align: right;
}
.urlControlFileRow select,
.urlControlFileRow input[type=file] {
  clear: both;
}
.urlControlImagesRow {
  overflow: hidden;
  clear: both;
}
.urlControlImagesRow span.dnnFormLabel {
  width: auto;
  text-align: right;
}
.urlControlImagesRow select {
  clear: both;
}
.dnnFilePicker .dnnLeft .dnnFormItem {
  width: 280px;
  overflow: hidden;
  padding: 0;
}
.dnnFilePicker .dnnLeft .dnnFormItem input[type="file"] {
  display: block;
}
.dnnFilePicker .dnnLeft .dnnFormItem span {
  display: block;
  float: left;
  width: 80px;
  text-align: right;
  padding-right: 10px;
}
.dnnFilePicker .dnnLeft .dnnFormItem select {
  float: left;
  width: 180px;
}
.dnnFilePicker .dnnLeft a.dnnSecondaryAction {
  margin-left: 80px;
}
.dnnFilePicker .dnnLeft .dnnFormItem input[type=file] {
  margin-left: 90px;
  width: 180px;
}
/*  === Grids === */
.dnnGrid {
  font-size: inherit;
}
.dnnGridHeader {
  border-bottom: 1px #ddd solid;
  font-weight: bold;
  font-size: 110%;
}
.dnnGridItem {
  border-bottom: 1px #eee solid;
  background: #fff;
}
.dnnGridAltItem {
  background: #f1f1f1;
}
.dnnGrid td {
  padding: 3px 5px;
}
.dnnGrid td input.dnnFormInput {
  width: 42%;
}
.dnnPermissionsGrid .dnnFormItem label {
  width: 12%;
}
/* Layout helpers
	----------------------------------*/
.dnnForm .ui-helper-hidden {
  display: none;
}
.dnnForm .ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
.dnnForm .ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.dnnForm .ui-helper-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.dnnForm .ui-helper-clearfix {
  display: inline-block;
}
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
  height: 1%;
}
.dnnForm .ui-helper-clearfix {
  display: block;
}
/* end clearfix */
.dnnForm .ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* Interaction Cues----------------------------------*/
.dnnForm .ui-state-disabled {
  cursor: default !important;
}
/* Overlays */
#Body .ui-widget-overlay {
  background: #000;
  opacity: .60;
  filter: alpha(opacity=60);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#Body .ui-widget-shadow {
  margin: 5px 0 0 5px;
  padding: 0px;
  background: #999;
  opacity: .45;
  filter: alpha(opacity=45);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.dnnFormPopup {
  position: absolute;
  padding: 0;
  width: 300px;
  border: 4px #ccc solid;
  background: #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
}
#iPopUp {
  width: 100% !important;
}
.dnnFormPopup .ui-dialog-titlebar {
  padding: 0.8em 1.2em;
  position: relative;
  background: #4E4E4E;
  background: -moz-linear-gradient(top, #4e4e4e 0%, #282828 100%);
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4e4e4e), color-stop(100%, #282828));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4E4E4E', endColorstr='#282828', GradientType=0);
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 1px 1px #000;
  cursor: move;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.dnnFormPopup .ui-dialog-title {
  width: 212px;
  float: left;
  margin: .1em 16px .1em 0;
  position: relative;
  font-size: 14px;
}
.dnnFormPopup a.ui-dialog-titlebar-close {
  text-indent: -9999em;
  display: block;
  position: absolute;
  right: 10px;
  top: 11px;
  background: url(../../../../../images/close-icn.png) no-repeat;
  height: 24px;
  width: 24px;
}
.dnnFormPopup a.dnnToggleMax {
  float: right;
  display: block;
  text-indent: -9999em;
  background: url(../../../../../images/modal-max-min-icn.png) no-repeat bottom;
  height: 24px;
  width: 24px;
  margin: 0px 24px 0 0;
}
.dnnFormPopup a.dnnToggleMax.ui-dialog-titlebar-max {
  background: url(../../../../../images/modal-max-min-icn.png) no-repeat top;
}
.dnnFormPopup .ui-dialog-content,
#iPopUp .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0px;
  background: #fff;
  overflow: auto;
  zoom: 1;
}
.dnnFormPopup .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;
}
.dnnFormPopup .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.dnnFormPopup .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0.8em;
  cursor: pointer;
  padding: 0.5em 1em;
}
.dnnFormPopup .ui-resizable-se {
  width: 14px;
  height: 14px;
  float: right;
  background: url(../../../../../images/modal-resize-icn.png) no-repeat bottom;
  height: 24px;
  width: 24px;
}
.dnnFormPopup .dnnDialog {
  padding: 10px;
}
.dnnLoading {
  background: #ffffff url(../../../../../images/loading.gif) no-repeat center center;
  position: absolute;
  z-index: 9999;
}
/* Component containers
	----------------------------------*/
.dnnForm .ui-widget .ui-widget {
  font-size: 1em;
}
.dnnForm .ui-widget input,
.dnnForm .ui-widget select,
.dnnForm .ui-widget textarea,
.dnnForm .ui-widget button {
  font-size: 1em;
}
.dnnForm .ui-widget-header,
.dnnFormPopup .ui-widget-header {
  font-weight: bold;
  border-bottom: 4px solid #292929;
  min-height: 33px;
}
.dnnForm .ui-widget-header a {
  color: #fff;
}
/* Interaction states
	----------------------------------*/
.dnnForm .ui-state-default,
.dnnForm .ui-widget-content .ui-state-default,
.dnnForm .ui-widget-header .ui-state-default {
  background: none;
  font-weight: bold;
  color: #fff;
}
.dnnForm .ui-state-default a,
.dnnForm .ui-state-default a:link,
.dnnForm .ui-state-default a:visited {
  color: #eee;
  text-decoration: none;
}
.dnnForm .ui-state-hover,
.dnnForm .ui-widget-content .ui-state-hover,
.dnnForm .ui-widget-header .ui-state-hover,
.dnnForm .ui-state-focus,
.dnnForm .ui-widget-content .ui-state-focus,
.dnnForm .ui-widget-header .ui-state-focus {
  font-weight: bold;
  color: #fff;
}
.dnnForm .ui-state-hover a,
.dnnForm .ui-state-hover a:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  background: #4E4E4E;
  background: -moz-linear-gradient(top, #4e4e4e 0%, #282828 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4e4e4e), color-stop(100%, #282828));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4E4E4E', endColorstr='#282828', GradientType=0);
}
.dnnForm .ui-state-active a,
.dnnForm .ui-state-active a:link,
.dnnForm .ui-state-active a:visited,
.dnnForm .ui-state-active,
.dnnForm .ui-widget-content .ui-state-active,
.dnnForm .ui-widget-header .ui-state-active {
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  background: #4E4E4E;
  background: -moz-linear-gradient(top, #4e4e4e 0%, #282828 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4e4e4e), color-stop(100%, #282828));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4E4E4E', endColorstr='#282828', GradientType=0);
}
.dnnForm .ui-widget :active {
  outline: none;
}
/* Interaction Cues ----------------------------------*/
.dnnForm .ui-state-highlight,
.dnnForm .ui-widget-content .ui-state-highlight,
.dnnForm .ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  background: #ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;
  color: #363636;
}
.dnnForm .ui-state-highlight a,
.dnnForm .ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.dnnForm .ui-state-error,
.dnnForm .ui-widget-content .ui-state-error,
.dnnForm .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
  color: #ffffff;
}
.dnnForm .ui-state-error a,
.dnnForm .ui-widget-content .ui-state-error a,
.dnnForm .ui-widget-header .ui-state-error a {
  color: #ffffff;
}
.dnnForm .ui-state-error-text,
.dnnForm .ui-widget-content .ui-state-error-text,
.dnnForm .ui-widget-header .ui-state-error-text {
  color: #ffffff;
}
.dnnForm .ui-priority-primary,
.dnnForm .ui-widget-content .ui-priority-primary,
.dnnForm .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.dnnForm .ui-priority-secondary,
.dnnForm .ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.dnnForm .ui-state-disabled,
.dnnForm .ui-widget-content .ui-state-disabled,
.dnnForm .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  background-image: none;
}
/* Corner radius */
.dnnForm .ui-corner-all,
.dnnForm .ui-corner-top,
.dnnForm .ui-corner-left,
.dnnForm .ui-corner-tl {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -khtml-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
}
.dnnForm .ui-corner-all,
.dnnForm .ui-corner-top,
.dnnForm .ui-corner-right,
.dnnForm .ui-corner-tr {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -khtml-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
/* Overlays */
.dnnForm .ui-widget-overlay {
  background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
  opacity: .50;
  filter: alpha(opacity=50);
}
.dnnForm .ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
  opacity: .20;
  filter: alpha(opacity=20);
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/*jQuery UI Resizable 1.8.14 */
.dnnForm .ui-resizable {
  position: relative;
}
.dnnForm .ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  z-index: 99999;
  display: block;
}
.dnnForm .ui-resizable-disabled .ui-resizable-handle,
.dnnForm .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.dnnForm .ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.dnnForm .ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.dnnForm .ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.dnnForm .ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.dnnForm .ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.dnnForm .ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.dnnForm .ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.dnnForm .ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
/*
	
	/*jQuery UI Tabs 1.8.14 */
.dnnForm .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") */
.dnnForm .ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}
.dnnForm .ui-tabs .ui-tabs-nav li,
ul.dnnAdminTabNav li {
  list-style: none;
  float: left;
  position: relative;
  top: 1px;
  margin: 0 .2em 1px 0;
  border-bottom: 0 !important;
  padding: 0;
  white-space: nowrap;
}
.dnnForm .ui-tabs .ui-tabs-nav li a,
ul.dnnAdminTabNav li a {
  float: left;
  padding: .5em 1em;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  display: block;
  margin: 0;
  letter-spacing: -0.03em;
  background: #818181;
  background: -moz-linear-gradient(top, #818181 0%, #656565 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #818181), color-stop(100%, #656565));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#818181', endColorstr='#656565', GradientType=0);
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  text-shadow: 0px 1px 1px #000;
}
.dnnForm .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  margin-bottom: 0;
  padding-bottom: 1px;
}
.dnnForm .ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.dnnForm .ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.dnnForm .ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text;
}
.dnnForm .ui-tabs .ui-tabs-nav li a,
.dnnForm .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... */
.dnnForm .ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.dnnForm .ui-tabs-panel {
  position: relative;
}
.dnnForm .ui-tabs-hide {
  display: none !important;
}
#dnnCPWrap {
  padding: 0px;
}
#RibbonBar_AddMod_hlMoreExtensions {
  margin-top: 10px;
}
#RibbonBar_ControlPanel {
  width: 1140px;
}
#RibbonBar_lblMode {
  font-size: 14px;
  color: #333;
  font-weight: bold;
}
#RibbonBar_ddlMode {
  margin-top: 7px;
  padding-top: 2px;
}
#RibbonBar_adminMenus {
  margin-top: 6px;
}
#RibbonBar_adminMenus .dnnadminmega li.root > a {
  font-size: 14px;
  color: #333;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */

  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */

  width: auto\9;
  /* IE7-8 need help adjusting responsive images */

  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */

  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
table td img,
.Normal table td img {
  max-width: none;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
body {
  margin: 0;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: #333333;
  background-color: #ffffff;
}
a {
  color: #0088cc;
  text-decoration: none;
}
a:hover {
  color: #005580;
  text-decoration: underline;
}
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}
.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}
.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}
.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}
.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}
.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}
.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}
.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}
.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}
.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}
.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}
.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}
.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}
.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}
.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}
.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}
.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}
.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}
.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}
.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}
.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
p {
  margin: 0 0 10px;
  line-height: 1.6;
}
.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999999;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover {
  color: #a47e3c;
}
.text-error {
  color: #b94a48;
}
a.text-error:hover {
  color: #953b39;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover {
  color: #2d6987;
}
.text-success {
  color: #468847;
}
a.text-success:hover {
  color: #356635;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  line-height: 30px;
}
h1,
.Head {
  font-size: 24px;
  font-weight: bold;
}
h2,
.SubHead {
  font-size: 18px;
  font-weight: bold;
}
h3,
.SubSubHead {
  font-size: 17px;
  font-weight: bold;
  color: #9f9f9f;
}
h4,
.SubSubSubHead {
  font-size: 16px;
  font-weight: normal;
  color: #aaa;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 11.9px;
}
h1 small {
  font-size: 24.5px;
}
h2 small {
  font-size: 17.5px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul li,
ol li {
  line-height: 1.6;
  margin-bottom: 5px;
  list-style-position: inside;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.img-polaroid {
  padding: 7px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.Normal p img,
.Normal div img,
.Normal td img {
  padding: 5px 7px 7px;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
}
.alert,
.alert h4 {
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info h4 {
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.pagination {
  margin: 20px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}
.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child,
.table-bordered tfoot:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}
.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child,
.table-bordered tfoot:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #f5f5f5;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
.table tbody tr.success td {
  background-color: #dff0d8;
}
.table tbody tr.error td {
  background-color: #f2dede;
}
.table tbody tr.warning td {
  background-color: #fcf8e3;
}
.table tbody tr.info td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover td {
  background-color: #c4e3f3;
}
@media only screen and (max-width: 768px) {
  table.table-stack td {
    display: block;
  }
}
/*
@media only screen and (min-width : 768px) and (max-width : 1280px) {
  table.table-stack td {
    display: inline;
    float: left;
  }
}*/fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
  text-align: left;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  padding: 3px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 0;
  *margin-top: 0;
  margin-right: 3px;
  /* IE7 */

  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
  cursor: pointer;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 25px;
  padding: 2px;
}
select {
  width: 220px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #999999;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info > label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #595959;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu {
  font-size: 14px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input + .btn-group .btn,
.input-append select + .btn-group .btn,
.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
.dnnCPAddModule label {
  font-size: 12px;
}
@font-face {
  font-family: 'Provet';
  src: url('fonts/Provet.eot');
  src: url('fonts/Provet.eot?#iefix') format('embedded-opentype'), url('fonts/Provet.woff') format('woff'), url('fonts/Provet.ttf') format('truetype'), url('fonts/Provet.svg#Provet') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'Provet';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  line-height: 0;
  -webkit-font-smoothing: antialiased;
}
/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icn-"]:before {
*/
.icn-location:before,
.icn-mail:before,
.icn-link:before,
.icn-facebook:before,
.icn-twitter-old:before,
.icn-feed:before,
.icn-phone:before,
.icn-phone-2:before,
.icn-cart:before,
.icn-mail-2:before,
.icn-quote:before,
.icn-quote-2:before,
.icn-envelope:before,
.icn-reply:before,
.icn-forward:before,
.icn-pictures:before,
.icn-location-2:before,
.icn-phone-sign:before,
.icn-shopping-cart:before,
.icn-linkedin-sign:before,
.icn-linkedin:before,
.icn-ambulance:before,
.icn-plus-sign:before,
.icn-user-md:before,
.icn-phone-3:before,
.icn-house:before,
.icn-cart-2:before,
.icn-twitter:before,
.icn-googleplus:before,
.icn-googleplus-2:before,
.icn-linkedin-2:before,
.icn-skype:before,
.icn-skype-2:before,
.icn-home:before,
.icn-home-2:before,
.icn-cart-3:before,
.icn-clock:before,
.icn-clock-2:before,
.icn-phone-4:before,
.icn-twitter-2:before,
.icn-twitter-3:before,
.icn-feed-2:before,
.icn-feed-3:before,
.icn-feed-4:before,
.icn-youtube:before,
.icn-youtube-2:before,
.icn-google-plus:before,
.icn-google-plus-2:before,
.icn-search:before,
.icn-file-pdf:before,
.icn-facebook-2:before,
.icn-facebook-3:before,
.icn-facebook-4:before,
.icn-warning:before,
.icn-paw:before {
  font-family: 'Provet';
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 0;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
}
.icn-location:before {
  content: "\e000";
}
.icn-mail:before {
  content: "\e001";
}
.icn-link:before {
  content: "\e002";
}
.icn-facebook:before {
  content: "\e003";
}
.icn-twitter-old:before {
  content: "\e004";
}
.icn-feed:before {
  content: "\e005";
}
.icn-phone:before {
  content: "\e006";
}
.icn-phone-2:before {
  content: "\e007";
}
.icn-cart:before {
  content: "\e008";
}
.icn-mail-2:before {
  content: "\e009";
}
.icn-quote:before {
  content: "\e00a";
}
.icn-quote-2:before {
  content: "\e00b";
}
.icn-envelope:before {
  content: "\e00c";
}
.icn-reply:before {
  content: "\e00d";
}
.icn-forward:before {
  content: "\e00e";
}
.icn-pictures:before {
  content: "\e00f";
}
.icn-location-2:before {
  content: "\e010";
}
.icn-phone-sign:before {
  content: "\e011";
}
.icn-shopping-cart:before {
  content: "\e012";
}
.icn-linkedin-sign:before {
  content: "\e013";
}
.icn-linkedin:before {
  content: "\e014";
}
.icn-ambulance:before {
  content: "\e015";
}
.icn-plus-sign:before {
  content: "\e016";
}
.icn-user-md:before {
  content: "\e017";
}
.icn-phone-3:before {
  content: "\e018";
}
.icn-house:before {
  content: "\e019";
}
.icn-cart-2:before {
  content: "\e01a";
}
.icn-twitter:before {
  content: "\e01b";
}
.icn-googleplus:before {
  content: "\e01c";
}
.icn-googleplus-2:before {
  content: "\e01d";
}
.icn-linkedin-2:before {
  content: "\e01e";
}
.icn-skype:before {
  content: "\e01f";
}
.icn-skype-2:before {
  content: "\e020";
}
.icn-home:before {
  content: "\e021";
}
.icn-home-2:before {
  content: "\e022";
}
.icn-cart-3:before {
  content: "\e023";
}
.icn-clock:before {
  content: "\e024";
}
.icn-clock-2:before {
  content: "\e025";
}
.icn-phone-4:before {
  content: "\e026";
}
.icn-twitter-2:before {
  content: "\e027";
}
.icn-twitter-3:before {
  content: "\e028";
}
.icn-feed-2:before {
  content: "\e029";
}
.icn-feed-3:before {
  content: "\e02a";
}
.icn-feed-4:before {
  content: "\e02b";
}
.icn-youtube:before {
  content: "\e02c";
}
.icn-youtube-2:before {
  content: "\e02d";
}
.icn-google-plus:before {
  content: "\e02e";
}
.icn-google-plus-2:before {
  content: "\e02f";
}
.icn-search:before {
  content: "\e030";
}
.icn-file-pdf:before {
  content: "\e031";
}
.icn-facebook-2:before {
  content: "\e032";
}
.icn-facebook-3:before {
  content: "\e033";
}
.icn-facebook-4:before {
  content: "\e034";
}
.icn-warning:before {
  content: "\e035";
}
.icn-paw:before {
  content: "\e036";
}
.navbar {
  overflow: visible;
  margin-bottom: 20px;
  color: #777777;
  *position: relative;
  *z-index: 2;
}
.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.navbar .container {
  width: auto;
}
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .brand:hover {
  text-decoration: none;
}
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
}
.navbar-link {
  color: #777777;
}
.navbar-link:hover {
  color: #333333;
}
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #ffffff;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 6px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333333;
  text-decoration: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e5e5e5;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #cccccc \9;
}
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #ffffff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #e5e5e5;
  color: #555555;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.navbar-inverse {
  color: #999999;
}
.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
  border-color: #252525;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover {
  color: #ffffff;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111;
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: #ffffff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  border-color: #040404 #040404 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #040404;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.7624309392265194%;
    *margin-left: 2.709239449864817%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.7624309392265194%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.43646408839778%;
    *width: 91.38327259903608%;
  }
  .row-fluid .span10 {
    width: 82.87292817679558%;
    *width: 82.81973668743387%;
  }
  .row-fluid .span9 {
    width: 74.30939226519337%;
    *width: 74.25620077583166%;
  }
  .row-fluid .span8 {
    width: 65.74585635359117%;
    *width: 65.69266486422946%;
  }
  .row-fluid .span7 {
    width: 57.18232044198895%;
    *width: 57.12912895262725%;
  }
  .row-fluid .span6 {
    width: 48.61878453038674%;
    *width: 48.56559304102504%;
  }
  .row-fluid .span5 {
    width: 40.05524861878453%;
    *width: 40.00205712942283%;
  }
  .row-fluid .span4 {
    width: 31.491712707182323%;
    *width: 31.43852121782062%;
  }
  .row-fluid .span3 {
    width: 22.92817679558011%;
    *width: 22.87498530621841%;
  }
  .row-fluid .span2 {
    width: 14.3646408839779%;
    *width: 14.311449394616199%;
  }
  .row-fluid .span1 {
    width: 5.801104972375691%;
    *width: 5.747913483013988%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486187845304%;
    *margin-left: 105.41847889972962%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243093922652%;
    *margin-left: 102.6560479605031%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96132596685082%;
    *margin-left: 96.8549429881274%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276243%;
    *margin-left: 94.09251204890089%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779005524862%;
    *margin-left: 88.2914070765252%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.6353591160221%;
    *margin-left: 85.52897613729868%;
  }
  .row-fluid .offset9 {
    margin-left: 79.8342541436464%;
    *margin-left: 79.72787116492299%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.07182320441989%;
    *margin-left: 76.96544022569647%;
  }
  .row-fluid .offset8 {
    margin-left: 71.2707182320442%;
    *margin-left: 71.16433525332079%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.50828729281768%;
    *margin-left: 68.40190431409427%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718232044199%;
    *margin-left: 62.600799341718584%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475138121547%;
    *margin-left: 59.838368402492065%;
  }
  .row-fluid .offset6 {
    margin-left: 54.14364640883978%;
    *margin-left: 54.037263430116376%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.38121546961326%;
    *margin-left: 51.27483249088986%;
  }
  .row-fluid .offset5 {
    margin-left: 45.58011049723757%;
    *margin-left: 45.47372751851417%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.81767955801105%;
    *margin-left: 42.71129657928765%;
  }
  .row-fluid .offset4 {
    margin-left: 37.01657458563536%;
    *margin-left: 36.91019160691196%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414364640884%;
    *margin-left: 34.14776066768544%;
  }
  .row-fluid .offset3 {
    margin-left: 28.45303867403315%;
    *margin-left: 28.346655695309746%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.69060773480663%;
    *margin-left: 25.584224756083227%;
  }
  .row-fluid .offset2 {
    margin-left: 19.88950276243094%;
    *margin-left: 19.783119783707537%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707182320442%;
    *margin-left: 17.02068884448102%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32596685082873%;
    *margin-left: 11.219583872105325%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.56353591160221%;
    *margin-left: 8.457152932878806%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 710px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 648px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 586px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 524px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 462px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 400px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 338px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 276px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 214px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 152px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 90px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
  }
  .span12 {
    width: 1170px;
  }
  .span11 {
    width: 1070px;
  }
  .span10 {
    width: 970px;
  }
  .span9 {
    width: 870px;
  }
  .span8 {
    width: 770px;
  }
  .span7 {
    width: 670px;
  }
  .span6 {
    width: 570px;
  }
  .span5 {
    width: 470px;
  }
  .span4 {
    width: 370px;
  }
  .span3 {
    width: 270px;
  }
  .span2 {
    width: 170px;
  }
  .span1 {
    width: 70px;
  }
  .offset12 {
    margin-left: 1230px;
  }
  .offset11 {
    margin-left: 1130px;
  }
  .offset10 {
    margin-left: 1030px;
  }
  .offset9 {
    margin-left: 930px;
  }
  .offset8 {
    margin-left: 830px;
  }
  .offset7 {
    margin-left: 730px;
  }
  .offset6 {
    margin-left: 630px;
  }
  .offset5 {
    margin-left: 530px;
  }
  .offset4 {
    margin-left: 430px;
  }
  .offset3 {
    margin-left: 330px;
  }
  .offset2 {
    margin-left: 230px;
  }
  .offset1 {
    margin-left: 130px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.564102564102564%;
    *margin-left: 2.5109110747408616%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.564102564102564%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.45299145299145%;
    *width: 91.39979996362975%;
  }
  .row-fluid .span10 {
    width: 82.90598290598291%;
    *width: 82.8527914166212%;
  }
  .row-fluid .span9 {
    width: 74.35897435897436%;
    *width: 74.30578286961266%;
  }
  .row-fluid .span8 {
    width: 65.81196581196582%;
    *width: 65.75877432260411%;
  }
  .row-fluid .span7 {
    width: 57.26495726495726%;
    *width: 57.21176577559556%;
  }
  .row-fluid .span6 {
    width: 48.717948717948715%;
    *width: 48.664757228587014%;
  }
  .row-fluid .span5 {
    width: 40.17094017094017%;
    *width: 40.11774868157847%;
  }
  .row-fluid .span4 {
    width: 31.623931623931625%;
    *width: 31.570740134569924%;
  }
  .row-fluid .span3 {
    width: 23.076923076923077%;
    *width: 23.023731587561375%;
  }
  .row-fluid .span2 {
    width: 14.52991452991453%;
    *width: 14.476723040552828%;
  }
  .row-fluid .span1 {
    width: 5.982905982905983%;
    *width: 5.929714493544281%;
  }
  .row-fluid .offset12 {
    margin-left: 105.12820512820512%;
    *margin-left: 105.02182214948171%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.56410256410257%;
    *margin-left: 102.45771958537915%;
  }
  .row-fluid .offset11 {
    margin-left: 96.58119658119658%;
    *margin-left: 96.47481360247316%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.01709401709402%;
    *margin-left: 93.91071103837061%;
  }
  .row-fluid .offset10 {
    margin-left: 88.03418803418803%;
    *margin-left: 87.92780505546462%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.47008547008548%;
    *margin-left: 85.36370249136206%;
  }
  .row-fluid .offset9 {
    margin-left: 79.48717948717949%;
    *margin-left: 79.38079650845607%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.92307692307693%;
    *margin-left: 76.81669394435352%;
  }
  .row-fluid .offset8 {
    margin-left: 70.94017094017094%;
    *margin-left: 70.83378796144753%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.37606837606839%;
    *margin-left: 68.26968539734497%;
  }
  .row-fluid .offset7 {
    margin-left: 62.393162393162385%;
    *margin-left: 62.28677941443899%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.82905982905982%;
    *margin-left: 59.72267685033642%;
  }
  .row-fluid .offset6 {
    margin-left: 53.84615384615384%;
    *margin-left: 53.739770867430444%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.28205128205128%;
    *margin-left: 51.175668303327875%;
  }
  .row-fluid .offset5 {
    margin-left: 45.299145299145295%;
    *margin-left: 45.1927623204219%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.73504273504273%;
    *margin-left: 42.62865975631933%;
  }
  .row-fluid .offset4 {
    margin-left: 36.75213675213675%;
    *margin-left: 36.645753773413354%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.18803418803419%;
    *margin-left: 34.081651209310785%;
  }
  .row-fluid .offset3 {
    margin-left: 28.205128205128204%;
    *margin-left: 28.0987452264048%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.641025641025642%;
    *margin-left: 25.53464266230224%;
  }
  .row-fluid .offset2 {
    margin-left: 19.65811965811966%;
    *margin-left: 19.551736679396257%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.094017094017094%;
    *margin-left: 16.98763411529369%;
  }
  .row-fluid .offset1 {
    margin-left: 11.11111111111111%;
    *margin-left: 11.004728132387708%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.547008547008547%;
    *margin-left: 8.440625568285142%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1156px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1056px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 956px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 856px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 756px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 656px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 556px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 456px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 356px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 256px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 156px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 56px;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails > li {
    margin-left: 30px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}
@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 20px;
  }
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #777777;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777777;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .dropdown-menu a:hover {
    background-color: #f2f2f2;
  }
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999999;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover {
    background-color: #111111;
  }
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
.transition {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.transitionBackground {
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -ms-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.tc {
  text-align: center;
}
.tb {
  text-align: block;
}
.btn,
a.dnnPrimaryAction:link,
ul.dnnActions a.dnnSecondaryAction:link {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  vertical-align: top;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(#ffffff, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #e6e6e6);
  background-image: linear-gradient(#ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 1px solid #bbbbbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled],
a.dnnPrimaryAction:hover,
a.dnnPrimaryAction:active,
a.dnnPrimaryAction.active,
a.dnnPrimaryAction.disabled,
a.dnnPrimaryAction[disabled],
ul.dnnActions a.dnnSecondaryAction:hover,
ul.dnnActions a.dnnSecondaryAction:active,
ul.dnnActions a.dnnSecondaryAction.active,
ul.dnnActions a.dnnSecondaryAction.disabled,
ul.dnnActions a.dnnSecondaryAction[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  text-decoration: none;
}
.btn:active,
.btn.active,
a.dnnPrimaryAction:active,
a.dnnPrimaryAction.active,
ul.dnnActions a.dnnSecondaryAction:active,
ul.dnnActions a.dnnSecondaryAction.active {
  background-color: #cccccc \9;
}
.btn:first-child,
a.dnnPrimaryAction:first-child,
ul.dnnActions a.dnnSecondaryAction:first-child {
  *margin-left: 0;
}
.btn:hover,
a.dnnPrimaryAction:hover,
ul.dnnActions a.dnnSecondaryAction:hover,
a.CommandButton:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus,
a.dnnPrimaryAction:focus,
ul.dnnActions a.dnnSecondaryAction:focus,
a.CommandButton:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active,
a.dnnPrimaryAction.active,
a.dnnPrimaryAction:active,
ul.dnnActions a.dnnSecondaryAction.active,
ul.dnnActions a.dnnSecondaryAction:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled,
.btn[disabled],
a.dnnPrimaryAction.disabled,
a.dnnPrimaryAction[disabled],
ul.dnnActions a.dnnSecondaryAction.disabled,
ul.dnnActions a.dnnSecondaryAction[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
ul.dnnActions a.dnnSecondaryAction,
a.dnnPrimaryAction {
  margin-right: 10px;
}
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 2px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 1px 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-secondary.active,
.btn-warning.active,
.btn-danger.active,
.btn-primary.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn,
a.dnnPrimaryAction,
ul.dnnActions a.dnnSecondaryAction {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.btn-secondary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #01416d;
  background-image: -moz-linear-gradient(top, #015fa0, #01416d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#015fa0), to(#01416d));
  background-image: -webkit-linear-gradient(top, #015fa0, #01416d);
  background-image: -o-linear-gradient(top, #015fa0, #01416d);
  background-image: linear-gradient(to bottom, #015fa0, #01416d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff015fa0', endColorstr='#ff01416d', GradientType=0);
  border-color: #01416d #01416d #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #01416d;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary.disabled,
.btn-secondary[disabled] {
  color: #ffffff;
  background-color: #01416d;
  *background-color: #003bb3;
}
.btn-secondary:active,
.btn-secondary.active {
  background-color: #003399 \9;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #1e7f1e;
  background-image: -moz-linear-gradient(top, #26ae26, #0a750a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#26ae26), to(#0a750a));
  background-image: -webkit-linear-gradient(top, #26ae26, #0a750a);
  background-image: -o-linear-gradient(top, #26ae26, #0a750a);
  background-image: linear-gradient(to bottom, #26ae26, #0a750a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff26ae26', endColorstr='#ff0a750a', GradientType=0);
  border-color: #0a750a #0a750a #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0a750a;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0a750a;
  *background-color: #499249;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse,
a.dnnPrimaryAction:link {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled],
a.dnnPrimaryAction:link:hover,
a.dnnPrimaryAction:link:active,
a.dnnPrimaryAction:link.active,
a.dnnPrimaryAction:link.disabled,
a.dnnPrimaryAction:link[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
a.dnnPrimaryAction:link:active,
a.dnnPrimaryAction:link.active,
a.dnnPrimaryAction:link:active,
a.dnnPrimaryAction:link.active {
  background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #0088cc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover {
  color: #333333;
  text-decoration: none;
}
.CartInfo .CartStatus .SubHead,
.CartInfo .Head {
  color: #222;
}
#dnn_BottomPane ul.dnnActionMenuBody a:link,
#dnn_HeaderPane ul.dnnActionMenuBody a:link,
#dnn_TaglinePane ul.dnnActionMenuBody a:link {
  color: #015FA0;
  border: none;
}
a.btn-primary:link,
a.btn-primary:visited,
a.btn-primary:active,
a.btn-secondary,
a.btn-inverse {
  color: #fff;
  font-weight: normal;
}
a.btn-primary:link,
a.btn-secondary:link,
a.btn-inverse:link,
a.btn-info:link,
a.btn-danger:link,
a.btn-warning:link,
a.btn-primary:visited,
a.btn-secondary:visited,
a.btn-inverse:visited,
a.btn-info:visited,
a.btn-danger:visited,
a.btn-warning:visited,
a.btn-primary:active,
a.btn-secondary:active,
a.btn-inverse:active,
a.btn-info:active,
a.btn-danger:active,
a.btn-warning:active {
  color: #fff;
  font-weight: normal;
}
.transition {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.transitionBackground {
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -ms-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.tc {
  text-align: center;
}
.tb {
  text-align: block;
}
.headerStyle {
  background: #92c6ea;
  background: -moz-linear-gradient(top, #92c6ea 0%, #52a5de 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #92c6ea), color-stop(100%, #52a5de));
  background: -webkit-linear-gradient(top, #92c6ea 0%, #52a5de 100%);
  background: -o-linear-gradient(top, #92c6ea 0%, #52a5de 100%);
  background: -ms-linear-gradient(top, #92c6ea 0%, #52a5de 100%);
  background: linear-gradient(to bottom, #92c6ea 0%, #52a5de 100%);
  border-top: 1px solid #bdddf2;
  border-bottom: 1px solid #288ed5;
}
.greyStyle {
  background: #b8b8b8;
  background: -moz-linear-gradient(top, #b8b8b8 0%, #dedede 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b8b8b8), color-stop(100%, #dedede));
  background: -webkit-linear-gradient(top, #b8b8b8 0%, #dedede 100%);
  background: -o-linear-gradient(top, #b8b8b8 0%, #dedede 100%);
  background: -ms-linear-gradient(top, #b8b8b8 0%, #dedede 100%);
  background: linear-gradient(to bottom, #b8b8b8 0%, #dedede 100%);
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #c5c5c5;
  color: #fff;
}
body {
  background: #01416d;
}
h1,
.Head {
  color: #01416d;
}
h2,
.SubHead {
  color: #01416d;
}
#TopWrapper {
  background: #52a5de;
  border-bottom: 1px solid #2072aa;
  padding-bottom: 30px;
}
#MiddleWrapper {
  background: #dedede;
  border-bottom: 1px solid #01416d;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
}
#BottomWrapper {
  background: #015fa0;
  border-top: 1px solid #028ceb;
  border-bottom: 1px solid #01416d;
  padding: 10px 0 15px;
}
.whiteBox {
  background: none repeat scroll 0 0 #FFFFFF;
  border-radius: 10px 10px 0px 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  margin-top: -25px;
  padding: 11px 23px 10px;
}
#footer {
  padding: 10px 0px 2px;
  color: #fff;
  border-top: 1px solid #015fa0;
}
#footer .footerRight {
  text-align: right;
}
#dnn_LogoPane {
  background: transparent;
  padding: 20px 0 10px;
}
#dnn_TaglinePane {
  background: transparent;
  padding-top: 36px;
  color: #fff;
  margin-bottom: 10px;
}
#dnn_TaglinePane a {
  color: #bdddf2;
}
#dnn_TaglinePane a:hover,
#dnn_TaglinePane a:active {
  color: #fff;
}
#dnn_TaglinePane p {
  margin: 0;
}
#dnn_BottomPane,
#dnn_HeaderPane {
  color: #fff;
}
#dnn_BottomPane h2 span,
#dnn_HeaderPane h2 span,
#dnn_BottomPane .SubHead,
#dnn_HeaderPane .SubHead,
#dnn_BottomPane h1,
#dnn_HeaderPane h1,
#dnn_BottomPane .Head,
#dnn_HeaderPane .Head {
  color: #ffffff;
}
#dnn_BottomPane .Normal p img,
#dnn_HeaderPane .Normal p img,
#dnn_BottomPane .Normal td img,
#dnn_HeaderPane .Normal td img {
  margin: 0px 10px 7px;
}
#dnn_BottomPane a:link,
#dnn_HeaderPane a:link,
#dnn_BottomPane a:visited,
#dnn_HeaderPane a:visited {
  color: #d2e8f7;
}
#dnn_BottomPane a:hover,
#dnn_HeaderPane a:hover,
#dnn_BottomPane a:active,
#dnn_HeaderPane a:active {
  color: #fff;
}
a:link,
a:visited,
a:active {
  color: #015fa0;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:hover {
  color: #52a5de;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.SkinObject {
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  text-shadow: 1px 1px 0px #01233a;
}
a.SkinObject {
  font-size: 12px;
  font-weight: bold;
  color: #d2e8f7;
  text-shadow: 1px 1px 0px #01233a;
}
a.SkinObject:hover,
a.SkinObject:active {
  color: #fff;
}
.Phone {
  font-size: 26px;
  font-weight: bold;
}
h1,
.Head {
  color: #062235;
}
h2,
.SubHead {
  color: #01233a;
}
h3,
.SubSubHead {
  color: #276794;
}
h4 {
  color: #3a6481;
  font-weight: bold;
}
h5 {
  color: #436278;
}
h6 {
  color: #4c606e;
}
.Normal p img,
.Normal td img,
.Normal div img {
  margin: 5px 7px 7px;
}
#menu {
  background: #bdddf2;
  border-radius: 10px;
}
#menu ul li {
  list-style-type: none;
  list-style-position: inside;
  display: block;
  float: left;
  position: relative;
  line-height: 20px;
}
#menu ul li a:link,
#menu ul li a:visited {
  color: #015fa0;
  display: block;
  padding: 11px 16px 16px;
  border: none;
  border-right: 1px solid #92c6ea;
  text-decoration: none;
  background: transparent;
  font-size: 16px;
  z-index: 500;
  text-shadow: 0px 1px 0px #ffffff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#menu ul li a:hover,
#menu ul li a:active,
#menu ul li a.menuActive {
  color: #52a5de;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: #e8f3fb;
}
#menu ul li:first-child a {
  border-radius: 10px 0 0 10px;
}
#menu ul li.breadcrumb > a:link,
#menu ul li.breadcrumb > a:visited {
  background: #e8f3fb;
}
#menu ul li ul {
  border: none;
  top: 47px;
  z-index: 200;
}
#menu ul li ul.edge ul {
  left: -100%;
}
#menu ul li ul li:first-child a {
  border-radius: 0;
}
#menu ul li ul li:last-child a {
  border-radius: 0;
}
#menu ul li ul li ul {
  top: 0;
}
#menu ul li ul li.current a:link,
#menu ul li ul li.current a:visited {
  background: #bdddf2;
}
#menu ul li ul li.current a:hover,
#menu ul li ul li.current a:active {
  background: #e8f3fb;
  color: #015fa0;
}
#menu ul li ul li.current > a:link,
#menu ul li ul li.current > a:visited {
  color: #015fa0;
  background: #e8f3fb;
}
#menu ul li ul li.current > a:hover,
#menu ul li ul li.current > a:active {
  color: #015fa0;
  background: #e8f3fb;
}
#menu ul li ul li a:link,
#menu ul li ul li a:visited {
  color: #015fa0;
  text-align: left;
  display: block;
  padding: 5px 10px 5px 10px;
  background: #bdddf2;
  text-decoration: none;
  font-size: 14px;
  z-index: 500;
  text-transform: none;
  font-weight: normal;
  border: none;
  border-bottom: 1px solid #7cbbe6;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
  transition: none;
  width: 160px;
}
#menu ul li ul li a:hover,
#menu ul li ul li a:active {
  background: #a7d1ee;
  color: #015fa0;
  font-weight: normal;
  transition: none;
  border-bottom: 1px solid #92c6ea;
}
.DNNEmptyPane {
  display: none;
}
/* XS */
@media only screen and (max-width: 767px) {
  [class*="span"] {
    padding: 0px 10px;
  }
  #header {
    text-align: center;
  }
  #dnn_LogoPane {
    padding: 20px 0 0;
  }
  #dnn_TaglinePane {
    padding-top: 0px;
  }
  .whiteBox {
    border-radius: 0px;
    padding: 0px;
  }
  #footer {
    text-align: center;
  }
  #footer .footerRight {
    text-align: center;
  }
  [class*="span"].DNNEmptyPane {
    padding: 0px;
  }
  .tinynav {
    height: 34px;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    background-image: url("img/menu-icon-b.png"), -moz-linear-gradient(top, #ffffff 0%, #dedede 100%);
    background-image: url("img/menu-icon-b.png"), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dedede));
    background-image: url("img/menu-icon-b.png"), -webkit-linear-gradient(top, #ffffff 0%, #dedede 100%);
    background-image: url("img/menu-icon-b.png"), -o-linear-gradient(top, #ffffff 0%, #dedede 100%);
    background-image: url("img/menu-icon-b.png"), -ms-linear-gradient(top, #ffffff 0%, #dedede 100%);
    background-image: url("img/menu-icon-b.png"), linear-gradient(to bottom, #ffffff 0%, #dedede 100%);
    background-position: right top;
    background-repeat: no-repeat;
    border: none;
    padding-left: 10px;
  }
  .Normal p img,
  .Normal div img,
  .Normal td img {
    margin: 5px 7px 7px;
    padding: 0;
  }
  #dnn_BottomPane .Normal p img,
  #dnn_HeaderPane .Normal p img,
  #dnn_BottomPane .Normal div img,
  #dnn_HeaderPane .Normal div img,
  #dnn_BottomPane .Normal td img,
  #dnn_HeaderPane .Normal td img {
    margin: 5px 7px 7px;
    padding: 0;
  }
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  .uneditable-input {
    max-width: 187px;
  }
  .NormalTextBox.dnnFormRequired {
    max-width: 170px;
  }
  select {
    width: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .whiteBox {
    border-radius: 10px 10px 0px 0;
    padding: 0px 10px;
  }
  #menu ul {
    border-right: 0px;
  }
  #footer {
    text-align: left;
  }
  #footer .footerRight {
    text-align: right;
  }
  #header {
    text-align: left;
  }
  #dnn_TaglinePane {
    padding-top: 10px;
  }
}
/* iPads (landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  #menu ul {
    max-width: 610px;
  }
}
/* iPads (portrait) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #menu ul {
    max-width: 510px;
  }
}
