img { behavior: url(/static/iepngfix.htc) }
.b { font-weight: bold; }
.i { font-style: italic; }
.c { text-align: center; }
.l { text-align: left; }
.r { text-align: right; }
.fr { float: right; }
.fl { float: left; }
.cr { clear: right; }
.cl { clear: left; }
.cb { clear: both; }
.halfwidth { width: 50%; margin: 0 auto; }
.tiny { font-size: 50%; }
.small { font-size: 80%; }
.largish { font-size: 120%; }
.large { font-size: 150%; }
.huge { font-size: 180%; }
.superhuge { font-size: 220%; }
.readwidth { width: 40em; }
.invisible { display: none; }
.notopmargin { margin-top: 0; }
.nobotmargin { margin-bottom: 0; }

ul.withmargins li { margin-bottom: 1ex; }

h1, h2, h4 { margin-bottom: 4px; }

h1 { margin-top: .4ex; }

h2 { 
  margin: 1.2em 0 1ex 0; 
  font-weight: normal;
  font-size: 22pt;
  line-height: 19pt;
  border-bottom: 1px solid #999;
}

body {
  font-family: Garamond, Georgia, Trebuchet, Serif, Verdana, Helvetica, Sans;
  font-size: 12pt;
  margin:0;
  padding:0;
  color: #343;
  background: #e5e8e6;
/*  background: #eee; /*e4eae5; /*ebefec; /*e0e4e1; /*eee; */
}

img.lefticon { 
  border: none;
  margin-right: 1ex;
}

a:link { color: #24d; }
a:visited { color: purple; }

a:link.hovul, a:visited.hovul { 
  text-decoration: none;
}
a:hover.hovul { 
  text-decoration: underline;
}

a:link.nav,a:visited.nav,a:hover.nav { 
  color: #24d; 
  text-decoration: none;
}
a:hover.nav { text-decoration: underline; }

.nav.active:link, .nav.active:visited, a.nav.active:hover { 
  color: black;
  font-weight: bold;
}

.navset a.nav.active, .navset a.nav.active:hover { 
  text-decoration: none;
  background: white;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  padding: 3px 8px;
}

.highlight { 
  background: #ffa;
  padding: 3px;
}

#djDebug .highlight { 
  background: transparent;
}

a.highlight { 
  text-decoration: none;
  border: 1px solid #dd4;
/*  border: 1px solid #ff8; */
}

a.highlight:hover { 
  text-decoration: none;
  background: #ff6;
  border: 1px solid #dd4;
}


a:link.action,a:visited.action, button.action, input.action { 
  border: 1px solid darkblue;
  background: #77f;
  color: white;
  text-decoration: none;
  font-weight: bold;
  padding: 6px 15px;
/*  clear:right; */
  margin: 0 1ex 1em 0;
  cursor: pointer;
  font-family: sans;
  font-size: 12pt;
}
a:hover.action, button:hover.action, input:hover.action { 
  color: white;
  background: #33f;
}
a:link.action.red,a:visited.action.red, button.action.red { 
  background: #f77;

  border: 1px solid #b33;
  border-top: 1px solid #c77;
  border-left: 1px solid #c77;
}
a:hover.action.red, button:hover.action.red { 
  background: #f33;
}
a:link.action.green,a:visited.action.green, button.action.green { 
  border: 1px solid #191;
  border-top: 1px solid #7c7;
  border-left: 1px solid #7c7;
  background: #595;
}
a:hover.action.green, button:hover.action.green { 
  background: #5a5;
}

a:link.action.lightgreen,a:visited.action.lightgreen, button.action.lightgreen, input.action.lightgreen { 
  border: 1px solid #191;
  border-top: 1px solid #7c7;
  border-left: 1px solid #7c7;
  font-weight: normal;
  background: transparent; /*#9b9; */
  color: #444;
}
a:hover.action.lightgreen, button:hover.action.lightgreen, input:hover.action.lightgreen { 
  background: #eef1ee;
}

a:link.action.minor, a:visited.action.minor, button.action.minor { 
  font-weight: normal; 
  font-size: 90%;
  padding: 3px 8px;
}


#content { 
  padding: 0; /* was 0 2em 2em 2em;*/
}

#header a.myname {
  font-family: Helvetica, Arial, Sans;
  font-weight: bold;
  font-size: 28pt;
  line-height: 26pt;
  text-decoration: none;
  color: #262;
}
#header a.myname img { 
  border: none;
}
#header { 
  padding: 4px 16px 0 10px;
  border-bottom: 1px solid #bbb;
  border-top: 1px solid #999;
  background: #eee url(/static/img/headerbg.png) repeat-x bottom left;
}

#header .userinfo {
  font-size: 80%;
  float: right; 
  margin: 8px 0 4px 0;
}

#header .search {
  clear: right;
  float: right;
  font-size: 80%;
}
#header .search input, #header .search select {
  font-family: Arial, Helvetica, Sans;
  font-size: 10pt;
  border: 1px solid #448;
  background: #f8f8f8;
  margin: 4px 8px 1px 0;
}
#header .search input:focus, #header .search select:focus {
  background: #fff;
}

#header .search label.overlabel {
  font-family: Arial, Helvetica, Sans;
  position:absolute;
  top:auto;
  left:auto;
  z-index:1;
  color:#889;
  padding: 5pt 0 0 5pt;
}

#header .msg { 
  font-family: Verdana, Helvetica, Arial, Sans;
  text-align: center;
  clear: both;
}
#header .msg span { 
  background-color: darkgreen;
  color: white;
  font-size: 90%;
  padding: 3px 2ex;
  -moz-border-radius: 4px;
}

#header_nav {
  padding-left: 232px; /* never over left col */
  padding-right: 170px; /* never over right ad */
  text-align: center;
  border-bottom: 1px solid #bbb;
  background: #d5ded8; /*e3ece6;*/
  height: 24pt;
}

#header_nav ul.top_level { 
  width: 41em;
  text-align: left;
  margin: 0 auto;
  padding:0;
}

#header_nav a { text-align:center; }
#header_nav li ul li a { text-align:left; }

#header_nav li.active { 
  background: white;
  border-bottom: 1px solid white;
  
  _position:relative;
  _top: 1px;
}
#header_nav li.active:hover, #header_nav li.active.sfHover { 
  background: #e1ebe4;
}
#header_nav li.active a, #header_nav li.active a:visited { 
  color: black;
}
#header_nav li.active ul a, #header_nav li.active ul a:visited { 
  color:#029;
}


/* sub-sec */
#header_nav li.active li.active{ 
  background: #f2fcf5;
  border-bottom: none;
}
#header_nav li.active li.active:hover, #header_nav li.active li.active.sfHover { 
  background: #e1ebe4;
}
#header_nav li.active li.active a, #header_nav li.active li.active a:visited { 
  color: black;
}




#header_nav ul li {
  height: 24pt;
  list-style-type: none; 
  background: #e1ebe4;
  border-right: 1px solid #bbb;
/*  border-bottom: 1px solid #bbb; */
  width: 10em;
  float: left;
  padding: 0;
  margin: 0;
}
#header_nav ul li.first {
  border-left: 1px solid #bbb;
}
#header_nav li.top_space { 
  /*border-top: 1em solid #e1ebe4; */
  padding-top: 1em;
}

#header_nav ul li a:hover { background: #ebf5ee; }

#header_nav ul.top_level ul { 
  margin: 0;
  padding: 0;
  list-style-type: none; 
  border-right: 1px solid #999;
  border-bottom: 1px solid #888;
  border-left: 1px solid #bbb;
}

#header_nav a, #header_nav a:visited {
  color:#029;
  font-weight: bold;
}
#header_nav ul.top_level ul a, #header_nav ul.top_level ul a:visited {
  font-weight: normal;
}

#header_nav a, #header_nav span.nolink { 
  padding: 5pt;
  height: 14pt;
/*    padding: 1ex;  */
  text-decoration: none; 
  display:block; 
}
#header_nav .indented a, #header_nav .indented span.nolink { 
  padding-left: 2.5ex;
/*  font-size: 90%; */
}


#header_nav a:hover {text-decoration: none;}
#header_nav ul.top_level ul li { text-align:left; }

#header_nav ul.top_level li ul { 
  margin:0 0 0 -1px;
  padding:0;
  position:absolute;
  top: -999em;
  left: auto;
  float: none;
  z-index: 1000;
}
#header_nav ul.top_level li ul li { float: none; }

#header_nav ul.top_level li:hover ul, #header_nav ul.top_level li.sfHover ul { 
  top: auto;
}

#header #logo {
  padding: 2px 5px 5px 0;
  float: left;
}

#header #leaderboard, #header .leaderboard {
  display: block;
  width: 728px;
  height: 90px;
  background-color:#ddd;
/*  border:1px solid black; */
  border: none;
  margin: 2px auto 0;
  cursor: pointer;
  clear: both;
}

#header .leaderboard img { border: none; }

#subheader { 
  border-bottom: 1px solid #bbb;
  background: #f5f5f5 url(/static/img/subheaderbg.png) repeat-x bottom left;
  padding: 2px 1em;
  text-align: center;
}

#subheader .left_title {
  font-weight: bold;
  width: 200px;
  padding: 0 3px;
  display:block; 
  float: left; 
  text-align: right;
}

.clear {
  clear: both;
}

/* home page */

#splash {
  margin: 10px auto;
}

#mainpagetbl { 
  margin: 0 auto;
  border-collapse: collapse;
  width: 100%;
}

#mainpagetbl td { 
  vertical-align: top;
}
/*
  padding: 0;
  margin: 0;
  vertical-align: top;
  border: none;
}
*/
#mainpagetbl .ad_right img { 
  float: none;
}

#main_page_intro_ctr { 
  text-align: center;
  min-width:   
}
#main_page_intro_ctr .ad_right img { 
  float: right;
}

.calls_to_action {
  color: #ccc;
  font-size: 120%;
}

.calls_to_action a, .calls_to_action a:link, .calls_to_action a:visited,
a.toolbar_btn, a.toolbar_btn:visited  {
  color: blue;
  margin: 0 5px;
  padding: 8px 10px;
  text-decoration: none;
  border: 1px solid #88f;
  background: #fff url(/static/img/mainpagelinkbg.png) repeat-x bottom left;
  white-space: nowrap;
}

.calls_to_action a, .calls_to_action a:link, .calls_to_action a:visited { 
  line-height: 70px;
}
a.toolbar_btn, a.toolbar_btn:visited  {
  line-height: 38px;
}
.calls_to_action.secondary a, .calls_to_action.secondary a:link, .calls_to_action.secondary a:visited {
  border-color: #dde;
  color: #44f;
}


.calls_to_action a:hover,
a.toolbar_btn:hover { 
  background: #f3f4ff url(/static/img/mainpagelinkbg_hover.png) repeat-x bottom left;
}



#footer { 
  border-top: 1px solid #bbb;
  text-align: center;
  padding: 1em;
  clear: both;
  font-size: 85%;
  color: #777;
  background: #e5e8e6 url(/static/img/footerbg.png) repeat-x top left;
}

table.topaligned td, table.topaligned th { vertical-align: top; }

form label { 
  display: block;
}

form .help_text, .help_text { 
  color: #999;
  font-size: 75%;
  font-style: italic;
  display: block;
  width: 30em;
}

form.normalform div.help_text { 
  position: relative;
  top: -1em;
  z-index: 0;
}

form.normalform table th { 
  vertical-align: top; 
  font-weight: normal; 
  text-align: left;
}

form { margin: 0; }

form p { 
  margin: 0 0 .8ex 0;
}

form p.is_representative { 
  background: #ffc;
  margin: 0;
  padding: 1ex;
}

form.search { 
  margin-bottom: 1ex;
}

form.search label { display: inline; }

form.search input#q { 
  width: 10em;
  display:inline;
}

form label.checkbox_caption { 
  display: inline; 
}

ul.errorlist { 
  font-weight: bold;
  padding-left:0;
  color: darkred;
  margin: 1em 0 0 0;
}

form textarea { 
  width: 22em;
/*  height: 72pt; */
}

form input[type="text"] { 
  width: 26em;
}

form.loginregform input[type="text"] { width: 20em; }
form.loginregform .help_text { width: auto; }

form input.enum_other { 
  width: 10em;
}

form fieldset legend { 
  font-weight: bold; 
  margin: 0;
}
form fieldset { 
  margin: 0;
/*  width: 26em; */
  padding: .5em 1em .5em 1em;
}
form fieldset h4 { margin-top: 0; }

form fieldset label { display: inline; }
form fieldset.normalform label { display: block; }
form fieldset input[type="text"] { width: 18em; }
form.normalform fieldset { 
  margin: 1em;
  width: 30em;
}
form.normalform fieldset fieldset { 
  width: 25em;
}

form.normalform p { margin: 0 0 1em 0; }

form.normalform p textarea { display: block; }

form.normalform td ul { list-style-type: none; margin-top: 0; padding:0; }
form.normalform ul.coll_tree ul { padding-left:1em; }


a.add_button, a.add_button:link, a.add_button:visited, form fieldset a.add_fieldset_instance, form fieldset a.add_fieldset_instance:link, form fieldset a.add_fieldset_instance:visited { 
  text-decoration: none;
  display: block;
  font-size: 90%;
  margin: 0 0 1em 0;
  text-align: center;
}

a.add_button span, form fieldset a.add_fieldset_instance span { 
  background: #66b;
  border-bottom: 1px solid #55b;
  border-right: 1px solid #55b;
  padding: 3px;
  color: white;
}

form fieldset a.add_fieldset_instance:hover span { 
  background: #77b;
  padding: 3px;
  color: white;
}

/*
form div.fieldset_instance { 
  border-bottom: 1px solid #999;
  padding-bottom: .8em;
  margin-bottom: 1.2em;
}*/

div.imagesbox { 
  width: auto; 
/*  background: #ccc; 
  float: right; 
  padding: 0 0 20px 20px; */
  vertical-align: top;
}

div.imagecaption { 
  width: auto;
  display: inline-block;
  vertical-align: top;
  margin-right: 1em;
}

div.bottominfo { 
  float:right; 
  clear:right; 
  width: 28em; 
  font-size: 75%; 
  text-align: right; 
  padding: 3em 0;
}


div.columns { 
  background: white;
  padding-bottom: 1em;
  background: white url(/static/img/columnsbg.png) repeat-y top left;
}

.columns div.left { 
  width: 190px; 
  padding: 10px;
  background: #e5e8e6;
/*
  float: left; 
*/
  float: right;
  position: absolute;
  left: 0;
}

.columns div.main { 
  margin-left: 210px;
  min-height: 30em;
}

.no_cols_content { 
  background: white;
  padding: 1em 2em 2em 2em;
}

.columns div.main div.inner { 
  padding: 10px 1em 3em 1.5em;
  min-width: 688px;
/*  border: 1px solid pink; */
}

ul.coll_tree.collections_widget { 
  padding-left: 1em;
  background: #ffc;
}
.normalform ul.coll_tree.collections_widget { 
  background: #fff;
  margin-bottom: 1em;
}


ul.coll_tree { 
  font-size: 85%;
  padding-left: 0;
  margin: 0;
  list-style-type: none;
}

ul.coll_tree ul { 
  padding-left: 1em;
  list-style-type: none;
  margin: 0;
}

ul.coll_tree li { 
  padding: 0;
  margin: 0;
}

ul.coll_tree li a { 
  display:block;
  padding: 3px;
  _padding: 0 3px;
}

ul.coll_tree li a.active, ul.by_status li a.active { 
  font-weight:bold;
  background-color: #ffc;
}


table.catalog tr td { 
  border-bottom: 1px solid #eee;
  vertical-align: top;
  padding: 10px 4px;
}

.no_extra_name_detail .extra_name_detail { display: none; }

tr.odd td { 
  background: #f9fcf9;
}

tr.even td { 
  background: #fcfffc;
}

table.catalog tr.single td { 
  padding-bottom: 2em;
  margin-bottom: 2em;
}


table.catalog tr td.images { 
  text-align: center;
  vertical-align: top;
  padding: 1ex 1ex 1ex 4px;
  width: 318px;
/*  white-space: nowrap; */
}

table.catalog tr td.images img { 
  border: 1px solid #999;
}

table.catalog tr td.desc div.minwidth { 
  background: white;
  width: 300px;
  height: 1px;
}


.catalog .itemname { font-weight: bold; }

.catalog a.itemname, .catalog a.itemname:link, .catalog a.itemname:visited { 
  text-decoration: none;
}

.catalog a.itemname:hover { 
  text-decoration: underline;
}

.catalog div.no_image { 
  width: 120px;
  height: 50px;
  padding: 0;
/*  background: #ddd; */
  color: #999;
  text-align: center;
  font-size: 15px;
  padding-top: 20px;
  margin: 0 auto;
}

.catalog_smallpara { font-size: 80%; }

.catalog p { margin-bottom: 0; }
.catalog ul { margin-top: 0; }

#fullscreen_item_form { 
  background: white;
  padding: 0;
  margin: 0;
}
#fullscreen_item_form ul { 
  padding: 0;
  margin: 0;
}
#fullscreen_item_form ul li { 
  list-style-type: none;
}
.bottom_bar { 
  margin: 0;
  padding: 1ex 0 0 1em;
  border-top: 1px solid #bbb;
  background: #eee url(/static/img/footerbg.png) repeat-x top left;
}
.bottom_bar button { 
  margin: 0 8px 0 0;
}

.in_header_title { 
  font-size: 220%;
  text-decoration: none;
  color: #111;
}

/* override JQUI style */
.ui-tabs-panel { 
  border: none;
  font-size: 10pt;
  padding: 0;
}

.ui-tabs-nav-item a { 
  color: #555;
  padding: 0.5em 1.45em;
}
.ui-tabs-nav-item a.has_errors { 
  font-weight: bold;
  color: darkred;
}

#itemform_tabs_container { 
  overflow: auto; 
  clear: left; 
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
}

.tab_columns { 
  border-collapse: collapse;
  margin: 0 auto;
  width: 95%;
}

.tab_columns td { 
  border: none;
  padding: 1ex;
  vertical-align: top;
  width: 30em;
}

ul.by_status, ul.my_content { 
  list-style-type: none;
  margin: 0;
  padding: 0;
}

label.privacy_priv b, span.privacy_priv { 
  background: #ffd;
}

label.privacy_pub b, span.privacy_pub { 
  background: #dfd;
}

.catalog .admin_controls { 
  padding-top: 1ex;
  text-align: right;
}

.catalog td.ordering { 
  vertical-align: middle;
}
a.move_item { display: block; }
a.move_item img { 
  border: none;
}
a.move_item { 
  padding: 1em .5ex;
}
a.move_item.up img { 
  margin-bottom: 1em;
}
a.move_item.down img { 
  margin-top: 1em;
}


ul.coll_manage { 
  padding-left: 1em;
}
ul.coll_manage li { 
  margin-bottom: 1em;
}

#collection_breadcrumbs {
  list-style: none;
  margin-top: 10px;
  margin-left: 0px;
  margin-bottom: 0;
  padding: 0px;
}
#collection_breadcrumbs li {
  display: inline;
  float: left;
  width: 125px;
/*  height:150px; */
  height: auto;
  padding-bottom: 10px;
  margin: 0px;
  text-align: center;
}
#collection_breadcrumbs .breadcrumb_image_box {
  margin-bottom: 5px;
}
#collection_breadcrumbs li a img {
  border: none;
  max-width: 100px;
  max-height: 100px;
}
#collection_breadcrumbs .breadcrumb_separator {
  float: left;
  width: 18px;
  padding-top: 32px;
  font-weight: bold;
  font-size: 180%;
}

#fullscreen_img_selector { 
  width: 130px;
  border-right: 1px solid #999;
  position: absolute;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
}

#fullscreen_img_selector img { 
  border: none;
}

#fullscreen_img_selector a { 
  display: block;
  margin: 1px;
  padding: 10px 0;
  text-align: center;
}

#fullscreen_img_selector a.active, #fullscreen_img_selector a.active:hover { 
  background: #bbf;
}
#fullscreen_img_selector a:hover { 
  background: #ccf;
}

#imgs_recently_viewed { 
  width: 130px;
  height: 280px;
  padding-top: 10px;
  border-right: 1px solid #999;
  position: absolute;
  left: 0;
  top: -400px; /* hide off screen */
  overflow-y: auto;
  overflow-x: hidden;
  text-align: left;
  font-size: 80%;
/*  border-top: 1px solid red;
  background: pink;*/
}
.imglink a.view, .imglink a.view:visited { 
  font-size: 9pt;
  display: block;
  text-decoration: none;
  color: #24d;
  border-top: 1px solid #e5e8e6;
  border-bottom: 1px solid #e5e8e6;
  padding: 4px;
}

#fullscreen_img_selector .imglink a.view, #fullscreen_img_selector .imglink a.view:visited { border-bottom: 1px solid #666; background-color: #e8ebe9;  }

#fullscreen_img_selector .imglink a.view:hover { background: #eef; }

.imglink.hover a.view { 
  background: #eef;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  padding-top: 14px;
}

.imglink a.view .owner { 
  color: #999;
  font-size: 80%;
  font-style: italic;
}

.imglink a.compare {
  position: absolute;
  right: 0;
  background: #88c;
  color: white;
  font-size: 10px;
  text-decoration: none;
  padding: 1px 3px;
  font-family: Verdana, Helvetica, Sans;
  border: 1px solid #66a;
  border-top: none;
  border-right: none;
}

.imglink a.compare:hover {
  background: #448;
  border-color: #337;
}

#fullscreen_img_viewer,#fullscreen_img_viewer_2 { 
/*  height: 100%; */
  width: 100%;
  overflow: auto;
  background: white;
  text-align: center;
  vertical-align: center;
  cursor: move;
  margin-left: 131px;
  border-right: 1px solid #999;
}
#fullscreen_img_viewer_2 { position: absolute; top:0; right:0; }
#fullscreen_img_viewer img, #fullscreen_img_viewer_2 img { 
  margin: auto;
  cursor: move;
}

#fullscreen_img_viewer p, #fullscreen_img_viewer_2 p { 
  padding: 5em;
  margin: 0;
  text-align: center;
  font-size: 300%;
  position: absolute;
}

#img_viewer_dialog { 
  padding: 0 !important; /* overrides .ui-dialog-content rule */
}
#img_viewer_dialog iframe.browse_iframe { 
  height: 100%;
  width: 100%;
}


#img_toolbar, .toolbar { 
  background: #e5e8e6 url(/static/img/footerbg.png) repeat-x top left;
  color: black;
  font-size: 120%;
  _font-size: 18px;
  border-top: 1px solid #bbb;
  height: 42px;
  text-align: center;
}

#img_toolbar { padding-top: 4px; }

#slide_toolbar { 
  text-align: left;
  padding: 2px 4px 0 4px;
  overflow-y: auto;
  height: 70px;
}

#slide_toolbar .fav_control { 
  margin-left: 1em;
}

.favecontrol p { 
  display: inline;
  margin: 0 1em 0 0;
}
.favecontrol p.pleaselogin { display:block; }

.toolbar a.toolbar_btn { 
  display: inline;
  text-align: center;
  line-height: 38px;
  height: 38px;
  padding: 6px;
}
.toolbar a.toolbar_btn.disabled { 
  color: #999;
  background: transparent;
  border-color: #999;
}

/*
.toolbar a.toolbar_btn { 
  display: inline;
  text-align: center;
  line-height: 38px;
  border: 1px solid #ccc;
  text-decoration: none;
  padding: 6px;
  background: #f4f4f4;
}

.toolbar a.toolbar_btn:link, .toolbar a.toolbar_btn:visited { 
  color: #337;
}

.toolbar a.toolbar_btn:hover { 
  background: white;
  color: #226;
}
*/


.import_review { 
  border-collapse: collapse;
  border-color: #bbb;
  margin-bottom: 1.5em;
}
.import_review td { 
  font-family: monospace;
}
.import_review td { 
  background: white;
}
.import_review th { 
  background: #ccf;
}
.import_review th.choose_dest { 
  background: #ff8;
}

.import_review tr.ignored td { 
  color: #999;
  background: #ccc;
}
.import_review tr.ignored th { 
  background: #88b;
}

.col_field_map option.field { 
  padding-left: 2em;
}

.col_field_map option.section { 
  margin-top: 1em;
  font-weight: bold;
  background: #444;
  color: #eee;
}


#fullscreen_import_form { 
  background: white;
  padding: 1em;
  overflow: auto;
}

table.itemtype_fields th { 
  border-bottom: 2px solid black;
}

table.itemtype_fields td { 
  border-bottom: 1px solid #aaa;
  vertical-align: top;
}


/** SLIDESHOW begin **/
#fullscreen_slide_show { 
  background: white;
  overflow: auto;
}

#fullscreen_slide_show .inner_slide { 
  padding: 1ex 2em;
  font-size: 150%;
}

#fullscreen_slide_show h1 { 
  margin-top: 0;
}
#fullscreen_slide_show img {
  margin: 1ex;
}
div.inner_slide_images { 
  text-align: center;
  vertical-align: top;
}
div.inner_slide_images table td { 
  vertical-align: top;
}
div.inner_slide_images .item_text {  
  width: 20em;
  padding: 1em;
  text-align: left;
}



.slide_list td { vertical-align: top;  padding-top: 1ex; }

.slide_list td.ordering { padding-bottom: 4px; }

.slide_list a.move_item { padding: 0; }

.slide_list a.move_item.up img, .slide_list a.move_item.down img { margin: 0; }

.slidetitle { 
  padding: 0 1ex;
  line-height: 40pt;
  font-size: 32pt; 
  border: 1px solid #666;
  margin: 0 auto;
}

.slidebody { 
  font-size: 140%; 
  text-align: center; 
}
.slidebody table { border: 0; margin: 0 auto; }
.slidebody table td { vertical-align: top; }
.slidebody table td.text { padding: 1ex 1ex 1ex 1.5em; text-align: left; }
.slidebody img { border: none; }

.slide_sources { 
  font-size: 70%;
  padding: 1em;
  text-align: left;
  border-top: 1px solid #666;
}

.slide_bottom {
  margin-top: 1ex;
  height: 1px;
  overflow: hidden;
}

/* slide layout chooser */
.slidelayout_chooser { 
  padding: 0 0 1em 0;
}
.slidelayout_chooser ul { margin: 0; padding: 0; }
.slidelayout_chooser li { 
  float: left;
  display: inline;
  width: 100px;
  margin-right: 1ex;
  list-style-type: none;
  text-align: center;
  background: #f8f8f8;
  border: 1px solid #eee;
}
.slidelayout_chooser li input { display: block; margin: 1ex auto 1ex; }
.slidelayout_chooser li label { display: inline;}
.slidelayout_chooser li img { display: block; margin: 0 auto;}

/** SLIDESHOW end **/



/** collection browse dialogs begin **/
div.browse_dialog { 
  padding: 0;
}
iframe.browse_iframe { 
  width: 98%;
  height: 98%;
}

body.dialog {
  background: white;
  padding: 1em;
}

ul.coll_tree ul.items li a.active { 
  background-color: #eef;
}
ul.coll_tree ul.items li a.set_img { 
  display: inline;
}
ul.coll_tree ul.items li a.set_img img { 
  margin: 1ex;
  border: 5px solid #ddf;
}
ul.coll_tree ul.items li a.set_img:hover img { 
  border: 5px solid #99f;
}

div.coll_tree div.subcoll { 
  padding-left: 2em;
}

div.item_selector div.selected_img_box { 
  padding: 6px;
  margin: 10px;
  display: block;
  display: inline-block;
  width: 162px;
  text-align: center;
  background: #eee;
}

div.item_selector div.selected_img_box a.remove { 
  display: block;
  padding: 4px;
  color: blue;
  text-decoration: none;
}
div.item_selector div.selected_img_box a.remove:hover { 
  text-decoration: underline;
}

/** collection browse dialogs end **/


/** comments **/
.comment { 
  border-bottom: 1px solid #999;
  background: #e8ebe8;
  padding: 1em;
  margin-left: 2em;
}
.comment p.attribution { 
  font-style: italic;
  margin-left: 2em;
}

.comments_control { 
  margin: 1em 0;
  border-top: 1px solid #999;
}

.comments_control .comment { 
  margin-left: 0;
}

.comments_control .comment.pending { 
  background: #f9fcd7; /*#e8ebe8;*/
}

.comments_control form { display: inline; }

/** end comments **/


/** ads **/
.ad_right img { 
  float:right;
  border: 8px solid white;
  border-right: none;
}
/** end ads **/


#viewed_user { 
  background: #eee;
  padding: 1ex;
  border: 1px solid #ccc;
  margin-bottom: 1em;
}

.admin_control_strip { 
  padding: 6px;
  background-color: #eef;
  font-family: Verdana, Helvetica, Arial, Sans;
  font-size: 75%;
  line-height: 200%;
}
.admin_control_strip a, .admin_control_strip a:visited, .admin_control_strip span.fakelink { 
  color: darkblue;
  text-decoration: none;
  padding: 2px 1em;
  background: #dee;
  border-right: 1px solid #cdd;
  border-bottom: 1px solid #cdd;
  white-space: nowrap;
  margin-right: .5ex;
  cursor: pointer;
}
.admin_control_strip a:hover, .admin_control_strip span.fakelink:hover, .admin_control_strip span.fakelink.sfHover { 
  background: #eff;
}
.admin_control_strip span.fakelink:hover, .admin_control_strip span.fakelink.sfHover { 
  border-bottom: 1px solid #eff;
}
.admin_control_strip span.fakelink div {  /* dropdown */
  width: 14em;
  padding: 1ex;
  background: #eff;
}
.admin_control_strip span.fakelink div a {  /* dropdown */
  border-top: 1px solid #cdd;
  border-left: 1px solid #cdd;
  display: block;
}

/** search **/

div.searchresult { 
  border-top: 1px solid #aaa;
  clear: left;
  padding: 1em 0;
}
div.searchresult .imgctr { 
  display: block;
  text-align: center;
  width: 100px;
  float: left;
  margin: 0 1em 1em 0;
}
div.searchresult img { 
  border: 1px solid #eee;
}

div.searchresult .number { 
  float: left;
  margin: 0 1ex 0 0;
  font-size: 150%;
  color: #666;
}

div.searchresult .title { 
  padding-bottom: 1ex;
  font-weight: bold;
  font-size: 110%;
}

div.searchresult .title .owner { 
  color: #444;
  font-weight: normal;
  display: block;
  font-size: 90%;
}

div.searchresult .title a { 
  text-decoration: none;
  border-bottom: 1px solid #aae;
}
div.searchresult .title a:visited { 
  border-bottom: 1px solid #dad;
}
div.searchresult .title .owner a { 
  border-bottom: none;
}
div.searchresult .title .owner a:hover { 
  border-bottom: 1px solid #aaf;
}

div.searchresult .desc { 
  font-size: 85%;
  color: #666;
  padding: 0 1ex 0 2px;
  max-height: 10em;
  overflow: auto;
}

/** end search **/


/** Favorites **/
.fav_control { white-space: nowrap; }

.fav_control.is_fav .fav_true { display: inherit; }
.fav_control.is_fav .fav_false { display: none; }
.fav_control.not_fav .fav_true { display: none; }
.fav_control.not_fav .fav_false { display: inherit; }

.fav_control img { border: none; }
.fav_control a:link, .fav_control a:visited { 
  color: blue;
  text-decoration: none;
}
.fav_control a:hover { 
  text-decoration: underline;
}
/** end favorites **/

/** community news section **/
.news .news_entry { 
  margin: 0 0 1em 1ex;
}
/** end community news section **/

/** user messages **/
table.user_messages { 
  border-collapse: collapse;
  font-family: Helvetica, Arial, Sans;
}
table.user_messages th { 
  border-bottom: 1px solid black;
  text-align: left;
  padding: 4px 1em;  
}
table.user_messages td { 
  border-bottom: 1px solid #ccc;
  padding: 4px 1em;
}
table.user_messages td a {
  text-decoration: none;
}
table.user_messages td.date {
  white-space: nowrap;
}

table.user_messages td a:hover {
  text-decoration: underline;
}

table.user_messages td.subject {
  min-width: 12em;
}

table.user_messages tr.unread td {
  font-weight: bold;
}

blockquote.message { 
  font-family: Helvetica, Arial, Sans;
  background: #ffc;
  border: 1px solid #dda;
  padding: 1em;
  width: 28em;
  margin-left: 0;
}
/** end user messages **/


/** boxed links (coll.templatetages.links.boxed) **/
a.boxlink, a:link.boxlink, a:visited.boxlink, a:hover.boxlink { 
  text-decoration: none;
  display: block;
}

/*
a:hover div.boxlink, div.boxlink a:hover { 
  background: #f4f4ff;
}
*/
a:hover div.boxlink, a:link div.boxlink, a:visited div.boxlink,
div.boxlink a:hover, div.boxlink a:link, div.boxlink a:visited {
  text-decoration: none;
  color: #004;
}

div.boxlink { 
  float: left;
  height: 176px;
  width: 120px;
  background: #f8f8f8;
  border: 1px solid #ddd;
  margin: 0 8px 8px 0;
  overflow: hidden;
  text-align: center;
  display: block;
}

div.boxlink img.private_lock { 
  float: left;
  border: none;
  margin: 0;
}

div.boxlink img { 
  margin: 10px auto 8px;
  border: none;
}

div.boxlink .caption { 
  display:block;
  font-size: 12px;
  line-height: 12px;
  line-spacing: 6px;
  font-family: Helvetica, Arial, Sans;
  text-align: left;
  padding: 0 2px;
  height: 37px;
  overflow: hidden;
}

div.boxlink div.owner { 
  font-size: 11px;
  font-style: italic;
  color: #448;
  text-align: right;
  padding: 0 2px;
}

div.boxlink div.imgcontainer { 
  height: 120px;
}


/*div.boxlink div.caption */
span.appreciated_count { 
  float: right;
  font-size: 14px;
  line-height: 16px;
  padding-right: 16px;
  overflow: hidden;
  background: url(/static/img/appreciated.png) no-repeat top right;
}

span.view_count { 
  float: right;
  clear: right;
  color: #666;
}

h1 span.appreciated_count { 
  font-weight: normal;
  font-size: 24px;
  line-height: 16px;
  height: 20px;
  color: #666;
  position: relative;
  top: 8px;
}

/** end boxed links (coll.templatetages.links.boxed) **/



/** screencast TOC **/
.screencast_toc { 
  margin: 1em;
  padding: 0;
  background: #f3f3ff;
}

.screencast_toc h3 { 
  margin: 0 0 10px 0;
  padding: 1ex 1ex 0 1ex;
  font-size: 16pt;
  line-height: 14pt;
  background: #f8f8ff;
  border-bottom: 1px solid #dde;
}


.screencast_toc table { 
  margin: 0 1em 1em 1em;
  border-collapse: collapse;
}

.screencast_toc table th, .screencast_toc table td { 
  text-align: left;
  width: 15em;
}

.screencast_toc table th { 
  font-weight: bold;
}
.screencast_toc table td { 
  vertical-align: top;
}
.screencast_toc table td ul { 
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.screencast_toc table td ul li { 
  margin-top: .5ex;
}
.screencast_toc .transcript { 
  display: block;
  text-decoration: none;
  font-size: 10pt;
  margin-left: 20px;
  white-space: nowrap;
  margin-bottom: 1em;
}
.screencast_toc .transcript:hover { 
  text-decoration: underline;
}
.screencast_toc .transcript img { 
  border: none;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

/** end screencast TOC **/

/** pagination **/
div.pagination { 
  padding: 1em;
  text-align: center;
}
div.pagination a { margin: 0 1em; }
div.pagination .page_links { margin-top: 1ex; }
div.pagination .page_links a { margin: 0; padding: 3px 6px; text-decoration: none; }
div.pagination .page_links a:hover { text-decoration: none; background: darkblue; color: white; }
div.pagination .page_links b { border: 1px solid black; padding: 3px 6px; }
/** end pagination **/


/** contributor permissions mgmt **/
table.contributors th.main { width: 130px; font-weight: normal; }
table.contributors th.main, table.contributors td.main { 
  border-bottom: 1px solid #999;
  padding: 1em;
}
table.contributors th, table.contributors td { 
  vertical-align: top;
  text-align: left;
}

table.contributors td th, table.contributors td td { 
  padding-top: 1ex;
}

table.contributors tr.disabled, li.disabled { color: #999; }
/** end contributor permissions mgmt **/





/** Zoomworthy CSS support */
.zoomworthy_controls a.control, .zoomworthy_controls a.control:visited { 
  display: block;
  font-size: 12px;
  font-family: Arial, Helvetica, Sans;
  height: 17px;
  background: white;
  margin: 8px;
  text-decoration: none;
  padding: 3px 3px 3px 22px;
  color: #224;
  background: #f9f9f9 url(/static/img/img_viewer/zoom.gif) no-repeat 3px 3px;

  border: 1px solid #ddd;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;

  opacity:0.9;
  filter:alpha(opacity=90);
}
.zoomworthy_controls a.control:hover { 
  background-color: #fff; 
  opacity:0.98;
  filter:alpha(opacity=98);
}

.zoomworthy_controls a.control.zoom_in { background-image: url(/static/img/img_viewer/zoom_in.gif); }
.zoomworthy_controls a.control.zoom_out { background-image: url(/static/img/img_viewer/zoom_out.gif); }
.zoomworthy_controls a.control.zoom_fit { background-image: url(/static/img/img_viewer/fit-to-win.gif); }

.zoomworthy_controls a.control.pan_lock { 
  background-image: url(/static/img/img_viewer/pan_lock_off.gif); 
}
.zoomworthy_controls a.control.pan_lock.active { 
  background-image: url(/static/img/img_viewer/pan_lock_on.gif); 
  background-color: #ffc;
  font-weight: bold;
}

.zoomworthy_controls img { border: none; position: absolute;}
/** end Zoomworthy CSS support */


/** reports **/
table.report { border-collapse: collapse; margin: 0 0 1em 0; }
table.report td, table.report th { vertical-align: top; padding: 8px; border-left: 1px solid #eee; border-bottom: 1px solid #eee; }
table.report th { text-align: left; border-bottom: 2px solid black; vertical-align: bottom; }
table.report th.r { text-align: right; }

table.report tr.even td { background: #f8f8f8; }
table.report tr.odd td { background: #f9fcf9; }
table.report td.num, table.report th.num { padding-right: 1ex; border-left: none; text-align: right; }

table.report th.heading { border-left: none; border-bottom: none; }
.report h1, .report h2, .report h3, .report h4, .report h5, .report h6 { padding-bottom: 0; margin: 1em 0 0 0; border-bottom: none; }

table.report tr.totals td { 
  background: #444;
  color: #eee;
  border-color: #999;
  font-weight: bold;
}
table.report tr.totals.gross td { 
  background: #446;
}
table.report tr.totals.net td { 
  background: #464;
}

.report_form .col_controls { 
  padding: 4px 30px 0 0;
}

.report_form .col_controls, .report_form .col_delete { 
  opacity:0.4;
  filter:alpha(opacity=40);
}
.report_form .col_controls:hover, .report_form .col_delete:hover { 
  opacity:0.9;
  filter:alpha(opacity=90);
}


.report_form .col_controls a { 
  font-family: sans;
  font-size: 75%;
  text-decoration: none;
  color: blue;
} 

/** end reports **/


/** article image captions **/

a.captioned_image { 
  display:block;
  width: 170px;
  text-align: center;
  text-decoration: none;
  font-style: italic;
  padding: 1px 1ex;
}
a.captioned_image.thumb { width: 170px; }
a.captioned_image.small { width: 320px; }
a.captioned_image.med { width: 420px; }

a.captioned_image img { 
  margin: 0 auto;
  border-color:white;
  /* border: none;  //very odd-- removing border causes IE to hide image */
  display: block;
  cursor: pointer;
}


.image_size_selector label, .image_alignment_selector label { 
  display: inline;
  padding: 0 .5em;
}

p.in_listing_output_format label { font-weight: bold; }