body {
  font-family: Arial, Helvetica, sans-serif;
  background-position: left top;
  background-repeat: repeat-x;
}

a:focus {
  border: 0;
  outline: 0;
}

/* anchors
----------------------------------------------- */
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.container_12,
.container_16 {}

#tmp-container {
  position: relative;
  padding: 0px 20px;
}

.nobr {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.both {
  clear: both;
}

/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {line-height:1.2em; margin-bottom:.3em;}

#top {
  position: relative; 
  padding: 0px 10px;
}

#headerdebug-scale {
  margin-left: -10px;
}

#top h1 {
  position: absolute;
}

#top h1, #top h1 a {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
  font-weight: 300 !important;
  font-size: 36px;  
}

#top h1 a, #top h1 a:hover {
  text-decoration: none;
}

#top h2 {
  position: absolute;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px;
}

#log-panel {
  float: right;
  padding: 0px;
  margin-top: 10px;
  margin-right: 10px;
}

#v_slideout {
  float: right;
  background: url(../images/panel-hide.png) no-repeat 0 0;
  width: 12px;
  height: 18px;
  display: block;
  margin-top: -8px;
}

#panel_s {
  position: absolute;
  top: 140px;
  right: 45px;
  width: 220px;
  z-index: 99999;
  opacity: 0.90;
}

#panel_s ul {
  padding-top: 15px;
}

#vertical_slide {
  padding: 10px 15px;
  z-index: 99999;
}

#vertical_slide input.inputbox {
  width: 60%;
}

#vertical_slide form#login ul li {
  margin: 0;
}

label.lbl-fixed {
  display: block;
  vertical-align: middle;
}

.displaynone { 
  display: none; 
  visibility: hidden !important; 
  height: 0px !important;
}

#log-panel h3 {
  text-align: left;
  padding: 0px 6px;
}

#log-panel-buttons-handler {
  float: right;
}

a#v_toggle, a#v_register {
  float: right;
  font: 600 13px/18px 'Open Sans', Arial, Helvetica, sans-serif;
}

a#v_toggle, a#v_register {
  float: right;
}
a#v_toggle {
  margin-right: 10px;
}


/* layout swticher
----------------------------------------------- */

#nav-line {
  padding: 4px 0px;
}

ul#layout-width-sw {
  text-align: right;
  float: right;
  margin: 38px 0 0 0px;
  padding: 0px;
}

ul#layout-width-sw li {
  display: inline;
  margin: 0;
  padding: 0 0 0 0px;
  background: none;
  float: left;
}

#narrow, #wide, #fluid {
  width: 24px;
  height: 24px;
  display: block;
  text-indent: -9999px !important;
  float: left;
  overflow: hidden;
  font-size: 1px;
  text-align: left;
}

#narrow {
  background: url(../images/sw-bg.png) no-repeat 0 0px;
}

#wide {
  background: url(../images/sw-bg.png) no-repeat -30px 0;
}

#fluid {
  background: url(../images/sw-bg.png) no-repeat -60px 0;
}

#narrow:hover {
  background: url(../images/sw-bg.png) no-repeat 0 -33px;
}

#wide:hover {
  background: url(../images/sw-bg.png) no-repeat -30px -33px;
}

#fluid:hover {
  background: url(../images/sw-bg.png) no-repeat -60px -33px;
}

/* Breadcrumbs
----------------------------------------------- */

#breadcrumb-handler {
  padding: 2px 0px 2px 0px;
  margin-left: 0px;
}

/* page heading
----------------------------------------------- */
h2#page-heading {
  font-weight:normal;
  padding:.5em;
  margin:0 0 10px 0;
  border-bottom:1px solid #ccc;
}

/* table
----------------------------------------------- */
table {
  width:100%;
  margin-bottom:10px;
}
col.colC {
  width:8em;
}

td {
  padding: 4px 5px;
  text-align:left;
}
thead th, table th {
  border-bottom: 1px solid #ededed;
  padding: 8px 5px;
  text-align:left;
  background: #fafafa;
  font: normal 15px Tahoma, Arial, Helvetica, sans-serif;
  text-shadow: 1px 1px 0px #ffffff;
}
tbody th,
tbody td {
  border-top:none;
  border-bottom:none;
}
tfoot th,
tfoot td {
  border-top:2px solid #ededed;
}

/* forms
----------------------------------------------- */
form {
  overflow:hidden;
}
fieldset {
  padding:10px;
  position:relative;
  border-bottom-left-radius: 3px 3px;
  border-bottom-right-radius: 3px 3px;
  border-top-left-radius: 3px 3px;
  border-top-right-radius: 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
}
legend {
  font-weight: bold; font-size: 12px;
  line-height: 30px;
  padding: 0px 15px 0px 15px;
  border-bottom-left-radius: 3px 3px;
  border-bottom-right-radius: 3px 3px;
  border-top-left-radius: 3px 3px;
  border-top-right-radius: 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  vertical-align: middle;
}
fieldset.login p {
  margin-bottom:1em;
  margin-top:0pt;
}
fieldset p label {
  width:98%;
}
fieldset p input {
  width:98%;
}
fieldset p select {
  width:99%;
}
fieldset.login p label {
  float:left;
  line-height:2em;
  margin-right:3%;
  text-align:right;
  width:32%;
}
fieldset.login p input {
  width:60%;
}
fieldset.login input.button {
  margin-left:35%;
}
form p.notice {
  font-weight:bold;
}
input.search.text {
  width:66%;
}
input.search.button {
  width:28%;
  margin-left:2%;
}

/* Slideshow
----------------------------------------------- */

#top-sl-handler {
  margin-bottom: 0px;
}

#slideshow-handler {
  padding: 10px 0 20px 0;
}

/* header separator
----------------------------------------------- */

#header-separator {
  height: 48px;
  margin: 0px -20px -20px -20px;
}

/* Modules Layout
----------------------------------------------- */

#tab-modules-handler {
  margin: 0px 0px;
  padding: 0px 0px;
}

#top-modules {
  padding: 10px 0px 0px 0px;
  overflow: hidden;
}



#tab-modules {
  padding: 0px 0px;
}

#top-modules .mod-1, 
#top-modules .mod-2, 
#top-modules .mod-3, 
#top-modules .mod-4,
#bot-modules .mod-1, 
#bot-modules .mod-2, 
#bot-modules .mod-3, 
#bot-modules .mod-4,
#tab-modules .mod-1, 
#tab-modules .mod-2, 
#tab-modules .mod-3, 
#tab-modules .mod-4 {
  float: left;
  padding: 0 1%;
}

#top-modules .mod-4, #bot-modules .mod-4,
#tab-modules .mod-4 {
  width: 23%;
}

#top-modules .mod-3, #bot-modules .mod-3,
#tab-modules .mod-3 {
  width: 31%;
}

#top-modules .mod-2, #bot-modules .mod-2,
#tab-modules .mod-2 {
  width: 48%;
}

#top-modules .mod-1, #bot-modules .mod-1,
#tab-modules .mod-1 {
  width: 98%;
  float: none;
}

/* Search Form 
--------------------------------- */

#search-form {
  height: 26px;
  float: right;
  margin: 36px 0px 0px 20px;
}

#search-form label {
  display: none;
}

#search-form p, #search-form form {
  padding: 0;
  margin: 0;
  text-align: right;
}

#search-form .inputbox {
  margin: 0;
  height: 20px;
  line-height: 18px;
  width: 180px;
}

#search-form .button {
  margin: 0px 0px 0px 8px;
}

#bot-modules {
  padding-top: 20px;
}

#foo-left-right {
  clear: both;
  padding: 30px 3% 0px 3%;
}

#footer-left, #footer-right {
  float: left;
  font-size: 96%;
}

#footer-right {
  text-align: right;
  float: right;
}

#main-content-handler {
  width: 100%;
}

#main-content-handler #mc-hbg {
  padding: 20px 0px;
  width: 100% !important;
}

.tip-wrap {
  padding: 10px;
}