/**************************************
  ADMIN COLORS:
     WHITE: #FFF    (page/content background, search box bg)
      GRAY: #333    (nav text, wide col portlet title text, tab text)
      GRAY: #666    (content text, narrow col portlet title text, tab text, footer text)
      GRAY: #BFBFBF (input border)
     LGRAY: #E3E3E3 (nav dropdown background)
     LGRAY: #F0F0F0 (portlet background)
      BLUE: #0760AB (links)
      TEAL: #E8F7FB (footer background)
***************************************/

/********************** BEGIN RESET STYLES **********************/
/* Used to reset all browsers to have the same default styling */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  /*font: inherit;*/
  vertical-align: baseline;
  background: transparent;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: bottom;
}
div, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, 
input, select, textarea, 
dl, dt, dd, ol, ul, li, 
fieldset, legend, 
caption, th, td {
  font-size: 100%;
}
blockquote, q { quotes: none; }
blockquote: before, blockquote: after, q: before, q: after { content: ''; content: none; }
ins, mark { background-color: #ff9; color: #000; }
ins { text-decoration: none;}
mark { font-style: italic; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
/* remember to define focus styles! */
: focus { outline: 0; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0}
table td { vertical-align: top; }
input, select { vertical-align: middle; }
sup, sub { font-size: smaller; line-height: normal; }
sup { vertical-align: super; }
sub { vertical-align: sub; }
body {
  line-height: 1.55;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
a:active {
  outline: none;
}
button {
  /*width: auto;
  overflow: visible;*/
}
/*********************** END RESET STYLES ***********************/











/*********************** BEGIN GLOBAL ***********************/
body {
  background: #FFF;
  color: #666;
  font-size: 11px;
}
body, button {
  font-family: Arial,Helvetica,Garuda,sans-serif !important;
}

ul {
  list-style: none;
}
a {
  color: #0760AB;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
/*********************** END GLOBAL ***********************/











/*********************** BEGIN CONTAINER/SHADOW ***********************/
/*^^^^^*/#container { /* Overall page container */
  width: 960px;
  margin: 0 auto 0 auto;
  padding-top: 20px;
  padding-bottom: 5px;
}
#page { /* Page inside container which is surrounded by shadow */
  background: #FFF;
}
/*********************** END CONTAINER/SHADOW ***********************/













/*********************** BEGIN HEADER ***********************/
#header {
  padding-bottom: 10px;
  color: #333;
  overflow: hidden;
}
#header table {
  width: 100%;
}
#header td {
  vertical-align: bottom;
}
#header li {
  display: inline;
}
#header .sep {
  padding: 0 4px;
}
#loginArea, #logoHolder {
  /*width: 200px;*/
  /* float: right; */
  text-align: right;
  padding: 0 18px 0 0;
  font-weight: bold;
}
#logoHolder img {
  display: block;
  margin-bottom: 6px;
}
#header .right {
  float: right !important;
}
#header .left {
  float: left !important;
}
#header .hidden {
 display: none !important;
}
/*********************** END HEADER ***********************/













/*********************** BEGIN TOP NAVIGATION ***********************/
#nav { /* Nav container */
  display: block;
  position: relative;
  height: 72px;
  z-index: 1600;
  width: 100%;
  background: url('../images/sprites-vert.png') repeat-x 0 0;
  margin-bottom: 15px;
}

#navMenuLinks {
  width: 717px;
  height: 72px;
  float: left;
}

#navMLTable {
  background: url('../images/sprites-vert.png') repeat-x 0 -80px;
}
#navMLTable td ul { /* hide submenus */
  display: none;
}
#navMLTable td .nml_wrapper {
  height: 72px;
  text-align: center;
  position: relative;
  /*width: 100%;*/
  margin-right: 1px;
}
#navMenuLinks td .active {
  margin-right: 0;
  border-right: 1px solid #FFF;
}

#navMLTable .navLGap {
  padding: 0 1px;
}
#navMLTable .navLGap div {
  width: 9px;
  height: 72px;
  background: url('../images/sprites-vert.png') repeat-x 0 0;
}
#navMLTable .navLGap hr {
  display: none;
}


#navMenuLinks td a { /* Nav block links */
  display: block;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  height: 72px;
  padding: 0 8px 0 10px;
  background: url('../images/sprites-vert.png') repeat-x 0 0;
}

#navMenuLinks td .nml_wrapper .nml_linkText {
  line-height: 16px;
  display: table-cell;
  height: 72px;
  vertical-align: middle;
}









/* hovered */
#navMenuLinks td a:hover, #navMenuLinks td .active a {
  color: #333;
  text-decoration: none;
  margin: 0;
  /*border-right: 1px solid #FFF;*/
  background: url('../images/sprites-vert.png') repeat-x 0 -160px;
}

#navMenuLinks .nml_hBar, #navMenuLinks .nml_hBar hr {
  display: none;
}
#navMenuLinks td a:hover .nml_hBar, #navMenuLinks td .active a .nml_hBar {
  display: block;
  width: 1px;
  height: 72px;
  background: #FFF;
  position: absolute;
  top: 0;
  left: -1px;
}

#navMenuLinks.cpNav_fullWidth {
  width: 100% !important;
}
#navMenuLinks.cpNav_fullWidth #navMLTable {
  width: 100%;
}
#navMenuLinks.cpNav_fullWidth td .active {
  border-right: 0;
}
#navMenuLinks.cpNav_fullWidth  #navMLTable .navLGap {
  width: 11px;
}
#navMenuLinks.cpNav_fullWidth #navMLTable .navLGap div {
  width: 100%;
}
#navMenuLinks.cpNav_fullWidth td a {
  display: table;
  padding: 0;
  width: 100%;
}
#navMenuLinks.cpNav_fullWidth td .nml_wrapper .nml_linkText {
  padding: 0 8px 0 10px;  
  text-align: center;
}

.submenuWrapper {
  z-index: 1800;
}
.submenu {
  z-index: 1700;
  display: none;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  background: #FFF;
  padding: 1px;
}
.submenuInner {
  background: #E3E3E3;
  padding: 4px 0;
}

.submenu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.submenu li {
  padding: 1px 5px 0 1px;
  margin: 0;
  white-space: nowrap;
}
.submenu li a {
  padding: 3px 15px 3px 9px;
  display: block;
  position: relative;
}
.submenu li a:hover, .submenu li.submenuActive a {
  color: #333;
  text-decoration: none;
}


/* iframe */
.navIframe {
  z-index: 1650;
  width: 0;
  height: 0;
  position: absolute;
  visibility: hidden;
}


/* submenu arrows */
.submenu .submenuLink {
  background: url('../images/sprites-vert.png') no-repeat right -412px;
}

.submenu .submenuActive .submenuLink {
  background: url('../images/sprites-vert.png') no-repeat right -442px;
}

/* drop shadows */
/*^^^^^*/.ds_r_t {
  position: absolute;
  background: url('../images/dropShadow-topRight.png') no-repeat;
  width: 8px;
  height: 9px;

  top: 0;
  right: -8px;
}
/*^^^^^*/.ds_r {
  position: absolute;
  background: url('../images/dropShadow-right.png') repeat-y;
  width: 8px;

  top: 9px;
  bottom: 0;
  right: -8px;
}

/*^^^^^*/.ds_b_l {
  position: absolute;
  background: url('../images/dropShadow-bottomLeft.png') no-repeat;
  width: 9px;
  height: 8px;

  bottom: -8px;
  left: 0;
}
/*^^^^^*/.ds_b {
  position: absolute;
  background: url('../images/dropShadow-bottom.png') repeat-x;
  height: 8px;

  bottom: -8px;
  left: 9px;
  right: 0;
}

/*^^^^^*/.ds_br {
  position: absolute;
  background: url('../images/dropShadow-bottomRight.png') no-repeat;
  width: 8px;
  height: 8px;

  bottom: -8px;
  right: -8px;
}


#navMenuSearch {
  float: right;
  width: 243px;
  height: 72px;
}
#navMS_table {
  width: 100%;
  height: 72px;
}
#navMS_table hr {
  display: none;
}
#navMS_table .nms_gap {
  width: 7px;
  background: url('../images/sprites-vert.png') repeat-x 0 -240px;
}
#navMS_table .nms_content {
  /*width: 235px;*/
  padding: 0 18px;
  margin: 4px 0 2px 0;
  vertical-align: middle;
  background: url('../images/sprites-vert.png') repeat-x 0 -240px;
}
#navMS_table .nms_sep {
  width: 1px;
  background: url('../images/sprites-vert.png') repeat-x 0 -80px;
}


/* Site search */
#ssf_wrapper {
  border: 1px solid #BFBFBF;
}
.ssf_searchButton {
}
.ssf_searchButton a {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  width: 24px;
  height: 22px;
  background: #FFF url('../images/sprites-horiz.png') no-repeat 3px 2px;
}
.ssf_searchField {
  width: 100%;
}
.ssf_searchField .inputField {
  margin-bottom: 0;
  border: 0;
}
/* Client Admin Search Wrapper */
#cas_wrapper{
  border: 1px solid #BFBFBF;
  z-index: 1900;
  -moz-box-shadow: 5px 5px 5px -1px #C8C9CA;
  -webkit-box-shadow: 5px 5px 5px -1px #C8C9CA;
  box-shadow: 5px 5px 5px -1px #C8C9CA;
  background: #F0F0F0;
  border-left: 1px solid #E9E9E9;
  border-right: 1px solid #E9E9E9;
  border-bottom: 1px solid #9B9B9B;
  padding: 10px;
}
.cas_searchButtons{
  float: right;
}

.cas_button {
  display: inline;
  padding: 5px;
  line-height: 26px;
  background: #999999;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFF;
  /* margin-left: 5px; */
}
.cas_button a {
 
}
.button_wrap {
 display: block;
 margin-left: 5px;
 float: left;
}
.button_wrap a.cas_button:hover {
  background-color: #444;
  text-decoration: none;
}
.sf_spinner {
  display: none;
  width: 100%;
  background: #F0F0F0;
}
.sf_spinner img {
  display: block;
  margin: 0 auto;
}
.sf_submitted .sf_spinner {
  display: block;
}
fieldset {
  border: 1px solid #A0A0A0;
  margin-top: 10px;
  margin-bottom: 20px;  
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px; 
}
legend {
  background-color: transparent;
  color: #708090;
  padding: 0 7px;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 5px;  
}

/* type-ahead results */
.nms_content .ta_results {
  position: absolute;
  width: 199px;
  background: #FFF;
  margin-top: -1px;
}
.nms_content .ta_resultsI {
  border: 1px solid #BFBFBF;
  padding: 2px 6px;
}
.nms_content .ta_resultsI div {
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
}
.nms_content .ta_resultsI .active {
  color: #FFF;
  background: #666;
}
.nms_content .ta_resultsI span {
  font-weight: bold;
}
.nms_content .ta_resultsI .spinner {
  /*overflow: hidden;
  text-indent: -9999px;*/
  background: url('../../shared/images/spinner01.gif') no-repeat;
  padding-left: 20px;
}
/*********************** END TOP NAVIGATION ***********************/














/*********************** BEGIN CENTER MAIN CONTENT ***********************/
#content {
  line-height: 1.55;
  position: relative;
  clear: both;
  z-index: 11;
}
.minHeightDiv, #detailsWrapper {
  min-height: 500px;
  height: auto !important;
  height: 500px;
}
.floatClear {
  clear: both;
}


/* Page title */
#pageTitle {
  height: 39px;
  background: url('../images/sprites-vert.png') repeat-x 0 -320px;
  padding: 0 20px;
  margin-bottom: 6px;
  clear: both;
  font-size: 15px;
  font-weight: bold;
  line-height: 39px;
  overflow: hidden;
  -moz-box-shadow: 2px 2px 5px -1px #9B9B9B;   /* {horizontal} {vertical} {blur} {spread} {color} */
  box-shadow: 2px 2px 5px #9B9B9B;  
  }
#pageTitle h1 {
  line-height: 39px;
  float: left;
}
#pageTitle .pt_sep {
  padding: 0 8px;
}


#detailsWrapper {
  background: #F0F0F0;
  border-left: 1px solid #E9E9E9;
  border-right: 1px solid #E9E9E9;
  border-bottom: 1px solid #9B9B9B;
  padding: 18px;
  margin-bottom: 15px;
}


















/* Tabs */
#content .viewmanager_tabs_div {
  float: none;
  width: 100%;
  height: 39px;
}
#content .viewmanager_tabs_div ul.multilevel1 {
  border: 0;
  padding-bottom: 0;
}
#content .viewmanager_tabs_div ul.multilevel2 {
  border: 0;
  padding-bottom: 30px;
}
#content .viewmanager_tabs_div ul.multilevel3 {
  padding-bottom: 60px;
}
#content .viewmanager_tabs_div ul li {
  padding-left: 0 !important;
}
#content .viewmanager_tabs_div ul li span {
  float: none;
}
#content .viewmanager_tabs_div ul li ul {
  display: none;
}
#content .viewmanager_tabs_div ul .viewmanager-tab-active ul {
  /*display: block;
  left: 0;
  margin-top: 31px;
  position: absolute;
  width: 100%;*/
}
#content .viewmanager_tabs_div .layer_divider {
  padding: 0;
}
#content .viewmanager_tabs_div .layer_divider div {
  /*height: 0;
  left: 0;*/
}
#content .viewmanager_tabs_div ul {
  background: none;
  float: none;
  position: static;
  text-align: left;
  width: auto;
}
#content .viewmanager_tabs_div ul ul {
  background: none;
  clear: left;
}
#content .viewmanager_tabs_div ul ul ul {
  background: none;
}
#content .viewmanager_tabs_div ul li {
  display: inline;
  margin-right: 1px;
  background: none !important;
  padding-left: 0 !important;
}
#content .viewmanager_tabs_div ul li span {
  margin: 0 1px 0 0;
  padding: 0;
  display: block;
  float: left;
  border-left: 1px solid #BFBFBF;
  border-right: 1px solid #BFBFBF;
}
#content .viewmanager_tabs_div ul li span a {
  color: #000000;
  font-family: Arial,Helvetica,Garuda,sans-serif !important;
  font-size: 100%;
  font-weight: normal;
  text-decoration: none;

  display: block;
  margin: 0;
  cursor: pointer;
  color: #666;
  font-size: 12px;
  line-height: 39px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 15px;
  height: 39px;
  background: url('../images/sprites-vert.png') repeat-x 0 -360px;
}
#content .viewmanager_tabs_div ul li.viewmanager-tab-active span {
  background: none;
  border: 0;
  /*margin: 0;*/
  position: static;
  top: 0;
  border-left: 1px solid #E9E9E9;
  border-right: 1px solid #E9E9E9;
}
#content .viewmanager_tabs_div ul li.viewmanager-tab-active span a {
  color: #333;
  background: #F0F0F0;
}
/*#content .viewmanager_tabs_div ul .layer_divider div {
  border-top: 1px solid #F3F7FB;
  display: block;
  margin-top: 30px;
}
#content .viewmanager_tabs_div ul ul {
}
#content .viewmanager_tabs_div ul ul li {
  display: inline;
}
#content .viewmanager_tabs_div ul .viewmanager-tab-active ul li span {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  margin: 4px 0 0 4px;
  position: static;
  top: 0;
}
#content .viewmanager_tabs_div ul ul li span a {
  color: #15428B;
  text-decoration: none;
}
#content .viewmanager_tabs_div ul li ul .viewmanager-tab-active span {
  background: none repeat scroll 0 0 #DAE6F4;
  border-color: #F0F5FA;
  border-style: solid;
  border-width: 1px 1px 0;
  margin-top: 2px;
  position: static;
  top: 2px;
}
#content .viewmanager_tabs_div ul ul .layer_divider div {
  background: none repeat scroll 0 0 #F0F5FA;
  display: block;
}*/

.layer_divider, .cl {
  display: none !important;
}
















/* Home Tabs */
#content .home_tabs_div {
  float: none;
  width: 100%;
  height: 39px;
}
#content .home_tabs_div ul.multilevel1 {
  border: 0;
  padding-bottom: 0;
}
#content .home_tabs_div ul.multilevel2 {
  border: 0;
  padding-bottom: 30px;
}
#content .home_tabs_div ul.multilevel3 {
  padding-bottom: 60px;
}
#content .home_tabs_div ul li {
}
#content .home_tabs_div ul li span {
  float: none;
}
#content .home_tabs_div ul li ul {
  display: none;
}
#content .home_tabs_div ul .activeTab ul {
  /*display: block;
  left: 0;
  margin-top: 31px;
  position: absolute;
  width: 100%;*/
}
#content .home_tabs_div .layer_divider {
  padding: 0;
}
#content .home_tabs_div ul {
  background: none;
  float: none;
  position: static;
  text-align: left;
  width: auto;
}
#content .home_tabs_div ul ul {
  background: none;
  clear: left;
}
#content .home_tabs_div ul ul ul {
  background: none;
}
#content .home_tabs_div ul li {
  display: inline;
  margin-right: 1px;
}
#content .home_tabs_div ul li span {
  margin: 0 1px 0 0;
  padding: 0;
  display: block;
  float: left;
  border-left: 1px solid #BFBFBF;
  border-right: 1px solid #BFBFBF;
}
#content .home_tabs_div ul li span a {
  color: #000000;
  font-family: Arial,Helvetica,Garuda,sans-serif !important;
  font-size: 100%;
  font-weight: normal;
  text-decoration: none;

  display: block;
  margin: 0;
  cursor: pointer;
  color: #666;
  font-size: 15px;
  line-height: 39px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 18px;
  height: 39px;
  background: url('../images/sprites-vert.gif') repeat-x 0 -360px;
}
#content .home_tabs_div ul li.activeTab span {
  background: none;
  border: 0;
  /*margin: 0;*/
  position: static;
  top: 0;
  border-left: 1px solid #E9E9E9;
  border-right: 1px solid #E9E9E9;
}
#content .home_tabs_div ul li.activeTab span a {
  color: #333;
  background: #F0F0F0;
}
/*#content .viewmanager_tabs_div ul .layer_divider div {
  border-top: 1px solid #F3F7FB;
  display: block;
  margin-top: 30px;
}
#content .viewmanager_tabs_div ul ul {
}
#content .viewmanager_tabs_div ul ul li {
  display: inline;
}
#content .viewmanager_tabs_div ul .viewmanager-tab-active ul li span {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  margin: 4px 0 0 4px;
  position: static;
  top: 0;
}
#content .viewmanager_tabs_div ul ul li span a {
  color: #15428B;
  text-decoration: none;
}
#content .viewmanager_tabs_div ul li ul .viewmanager-tab-active span {
  background: none repeat scroll 0 0 #DAE6F4;
  border-color: #F0F5FA;
  border-style: solid;
  border-width: 1px 1px 0;
  margin-top: 2px;
  position: static;
  top: 2px;
}
#content .viewmanager_tabs_div ul ul .layer_divider div {
  background: none repeat scroll 0 0 #F0F5FA;
  display: block;
}*/


/* worddoc buttons */
.otc-nospace {
  height: 30px;
}

.contentset-nospace {
  height: 10px;
}

.worddoc-nospace{
  height: 0px;
}


.worddoc-toolbar {
  position: absolute;
  top: 22px;
  /*margin-top: -61px;*/
  right: 22px;
}

/* adhocContent buttons */
.adhocContent-toolbar {
  margin: 10px 0;
}

.otc-toolbar {
  right: 22px;
  top: 90px;
  position: absolute;
}

.contentset-toolbar {
  right: 22px;
  top: 90px;
  position: absolute;
}

.worddoc-toolbar table, .adhocContent-toolbar table, .otc-toolbar table, .contentset-toolbar table {
  margin: 0 0 0 auto;
}
.worddoc-toolbar .wdt_label, .adhocContent-toolbar .wdt_label, .otc-toolbar .wdt_label, .contentset-toolbar .wdt_label {
  font-size: 12px;
  vertical-align: middle !important;
}
.worddoc-toolbar .wdt_label a, .worddoc-toolbar .wdt_label a:hover, .adhocContent-toolbar .wdt_label a, .adhocContent-toolbar .wdt_label a:hover, .otc-toolbar .wdt_label a, .otc-toolbar .wdt_label a:hover , .contentset-toolbar .wdt_label a, .contentset-toolbar .wdt_label a:hover {
  color: #333;
  text-decoration: none;
}
.worddoc-toolbar .wdt_label, .adhocContent-toolbar .wdt_label, .otc-toolbar .wdt_label, .contentset-toolbar .wdt_label {
  padding: 0 12px 0 2px;
}
.worddoc-toolbar a , .adhocContent-toolbar a , .otc-toolbar a , .contentset-toolbar a{
  margin-left: 0 !important;
}


.doc .firstCol span {
  /*position: relative;
  padding-right: 17px;*/
  padding-right: 20px;
  zoom: 1;
}
.wd_popupWrapper {
  position: absolute;
  right: 15px;
  top: 0;
}
.doc .menuIcon {
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  overflow: hidden;
  background: url('../images/sprites-horiz.png') no-repeat -1262px 2px;
  cursor: pointer;
}
.doc .menuIcon hr {
  display: none;
}

.wd_popupMenu {
  position: absolute;
  top: 15px;
  left: 0;
  border: 1px solid #999;
  z-index: 1303;
}
div.portlet_FolderContent .wd_popupWrapper .wd_popupMenu table tbody tr td {
  background: #FFF !important;
  border: 0 !important;
  padding: 0;
}
div.portlet_FolderContent .wd_popupWrapper .wd_popupMenu table tbody tr td.wd_popupIcon {
  padding: 0 2px 0 3px;
  border-right: 1px solid #999 !important;
}
div.portlet_FolderContent .wd_popupWrapper .wd_popupMenu table tbody tr td.wd_popupLabel {
  padding: 2px 30px 0 10px;
  font-size: 13px;
  white-space: nowrap;
  /*vertical-align: middle !important;*/
}


.wd_popupOpenSub .contentSelectorPopup {
  display: block !important;
}
.wd_popupOpenSub a.actionLink {
  font-weight: bold;
}
.contentSelectorPopup ul {
  margin: 0 !important;
}
.contentSelectorPopup ul {
  margin: 0 !important;
  font-size: 11px;
}

.wd_popupMenu .firstRow td {
  padding-top: 2px !important;
}
.wd_popupMenu .firstRow td.wd_popupLabel {
  padding-top: 4px !important;
}
.wd_popupMenu .lastRow td {
  padding-bottom: 2px !important;
}



.wd_popupLabel a, .wd_popupLabel a:hover {
  color: #666;
}
.wd_popupIcon a {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  width: 23px;
  height: 24px;
  background: url('../images/sprites-horiz.png') no-repeat -1020px 0;
}
.action_wdp_refresh {
  background-position: -1050px 0 !important;
}
.action_wdp_rename {
  background-position: -1080px 0 !important;
}
.action_wdp_delete {
  background-position: -1110px 0 !important;
}
.action_wdp_generate {
  background-position: -1140px 0 !important;
}
.action_wdp_edit {
  background-position: -1170px 0 !important;
}
.action_wdp_email {
  background-position: -1200px 0 !important;
}
.action_wdp_help {
  background-position: -1230px 0 !important;
}
.action_wdp_download {
  background-position: -1550px 0 !important;
}

.fcLoading {
  padding: 30px !important;
  text-align: center !important;
  background: #FFF;
}


.wd_helpTip, .wd_layoutImage {
  display: none;
}

.wd_tipsPopup_wrapper {
}
.wd_tipsPopup_wrapper .tipsy-inner {
  max-width: none !important;
}

.wd_tipsPopup_title {
  font-size: 15px;
  border-bottom: 1px solid #FFF;
  margin-bottom: 6px;
  line-height: 1;
  padding: 1px 0 5px;
}

.wd_tipsPopup_text .wd_tipsPopup_content, .wd_tipsPopup_image .wd_tipsPopup_content {
  max-height: 400px;
  overflow: auto;
}
.wd_tipsPopup_image img {
  max-width: 100%;
  display: block;
}

/* text only */
.wd_tipsPopup_wrapper_text .wd_tipsPopup_content {
  max-width: 300px;
}
/* image only */
.wd_tipsPopup_wrapper_image .wd_tipsPopup_content {
  max-width: 600px;
}
/* both */
.wd_tipsPopup_wrapper_text_image .wd_tipsPopup_text .wd_tipsPopup_content {
  width: 190px;
  padding-right: 5px;
}
.wd_tipsPopup_wrapper_text_image .wd_tipsPopup_image .wd_tipsPopup_content {
  max-width: 400px;
  padding-left: 5px;
}





/* Submit/cancel buttons */
.hp_welcomeWrapper .hp_w_right .hp_w_content a {
  display: block;
  clear: both;
  color: #666;
  margin-top: 3px;
  font-weight: bold;
}
.hp_welcomeWrapper .hp_w_right .hp_w_content a:hover {
  text-decoration: none;
}
.hp_welcomeWrapper .hp_w_right .hp_w_content span {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  width: 18px;
  height: 17px;
  float: left;
  margin-right: 4px;
  background: url('../../images/sprites-horiz.png') no-repeat -120px 0;
}


.page_formButtons {
  clear: both;
  height: 40px;
}
.page_formButtons a {
  display: block;
  float: left;
  color: #666;
  line-height: 40px;
  font-weight: bold;
  font-size: 15px;
}
.page_formButtons a:hover {
  text-decoration: none;
}
.page_formButtons a span {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 4px;
  background: transparent url('../images/sprites-horiz.png') no-repeat -620px 0;
}
.page_formButtons a.formButton_cancel {
  margin-left: 14px;
}
.page_formButtons a.formButton_cancel span {
  background-position: -660px 0;
}



/* icons */
.icon_selector, .icon_date {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  width: 34px;
  height: 21px;
  background: transparent url('../images/sprites-horiz.png') no-repeat -800px 0;
}
.icon_date {
  background-position: -840px 0 !important;
}




#ui-datepicker-div {
  display: none;
  z-index: 6001 !important;
  /*margin-top: 22px;*/
}
/*.ve_dateWrapper .hasDatepicker {
  visibility: hidden;
  height: 21px;
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
}*/
.fhDateWrapper td input.hasDatepicker {
  height:23px;
}


#detailsWrapper hr {
  /*color: #CCC !important;*/
}
/* Fields portlet */
#detailsWrapper .portal-page-area {
  padding-bottom: 30px;
}
#detailsWrapper .portlet-area-title {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 5px;
}
.webtemplate-fields {
  width: 100%;
  font-size: 12px;
  table-layout: fixed;
}

#_v101__name{
    width: 100%;
}

.webtemplate-fields input, .webtemplate-fields textarea, .webtemplate-fields select {
  /*width: 200px;*/
  margin: 0;
  max-width: 100%;
}
/*.wide-col .webtemplate-fields input, */.wide-col .webtemplate-fields textarea, .wide-col .webtemplate-fields select {
  width: 250px;
}
/*.narrow-col .webtemplate-fields input, */.narrow-col .webtemplate-fields textarea, .narrow-col .webtemplate-fields select {
  width: 150px;
}

/*.wf_2col input, */.wf_2col textarea, .wf_2col select {
  width: 100px;
}
/*.wide-col .wf_2col input, */.wide-col .wf_2col textarea, .wide-col .wf_2col select {
  width: 125px;
}
/*.narrow-col .wf_2col input, */.narrow-col .wf_2col textarea, .narrow-col .wf_2col select {
  width: 75px;
}
.webtemplate-fields input.inputField_fullWidth, .wide-col .webtemplate-fields input.inputField_fullWidth, .narrow-col .webtemplate-fields input.inputField_fullWidth, .wf_2col input.inputField_fullWidth, .wide-col .wf_2col input.inputField_fullWidth, .narrow-col .wf_2col input.inputField_fullWidth {
  width: 100%;
}
/*.ve_bytes_wrapper input {
  width: auto;
  height: auto !important;
  cursor: pointer;
}*/
.wf_orgUnder select {
  width: auto !important;
}


.webtemplate-fields tr td {
  border-top: 1px solid #CCC;
}
.webtemplate-fields tr tr td, .webtemplate-fields tr.rowFirst td {
  border-top: 0;
}
.webtemplate-fields tr tr td {
  padding-top: 0;
  padding-bottom: 0;
}
.webtemplate-fields td {
  padding: 4px 10px 5px 0;
  /*word-break: break-all;*/
}
.wf_label {
  width: 150px;
}
/* edit fields */
.modalhtmlarea-preview, .modalhtmlarea-preview-highlight {
  background: #FFF;
}
.modalhtmlarea-preview {
  border-color: #969696 !important;
}
/*#modalhtmlarea_shroud, #modal_shroud {*/
#modalhtmlarea_shroud, #modal_shroud {
  /*width: 100%;
  height: 100%;*/
  z-index: 5000 !important;
}
#modalhtmlarea_div, .customBox {
  margin-top: -100px;
/**/  z-index: 5001 !important;
}
.customBox {
  width: 800px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.customBox .f {
  font-size: 100% !important;
}
.customSelectHolder li {
  display: block;
  text-align: left !important;
}


/* login form */
.ve_default_border_body1 td {
  padding: 0 10px 10px 0;
}




/* generic search form */
.searchcriteria-topbutton {
  display: none;
}
ul.searchcriteria-scope {
  padding-left: 0;
  margin: 0 !important;
}
ul.searchcriteria-scope li {
  list-style-image: none !important;
  background: none !important;
  padding: 0 !important;
  margin-left: 0 !important;
  text-indent: 0 !important;
}
ul.searchcriteria-scope li:before {
  content: "" !important;
  padding-right: 0 !important;
}

.WOS_toolbar_hover {
  line-height: 14px !important;
}
.WOS_toolbar_hover ul {
  padding-left: 0;
  margin: 0 !important;
}
.WOS_toolbar_hover ul li {
  list-style-image: none !important;
  background: none !important;
  padding:  0 0 0 0 !important;
  margin-left: 0 !important;
  text-indent: 0 !important;
}
.WOS_toolbar_hover ul li:before {
  content: "" !important;
  padding-right: 0 !important;
}


/* tabular table */
.tabular-default td {
  padding-right: 10px;
}

/* dashboard */
.portlet_FolderDashboard .portlet-area-title span {
  line-height: 25px;
  font-weight: bold;
}












/* PORTLET match extjs styles */
div.portlet_FolderContent div.portlet-margins {
  margin: 0;
}
div.portlet_FolderContent div.tnb, div.portlet_FolderContent div.bo {
  border: 1px solid #99BBE8;
  -moz-border-radius: 2px !important;
  -webkit-border-radius: 2px !important;
  border-radius: 2px !important;
  -moz-box-shadow: 2px 2px 5px -1px #9B9B9B;   /* {horizontal} {vertical} {blur} {spread} {color} */
  box-shadow: 2px 2px 5px #9B9B9B;  
}
div.portlet_FolderContent div.portlet-margins div.portlet-area-title {
  background: url('../images/extjs/panel/white-top-bottom.gif') 0 -1px repeat-x;
  color: #15428B;
  border-bottom: 1px solid #99BBE8;
  line-height: 20px;
  font-size: 12px;
  height: 20px;
  font-weight: bold;
  padding-left: 6px;
}
div.portlet_FolderContent div.portlet-margins div.portlet-area-instructions {
  background-color: #DFE8F6;
  padding: 5px 5px 0px 5px;
  color: #15428B;
}
div.portlet-area-title .portlet-area-title-helptip {
  float: right;
}

/* TABULAR match extjs styles */
div.portlet_FolderContent table {
  /*border: 1px solid #99BBE8;*/
}
div.portlet_FolderContent table td, .array td {
  border-style: solid;
  border-width: 0 1px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}
.array {
  border: 0 !important;
}
.array td span {
  /*cursor: pointer;*/
}

.array tbody tr td td  {
  padding: 0;
  border: 0 !important;
}

div.portlet_FolderContent thead tr {

}
div.portlet_FolderContent thead tr th, div.portlet_FolderContent thead tr td, .array thead tr td {
  /*padding: 0 5px;
  border-left: 0 !important;
  border-right: 1px solid #D0D0D0 !important;
  font-weight: normal;
  font-size: 9px;
  line-height: 23px;*/
  background: url('../images/extjs/grid/grid3-hrow.gif') 0 0 repeat-x;
  /*white-space: nowrap;
  height: 24px;*/
  color: #666 !important;
}
div.portlet_FolderContent thead tr td, .array thead tr td {
  padding: 0 5px;
  border-left: 0 !important;
  border-right: 1px solid #D0D0D0 !important;
  font-weight: normal;
  font-size: 9px;
  line-height: 23px;
  white-space: nowrap;
  height: 24px;
}
.array thead tr td img {
  display: none;
}
div.portlet_FolderContent table tr.tabular-default-row {

}
div.portlet_FolderContent tbody tr {
  border: 0 !important;
}

div.portlet_FolderContent .even td {
  background: #FAFAFA !important;
}
div.portlet_FolderContent .odd td {
  background: #FFF !important;
}

div.portlet_FolderContent tbody tr:nth-child(even) td, .array tbody tr:nth-child(even) td {
  background: #FAFAFA !important;
}
div.portlet_FolderContent tbody tr:nth-child(odd) td, .array tbody tr:nth-child(odd) td {
  background: #FFF !important;
}

/*div.portlet_FolderContent tbody tr.ddHoverRow td {
  background: #FAF9E2 !important;
  cursor: move;
}*/

div.portlet_FolderContent tbody tr.ddActiveRow td, div.portlet_FolderContent tbody tr.ddPopupRow td {
  background: #E3EEF9 !important;
}
div.portlet_FolderContent tbody tr.ddActiveRow td {
  cursor: move;
}

div.portlet_FolderContent tbody tr td, .array tbody tr td {
  padding: 5px;
  border-style: solid;
  border-width: 0 0 1px 0 !important;
  border-color: #DDD !important;
}
#ve_selector_div .display td {
  border-style: solid;
  border-width: 0 0 1px 0 !important;
  border-color: #DDD !important;
}
#ve_selector_div .display td.fcLoading, #ve_selector_div .display td.dataTables_empty {
  border-width: 0 !important;
}
/*#ve_selector_div .display tr.odd {
  background: #FAFAFA;
}*/
div.portlet_FolderContent table tr.row-even td {
  background: #FFF;
}
div.portlet_FolderContent table tr.row-odd td {
  background: #FAFAFA;
}
div.portlet_FolderContent table tr.row-odd td.tabular-default-cell {
  /*border: 1px solid #EDEDED;
  border-width: 1px 0;*/
}
div.portlet_FolderContent table tr.tabular-default-highlighted, div.portlet_FolderContent table tr.tabular-default-highlighted td {
  background: #EEE !important;
}


.ve_reorderTable .firstCol {
  /*padding-left: 25px;*/
}
.ve_reorderTable .firstCol span {
  padding-left: 20px;
}
.ve_reorderTable .firstCol span, .dt_linkWrapper {
  display: block;
  position: relative;
}
.rowIcon {
  position: absolute;
  left: 1px;
  width: 15px;
  height: 17px;
  overflow: hidden;
  background: url('../images/sprites-horiz.png') no-repeat -1520px 0;
}
.rowIcon hr {
  display: none;
}
.dt_collapseIcon {
  cursor: pointer;
  background-position: -1500px -20px !important;
}
.dt_expandIcon {
  cursor: pointer;
  background-position: -1500px 0 !important;
}
.dt_rowLock {
  background-position: -900px 0 !important;
  cursor: default !important;
}
.dt_hiddenRow {
  display: none;
}
.ve_reorderTable .dt_dragRow {
  cursor: move;
}
/*.rowIcon_hover {
  cursor: move;
}*/

.ve_contentListTable tr p {
  margin-bottom: 0;
}
/* row action edit/delete/etc buttons */
.ve_contentListTable .dt_linkWrapper, .ve_reorderTable .firstCol span {
  padding-right: 20px;
  zoom: 1;
}
.portlet_TemplateStructure .dt_linkWrapper {
  padding-right: 0;
}
.portlet_TemplateStructure .ve_reorderTable .firstCol span {
  padding-right: 40px;
}
.actionIconWrapper {
  position: absolute;
  right: 0;
  top: 0;
}
.actionIconWrapper .actionIcon {
  float: left;
  margin-left: 6px;
}
.actionIconWrapper .actionIcon a {
  display: block;
  width: 14px;
  height: 15px;
  overflow: hidden;
  background: url('../images/sprites-horiz.png') no-repeat -79px 0;
  cursor: pointer;
  text-indent: -9999px;
}
.actionIconWrapper .viewIcon a {
  background-position: -79px -20px !important;
}
.actionIconWrapper .editIcon a {
  background-position: -79px 0 !important;
}
.actionIconWrapper .deleteIcon a {
  background-position: -99px 0 !important;
}



/* TABS match extjs styles */
table td.wosviewswitch-notab {

}
table td.wosviewswitch-notselected {

}
table td.wosviewswitch-selected {

}


/* Action Toolbar */
/*
div.webtemplate-toolbar {
  padding: 3px 5px 1px;
  background: url('../images/extjs/toolbar/bg.gif') 0 0 repeat-x;
  border-bottom: 2px solid #99BBE8;
  text-align: left;
}
body div.webtemplate-toolbar table {
  margin: 0;
}
*/

/* redirects, portal resources, etc */
#content .tpl_relTab_body7 {
  position: absolute;
  border: 0;
  padding: 0;
  width: 922px;
  margin-top: -27px;
  height: 10px;
  background: #F0F0F0;
}
.ve_default_border_body4 input, .ve_default_border_body4 select {
  margin-left: 10px;
}

/* reports */
.reportGroup {
  cursor: pointer;
}
.reportGroup img {
  vertical-align: middle !important;
}

/* side col */
.narrow-col .portlet_CustomWidget .portlet-area-title {
  background: url('../images/sprites-vert.png') repeat-x 0 -360px;
  height: 39px;
  line-height: 39px;
  font-weight: bold;
  font-size: 15px;
  color: #666;
  padding: 0 19px;
}












/* Search input/select fields */
/*^^^^^*/.inputField {
  border: 1px solid #CCC;
  background: #FFF;
  padding-left: 6px;
  margin-bottom: 3px;
}
/*^^^^^*/.inputField div {
  height: 22px;
  position: relative;
  overflow: hidden;
}
/*^^^^^*/.inputField div div {
  position: absolute;
  left: -9999px;
  /*display: none;*/
}

/*^^^^^*/.inputField input {
  background: #FFF;
  position: absolute;
  border: 0;
  width: 100%;
  display: block;
  height: 15px !important;
  font-size: 12px;
  color: #333;
  padding-top: 4px !important;
  padding-bottom: 3px !important;
}

/*^^^^^*/.inputFieldSelect {
  border: 1px solid #CCC;
  /* Commmented by Raju padding: 1px 2px 1px 0; */
  margin-bottom: 3px;
}

/*^^^^^*/.inputFieldSelect div {
  background: #FFF;
  /* Commmented by Raju height: 22px; */
  position: relative;
  /* Commmented by Raju overflow: hidden; */
}
/*^^^^^*/.inputFieldSelect div div {
  /* Commmented by Raju right: -2px; */
}

/*^^^^^*/.inputFieldSelect select {
  color: #333;
  font-size: 12px;
  height: 23px;
  left: -1px;
  padding: 2px 0 2px 2px;
  position: absolute;
  top: -1px;
  width: 100%;
}

/*^^^^^*/.inputFieldTextarea textarea {
  width: 286px;
  height: 60px;
  border: 1px solid #CCC;
  padding: 0;
  margin: 0;
  overflow: scroll; 
  overflow-y: scroll; 
  overflow-x: hidden; 
  overflow: -moz-scrollbars-vertical;
  color: #333;
  font-size: 12px;
}
.inputField input[type="radio"]{
  background: none !important;
}

/*^^^^^*/.inputFieldTextarea .expanded {
  width: 496px;
}



/* cpSelectBox */
.cpSB_popup {
  z-index: 2000;
}


/*^^^^^*/.cpSB_inputActive .inputField {
  background: #BEBEBE;
}
/*^^^^^*/.cpSB_inputActive .inputField input {
  color: #000;
  background: none !important;
}

/*^^^^^*/.cpSB_popup {
  /*font-family: MS Shell Dlg, arial, verdana;*/
  font-size: 12px;
  color: #333;
  line-height: 15px;
  background: #FFF;
  /*margin-left: 1px;*/
}
/*^^^^^*/.cpSB_popupInner {
  border: 1px solid #999;
}
/*^^^^^*/.cpSB_popupInner div {
  border: 1px solid #FFF;
}

/*^^^^^*/.cpSB_popup span {
  padding-left: 2px;
  padding-top: 1px;
  height: 16px;
  width: 100%;
}
/*^^^^^*/.cpSB_puActive {
  border: 1px dotted #414141 !important;
  background: #BEBEBE;
}
/*^^^^^*/.cpSB_puActive span {
  color: #000;
  /*background: #BEBEBE;*/
}

/*^^^^^*/.cpSB_inputOverlay {
  top: 1px !important;
  background: url('../images/pixel.gif') no-repeat;
}

/*^^^^^*/.cpSB_dropdownIcon {
  width: 19px;
  height: 18px;
  overflow: hidden;
  background: url('../images/sprites-horiz.png') no-repeat -880px 0;
  right: 0;
  top: 0;
  position: absolute;
  margin-right: 2px;
  margin-top: 2px;
}



/* checkboxes */
/*^^^^^*/.checkbox, .radio {
  margin: 0;
  padding: 0;
  width: 13px;
  height: 13px;
}
/*^^^^^*/.checkbox, .checkboxLabel label, .radio, .radioLabel label {
  cursor: pointer;
}
/*^^^^^*/.checkboxCheck, .checkboxLabel {
  vertical-align: middle !important;
  padding-bottom: 6px;
}
/*^^^^^*/.checkboxLabel {
  line-height: normal !important;
  padding-left: 5px;
}




/* General page */

.table2col {
  width: 100%;
}
.table2col .col1, .table2col .col2 {
  width: 50%;
}
.table2col .col1 {
  padding-right: 8px;
}
.table2col .col2 {
  padding-left: 8px;
}

.table3col {
  width: 100%;
}
.table3col .col1 {
  padding-right: 8px;
  width: 33.3334%;
}
.table3col .col2 {
  padding: 0 4px;
  width: 33.3333%;
}
.table3col .col3 {
  padding-left: 8px;
  width: 33.3332%;
}




/* popup */
.modalShroud {
  background: #000;
  position: absolute;
  display: none;
  filter: progid:DXImageTransform.Microsoft.alpha(opacity=60);
  opacity: 0.6;
  /*z-index: 5000;*/
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
}

#ckehtmlarea_div, #ve_htmlArea_div, #ve_bytes_div, #ve_searchTip_div, #ve_portletHelpTip_div, #ve_selector_div, #ve_saving_div, #ve_msg_div, #ve_generic_div {
  /*color: #000;*/
  background: #FFF;
  /*border: 2px solid #574ECE;*/
  position: absolute;
  display: none;
  /*z-index: 5001;*/
  border: 1px solid #555;
  width: 930px;
}
#ve_bytes_div {
  width: 500px;
}
#ve_searchTip_div, #ve_portletHelpTip_div {
  width: 600px;
}
#ve_saving_div, #ve_msg_div {
  width: 300px;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}
#ve_bytes_div .popupContent, #ve_searchTip_div .popupContent, #ve_portletHelpTip_div .popupContent, #ve_generic_div .popupContent {
  color: #333;
  font-size: 13px;
  /*font-weight: bold;*/
  padding: 14px 19px 39px;
}

#ve_bytes_fileInput {
  padding-top: 2px;
}

#ve_selector_div .popupContent {
  padding: 10px;
}
#ve_selector_div .vs_popupTabContent {
  padding: 12px 11px;
  background: #F0F0F0;
  border-left: 1px solid #E9E9E9;
  border-right: 1px solid #E9E9E9;
}


#vs_tabs_div {
  height: 27px;
}
#vs_tabs_div ul {
  /*padding: 0;
  margin: 0;*/
}
#vs_tabs_div ul li {
  display: inline;
  margin-right: 1px;
}
#vs_tabs_div ul li span {
  border-left: 1px solid #BFBFBF;
  border-right: 1px solid #BFBFBF;
  display: block;
  float: left;
  margin-right: 1px;
  padding: 0;
  border-bottom: 1px solid #868787;
}
#vs_tabs_div ul li span a {
  color: #000000;
  font-family: Arial,Helvetica,Garuda,sans-serif !important;
  font-size: 100%;
  font-weight: normal;
  text-decoration: none;

  display: block;
  color: #666;
  font-size: 12px;
  line-height: 26px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 15px;
  height: 26px;
  background: url('../images/sprites-vert.png') repeat-x 0 -360px;
}

#vs_tabs_div ul li.active span {
  background: none;
  border: 0;
  /*margin: 0;*/
  top: 0;
  border-left: 1px solid #E9E9E9;
  border-right: 1px solid #E9E9E9;
  border-bottom: 1px solid #F0F0F0;
}
#vs_tabs_div ul li.active span a {
  color: #333;
  background: #F0F0F0;
}















/*.table2col {
  width: 100%;
}
.table2col .col1, .table2col .col2 {
  width: 50%;
}
.table2col .col1 {
  padding-right: 8px;
}
.table2col .col2 {
  padding-left: 8px;
}

.table3col {
  width: 100%;
}
.table3col .col1 {
  padding-right: 8px;
  width: 34%;
}
.table3col .col2 {
  padding: 0 4px;
  width: 33%;
}
.table3col .col3 {
  padding-left: 8px;
  width: 33%;
}*/

.vs_search_wrapper {
  padding-bottom: 10px;
}

.vs_search_fields {
  width: 225px;
}
.vs_search_advanced {
  /*position: relative;*/
}
.vs_search_advanced .vs_search_table, .vs_search_advanced .vs_search_fieldsO {
  width: 100%;
}
.vs_search_2col .vs_search_table {
  width: 550px !important;
}
.vs_search_advanced .vs_search_fields {
  width: auto !important;
  background: #E8EBF2;
  padding: 5px 0 0 5px;
}
.vs_search_advanced .vs_search_fields, .vs_search_advanced .vs_search_fields .inputField {
  border: 1px solid #C7CFDF;
}
.vs_search_fields .inputField, .vs_search_fields .inputFieldSelect {
  margin: 0;
}

.vs_search_advanced .vs_search_fields td {
  /*width: 187px;*/
  padding: 0 5px 5px 0;
}



.vs_search_table .dateFieldWrapper {
  width: 100%;
}
.vs_search_advanced .vs_search_fields .dateFieldWrapper td {
  padding-bottom: 0;
}
.vs_search_advanced .vs_search_fields .dateFieldWrapper td.dateInputCol {
  width: 100%;
}
.vs_search_advanced .vs_search_fields .dateFieldWrapper td.dateIconCol {
  padding-right: 0;
  vertical-align: middle;
}



/*.vs_search_advanced .vs_search_fields td.col2, .vs_search_advanced .vs_search_fields td.col3 {
}*/
/*.vs_search_buttons {
  height: 24px;
}*/

.vs_search_button {
  padding-left: 5px;
}
.vs_search_advanced .vs_search_button {
  padding-top: 6px;
}

.vs_search_button a {
  display: block;
  padding: 5px;
  line-height: 14px;
  height: 14px;
  background: #CCC;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #666;
}




























.vs_preview_container {
  height: 358px;
  position: relative;
  z-index: 5;
}
.vs_preview_wrapperO {
  border: 1px solid #BBB;
  background: #FFF;
  position: absolute;
  z-index: 10;
}

.vs_preview_wrapperI {
  width: 868px;
  height: 340px;
  padding: 8px;
  overflow: auto;
}


/*#ve_selector_div .popupContent, #ve_selector_div .popupContentO {
  height: 400px;
}
#ve_selector_div .popupContent {
  position: relative;
}
#ve_selector_div .popupContentO {
  position: absolute;
  top: 0;
  width: 100%;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: scroll;
}*/

#ve_selector_div table.display thead th {
  border-left: 0;
  border-right: 0;
  /* padding: 3px 0 3px 10px; */
  padding: 0;
}
#ve_selector_div table.display thead th div.DataTables_sort_wrapper {
  border-right: 1px solid #D3D3D3;
  padding: 3px 23px 3px 10px;
  cursor: pointer;
}


#ve_selector_div .popupDtContent, #ve_selector_div .popupDtContentO, .vs_pickToBoxO, .vs_pickToBox {
  height: 300px;
}
#ve_selector_div .dataTables_wrapper {
  border-bottom: 1px solid #BBB;
  background: #FFF;
  padding-bottom: 0;
  
}
#ve_selector_div .popupDtContent {
  position: relative;
  border-left: 1px solid #BBB;
  border-right: 1px solid #BBB;
  /*overflow: hidden;*/
}
#ve_selector_div .popupDtContentO {
  position: absolute;
  top: 0;
  width: 100%;
  /*overflow: scroll;
  overflow-x: hidden;
  overflow-y: scroll;*/
  overflow: auto;
  overflow-y: scroll;
}

/*#ve_selector_div .even td {
  background: #FAFAFA;
}
#ve_selector_div .odd td {
  background: #FFF;
}*/

#ve_selector_div table.display tr.row_selected td {
  background-color: #E3EEF9;
  cursor: pointer;
}

#ve_selector_div .vs_expandedResultsBox .popupDtContent {
  overflow: auto;
}
#ve_selector_div .vs_expandedResultsBox .popupDtContentO {
  overflow: visible;
  height: auto;
}

.vs_rowPoid {
  display: none;
}

.vs_theadWrapper {
  position: absolute;
  top: 0;
  /*left: -1px;*/
  z-index: 1;
}
.vs_theadWrapper table {
  /*width: 100%;*/
}

.vs_picker_wrapper {
  width: 100%;
}


.vs_pickFrom {
  /*width: 750px;*/
}

.vs_tab {
  display: none;
}
.vs_tab_active {
  display: block !important;
}


.vs_pickTo {
  /*padding: 24px 0 0 14px;*/
  padding-left: 14px;
  width: 174px;
  vertical-align: bottom;
}

.vs_pickToSpacing {
  height: 302px;
}

.vs_pickToWrapper {
  border: 1px solid #BBB;
}
.vs_pickToBoxO {
  position: relative;
}
.vs_pickToBox {
  width: 100%;
  /*padding: 2px 0;*/
  background: #FFF;
  overflow: auto;
  position: absolute;
  top: 0;
}


.vs_pickToClear, .vs_selectAll {
  border-top: 1px solid #C7CFDF;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
  display: none;
}
.vs_pickToClear div, .vs_selectAll div {
  display: block;
  background: url('../images/sprites-vert.png') repeat-x 0 -773px;
  color: #404E6A;
  cursor: pointer;
  /*font-weight: bold;*/
  line-height: 15px;
  height: 15px;
  /*padding: 3px 0;*/
  text-align: center;
  /*text-transform: uppercase;*/
}

.vs_pickToClear_enabled, .vs_allResults .vs_selectAll {
  display: block !important;
}

.vs_pickToClear_active, .vs_selectAll_active {
  border-color: #E0C6C6;
}
.vs_pickToClear_active div, .vs_selectAll_active div {
  background: #F3E7E7;
  color: #6A4040;
}
.vs_allResults .popupDtContentI {
  padding-bottom: 18px !important;
}


.vs_selector_single .vs_pickToBoxO, .vs_selector_single .vs_pickToBox {
  height: auto !important;
}
.vs_selector_single .vs_pickToBox {
  position: static;
}


#vs_pickToList {
  padding: 0 0 18px 0;
}
#vs_pickToList .ssr_sort_bar {
  /*background: url('../images/sprites-vert.png') repeat-x 0 -773px;*/
  color: #555555;
  cursor: pointer;
  display: block;
  height: 12px;
  line-height: 12px;
  padding: 3px 23px 3px 10px;
  position: relative;
  text-align: center;
  white-space: nowrap;        
}
#vs_pickToList .ssr_sort_bar span{
    margin-top: -8px;
    position: absolute;
    right: 0;
    top: 50%;
}
.vs_pickToNone {
  font-style: italic;
  color: #999;
}
.vs_pickToBox .vs_pickToNone {
  line-height: 1.0;
  padding: 6px 18px 6px 4px;
}

#vs_pickToList div.vs_ptl_item {
  /*cursor: pointer;*/
  position: relative;
  line-height: 1.0;
  padding: 0 18px 0 4px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  background: none;
  zoom: 1;
}
#vs_pickToList div.vs_ptl_item, .vs_pickTo_reorder_active #vs_pickToList div.active, .vs_pickTo_reorder_active #vs_pickToList div.active div.rowLabel {
  background-color: #FFF;
  border-color: #FFF;
}
#vs_pickToList div.vs_ptl_item div.rowLabel {
  padding: 3px 0;
  margin: -1px 0;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  zoom: 1;
}
.vs_pickTo_reorder #vs_pickToList div.vs_ptl_item div.rowLabel {
  cursor: move;
}
.vs_pickTo_reorder #vs_pickToList div.dragActive, .vs_pickTo_reorder #vs_pickToList div.dragActive div.rowLabel {
  background: #FFFF66 !important;
  border-color: #CCCCCC;
}

#vs_pickToList div.active, #vs_pickToList div.active div.rowLabel {
  /*background-color: #FAFAFA;*/
  background-color: #EFF3FB;
  border-color: #CCCCCC;
}
/*#vs_pickToList .row_selected {
  background-color: #E3EEF9;
}*/

#vs_pickToList div.remove, #vs_pickToList hr, .vs_pickTo_reorder_active #vs_pickToList .active div.remove {
  display: none;
}
#vs_pickToList .active div.remove {
  position: absolute;
  right: 2px;
  top: 1px;
  display: block;
  width: 14px;
  height: 15px;
  overflow: hidden;
  background: transparent url('../images/sprites-vert.png') no-repeat 0 -660px;
  cursor: pointer;
  text-indent: -9999px;
}



/* Add new tab */
.vs_addNew_wrapper {
  border: 1px solid #BBB;
}
.vs_addNew_contentO {
  height: 300px;
  position: relative;
}
.vs_addNew_contentI {
  height: 290px;
  padding-top: 10px;
  background: #F9F9F9;
  overflow: auto;
  position: absolute;
  top: 0;
  width: 100%;
}
.vs_addNew_msg {
  float: left;
  display: none;
  margin: 0 10px 12px 10px;
  /*margin-bottom: 12px;*/
}
.vs_addNew_msg span {
  font-style: italic;
}
.vs_addNew_msg_clear {
  margin-left: 10px;
}
.vs_addNew_msg_plain {
  display: block !important;
}
.vs_addNew_msg_success, .vs_addNew_msg_error {
  display: block !important;
  padding: 6px;
  border: 1px solid #CCC;
}
.vs_addNew_msg_success {
  background: #F3FDF3;
}
.vs_addNew_msg_error {
  background: #FEF2F2;
}

.vs_addNew_formWrapper {
  width: 660px;
  padding: 0 0 0 10px;
  clear: both;
}
.vs_addNew_formWrapper .portlet-area-title {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 5px;
}
/*.vs_addNew_formFields td {
  padding-right: 6px;
}*/

.vs_addNew_formFields .ckehtmlarea-preview, .vs_addNew_formFields .ckehtmlarea-preview-highlight {
  background: #FFF;
}

.vs_addNew_buttons {
  display: none;
  height: 34px;
}
.vs_addNew_buttons a {
  display: block;
  padding: 5px;
  line-height: 14px;
  height: 14px;
  background: #CCC;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #666;
  margin-right: 5px;
  float: left;
}






.popupTable {
  width: 100%;
}
.popupTitle {
  background: url('../images/sprites-vert.png') repeat-x 0 -320px;
  height: 39px;
  line-height: 39px;
  font-weight: bold;
  font-size: 15px;
  color: #333;
  padding: 0 19px;
  position: relative;
}
.popupTitle div {
  position: absolute;
  top: 9px;
  right: 11px;
}
.popupTitle div a {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  width: 19px;
  height: 19px;
  background: transparent url('../images/sprites-horiz.png') no-repeat -780px 0;
}

.popupSubmitCancel {
  background: #F0F0F0;
  border-top: 1px solid #919494;
  padding: 10px 15px 10px 0;
}
.popupSubmitCancel .page_formButtons {
  float: right;
}


/* Begin RTE */
.ckehtmlarea-preview, .ckehtmlarea-preview-highlight {
  border: 1px solid #CCC;
  padding: 2px;
  cursor: pointer;
  background: #F8F8F8;
}
.ckehtmlarea-preview-highlight {
  border-color: #0760AB !important;
}
.ckehtmlarea-empty {
  font-weight: bold;
  color: #999;
  width: 100%;
}

span.cke_skin_kama {
  border: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
}
.cke_skin_kama .cke_wrapper {
  border: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}
.cke_dialog_background_cover {
  background-color: #000 !important;
  z-index: 5002 !important;
}
.showTableBorder td {
  border: 1px solid #000 !important;
}
/* End RTE */


/* Begin Boolean */
.ve-widget-boolean input {
  width: auto !important;
  cursor: pointer;
}
.ve-widget-boolean label {
  margin: 0 15px 0 2px;
  cursor: pointer;
}
.checkbox_disabled {
  cursor: default !important;
}
/* End Boolean */


/* End Bytes */
.file_add_link, .file_remove_link, .file_replace_link {
  display: block;
  padding-left: 18px;
  margin-left: 25px;
  background: transparent url('../images/sprites-vert.png') no-repeat 0 -618px;
  color: #666;
}
.file_remove_link {
  background-position: 0 -658px !important;
  margin-left: 0;
}
.file_replace_link {
  background-position: 0 -698px !important;
}
.file_add_link:hover {
  color: #68B000;
  text-decoration: none;
}
.file_remove_link:hover {
  color: #E54225;
  text-decoration: none;
}
.file_replace_link:hover {
  color: #FF8C34;
  text-decoration: none;
}
/* End Bytes */






.execJs {
  display: none;
}


/* Help tips plugin */
.helpTipsIcon { margin-left: 2px; cursor: pointer; vertical-align: text-top; }
.tipsy { padding: 5px; font-size: 10px; position: absolute; z-index: 100000; }
.tipsy-inner { padding: 5px 8px 4px 8px; background-color: #163FA9; color: #FFF; max-width: 200px; text-align: left; }
.tipsy-inner { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-arrow { position: absolute; background: url('../images/tipsy.gif') no-repeat top left; width: 9px; height: 5px; }
.tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; }
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; }
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; background-position: bottom left; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; }
.tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; }
.tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }


.wos-label-required .required,.wosfield_required .required {
  display: inline;
  margin-left: 2px;
  color: #FF0000;
  font-weight: bold;
}
/*********************** END CENTER MAIN CONTENT ***********************/










/*********************** BEGIN FOOTER ***********************/
#footer {
  margin-top: 4px;
  background: #E8F7FB;
  position: relative;
  line-height: 1.4 !important;
  font-size: 11px;
  padding: 11px 18px 11px 18px;
  border: 1px solid;
  border-color: #D6E5ED #B4CCD8 #ABC1CC #B4CCD8;
  z-index: 10;
  -moz-box-shadow: 2px 2px 5px -1px #9B9B9B;   /* {horizontal} {vertical} {blur} {spread} {color} */
  box-shadow: 2px 2px 5px #9B9B9B;  
}
#footer, #footer a {
  color: #666;
}

.footerLinks li {
  display: inline;
  padding-right: 40px;
}

#cpLogo {
  position: absolute;
  top: 10px;
  right: 18px;
}
/*********************** END FOOTER ***********************/











/*********************** BEGIN VE OVERRIDES ***********************/
div.portal-page-area {
  margin: 0 !important;
  clear: both;
}
#content td {
  vertical-align: top;
  text-align: left;
}
.wide-col {
  width: auto !important;
}



/* Header styles */
/*^^^^^*/h1, .h1 {
  display: block;
  color: #333;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.0;
  /*padding-bottom: 14px;*/
}
/*^^^^^*/h2, .h2 {
  display: block;
  color: #333;
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 7px;
}
/*^^^^^*/h3, .h3 {
  display: block;
  font-weight: bold;
  padding-bottom: 8px;
}
/*^^^^^*/h4, .h4 {
  display: block;
  font-weight: normal;
  padding-bottom: 8px;
}

/*^^^^^*/h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a {
  color: #333;
}



.portal-page-area {
  padding-bottom: 16px;
}
.narrow-col .portal-page-area {
  padding-bottom: 6px;
}
/*^^^^^*/.portal-page-area p, .portal-page-area ul, .portal-page-area ol, .spacer {
  margin: 0 0 19px 0;
}
/*^^^^^*/.spacer2 {
  margin: 0 0 38px 0;
}
/*^^^^^*/.spacerTop {
  padding-top: 19px;
}

/*
.narrow-col p, .narrow-col ul, .narrow-col ol, .narrow-col .spacer {
  margin-bottom: 13px;
}
.narrow-col .spacer2 {
  margin-bottom: 26px;
}
.narrow-col .spacerTop {
  padding-top: 13px;
}
.narrow-col .portal-page-area {
  padding-bottom: 6px;
}
.narrow-col .ppaTop {
  padding-top: 6px;
}*/




/* ul */
/*^^^^^*/.portal-page-area ul li, .portal-page-area ol ul li, .portal-page-area ul ol ul li, .portal-page-area ol ul ol ul li, .portal-page-area ul ol ul ol ul li {
  background: url('../images/bullet.gif') no-repeat 0 6px;
  padding-left: 12px;
}
.portal-page-area ul li li{
  background: url('../images/bullet2.gif') no-repeat 0 6px;
  padding-left: 12px;
}
.portal-page-area ul li li li{
  background: url('../images/bullet3.gif') no-repeat 0 6px;
  padding-left: 12px;
}


/*^^^^^*/.portal-page-area ul ul, .portal-page-area ul ol, .portal-page-area ol ol, .portal-page-area ol ul, .portal-page-area .pageListItems ul {
  margin-bottom: 0;
  padding-bottom: 0;
}


/* ol */
/*^^^^^*/.portal-page-area ol {
  padding-left: 25px;
}
/*^^^^^*/.portal-page-area ul ul {
  padding-left: 22px;
}
/*^^^^^*/.portal-page-area ul ol {
  padding-left: 40px;
}
/*^^^^^*/.portal-page-area li ol {
  padding-left: 20px;
}
/*^^^^^*/.portal-page-area li ul {
  padding-left: 0;
}
/*^^^^^*/.portal-page-area ol li, .portal-page-area ul ol li, .portal-page-area ol ul ol li, .portal-page-area ul ol ul ol li {
  list-style-image: none;
  background: none;
  margin: 0;
  padding: 0;
}

/*^^^^^*/.portal-page-area .pageListItems ul li li {
  padding-bottom: 0;
}
/*^^^^^*/.portal-page-area .pageListItems ul.noBullet li.nbLi {
  background: none !important;
}
/*^^^^^*/.portal-page-area .pageListItems li a {
  display: block;
  zoom: 1; /* ie7 fix */
}




/* noBullet */
/*^^^^^*/.portal-page-area ul.noBullet {
  margin-left: 0;
  padding-left: 0;
}

ul.noBullet li.nbLi {
  list-style-image: none !important;
  background: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
  text-indent: 0 !important;
}

ul.noBullet li.nbLi:before {
  content: "" !important;
  padding-right: 0 !important;
}

ul.noBullet ul.noBullet {
  margin: 0 !important;
}
ul.noBullet ul.noBullet li.nbLi {
  padding-left: 10px !important;
}

/*^^^^^*/.noBullet .active {
  font-weight: bold;
}





/* blockquote */
blockquote {
  margin-left: 40px;
}




/*^^^^^*/#container #page #content .portletFirstBox .portalPageArea, #container #page #content .portletFirstBox .portalPageArea2 {
  /*padding-top: 13px;
  margin-bottom: 14px;*/
}
/*^^^^^*/#container #page #content .layout-2ColWN .page-colB .portletFirstBox .portalPageArea, #container #page #content .layout-2ColWN .page-colB .portletFirstBox .portalPageArea2 {
  /*padding-top: 17px;
  margin-bottom: 0;*/
}
/*^^^^^*/#container #page #content .portletStretchBox .portalPageArea {
  /*padding: 0 !important;*/
}
/*^^^^^*/#container #page #content .portalPageArea .portalPageArea2 {
  margin-bottom: 0 !important;
}

/*^^^^^*/.wide-col {
  /*font-size: 12px;*/
}
/*^^^^^*/.narrow-col {
  /*font-size: 12px;*/
  /*line-height: 1.35;
  background: #F5F4F4;*/
}
/*^^^^^*/.narrow-col p {
  /*line-height: 1.6;*/
}

.page-colB, .page-colC {
  padding-left: 50px !important;
}
.page-colB {
  width: auto !important;
}

.layout-TopSpanNW .page-colA { /* left sidebar */
  width: 236px !important;
}
.layout-TopBottomSpanWN .page-colB, .layout-2ColWN .page-colB, .page-colC { /* right sidebar */
  width: 236px !important;
}
.layout-BottomSpanWN .page-colB {
  width: 20% !important;
}

.layout-BottomSpanWN .page-colA {
  width: 40% !important;
}
.layout-TopBottomSpan2Col input {
  max-width: 100%;
  width: 100%;
}
.portal-page .wos-column-body {
  /*min-height: 500px;
  height: auto !important;
  height: 500px;
  padding-bottom: 6px;*/
}

.portal-page .narrow-col {
  padding-left: 7px !important;
}

#cas_wrapper .search_title, #cas_wrapper  .ts_wrapper {
  font-weight: bold;
  /*line-height: 25px;*/
  display: inline-block;
  margin: 4px 0;
}

.narrow-col #cas_wrapper .table3col .col1 {
  width: 20% !important;
}
.narrow-col #cas_wrapper .table3col .col2 {
  width: 65% !important;
}
.narrow-col #cas_wrapper .table3col .col3 {
  width: 15% !important;
  padding-left: 0 !important;
}

#cas_wrapper .tabe2col .table3col .col1 {
  width: 20% !important;
  padding-right: 0 !important;
}
#cas_wrapper .tabe2col .table3col .col2 {
  width: 65% !important;
}
#cas_wrapper .tabe2col .table3col .col3 {
  width: 15% !important;
  padding-left: 0 !important;
}

/* Search result table th */
.searchresult-group table th {
  text-align: left;
}
/*********************** END VE OVERRIDES ***********************/





/*
 * Datatables jQuery UI specific styling
 */

.paging_two_button .ui-button {
  float: left;
  cursor: pointer;
}

.paging_full_numbers .ui-button {
  padding: 2px 6px;
  margin: 0;
  cursor: pointer;
}

.dataTables_wrapper .ui-widget-header .ui-state-disabled {
  filter: progid:DXImageTransform.Microsoft.alpha(opacity=100) !important;
  opacity: 1.0 !important;
  background: url('../images/sprites-vert.png') repeat-x 0 -791px !important;
  border-color: #D3DEEE !important;
  color: #95ADCF !important;
}


.dataTables_paginate .ui-button {
  margin-right: -0.1em !important;
}

.paging_full_numbers {
/*  width: 350px !important;*/
  width: auto !important;
}

.dataTables_wrapper .ui-toolbar {
  padding: 3px 6px;
}

.dataTables_paginate {
  width: auto;
}

.dataTables_info {
  /*padding-top: 3px;*/
}

table.display thead th {
  padding: 3px 0 3px 10px;
  cursor: pointer;
  text-align: left;
}
table.doc thead th, .portlet_TemplateStructure table.noSort thead th {
  cursor: default !important;
}

div.dataTables_wrapper .ui-widget-header {
  font-weight: normal;
  height: 17px;
}


/*
 * Sort arrow icon positioning
 */
table.display thead th div.DataTables_sort_wrapper {
  position: relative;
  padding-right: 20px;
  padding-right: 20px;
  white-space: nowrap;
}

table.display thead th div.DataTables_sort_wrapper span {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 0;
}

.dt_colExpLinks, .ve_reorderTable .ve_contentListTable .dt_colExpLinks {
  display: inline;
}
.ve_contentListTable .dt_colExpLinks, .dt_colExpLinks_hide, .ve_reorderTable .ve_contentListTable .dt_colExpLinks_hide {
  display: none;
}
.dt_expandAll, .dt_collapseAll {
  color: #0760AB !important;
}



.dataTables_wrapper .ui-widget-header {
  background: url('../images/sprites-vert.png') repeat-x 0 -741px;
  border-color: #ABC7EC;
  color: #272F3F;
}

.portlet_FolderContent .bo .portlet, .portlet_FolderContent .tnb .portlet {
  padding: 5px;
  background: #DFE8F6;
}
.bo .dataTables_wrapper, .tnb .dataTables_wrapper {
  border: 1px solid #99BBE8;
  background: #FFF;
}
.portlet_TemplateStructure .dataTables_wrapper {
  border: 0;
}

.portlet_TemplateStructure span.dt_linkWrapper {
  display: block;
  position: relative;
}


.wos-tabularsearch-alpha {
  width: 100%;
  margin-bottom: 2px;
}
div.portlet_FolderContent .wos-tabularsearch-alpha tbody tr td {
  padding: 1px 0 !important;
  text-align: center !important;
  border: 0 !important;
  background: none !important;
}
.wos-tabularsearch-alpha a {
  display: block;
  width: 15px;
  text-align: center;
  margin: 0 auto;
}

.bo .dataTables_wrapper .ui-widget-header, .tnb .dataTables_wrapper .ui-widget-header {
  background-position: 0 -811px !important;
  border-left: 0 !important;
  border-right: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  border-color: #99BBE8 !important;
}
.bo .dataTables_wrapper .ui-corner-tl, .tnb .dataTables_wrapper .ui-corner-tl {
  border-top: 0 !important;
}
.bo .dataTables_wrapper .ui-corner-bl, .tnb .dataTables_wrapper .ui-corner-bl {
  border-bottom: 0 !important;
}

.dataTables_wrapper .ui-widget-header .ui-state-default {
  background: url('../images/sprites-vert.png') repeat-x 0 -771px;
  border-color: #C7CFDF;
  color: #404E6A;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 * Everything below this line is the same as demo_table.css. This file is
 * required for 'cleanliness' of the markup
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables features
 */

.dataTables_wrapper {
  position: relative;
  clear: both;
  zoom: 1; /* ie7 fix */
  /*min-height: 302px;
  _height: 302px;*/
}

.dataTables_processing {
  position: absolute;
  top: 52px;
  left: 50%;
  width: 250px;
  margin-left: -125px;
  border: 1px solid #CCC;
  text-align: center;
  color: #999;
  font-size: 11px;
  padding: 2px 0;
  background: #FFF;
  z-index: 2;
}

.dataTables_shroud {
  position: absolute;
  top: 0;
  left: 0;
  background: #FFF;
  z-index: 1;
  filter: progid:DXImageTransform.Microsoft.alpha(opacity=50);
  opacity: 0.5;
  cursor: wait;
}

.dataTables_length {
  width: 40%;
  float: left;
}


.dataTables_info, .dataTables_filter {
  /*width: 50%;*/
  /*width: auto;*/
  position: absolute;
}
.dataTables_filter input {
  padding: 0;
  margin: 0;
  vertical-align: baseline;
}

.dataTables_paginate {
  position: absolute;
  right: 4px;
  /*float: right;*/
  text-align: right;
}

/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
  height: 19px;
  width: 19px;
  margin-left: 3px;
  float: left;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
table.display {
  margin: 0 auto;
  width: 100%;
  clear: both;
  border-collapse: collapse;
}

table.display tfoot th {
  padding: 3px 0 3px 10px;
  font-weight: bold;
  font-weight: normal;
}

table.display tr.heading2 td {
  border-bottom: 1px solid #AAA;
}

table.display td {
  padding: 3px 10px;
}

table.display td.center {
  text-align: center;
}




/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Misc
 */
.dataTables_scroll {
  clear: both;
}

.top, .bottom {
  padding: 15px;
  background-color: #F5F5F5;
  border: 1px solid #CCCCCC;
}

.top .dataTables_info {
  float: none;
}

.clear {
  clear: both;
}

.dataTables_empty {
  text-align: center;
}

tfoot input {
  margin: 0.5em 0;
  width: 100%;
  color: #444;
}

tfoot input.search_init {
  color: #999;
}

td.group {
  background-color: #d1cfd0;
  border-bottom: 2px solid #A19B9E;
  border-top: 2px solid #A19B9E;
}

td.details {
  background-color: #d1cfd0;
  border: 2px solid #A19B9E;
}


.example_alt_pagination div.dataTables_info {
  width: 40%;
}

.paging_full_numbers span.paginate_button,
.paging_full_numbers span.paginate_active {
  border: 1px solid #AAA;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 2px 5px;
  margin: 0 3px;
  cursor: pointer;
}

.paging_full_numbers span.paginate_button {
  background-color: #ddd;
}

.paging_full_numbers span.paginate_button:hover {
  background-color: #ccc;
}

.paging_full_numbers span.paginate_active {
  background-color: #99B3FF;
}

table.display tr.even.row_selected td {
  background-color: #B0BED9;
}

table.display tr.odd.row_selected td {
  background-color: #9FAFD1;
}

.dataTables_reorder {
  margin: 0 auto 0 -4px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.dataTables_reorder span {
  cursor: pointer;
  margin: 0;
  padding: 2px 6px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 * Everything below this line is for JQuery News ticker
 * 
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * JQuery News Ticker Styling
 */

 .ticker-wrapper.has-js {
	margin: 0;
	padding: 0;
	height: 39px;
	display: block;
	background: url('../images/sprites-vert.png') repeat-x scroll 0 -320px transparent;
	font-size: 16px;
}
.ticker {
	width: 100%;
	height: 39px;
	display: block;
	position: relative;
	overflow: hidden;
  background: url('../images/sprites-vert.png') repeat-x scroll 0 -320px transparent;
}
.ticker-title {
	padding-top: 7px;
	color: #990000;
	font-weight: bold;
	text-transform: uppercase;
}
.ticker-content {
	margin: 0;
	position: absolute;
	color: #31859B;
	font-weight: bold;
  background: url('../images/sprites-vert.png') repeat-x scroll 0 -320px transparent;
	overflow: hidden;
	white-space: nowrap;
	line-height: 39px;
}
/*
.ticker-content:focus {
	none;
}
*/
.ticker-content a {
  text-decoration: none;
	color: #31859B;
}
.ticker-content a:hover {
  color: #31859B;
  text-decoration: none;
}
.ticker-content a.more-link {
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;	
	color: #990000;
}
.ticker-content a.more-link:hover  {
  font-size: 12px;
  font-weight: normal;
	color: #990000;
  text-decoration: underline;	
}
.ticker-content .alert {
  background: url('../images/sprites-horiz.png') no-repeat -1400px 0 transparent;
  width: 24px;
	height: 24px;
  margin: 7px 7px 7px 0;
  float: left;
}
.ticker-swipe {
	padding-top: 9px;
	position: absolute;
	top: 0px;
	display: block;
	width: 800px;
	height: 23px; 
}
.ticker-swipe span {
	margin-left: 1px;
	height: 12px;
	width: 7px;
	display: block;
}
/*
.ticker-controls {
	padding: 8px 0px 0px 0px;
	list-style-type: none;
	float: left;
}
.ticker-controls li {
	padding: 0px;
	margin-left: 5px;
	float: left;
	cursor: pointer;
	height: 16px;
	width: 16px;
	display: block;
}
.ticker-controls li.jnt-play-pause {
	background-image: url('../images/controls.png');
	background-position: 32px 16px;
}
.ticker-controls li.jnt-play-pause.over {
	background-position: 32px 32px;
}
.ticker-controls li.jnt-play-pause.down {
	background-position: 32px 0px;
}
.ticker-controls li.jnt-play-pause.paused {
	background-image: url('../images/controls.png');	
	background-position: 48px 16px;
}
.ticker-controls li.jnt-play-pause.paused.over {
	background-position: 48px 32px;
}
.ticker-controls li.jnt-play-pause.paused.down {
	background-position: 48px 0px;
}
.ticker-controls li.jnt-prev {
	background-image: url('../images/controls.png');
	background-position: 0px 16px;		
}
.ticker-controls li.jnt-prev.over {
	background-position: 0px 32px;		
}
.ticker-controls li.jnt-prev.down {
	background-position: 0px 0px;		
}
.ticker-controls li.jnt-next {
	background-image: url('../images/controls.png');	
	background-position: 16px 16px;	
}
.ticker-controls li.jnt-next.over {
	background-position: 16px 32px;	
}
.ticker-controls li.jnt-next.down {	
	background-position: 16px 0px;	
}
*/
.js-hidden {
	display: none;
}
.no-js-news {
	padding: 10px 0px 0px 45px; 
	color: #D8D8D8;
}
.left .ticker-swipe {
	/*left: 80px;*/
}
.left .ticker-controls, .left .ticker-content, .left .ticker-title, .left .ticker {
    float: left;
}
.left .ticker-controls {
    padding-left: 6px;
}
.right .ticker-swipe {
	/*right: 80px;*/
}
.right .ticker-controls, .right .ticker-content, .right .ticker-title, .right .ticker {
    float: right;
}
.right .ticker-controls {
    padding-right: 6px;
}

/* dropdown date picker */
.dd-datepicker select.dd-month, select.dd-day, select.dd-year {
  width: 62px !important;
}
.dd-datepicker select.dd-month-long {
  width: 86px !important;
}

/************* Media Center **************/
.mc_w_content span {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  width: 18px;
  height: 17px;
  float: left;
  margin-right: 4px;
  background: url('../images/sprites-horiz.png') no-repeat -120px 0;
}
.mc_welcomeWrapper .mc_w_right {
  background: #F0F0F0;
  border-left: 1px solid #E9E9E9;
  border-right: 1px solid #E9E9E9;
  border-bottom: 1px solid #9B9B9B;
  padding: 10px;
}
.mc_w_right .portlet-area-title {
  line-height: 30px;
  font-weight: bold;
  font-size: 15px;
  color: #333;
}
.mc_welcomeWrapper .mc_w_right .mc_w_content a {
display: block;
clear: both;
color: #666;
margin-top: 3px;
font-weight: bold;
}
.mc_welcomeWrapper{
  -moz-box-shadow: 5px 5px 5px -1px #C8C9CA;  /* {horizontal} {vertical} {blur} {spread} {color} */
  box-shadow: 5px 5px 5px -1px #C8C9CA;
}
/************* End MC ********************/

/********** Content Drop Shadows ***********/
.hp_welcomeWrapper .hp_w_left, .hp_welcomeWrapper .hp_w_right, .hp_sideLinks, .admin_hp_searchForm {
  border-bottom: 1px solid #9B9B9B;
  border-right: 1px solid #9B9B9B;
  border-left: 1px solid #E0E0E0;
  border-top: 1px solid #E0E0E0;
  background: #F0F0F0;
  -moz-box-shadow: 2px 2px 5px -1px #9B9B9B;   /* {horizontal} {vertical} {blur} {spread} {color} */
  box-shadow: 2px 2px 5px #9B9B9B;  
}

.hp_welcomeWrapper table, .admin_hp_searchForm{
  border-collapse: separate;
}

.hp_title{
  background: url('../images/sprites-vert.png') repeat-x 0 -360px;
  height: 39px;
  line-height: 39px;
  font-weight: bold;
  font-size: 15px;
  color: #666;
  padding: 0 19px;
}
/********** End Content Drop Shadows ***************/

/************* Admin Search Form Styles *************/
.searchHeader {
  background: url('../../templates/clientadmin2011/images/sprites-vert.png') repeat-x 0 -320px;
  height: 39px;
  line-height: 39px;
  font-weight: bold;
  font-size: 15px;
  color: #333;
  padding: 0 19px;
}

input#as_keyword{
  width: 93%;
  margin-left: 23px;
  margin-top: 19px;
  margin-bottom: 9px;
}

.firstTable{
  margin-left: 23px;
}

.search_btn{
  padding: 5px 0px 5px 23px;
}
/*********** End Admin Search Form Styles *************/

/*********** Form Validation Styles *************/
.ve_validation_required {
  background-color: #FFFF66;
}
/*********** End Form Validation Styles *************/