body {
  font-size: 12px;
  font-family: Arial, sans-serif;
  background: #fafafa;
}

a {
  color: #31B4AF;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #9F195C;
  text-decoration: none;
}

#general_container {
  width: 100%;
}

#superior {
  width: 900px;
  position: fixed;
  min-height: 60px;
  top: 0px;
  left: 50%;
  z-index: 3;
  margin-left: -450px;
  background: #fafafa;
}

#client_logo {
  float: left;
  margin-top: 10px;
}

#portal_header {
  width: 900px;
  height: 44px;
  position: relative;
  background: #9F195C url(../../images/old/top_color_bar.png) repeat-x;
  z-index: 3;
  box-shadow: 0px 5px 10px rgba(0,0,0,.5);
  -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,.5);
  -moz-box-shadow: 0px 5px 10px rgba(0,0,0,.5);
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  clear: both;
}

#user_info {
  color: #888 !important;
  font-weight: bold;
  float: right;
}

#signin_buttom {
  padding: 15px 20px 0 0;
  display: block;
}

#start_portal_header {
  background: transparent url(../../images/old/start_portal_header.png) no-repeat;
  height: 71px; 
  width: 30px;
  position:absolute;
  top:0px;
  z-index: 3;
}

#end_portal_header {
  background: transparent url(../../images/old/end_portal_header.png) no-repeat;
  height: 71px; 
  width: 30px;
  position:absolute;
  top:0px;
  right: 0px;
  z-index: 3;
}

#portal_background {
   width: 100%;
   height: 200px;
   position: fixed;
   top: 300px;
   z-index: 0;
}

#portal_background img {
  width: 100%;
}

a.anchor_forgot_portal {
  color: #9F195C;
  font-weight: bold;
  text-decoration: underline;
}

a.anchor_forgot_portal:hover {
  color: #002060;
  text-decoration: none;
}

#welcom {
  width: 100%;
  height: 126px;
  background: url(../../images/old/welcom.jpg) no-repeat #9F195C left top;
}

.clear {
  clear: both;
}

#social_networking {
  background-color:white;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ddd;
  width: auto;
  position: fixed;
  bottom: 10px;
  left: 10px;
  height: 16px;
  padding: 5px;
}

#social_networking span {
  margin: 1px
}

#access_icons, #searcher, #searcher_form
{
  display: inline;  
}

#access_icons input {
  z-index: 10;
  position:relative;
  top:0px;
  z-index: 4;
}

#searcher_form input{
  height: 15px;
  width: 300px;
  position: absolute;
  top:50%;
  left: 40%;
  margin-top: -10px;
  background: #ffffff url(../../images/old/r_search.png) no-repeat 2px ;
  padding: 2px 2px 2px 20px ;
  -moz-border-radius: 50px 50px 50px 50px; 
  -webkit-border-radius: 50px 50px 50px 50px; 
  border-radius: 50px 50px 50px 50px;
  font-style: italic !important;
  color: #2b2b2b !important;
}

button {
    cursor: pointer;
    padding: 2px 4px;
    text-shadow: 0px 1px 1px #fff;
    text-decoration: none;
    background-color: #ddd;
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(center bottom,#ddd 0%,#f7f7f7 100%);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#dddddd),color-stop(1,#f7f7f7));
    background-image: -o-linear-gradient(center bottom,#ddd 0%,#f7f7f7 100%);
    border: 1px solid #c5c5c5;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #b8b8b8;
    color: #262626;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.218s ease;
    -moz-transition: all 0.218s ease;
    -o-transition: all 0.218s ease;
    transition: all 0.218s ease;
}

button:hover {
    background-color: #ebebeb;
    -moz-box-shadow: 0px 3px 2px -2px rgba(82,82,82,0.2);
    -webkit-box-shadow: 0px 3px 2px -2px rgba(82,82,82,0.2);
    -opera-box-shadow: 0px 3px 2px -2px rgba(82,82,82,0.2);
    -khtml-box-shadow: 0px 3px 2px -2px rgba(82,82,82,0.2);
    box-shadow: 0px 3px 2px -2px rgba(82,82,82,0.2);
    background-color: #fff;
    background-image: -moz-linear-gradient(center bottom,#e6e6e6 0%,#fff 100%);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#e6e6e6),color-stop(1,#ffffff));
    background-image: -o-linear-gradient(center bottom,#e6e6e6 0%,#fff 100%);
    border: 1px solid #b8b8b8;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #ababab;
}

button:active {
    background-color: #d1d1d1;
    -moz-box-shadow: inset 0px 2px 5px -1px #b8b8b8;
    -webkit-box-shadow: inset 0px 2px 5px -1px #b8b8b8;
    -opera-box-shadow: inset 0px 2px 5px -1px #b8b8b8;
    -khtml-box-shadow: inset 0px 2px 5px -1px #b8b8b8;
    box-shadow: inset 0px 2px 5px -1px #b8b8b8;
    border: 1px solid #ababab;
    border-top: 1px solid #b7b7b7;
    border-bottom: 1px solid #9e9e9e;
}

input[type='submit'] {
    cursor: pointer;
    padding: 4px 10px;
    text-shadow: 0px 1px 1px #ffd899;
    text-decoration: none;
    background-color: #ff9d00;
    background-color: #ffb133;
    background-image: -moz-linear-gradient(center bottom,#ff9d00 0%,#ffb133 100%);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#ff9d00),color-stop(1,#ffb133));
    background-image: -o-linear-gradient(center bottom,#ff9d00 0%,#ffb133 100%);
    border: 1px solid #cc7d00;
    border-top: 1px solid #e68d00;
    border-bottom: 1px solid #b36e00;
    color: #4d2f00;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.218s ease;
    -moz-transition: all 0.218s ease;
    -o-transition: all 0.218s ease;
    transition: all 0.218s ease;
}
input[type='submit']:hover {
    background-color: #ffa71a;
    -moz-box-shadow: 0px 3px 2px -2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 3px 2px -2px rgba(0,0,0,0.2);
    -opera-box-shadow: 0px 3px 2px -2px rgba(0,0,0,0.2);
    -khtml-box-shadow: 0px 3px 2px -2px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 2px -2px rgba(0,0,0,0.2);
    background-color: #ffb742;
    background-image: -moz-linear-gradient(center bottom,#ffa30f 0%,#ffb742 100%);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#ffa30f),color-stop(1,#ffb742));
    background-image: -o-linear-gradient(center bottom,#ffa30f 0%,#ffb742 100%);
    border: 1px solid #b36e00;
    border-top: 1px solid #cd7e00;
    border-bottom: 1px solid #9a5f00;
}
input[type='submit']:active {
    background-color: #e68e00;
    -moz-box-shadow: inset 0px 2px 5px -1px #b36e00;
    -webkit-box-shadow: inset 0px 2px 5px -1px #b36e00;
    -opera-box-shadow: inset 0px 2px 5px -1px #b36e00;
    -khtml-box-shadow: inset 0px 2px 5px -1px #b36e00;
    box-shadow: inset 0px 2px 5px -1px #b36e00;
    border: 1px solid #995f00;
    border-top: 1px solid #b36e00;
    border-bottom: 1px solid #804f00;
}

#main_container {
  height: 100%;
  width: 840px;
  margin: 0 auto;
  position: relative;
}

#middle_content{
  background: transparent;
}

/* Login form */

#container_login {
  width: 400px;
  padding: 0;
  margin: 0 auto;
  text-shadow: #fff 0px 1px 1px;
}

#container_login h1 {
  color: white;
  font-size: 14px;
  position: relative;
  top: 30px;
  left: 150px;
}
    
#portal_login {
 background: white;
 padding: 10px 30px; 
 margin: 0%; 
 margin-left: 0px; 
 margin-right: 0px; 
}

.portal_login_header { 
  color: #FFFFFF;
  padding: 2px 15px;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  background-color: #006C80;
  border-color: #008CA6;
  font-size: 23px;
}

.portal_login_header h2 {
  font-weight: normal;
  margin-top: 5px; 
  color: #FFFFFF;
}

.portal_login_actions {
  background-color: #eeeeee;
  padding: 10px 15px;
  overflow: hidden;
}

.drm_button_cancel {
  float: right;
  padding: 4px 10px;
}

#portal_login table{
  margin: 10px auto;
}

#user_username,
#user_email,
#user_identification,
#signin_username,
#signin_password {
  color: #006b80;
  background: #F4F4F4;
  border-radius: 4px;
  width: 250px;
  padding: 5px 5px;
  font-size: 15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border: 1px solid #EEEEEE;
  box-shadow: 0 1px 0 #CCCCCC inset, 0 1px 0 #FFFFFF;
  cursor: text;
  height: 18px;
}

#user_captcha,
#signin_captcha{
  color: #1CB3AC;
  border: 1px solid #EEEEEE;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 1px 0 #CCCCCC inset, 0 1px 0 #FFFFFF;
  background: #f4f4f4;
  width: 135px;
  padding: 5px 10px;
  font-size: 15px;
}

input::-webkit-input-placeholder {
    color: #bcbcbc !important;
}

input:-moz-placeholder {
    color: #bcbcbc !important;
}

input:-ms-input-placeholder {
    color: #bcbcbc !important;
}

.captcha {
  float: left;
  padding-left: 5px;
}

.env_title {
  vertical-align: middle;
}

.user_image,
.password_image {
  text-align: center;
}

.error_list{
  margin: 0;
}

.error_list li {
  list-style: none;
  margin: 0;
  color: #ff4545;
  font-size: 10px;
}

.required_field label{
  background-image:url(../../images/icons/tools/required_field.png);
  background-position:top right;
  background-repeat:no-repeat;
  padding-right:7px;
}

/* Flashes Messages */

.flash-box {
  position: relative;
  margin: 0 0 15px;
  padding: 5px 10px 5px 32px;
  background-repeat: no-repeat;
  background-position: 10px 5px;
  border: 1px solid;
  border-radius: 3px;
}

.flash-box-static {
  position: relative;
  margin: 0 0 15px;
  padding: 5px 10px 5px 32px;
  background-repeat: no-repeat;
  background-position: 10px 5px;
  border: 1px solid;
  border-radius: 3px;
}

a.flash-close {
  position: absolute;
  right: 8px;
  top: 9px; 
  text-decoration: none !important;
  height:10px;
  width:10px;
  display:block;
  background:url(../../images/icons/tools/closelabel.png) no-repeat center;
  cursor: pointer;
  opacity: 0.4;
}

a.flash-close:hover {
  background:url(../../images/icons/tools/closelabel.png) no-repeat center;
  opacity: 0.7;
}

.flash-box-static p,
.flash-box p {
  margin-bottom: 0;
  margin-top: 20px;
}

.flash-box-static p.no-margin,
.flash-box p.no-margin {
  margin: 0;
}

.flash-box-static > p:first-child,
.flash-box > p:first-child {
  margin: 0;  
}

.flash-box-info {
  color: #3A87AD;
  border-color: #BCE8F1;
  background-color: #D9EDF7;
  background-image: url(../../images/icons/tools/info-circle.png);
}

.flash-box-success {
  color: #468847;
  border-color: #D6E9C6;
  background-color: #DFF0D8;
  background-image: url(../../images/icons/tools/tick-circle.png);
}

.flash-box-success a {
  color: #468847 !important;
}

.flash-box-warning {
  color: #C09853;
  border-color: #FBEED5;
  background-color: #FCF8E3;
  background-image: url(../../images/icons/tools/alert-circle.png);
}

.flash-box-warning a {
  color: #C09853 !important;
}

.flash-box-error {
  color: #B94A48;
  border-color: #EED3D7;
  background-color: #F2DEDE;
  background-image: url(../../images/icons/tools/error-circle.png);
}

.flash-box-error a {
  color: #B94A48 !important;
}

.flash-box-error .error_list li{
  font-size: 11px;
}

#resources {
  text-align: right;
  height: 25px;
  background: url(../../images/old/bg_background_pt_resources.png) repeat-x #9F195C;
}

#search {
  height: 25px;
  width: 50%;
  background: url(../../images/old/bg_background_pt_resources.png) repeat-x #9F195C;
}

#tabs {
  width: 100%;
  height: 100%;
  background: transparent;
}



#header td, #header th {
  padding: 0px;
  border: 0px;
}

/* Tabs and content tabs */

#tabs > .ui-tabs-panel{
  background: #fff;
  
  width: 100%;
  
  padding: 10px 0;

  -moz-border-radius: 0 3px 3px 3px;
  -webkit-border-radius: 0 3px 3px 3px;
  border-radius: 0 3px 3px 3px;  

  -webkit-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);
}

.ui-tabs-hide {
  position: absolute;
  left: -10000px;
}

#tabs > .ui-tabs-panel table {
  margin: 0 10px;
}

#tabs > .ui-tabs-panel table td {
  vertical-align: top;
}

.ui-helper-clearfix:after {
  content: "."; 
  display: block; 
  height: 8px;
  clear: both; 
  visibility: hidden; 
}

.ui-helper-reset {
  font-size: 11px;
}

#loading {
  position: absolute;
  background-color: #efefef;
  opacity: 0.8;
  filter: alpha(opacity =50);
  margin: 0;
  padding: 1px 0;
  position: absolute;
  white-space: nowrap;
  z-index: 10000;
  width: 100%;
  height: 100%;
}

#img_loading {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 32px;
  height: 32px;
}

.hidden {
  display: none;
}

#lean_overlay {
  position: fixed;
  z-index: 10000;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
  background: #000;
  display: none;
}

.basictab {
  margin-left: 0;
  list-style-type: none;
  text-align: left;
  white-space: nowrap;
  overflow-x:auto;
  overflow-y:hidden; 
  height: 43px;
}

/* .basictab::-webkit-scrollbar {
  height: 8px;
}

.basictab::-webkit-scrollbar-track {
  background:#eee;
  border: thin solid lightgray;
  box-shadow: 0px 0px 3px #dfdfdf inset;
  border-radius:10px;
}
.basictab::-webkit-scrollbar-thumb {
  background:#999;
  border: thin solid gray;
  border-radius:10px;
}
.basictab::-webkit-scrollbar-thumb:hover {
  background:#7d7d7d;
}      */

.basictab li {
  display: inline;
  margin: 0;
}

.basictab li.ui-state-default {
  background: transparent !important;
  border: 0px;
  color: #575756;
}

.basictab li a {
  text-decoration: none;
  padding: 8px 10px;
  height: 20px;
  text-transform: uppercase;
  background: url(../../images/old/bg_color_tab.png) repeat-x #9F195C left top ;
  color: #FFFFFF;  

  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;  

  -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
}

.basictab li a:hover {
  background: url(../../images/old/bg_color_tab_hover.png) repeat-x #9F195C left top ;
}

.basictab li.ui-state-active a,
.basictab li.ui-tabs-selected a {
  background: #FFFFFF !important;
  color: #9F195C !important;
}

.tab_container {
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; 
  width: 100%;
  height: 100%;
	background: #fff;
}

.tab_content {
	padding: 20px;
	font-size: 1.2em;
}

#container {
  width: 100%;
  background: none;
}

#content {
  padding: 0px;
  padding-top: 0;
}

#content h1 {
  padding: 0;
  background: transparent;
  margin-bottom: 20px;
  font-size: 140%;
  color: #000;
  text-transform: uppercase;
}

#content h2 {
  padding: 0;
  background: transparent;
  margin-bottom: 10px;
  font-size: 120%;
  color: #000;
}

td, th {
  padding: 0.2em 1em;
  text-align: left;
}

th {
  font-weight: bold;
}

#portal_footer {
  color: #006c80;
  margin-bottom: 10px;
  text-align: right;
}

#footer img {
  vertical-align: middle;
}

#middle_content div.section {
  background: white;
  filter:alpha(opacity=60);
  -moz-opacity:.60;
  opacity:.60;
  margin: 10px 0 10px 0;
  padding: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.ui-widget-content {
  border: 0px;
}

table.data {
  border: medium none #CCCCCC;
}

.data thead th {
  background-color: #53AEDF;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  padding: 7px;
  white-space: nowrap;
}

.data thead th img {
  vertical-align: middle;
}

table.data caption {
  background: url(../../images/old/ui-bg_highlight-soft_75_94bcea_1x100.png) repeat-x scroll 50% 50% #CCCCCC;
  border: 1px solid #E9E9E9;
  color: #666666;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 2px;
  padding: 7px;
}

.odd tr, .odd td {
  background-color: #FFFFFF;
  color: #1A1A1A;
  font-family: "Segoe UI",Candara;
  font-size: 12px;
  height: 19px;
  line-height: 1.4;
}

.even tr, .even td {
  background-color: #E5EFF8;
  border-bottom:1px solid #e5eff8;
  border-left:1px solid #e5eff8;
  color: #1A1A1A;
  font-family: "Segoe UI",Candara;
  font-size: 12px;
  height: 19px;
  line-height: 1.4;
}

.data_center, .data_input, .data_id, .data_type, .data_code, .data_version, .data_revision, .data_mark {
  text-align: center;
}

.data_state, .data_code {
  white-space: nowrap;
}

.pagination_desc {
  color: #828F95;
  font-style: italic;
  margin-left: 15px;
  margin-top: 10px;
}

.pagination_desc strong {
  color: #176F94;
}

.pagination {
  color: #176F94;
  float: right;
  font-size: 110%;
  font-weight: bold;
  margin-right: 10px;
  margin-top: 10px;
}

.pagination a {
  color: #828F95;
  font-size: 75%;
  font-weight: normal;
  margin: 0 1px;
  text-decoration: none;
  vertical-align: 1px;
}

.pagination a:hover {
  text-decoration: underline;
}

.pagination img {
  vertical-align: -2px;
}

ul.gallery_grid {
  list-style: none;
}

ul.gallery_grid li {
  display: inline;
}

ul.gallery_grid img {
  padding: 5px;
  background: white;
  border: 1px solid #BBB;
  margin: 9px 9px 9px 10px;
}

ul.gallery_grid a:hover img {
  border: 1px solid #555;
}

/* Styles for fancyBox Plugin */
.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp{padding:0;margin:0;border:0;outline:none;vertical-align:top;}
.fancybox-wrap{position:absolute;top:0;left:0;z-index:8020;}
.fancybox-skin{position:relative;background:#f9f9f9;border:2px solid #006C80;color:#444;text-shadow:none;}
.fancybox-opened{z-index:8030;}
.fancybox-opened .fancybox-skin{-webkit-box-shadow:0 10px 20px rgba(0,0,0,0.5);-moz-box-shadow:0 10px 20px rgba(0,0,0,0.5);box-shadow:0 10px 20px rgba(0,0,0,0.5);}
.fancybox-outer,.fancybox-inner{position:relative;}
.fancybox-inner{overflow:hidden;}
.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling:touch;}
.fancybox-error{color:#444;font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;margin:0;padding:15px;white-space:nowrap;}
.fancybox-image,.fancybox-iframe{display:block;width:100%;height:100%;}
.fancybox-image{max-width:100%;max-height:100%;}
#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span{background-image:url(../lib/fancybox/fancybox_sprite.png);}
#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;background-position:0 -108px;opacity:0.8;cursor:pointer;z-index:8060;-webkit-box-shadow:0 2px 5px rgba(0,0,0,0.2);-moz-box-shadow:0 2px 5px rgba(0,0,0,0.2);box-shadow:0 2px 5px rgba(0,0,0,0.2);}
#fancybox-loading div{width:44px;height:44px;background:url(../lib/fancybox/fancybox_loading.gif) center center no-repeat;}
.fancybox-close{background:url(../../images/icons/tools/fancybox_close.png) no-repeat top center;position:absolute;top:11px;right:9px;width:16px;height:16px;cursor:pointer;z-index:8040;}
.fancybox-close:hover{background:url(../../images/icons/tools/fancybox_close.png) no-repeat bottom center;}
.fancybox-nav{position:absolute;top:0;width:40%;height:100%;cursor:pointer;text-decoration:none;background:transparent url(../lib/fancybox/blank.gif);/* helps IE */-webkit-tap-highlight-color:rgba(0,0,0,0);z-index:8040;}
.fancybox-prev{left:0;}
.fancybox-next{right:0;}
.fancybox-nav span{position:absolute;top:50%;width:36px;height:34px;margin-top:-18px;cursor:pointer;z-index:8040;visibility:hidden;}
.fancybox-prev span{left:10px;background-position:0 -36px;}
.fancybox-next span{right:10px;background-position:0 -72px;}
.fancybox-nav:hover span{visibility:visible;}
.fancybox-tmp{position:absolute;top:-99999px;left:-99999px;visibility:hidden;max-width:99999px;max-height:99999px;overflow:visible!important;}
.fancybox-lock{overflow:hidden;}
.fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index:8010;background:url(../lib/fancybox/fancybox_overlay.png);}
.fancybox-overlay-fixed{position:fixed;bottom:0;right:0;}
.fancybox-lock .fancybox-overlay{overflow:auto;overflow-y:auto;}
.fancybox-title{visibility:hidden;font:normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;position:relative;text-shadow:none;z-index:8050;}
.fancybox-opened .fancybox-title{visibility:visible;}
.fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index:8050;text-align:center;}
.fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;padding:2px 20px;background:transparent;background:rgba(0,0,0,0.8);-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-shadow:0 1px 2px #222;color:#FFF;font-weight:700;line-height:24px;white-space:nowrap;}
.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff;}
.fancybox-title-inside-wrap{padding-top:10px;}
.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;padding:10px;background:#000;background:rgba(0,0,0,.8);}

/* States color styles */
span.red_state,span.blue_state,span.yellow_state,span.green_state,span.violet_state,span.orange_state{color:#fff!important;border-radius:3px!important;padding:1px 3px!important}
span.rounded{border-radius:3px!important;padding:1px 3px!important}
span.green_state{background-color:#008C00!important}
span.red_state{background-color:#C00!important}
span.yellow_state{background-color:#FF0!important}
span.blue_state{background-color:#65B0D5!important}
span.violet_state{background-color:#9F1A5C!important}
span.orange_state{background-color:#F9A811!important}

.dashboard_template > table {border: 0;width: 100%;margin: 0;border-collapse: separate;border-spacing: 10px}
.dashboard_template > table td {vertical-align: top;border:1px solid #ccc;background: url(../../images/bg_80.png);margin-top: 10px;padding: 10px;position: relative;-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);-opera-box-shadow: 0 1px 1px rgba(0,0,0,0.1);-khtml-box-shadow: 0 1px 1px rgba(0,0,0,0.1);box-shadow: 0 1px 1px rgba(0,0,0,0.1)}
.dashboard_template h3 {display: block;font-size: 13px;padding: 3px 10px;border: 0;font-weight: bold;width: 100%;margin: -10px 0 10px -10px;color: #FFFFFF;background: #006C80}
.dashboard_template > table td table td { box-shadow: none; padding: 0.2em 1em; }
.dashboard_template > table td table th { border: 1px solid #CCCCCC; background: none}

.bsc_dayscalendar {background: url(../../images/icons/tools/calendar_days.png) no-repeat center center;width: 122px;height: 162px;padding: 19px 41px 49px 37px;margin: 0 auto}
.bsc_dayscalendar_date span {display: block;text-align: center}
.bsc_dayscalendar_date_year{color: #fff;font-size: 23px;font-weight: bold;height: 35px}
.bsc_dayscalendar_date_month{color: #555;font-size: 23px;font-weight: bold;height: 35px;text-transform: uppercase;margin-top: 5px}
.bsc_dayscalendar_date_day {color: #555;font-size: 80px;font-weight: bold;line-height: 60px;margin-top: 10px}
.bsc_dayscalendar_days {position: relative;height: 35px}
.bsc_dayscalendar_days span {position: absolute;left: -19px;bottom: 5px}

.bsc_thermometergauge1 {width: 139px;height: 409px;background-image: url(../../images/old/thermometer01.png); position: relative;margin: 0 auto}
.bsc_thermometergauge2 {width: 139px;height: 409px;background-image: url(../../images/old/thermometer02.png); position: relative;margin: 0 auto}
.bsc_thermometergauge3 {width: 139px;height: 409px;background-image: url(../../images/old/thermometer03.png); position: relative;margin: 0 auto}
.bsc_thermometergauge1_inner,.bsc_thermometergauge2_inner,.bsc_thermometergauge3_inner {width: 50px;height: 338px;position: absolute;right: -43px;top: 7px}
.bsc_thermometergauge1 .adjust2digits,.bsc_thermometergauge2 .adjust2digits,.bsc_thermometergauge3 .adjust2digits {right: -42px;}
.bsc_thermometergauge1 .adjust3digits,.bsc_thermometergauge2 .adjust3digits,.bsc_thermometergauge3 .adjust3digits {right: -40px;}
.bsc_thermometergauge1 .adjust4digits,.bsc_thermometergauge2 .adjust4digits,.bsc_thermometergauge3 .adjust4digits {right: -38px;}
.bsc_adjustwidthchart {width: 80%}

.bsc_topten_chartdata table {width: 100%; background: #fff}
.bsc_topten_chartdata table th, .bsc_topten_chartdata table td { border: 1px solid #ccc}
.bsc_topten_chartdata table th { background: #006C80; color: #fff}

.ui-tabs-vertical {margin: 10px 0}
.ui-tabs-vertical .ui-tabs-nav { padding: 0; float: left; width: 11em; margin-left: 10px}
.ui-tabs-vertical .ui-tabs-nav li { clear: left; width: 100%; border-bottom-width: 1px !important; border-right-width: 0 !important; margin: 0 -1px .2em 0; }
.ui-tabs-vertical .ui-tabs-nav li a { display:block; padding: 7px 12px;font-size:11px;color:#fff;font-weight:bold;background: url(../../images/old/bg_color_tab.png) repeat-x #9F195C left top;margin-right: -2px;-webkit-border-radius: 3px 0 0 3px;-moz-border-radius: 3px 0 0 3px;border-radius: 3px 0 0 3px;-webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);-moz-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1); }
.ui-tabs-vertical .ui-tabs-nav a:hover {text-decoration: none; background: url(../../images/old/bg_color_tab_hover.png) repeat-x #9F195C left top;}
.ui-tabs-vertical .ui-tabs-nav .ui-state-active a {color:#9f1a5c;background:#fff; }
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; border-right-width: 1px; }
.ui-tabs-vertical .ui-tabs-panel { padding: 1em; float: left; background: #fff;-webkit-border-radius: 0 5px 5px 5px;-moz-border-radius: 0 5px 5px 5px; border-radius: 0 5px 5px 5px; min-height: 400px; width: 57em}
.ui-corner-left {-moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }

/* Filters styles */
.deskfilter{margin:2px;background-color:#f3f3f3;border:1px solid #aaa;}
.deskfilter .filter table{width:300px;}
.deskfilter .filter td{width:200px;font-size:9px;padding:2px;}
.deskfilter .filter th{width:100px;font-weight:400;font-size:10px;padding:2px;}
.deskfilter .filter select{width:180px;font-size:10px;}
.deskfilter .filter select.tq_date{width:50px;font-size:10px;}
.deskfilter .filter select.tq_hour_minute{width:70px;font-size:10px;}
.deskfilter .filter .double_list div{margin-top:0;}
.deskfilter .filter input[type='text']{width:180px;font-size:10px;}
.deskfilter_title{margin:10px;}
.deskfilter_title h3{font-weight:400;}
.deskfilter_inner{cursor:pointer;width:45px;height:91px;right:0;overflow:hidden;position:fixed;text-indent:-100000px;top:30px;z-index:1000;}
.deskfilter_form{background:url(../../images/bg_95.png);border:1px dotted #E5E5E5;border-radius:3px 0 0 3px;width:100%;z-index:100100;}
.deskfilter_form table{border:none;color:#555;width:100%;}
.deskfilter_form table tbody{border:none;}
.deskfilter_form table tfoot th,.deskfilter_form table tfoot td,.deskfilter_form table tbody th,.deskfilter_form table tbody td{border:none;background:none;vertical-align:top;}
.deskfilter_form table tbody td div.filter_label label{display:block;font-size:12px;}
.deskfilter_form table tbody td input[type='text']{width:97.5%;border:1px solid #bbb;padding:2px;}
.deskfilter_form table tbody td input[type='textarea'],.deskfilter_form table tbody td select{border:1px solid #bbb;padding:2px;width:100%;}
.deskfilter_form table tbody td .tq_date{width:auto;font-size:11px;}
.deskfilter_form table tfoot td{text-align:right;}

.portal-video-container {
    position: relative;
    min-width: 960px;
    min-height: 700px;
}
.portal-video-header {
    color: #fff;
    padding: 2px 15px;
    border: 1px solid #008ca6;
    border-bottom-width: 0;
    background-color: #006c80;
    font-size: 23px;
}
.portal-video-header h2 {
    font-weight: normal;
    margin-top: 5px;
    color: #fff;
}
.portal-video-content {
    background: #fff;
    margin: 0;
    padding: 0;
    position: relative;
    min-height: 700px;
}
.portal-video-content .content-left {
    width: 220px;
    background-color: #ccc;
    padding: 10px 10px 30px;
    overflow-y: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    /*height: 100%;*/
}
.content-left h3 {
    font-size: 20px;
    line-height: 27px;
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 15px;
}
.content-left ul li {
    padding: 10px 5px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ccc;
}
.content-left ul li:hover {
    background-color: #a9a9a9;
}
.content-left ul li a {
    padding-bottom: 5px;
    color: #333;
    font-size: 14px;
    font-weight: normal;
}
.content-left-select {
    border: 1px solid #bbb;
    border-radius: 3px;
    padding: 4px;
    width: 100%;
    margin-bottom: 10px;
}
.portal-video-content .content-right {
    margin-left: 240px;
    background-color: #f3f3f3;
}
.content-right .content-title {
    padding: 15px 10px 0;
}
.content-title h2 {
    font-size: 20px;
    line-height: 27px;
}
.content-right .content-video {
    margin: 20px auto;
    width: 700px;
    height: 400px;
    background-color: #000;
}
#portal-video-iframe {  }
.content-right .content-desc {
    padding: 15px 10px;
    background-color: #fff;
    border-top: 1px solid #ccc;
}
.portal-video-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #eee;
    padding: 10px 15px;
    overflow: hidden;
}