html,body
{
  margin:0;
  padding:0 10px;
}

body
{
  font-family: helvetica,arial,verdana,sans-serif;
  font-size: 1em;
  line-height: 1.4em;
  background: #000 url(../img/nav-bkg-final.gif) repeat-x 0 0;
  color: #aeaeae;
}

body.profiles-edit
{
    background-attachment: fixed;
}

body.profiles-edit #header div.edit-bar
{
    background-color: #156807;
    height: 3px;
    z-index: 999;
    position: absolute;
    width: 100%;
    margin: 0 0px 0 -20px;
    padding: 0 25px 0 0;
    top: 70px;
}

body.library #container #header ul.navigation a.navigation-library {background-position: 0 -85px;}
body.import #container #header ul.navigation a.navigation-import {background-position: -232px -85px;}
body.profiles-manage #container #header ul.navigation a.navigation-profiles {background-position: -453px -85px;}
body.profiles-edit #container #header ul.navigation a.navigation-profiles {background-position: -453px -85px;}
body.gridbody #wrapper #column-center .filter-results .icons-filter-view ul a.grid {background-position: -20px -14px;}
body.list #wrapper #column-center .filter-results .icons-filter-view ul a.list {background-position: 0 -14px;}

body.collapse-side-left div#column-left,
body.ams-share #column-left
{display: none;}

body.collapse-side-left div#column-center,
body.ams-share div#column-center
{margin-left: 0;}

body.collapse-side-right div#column-right {display: none;}
body.collapse-side-right div#column-center {margin-right: 0;}

body.collapse-sidebars div#column-right {display: none;}
body.collapse-sidebars div#column-left {display: none;}
body.collapse-sidebars div#column-center {margin: 0 0;}

a:link, a:visited, a:hover
{
  color: #fff;
}

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

/* Site Structure --------------------------------------*/

div#header
{
  position:relative;
  height: 85px;
  min-width: 1240px;
}

body.profiles-edit div#header
{
  position:fixed;
  height: 85px;
  min-width: 1240px;
  z-index: 10;
  background: #000 url(../img/nav-bkg-final.gif) repeat-x 0 0;
  top: 0;
  left: 20px;
}

div#wrapper
{
  float:left;
  width:100%;
  padding: 0;
}

body.profiles-edit div#wrapper
{
  float:left;
  width:100%;
  padding: 0;
  position: relative;
  top: 72px;
  z-index: 0;
}

div#subnav
{
  float: left;
  width: 100%;
  margin: -2px -20px 0 -20px;
  height: 30px;
  text-align: center;
  padding: 0 40px 0 0 ;
  display: none;
  position: relative;
}

body.profiles-edit div#subnav
{
  width: 100%;
  margin: -2px -20px 0 -20px;
  height: 30px;
  text-align: center;
  padding: 0 40px 0 0 ;
  top: 67px;
  left: 0;
  position: fixed;
  z-index: 100;
}

body.profiles-edit div#subnav-btm
{
  width: 100%;
  margin: -2px -20px 0 -20px;
  height: 20px;
  text-align: center;
  padding: 0 40px 0 0;
  top: 87px;
  left: 0;
  position: fixed;
  z-index: 100;
  background: transparent url(../img/subnav-btm.png) repeat-x 0 100%;
}

div#column-center
{
  margin: 0 241px;
  padding: 0 30px;
  z-index: -1;
}

body.profiles-edit div#column-center
{
  margin: 0 241px;
  padding: 0 30px;
  z-index: -1;
  position: relative;
  top: 38px;
}

div#column-left
{
  float:left;
  width:241px;
  margin-left:-100%;
}

body.profiles-edit div#column-left
{
  width:241px;
  position: fixed;
  top: 110px;
  left: 20px;
  margin-left: 0;
}

div#column-right
{
  float:left;
  width:241px;
  margin-left:-241px;
}

body.profiles-edit div#column-right
{
  width:241px;
  position: fixed;
  top: 109px;
  right: 20px;
}

div#footer
{
  clear:left;
  width:100%;
  background: #333;
  color: #FFF;
  display: none;
}

/* Navigation Styles --------------------------------------*/

div#header ul.navigation
{
  list-style: none;
  margin: 0;
  padding: 0;
}

div#header ul.navigation li
{
  float: left;
}

div#header ul.navigation li a
{
  background-image: url(../img/nav.png);
  background-repeat: no-repeat;
  background-color: #000;
  display: block;
  text-decoration: none;

}

div#header ul.navigation li a.navigation-library:link, div#header ul.navigation li a.navigation-library:visited
{width: 232px; height: 85px; background-position: 0 0}

div#header ul.navigation li a.navigation-library:hover
{width: 232px; height: 85px; background-position: 0 -85px}

div#header ul.navigation li a.navigation-library-active:link
{width: 232px; height: 85px; background-position: 0 -85px}

div#header ul.navigation li a.navigation-library-active
{width: 232px; height: 85px; background-position: 0 -85px}

div#header ul.navigation li a.navigation-import:link, div#header ul.navigation li a.navigation-import:visited
{width: 221px; height: 85px; background-position: -232px 0}

div#header ul.navigation li a.navigation-import:hover
{width: 221px; height: 85px; background-position: -232px -85px}

div#header ul.navigation li a.navigation-import-active
{width: 221px; height: 85px; background-position: -232px -85px}

div#header ul.navigation li a.navigation-profiles:link, div#header ul.navigation li a.navigation-profiles:visited
{width: 224px; height: 85px; background-position: -453px 0}

div#header ul.navigation li a.navigation-profiles:hover
{width: 224px; height: 85px; background-position: -453px -85px}

div#header ul.navigation li a.navigation-profiles-active
{width: 224px; height: 85px; background-position: -453px -85px}

div#header ul.navigation li.global-nav
{
  width: 295px;
  height: 85px;
  text-align: right;
  font-size: 9px;
  text-transform: uppercase;
  padding: 2px 0 0 0;
  font-family: arial;
}

div#header ul.navigation li.global-nav a:link, div#header ul.navigation li.global-nav a:visited
{
  color: #525252;
  text-decoration: none;
}

div#header ul.navigation li.global-nav a:hover
{
  color: #525252;
  text-decoration: underline;
}


div#header ul.navigation li.global-nav ul
{
  margin: 0;
  padding: 0;
  list-style: none;
}

div#header ul.navigation li.global-nav ul li
{
  float: right;
  padding: 0 0 0 10px;
}

.navigation-tabs
{
  padding: 0;
  margin: 0;
  text-align: center;
  height: 37px;
  width: 241px;
}

.navigation-tabs ul.tabs
{
  width: 241px;
  list-style: none;
  margin: 0 0 0 00px;
  padding: 0;
}

.navigation-tabs ul.tabs li
{
  float: left;
}

div#column-right .navigation-tabs ul.tabs li a
{
  background-image: url(../img/nav-subnav-right-bkg.gif);
  background-repeat: no-repeat;
  background-color: #3f3f3f;
  display: block;
  margin: 0;
  text-decoration: none;
}

.navigation-tabs ul.tabs li a.tab-info:link, .navigation-tabs ul.tabs li a.tab-info:visited
{
  width: 37px; height: 37px; background-position: 0 0; display: block;
}

.navigation-tabs ul.tabs li a.tab-info:hover
{
  width: 37px; height: 37px; background-position: 0 -37px; display: block;
}

.navigation-tabs ul.tabs li a.tab-details:link, .navigation-tabs ul.tabs li a.tab-details:visited
{
  width: 65px; height: 37px; background-position: -37px 0; display: block;
}

.navigation-tabs ul.tabs li a.tab-details:hover
{
  width: 65px; height: 37px; background-position: -37px -37px; display: block;
}

.navigation-tabs ul.tabs li a.tab-specs:link, .navigation-tabs ul.tabs li a.tab-specs:visited
{
  width: 54px; height: 37px; background-position: -102px 0; display: block;
}

.navigation-tabs ul.tabs li a.tab-specs:hover
{
  width: 54px; height: 37px; background-position: -102px -37px; display: block;
}

.navigation-tabs ul.tabs li a.tab-publishing:link, .navigation-tabs ul.tabs li a.tab-publishing:visited
{
  width: 85px; height: 37px; background-position: -156px 0; display: block;
}

.navigation-tabs ul.tabs li a.tab-publishing:hover
{
  width: 85px; height: 37px; background-position: -156px -37px; display: block;
}


/* Font Styles --------------------------------------*/

div#header .logo
{
  margin: 0;
  padding: 0;
  float: left;
}

div#header h1
{
  margin: 0;
  padding: 0;
}

div#column-left a.return-to-results:link, div#column-left a.return-to-results:visited
{
  font-size: 10px;
  text-transform: uppercase;
  color: #787878;
  background: #000 url(../img/arrow-gray-small.gif) no-repeat 0 3px;
  padding: 0 0 0 10px;
  text-decoration: none;
  border: 0px;
}

div#column-left a.return-to-results:hover
{
  border-bottom: 1px dotted #787878;
}

div#column-left a.power-search:link, div#column-left a.power-search:visited
{
  font-size: 10px;
  text-transform: uppercase;
  color: #787878;
  text-decoration: none;
  border: 0px;
}

div#column-left a.power-search:hover
{
  border-bottom: 1px dotted #787878;
  }

div#column-left h2
{
  text-transform: uppercase;
  font-size: 17px;
  color: #aeaeae;
  font-weight: normal;
  margin: 20px 0 5px 0;
  padding: 5px 0 5px 10px;
  background: #000 url(../img/left-side-header-bkg.png) repeat 0 0;
  text-align: left;
}

/*
div#column-left h2:hover
{
  background: #000 url(../img/left-side-header-bkg-hover.png) repeat 0 0;
  display: none;
}
*/

div#column-left h2 a:link, div#column-left h2 a:visited
{
  padding: 0 0 0 0px;
  text-decoration: none;
  color: #fff;
  /*background: url(../img/left-side-header-arrow-down.png) no-repeat 6px 5px;*/
}

div#column-left h2 a:hover
{
  padding: 0 0 0 0;
  text-decoration: none;
  color: #fff;
  /*background: url(../img/left-side-header-arrow-right.png) no-repeat 8px 3px;*/
}

a.edit-link:link, a.edit-link:visited
{
  color: #787878;
  text-decoration: none;
  border: 0px;
  background: none;
  float: right;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  text-transform: uppercase;
  font-size: 11px;
  z-index: 10;
}

a.edit-link:hover
{
  color: #ffffff;
  text-decoration: none;
  background: none;
}

.float-right
{
  float: right;
  padding: 0;
  margin: 0;
  font-size: 11px;
}

.logout
{
  font-size: 11px;
  text-transform: uppercase;
  color: #787878;
  margin: 0;
  padding: 0;
}

.logout a:link, .logout a:visited
{
  color: #787878;
  text-decoration: none;
}

.logout a:hover
{
  color: #787878;
  text-decoration: none;
  border-bottom: 1px dotted #787878;
}


a.clear-filters:link, a.clear-filters:visited
{
  color: #a53c0b;
  text-decoration: none;
  font-size: 11px;
  text-transform: uppercase;
}

a.clear-filters:hover
{
  color: #a53c0b;
  text-decoration: none;
  font-size: 11px;
  text-transform: uppercase;
  border-bottom: 1px dotted #a53c0b;
}

input.filter-button
{
  padding: 0;
  margin: -3px 0 0 3px;
  background: #000 url(../img/additive-filter-off.png) no-repeat 0 0;
}

span.count input
{
  top: 3px;
  position: relative;
}

div#column-left ul
{
  margin: 0;
  padding: 0;
  list-style: none;
}

div#column-left ul li
{
  text-transform: uppercase;
  font-size: 11px;
  padding: 3px 20px 0 20px;
  margin: 0 -20px;
  line-height: 16px;
  min-height: 20px;
  background: #000 url(../img/left-li-bkg.png) no-repeat 50% 100%;
}

div#column-left ul li.filtering
{
  text-transform: uppercase;
  font-size: 11px;
  padding: 3px 20px 0 20px;
  margin: 0 -20px;
  line-height: 16px;
  background: #000 url(../img/left-nav-filter-on-bkg.png) no-repeat -8px -1px;
}

div#column-left ul li.viewing
{
  text-transform: uppercase;
  font-size: 11px;
  padding: 3px 20px 0 20px;
  margin: 0 -20px;
  line-height: 16px;
  background: #000 url(../img/left-nav-view-on-bkg.png) no-repeat -8px -1px;
}

div#column-left ul li.dropping
{
  text-transform: uppercase;
  font-size: 11px;
  padding: 3px 20px 0 20px;
  margin: 0 -20px;
  line-height: 16px;
  background: #000 url(../img/left-nav-drop-bkg.png) no-repeat -8px 0px;
}

div#column-left ul li a
{
  display: inline;
  margin: 0;
  padding:0;
}

div#column-left ul li .count
{

  margin: 0 12px 0 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 11px;
  color: #787878;
  float: right;
  width: 27px;
  text-align: right;
}

div#column-left ul li a.filter
{
  float: right;
  margin: 0 0 0 0;
  padding: 0;
  display: inline;
  width: 12px;
  height: 13px;
  background: transparent url(../img/additive-filter-off.png) no-repeat 0 1px;
  text-decoration: none;
}

/*option.n0{padding-left:  0px;}*/
option.n1{padding-left: 40px;}
option.n2{padding-left: 60px;}
option.n3{padding-left: 80px;}
option.n4{padding-left: 100px;}
option.n5{padding-left: 120px;}
option.n6{padding-left: 140px;}
option.n7{padding-left: 160px;}
option.n8{padding-left: 180px;}
option.n9{padding-left: 200px;}
option.n10{padding-left: 220px;}

/*div#column-left ul.collections li.n0{padding-left:  0px;}*/
div#column-left ul.collections li.n1{padding-left: 40px;}
div#column-left ul.collections li.n2{padding-left: 60px;}
div#column-left ul.collections li.n3{padding-left: 80px;}
div#column-left ul.collections li.n4{padding-left: 100px;}
div#column-left ul.collections li.n5{padding-left: 120px;}
div#column-left ul.collections li.n6{padding-left: 140px;}
div#column-left ul.collections li.n7{padding-left: 160px;}
div#column-left ul.collections li.n8{padding-left: 180px;}
div#column-left ul.collections li.n9{padding-left: 200px;}
div#column-left ul.collections li.n10{padding-left: 220px;}

p.additional_parameter span span.str         { display:none; }
p.additional_parameter span span.num         { display:none; }
p.additional_parameter span span.date        { display:none; }
p.additional_parameter span span.collection  { display:none; }

p.additional_parameter span.str  span.str               { display:inline; }
p.additional_parameter span.num  span.num               { display:inline; }
p.additional_parameter span.date span.date              { display:inline; }
p.additional_parameter span.collection span.collection  { display:inline; }

div#column-left ul.collections li.expandable a.link:link, div#column-left ul.collections li.expandable a.link:visited
{
  background-image: url(../img/icon-collection-expandable.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

div#column-left ul.collections li.collapsable a.link:link, div#column-left ul.collections li.collapsable a.link:visited
{
  background-image: url(../img/icon-collection-collapsable.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

div#column-left ul.collections li.collapsable ul li a.link:link, div#column-left ul.collections li.collapsable ul li a.link:visited
{
  background-image: url(../img/icon-collection-gray.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

/* New */
div#column-left ul.collections li.child a.link:link, div#column-left ul.collections li.child a.link:visited
{
  background-image: url(../img/icon-collection-gray.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-left: 40px;
  font-size: 20px;
}

div#column-left ul li.filtering a.filter
{
  background: transparent url(../img/additive-filter-on.png) no-repeat 0 1px;
}

div#column-left ul.tags li a.link:link, div#column-left ul.tags li a.link:visited
{
  background-image: url(../img/icon-tags-gray.png);
  background-repeat: no-repeat;
  background-position: 0 2px;
  color: #747474;
  text-decoration: none;
  padding: 0 0 0 22px;
  display: block;
}

div#column-left ul.tags li.filtering a.link:link, div#column-left ul.tags li.filtering a.link:visited
{
  background-image: url(../img/icon-tags-orange.png);
  background-repeat: no-repeat;
  background-position: 0 2px;
  color: #ef5c16;
  text-decoration: none;
  padding: 0 0 0 22px;
  display: block;
}

div#column-left ul.tags li.dropping a.link:link, div#column-left ul.tags li.dropping a.link:visited,
div#column-left ul.smart-folders li.dropping a.link:link, div#column-left ul.smart-folders li.dropping a.link:visited,
div#column-left ul.collections li.dropping a.link:link, div#column-left ul.collections li.dropping a.link:visited
{
  background-image: url(../img/icon-add-to-collection.png);
  background-repeat: no-repeat;
  background-position: 0 0px;
  color: #000;
  text-decoration: none;
  padding: 0px 0 0px 22px;
  display: block;
}

div#column-left ul.tags li a.link:hover
{
  color: #fff;
  text-decoration: none;
  background-image: url(../img/icon-tags-white.png);
  background-repeat: no-repeat;
  background-position: 0 2px;
  display: block;
}

div#column-left ul.tags li.filtering a.link:hover
{
  color: #fff;
  text-decoration: none;
  background-image: url(../img/icon-tags-orange.png);
  background-repeat: no-repeat;
  background-position: 0 2px;
  color: #ef5c16;
  display: block;
}

div#column-left ul.smart-folders li a.link:link, div#column-left ul.smart-folders li a.link:visited
{
  background-image: url(../img/icon-smart-collection-gray.png);
  background-repeat: no-repeat;
  background-position: 0 0px;
  color: #747474;
  text-decoration: none;
  padding: 0 0 0 22px;
  padding-bottom: 2px;
  display: block;
}

div#column-left ul.smart-folders li.filtering a.link:link, div#column-left ul.smart-folders li.filtering a.link:visited
{
  background-image: url(../img/icon-smart-collection-orange.png);
  background-repeat: no-repeat;
  background-position: 0 0px;
  color: #ef5c16;
  text-decoration: none;
  padding: 0 0 0 22px;
  padding-bottom: 2px;
  display: block;
}

div#column-left ul.smart-folders li a.link:hover
{
  color: #fff;
  text-decoration: none;
  background-image: url(../img/icon-smart-collection-white.png);
  background-repeat: no-repeat;
  background-position: 0 0px;
  display: block;
}

div#column-left ul.smart-folders li.filtering a.link:hover
{
  color: #fff;
  text-decoration: none;
  background-image: url(../img/icon-smart-collection-orange.png);
  background-repeat: no-repeat;
  background-position: 0 0px;
  color: #ef5c16;
  display: block;
}

div#column-left ul.collections li a.link:link,
div#column-left ul.collections li a.link:visited
{
  background-image: url(../img/icon-collection-gray.png);
  background-repeat: no-repeat;
  background-position: 0 0px;
  color: #747474;
  text-decoration: none;
  padding: 0 0 0 22px;
  padding-bottom: 2px;
  display: block;
}

div#column-left ul.collections li.sf a.link:link,
div#column-left ul.collections li.sf a.link:visited
{
  background-image: url(../img/icon-smart-collection-gray.png);
  background-position: 0 0px;
}

div#column-left ul.collections li.t a.link:link,
div#column-left ul.collections li.t a.link:visited
{
  background-image: url(../img/icon-tags-gray.png);
  background-position: 0 2px;
}

div#column-left ul.collections li.sf a.link:hover
{
  background-image: url(../img/icon-smart-collection-white.png);
  background-position: 0 0px;
}

div#column-left ul.collections li.t a.link:hover
{
  background-image: url(../img/icon-tags-white.png);
  background-position: 0 2px;
}

div#column-left ul.collections li.filtering a.link:link,
div#column-left ul.collections li.filtering a.link:visited
{
  background-image: url(../img/icon-collection-orange.png);
  background-repeat: no-repeat;
  background-position: 0 0px;
  color: #ef5c16;
  text-decoration: none;
  padding: 0 0 0 22px;
  padding-bottom: 2px;
  display: block;
}

div#column-left ul.collections li.filtering.sf a.link:link,
div#column-left ul.collections li.filtering.sf a.link:visited
{
  background-image: url(../img/icon-smart-collection-orange.png);
}

div#column-left ul.collections li.filtering.t a.link:link,
div#column-left ul.collections li.filtering.t a.link:visited
{
  background-image: url(../img/icon-tags-orange.png);
  background-position: 0 2px;
}

div#column-left ul.collections li a.link:hover
{
  color: #fff;
  text-decoration: none;
  background-image: url(../img/icon-collection-white.png);
  background-repeat: no-repeat;
  background-position: 0 0px;
  display: block;
}

div#column-left ul.collections li.filtering a.link:hover
{
  color: #fff;
  text-decoration: none;
  background-image: url(../img/icon-collection-orange.png);
  background-repeat: no-repeat;
  background-position: 0 0px;
  color: #ef5c16;
  display: block;
}

div#column-left ul.filterfalse li a.filter { display:none !important; }

button.edit, button.gray
{
  width: 55px;
  height: 19px;
  background: #000 url(../img/btn-gray-bkg-new.png) no-repeat 0 0;
  border: 0;
  margin: 2px 0 0 0;
  padding: 2px 1px 2px 0;
  vertical-align: middle;
  color: #fff;
  text-transform: uppercase;
  font-size: 9px;
  text-align: center;
}

a.btn-edit:link, a.btn-edit:visited,
a.btn-gray:link, a.btn-gray:visited
{
  width: 55px;
  height: 19px;
  background: #000 url(../img/btn-gray-bkg-new.png) no-repeat 0 0;
  border: 0;
  margin: 2px 0 0 0;
  padding: 2px 1px 2px 0;
  vertical-align: middle;
  color: #fff;
  text-transform: uppercase;
  font-size: 9px;
  text-align: center;
  display: block;
}

.collection-actions
{
  padding: 5px 5px 5px 0;
  border-bottom: 1px solid #2f2f2f;
  clear: both;
  display: none;
}

div#column-left ul li ul
{
  margin: 0 0 0 20px;
  padding: 0;
  width: 221px;
  overflow: hidden;
}

div#column-left ul li.expanded a.filter, div#column-left ul li.dropping a.filter
{
  background-image: none;
  cursor: default;
}

div#column-left ul li.expanded ul li a.filter
{
  background: transparent url(../img/additive-filter-off.png) no-repeat 0 1px;
  cursor: pointer;
}

div#column-left ul li a.nobutton
{
  background-image: none;
  cursor: default;
}

div.right-click-menu-outer
{
  position: absolute;
  z-index: 10;
  padding: 4px;
  background: transparent url(../img/right-click-bkg.png) repeat 0 0;
  display: none;
}

div.right-click-menu
{

  font-size: 14px;
  width: 235px;
  padding: 0;
  background: #ccc;
  margin: 0;
}

div.right-click-menu a
{
  padding: 4px 10px;
  display: block;
  border-bottom: 1px solid #bbb;
  text-decoration: none;
  font-weight: bold;
}

div.right-click-menu a:link, div.right-click-menu a:visited
{
  color: #000;
}

div.right-click-menu a:hover
{
  background-color: #0033cc;
  color: #fff;
}

div.date-picker
{
  background-color: #999;
  color: #000;
  display: none;
  font-size: 12px;
}

div.date-picker .instructions
{
  padding: 0 20px 0 20px;
}

div.date-picker a
{
  border-bottom: 0px;
  padding: 0 40px;
  font-weight: normal;
}

div.date-picker a:hover
{
  background-color: #999;
  text-decoration: underline;
  color: #000;
}

div.date-picker-calendar
{
  padding: 5px 0 10px 0;
  text-align: center;
}

/* Center Column Styles ----------*/

div#column-center .searched-for
{
  font-size: 14px;
  font-style: italic;
  padding: 15px 0 18px 0;
  text-transform: uppercase;
  color: #aeaeae;
}

div#column-center .searched-for b
{
  color: #b34717;
  font-weight: normal;
}

div#column-center .icons-filter-view
{
  margin: 0;
  padding: 0;
}

div#column-center .icons-filter-view ul
{
  list-style: none;
  margin: 0;
  padding: 0;
}

div#column-center .icons-filter-view ul li
{
  float: left;
  margin: 0;
  padding: 0;
  font-size: 11px;
  text-transform: uppercase;
  color: #646464;
}

div#column-center .icons-filter-view ul li.select
{
  padding: 0 7px 0 0;
  line-height: 16px;
}

div#column-center .icons-filter-view ul li a.select-none:link, div#column-center .icons-filter-view ul li a.select-none:visited
{
  width: 50px;
  height: 16px;
  background: #000 url(../img/filter-all-none-drag-bkg.gif) no-repeat 0 0px;
  display: block;
  text-align: center;
  font-size: 10px;
  text-decoration: none;
  color: #000;
  padding: 0;
  line-height: 18px;
  font-weight: bolder;
}

div#column-center .icons-filter-view ul li a.select-none:hover
{
  width: 50px;
  height: 16px;
  background: #000 url(../img/filter-all-none-drag-bkg.gif) no-repeat 0 -16px;
  display: block;
  text-align: center;
  font-size: 10px;
  text-decoration: none;
  color: #b34717;
  padding: 0;
  line-height: 18px;
  font-weight: bolder;
}

div#column-center .icons-filter-view ul li a.select-none-active
{
  width: 50px;
  height: 16px;
  background: #000 url(../img/filter-all-none-drag-bkg.gif) no-repeat 0 -16px;
  display: block;
  text-align: center;
  font-size: 10px;
  text-decoration: none;
  color: #b34717;
  padding: 0;
  line-height: 18px;
  font-weight: bolder;
}

div#column-center .icons-filter-view ul li a.select-all:link, div#column-center .icons-filter-view ul li a.select-all:visited
{
  width: 140px;
  height: 16px;
  background: #000 url(../img/filter-all-none-drag-bkg.gif) no-repeat -50px -16px;
  display: block;
  text-align: left;
  font-size: 10px;
  text-decoration: none;
  color: #000;
  padding: 0 0 0 9px;
  line-height: 18px;
  font-weight: bolder;
}

div#column-center .icons-filter-view ul li a.select-all:hover
{
  width: 140px;
  height: 16px;
  background: #000 url(../img/filter-all-none-drag-bkg.gif) no-repeat -50px 0px;
  display: block;
  text-align: left;
  font-size: 10px;
  text-decoration: none;
  color: #b34717;
  padding: 0 0 0 9px;
  line-height: 18px;
  font-weight: bolder;
}

div#column-center .icons-filter-view ul li a.select-all-active
{
  width: 140px;
  height: 16px;
  background: #000 url(../img/filter-all-none-drag-bkg.gif) no-repeat -50px -32px;
  display: block;
  text-align: left;
  font-size: 10px;
  text-decoration: none;
  color: #b34717;
  padding: 0 0 0 9px;
  line-height: 18px;
  font-weight: bolder;
}

span.drag-count
{
  display: inline;
  color: #000;
  float: right;
  margin: 0;
  padding: 0 30px 0 0;
  line-height: 18px;
  font-size: 10px;
  font-weight: normal;
}

div.drag-count-dragging
{
  display: block;
  color: #000;
  margin: 0;
  text-align: center;
  line-height: 18px;
  font-size: 10px;
  font-weight: bolder;
  background: transparent url(../img/drag-count-bkg.png) no-repeat 0 0;
  cursor: default;
  width: 114px;
  height: 16px;
}

div#column-center .filter-results .filter-options ul
{
  list-style: none;
  margin: 0;
  padding: 0;
}

div#column-center .filter-results .filter-options ul li
{
  float: left;
  margin: 0;
  padding: 0 0 0 10px;
  font-size: 11px;
  text-transform: uppercase;
  color: #808080;
}

div#column-center .filter-results .filter-options ul a:link, div#column-center .filter-results .filter-options ul a:visited
{
  padding: 0;
  color: #646464;
  text-decoration: none;
  height: 100px;
}

div#column-center .filter-results .filter-options ul a:hover
{
  padding: 0 0 12px 0;
  color: #989898;
  text-decoration: none;
  border-bottom: 3px solid #989898;
  height: 100px;
  position: relative;
}

div#column-center .icons-filter-view ul li.select
{
  margin: 0 0 10px 15px;
}

div#column-center .icons-filter-view a.list:link, div#column-center .icons-filter-view a.list:visited
{
  width: 17px;
  height: 14px;
  display: block;
  background: #000 url(../img/icon-filter-view.gif) no-repeat 0 0;
  text-decoration: none;
}

div#column-center .icons-filter-view a.list:hover
{
  width: 17px;
  height: 14px;
  display: block;
  background: #000 url(../img/icon-filter-view.gif) no-repeat 0 -14px;
  text-decoration: none;
}

div#column-center .icons-filter-view a.grid:link, div#column-center .icons-filter-view a.grid:visited
{
  width: 20px;
  height: 14px;
  display: block;
  background: #000 url(../img/icon-filter-view.gif) no-repeat -20px 0;
  text-decoration: none;
}

div#column-center .icons-filter-view a.grid:hover
{
  width: 20px;
  height: 14px;
  display: block;
  background: #000 url(../img/icon-filter-view.gif) no-repeat -20px -14px;
  text-decoration: none;

}

div#column-center .filter-results
{
  padding: 41px 0 9px 0;
  border-bottom: 3px solid #2f2f2f;
  text-transform: uppercase;
  color: #aeaeae;
  font-size: 14px;
  min-height: 20px;
}

div#column-center .filter-results .filter-options
{
  float: right;
  margin: 0;
  padding: 0;
}

div#column-center .search-results .profiles-table table,
div#column-center .detail table
{
  margin: 20px 0 30px 0;
  width: 100%;
  z-index: 1;
}

td.inactive_class
{
    background: transparent url(../img/icon-profiles-exclude.png) no-repeat 0 50%;
    width: 16px;
}

span.inactive_class
{
    background: transparent url(../img/icon-profiles-exclude.png) no-repeat 0 0;
    width: 22px;
    height: 22px;

    float: right;
}

div#column-center .edit-collections .edit-collections-table table
{
  margin: 20px 0 30px 0;
  width: 100%;
  z-index: 1;
}

div#column-center .search-results table td.imported-date
{
  font-size: 11px;
}

div#column-center .search-results table a:link,
div#column-center .detail table a:link
{
  color: #808080;
  text-decoration: none;
}

div#column-center .search-results table a:visited,
div#column-center .detail table a:visited
{
  color: #808080;
  text-decoration: none;
}


div#column-center .search-results table a:hover,
div#column-center .detail table a:hover
{
  color: #b34717;
  text-decoration: none;
}

div#column-center .search-results table th,
div#column-center .detail table th
{
  text-transform: uppercase;
  font-size: 11px;
  text-align: left;
  color: #808080;
  padding: 10px 0 2px 0;
  border-bottom: 2px solid #2f2f2f;
  border-right: 2px solid #000;
  font-weight: normal;
}

div#column-center .search-results table th:hover,
div#column-center .detail table th:hover
{
  color: #fff;
  border-bottom: 2px solid #fff;
  cursor: default;
}

div#column-center .search-results table th.sorted,
div#column-center .search-results table th.headerSortUp,
div#column-center .search-results table th.headerSortDown
{
  color: #fff;
  border-bottom: 2px solid #fff;
  cursor: default;
}

div#column-center .search-results table tr,
div#column-center .detail table tr
{
  color: #808080;
  vertical-align: top;
}

div#column-center .search-results table td,
div#column-center .manage-profiles table td,
div#column-center .edit-collections table td,
div#column-center .detail table td
{
  text-transform: none;
  font-size: 11px;
  text-align: left;
  padding: 5px;
  border-bottom: 1px solid #2f2f2f;
  border-right: 0px solid #000;
  font-weight: normal;
  line-height: 13px;
}

div#column-center .search-results table td.video-thumbnail img
{
  border: 1px solid #aeaeae;
}

div#column-center .search-results table td.video-title img,
div#column-center .detail table td img
{
    float: left;
    margin: 0 10px 0 0;
    font-size: 11px;
}

div#column-center .search-results table td.video-title img
{
    margin-top: -12px;
}

div#column-center .search-results table td.video-title span
{
    font-size: 9px;
}

div#column-center .search-results table td
{
    font-size: 11px;
}

div#column-center .search-results table tr.list-drag-selected
{
    background-color: #b34717;
}

div#column-center .search-results table tr.list-drag-selected td
{
    color: #fff;
}

div#column-center .search-results table tr.list-drag-selected a:link,
div#column-center .search-results table tr.list-drag-selected a:visited,
div#column-center .search-results table tr.list-drag-selected a:hover
{
    color: #fff;
}

div#column-center .search-results table tr.active td
{
  border-bottom: 1px solid #b34717;
}

div#column-center .search-results table td p
{
  font-size: 11px;
  margin: 0;
  padding: 0;
}

div#column-center .search-results table tr:hover
{
  color: #b34717;
}

div#column-center .search-results table tr.active
{
  color: #b34717;
}

div#column-center .search-results table tr.active a
{
  color: #b34717;
}

div#column-center .search-results table tr:hover a
{
  color: #b34717;
}

div#column-center .search-results table tr:hover td.video-thumbnail img
{
  border-color: #b34717;
}


div#column-center .search-results ul.grid
{
  list-style: none;
  margin: 15px 0 0 0;
  padding: 0;
  font-size: 11px;
  line-height: 13px;
  text-transform: none;
  width: 100%;
}

div#column-center .search-results ul.grid li
{
  float: left;
  padding: 0px;
  width: 154px;
  background-color: #1f1f1f;
  margin: 0 10px 10px 0;
  overflow: hidden;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

div#column-center .search-results ul.grid img
{
  border: 0px solid #666;
  padding: 0 0 10px 0;
  min-height: 80px;
  /*opacity:0.3;*/
  /*filter:alpha(opacity=30)*/
}

div#column-center .search-results ul.grid a:link
{
  border: 0px solid #666;
  text-decoration: none;
  color: #676767;
  background-color: #1f1f1f;
  display: block;
  padding: 5px;
  overflow: hidden;
  cursor:default;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: 150px;
}

div#column-center .search-results ul.grid a:visited
{
  border: 0px solid #666;
  text-decoration: none;
  color: #676767;
  background-color: #1f1f1f;
  display: block;
  padding: 5px;
  overflow: hidden;
  cursor:default;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: 150px;
}

div#column-center .search-results ul.grid a:hover
{
  color: #fff;
  text-decoration: none;
  background-color: #b34717;
  display: block;
  padding: 5px;
  overflow: hidden;
  cursor:default;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

div#column-center .search-results ul.grid a:hover img
{
  border: 0px solid #b34717;
  /*opacity:1.0;*/
  /*filter:alpha(opacity=100)*/
}

div#column-center .search-results ul.grid .asset-title
{
    height: 28px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    display: block;
}

.popup
{
  z-index: 100;
  position: absolute;
  float: left;
  display: inline;
  background: transparent url(../img/bkg-popup-arrow-left.png) no-repeat 0 50%;
  top: 140px;
  left: 445px;
}

.popup a:link, .popup a:visited
{
  color: #b34717;
  text-decoration: none;
}

.popup a:hover
{
  color: #b34717;
  text-decoration: none;
  border-bottom: 1px dotted #676767;
}


.popup h4
{
  font-size: 14px;
  color: #fff;
  margin: 5px 0 5px 0;
}

.popup b
{
  color: #666;
}

.popup div
{
  margin: 0 0 0 9px;
  background-color: #000;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  border-left: 0px solid #333;
  width: 200px;
  padding: 15px;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 13px;
  color: #fff;
}

.expand-collapse-handle
{
    position: absolute;
    float: left;
    width: 100%;
    top: 73px;
    left: 0px;
}

.expand-collapse-handle a
{
    color: #000;
}

.expand-collapse-handle .left-handle
{
    position: absolute;
    top: 0;
    left: 0;
}
.expand-collapse-handle .right-handle
{
    position: absolute;
    top: 0;
    right: 0;
}

.expand-collapse-handle .both-handle
{
    position: absolute;
    top: 0;
    right: 50%;
}

.expand-collapse-handle .left-handle a:link,
.expand-collapse-handle .left-handle a:visited,
.expand-collapse-handle .right-handle a:link,
.expand-collapse-handle .right-handle a:visited,
.expand-collapse-handle .both-handle a:link,
.expand-collapse-handle .both-handle a:visited
{
    width: 16px;
    height: 16px;
    display: block;
    background: transparent url(../img/icon-collapse-sidebars.png) no-repeat 0 0;
    opacity:0.0;
}

.expand-collapse-handle .left-handle a:hover,
.expand-collapse-handle .right-handle a:hover,
.expand-collapse-handle .both-handle a:hover
{
    width: 16px;
    height: 16px;
    display: block;
    background: transparent url(../img/icon-collapse-sidebars.png) no-repeat 0 0;
    opacity:0.9;
}

body.collapse-side-left .expand-collapse-handle .left-handle a:link,
body.collapse-side-left .expand-collapse-handle .left-handle a:visited
{
    width: 16px;
    height: 16px;
    display: block;
    background: transparent url(../img/icon-collapse-sidebars.png) no-repeat -16px 0;
    opacity:0.4;
}

body.collapse-side-left .expand-collapse-handle .left-handle a:hover
{
    width: 16px;
    height: 16px;
    display: block;
    background: transparent url(../img/icon-collapse-sidebars.png) no-repeat -16px 0;
    opacity:0.9;
}

body.collapse-side-left .expand-collapse-handle .left-handle
{
    top: 0;
    left: 0px;
}

body.collapse-side-right .expand-collapse-handle .right-handle a:link,
body.collapse-side-right .expand-collapse-handle .right-handle a:visited
{
    width: 16px;
    height: 16px;
    display: block;
    background: transparent url(../img/icon-collapse-sidebars.png) no-repeat -16px 0;
    opacity:0.4;
}

body.collapse-side-right .expand-collapse-handle .right-handle a:hover
{
    width: 16px;
    height: 16px;
    display: block;
    background: transparent url(../img/icon-collapse-sidebars.png) no-repeat -16px 0;
    opacity:0.9;
}

body.collapse-side-right .expand-collapse-handle .right-handle
{
    top: 0px;
    right: 0px;
}

body.collapse-sidebars .expand-collapse-handle .both-handle a:link,
body.collapse-sidebars .expand-collapse-handle .both-handle a:visited
{
    width: 16px;
    height: 16px;
    display: block;
    background: transparent url(../img/icon-collapse-sidebars.png) no-repeat -16px 0;
    opacity:0.9;
}

body.collapse-sidebars .expand-collapse-handle .both-handle a:hover
{
    width: 16px;
    height: 16px;
    display: block;
    background: transparent url(../img/icon-collapse-sidebars.png) no-repeat -16px 0;
    opacity:0.1;
}

body.collapse-sidebars .expand-collapse-handle .both-handle
{
    top: -14px;
    right: 50%;
}

/* DETAIL STYLES ----------*/

div#column-center .detail
{
  margin: 20px 0 0 0;
  width: 100%;
  text-align: center;
}

div#column-center .detail p
{
  font-size: 11px;
  text-transform: uppercase;
}

div#column-center .detail a:link, div#column-center .detail a:visited
{
  text-decoration: none;
  color: #787878;
}

div#column-center .detail a:hover
{
  text-decoration: none;
  color: #787878;
  border-bottom: 1px dotted #787878;
}

div#column-center .detail .wrapper-inner
{
  text-align: left;
  width: 560px;
  margin: 0 auto;
}

div#column-center .detail .wrapper-inner a:link, div#column-center .detail .wrapper-inner a:visited
{
  color: #b34717;
}

div#column-center .detail .wrapper-inner .video-about
{
  font-size: 11px;
  font-style: italic;
  text-transform: uppercase;
  color: #989898;
}

div#column-center .detail .wrapper-inner .video-about b
{
  font-style: normal;
  font-weight: normal;
  color: #676767;
}

div#column-center .detail .wrapper-inner .video-description
{
  font-style: normal;
  text-transform: none;
  font-size: 13px;
  line-height: 17px;
  color: #7e7e7e;
}

div#column-center .detail .wrapper-inner .video-about ul.delivery-profiles
{
  list-style: none;
  margin: 0;
  padding: 0;

}

div#column-center .detail .wrapper-inner .video-about ul.delivery-profiles li
{
  float: left;
  padding: 0 16px 0 0;
  margin: 10px 0 0 0;
}

div#column-center .detail .wrapper-inner .video-about ul.delivery-profiles li dl
{
  margin: 0;
  padding: 0;
  font-style: normal;
  line-height: 13px;
}

div#column-center .detail .wrapper-inner .video-about ul.delivery-profiles li dt
{
  margin: 0;
  padding: 0;
  font-style: normal;
  color: #676767;
}

div#column-center .detail .wrapper-inner .video-about ul.delivery-profiles li dd
{
  margin: 0;
  padding: 0;
  font-style: normal;
  color: #989898;
}

div#column-center .detail .wrapper-inner .video-about ul.delivery-profiles li dd.action
{
  margin: 10px 0 0 0;
  padding: 0;
  font-style: normal;
  color: #b34717;
  border-bottom: 1px solid #b34717;
}

div#column-center .detail .wrapper-inner .video-about ul.delivery-profiles li dd.action a:hover
{
  border: 0px;
}

div#column-center .detail .wrapper-inner .video-about ul.delivery-profiles li dd.edit
{
  margin: 5px 0 0 0;
  padding: 0;
  font-style: normal;
  color: #676767;
}

div#column-center .detail .wrapper-inner .video-about ul.delivery-profiles li dd.edit a
{
  color: #676767;
}

div#column-center .detail .wrapper-inner .video-about ul.delivery-profiles li dd.deliver
{
  border-bottom: 0px solid #000;
  margin: 5px 0 0 0;
  padding: 0;
  font-style: normal;
  color: #676767;
}

div#column-center .detail .wrapper-inner .video-about ul.delivery-profiles li dd.deliver a:link, div#column-center .detail .wrapper-inner .video-about ul.delivery-profiles li dd.deliver a:hover
{
  color: #676767;
}

div#column-center .detail .wrapper-inner .video-about ul.delivery-profiles li dd.deliver a:hover
{
  color: #ffffff;
  border-bottom: 0px solid #000;
}

div#column-center .detail .wrapper-inner .video-about ul.delivery-profiles li dd.deliver a.btn-gray:link,div#column-center .detail .wrapper-inner .video-about ul.delivery-profiles li dd.deliver a.btn-gray:visited
{
  width: 75px;
  height: 18px;
  padding: 3px 0 1px 0;
  text-align: center;
  color: #999999;
  font-size: 11px;
  text-decoration: none;
  border: 0px;
  background: #000 url(../img/btn-gray-bkg.gif) no-repeat 0 0;
  display: block;
}

div#column-center .detail .wrapper-inner .video-about ul.delivery-profiles li dd.deliver a.btn-gray:hover
{
  width: 75px;
  height: 18px;
  padding: 3px 0 1px 0;
  text-align: center;
  color: #ffffff;
  font-size: 11px;
  text-decoration: none;
  border-bottom: 0px solid #000;
  background: #000 url(../img/btn-gray-bkg.gif) no-repeat 0 0;
  display: block;
}

div#column-center .detail .wrapper-inner .video-about ul.delivery-profiles li img
{
  border-top: 1px solid #b34717;
  border-bottom: 1px solid #b34717;
  padding: 1px 0;
}

div#column-center .detail .wrapper-inner .video-about ul.delivery-profiles li.not-delivered img
{
  border-top: 1px solid #484848;
  border-bottom: 1px solid #484848;
  padding: 1px 0;
  opacity:0.3;
/*  filter:alpha(opacity=30)*/
}

div#column-center .detail .wrapper-inner .video-about .video-tools
{
  float: right;
  margin: 0;
  padding: 0;
  font-style: normal;
}

div#column-center h2
{
  text-transform: uppercase;
  font-size: 20px;
  border-bottom: 0px solid #2f2f2f;
  color: #aeaeae;
  font-weight: normal;
  margin: 20px 0 5px 0;
  padding: 0;
  font-style: normal;
  text-align: left;

}

div#column-center h2.underline
{
  text-transform: uppercase;
  font-size: 20px;
  border-bottom: 3px solid #2f2f2f;
  color: #aeaeae;
  font-weight: normal;
  margin: 20px 0 5px 0;
  padding: 0 0 5px 0;
  font-style: normal;
  text-align: left;
}


div#column-center h3,
div#column-left h3
{
  text-transform: uppercase;
  font-size: 14px;
  border-bottom: 0px solid #2f2f2f;
  color: #aeaeae;
  font-weight: normal;
  margin: 5px 0 5px 0;
  padding: 0;
  line-height: 16px;
  font-style: normal;
  clear: both;
}

div#column-center h3.underline
{
  text-transform: uppercase;
  font-size: 14px;
  border-bottom: 1px solid #2f2f2f;
  color: #aeaeae;
  font-weight: normal;
  margin: 5px 0 5px 0;
  padding: 20px 0 0 0;
  line-height: 16px;
  font-style: normal;
  clear: both;
}

div#column-center .detail .wrapper-inner .video-about ul.other-profiles
{
  list-style: none;
  margin: 0 0 0 0;
  padding: 0;

}

div#column-center .detail .wrapper-inner .video-about ul.other-profiles li
{
  float: left;
  padding: 0 17px 0 0;
  width: 95px;
  line-height: 13px;
  margin: 10px 0 0 0;
}

div#column-center .detail .wrapper-inner .video-about ul.other-profiles p
{
  margin: 0 0;
  padding: 0;
  font-style: normal;
  color: #676767;
}

div#column-center .detail .wrapper-inner .video-about ul.other-profiles a
{
  text-decoration: none;
  border-bottom: 0px solid #000;
  color: #676767;
}

/* Right Column Styles ---------------------------------*/

div#column-right
{
  color: #808080;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 13px;
}

div#column-right a:link, div#column-right a:visited
{
  color: #b34717;
  text-decoration: none;
}

div#column-right a:hover
{
  color: #b34717;
  text-decoration: underline;
}

div#column-right h1
{
  text-transform: uppercase;
  font-size: 20px;
  border-bottom: 3px solid #6f6f6f;
  color: #aeaeae;
  font-weight: normal;
  margin: 20px 0 5px 0;
  padding: 0 0 5px 0;
  line-height: 20px;

}

div#column-right h1.tag-name
{
  text-transform: uppercase;
  font-size: 30px;
  border-bottom: 0px solid #6f6f6f;
  color: #808080;
  font-weight: normal;
  margin: 20px 0 5px 0;
  padding: 0 0 5px 0;
  line-height: 32px;

}

div#column-right h2
{
  text-transform: uppercase;
  font-size: 17px;
  border-bottom: 1px solid #2f2f2f;
  color: #aeaeae;
  font-weight: normal;
  margin: 0px 0 5px 0;
  padding: 0;
  line-height: 20px;
  overflow: hidden;
  text-align: left;
}

.video-duration
{
  font-size: 11px;
  font-style: italic;
  white-space: nowrap;
}

div#column-right h3
{
  text-transform: uppercase;
  font-size: 17px;
  border-bottom: 3px solid #555555;
  color: #555555;
  font-weight: normal;
  margin: 20px 0 5px 0;
  padding: 0;
  line-height: 20px;

}

div#column-right h3.no-border
{
  text-transform: uppercase;
  font-size: 17px;
  border-bottom: 0px solid #555555;
  color: #555555;
  font-weight: normal;
  margin: 5px 0 5px 0;
  padding: 0;
  line-height: 20px;

}


.more-information-image
{
  border-top: 1px solid #2f2f2f;
  border-bottom: 1px solid #2f2f2f;
  padding: 5px;
  background: #000 url(../img/bkg-movie-medium.gif) repeat 0 0;
}

.more-information-image p
{
  margin: 0;
  padding: 0;
  text-align: right;
  color: #ffffff;
}

.more-information-image p b
{
  color: #808080;
  font-weight: normal;
}

.more-information-rating
{
  border-bottom: 1px solid #2f2f2f;
  padding: 5px 0 5px 0;
  margin: 0 0 5px 0;
}

.more-information-title
{
  font-size: 15px;
  line-height: 19px;
  border-bottom: 1px solid #2f2f2f;
  padding: 5px 0 5px 0;
  margin: 0 0 5px 0;
}

.more-information-title p
{
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-style: italic;
}

.more-information-details p
{
  border-bottom: 1px solid #2f2f2f;
  padding: 0 0 5px 0;
  color: #ffffff;
}

.more-information-details p.expanded
{
  border-bottom: 1px solid #2f2f2f;
  padding: 0 0 5px 15px;
  color: #ffffff;
  background: #000 url(../img/arrow-white-large-down.gif) no-repeat 0 2px;
  margin: 0;
}

.more-information-details .expanded-div
{
  margin: 0;
  padding: 10px 10px 0 10px;
  background: #000 url(../img/bkg-movie-medium.gif) repeat 0 0;
  border-bottom: 1px solid #2f2f2f;
}

.more-information-details .expanded-div-no-bkg
{
  margin: 0 0 10px 0;
  padding: 10px;
  background-color: #000;
  border-bottom: 1px solid #2f2f2f;
  text-transform: none;
  line-height: 13px;
}


.more-information-details dl
{
  margin: 0 0 10px 0;
  padding: 0;
  font-style: normal;
  line-height: 13px;
}

.more-information-details dt
{
  margin: 0;
  padding: 0;
  font-style: normal;
  color: #676767;
}

.more-information-details dd
{
  margin: 0;
  padding: 0;
  font-style: normal;
  color: #989898;
  font-size: 12px;
}

.more-information-details b
{
  color: #808080;
  font-weight: normal;
}

div#column-right ul.my-collections
{
  margin: 0;
  padding: 0;
  list-style: none;
}

div#column-right ul.my-collections li
{
  text-transform: uppercase;
  font-size: 11px;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #2f2f2f;
  line-height: 16px;

}

div#column-right ul.my-collections li a:link, div#column-right ul.my-collections li a:visited
{
  text-decoration: none;
  color: #787878;
  background: #000 url(../img/icon-collections.gif) no-repeat 1px 1px;
  padding: 2px 0 0 22px;
  display: block;
}

div#column-right ul.my-collections li a:hover
{
  text-decoration: none;
  color: #000;
  background: #aeaeae url(../img/icon-collections.gif) no-repeat 1px 1px;
  padding: 2px 0 0 22px;
  display: block;
}

/* Style Needing Find and Replace ---------------------*/

button.orange
{
  margin: 0;
  padding: 0;
  width: 105px;
  height: 19px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  border: 0;
  font-size: 9px;
  background: #000 url(../img/btn-orange-bkg.gif) no-repeat 0 0;
}

a.btn-orange:link, a.btn-orange:visited
{
  margin: 0;
  padding: 5px;
  width: 105px;
  height: 9px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  border: 0;
  font-size: 9px;
  background: #000 url(../img/btn-orange-bkg.gif) no-repeat 0 0;
  display: block;
}

button.orange-large
{
  margin: 0;
  padding: 0;
  width: 241px;
  height: 35px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  border: 0;
  font-size: 12px;
  font-weight: bold;
  background: #000 url(../img/btn-large.gif) no-repeat 0 0;
}

div#column-right a.btn-orange-large:link, div#column-left a.btn-orange-large:link, div#column-center a.btn-orange-large:link,
div#column-right a.btn-orange-large:visited, div#column-left a.btn-orange-large:visited, div#column-center a.btn-orange-large:visited
{
  margin: 0;
  padding: 10px 10px 10px 0;
  width: 241px;
  height: 15px;
  text-transform: uppercase;
  text-align: center;
  border: 0;
  font-size: 12px;
  font-weight: bold;
  background: #000 url(../img/btn-large.gif) no-repeat 0 0;
  display: block;
  color: #fff;
}

button.gray-large
{
  margin: 0;
  padding: 0;
  width: 241px;
  height: 35px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  border: 0;
  font-size: 12px;
  font-weight: bold;
  background: #000 url(../img/btn-large.gif) no-repeat 0 -35px;
}

div#column-right a.btn-gray-large:link, div#column-left a.btn-gray-large:link, div#column-center a.btn-gray-large:link,
div#column-right a.btn-gray-large:visited, div#column-left a.btn-gray-large:visited, div#column-center a.btn-gray-large:visited
{
  margin: 0;
  padding: 10px 10px 10px 0;
  width: 241px;
  height: 15px;
  text-transform: uppercase;
  text-align: center;
  border: 0;
  font-size: 12px;
  font-weight: bold;
  background: #000 url(../img/btn-large.gif) no-repeat 0 -35px;
  display: block;
  color: #fff;
}

button.green-large
{
  margin: 0;
  padding: 0;
  width: 241px;
  height: 35px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  border: 0;
  font-size: 12px;
  font-weight: bold;
  background: #000 url(../img/btn-large.gif) no-repeat 0 -70px;
}

div#column-right a.btn-green-large:link, div#column-left a.btn-green-large:link, div#column-center a.btn-green-large:link,
div#column-right a.btn-green-large:visited, div#column-left a.btn-green-large:visited, div#column-center a.btn-green-large:visited
{
  margin: 0;
  padding: 10px 10px 10px 0;
  width: 241px;
  height: 15px;
  text-transform: uppercase;
  text-align: center;
  border: 0;
  font-size: 12px;
  font-weight: bold;
  background: #000 url(../img/btn-large.gif) no-repeat 0 -70px;
  display: block;
  color: #fff;
}

button.green
{
  margin: 0;
  padding: 0;
  width: 105px;
  height: 19px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  border: 0;
  font-size: 9px;
  background: #000 url(../img/btn-green-bkg.gif) no-repeat 0 0;
}

a.btn-green:link,
a.btn-green:visited
{
  margin: 0;
  padding: 5px;
  width: 105px;
  height: 9px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  border: 0;
  font-size: 9px;
  background: #000 url(../img/btn-green-bkg.gif) no-repeat 0 0;
  display: block;
}

button.orange:hover,button.green:hover,button.orange-large:hover,button.gray-large:hover,button.gray:hover,button.green-large:hover
{
  color: #999;
  opacity:0.8;
/*    filter:alpha(opacity=80)*/
}


div#column-right .tag-details input[type=text]
{
  width: 155px;
  border: 0;
  background: #000 url(../img/bkg-tag-details-input.gif) no-repeat 0 0;
  height: 18px;
  font-size: 10px;
  padding: 2px 4px 0 7px;

}

input:focus
{
  outline: 0 none;
}

div#column-right .tag-details p
{
  border-bottom: 1px solid #2f2f2f;
  padding: 0 0 5px 0;
  color: #5c5c5c;
}

div#column-right .tag-details ul
{
  list-style: none;
  margin: 0;
  padding: 0;
}

div#column-right .tag-details ul li
{
  border-bottom: 1px solid #2f2f2f;
  padding: 5px 0 5px 0;
  color: #5c5c5c;
  line-height: 14px;
}

div#column-right .tag-details ul li img
{
  padding: 0 10px 0 0;
  position: relative;
  top: 2px;
}

div#column-right .activity-log ul
{
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
}

div#column-right .activity-log ul li
{
  padding: 5px 0;
}

div#column-right .activity-log dl
{
  margin: 10px 0 0 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #2f2f2f;
}

div#column-right .activity-log dt
{
  font-size: 13px;
  margin: 0;
  padding: 0;
}

div#column-right .activity-log dd
{
  font-size: 9px;
  margin: 0;
  padding: 0;
}

div#column-right ul li.collection
{
  background: #000 url(../img/icon-collections.gif) no-repeat 0 2px;
  padding: 5px 0 5px 25px;
    color: #808080;
    line-height: 14px;
}

body.profiles-edit #subnav {background: #000 url(../img/bkg-profiles-subnav-edit.gif) repeat-x 0 0; display: inline;}
body.profiles-manage #subnav {background: #000 url(../img/bkg-profiles-subnav-manage.gif) repeat-x 0 0; display: inline;}
body.profiles-edit #subnav ul li.edit a:link, body.profiles-edit #subnav ul li.edit a:visited {background: #000 url(../img/profiles-subnav.png) no-repeat 0 0;}
body.profiles-edit #subnav ul li.manage a:link, body.profiles-edit #subnav ul li.manage a:visited {background: #000 url(../img/profiles-subnav.png) no-repeat -164px 0px;}
body.profiles-manage #subnav ul li.edit a:link, body.profiles-manage #subnav ul li.edit a:visited {background: #000 url(../img/profiles-subnav.png) no-repeat 0 -30px;}
body.profiles-manage #subnav ul li.manage a:link, body.profiles-manage #subnav ul li.manage a:visited {background: #000 url(../img/profiles-subnav.png) no-repeat -164px -30px;}
body.profiles-manage #wrapper #column-center .manage-profiles .profile-snapshot .icons ul li.icon-details {display: none;}
body.profiles-edit #wrapper #column-center .manage-profiles .profile-snapshot .action ul li.button
{
  height: 24px;
  font-size: 12px;
  text-transform: uppercase;
  background: #505050 url(../img/profiles-save-btn-bkg.gif) no-repeat 100% 0;
  line-height: 25px;
  padding: 0 7px 0 5px;
  text-align: center;
}

body.profiles-edit #wrapper #column-center .manage-profiles h2.underline
{
  text-transform: uppercase;
  font-size: 20px;
  border-bottom: 3px solid #156807;
  color: #156807;
  font-weight: normal;
  margin: 20px 0 5px 0;
  padding: 0 0 5px 0;
  font-style: normal;
  text-align: left;
}

#subnav ul
{
  list-style: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  position: relative;
  left: 50%;
  float: left;
}

#subnav ul li
{
  float: left;
  position: relative;
  right: 50%;
}

body.profiles-manage #subnav ul li.edit a:link, body.profiles-manage #subnav ul li.edit a:visited,
body.profiles-edit #subnav ul li.edit a:link, body.profiles-edit #subnav ul li.edit a:visited
{
  display: block;
  width: 164px;
  height: 30px;
  text-decoration: none;
  background: #000 url(../img/profiles-subnav.png) no-repeat 0 0px;
}

body.profiles-edit #subnav ul li.edit a:link, body.profiles-edit #subnav ul li.edit a:visited
{
  display: block;
  width: 164px;
  height: 30px;
  text-decoration: none;
  background: #000 url(../img/profiles-subnav.png) no-repeat 0 -30px;
}

body.profiles-manage #subnav ul li.edit a:hover,
body.profiles-edit #subnav ul li.edit a:hover
{
  display: block;
  width: 164px;
  height: 30px;
  text-decoration: none;
  background: #000 url(../img/profiles-subnav.png) no-repeat 0 -30px;
}

body.profiles-manage #subnav ul li.manage a:link, body.profiles-manage #subnav ul li.manage a:visited,
body.profiles-edit #subnav ul li.manage a:link, body.profiles-edit #subnav ul li.manage a:visited
{
  display: block;
  width: 162px;
  height: 30px;
  text-decoration: none;
  background: #000 url(../img/profiles-subnav.png) no-repeat -164px -30px;
}

body.profiles-manage #subnav ul li.manage a:link, body.profiles-manage #subnav ul li.manage a:visited
{
  display: block;
  width: 162px;
  height: 30px;
  text-decoration: none;
  background: #000 url(../img/profiles-subnav.png) no-repeat -164px 0px;
}

body.profiles-manage #subnav ul li.manage a:hover,
body.profiles-edit #subnav ul li.manage a:hover
{
  display: block;
  width: 162px;
  height: 30px;
  text-decoration: none;
  background: #000 url(../img/profiles-subnav.png) no-repeat -164px 0;
}

/* Profiles Left Side Navigation ----------------------*/

div#column-left ul.all-profiles
{
  margin: 0 0px 0 0;
/*  padding: 0 -20px 0 0;*/
  border-top: 1px solid #545454;
}

div#column-left ul.all-profiles li
{
}

div#column-left ul.all-profiles li img
{
  float: left;
  margin: 0 10px 0 0;
  padding: 0 0 0 5px;
}

div#column-left ul.all-profiles li a:link, div#column-left ul.all-profiles li a:visited
{
  display: block;
  color: #7e7e7e;
  padding:5px 0 3px 0;
  height: 52px;
  text-decoration: none;
  margin-right: -6px;

}

div#column-left ul.all-profiles li a:hover
{
  display: block;
  color: #7e7e7e;
  padding:5px 0 3px 0;
  background: #828282 url(../img/bkg-profile-left-arrow.gif) no-repeat 100% 50%;
  color: #ffffff;
  text-decoration: none;
}

body.profiles-edit div#column-left ul.all-profiles li a:hover
{
  display: block;
  color: #7e7e7e;
  padding:5px 0 3px 0;
  background: #156807 url(../img/bkg-profile-left-arrow-green.gif) no-repeat 100% 50%;
  color: #ffffff;
  text-decoration: none;
}

div#column-left ul.all-profiles li a.active:link, div#column-left ul.all-profiles li a.active:visited
{
  display: block;
  color: #7e7e7e;
  padding:5px 0 3px 0;
  background: #828282 url(../img/bkg-profile-left-arrow.gif) no-repeat 100% 50%;
  color: #ffffff;
  text-decoration: none;
}

body.profiles-edit div#column-left ul.all-profiles li a.active:link,
body.profiles-edit div#column-left ul.all-profiles li a.active:visited
{
  display: block;
  color: #7e7e7e;
  padding:5px 0 3px 0;
  background: #156807 url(../img/bkg-profile-left-arrow-green.gif) no-repeat 100% 50%;
  color: #ffffff;
  text-decoration: none;
}

div#column-left ul.all-profiles li a dl
{
  margin: 0;
}

div#column-left ul.all-profiles li a dl dt
{
  font-size: 20px;
  margin: 0;
  padding: 0;
}

div#column-left ul.all-profiles li a dl dt span
{
    font-size: 10px;
}

div#column-left ul.all-profiles li a dl dt div
{
  /*background: transparent url(../img/icon-linked-profile-left.gif) no-repeat 110px 0;*/
  padding: 0 0 0 0px;
}

div#column-left ul.all-profiles li a:hover dl dt div
{
  /*background: transparent url(../img/icon-linked-profile-left-active.gif) no-repeat 110px 0;*/
  padding: 0 0 0 0px;
}

div#column-left ul.all-profiles li a.active:link dl dt div, div#column-left ul.all-profiles li a.active:visited dl dt div
{
  /*background: transparent url(../img/icon-linked-profile-left-active.gif) no-repeat 110px 0;*/
}

div#column-left ul.all-profiles li a dl dd.profile
{
  font-size: 14px;
  padding: 2px 0 10px 0;
}

div#column-left ul.all-profiles li a dl dd
{
  font-size: 12px;
  margin: 0;
  padding: 0;
}

/* Profiles Center Styles ------------------------------*/

.profile-snapshot
{
  width: 100%;
  margin: 10px 0 0 0;
}

.profile-snapshot .icons
{
  float: left;
  text-align: left;
  margin: 0 0 0 0px;
}

.profile-snapshot .action
{
  float: right;
}

.profile-snapshot ul
{
  list-style: none;
  margin: 0;
  padding: 0;
}

.profile-snapshot ul li
{
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
}

.profile-snapshot .icons ul li.tags
{
  width: 42px;
  height: 34px;
  background: #000 url(../img/profiles-tag-bkg.gif) no-repeat 0 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #ccc;
  line-height: 35px;
  padding: 0 0 0 3px;
}

.profile-snapshot .icons ul li.smart-folders
{
  width: 31px;
  height: 34px;
  background: #000 url(../img/profiles-smart-folder-bkg.gif) no-repeat 0 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #ccc;
  line-height: 35px;
  padding: 0 0 0 0px;
}

.profile-snapshot .icons ul li.collections
{
  width: 37px;
  height: 34px;
  background: #000 url(../img/profiles-folder-bkg.gif) no-repeat 0 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #aeaeae;
  line-height: 35px;
  padding: 0 0 0 0px;
}

.profile-snapshot .icons ul li.icon-details
{
  display: inline;
  font-size: 10px;
  text-transform: uppercase;
}

.profile-snapshot .icons ul li.icon-details dl
{
  margin: 0 0 0 -5px;
  padding: 7px 10px 0 0;
  line-height: 10px;
}

.profile-snapshot .icons ul li.icon-details dl dt, .profile-snapshot .icons ul li.icon-details dl dd
{
  margin: 0;
  padding: 0;
}

.profile-snapshot .action ul li
{
  padding: 0;
  margin: 0;
}

.profile-snapshot .action ul li.number
{
  height: 24px;
    padding: 0 10px 0 44px;
  background: #505050 url(../img/profiles-link-number-bkg.gif) no-repeat 0 0;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 25px;
  border-right: 1px solid #000;
}

.profile-snapshot .action ul li.number a:link,
.profile-snapshot .action ul li.number a:visited
{
    display: block;
    height: 24px;
    width: 5px;
    color: #aeaeae;
    text-decoration: none;
}

.profile-snapshot .action ul li.number a:hover
{
    color: #fff;
    text-decoration: none;
}

.profile-snapshot .action ul li.button
{
  height: 24px;
  font-size: 12px;
  text-transform: uppercase;
  background: #505050 url(../img/profiles-edit-btn-bkg.gif) no-repeat 100% 0;
  line-height: 25px;
  text-align: center;
}

.profile-snapshot .action ul li.button a:link, .profile-snapshot .action ul li.button a:visited
{
  color: #aeaeae;
  text-decoration: none;
  display: block;
  padding: 0 7px 0 5px;
}

.profile-snapshot .action ul li.button a:hover
{
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 0 7px 0 5px;
}

/* Profiles Table Styles --------------------------------------*/

div#column-center .profiles-summary dl
{

}

div#column-center .profiles-summary dl dt.profile-name
{
    text-transform: uppercase;
    color: #aeaeae;
    border-bottom: 1px solid #333;
}

div#column-center .profiles-summary dl dt.date,
div#column-center .profiles-summary dl dd.time
{
    font-size: 11px;
    float: right;
    margin: -20px 0 0 0;
    text-transform: uppercase;
    color: #666;
}

div#column-center .profiles-summary dl dd.time
{
    padding-left: 20px;
}

div#column-center .profiles-summary dl dd
{
    font-size: 12px;
    text-transform: uppercase;
    color: #666;
}

div#column-center .manage-profiles .profiles-table
{
  clear: both;
  padding: 10px 0 0 0;
  /*overflow: auto;
  height: 400px;*/
}

div#column-center .manage-profiles .profiles-table table tr.section-header
{
  background: #000 url(../img/profiles-table-section-header-bkg.gif) repeat-x 0 0;
  height: 12px;
}

div#column-center .manage-profiles .profiles-table table tr.section-header a:link,
div#column-center .manage-profiles .profiles-table table tr.section-header a:visited
{
  color: #aeaeae;
  padding: 0 0 0 20px;
  background: url(../img/left-side-header-arrow-right.png) no-repeat 8px 1px;
  display: block;
  text-decoration: none;
}

div#column-center .manage-profiles .profiles-table table tr.section-header a:hover
{
  color: #fff;
  padding: 0 0 0 20px;
  background: url(../img/left-side-header-arrow-down.png) no-repeat 4px 4px;
  display: block;
  text-decoration: none;
}

div#column-center .manage-profiles .profiles-table table tr.section-header a.active:link,
div#column-center .manage-profiles .profiles-table table tr.section-header a.active:visited
{
  color: #fff;
  padding: 0 0 0 20px;
  background: url(../img/left-side-header-arrow-down.png) no-repeat 4px 4px;
  display: block;
  text-decoration: none;
}

div#column-center .manage-profiles .profiles-table td
{
  padding: 8px;
}

div#column-center .manage-profiles .profiles-table tr
{
  vertical-align: middle;
}

div#column-center .manage-profiles .profiles-table table tr.header-row
{
  border-bottom: 1px solid #aeaeae;
  text-transform: uppercase;
  color: #fff;
  background-color: #444;
}

div#column-center .manage-profiles .profiles-table table tr.header-row td,
div#column-center .manage-profiles .profiles-table table tr.parent td,
div#column-center .manage-profiles .profiles-table table tr.child td,
div#column-center .manage-profiles .profiles-table table tr.child-two td,
div#column-center .manage-profiles .profiles-table table tr.child-three td,
div#column-center .manage-profiles .profiles-table table tr.detail-row td
{
  font-size: 11px;
}

div#column-center .manage-profiles .profiles-table table tr.header-row td.videos,
div#column-center .manage-profiles .profiles-table table tr.parent td.videos,
div#column-center .manage-profiles .profiles-table table tr.child td.videos,
div#column-center .manage-profiles .profiles-table table tr.child-two td.videos,
div#column-center .manage-profiles .profiles-table table tr.child-three td.videos,
div#column-center .manage-profiles .profiles-table table tr.detail-row td.videos
{
  width: 80px;
  text-align: right;
}

div#column-center .manage-profiles .profiles-table table tr.header-row td.delivered,
div#column-center .manage-profiles .profiles-table table tr.header-row td.updated,
div#column-center .manage-profiles .profiles-table table tr.detail-row td.delivered,
div#column-center .manage-profiles .profiles-table table tr.detail-row td.updated
{
  width: 80px;
  text-align: left;
}


div#column-center .manage-profiles .profiles-table table tr.header-row:hover
{
    color: #fff;
}

div#column-center .manage-profiles .profiles-table table tr.parent:hover
{
  color: #aeaeae;
}

div#column-center .manage-profiles .profiles-table table tr.linked td.link-button a:link,
div#column-center .manage-profiles .profiles-table table tr.linked td.link-button a:visited
{
  width: 37px;
  height: 17px;
  display: block;
  text-decoration: none;
  background: transparent url(../img/icon-profiles-linked.gif) no-repeat 0 0;
}

div#column-center .manage-profiles .profiles-table table tr.clicked
{
  background-color: #193407;
  color: #fff;
  border-bottom: 1px solid #aeaeae;
}

div#column-center .manage-profiles .profiles-table table tr.clicked td.link-button a:link,
div#column-center .manage-profiles .profiles-table table tr.clicked td.link-button a:visited
{
  width: 37px;
  height: 17px;
  display: block;
  text-decoration: none;
  background: transparent url(../img/icon-profiles-active-link.gif) no-repeat 0 0;
}

div#column-center .manage-profiles .profiles-table table tr.clicked td.exclude-button a:link,
div#column-center .manage-profiles .profiles-table table tr.clicked td.exclude-button a:visited
{
  width: 20px;
  height: 19px;
  display: block;
  text-decoration: none;
  background: #000 url(../img/icon-profiles-exclude-active.gif) no-repeat 0 0;
}

div#column-center .manage-profiles .profiles-table table tr.clicked td.collection-label a:link,
div#column-center .manage-profiles .profiles-table table tr.clicked td.collection-label a:visited
{
  background: transparent url(../img/icon-profiles-folder-clicked.gif) no-repeat 0 0;
  color: #fff;
  text-decoration: none;
}

div#column-center .manage-profiles .profiles-table table tr.exclude
{
  background: #000 url(../img/profiles-excluded-bkg.gif) repeat-x 0 50%;
}

div#column-center .manage-profiles .profiles-table table tr.exclude td.exclude-button a:link,
div#column-center .manage-profiles .profiles-table table tr.exclude td.exclude-button a:visited
{
  width: 20px;
  height: 19px;
  display: block;
  text-decoration: none;
  background: #000 url(../img/icon-profiles-excluded.png) no-repeat 0 0;
}

div#column-center .manage-profiles .profiles-table table tr td.link-button a:link,
div#column-center .manage-profiles .profiles-table table tr td.link-button a:visited
{
  width: 37px;
  height: 17px;
  display: block;
  text-decoration: none;
  background: transparent url(../img/icon-profiles-not-linked.gif) no-repeat 0 0;
}

div#column-center .manage-profiles .profiles-table table tr td.link-button a:hover
{
  width: 37px;
  height: 17px;
  display: block;
  text-decoration: none;
  background: transparent url(../img/icon-profiles-linked.gif) no-repeat 0 0;
}

div#column-center .manage-profiles .profiles-table table tr td.exclude-button a:link,
div#column-center .manage-profiles .profiles-table table tr td.exclude-button a:visited
{
  width: 20px;
  height: 19px;
  display: block;
  text-decoration: none;
  background: transparent url(../img/icon-profiles-exclude.png) no-repeat 0 0;
}

div#column-center .manage-profiles .profiles-table table tr td.exclude-button a:hover
{
  width: 20px;
  height: 19px;
  display: block;
  text-decoration: none;
  background: transparent url(../img/icon-profiles-exclude-hover.png) no-repeat 0 0;
}

div#column-center .manage-profiles .profiles-table table tr td.collection-label a:link,
div#column-center .manage-profiles .profiles-table table tr td.collection-label a:visited
{
  margin: 0;
  padding: 4px 0 4px 30px;
  background: transparent url(../img/icon-profiles-folder.gif) no-repeat 0 0;
  text-decoration: none;
  color: #aeaeae;
}

div#column-center .manage-profiles .profiles-table table tr td.collection-label a:hover
{
  background: transparent url(../img/icon-profiles-folder-hover.gif) no-repeat 0 0;
  color: #fff;
  text-decoration: none;
}

div#column-center .manage-profiles .profiles-table table tr.child td.collection-label a:link,
div#column-center .manage-profiles .profiles-table table tr.child td.collection-label a:visited
{
  margin: 0 0 0 20px;
  padding: 4px 0 4px 30px;
  background: transparent url(../img/icon-profiles-folder.gif) no-repeat 0 0;
  text-decoration: none;
  color: #aeaeae;
}

div#column-center .manage-profiles .profiles-table table tr.child td.collection-label a:hover
{
  background: transparent url(../img/icon-profiles-folder-hover.gif) no-repeat 0 0;
  color: #fff;
  text-decoration: none;
}

div#column-center .manage-profiles .profiles-table table tr.child-two td.collection-label a:link,
div#column-center .manage-profiles .profiles-table table tr.child-two td.collection-label a:visited
{
  margin: 0 0 0 40px;
  padding: 4px 0 4px 30px;
  background: transparent url(../img/icon-profiles-folder.gif) no-repeat 0 0;
  text-decoration: none;
  color: #aeaeae;
}

div#column-center .manage-profiles .profiles-table table tr.child-two td.collection-label a:hover
{
  background: transparent url(../img/icon-profiles-folder-hover.gif) no-repeat 0 0;
  color: #fff;
  text-decoration: none;
}

div#column-center .manage-profiles .profiles-table table tr.child-three td.collection-label a:link,
div#column-center .manage-profiles .profiles-table table tr.child-three td.collection-label a:visited
{
  margin: 0 0 0 60px;
  padding: 4px 0 4px 30px;
  background: transparent url(../img/icon-profiles-folder.gif) no-repeat 0 0;
  text-decoration: none;
  color: #aeaeae;
}

div#column-center .manage-profiles .profiles-table table tr.child-three td.collection-label a:hover
{
  background: transparent url(../img/icon-profiles-folder-hover.gif) no-repeat 0 0;
  color: #fff;
  text-decoration: none;
}

div#column-center .manage-profiles .profiles-table table tr td.collection-label a.expandable:link,
div#column-center .manage-profiles .profiles-table table tr td.collection-label a.expandable:visited
{
  background: transparent url(../img/icon-profiles-folder-expandable.gif) no-repeat 0 0;
}

div#column-center .manage-profiles .profiles-table table tr td.collection-label a.expandable:hover
{
  background: transparent url(../img/icon-profiles-folder-exp-hover.gif) no-repeat 0 0;
}

/* Edit Collections Table Styles --------------------------------------*/

ul.edit-collections-list
{
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    font-size: 13px;
    font-family: helvetica,arial,sans-serif;
    text-transform: uppercase;
}

ul.edit-collections-list li
{
    background-color: #202020;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #000;
}

ul.edit-collections-list li ul
{
    background-color: #333;
}

ul.edit-collections-list li ul, ul.edit-collections-list li ul li ul
{
    list-style: none;
    padding: 0;
}

ul.edit-collections-list li ul li, ul.edit-collections-list li ul li ul li
{
    background-color: #333;
    border-bottom: 0px;
}

ul.edit-collections-list li a:link,
ul.edit-collections-list li a:visited
{
    background: transparent url(../img/icon-collection-gray.png) no-repeat 4px 8px;
    padding: 5px 5px 5px 30px;
    display: block;
    color: #505050;
    text-decoration: none;
    margin: 0 0 0 15px;
}

ul.edit-collections-list li.t a:link,
ul.edit-collections-list li.t a:visited
{
    background: transparent url(../img/icon-tags-gray.png) no-repeat 4px 10px;
    padding: 5px 5px 5px 30px;
    display: block;
    color: #505050;
    text-decoration: none;
    margin: 0 0 0 15px;
}

ul.edit-collections-list li.sf a:link,
ul.edit-collections-list li.sf a:visited
{
    background: transparent url(../img/icon-smart-collection-gray.png) no-repeat 4px 8px;
    padding: 5px 5px 5px 30px;
    display: block;
    color: #505050;
    text-decoration: none;
    margin: 0 0 0 15px;
}

/*ul.edit-collections-list li a:hover
{
    background: #990000 url(../img/icon-profiles-folder-hover.gif) no-repeat 0 5px;
    padding: 5px 5px 5px 30px;
    display: block;
    color: #fff;
    text-decoration: none;
    margin: 0 0 0 15px;
}*/

ul.edit-collections-list li.linked .linked-folder
{
    width: 22px;
    height: 9px;
    margin: 0;
    padding: 0;
    display: block;
    background: transparent url(../img/icon-edit-collection-linked.gif) no-repeat 0 0;
    float: right;
    position: relative;
    top: 10px;
    right: 300px;
}

ul.edit-collections-list li .linked-folder
{
    width: 22px;
    height: 9px;
    margin: 0;
    padding: 0;
    display: none;
    background: transparent url(../img/icon-edit-collection-linked.gif) no-repeat 0 0;
    float: right;
    position: relative;
    top: 10px;
    right: 300px;
}

ul.edit-collections-list li.child
{
    border-bottom: 1px solid #000;
    background: #000;
    display: none;
}
/**/
ul.edit-collections-list li.drophover a
{
    background: transparent url(../img/edit-collections-drophover.png) no-repeat 0 -4px!important;
}
ul.edit-collections-list li .folder-count
{
    width: 22px;
    height: 9px;
    margin: 0;
    padding: 0;
    display: block;
    float: right;
    position: relative;
    top: 0px;
    right: 230px;
}

ul.edit-collections-list li .date
{
    width: 22px;
    height: 9px;
    margin: 0;
    padding: 0;
    display: block;
    float: right;
    position: relative;
    top: 0px;
    right: 170px;
}

ul.edit-collections-list li .add-folder
{
    width: 19px;
    height: 17px;
    margin: 0;
    padding: 0;
    display: block;
    float: right;
    position: relative;
    top: 0px;
    right: 50px;
}

ul.edit-collections-list li .add-folder a:link, ul.edit-collections-list li .add-folder a:visited
{
    display: block;
    width: 19px;
    height: 17px;
    text-decoration: none;
    background: transparent url(../img/icon-edit-collection-add.gif) no-repeat 0 8px;
}

ul.edit-collections-list li .remove-folder a:link, ul.edit-collections-list li .remove-folder a:visited
{
    display: block;
    width: 13px;
    height: 13px;
    text-decoration: none;
    background: transparent url(../img/icon-edit-collection-delete.png) no-repeat 0 8px;
}

ul.edit-collections-list li .remove-folder a:hover
{
    display: block;
    width: 13px;
    height: 13px;
    text-decoration: none;
    background: transparent url(../img/icon-edit-collection-delete-hover.png) no-repeat 0 8px;
}

ul.edit-collections-list li .remove-folder
{
    width: 13px;
    height: 13px;
    margin: 0;
    padding: 0;
    display: block;
    float: right;
    position: relative;
    top: 0px;
    right: 5px;
}

ul.edit-collections-list li a.drag-handle:link, ul.edit-collections-list li a.drag-handle:visited
{
    display: block;
    margin: 0;
    padding: 0 35px 0 0;
    width: 31px;
    height: 25px;
    background: transparent url(../img/icon-edit-collections-drag-bkg.gif) repeat-y 0 0;
    float: left;
    position: relative;
    top: 0;
    left: 0;
}

.helper
{
    border: 1px dashed #ffcccc;
}

div#column-center .edit-collections .edit-collections-table
{
  clear: both;
  padding: 10px 0 0 0;
}

div#column-center .edit-collections .edit-collections-table td
{
  padding: 8px;
  border-bottom: 1px solid #000;
  color: #6f6f6f;
}

div#column-center .edit-collections .edit-collections-table tr
{
  vertical-align: middle;
  background: #202020 url(../img/icon-edit-collections-drag-bkg.gif) repeat-y 0 0;
}

div#column-center .edit-collections .edit-collections-table table tr.parent td,
div#column-center .edit-collections .edit-collections-table table tr.child td,
div#column-center .edit-collections .edit-collections-table table tr.child-two td,
div#column-center .edit-collections .edit-collections-table table tr.child-three td
{
  font-size: 11px;
}

div#column-center .edit-collections .edit-collections-table table tr.parent td.videos,
div#column-center .edit-collections .edit-collections-table table tr.child td.videos,
div#column-center .edit-collections .edit-collections-table table tr.child-two td.videos,
div#column-center .edit-collections .edit-collections-table table tr.child-three td.videos
{
  width: 80px;
  text-align: right;
}

div#column-center .edit-collections .edit-collections-table table tr.parent:hover
{
  background-color: #343434;
}

div#column-center .edit-collections .edit-collections-table table tr.clicked
{
  background-color: #193407;
  color: #fff;
  border-bottom: 1px solid #aeaeae;
}

div#column-center .edit-collections .edit-collections-table table tr td.drag-link a:link,
div#column-center .edit-collections .edit-collections-table table tr td.drag-link a:visited
{
  width: 24px;
  height: 17px;
  display: block;
  text-decoration: none;
}

div#column-center .edit-collections .edit-collections-table table tr td.drag-link a:hover
{
  width: 24px;
  height: 17px;
  display: block;
  text-decoration: none;
}

div#column-center .edit-collections .edit-collections-table table tr td.collection-label a:link,
div#column-center .edit-collections .edit-collections-table table tr td.collection-label a:visited
{
  margin: 0;
  padding: 4px 0 4px 30px;
  background: transparent url(../img/icon-profiles-folder.gif) no-repeat 0 0;
  text-decoration: none;
  color: #aeaeae;
}

div#column-center .edit-collections .edit-collections-table table tr td.collection-label a:hover
{
  background: transparent url(../img/icon-profiles-folder-hover.gif) no-repeat 0 0;
  color: #fff;
  text-decoration: none;
}

div#column-center .edit-collections .edit-collections-table table tr.child td.collection-label a:link,
div#column-center .edit-collections .edit-collections-table table tr.child td.collection-label a:visited
{
  margin: 0 0 0 20px;
  padding: 4px 0 4px 30px;
  background: #202020 url(../img/icon-profiles-folder.gif) no-repeat 0 0;
  text-decoration: none;
  color: #aeaeae;
}

div#column-center .edit-collections .edit-collections-table table tr.child td.collection-label a:hover
{
  background: #202020 url(../img/icon-profiles-folder-hover.gif) no-repeat 0 0;
  color: #fff;
  text-decoration: none;
}

div#column-center .edit-collections .edit-collections-table table tr.child-two td.collection-label a:link,
div#column-center .edit-collections .edit-collections-table table tr.child-two td.collection-label a:visited
{
  margin: 0 0 0 40px;
  padding: 4px 0 4px 30px;
  background: #202020 url(../img/icon-profiles-folder.gif) no-repeat 0 0;
  text-decoration: none;
  color: #aeaeae;
}

div#column-center .edit-collections .edit-collections-table table tr.child-two td.collection-label a:hover
{
  background: #202020 url(../img/icon-profiles-folder-hover.gif) no-repeat 0 0;
  color: #fff;
  text-decoration: none;
}

div#column-center .edit-collections .edit-collections-table table tr.child-three td.collection-label a:link,
div#column-center .edit-collections .edit-collections-table table tr.child-three td.collection-label a:visited
{
  margin: 0 0 0 60px;
  padding: 4px 0 4px 30px;
  background: #202020 url(../img/icon-profiles-folder.gif) no-repeat 0 0;
  text-decoration: none;
  color: #aeaeae;
}

div#column-center .edit-collections .edit-collections-table table tr.child-three td.collection-label a:hover
{
  background: #202020 url(../img/icon-profiles-folder-hover.gif) no-repeat 0 0;
  color: #fff;
  text-decoration: none;
}

div#column-center .edit-collections .edit-collections-table table tr td.collection-label a.expandable:link,
div#column-center .edit-collections .edit-collections-table table tr td.collection-label a.expandable:visited
{
  background: #202020 url(../img/icon-profiles-folder-expandable.gif) no-repeat 0 0;
}

div#column-center .edit-collections .edit-collections-table table tr td.collection-label a.expandable:hover
{
  background: #202020 url(../img/icon-profiles-folder-exp-hover.gif) no-repeat 0 0;
}

/* Search Styles --------------------------------------*/

div#column-left .search
{
  margin: 5px 0 0 0;
  padding: 10px 0;
  border-bottom: 3px solid #2f2f2f;
  text-align: center;
}

div#column-left .add-tag
{
  margin: 10px 0 0 0;
  padding: 10px 0;
  border-top: 1px solid #2f2f2f;
  border-bottom: 1px solid #2f2f2f;
}

div#column-left .search input[type=text],
div#column-left .add-tag input[type=text]
{
  width: 145px;
  border: 0;
  background: #000 url(../img/search-field-bkg.png) no-repeat 0 0;
  height: 18px;
  font-size: 10px;
  padding: 2px 4px 0 7px;
  margin-right: 7px;
  background-position:100% 0;

}

div#column-left .search .button
{
  width: 52px;
  height: 20px;
  background: #000 url(../img/btn-search.gif) no-repeat 0 0;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

div#column-left .add-tag .button
{
  width: 52px;
  height: 20px;
  background: #000 url(../img/btn-add-tag.gif) no-repeat 50% 0;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.no-assets
{
    color: #b34717;
}

/* Pick Thumbnails ---------------------*/

div#column-center .detail .current-thumbnail
{
  margin: 40px 0 20px 0;
  clear: both;
  height: 440px;
  text-align: left;
}

div#column-center .detail .thumbnail-hover ul
{
  margin: 0 10px 0 0;
  padding: 0;
  background-color: #fff;
  list-style: none;
  font-size: 12px;
}

div#column-center .detail .thumbnail-hover ul li
{
  line-height: 18px;
  float: left;
  display: inline;
  padding: 0 20px 0 0;
}

div#column-center .detail .thumbnail-hover ul li a:link,
div#column-center .detail .thumbnail-hover ul li a:visited
{
  display: block;
  color: #efefef;
  padding: 0px 0 0px 0;
  background-color: #000;
  height: 25px;
}

div#column-center .detail .thumbnail-hover ul li a:hover
{
  display: block;
  color: #b34717;
  padding: 0px 0 0px 0;
  border-bottom: 0px;
  background: #000 url(../img/arrow-white-large-down.gif) no-repeat 50% 100%;
  height: 25px;
}

div#column-center .detail ul.grid-thumbnails
{
  list-style: none;
  margin: 15px 0 0 0;
  padding: 0;
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  width: 100%;
}

div#column-center .detail ul.grid-thumbnails li
{
  float: left;
  padding: 0px;
  width: 156px;
  background-color: #1f1f1f;
  margin: 0 10px 10px 0;
  overflow: hidden;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

div#column-center .detail ul.grid-thumbnails img
{
  padding: 0;
  margin: 0;
  border: 1px solid #1f1f1f;
  min-height: 81px;
  /*opacity:0.3;*/
  /*filter:alpha(opacity=30)*/
}

div#column-center .detail ul.grid-thumbnails a:link
{
  border: 0px solid #666;
  text-decoration: none;
  color: #676767;
  background-color: #1f1f1f;
  display: block;
  padding: 5px;
  overflow: hidden;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

div#column-center .detail ul.grid-thumbnails a:visited
{
  border: 0px solid #666;
  text-decoration: none;
  color: #676767;
  background-color: #1f1f1f;
  display: block;
  padding: 5px;
  overflow: hidden;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

div#column-center .detail ul.grid-thumbnails a:hover
{
  color: #fff;
  text-decoration: none;
  background-color: #1f1f1f;
  display: block;
  padding: 5px;
  overflow: hidden;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

div#column-center .detail ul.grid-thumbnails a:hover img
{
    border: 1px solid #b34717;
}

div#column-center .detail ul.green a:hover img
{
    border: 1px solid #156807;
}

div#column-center .detail ul.grid-thumbnails li.active a:link,
div#column-center .detail ul.grid-thumbnails li.active a:visited
{
    color: #fff;
    background-color: #b34717;
}

div#column-center .detail ul.green li.active a:link,
div#column-center .detail ul.green li.active a:visited
{
    color: #fff;
    background-color: #156807;
}

.pick-thumbnail-navigation
{
  border-bottom: 0px solid #2f2f2f;
  padding: 0 0 5px 0;
  color: #ffffff;
  padding: 0px;
  margin: 0 0 20px 0;
}

.pick-thumbnail-navigation h1
{
    margin:0;
    padding: 0;
}

div#column-right .selected h1
{
    color: #fff;
    background: #333333 url(../img/arrow-left-gray.png) no-repeat 0 50%;
    border-bottom: 0px solid #b34717;
    padding: 4px 3px 3px 16px;
    margin: 0 0 0 -14px;
}

/* styles added by Neil for drag/drop */

.drag-selected a {
    color: #fff !important;
    text-decoration: none;
    background-color: #b34717!important;
    display: block;
    padding: 5px;
    overflow: hidden;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.drag-selected a img { border: 0px solid #666 !important; opacity:1 !important; }
.dragging
{
    background: #ffffcc url(../img/icon-tags.gif) no-repeat 2px 3px !important;
}

div#undo
{
    width: 280px;
    background: #a17900;
    float:right;
    color: black;
    font-size: 11px;
    padding: 5px;
    display: none;
    font-weight: bold;
    text-align: center;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

div#undo a:link, div#undo a:visited
{
    color: #fff;
    text-decoration: underline;
}

div#undo a:hover
{
    color: #fff;
    text-decoration: none;
}

.warning-span
{
    background: #a17900;
    color: black;
    font-size: 11px;
    padding: 4px;
    margin: 0 0 15px 0;
    font-weight: bold;
    text-align: center;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

/* styles added by Patrick for profiles */

.hide {display:none;}
div#column-center .manage-profiles .profiles-table table {width:100%;}

body.profiles-edit tr.detail-row, body.profiles-manage tr.detail-row.pointer {cursor:pointer;}
body.profiles-edit tr.level-0 td.collection-label div,
body.profiles-manage tr.level-0 td.collection-label div  {
    background:transparent url(../img/icon-profiles-folder.gif) no-repeat scroll 0 0;
    color:#AEAEAE;
    margin:0!important;
    padding:4px 0 4px 30px;
    text-decoration:none;
}
/* 0 0 0 20px; */
body.profiles-edit tr.level-1 td.collection-label div,
body.profiles-manage tr.level-1 td.collection-label div  {
    background:transparent url(../img/icon-profiles-folder.gif) no-repeat scroll 0 0;
    color:#AEAEAE;
    margin:0 0 0 20px!important;
    padding:4px 0 4px 30px;
    text-decoration:none;
}

div#areyousure {
     visibility: hidden;
     position: absolute;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     text-align:center;
     z-index: 1000;
     background-image:url(../img/background-trans.png);  /* This file does not exist, but don't have photoshop to create it */

}

div#areyousure div {
    width:400px;
    height:100px;
    margin: 100px auto;
    background-color: #222;
    border:2px solid #156807;
    padding: 20px 15px 15px;
    text-align: center;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

div#areyousure div a.cancel {
    bottom:19px;
    font-size:8pt;
    left:164px;
    position:relative;
    right:8px;
}

div#column-center .manage-profiles .profiles-table table tr.prev_linked td.collection-label {color: #156807; }
div#column-center .manage-profiles .profiles-table table tr.prev_linked td.collection-label div,
div#column-center .manage-profiles .profiles-table table tr.prev_linked.include_imp td.collection-label
{color: #156807; }

div#column-center .manage-profiles .profiles-table table tr.prev_linked_imp td.collection-label div,
div#column-center .manage-profiles .profiles-table table tr.prev_excluded td.collection-label div
{
    color: #222;
}

div#column-center .manage-profiles .profiles-table table tr.prev_linked_imp td.exclude-button a,
div#column-center .manage-profiles .profiles-table table tr.prev_excluded td.exclude-button a
{background:transparent url(../img/icon-profiles-exclude.png)    no-repeat scroll 0 0!important;}


tr.prev_linked           td.link-button a    {background:transparent url(../img/icon-profiles-active-link.gif)     no-repeat scroll 0 0!important;}
tr.prev_linked_imp       td.link-button a    {background:transparent url(../img/icon-profiles-linked.gif)     no-repeat scroll 0 0!important;}
tr.prev_linked           td.exclude-button a {background:transparent url(../img/icon-profiles-exclude.png)    no-repeat scroll 0 0!important;}
tr.prev_excluded         td.link-button a    {background:transparent url(../img/icon-profiles-not-linked.gif) no-repeat scroll 0 0!important;}
tr.prev_excluded                             {background: #000 url(../img/profiles-excluded-bkg.gif) repeat-x 0 50%; color: #666;}
tr.prev_excluded         td.exclude-button a {background:#000000 url(../img/icon-profiles-excluded.png)   no-repeat scroll 0 0!important;}

tr.prev_linked.exclude   td.link-button a    {background:transparent url(../img/icon-profiles-not-linked.gif) no-repeat scroll 0 0!important;}
tr.prev_linked.unlink    td.link-button a    {background:transparent url(../img/icon-profiles-unlinked.gif) no-repeat scroll 0 0!important;}
tr.prev_excluded.include td.link-button a    {background:transparent url(../img/icon-profiles-linked.gif)     no-repeat scroll 0 0!important;}
tr.prev_excluded.unlink  td.link-button a    {background:transparent url(../img/icon-profiles-not-linked.gif) no-repeat scroll 0 0!important;}
/**/
tr.unlinked.include      td.link-button a    {background:transparent url(../img/icon-profiles-active-link.gif)     no-repeat scroll 0 0!important;}
tr.unlinked.exclude      td.link-button a    {background:transparent url(../img/icon-profiles-not-linked.gif) no-repeat scroll 0 0!important;}

tr.prev_linked.exclude   td.exclude-button a {background:#000000 url(../img/icon-profiles-excluded.png) no-repeat scroll 0 0!important;}
tr.prev_linked.unlink    td.exclude-button a {background:transparent url(../img/icon-profiles-exclude.png)  no-repeat scroll 0 0!important;}
tr.prev_excluded.include td.exclude-button a {background:transparent url(../img/icon-profiles-exclude.png)  no-repeat scroll 0 0!important;}
tr.prev_excluded.unlink  td.exclude-button a {background:transparent url(../img/icon-profiles-exclude.png)  no-repeat scroll 0 0!important;}
tr.unlinked.include      td.exclude-button a {background:transparent url(../img/icon-profiles-exclude.png)  no-repeat scroll 0 0!important;}
tr.unlinked.exclude      td.exclude-button a {background:#000000 url(../img/icon-profiles-excluded.png) no-repeat scroll 0 0!important;}

tr.prev_linked.include_imp   {background-color:#98A895;}
tr.prev_linked.exclude_imp   {background-color:#966F71;}
tr.prev_excluded.include_imp {background-color:#98A895;}
tr.prev_excluded.exclude_imp {background-color:#966F71;}
tr.unlinked.include_imp      {background-color:#2E461E;}
tr.unlinked.exclude_imp      {background-color:#F0B9A1;}

div#column-center .manage-profiles .profiles-table table tr.unlinked.include_imp td.link-button a    {background:transparent url(../img/icon-profiles-active-link.gif)     no-repeat scroll 0 0!important;}
div#column-center .manage-profiles .profiles-table table tr.unlinked.exclude td.link-button a {background:transparent url(../img/icon-profiles-not-linked.gif) no-repeat scroll 0 0!important;}

/* Patrick added for full glory view of mapped profiles */
body.library ul.mapped-profiles, body.import ul.mapped-profiles {list-style:none;margin:20px 0 0 0;padding:0;}
body.library ul.mapped-profiles li, body.import ul.mapped-profiles li {float:left;overflow:hidden;width:120px;height:170px; font-size: 11px; line-height: 16px;}
body.library ul.mapped-profiles li div, body.import ul.mapped-profiles li div {width:100%;font-size:9pt;text-transform:uppercase; background-color: #000;},
/* End Patrick add for full glory view of mapped profiles */

div#column-center .edit-collections .edit-collections-table table tr.within td
{
    height: 6px;
    padding: 0;
    background: #d2b48c;
    opacity:0.2;
}

/* DETAILS PANES */
div#column-right .details-pane ul.details-navigation
{
    width: 241px;
    list-style: none;
    margin: 0 0 0 00px;
    padding: 0;
}

div#column-right .details-pane ul.details-navigation li
{
    float: left;
}

div#column-right .details-pane ul.details-navigation li a
{
    background-image: url(../img/nav-subnav-right-bkg.gif);
    background-repeat: no-repeat;
    background-color: #3f3f3f;
    display: block;
    margin: 0;
    text-decoration: none;
}


/** not selected *****/
div#column-right .details-pane ul.details-navigation li.p1 a:link,
div#column-right .details-pane ul.details-navigation li.p1 a:visited { width: 37px; height: 37px; background-position:      0 0; display: block; }
div#column-right .details-pane ul.details-navigation li.p2 a:link,
div#column-right .details-pane ul.details-navigation li.p2 a:visited { width: 65px; height: 37px; background-position:  -37px 0; display: block; }
div#column-right .details-pane ul.details-navigation li.p3 a:link,
div#column-right .details-pane ul.details-navigation li.p3 a:visited { width: 54px; height: 37px; background-position: -102px 0; display: block;}
div#column-right .details-pane ul.details-navigation li.p4 a:link,
div#column-right .details-pane ul.details-navigation li.p4 a:visited { width: 85px; height: 37px; background-position: -156px 0; display: block;}

/** selected *****/
div#column-right .details-pane ul.details-navigation li.p1 a:hover, div#column-right .details-pane.p1 ul.details-navigation li.p1 a:link, div#column-right .details-pane.p1 ul.details-navigation li.p1 a:visited { width: 37px; height: 37px; background-position:      0 -37px; display: block; }
div#column-right .details-pane ul.details-navigation li.p2 a:hover, div#column-right .details-pane.p2 ul.details-navigation li.p2 a:link, div#column-right .details-pane.p2 ul.details-navigation li.p2 a:visited { width: 65px; height: 37px; background-position:  -37px -37px; display: block; }
div#column-right .details-pane ul.details-navigation li.p3 a:hover, div#column-right .details-pane.p3 ul.details-navigation li.p3 a:link, div#column-right .details-pane.p3 ul.details-navigation li.p3 a:visited { width: 54px; height: 37px; background-position: -102px -37px; display: block;}
div#column-right .details-pane ul.details-navigation li.p4 a:hover, div#column-right .details-pane.p4 ul.details-navigation li.p4 a:link, div#column-right .details-pane.p4 ul.details-navigation li.p4 a:visited { width: 85px; height: 37px; background-position: -156px -37px; display: block;}


div.more-information-details.p1 { display:none; }
div.more-information-details.p2 { display:none; }
div.more-information-details.p3 { display:none; }
div.more-information-details.p4 { display:none; }

.details-pane.p1 .more-information-details.p1 { display:block; }
.details-pane.p2 .more-information-details.p2 { display:block; }
.details-pane.p3 .more-information-details.p3 { display:block; }
.details-pane.p4 .more-information-details.p4 { display:block; }

div.pane_control.p1 { display:none; }
div.pane_control.p2 { display:none; }
div.pane_control.p3 { display:none; }
div.pane_control.p4 { display:none; }

.details-pane.p1 div.pane_control.p1 { display:block; }
.details-pane.p2 div.pane_control.p2 { display:block; }
.details-pane.p3 div.pane_control.p3 { display:block; }
.details-pane.p4 div.pane_control.p4 { display:block; }

.details-pane textarea { width: 221px; }

.details-pane input,
.details-pane textarea,
.details-pane .checkboxlabel { display: none; }

.details-pane.edit input,
.details-pane.edit textarea,
.details-pane.edit .checkboxlabel { display: inline; margin: 0; padding: 0;}

.details-pane.edit .value { display:none;}

.details-pane .edit { display:none;}
.details-pane.edit .edit { display:inline;}

/* customer specific widget styles */
/** I want these to be fixed width so they align on page;  */
div#column-right label.meta_country { width: 100px !important; white-space:nowrap; }


.l0 {padding-left: 0px!important;}
.l1 {padding-left: 20px!important;}
.l2 {padding-left: 40px!important;}
.l3 {padding-left: 60px!important;}
.l4 {padding-left: 80px!important;}
.l5 {padding-left: 100px!important;}
.l6 {padding-left: 120px!important;}
.l7 {padding-left: 140px!important;}
.l8 {padding-left: 160px!important;}
.l9 {padding-left: 180px!important;}

/* Power Search */

div#column-center ul.power-search
{
    list-style: none;
    margin: 0 0 0 120px;
    padding: 0 0 0 0;
}

div#column-center ul.power-search li
{
    padding: 0 0 3px 0;
}

div#column-center ul.power-search select
{
    width: 175px;
}

div#column-center ul.power-search input[type=text]
{
    width: 170px;
}

.small
{
    font-size: 10px;
    text-transform: uppercase;
}

div#column-right .activity-log ul li a.not-orange:link, div#column-right .activity-log ul li a.not-orange:visited
{
   color: #808080;
}

div#column-right .activity-log ul li a.not-orange:hover
{
    color: #b34717;
    text-decoration: none;
}

.datepicker
{
    width: 100px;
    margin: 5px 0 0 0;
}

#id_publish_preview
{
    font-size: 12px;
    text-transform: uppercase;
    margin: 10px 0 0 10px;
}

#id_publish_schedule
{
    height: 290px;
    margin: 10px 0 0 10px;
}

#id_publish_schedule input[type=text]
{
    border: 0px;
    height: 14px;
    padding: 2px;
    width: 70px;
    background-image: none;
}

a.publish-cancel:link,
a.publish-cancel:visited
{
    text-transform: uppercase;
    color: #b34717;
    text-decoration: none;
}

a.publish-cancel:hover
{
    text-transform: uppercase;
    color: #b34717;
    text-decoration: underline;
}

.publish-now-button
{
    border-bottom: 1px solid #333;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
    font-size: 9px;
    text-transform: uppercase;
}

.additional-search-parameters
{
    text-align: right;
    font-size: 11px;
    text-transform: uppercase;
    margin: 10px 0 0 0;
    padding: 0;
    line-height: 18px;
}

.additional-search-parameters a:link,
.additional-search-parameters a:visited
{
    background: transparent url(../img/icon-additional-search.png) no-repeat 0 0;
    padding: 0 0 3px 18px;
    text-decoration: none;

}

.additional-search-parameters a:hover
{
    background: transparent url(../img/icon-additional-search.png) no-repeat 0 0;
    padding: 0 0 3px 18px;
    text-decoration: underline;
}

h4.additional-search-parameters
{
    text-align: center;
    margin: 0;
    padding: 3px 0;
    font-weight: normal;
    border-bottom: 1px dotted #2a2a2a;
    border-top: 1px dotted #2a2a2a;
}

.details-pane.edit p.edit-asset
{
    background-color: #000;
    color: #000;
    border-bottom: 1px solid #333;
    min-height: 15px;
}

.details-pane.edit p.edit-asset b
{

    float: left;
    padding: 0;
    margin: 0;
}

.details-pane.edit p.edit-asset input[type=text]
{
    margin: 0 0 0px 80px;
    padding: 0 20px 0 0;
    display: block;
    width: 138px;
    border-bottom: 0px dotted #bbb;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    background-color:#fff;
    height: 14px;
}

.details-pane.edit p.add-another input[type=text]
{
    margin: 0 0 5px 80px;
    padding: 0 0px 0 0;
    display: block;
    width: 138px;
    border-bottom: 1px dotted #bbb;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    background-color:#fff;
    height: 14px;
}

.add-another-icon
{
    display: none;
}

.details-pane.edit p.add-another .add-another-icon
{
    display: inline;
    margin: 0;
    padding: 0;
    float: right;
    position: relative;
    top: 0;
    right: 3px;
}

.details-pane.edit p.edit-asset .checkboxlabel
{
    float: right;
    margin-right: 120px;
}

.details-pane.edit p.edit-asset input.foreignkey
{
    background: #fff url(../img/icon-magnifying-glass-small.png) no-repeat 98% 0px;
}

input.datepicker
{
    background: #fff url(../img/icon-calendar-small.png) no-repeat 98% 0px;
}


a.additional-field:link,
a.additional-field:visited
{
    background: transparent url(../img/icon-additional-search.png) no-repeat 0 0;
    padding: 0 0 3px 18px;
    text-decoration: none;

}

a.additional-field:hover
{
    background: transparent url(../img/icon-additional-search.png) no-repeat 0 0;
    padding: 0 0 3px 18px;
    text-decoration: underline;
}

.countries
{
    margin: 10px 0;
}

.countries ul
{
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
    line-height: 10px;
}

.countries ul li
{
    display: inline;
    width: 100px;
    padding: 3px 5px 3px 0;

}

.details-pane.edit .editgroup
{
    border-bottom: 1px solid #333;
    margin-bottom: 10px;
    padding: 0 10px 0px 0px;
    height: auto;
}

.details-pane.edit .editgroup br
{
    clear: both;
}

.details-pane.edit .editgroup ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    width: 240px;
}

.details-pane.edit .editgroup ul li
{
    float: left;
    width: 50%;
    padding-bottom: 10px;
}

.details-pane.edit .editgroup ul li b
{
    float: left;
}

.details-pane.edit .editgroup .checkboxlabel
{
    color: #000;
}

.details-pane.edit .editgroup input
{
    float: right;
    margin: -2px 15px 0 0;
    padding: 0;
}

div.cal-picker div.widget input.display {width:40px;border:0;background-color:#000;color:inherit;font-family:inherit;font-size:10px;}
div.cal-picker {font-size:10px;line-height:0;}
div.cal-picker div.widget {float:right;cursor:pointer;}
div.cal-picker div.widget img
{
    padding: 0 3px 0 4px;
    position: relative;
    top: 3px;
}
div.cal-picker div.widget-form input[type=text] {width:70px;}
img#all_profiles_schedule_button, img#profile_schedule_button {cursor:pointer;}

div#column-left div.cal-picker h3 {font-size: 12px; clear:none!important;margin:0!important;line-height:22px;}

.schedule-button
{
    cursor: pointer;
    text-transform: uppercase;
    padding-left: 20px;
    padding-bottom: 10px;
    background: transparent url(../img/icon-schedule-publishing.png) no-repeat 0 0;
    height: 24px;
}

table#id_download_files td a
{
    /*background: transparent url(../img/icon-download.png) no-repeat 0 0;*/
    padding: 0 0 0 0px;
    line-height: 18px;
}

.schedule-publishing
{
    margin-top: 15px;
}

/* paging here ----------*/

.paging a:link,
.paging a:visited
{
  color: #666;
  padding: 2px;
    text-decoration: none;
}

.paging a:hover,
.paging a.activepage
{
  color: #B34717;
  padding: 2px;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}


.paging
{
  margin: 15px 0 15px 0;
  padding: 4px 0 4px 4px;
  color: #666;
  font-size: 12px;
  font-weight: bold;
}

.paginglist
{
  margin: 0;
  float: right;
  padding: 0;
}

.paginglist li
{
  display: inline;
  padding: 0 4px 0 0;

}

/* Share Page Styles ----------*/

.share-right p
{
    border-bottom: 0px;
}

.share-page-navigation
{
    position: absolute;
    top: 75px;
    left: 65px;
}

.share-page-client-logo
{
    position: absolute;
    top: 110px;
    left: 0px;
}

.share-actions
{
    position: absolute;
    top: 200px;
    left: 20px;
}

.share-embed-code
{
    position: absolute;
    top: 260px;
    left: 0px;

}

.share-actions ul
{
    list-style: none;
    text-align: left;
}

.share-actions ul li
{
    float: left;
    padding: 0 10px 0 0;
    height: 50px;
}

.share-actions ul li img
{
    -moz-opacity:.20;
    filter:alpha(opacity=20);
    opacity:.20;
}

.share-client-logo
{
    -moz-opacity:.30;
    filter:alpha(opacity=30);
    opacity:.30;
}

div#header ul.navigation li.global-nav ul li.share-actions ul li a:link,
div#header ul.navigation li.global-nav ul li.share-actions ul li a:visited,
div#header ul.navigation li.global-nav ul li.share-actions ul li a:hover
{
    line-height: 0;
    text-decoration: none;
    display: block;
    background-color: #000;
    background-image: none;
    color: #000;
}

.embed-code-textarea
{
    clear: both;
    text-align: center;
    padding-top: 15px;
}

.embed-code-textarea textarea
{
    width: 241px;
    height: 80px;
}

.client-logo
{
    float: right;
}

.share-global-nav
{
    font-family:arial;
    font-size:9px;
    padding:2px 10px 0 0;
    text-align:right;
    text-transform:uppercase;
}

.share-global-nav a:link,
.share-global-nav a:visited
{
    color: #525252;
    text-decoration: none;
}

.share-global-nav a:hover
{
    color: #525252;
    text-decoration: underline;
}

input.share-embed-text
{
    width: 190px;
    margin: 0 0 0 5px;
    height: 12px;
    font-size: 11px;
    background-color: #525252;
    border: 0px;
    padding: 2px;
}

.share-right img
{
    position: relative;
    top: 3px;
}

.share-right ul
{
    list-style: none;
    padding: 0 0 0 21px;
}

div#container div#column-right div.more-information-details div ul li a:link,
div#container div#column-right div.more-information-details div ul li a:visited
{
    color: #525252;
}

div#column-center .detail .wrapper-inner-share
{
  text-align: left;
  width: 100%;
  margin: 0 auto;
}

div#column-center .search-results ul.grid-share
{
  list-style: none;
  margin: 15px 0 0 0;
  padding: 0;
  font-size: 11px;
  line-height: 13px;
  text-transform: none;
  width: 100%;
}

div#column-center .search-results ul.grid-share li
{
  float: left;
  padding: 0px;
  width: 154px;
  background-color: #1f1f1f;
  margin: 0 10px 10px 0;
  overflow: hidden;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

div#column-center .search-results ul.grid-share img
{
  border: 0px solid #666;
  padding: 0 0 10px 0;
  min-height: 80px;
  /*opacity:0.3;*/
  /*filter:alpha(opacity=30)*/
}

div#column-center .search-results ul.grid-share a:link
{
  border: 0px solid #666;
  text-decoration: none;
  color: #676767;
  background-color: #1f1f1f;
  display: block;
  padding: 5px;
  overflow: hidden;
  cursor:default;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: 150px;
}

div#column-center .search-results ul.grid-share a:visited
{
  border: 0px solid #666;
  text-decoration: none;
  color: #676767;
  background-color: #1f1f1f;
  display: block;
  padding: 5px;
  overflow: hidden;
  cursor:default;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: 150px;
}

div#column-center .search-results ul.grid-share a:hover
{
  color: #fff;
  text-decoration: none;
  background-color: #b34717;
  display: block;
  padding: 5px;
  overflow: hidden;
  cursor:default;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

div#column-center .search-results ul.grid-share a:hover img
{
  border: 0px solid #b34717;
  /*opacity:1.0;*/
  /*filter:alpha(opacity=100)*/
}

div#column-center .search-results ul.grid-share .asset-title
{
    height: 28px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    display: block;
}

.clippy
{
    position: relative;
    top: 3px;
    display: inline;
    float: right;
    overflow: hidden;
    padding: 0 0 0 5px;
}

.clippy-share
{
    position: relative;
    top: 5px;
    display: block;
    float: right;
    width: 14px;
    overflow: hidden;
    padding: 0 0 0 5px;
}

.clippy-collection
{
    position: relative;
    top: 2px;
    display: inline;
    overflow: hidden;
    padding: 0 0 0 5px;
}

.pick-account
{
    list-style: none;
}

.pick-account li
{
    padding-bottom: 60px;
    padding-right: 60px;
    float: left;
}

.pick-account a
{
    text-decoration: none;
}

/* end paging ----------*/

/* Asset Download File ----------*/

div#column-center .detail table a.download-file:link,
div#column-center .detail table a.download-file:visited
{
	text-indent: -9999px;
	background: transparent url(../img/icon-download-file.png) no-repeat 0 0;
	display: block;
	width: 24px;
	height: 24px;
	margin-left: 18px;
	border: 0px;
}

div#column-center .detail table a.download-file:hover,
{
	text-indent: -9999px;
	background: transparent url(../img/icon-download-file.png) no-repeat 0 -24px;
	display: block;
	width: 24px;
	height: 24px;
	border: 0px;
	margin-left: 18px;
	border: 0px;
}

div#column-center .detail table a.selected:link,
div#column-center .detail table a.selected:visited
{
	background: transparent url(../img/icon-download-file.png) no-repeat 0 -24px;
	text-indent: -9999px;
}

div#column-center .detail table a.selected:hover
{
	border: 0px;
	text-indent: -9999px;
}

div#column-center .detail table td ul.download-formats
{
	list-style: none;
	padding: 2px 0 0 70px;
	margin: 0 0 0 0px;
	width: 100%;
}

div#column-center .detail table td ul.download-formats li
{
	display: inline;
	padding-right: 5px;
}

div#column-center .detail table td ul.download-formats a:link,
div#column-center .detail table td ul.download-formats a:visited
{
	moz-opacity:.50;
	filter:alpha(opacity=50);
	opacity:.50;
}

div#column-center .detail table td ul.download-formats a:hover
{
	border: 0px;
	moz-opacity:1.0;
	filter:alpha(opacity=100);
	opacity:1.0;
}

div#column-center h2.underline a.nohover:hover
{
	border: 0px;
	color: #AEAEAE;
}

.debugging
{
/*    display: none;*/
}

div.activity-log a img {border:none;}


