/****************************************************************/
/*  original filename common/panels.css                        */
/****************************************************************/


.tab_bg_white
{
    background:#FFF;
    margin:2px;
    padding:10px;
}

/* Member avatar */

.member_avatar p
{
    color:#7f868f;
    font-size:10px;
}

.member_avatar img.large_profile_pic
{
    margin-bottom:10px;
    margin-top:-20px;
}

.member_avatar img.role_pic
{
    margin:3px 3px 0;
}

/* Connections */

.connections .thumb_small
{
    width:80px;
    height:105px;
    font-size:11px;
    float:left;
    overflow:hidden;
    list-style-type:none;
    padding:10px 10px 10px 0;
}

/* Atom */

div.atom_show_meta
{
    background-color:#fff;
    padding:10px;
}

div.atom_show_media
{
    padding:10px;
}

div.atom_show_media.atom_text {
    background-color: #fff;
    margin: -30px 0 16px;
}

div#atom_show_comments
{
    padding:20px;
}


ul#atom-gallery
{
    display:inline-table;
}

.atom_show_menu
{
    line-height:12px;
    padding-top:5px;
    padding-bottom:15px;
}

.atom_show_menu a
{
    font-size:12px;
    font-weight:normal;
    border:0;
    color:#666;
    margin-left:15px;
}

.atom_show_menu a:hover
{
    color:#333;
}

/* Menu left */

#menu_left_actions
{
    border-bottom:1px solid #ccc;
    text-align:center;
    padding:0 4px 4px;
}

#menu_left_actions a
{
    color:#999;
    font-size:11px;
    border:0;
    padding:5px;
}

#menu_left
{
    background:#FFF;
}

#menu_left li
{
    line-height:14px;
    overflow:hidden;
    margin:0;
    padding:4px 0 0;
}

#menu_left .nav_artist
{
    font-size:11px;
    margin-left:15px;
}

#menu_left .root_artist
{
    padding-left:15px;
    font-size:11px;
    font-weight:bold;
}

#menu_left .root_item
{
    border-top:1px dotted #aaa;
}

#menu_left .no_children
{
    margin-left:36px;
}

#menu_left li img
{
    display:block;
    float:left;
    margin-right:8px;
}

#menu_left li a
{
    font-size:.8em;
    text-decoration:none;
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    border-bottom:0;
    padding:0;
}

#menu_left li.no_children a
{
    margin-left:0;
}

#menu_left li a:hover
{
    color:#999;
}

/* User header */

#user_header_pic_column
{
    padding-left:7px;
    width:190px;
    float:left;
}
#profile_header
{
    padding:0 7px 0 7px;
}
#profile_header .menu-left,
#discipline-actions .menu-left
{
    margin:0 0 0 10px;
    padding:0;
}

#profile_header .role
{
    float:left;
    height:19px;
}
#profile_header .actions,
#discipline-actions
{
    float:right;
    text-align:right;
}
#profile_header .role,
#profile_header .actions,
#discipline-actions
{
    font-weight:bold;
    font-size:11px;
}

#profile_header .actions a,
#discipline-actions a
{
    outline:none;
    font-size:11px;
    border:0;
    padding:0 1px 0 0;
}

#profile_header .actions a:hover,
#discipline-actions a:hover
{
    outline:none;
    color:#727272;
    border:0;
}

#user_header_connections_column
{
    float:left;
    height:208px;
    width:584px;
    z-index:1000;
}

#user_header_connections_column .filters
{
    text-align:right;
    padding-bottom:5px;
    font-size:11px;
}

#user_header_connections_column .filters input
{
    width:10px;
    height:10px;
}

#user_header_connections_column .connections_box
{
    overflow:hidden;
    height:207px;
    padding:0;
}

/* Assets */

.asset_thumbnail
{
    border:0;
    display:block;
    float:left;
    padding:0 1px;
}

.asset_thumbnail img,.asset_thumbnail div
{
    border:1px solid #ddd;
    background:#fff;
    padding:3px;
}

.asset_thumbnail:hover img
{
    border:1px solid #ccc;
    background:#f1f1f1;
}

/* Text thumb */

.text_thumb pre
{
    border:1px solid #ddd;
    overflow:hidden;
    font-size:12px;
    line-height:16px;
    background:#fff;
    padding:5px;
}

/* Thumbnail small */

.text_thumb.thumb_small pre,.text_thumb.thumb_medium pre,.text_thumb.thumb_large pre
{
    background:url(/images/diagonal_stripes.gif);
}

.text_thumb.thumb_small
{
    width:80px;
    height:80px;
}

.text_thumb.thumb_small pre
{
    height:68px;
    width:68px;
}

.text_thumb.thumb_medium
{
    width:188px;
    height:188px;
}

.text_thumb.thumb_medium pre
{
    height:176px;
    width:176px;
}

.text_thumb.thumb_large
{
    width:284px;
    height:284px;
}

.text_thumb.thumb_large pre
{
    height:272px;
    width:272px;
}

/* Gate way */

body.gateway
{
    background-image:none;
}

body.gateway #body
{
    margin-top:100px;
}

body.gateway #body h2.title
{
    font-size:36px;
    font-weight:normal;
    margin-bottom:20px;
    color:#57616b;
}

body.gateway #body h3
{
    margin-bottom:20px;
    font-size:32px;
}

body.gateway #body h4
{
    margin-bottom:6px;
}

body.gateway #mailing_list_signup
{
    background:#fff;
    margin-top:15px;
    border:1px solid #ddd;
    float:right;
    padding:10px;
}

body.gateway #mailing_list_signup form
{
    margin:0;
}

body.gateway form
{
    margin-top:30px;
}

body.gateway strong
{
    font-weight:bold;
    margin-right:10px;
}

body.gateway input
{
    border:1px solid #ccc;
    font-size:14px;
    font-family:Tahoma, sans-serif;
    padding:3px;
}

body.gateway button
{
    border:0;
    background:transparent;
    font-size:16px;
    font-weight:bold;
    color:#999;
}

/* Wizard */

body#wizard
{
    font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color:#666;
    background-color:#aaa;
}

body#wizard #link_bar_container
{
    margin-bottom:40px;
}

body#wizard #link_bar
{
    display:inline;
    list-style-type:none;
}

body#wizard #link_bar li
{
    display:inline;
    border-right:1px solid #666;
    margin:0;
}

body#wizard #link_bar li.nobdr
{
    border-right:none;
}

body#wizard #link_bar li a
{
    font-size:1.2em;
    border-bottom:none;
    text-decoration:none;
    padding:0 1em;
}

body#wizard #link_bar li.first a
{
    padding:0 5px 0 0;
}

body#wizard #link_bar li#selected_menu_item
{
    font-size:1.2em;
    font-weight:bold;
    padding:0 1em;
}

body#wizard #link_bar li#selected_menu_item.first
{
    padding:0;
}

body#wizard #wizard-container
{
    padding-bottom:40px;
    width:600px;
    margin:0 auto;
}

body#wizard .wizard_title
{
    margin-left:30%;
    margin-right:20%;
    font-size:1.5em;
}

/* Slideable */

.slidable .view_port .sets
{
    width:1000000px;
}

.slidable .view_port .sets ul
{
    float:left;
    list-style:none;
}

.slidable .scrollers
{
    width:100%;
    height:0;
    position:absolute;
    top:85px;
    left:0;
}

.slidable .scrollers a
{
    display:block;
    height:11px;
    overflow:hidden;
    position:absolute;
    width:13px;
}

.slidable .scrollers a.prev
{
    background:transparent url(/images/scroll_prev.gif) no-repeat;
    left:6px;
}

.slidable .scrollers a.next
{
    background:transparent url(/images/scroll_next.gif) no-repeat;
    right:6px;
}

.slidable .scrollers a:hover
{
    background-position:0 -21px;
}

.slidable .scrollers a:hover.disabled_scroll
{
    background-position:0 0;
    cursor:auto;
}

.slidable .title
{
    clear:both;
    overflow:hidden;
}

.slidable .pod_pagination
{
    clear:both;
    height:7px;
    list-style:none;
    overflow:hidden;
}

.slidable .pod_pagination li
{
    float:left;
    height:7px;
    overflow:hidden;
    width:7px;
    margin:0 3px 0 0;
}

.slidable .pod_pagination li a
{
    background:transparent url(/images/toggler_radio.gif) no-repeat;
    display:block;
    height:7px;
    overflow:hidden;
    text-indent:-99px;
    width:7px;
}

.slidable .pod_pagination li a.active,.slidable .pod_pagination li a:hover
{
    background-position:0 -17px;
}

.slidable .footer
{
    overflow:hidden;
    width:100%;
}

/* Connections pod */

#connections-pod,#favorites-pod,#events-pod,#venues-pod,#artists-pod,#media-pod,#collections-pod,#works-pod
{
    width:602px;
    position:relative;
    overflow:hidden;
}

#events-pod.long-pod, #venues-pod.long-pod, #connections-pod.long-pod,#collections-pod.long-pod,#works-pod.long-pod {
    width: 803px;
}

#connections-pod .scroll-content,#favorites-pod .scroll-content,#artists-pod .scroll-content,#media-pod .scroll-content,#collections-pod .scroll-content,#works-pod .scroll-content
{
    overflow:hidden;
    padding:21px 26px 14px;
}

#connections-pod .view_port,#favorites-pod .view_port,#artists-pod .view_port,#media-pod .view_port,#collections-pod .view_port,#works-pod .view_port
{
    width:555px;
}

#connections-pod .view_port .sets ul,#favorites-pod .view_port .sets ul,#artists-pod .view_port .sets ul,#media-pod .view_port .sets ul,#collections-pod .view_port .sets ul,#works-pod .view_port .sets ul
{
    width:564px;
    float:left;
}

#connections-pod .view_port .sets ul li,
#favorites-pod .view_port .sets ul li,
#artists-pod .view_port .sets ul li,
#media-pod .view_port .sets ul li,
#recent-members-pod .view_port .sets ul li,
#collections-pod .view_port .sets ul li,
#works-pod .view_port .sets ul li
{
    float:left;
    padding: 0 2px 0 0;
}

#connections-pod .item_thumb_titled,
#favorites-pod .item_thumb_titled,
#media-pod .item_thumb_titled,
#artists-pod .item_thumb_titled,
#recent-members-pod .item_thumb_titled,
#collections-pod .item_thumb_titled,
#works-pod .item_thumb_titled
{
    margin-bottom: 0px;
}

#connections-pod a,#favorites-pod a,#artists-pod a,#media-pod a,#collections-pod a,#works-pod a
{
    border-bottom-style:none;
}

#connections-pod .title .sub_link a,#favorites-pod .title .sub_link a,#artists-pod .title .sub_link a,#media-pod .title .sub_link a,#collections-pod .title .sub_link a,#works-pod .title .sub_link a
{
    border-bottom-style:dotted;
}

#events-pod .title .sub_link a,
#venues-pod .title .sub_link a
{
    border-bottom-style:dotted;
}

.thumb_small img
{
    height:80px;
    width:80px;
    padding:2px;
}

.thumb_small a
{
    width:84px;
    display:block;
}

.thumb_small a:hover
{
    background-color:#6E747D;
    color:#fff;
}

/* Biography */

#biography
{
    background:#FFF url(/images/medium.top.gif) no-repeat;
    width:602px;
    margin:0 0 10px;
    padding:10px 0 0;
}

#biography .geo
{
    position:absolute;
    top:6px;
    right:10px;
}

#biography .user_stat {
    max-width: 160px;
    height: 14px;
    overflow: hidden;
}

#biography a.user_edit_profile
{
    font-size:12px;
    border-bottom:none;
}

#biography .content
{
    position:relative;
    background:#FFF url(/images/medium.bg.gif) repeat-y scroll 0;
    padding:0 10px;
}

#biography .content h1.user_name
{
    color:#525864;
    font-weight:bold;
    min-height:47px;
    padding:8px 0 8px 14px;
}

#biography .content h1.user_name .user_name_type
{
    color:#858585;
    display:block;
    width:400px;
}

#biography .content .bio_stripped
{
    background:url(/images/diagonal_stripes.gif) repeat scroll 0;
    padding:15px;
}

#biography .btm
{
    background:transparent url(/images/medium.btm.gif) no-repeat scroll 0;
    height:10px;
    overflow:hidden;
    width:100%;
}

/* Connections tab */

#connections_tab_container
{
    padding:5px;
}

#connections_tab_container #connections_type_container
{
    padding-top:50px;
}

#connections_tab_container #edit-connections-done
{
    margin:10px;
}

#connections_tab_container #edit-connections-done input.save
{
    width:100px;
    background:#FFF;
    display:block;
    margin:10px auto;
}

#connections_tab_container #connector_type
{
    float:left;
    width:769px;
    padding:15px 5px 5px;
}

#connections_tab_container #connector_type #what-kind-of-connection-would-you-like-to-add
{
    float:left;
    margin-right:5px;
    padding-top:6px;
}

/* Blog item */

.blog_item
{
    background:#FFF;
    padding:10px;
}

.blog_item_image
{
    float:right;
    padding:10px;
}

/* Prototype */

.prototip .ac .toolbar
{
    background:#2e2e2e;
    color:#fff;
    font-weight:bold;
}

.prototip .ac .toolbar a.close:hover
{
    background:url(/images/close_prototip_hover_red.gif);
}

.prototip .ac .content
{
    background:#666;
}


.users_by_discipline .thumb_small
{
    width:80px;
    height:105px;
    font-size:11px;
    float:left;
    overflow:hidden;
    list-style-type:none;
    padding:10px 6px;
}

#static_menu_left
{
    font-size:11px;
}

#static_menu_left li.root_item.first
{
    padding-top:5px;
}

#static_menu_left a
{
    display:block;
    border:none;
    padding-left:9px;
}

#static_menu_left .leaf
{
    padding:2px 0 0 30px;
}

#static_menu_left li.root_item
{
    padding-left:9px;
    font-weight:bold;
    text-transform:uppercase;
}

#static_menu_left .seperator,
.micro_blog_posts .seperator,
#micro_blog_pod .seperator
{
    height:5px;
    background:url(/images/diagonal_stripes.gif) repeat;
    margin-top:5px;
    margin-bottom:10px;
}

/* Themes tab */

#themes_tab ol
{
    list-style:none;
}

#themes_tab li
{
    width:190px;
}

#themes_tab a
{
    font-size:11px;
    border:none;
    color:#6E747D;
    display:block;
    text-decoration:none;
    padding:2px 0 2px 20px;
}

/* Wizards pages */

div.wizard-master-step-visible
{
    display:block;
    background-color:#fff;
    padding:5px;
}

div.wizard-master-step-invisible
{
    display:none;
    background-color:#eee;
    float:left;
    padding:5px;
}

div.wizard-cat-head
{
    width:304px;
    background-color:#f2f2f2;
    text-transform:uppercase;
    margin-top:12px;
    padding-left:4px;
}

div.wizard-categories,div.wizard-themes,div.wizard-info, div.edit_media_left
{
    float:left;
    margin-bottom:30px;
}

div.wizard-categories,
div.additional_connections .movements
{
    width:314px;
}

div.wizard-themes,
div.additional_connections .tags
{
    width:400px;
}

div.wizard-info
{
    width:244px;
}

div.wizard-info input[type=text],div.wizard-info textarea
{
    margin-bottom:18px;
}

div.wizard-themes-scroll
{
    height:695px;
    overflow:auto;
    margin-top:11px;
    border:1px solid #f2f2f2;
    padding:4px;
}

span.wizard-column-header
{
    font-weight:bold;
    font-size:14px;
    color:#454d56;
}

span.wizard-column-header-description
{
    font-size:smaller;
}

.wizard_content_box
{
    position:relative;
    background-color:#fff;
    margin:20px 0 10px;
    padding:18px 20px;
}

td.wizard-table-column-width
{
    width:184px;
    vertical-align:top;
}

.wizard-submit-centered
{
    text-align:center;
}

input.new_folder_name
{
    width: 149px;
    margin-bottom: 0px !important;
}

/* End of Wizards pages */

/* Quick links */

.quick_links h2
{
    font-weight:bold;
    font-size:14px;
}

.quick_links ul
{
    padding-left:10px;
}
.quick_links li
{
  padding-left:10px;
  font-size:12px;
  list-style-type:none;
}
.member_info p
{
     padding-left:10px;
     font-size:12px;
}
/* Media types */

.media_types
{
    display:inline;
    margin-left:6px;
    border:none;
}

.media_types a
{
    color:#7f868f;
    font-weight:bold;
    border:none!important;
}

.media_types a:hover
{
    color:#fff!important;
    border:none!important;
}

/* Media viewer thumbnails */

.media-viewer-thumbnails
{
    padding: 20px 10px !important;
}

.media-viewer-thumbnails li
{
    float:left;
    font-size:11px;
    list-style-type:none;
    margin-right:5px;
}

.media-viewer-thumbnails .image
{
    border:1px solid #ededed;
    background-color:#FFF;
    width:80px;
    padding:3px;
}

/* Letter */

.letter
{
    display:block;
    float:left;
    cursor:pointer;
    margin:10px 5px;
}

/* Users by discipline */

.connections,.users_by_discipline
{
    padding-top:10px;
}

.connections a,#portfolio-pod .scroll-content a,#products-pod .scroll-content a,#fans-pod .scroll-content a,#following-pod .scroll-content a,.blog_item_image a,#share_item_form form div.share_item_form_wrapper a,.users_by_discipline a,.quick_links a
{
    border:none;
}

.connections a:hover,.users_by_discipline a:hover
{
    border:none;
    text-decoration:none;
}

div#atom_show,.quick_links .seperator
{
    margin-top:10px;
}

#atom-gallery li.textbox
{
    float:left;
    background-color:#fff;
    margin:10px;
    padding:10px;
}

#share_link_control h4
{
    padding-bottom:15px;
}

#menu_left .selected,.letter-selected
{
    font-weight:bold;
}

#menu_left .level_1,#menu_left .level_2,#menu_left .level_3
{
    margin-left:15px;
}

#menu_left li.first,.asset_thumbnail:hover
{
    border:0;
}

/* Portfolio pod */
/* Fans pod */

.slidable .view_port,#portfolio-pod,#fans-pod,#following-pod,#products-pod
{
    overflow:hidden;
}

#portfolio-pod .scroll-content,#fans-pod .scroll-content,#following-pod .scroll-content,#products-pod .scroll-content
{
    overflow: hidden;
    padding: 19px 0 0 4px;
}

#portfolio-pod .view_port,#fans-pod .view_port,#following-pod .view_port,#products-pod .view_port
{
    width:180px;
}

#portfolio-pod .view_port .sets ul,#fans-pod .view_port .sets ul,#following-pod .view_port .sets ul,#products-pod .view_port .sets ul
{
    width:188px;
    overflow:hidden;
}

#portfolio-pod .view_port .sets ul li,#fans-pod .view_port .sets ul li,#following-pod .view_port .sets ul li,#products-pod .view_port .sets ul li
{
    float: left;
    overflow: hidden;
    padding: 0;
}

/* set height for correct displaying of 2-lines titled items */
#fans-pod .view_port .sets ul li,#following-pod .view_port .sets ul li,#products-pod .view_port .sets ul li
{
    height:117px;
}

/* new expanded taxo list */

#static_menu_left a:hover span,#themes_tab a:hover span
{
    background-color:#6E747D;
    color:#FFF;
    outline-color:#6E747D;
    outline-style:solid;
    outline-width:1px;
}


/* IE bugs carosel pods without relative position on view_port
Tickets #632 and #633 */
.view_port
{
    position: relative;
}

#events-pod.small-pod, #venues-pod.small-pod {
  /*  margin-top:315px;*/
    width: 395px;
}

/* This is seperator of leaf on left panel*/
.leaf_seperator {
    height:2px;
    background:url(/images/diagonal_stripes.gif) repeat;
    margin-top:5px;
    margin-left:15px;
    margin-bottom:5px;
}
/* This for root ul */
ul.rootleaf {  }
/* This for leaf ul */
ul.subleaf {  margin-left:20px; margin-bottom:5px;margin-top:5px;}

h2.titled_event
{
    font-size:11px;
    color:#727272;
    font-weight:bold;
    background:#EFEFEF;
    margin:0;
    padding:5px;

}

#left_container label {
  margin: 0px 0 2px;
  font-weight: bold;
}

#left_container label .input_tip {
  font-size: 11px;
  font-style: italic;
  font-weight: normal !important;
}

/****************************************************************/
/*  original filename common/global.css                        */
/****************************************************************/


*
{
  margin:0;
}

html,body
{
  height:100%;
}

body
{
  margin-top:0;
  margin-left:0;
  min-height:100%;
  background-color:#ececec;
  padding-top:0;
  margin-bottom:0;
}

a
{
  border-bottom:1px dotted #727272;
  text-decoration:none;
}

a:hover
{
  color:#828282;
  border-bottom:1px solid #828282;
  text-decoration:none;
}

h2
{
  font-weight:normal;
  font-size:18px;
}

h3
{
  color:#727272;
  font-size:14px;
}

h4
{
  font-size:16px;
  color:#727272;
  font-weight:bold;
}

#logo
{
  float:left;
  height:50px;
  display:inline;
  overflow:hidden;
  margin:17px 21px 0;
}

img
{
  border:0;
}

/* Type */

body,input
{
  font:14px/1.29 Helvetica, Arial, sans-serif;
}

h1
{
  font-size:20px;
}

/* Default styling */

body,a
{
  color:#6e747d;
}

#feed_gallery table.article_excerpt tbody tr.acbody td div.article_body h2.actitle
{
  padding-top:10px;
  padding-bottom:10px;
}

/* Default corners and white box rules */

.corner-tl,.corner-tr,.corner-bl,.corner-br
{
  display:block;
  position:absolute;
  width:10px;
  height:10px;
  background-image:url(/images/main-corners.png);
}
.new_home_style .corner-tl,.corner-tr,.corner-bl,.corner-br
{
  display:block;
  position:absolute;
  width:10px;
  height:10px;
  background-image:url(/images/home-cloud-corners.png);
}
.corner-tl
{
  top:-1px;
  left:-1px;
  background-position:0 0;
}

.corner-tr
{
  top:-1px;
  right:-1px;
  background-position:-10px 0;
}

.corner-bl
{
  bottom:-1px;
  left:-1px;
  background-position:0 -10px;
}

.corner-br
{
  bottom:-1px;
  right:-1px;
  background-position:-10px -10px;
}

.box
{
  position:relative;
  background-color:#fff;
  border:1px solid #e3e3e3;
  margin-bottom: 10px;
  padding:18px 20px;
}

/* Structure */

body,html
{
  height:100%;
  background-color:#ececec;
  margin:0;
  padding:0;
}

#column_container
{
  min-height:100%;
  padding:0;
}

#column
{
  position:relative;
  width:1000px;
  margin:0 auto;
  padding:0 0 53px;
}

#account
{
  text-align:right;
  font-size:11px;
  margin:0;
  padding:7px 12px 2px 12px;
}

#account span.left_part
{
  float:left;
}

#account a
{
  border:none;
}
#account a:hover
{
  text-decoration:underline;
}

#account .separator
{
  height:17px;
  width:1px;
  padding-right: 5px;
  margin-right: 3px;
  border-right:1px dotted
}

#header
{
  position:relative;
  width:1000px;
  height:50px;
  background:url(/images/header_1.jpg);
  /*margin-bottom:5px; */ 
}

#header h2
{
  display:none;
}
/*
#header a
{
  position: absolute;
  left: 0;
  top: 0;
  width: 208px;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 63px 0 0 0;
  background: url(/images/header.png) 0 -63px no-repeat;
  border: none;
}
*/
#header .arts a
{
  left:208px;
  width:107px;
  background-position:-208px -63px;
}

#header .members a
{
  left:315px;
  width:112px;
  background-position:-315px -63px;
}

#header .magazine a
{
  left:427px;
  width:107px;
  background-position:-427px -63px;
}

#header .add_media a
{
  left:794px;
  width:100px;
  background-position:-794px -63px;
}

#header .add_artist a
{
  left:894px;
  width:106px;
  background-position:-894px -63px;
}

#header .add_event a
{
  left: 594px;
  width: 106px;
  background-position: -594px -63px
}

#header .add_venue a
{
  left: 694px;
  width: 106px;
  background-position: -694px -63px
}


#header li.arts a:hover,
#header li.arts.current a
{
  background-position:-208px -126px;
}

#header li.members a:hover,#header li.members.current a
{
  background-position:-315px -126px;
}

#header li.magazine a:hover,#header li.magazine.current a
{
  background-position:-427px -126px;
}

#header li.add_media a:hover,#header li.add_media.active a /* TODO add class name using JS when active */
{
  background-position:-794px -126px;
}

#header li.add_artist a:hover,#header li.add_artist.active a /* TODO add class name using JS when active */
{
  background-position:-894px -126px;
}

#header li.add_venue a:hover,
#header li.add_venue.active a  /* TODO add class name using JS when active */
{
  background-position: -694px -126px;
}

#header li.add_event a:hover,
#header li.add_event.active a  /* TODO add class name using JS when active */
{
  background-position: -594px -126px;
}

#today
{
  text-align:left;
  font-size:11px;
  margin:2px 0 0;
  padding:0 0 10px 22px;
}

#today span
{
  color:#414549;
}
#today a
{
  border:none;
}
#today a:hover
{
  text-decoration:underline;
}

#footer
{
  width:1000px;
  background:url(/images/footer.png) no-repeat;
  font-size:10px;
  position:relative;
  z-index:10;
  margin:-31px auto 0;
  padding:9px 0;
}

#footer p
{
  margin:0 18px 0 21px;
}
#footer a
{
  color:#414549;
}

#footer p.nav
{
  text-transform:uppercase;
}

/* Categories navigation sidebar */

#main_container
{
  width:100%;
  float:right;
  margin:0 0 0 -198px;
}

#main
{
  margin:0 0 0 198px;
}

#sidebar
{
  width:188px;
  float:left;
  font-size:11px;
}

#sidebar .box
{
  padding:9px 0 13px;
}

#sidebar li
{
  padding:6px 0 0;
}

#sidebar ul ul
{
  padding:0 0 9px;
}

#sidebar li a
{
  padding:5px 0 2px 20px;
}

#sidebar li li a
{
  padding:2px 0 2px 30px;
}

#sidebar h3
{
  text-transform:uppercase;
  font-size:11px;
}

#sidebar a
{
  display:block;
  text-decoration:none;
  color:#6e747d;
}

#sidebar a:hover span
{
  background-color:#6e747d;
  outline:1px solid #6e747d;
  color:#fff;
}

#sidebar li+li
{
  background:url(/images/sidebar-stripes.png) left top repeat-x;
}

#sidebar li li+li
{
  background:none;
}

/* Intro and first action (landing pages) */

.first_action p
{
  color:#454d56;
  font-weight:bold;
  margin:53px 0 63px;
}

.first_action p a
{
  color:#7f868f;
  text-decoration:none;
}

/* Actions */

ul.actions
{
  list-style-type:none;
  margin:0 -30px 0 -3px;
  padding:0;
}

ul.actions a
{
  font-size:11px;
  font-weight:bold;
  color:#7f868f;
  text-decoration:none;
  text-transform:lowercase;
  border:none;
  padding:5px 25px;
}

ul.actions a.add
{
  background:url(/images/action-add.png) 12px 55% no-repeat;
}

ul.actions a.delete
{
  background:url(/images/action-delete.png) 12px 55% no-repeat;
}

ul.actions a.remove
{
  background:url(/images/action-remove.png) 12px 55% no-repeat;
}

/* Pagination */

div.pages a
{
  display:block;
  float:left;
  color:#7f868f;
  border:1px solid #d3d6da;
  text-decoration:none;
  margin:0 4px 0 0;
  padding:2px 7px;
}

div.pages p
{
  float:left;
  margin:0;
  padding:3px 4px;
}

/* Thumbnails */

ul.thumbs
{
  float:left;
  width:100%;
  list-style-type:none;
  font-size:10px;
  line-height:1.3;
  padding:0;
}

ul.thumbs a
{
  display:block;
  width:80px;
  color:#6e747d;
  text-decoration:none;
  padding:0 7px;
}

ul.thumbs img,ul.thumbs span
{
  display:block;
}

ul.thumbs img
{
  width:80px;
  height:80px;
  margin:0 0 1px;
  padding:0;
}

ul.thumbs a span
{
  height:28px;
  overflow:hidden;
  margin:0;
  padding:0;
}

ul.thumbs a span span
{
  height:auto;
  margin:0;
  padding:1px;
}

ul.thumbs a:hover span span
{
  background-color:#6e747d;
  color:#fff;
}

/* Pods */

.pod h2
{
  background-color:#ececec;
  color:#7f868f;
  font-size:11px;
  line-height:22px;
  margin:-14px -16px 0;
  padding:0 10px;
}

.pod .corner-tl,.pod .corner-tr
{
  width:12px;
  height:12px;
  background-image:url(/images/pod-corners.png);
}

.pod .corner-tr
{
  background-position:-12px 0;
}

#contact-pod .title {
  color: #727272;
  font-size:12px;
}

#contact-pod #contact {
  color: #999;
  font-size: 11px;
}

/* Thumbnail carousel */

.carousel
{
  width:752px;
  overflow:hidden;
  margin:23px auto -21px;
}

.carousel ul
{
  display:block;
  width:auto;
  margin:0;
}

.pod a.previous,.pod a.next
{
  position:absolute;
  top:0;
  width:31px;
  height:0;
  overflow:hidden;
  background:#fff url(/images/pod-arrows.png) -6px 57px no-repeat;
  margin:27px 0 0;
  padding:141px 0 0;
}

.pod a.previous
{
  left:0;
}

.pod a.next
{
  right:0;
  background-position:-114px 57px;
}

.pod a.previous:hover
{
  background-position:-56px 57px;
}

.pod a.next:hover
{
  background-position:-164px 57px;
}

.pod ul.pages /* TODO Make the centering work with 1 or two pages too. */
{
  float:left;
  position:absolute;
  top:8px;
  left:50%;
  width:39px;
  list-style-type:none;
  margin:0 0 0 -19px;
  padding:0;
}

.pod ul.pages li a
{
  float:left;
  display:block;
  width:11px;
  height:0;
  overflow:hidden;
  background:url(/images/pod-page_indicator.png) 50% 0 no-repeat;
  padding:13px 0 0;
}

.pod ul.pages li a:hover
{
  background-position:50% -10px;
}

.pod ul.pages li.current a,.pod ul.pages li.current a:hover
{
  background-position:50% -20px;
}

/* Explore thumbnails */

.explore h2
{
  font-size:16px;
  margin:-2px 0 34px;
}

.explore ul.alphabet
{
  list-style-type:none;
  margin:0 0 0 -7px;
  padding:0;
}

.explore ul.alphabet a
{
  display:block;
  float:left;
  color:#7f868f;
  text-transform:uppercase;
  text-decoration:none;
  font-weight:bold;
  padding:5px 7px;
}

.explore ul.selection
{
  list-style-type:none;
  margin:0 0 0 -10px;
  padding:0;
}

.explore ul.selection a
{
  display:block;
  float:left;
  width:110px;
  background:#eee url(/images/stripes-inverted.png) left bottom;
  color:#7f868f;
  text-decoration:none;
  font-weight:bold;
  text-align:center;
  margin:0 7px 0 0;
  padding:6px;
}

.explore ul.selection a:hover,.explore ul.selection a.current
{
  background:#ddd url(/images/stripes-inverted.png) left bottom;
  color:#454d56;
}

.explore .thumbs_container
{
  clear:both;
  background:#ddd url(/images/stripes-inverted.png) left top;
  margin:0 -10px 28px;
  padding:8px 0 0 21px;
}

.explore .thumbs_container p
{
  color:#7f868f;
  margin:0 0 20px -10px;
}

.explore div.pages ul
{
  margin:0 0 0 -10px;
}

/* Float clearer */

.clear
{
  clear:both;
  height:0;
  overflow:hidden;
}

/* Firefox: Remove borders around /images inside links */

a img
{
  border:none;
}

/* Firefox: Remove focus ring */

a:focus
{
  -moz-outline:none;
}

#search_block
{
  float: right;
  width: 240px;
  height: 31px;
  overflow: hidden;
  margin: 0;
  background: url(/images/header_2_end.jpg);
  border: none;
}

fieldset
{
  border:none;
  margin:0;
}

input[type=text],input[type=password],textarea
{
  /*display:block;*/
  border:1px solid #ccc;
  border-color:#bbb #ddd #ddd #bbb;
  padding:1px;
}

textarea
{
  font-family: Helvetica, Arial, sans-serif;
  font-size:13px;
  color:#666;
  background-color:#fff;
}

input[type=checkbox]
{
  margin:0 3px 0 0;
  vertical-align:bottom;
}

input[type=submit],a.button
{
  border:1px solid #7e7e7e;
  background-color:#fff;
  color:#000;
  text-transform:uppercase;
  font-size:12px;
  font-weight:bold;
  cursor:pointer;
  margin:0 10px;
  padding:4px 8px;
}

input[type=submit]:active,a.button:active
{
  background-color:#dfdfdf;
  color:#464646!important;
}

form,ul,h1,h2,h3,h4,h5,p,div,ul.actions li,form
{
  margin:0;
  padding:0;
}

h1,h2,.first_action p a:hover,ul.actions a:hover,.explore ul.alphabet a:hover,.explore ul.alphabet a.current
{
  color:#454d56;
}

#header ul,#header li,#sidebar ul,div.pages ul
{
  list-style-type:none;
  margin:0;
  padding:0;
  float: left;
}

#footer p.copyright,ul.actions.right,ul.actions.right li
{
  float:right;
}

#sidebar li li,#feeds_window div.body_wrapper
{
  padding:0;
}

ul.actions.left,ul.actions.left li,ul.thumbs li
{
  float:left;
}

div.pages,.explore
{
  font-size:11px;
}

div.pages a:hover,div.pages a.current,input[type=submit]:hover,a.button:hover
{
  background-color:#ececec;
}

/* Common spinner styles */
div.toggle-connection-holder
{
  display: block;
  width: 190px;
  height: 16px;
  text-align: left;
  font-weight:bold;
}

.toggle-connection-holder img.spinner
{
  margin-left: 25px;
}

div.actions div.toggle-connection-holder
{
  width: auto;
  height: 19px;
}
div.actions div.toggle-connection-holder.as_enjoyer img.spinner
{
  margin: 0;
}

#connections-pod .pagination_div a,#collections-pod .pagination_div a  {
  border-bottom: 1px solid rgb(153, 153, 153);
}

#events-pod .pagination_div a,
#venues-pod .pagination_div a {
  border-bottom: 1px solid rgb(153, 153, 153);
}

.share_link {
  cursor: pointer;
}

.seperator {
  background: url(/images/diagonal_stripes.gif) repeat scroll 0 0;
  height: 5px;
  margin-bottom: 10px;
  margin-top: 5px;
}

.youtube_loading_text {
  position: relative;
  z-index: 0;
  top: 20px;
  text-align: center;
}

.youtube_player_box {
  position: relative;
  z-index: 10;
  top: -17px;
}

.color_ac1 {color:#363B43 !important;}
.color_ac2 {color:#7D848D !important;}
.color_grey3 {color:#7F7F7F !important;}
.color_grey4 {color:#414141 !important;}

.HighLight { font-weight: bolder;}
.NonHighLight {font-weight: normal;}

/*  new CSS section  */
.new_text_1_bold {
  color:#666666;
  font-size:24px;  
  font-weight:bold;
}

.new_text_1 {
  color:#666666;
  font-size:24px;  
  font-weight:bold;
}

.new_text_1_light {
  color:#888888;
  font-size:24px;  
}

.new_text_3 {
  color:#666666;
  font-size:16px;  
  font-weight:bold;
}

.new_text_2 {
  color:#666666;
  font-size:11px;	
}

.new_text_2_bold {
  font-weight:bold;
  color:#666666;
  font-size:11px;	
}

.border_new_media_box {
 margin: 2px;
 padding: 5px;
 border-top:   1px solid #ECECEC; 
 border-bottom:1px solid #ECECEC;
  width:900px;	
}

.new_buttons_box {
  margin:5px 0 0 0;
  padding:0;
}

.border_edit_media_box {
  margin: 2px;
  padding: 5px;
  border-top:   1px solid #ECECEC; 
  border-bottom:1px solid #ECECEC;
  width:960px;	
}
.edit_media_box_left {
 float: left;
 margin: 3px 30px 10px 0px;
}
.media_preview_right {
 float: right;
 margin: 3px 3px 10px 40px;
}
.edit_media_box_left, .media_preview_right label {
  font-weight:bold;
  color:#666666;
  font-size:11px;
}

.media_related_terms {
float:right;
width:300px;
}

#media_connections_type_container {
width: 500px;
}

.medium_box {
/*height: 250px;*/
margin:5px;
padding:5px;
width:189px;
background-color:#FFFFFF;
float:left;
overflow:hidden;	
}
.product_box {
/*height: 250px;*/
margin:5px;
padding:5px;
width:489px;
background-color:#FFFFFF;
float:left;
overflow:hidden;
}
.product_home_box {
/*height: 250px;*/
margin:5px 15px;
padding:5px;
width:202px;
background-color:#FFFFFF;
float:left;
overflow:hidden;
}

.product_home_box img {

  border:solid 1px #ccc;
  padding:1px;
  margin:0;
}
.product_right_panel{
    padding-left:25px;
    padding-top:30px;
   /* height:20px;*/
    font-size:12px;
}
.media_column_left {
float: left; 
width: 690px;	
}

.media_column_right {
float: right; 
width: 300px;	
}

.medium_img_box {
width: 189px;
height: 194px;	
}
.product_img_box {
width: 66px;
height: 90px;
}

.product_imghome_box {
width: 200px;
margin:0 0 10px 0;
float:left;
padding-left:6px;
}

.medium_recent_box{
height:147px; 
width:83px; 
overflow: hidden; 
float: left;
}

.medium_recent_img_box{
width: 80px;
height:80px;	
}

.sho_medium_box {
 padding:15px 15px;
}

.show_medium_image {
margin:5px 10px;
padding:10px;
width:560px;
background-color:#FFFFFF;
float:right;	
}

.featured_medium_image{
	margin:5px 10px;
	padding:10px;
	width:284px;
	background-color:#FFFFFF;
	float:right;	
}

.show_medium_meta {
margin:5px 10px;
padding:10px;	
width:400px;	
}

.featured_medium_meta {
margin:5px 0px;	
width:340px;
float: left;	
}

.show_medium_meta li{
margin:0;
padding:0 0 15px 0;
}

.media_category a{
  text-decoration: underline;
  border-bottom: none;
}

.media_category li a:hover{
text-decoration: underline;
}

.media_category li{
margin-bottom: 5px;	
}

.media_pod a{
 border-bottom: none;
 text-decoration: underline;	
}
.media_pod a:hover{
text-decoration: underline;
}
.player {
padding-top: 20px;
}	

.dashboard_right_column{
 float:left;	
 width: 820px;	
}
.dashboard_mid_column {
 float:left;
 margin:0 0 0 12px;	
 width: 490px;	
}

.dashboard_sub_right_column {
 float:left;
 margin:0 0 0 12px;	
 width: 300px;	
}

.my_profile_link a{
	border:medium none;
	font-family:"Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
	font-size:12px;
	font-weight:bold;
}

.following_full_list{
text-align:right;
font-size:12px;
font-weight:bold;
}

.following_full_list a{
 border-bottom: none;	
}
.following_links li {
font-size:12px;
font-weight: bold;
padding-left:10px;
}
.following_links a {
border:medium none;
}

.dashboard_content_filter{
float:right;
margin-top: -25px;
}

a.no_underline{
  text-decoration:none;	
}
a:hover.no_underline{
  text-decoration:none;		
}

.leader_board {
padding: 0px 0px 4px 0px;
}

.leader_board a{
 border-bottom: none;
}

.twitter {
	background-image:url(/images/twitter-16x16.png);
	background-repeat:no-repeat;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	text-decoration:none;
	margin-top: 3px;
}

.facebook {
	background-image:url(/images/facebook.png);
	background-repeat:no-repeat;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	text-decoration:none;
	margin-top: 3px;
}
.twitter_text {
	margin-left: 20px;
}
.email_this {
	background-image:url(/images/icons-email.png);
	background-repeat:no-repeat;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	text-decoration:none;
  	width:16px;
  	height:16px;	
}

.email_this_text {
	margin-left: 20px;
}

.centered_image
   {
   text-align:center;
   margin-top:0px;
   margin-bottom:0px;
   padding:0px;
   }


.display_none {
	display: none;
}

.font_bold { font-weight:bold;  }

.font_normal{font-weight:normal;}


/****************************************************************/
/*  original filename common/controls.css                        */
/****************************************************************/


.save
{
  border:1px solid #AAA;
  color:#999;
  font-family:Tahoma,sans-serif;
  font-size:14px;
  padding:3px;
}

.button
{
  font-size:14px;
  text-transform:uppercase;
  color:#999;
  border:1px solid #ccc;
  background:#fff;
  padding:4px 16px;
}

.sub_link
{
  float:right;
  margin-right:10px;
  font-weight:normal;
}

.sub_link a:hover
{
  border:none!important;
}

input#share_submit
{
  margin-left:25%;
}

span.user_name a:hover
{
  background-color:#6E747D;
  color:#FFF;
  display:block;
}

.explore a
{
  border:none;
}

/* Big button */

.big_button
{
  border:0;
  display:block;
  width:100%;
  background:#555;
  text-align:right;
  font-size:11px;
  color:#fff;
  margin-bottom:10px;
  padding:12px;
}

.big_button big
{
  display:block;
  font-size:22px;
  color:#fff;
  text-align:right;
  margin-bottom:5px;
}

.big_button:hover
{
  color:#eee;
  border:0;
}

.big_button:hover big
{
  color:#ddd;
}

.big_button.blue
{
  background:transparent url(/images/blue_button.png) no-repeat;
}

.big_button.blue_gray
{
  background:#525864;
}

.big_button.gray
{
  background:transparent url(/images/gray_button.png) no-repeat;
}

/* Public profile link */

.public_profile_link
{
  position:absolute;
  margin-top:22px;
  right:15px;
}

.not_first
{
  margin-top:38px;
}

.public_profile_link a
{
  font-family:"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size:12px;
  font-weight:bold;
  border:none;
}

.public_profile_link img
{
  vertical-align:middle;
  border:none;
  padding-left:4px;
  margin-bottom:2px;
}

/* Feedback button */

.button_fixed_feedback
{
  position: fixed;
  top     : 128px;
  left    : 0;

  cursor  : pointer;

  z-index : 7500;
}

/****************************************************************/
/*  original filename common/dashboard.css                        */
/****************************************************************/


/* User Dashboard */

#dashboard_window_title
{
  padding:15px 10px 30px;
}

.dashboard_window #spinner-placeholder
{
  float:right;
}

.dashboard_window #column_sub_left
{
  width:495px;
  padding:15px;
}

.dashboard_window #column_sub_right
{
  width:242px;
  padding:15px 0;
}

.dashboard_window .pagination_div .prev_page,.dashboard_window .pagination_div .next_page
{
  display:none;
}

.dashboard_window .pagination_div
{
  padding:25px 10px 5px;
}

.dashboard_top_link
{
  padding-top:5px;
  padding-bottom:10px;
}

.dashboard_window .content_filter
{
  float:right;
  margin-top:-50px;
}

.dashboard_window #activity_feed_minipod .header
{
  padding-bottom:15px;
}

/* Dashboard */

#dashboard ul.summary
{
  font-size:1.1em;
  color:#666;
  width:400px;
}

/* You Might Love item */

div.most_love_item
{
  position:relative;
  float:left;
  width:212px;
  margin:10px;
}

div.most_love_item div.del_most_love_item
{
  position:absolute;
  right:0;
  width:10px;
  height:11px;
  cursor:pointer;
}

div.most_love_item div.add_to_connections
{
  position:absolute;
  left:84px;
  top:87px;
  font-weight:bold;
  font-size:11px;
  background:url(/images/add-plus-small.jpg) no-repeat 0 2px;
  padding-left:14px;
  white-space: nowrap;
  overflow: hidden;
}

div.most_love_item div.add_to_connections_no_icon
{
  background:none;
}

div.most_love_item div.not_connected_text
{
  cursor:pointer;
}

div.most_love_item div.connected_text
{
  cursor:auto;
}

div.most_love_item div.pic_most_love_item
{
  float:left;
  margin-top:4px;
  margin-right:3px;
}

div.most_love_item div.name_most_love_item
{
  margin-right:10px;
  font-weight: bold;
}

.minipod
{
  margin-bottom:15px;
}

#dashboard_invite_friend
{
  background-color:#454d57;
  padding:10px;
}

div.invite_link
{
  text-align:right;
  padding-right:14px;
  background:url(/images/right_arrow_gray.gif) no-repeat right 5px;
  cursor: pointer;
}

.dashboard_window #dashboard_tab,
.dashboard_window #media_tab,
.dashboard_window #connections_tab,
.dashboard_window #favorites_tab,
.dashboard_window #you_might_love_tab
{
  padding:15px;
}

.dashboard_top_link a,div.most_love_item a
{
  border:none;
}

/* tip pod */
.dashboard_tip_pod p {
  color: #AFB5BD;
  font-weight: bold;
  font-size: 13px;
}

.dashboard_tip_pod p.intro {
  margin-top: -14px;
}

.dashboard_tip_pod .body_wrapper {
  padding: 0 8px !important;
}

.dashboard_tip_pod .marked {
  color: #6E747D;
}

.dashboard_window .loading {
  padding: 10px 10px 10px 10px;
}

/* Activity Feed show more */

#activity_feed_minipod #show_more {
  font-weight:bold;
  font-size:12px;
  padding-top: 20px;
  cursor: pointer;
  line-height:20px;
}
#activity_feed_minipod #show_more:hover {
  color: #828282;
}

#activity_feed_minipod #show_more span {
  vertical-align: middle;
}
#activity_feed_minipod #show_more img {
  vertical-align: middle;
}

.act_item {
	float:left;
	margin:10px;
	position:relative;
}
.pic_act_item {
	float:left;
	margin-right:3px;
	margin-top:4px;	
}
.name_act_item {
	
}
.wrap_text_act_item{
white-space: normal;	
}
.desc_act_item{
margin-left:10px;	
white-space: normal;	
}

.striped-lines-line {
  background: url(/images/hgline.gif) repeat;
  height: 6px;
  margin-bottom: 10px;
}
/****************************************************************/
/*  original filename common/decoration.css                        */
/****************************************************************/


.striped_background
{
  background:url(/images/diagonal_stripes.gif);
}

.striped
{
  background:url(/images/diagonal_stripes.gif);
  padding:45px 15px;
}

.striped_blue
{
  background:url(/images/diagonal_stripes_blue.gif);
  margin-left:-10px;
  margin-right:-10px;
  padding:10px;
}

.striped_less_padding
{
  background:url(/images/diagonal_stripes.gif);
  padding:5px;
}

.striped p,.striped_less_padding p
{
  margin-bottom:15px;
}
/****************************************************************/
/*  original filename common/forms.css                        */
/****************************************************************/


.edit_form_imgbox
{
    margin-bottom:10px;
    padding-bottom:15px;
    padding-top:15px;
}

.generic_text_label
{
    text-transform:lowercase;
    font-size:16px;
    font-weight:bold;
    display:block;
}

.generic_input_field
{
    font-size:14px;
    font-family:Tahoma, sans-serif;
    border:1px solid #aaa;
    color:#999;
    padding:3px;
}

.generic_paragraph_text
{
    color:#787e88;
    font-size:14px;
    font-weight:normal;
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}

.generic_gray_text_label
{
    color:#828282;
    font-size:14px;
    font-weight:bold;
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}

input.united_inputs
{
    width:200px;
}

.default-input-value
{
    color:grey;
}

/* Auto complete */

div.auto_complete
{
    position:static!important;
    width:200px;
    height:300px;
    overflow:auto;
    background-color:#fff;
    border:1px solid #888;
    margin:0;
    padding:0;
}

div.auto_complete ul
{
    border:1px solid #888;
    width:100%;
    list-style-type:none;
    margin:0;
    padding:0;
}

body div.auto_complete ul li
{
    line-height:30px;
    margin:0;
    padding:0 3px;
}

div.auto_complete ul li.selected
{
    background-color:#ffb;
}

div.auto_complete ul strong.highlight
{
    color:#800;
    margin:0;
    padding:0;
}

/* Two column */

* html form.two_column li
{
    height:40px;
}

* html form.two_column label
{
    padding-top:3px;
}

* html form.two_column input.checkbox,* html form.two_column input.radio
{
    border:0;
    padding:0;
}

html > body form.two_column li
{
    list-style-type:none;
    margin-bottom:17px;
}

form.two_column label,form.two_column .form_label_spacer
{
    text-transform:lowercase;
    font-size:16px;
    width:200px;
    display:block;
    float:left;
    font-weight:bold;
    margin-right:15px;
    margin-top:1px;
}

form.two_column label.checkbox
{
    font-weight:bold;
    font-size:13px;
    display:inline;
    float:none;
    width:auto;
    margin:auto;
    padding:2px;
}

form.two_column input,form.two_column select,form.two_column textarea
{
    font-size:14px;
    font-family:Arial, sans-serif;
    font-weight:bold;
    border:1px solid #aaa;
    color:#999;
    padding:3px;
}

form.two_column input.file_upload
{
    border:none;
}

form.two_column button
{
    font-size:14px;
    text-transform:uppercase;
    color:#999;
    border:1px solid #ccc;
    background:#fff;
    padding:4px 16px;
}

form.two_column .agree
{
    font-size:10px;
    font-style:italic;
}

.agree
{
    font-size:12px;
    font-style:italic;
    left:150px;
    position:absolute;
    text-align:right;
}

form.two_column .agree input
{
    vertical-align:middle;
}

#wizard form.two_column ol
{
    margin:0;
    padding:0;
}

#wizard form.two_column label,#wizard form.two_column .form_label_spacer
{
    text-align:right;
    width:170px;
}

form.radio_filter 
{
    display:inline!important;
}

form.radio_filter label 
{
    margin-left:10px;
}

form.radio_filter input 
{
    vertical-align:middle;
    margin-bottom:1px;
}
.micro_blog_form div#characters_limit,
.micro_blog_form input[type=submit]
{
    float:right;
    color:#C2C2C2;
    font-size:14px;
    font-weight:bold;
    margin-right:-4px;
}
.micro_blog_form input[type=submit]
{
    width:100px;
    height:20px;
    margin-top:6px;
    border:1px solid #CCCCCC;
    padding:0;
}
input[type=submit][disabled],
input[type=submit][disabled]:hover
{
    cursor:default;
    color:#7E7E7E !important;
    background-color:#C2C2C2;
}


.tiny_mc_width{
    width: 610px;
}
/****************************************************************/
/*  original filename common/layout.css                        */
/****************************************************************/


.header .toggle table
{
  display:block;
  float:right;
  margin-left:200px;
  margin-top:40px;
  text-align:right;
}

.header .toggle #toggle-link-ivory
{
  padding-bottom:4px;
}

.contents
{
  width:1000px;
  margin:0 auto;
}

#contents
{
  float:left;
  width:1000px;
  text-align:left;
  padding:0 0 20px;
  margin-top: 18px;
}

#container
{
  height:auto!important;
  min-height:100%;
  padding-top:20px;
}

#outer_container
{
  text-align:center;
  position:relative;
  min-height:100%;
  height:auto!important;
  margin:0 auto -32px;
}

#body
{
  width:1000px;
  margin:0 auto;
  padding:0 0 10px;
}

#tools
{
  text-align:right;
  float:right;
  line-height:12px;
  padding:0;
}

#tools a
{
  font-size:12px;
  border:0;
  color:#666;
  margin-left:15px;
}

#tools a:hover
{
  color:#333;
}

#column_left
{
  width:180px;
  float:left;
}

#column_right
{
  width:802px;
  float:left;
  margin:0 0 0 12px;
}

#column_sub_left
{
  float:left;
  width:612px;
}

#column_sub_right
{
  float:left;
  width:190px;
}

.menu-left
{
  float:left;
  margin-left:5px;
  padding-bottom:5px;
}

.menu-right
{
  float:right;
  margin: 20px 10px 0 0;
}

/*sub navigation*/

#subheader
{
  font-size:10px;
  color:#6e747b;
  padding:3px 18px;
}

#stats
{
  color:#6e747b;
  font-size:1.1em;
  line-height:12px;
  float:left;
}

#userOptions
{
  font-size:1.1em;
  color:#72767e;
  line-height:12px;
  float:right;
}

#userOptions a
{
  color:#72767e;
  text-decoration:none;
  background:url(../i/borders/dotted.gray.gif) repeat-x left bottom;
}

#userOptions a:hover
{
  background:none;
}

#member
{
  font-size:11px;
  position:relative;
  top:-85px;
  float:right;
  color:#414549;
}

#member a
{
  color:#414559;
  border-bottom:1px dotted #72767e;
}

#member a:hover
{
  color:#72767e;
}

.header .toggle #toggle-link-ivory a:link,.header .toggle #toggle-link-ivory a:visited,.header .toggle #toggle-link-ivory a:active,.header .toggle #toggle-link-ivory a:hover,.header .toggle #toggle-link-ebony a:link,.header .toggle #toggle-link-ebony a:visited,.header .toggle #toggle-link-ebony a:active,.header .toggle #toggle-link-ebony a:hover
{
  text-decoration:none;
  color:#828282;
  font-size:10px;
  font-weight:bold;
}

#subheader strong,#stats span
{
  color:#414549;
}
/****************************************************************/
/*  original filename common/lightbox.css                        */
/****************************************************************/


/* Lightbox

! Due to problems (i.e. described in tickets #654 and #656) lightbox window
! itself should not have class named "lighbox". 
! .lightbox is a stub class and used only by initialization scripts to assign
! lightboxes to its callers (example: initialize_lb() in application.js).
!
! That's why all references to .lightbox class in lightbox window
! were changed to .lightbox-window.
! Template changes are also made in lightbox.js.
!
! ababich@11/26/2008

Change lightbox width on div.lightbox-window, and height on .background if needed. Set lightbox margin-left to its width / -2.

.content needs padding to prevent the first child element with a top margin and the last child element with a bottom margin from adding gaps in the background.

.content children width = div.lightbox-window.width - 100 (.container + .content padding)
.content children height = .background.height - 10 (.content padding)

*/

div.lightbox-window
{
  position:relative;
  min-width:200px;
  overflow:hidden;
  margin:0 auto;
}

#lightbox.lightbox-window.white
{
  width:680px;
}

div.lightbox-window.dark,
div.lightbox-window.red
{
  width:600px;
}

div.lightbox-window.silver
{
  width:520px;
}

div.lightbox-window.share-item-style
{
  width:430px;
}

#lightbox
{
  position:absolute;
  top:35px;
  cursor:pointer;
  z-index: 8001; /* Lightbox z-index should be greater than
                        prototip z-index (6000 by default)
                    and overlay  z-index (currently 8000)
                    Problem raised in Ticket #750 */
}

div.lightbox-window .border-t,div.lightbox-window .border-b,div.lightbox-window .border-l,div.lightbox-window .border-r,div.lightbox-window .border-tl,div.lightbox-window .border-tr,div.lightbox-window .border-bl,div.lightbox-window .border-br
{
  position:absolute;
}

div.lightbox-window .border-t,div.lightbox-window .border-b
{
  left:0;
  width:100%;
}

div.lightbox-window .border-t div,div.lightbox-window .border-b div
{
  height:100px;
  background:url(/images/lightbox-top_bottom-white.png) repeat-x;
  margin:0 100px;
}

div.lightbox-window.dark .border-t div,
div.lightbox-window.dark .border-b div
{
  background-image:url(/images/lightbox-top_bottom-dark.png);
}

div.lightbox-window.red .border-t div,
div.lightbox-window.red .border-b div
{
  background-image:url(/images/lightbox-top_bottom-red.png);
}

div.lightbox-window.silver .border-t div,
div.lightbox-window.silver .border-b div
{
  background-image:none;
}

div.lightbox-window .border-t
{
  top:0;
}

div.lightbox-window .border-b
{
  bottom:0;
}

div.lightbox-window .border-b div
{
  background-position:left bottom;
}

div.lightbox-window .border-l,div.lightbox-window .border-r
{
  top:100px;
  height:100%;
  overflow:hidden;
}

div.lightbox-window .border-l div,div.lightbox-window .border-r div
{
  position:relative;
  left:0;
  bottom:200px;
  width:100px;
  height:100%;
  background:url(/images/lightbox-left_right-white.png) repeat-y;
}

div.lightbox-window.dark .border-l div,
div.lightbox-window.dark .border-r div
{
  background-image:url(/images/lightbox-left_right-dark.png);
}

div.lightbox-window.red .border-l div,
div.lightbox-window.red .border-r div
{
  background-image:url(/images/lightbox-left_right-red.png);
}

div.lightbox-window.silver .border-l div,
div.lightbox-window.silver .border-r div
{
  background-image:none;
}

div.lightbox-window .border-l
{
  left:0;
}

div.lightbox-window .border-r
{
  right:0;
}

div.lightbox-window .border-r div
{
  background-position:right top;
}

div.lightbox-window .border-tl,
div.lightbox-window .border-tr,
div.lightbox-window .border-bl,
div.lightbox-window .border-br
{
  width:100px;
  height:100px;
  background:url(/images/lightbox-corners-white.png) no-repeat;
}

div.lightbox-window.dark .border-tl,
div.lightbox-window.dark .border-tr,
div.lightbox-window.dark .border-bl,
div.lightbox-window.dark .border-br
{
  background-image:url(/images/lightbox-corners-dark.png);
}

div.lightbox-window.red .border-tl,
div.lightbox-window.red .border-tr,
div.lightbox-window.red .border-bl,
div.lightbox-window.red .border-br
{
  background-image:url(/images/lightbox-corners-red.png);
}

div.lightbox-window.silver .border-tl,
div.lightbox-window.silver .border-tr,
div.lightbox-window.silver .border-bl,
div.lightbox-window.silver .border-br
{
  background-image:none;
}

div.lightbox-window .border-tl
{
  left:0;
  top:0;
  background-position:left top;
}

div.lightbox-window .border-tr
{
  right:0;
  top:0;
  background-position:right top;
}

div.lightbox-window .border-br
{
  right:0;
  bottom:0;
  background-position:right bottom;
}

div.lightbox-window .border-bl
{
  left:0;
  bottom:0;
  background-position:left bottom;
}

div.lightbox-window .container
{
  padding:45px;
}

div.lightbox-window .background
{
  position:relative;
  min-height:110px;
  background-color:#fff;
  padding:0;
}

div.lightbox-window.dark .background
{
  background-color:#454d56;
}

div.lightbox-window.red .background
{
  background-color:#b62822;
}

div.lightbox-window .content
{
  padding:5px;
}

div.lightbox-window.silver .content
{
  border: 1px solid #A6A6A6;
}

div.lightbox-window .container a#tagno:hover
{
  border-bottom:1px solid #828282;
}

div.lightbox-window .container a#tagno
{
  background:none;
  border-bottom:1px dotted #828282;
  color:#828282;
  text-decoration:none;
  position:relative;
  display:inline;
  top:0;
  right:0;
  padding:0;
}

div.lightbox-window .container .close-button
{
  position:absolute;
  display:block;
  top:45px;
  right:45px;
  border:none;
  padding:10px;
}

div.lightbox-window .container .close-button span
{
  display:block;
  width:21px;
  height:0;
  overflow:hidden;
  background:url(/images/lightbox-close.png) 0 0 no-repeat;
  padding:21px 0 0;
}

div.lightbox-window .container .close:hover span
{
  background-position:0 -21px;
}

div.lightbox-window.dark .container .close:hover span,
div.lightbox-window.red .container .close:hover span
{
  background-position:-21px -21px;
}

div.lightbox-window.white div.display.slidable
{
  overflow:hidden!important;
}

div.lightbox-window.white div.display.slidable p{
  margin: 10px 0 !important;
  text-align: justify;
}

/* Work */

#overlay
{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  cursor:pointer;
  background-color:#000;
  opacity:0.1;
  filter: alpha(opacity=10);
  z-index: 8000; /* According to lightbox z-index (to be under it) */
}

div.content ul.actions
{
  padding-top:12px;
  padding-bottom:5px;
}

.work
{
  clear:both;
  background:#ddd url(/images/stripes-inverted.png) left bottom;
  padding:10px;
}

.work div.info
{
  background-color:#fff;
  text-align:left;
  margin:10px 0;
  padding:10px;
}

.work div,.work div h2
{
  font-size:12px;
  line-height:1.4;
}

.work p
{
  margin:0 0 10px;
}

.work h2,.work p
{
  margin-right:160px;
}

.work dl
{
  float:right;
  width:120px;
  font-size:11px;
  margin:-16px 0 0;
  padding:0;
}

.work dt
{
  font-weight:bold;
  margin:0;
  padding:0;
}

.work dd
{
  margin:0 0 10px;
  padding:0;
}

.work dl a:hover
{
  background-color:#6e747d;
  outline:1px solid #6e747d;
  color:#fff;
}

.work p.uploaded
{
  clear:both;
  color:#aaa;
  font-size:10px;
  line-height:1;
  margin:0;
}

.work p.uploaded a
{
  color:#aaa;
}

/* Image */

/* Media player */

div.media_player
{
  background-color:transparent;
  margin:0;
  padding:0;
}

div.media_player .display
{
  display:block;
  background-color:#000;
  cursor:pointer;
  margin:0;
  padding:0;
}

div.media_player .display a
{
  display:block;
  position:relative;
}

div.media_player .display a span
{
  display:block;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:url(/images/play.png) 50% 50% no-repeat;
  opacity:0.7;
}

div.media_player .display a:hover span
{
  opacity:0.9;
}

div.media_player .controls
{
  height:45px;
}

div.media_player .controls a.play
{
  float:left;
  display:block;
  width:20px;
  height:0;
  overflow:hidden;
  background:url(/images/play_pause.png) 0 0 no-repeat;
  padding:20px 0 0;
}

div.media_player .controls a.play:hover
{
  background-position:0 -20px;
}

div.media_player.playing .controls a.play:hover
{
  background-position:-21px -20px;
}

div.media_player .controls .progress
{
  float:left;
  width:620px;
  height:5px;
  cursor:pointer;
  padding:7px 0;
}

div.media_player .controls .progress .loaded
{
  background-color:#bfc3c7;
  height:5px;
  width:0;
}

div.media_player .controls .progress .position
{
  background-color:#7f868f;
  height:5px;
  width:0;
}

div.media_player .controls .time
{
  float:right;
  position:relative;
  top:-2px;
  font-size:11px;
  line-height:1;
  color:#7f868f;
  cursor:pointer;
}

div.submit input[type=submit],div.submit a.button
{
  padding:4px 30px;
}

.dark input[type=submit],.dark a.button
{
  background-color:#454d56;
  color:#fff!important;
  border-color:#7f868f;
}

.dark input[type=submit]:hover,.dark a.button:hover
{
  background-color:#596068;
}

.dark input[type=submit]:active,.dark a.button:active
{
  background-color:#404750;
  color:#7f868f!important;
}

.red input[type=submit],.red a.button
{
  background-color:#b62822;
  color:#fff!important;
  border-color:#cb8481;
}

.red input[type=submit]:hover,.red a.button:hover
{
  background-color:#be3f3a;
}

.red input[type=submit]:active,.red a.button:active
{
  background-color:#a8251f;
  color:#cb8481!important;
}

.fieldWithErrors input[type=text],
.fieldWithErrors textarea
{
  outline:1px solid #b62822;
  border-color:#b62822;
}

div.fieldWithErrors input[type=text],
div.fieldWithErrors textarea  
{
  margin: 0px;
}

.errorExplanation
{
  background-color:#b62822;
  color:#fff;
  font-size:12px;
  padding:5px;
}

.lightbox-window form fieldset .errorExplanation
{
  margin-top:-10px;
  width:290px!important;
}

.errorExplanation ul
{
  list-style-position:inside;
  list-style-type:disc;
  text-align:left;
  margin:1em 0 0;
  padding:0;
}

.errorExplanation li
{
  margin:0;
  padding:0;
}

/* Lightbox forms */

.lightbox-window.dark,
.lightbox-window.red
{
  text-shadow:#fff 0 0 0;
}

.lightbox-window div.primary
{
  background:url(/images/stripes-translucent.png) left top;
  padding:15px;
}

div.lightbox-window.silver div.primary
{
  background:#ddd url(/images/stripes-inverted.png) left bottom;
  padding-top: 0px;
}

.lightbox-window div.primary.confirmation
{
  padding:15px 15px 115px;
}

.lightbox-window div.primary p.instructions
{
  font-size:16px;
  font-weight:bold;
  margin:0;
}

.lightbox-window.dark, .lightbox-window.dark h2, .lightbox-window.dark h3,
.lightbox-window.red, .lightbox-window.red h2, .lightbox-window.red h3
{
  color:#fff;
}

.lightbox-window.red h2,
.lightbox-window.dark h2
{
  font-size:24px;
  margin:5px 0 8px;
  font-weight: bold;
}

.lightbox-window.silver h2
{
  font-size:15px;
  margin:5px 0 8px 5px;
  font-weight: bold;
  text-align: left;
}
.lightbox-window.silver h2 img
{
  float: left;
  padding: 1px 5px 0 0;
}

.lightbox-window form fieldset
{
  padding:60px 35px 60px 135px;
}

.lightbox-window.silver form fieldset
{
  padding:0px 0px 20px 70px;
}

.lightbox-window.share-item-style form fieldset
{
  padding:0px;
}

.lightbox-window form fieldset div
{
  position:relative;
  margin:18px 0;
}

.lightbox-window.share-item-style form fieldset div
{
  margin:14px 0;
}

.lightbox-window.share-item-style form fieldset div.fieldWithErrors
{
  margin:0;
}

.lightbox-window form fieldset div label
{
  position:absolute;
  left:-150px;
  top:0;
  width:130px;
  text-align:right;
  font-weight:bold;
  padding:2px 20px 2px 0;
}

.lightbox-window.silver form fieldset div label
{
  left:-140px;
  padding-right:10px;
  color: #454d56;
}

.lightbox-window.share-item-style form fieldset div label
{
  left:0px;
  top:-5px;
  text-align:left;
  padding-bottom:0px;
  width:auto;
}

.lightbox-window input[type=text],
.lightbox-window input[type=password],
.lightbox-window select,
.lightbox-window textarea
{
  display:block;
  width:296px;
  margin:0;
}
/* has another width (+8px), because SELECT element width includes borders and padding */
.lightbox-window select
{
  width:304px;
}

.lightbox-window.dark a
{
  color:#7f868f;
}

.lightbox-window.dark a:hover,
.lightbox-window.red a:hover
{
  text-decoration:underline;
}

.lightbox-window div.submit
{
  text-align:center;
  padding:24px 0 14px;
}

.lightbox-window div.submit input,.lightbox-window div.submit a
{
  line-height:12px;
}

.lightbox-window div.submit a.cancel
{
  font-size:12px;
  text-transform:lowercase;
}

.lightbox-window.silver div.submit a.cancel
{
  text-transform:none;
}
.lightbox-window.silver div.submit a.cancel:hover
{
  border-bottom:1px solid #828282;
}

#login_box p.forgot_password
{
  margin:-12px 0 0;
}

#welcome_box h3,#delete_account_box h3
{
  font-size:17px;
}

#welcome_box p,#delete_account_box p
{
  color:#bfc3c7;
  font-size:16px;
  margin:0 0 1em;
  padding:0;
}

#welcome_box p.next_actions,
#delete_account_box p.next_actions
{
  color:#bfc3c7;
  text-transform:uppercase;
  font-size:12px;
  font-weight:bold;
  text-align:center;
  margin:60px 0;
}

#lightbox .slidable
{
  overflow:auto;
}

#lightbox .error
{
  width:80%;
  margin-top:25px;
}

#lightbox_contents #signup_container
{
  width:530px;
}

#lightbox_contents form.two_column label,#lightbox_contents form.two_column .form_label_spacer
{
  width:100px;
}

div.lightbox-window .border-t div,div.lightbox-window .border-l div
{
  background-position:left top;
}

div.lightbox-window.dark .container .close span,
div.lightbox-window.red .container .close span,
div.media_player.playing .controls a.play
{
  background-position:-21px 0;
}

.work h2,.errorExplanation p
{
  margin:0;
}

.work div h2,#welcome_box h3,#welcome_box p,#delete_account_box h3,#delete_account_box p
{
  font-weight:bold;
}

.work dl a,
.lightbox-window a.button:hover,
.lightbox-window.dark a,
.lightbox-window.red a,
.lightbox-window.silver a
{
  text-decoration:none;
}
.lightbox-window.silver a
{
  border-bottom:none;
}

div.media_player .controls .launch_external,#lightbox_contents #signup_image
{
  display:none;
}

#login_box p.forgot_password,#login_box p.remember_me,#lightbox_contents label,#lightbox_contents input
{
  font-size:12px;
}

#delete_account_box p,#delete_account_box p.next_actions
{
  color:#cb8481;
}

div.form_errors p
{
  color:red;
  font-weight:bold;
}

/* Invite Friend dialog */
#friend_invite_box div.from 
{
  text-align: left;
  padding-top:2px;
  margin-top:12px;
}

#friend_invite_box div.submit input[type="submit"]
{
  color:#B0B0B0;
  border-color:#DFDFDF;
}

#friend_invite_box fieldset
{
  text-align:left;
}

#friend_invite_box .field-comment
{
  font-style:italic;
  font-size:11px;
}

#friend_invite_box div.success_content
{
  padding:50px 0 293px 0;
  font-size:18px;
  font-weight:bold;
  text-align: left;
}

#friend_invite_box div.success_content .success_title
{
  color:#454D56;
  text-align: center;
}

/* Share email */
#share_item_box div#to_email
{
  text-align: left;
}

#share_item_box .field-comment
{
  font-style:italic;
  font-size:11px;
}

#share_item_box div.submit input[type="submit"]
{
  color:#B0B0B0;
  border-color:#DFDFDF;
}

#share_item_box div.success_content
{
  padding:50px 0 300px 0;
  font-size:18px;
  font-weight:bold;
  text-align: left;
}

#share_item_box div.success_content .success_title
{
  color:#454D56;
}

#share_item_box div.success_content .success_subtitle
{
  color:#8F969F;
}

#lightbox .youtube_loading_text {
  margin-left: 67px;
}

#lightbox .lightbox_text {
  background-color: #fff;
  padding: 10px;
}

#login_box {
  position:relative;
  width:600px;
  overflow:hidden;
  padding:10px;
  background-color:#FFFFFF;	
}

.lightbox-window form .login_fieldset
{
  padding:10px 10px 10px 135px;
}

.ms {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#505050 none repeat scroll 0 0;
border:1px solid #909090;
color:#F08040;
}
.ms, .mu {
cursor:pointer;
}
.ms, .mt, .mu {
-moz-user-select:none;
float:right;
font-size:90%;
font-weight:bold;
margin:0 0 0 4px;
padding:0 3px;
}


.mt {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#C0C0C0 none repeat scroll 0 0;
border:1px solid #D0D0D0;
color:#F0F0F0;
}

/****************************************************************/
/*  original filename common/lists.css                        */
/****************************************************************/


ul
{
  list-style:none;
}

ol
{
  margin:0;
  padding:0;
}

#wizard-container .two_column ol,#signup_container .two_column ol,#container .two_column ol
{
  list-style-type:none;
}

.homepage_connections
{
  padding-left:14px;
}

ul .form_fields li
{
  color:#999;
}

/*styles for the digg-like pagination*/
.pagination
{
  display:inline;
  font-size:11px;
  color:#B4B4B4;
}

.pagination a
{
  border:1px solid #999;
  text-decoration:none;
  background-color:#FFF;
  color:#646464;
  margin:1px;
  padding:6px 8px 4px;
}

.pagination a:hover,.pagination a:active
{
  border:1px solid #999;
  background-color:#D7D7D7;
}

.pagination span.current
{
  border:1px solid #999;
  font-weight:bold;
  background-color:#E6E6E6;
  color:#646464;
  font-size:11px;
  margin:1px;
  padding:6px 8px 4px;
}

.pagination span.disabled
{
  border:1px solid #999;
  color:#ddd;
  background-color:#FFF;
  margin:1px;
  padding:6px 8px 4px;
}
/****************************************************************/
/*  original filename common/text.css                        */
/****************************************************************/


p.strong
{
  font-weight:bold;
}

.keyword-cell
{
  font-size:11px;
  padding:2px 0;
}

h3.striped
{
  display:inline;
  height:35px;
  line-height:35px;
  margin-right:8px;
  background-position:1px;
  padding:11px 40px;
}

.description_text
{
  font-family:Helvetica, Arial, sans-serif;
  font-size:11px;
  font-style:italic;
  color:#999;
}

.notice,.error,.alert
{
  width:60%;
  border:1px solid #666;
  background-color:#FFF;
  text-align:center;
  font-size:16px;
  margin:0 auto 10px;
  padding:7px;
  color:#6E747D;
}

#lightbox.red .error strong
{
  color: #B62822
}

.user_name
{
  font-weight:bold;
  color:#525864;
}

.user_name .user_name_type
{
  font-size:16px;
  color:#858585;
}

.tag1
{
  font-size:10px;
  padding:3px;
}

.tag2
{
  font-size:12px;
  padding:3px;
}

.tag3
{
  font-size:16px;
  font-weight:bold;
  padding:3px;
}

.tag4
{
  font-size:20px;
  font-weight:bold;
  padding:3px;
}

.tag5
{
  font-size:24px;
  font-weight:bold;
  padding:3px;
}

.bio_stripped p
{
  margin-bottom:1em;
}

p.intro
{
  color:#7F868F;
  font-weight:bold;
  margin:3px 0;
}

/* Classification */

.classification
{
  font-size:12px;
  font-family:Helvetica, Arial, sans-serif;
  border:1px solid #aaa;
  color:#999;
  width:240px;
  margin:3px;
  padding:3px;
}

.classification_labels
{
  float:left;
  width:120px;
  color:#858585;
  font-family:Helvetica, Arial, sans-serif;
  font-size:13px;
  text-align:right;
  padding-top:5px;
}

.classification_ancestry
{
  margin-top:5px;
  margin-bottom:10px;
  font-size:12px;
}

.classification_ancestry a
{
  border:none;
}

.classification_description
{
  font-size:14px;
  padding-left:14px;
  padding-right:14px;
}

.classification_description p
{
  padding-bottom:10px;
}

.classification_description a
{
  font-size:12px;
  border:none;
}

/* System errors for flash */

#errorExplanation
{
  width:60%;
  border:2px solid #0a0a0a;
  background-color:#FFF;
  padding:7px;
}

#errorExplanation h2
{
  display:none;
}

#errorExplanation p
{
  color:#333;
  margin-bottom:0;
  padding:5px;
}

#errorExplanation ul
{
  margin-bottom:10px;
  padding-left:15px;
}

#errorExplanation ul li
{
  font-size:12px;
  list-style:square;
  padding-left:11px;
  color:red;
}
/****************************************************************/
/*  original filename common/utils.css                        */
/****************************************************************/


.bg_white
{
  background-color:#fff;
}

br.clear_both
{
  clear:both;
  height:1px;/* for IE */
}

.one-line
{
  width:1000px;
  display:inline;
}

.inline {
  display:inline!important;
}

.t-lwhite
{
  color:#e5b5b3;
}

.t-grey
{
  color:#b5bdc7;
}

.t-profile-major-title
{
  color:#7f868f;
}

.v-top
{
  vertical-align:top;
}

.center
{
  text-align:center;
}

.pointer
{
  cursor:pointer;
}

/* For Opera insert invisible space ( U+200B)  */
/* wbr:after { content: "\00200B"; } */
/* or use an inline block to for break line */

wbr
{
  display:inline-block;
}

.clearfix,.clear-both
{
  clear:both;
}

.t-white,.t-profile-minor-title
{
  color:#fff;
}
/****************************************************************/
/*  original filename common/windows.css                        */
/****************************************************************/


.standard_window
{
  background:#fff url(/images/15_tl_to_body.gif) no-repeat top left;
  margin-bottom:30px;
}

.standard_window .header,.standard_window h2.title
{
  background:url(/images/15_tr_to_body.gif) no-repeat top right;
}

.standard_window h2#invite_title
{
  margin-bottom:2px;
  font-size:18px;
  font-weight:bold;
  color:#363B43;
  padding:25px 20px 0;
}

.standard_window h2.title
{
  margin-bottom:2px;
  font-size:18px;
  font-weight:bold;
  color:#363B43;
  padding:25px 20px 0;
}

.standard_window .body_wrapper
{
  padding:0 20px;
}

.standard_window .footer
{
  background:url(/images/15_bl_to_body.gif) no-repeat bottom left;
}

.standard_window .footer p
{
  height:15px;
  background:url(/images/15_br_to_body.gif) no-repeat bottom right;
}

.standard_window.member_pod h2.title
{
  padding:25px 0 0;
}

.standard_window.member_pod .body_wrapper
{
  background:transparent;
  padding:0 7px;
}

.titled_window,.untitled_window,.tabbed_window
{
  background:url(/images/window_titled_tl.gif) no-repeat top left;
  margin-bottom:10px;
}

.titled_window .header,.titled_window h2.title,.untitled_window .header,.untitled_window h2.title,.tabbed_window .header,.tabbed_window h2.title
{
  background:url(/images/window_titled_tr.gif) no-repeat top right;
  height:18px;
  padding-top:11px;
  padding-left:12px;
}

.titled_window h2.title,.untitled_window h2.title,.tabbed_window h2.title
{
  font-size:11px;
  color:#727272;
  font-weight:bold;
}

.titled_window .body,.untitled_window .body,.tabbed_window .body
{
  padding:0 10px;
}

.titled_window .body_wrapper,.untitled_window .body_wrapper,.tabbed_window .body_wrapper
{
  background:url(/images/window_titled_r.gif) repeat-y right;
  margin:0;
}

.titled_window .inner_body_wrapper,.untitled_window .inner_body_wrapper,.tabbed_window .inner_body_wrapper
{
  background:url(/images/window_titled_l.gif) repeat-y left;
  margin:0;
  padding:0 6px;
}

.tabbed_window .inner_body_wrapper h2
{
  font-weight: bold;
}

.tabbed_window .inner_body_wrapper h2 span
{
  font-weight: normal;
}

.titled_window .body_wrapper h2,.untitled_window .body_wrapper h2,.tabbed_window .body_wrapper h2
{
  padding-top:10px;
  padding-bottom:10px;
}

.titled_window .body_wrapper h3,.untitled_window .body_wrapper h3,.tabbed_window .body_wrapper h3
{
  margin-bottom:10px;
}

.titled_window .footer,.untitled_window .footer,.tabbed_window .footer
{
  height:10px!important;
  background:url(/images/window_titled_bl.gif) no-repeat bottom left;
}

.titled_window .footer p,.untitled_window .footer p,.tabbed_window .footer p
{
  font-size:0;
  height:10px!important;
  background:url(/images/window_titled_br.gif) no-repeat bottom right;
  margin:0;
  padding:0;
}

.untitled_window,.tabbed_window
{
  background:#fff url(/images/window_untitled_tl.gif) no-repeat top left;
}

.untitled_window .header,.tabbed_window .header
{
  background-image:url(/images/window_untitled_tr.gif);
  height:10px;
  padding:0;
}

.tight_window
{
  background:#fff;
  margin-bottom:15px;
  padding:8px 8px 12px;
}

.tabbed_window .body_wrapper
{
  padding:0;
}

.round_titled_window
{
  background:#fff url(/images/15_tl_to_body.gif) no-repeat top left;
  margin-left:1px;
  padding:0;
}

.round_titled_window .header h2
{
  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size:16px;
  font-weight:bold;
  margin:0;
  padding:0 0 0 12px;
}

.round_titled_window h2.title
{
  padding-top:12px;
  background:url(/images/15_tr_to_body.gif) no-repeat top right;
  color:#525864;
}

.round_titled_window h2.subtitle
{
  color:#858585;
}

.round_titled_window .body_wrapper
{
  background:none;
  margin:0;
  padding:10px 12px 0;
}

.round_titled_window .footer
{
  height:15px!important;
  background:url(/images/15_bl_to_body.gif) no-repeat bottom left;
}

.round_titled_window .footer p
{
  font-size:0;
  height:15px;
  background:url(/images/15_br_to_body.gif) no-repeat bottom right;
  margin:0;
  padding:0;
}

/*Default tabbed window styles*/

.tabbed_window_set
{
  position:relative;
  padding:29px 0 0;
}

.tabbed_window_set .tab_buttons
{
  width:100%;
  height:40px;
  list-style:none;
  display:block;
  overflow:hidden;
  position:absolute;
  top:0;
  left:0;
}

.tabbed_window_set .tab_buttons li
{
  height:40px;
  float:left;
  overflow:hidden;
  background:url(/images/tab.gif) no-repeat right top;
  _background-image:expression((this==this.parentNode.firstChild) ? 'url(/images/tab_first.gif)' : 'url(/images/tab.gif)');
  line-height:30px;
  position:relative;
  margin:0 -11px 0 0;
  padding:0 15px 0 0;
}

.tabbed_window_set .tab_buttons li.last
{
  background:transparent url(/images/tab_last.gif) no-repeat right top;
}

.tabbed_window_set .tab_buttons li a
{
  _height:expression((this.parentNode==this.parentNode.parentNode.firstChild) ? '40px' : 'auto');
  _float:expression((this.parentNode==this.parentNode.parentNode.firstChild) ? 'left' : 'none');
  display:block;
  color:#AFB5BD;
  background:url(/images/tab.gif) no-repeat 0 0;
  _background-image:expression((this.parentNode==this.parentNode.parentNode.firstChild) ? 'url(/images/tab_first.gif)' : 'url(/images/tab.gif)');
  outline:none;
  font-family:Arial,Helvetica,sans-serif;
  text-decoration:none;
  border-bottom:none;
  overflow:hidden;
  padding:0 0 0 15px;
  font-size: 12px;
}

.tabbed_window_set .tab_buttons li:first-child a
{
  height:40px;
  background:url(/images/tab_first.gif) no-repeat 0 0;
}

.tabbed_window_set .tab_buttons li:first-child.current a
{
  background:url(/images/tab_first.gif) no-repeat scroll 0 -60px;
}

.tabbed_window_set .tab_buttons li.current
{
  background:url(/images/tab.gif) no-repeat scroll right -60px;
  _background-image:expression((this==this.parentNode.firstChild) ? 'url(/images/tab_first.gif)' : 'url(/images/tab.gif)');
}

.tabbed_window_set .tab_buttons li.current a
{
  background:url(/images/tab.gif) no-repeat 0 -60px;
  _background-image:expression((this.parentNode==this.parentNode.parentNode.firstChild) ? 'url(/images/tab_first.gif)' : 'url(/images/tab.gif)');
  color:#4c5b6e;
  font-weight: bold;
}

.tabbed_window_set .tab_container
{
  font-family:Helvetica,Arial,sans-serif;
  overflow:hidden;
  width:100%;
}

/*Simple tabbed window styles*/

.sub_tabbed_window_simple_set li
{
  width:auto!important;
  padding:0 0 0 18px !important;
}

.sub_tabbed_window_simple_set a
{
  background-image:none!important;
  padding:0!important;
}

.tabbed_window_simple_set .tab_buttons
{
  width:100%;
  list-style:none;
  display:block;
  overflow:hidden;
}

.tabbed_window_simple_set .tab_buttons li
{
  float:left;
  overflow:hidden;
  position:relative;
  border-bottom: 1px;
  border-bottom-style: solid;
  border-bottom-color: #AFB5BD;
}

.tabbed_window_simple_set .tab_buttons li a
{
  _height:expression((this.parentNode==this.parentNode.parentNode.firstChild) ? '40px' : 'auto');
  _float:expression((this.parentNode==this.parentNode.parentNode.firstChild) ? 'left' : 'none');
  display:block;
  color:#AFB5BD;
  font-family:Arial,Helvetica,sans-serif;
  border-bottom:none;
  font-weight:bold;
  overflow:hidden;
  font-size:13px;
  height:17px;
  padding:5px 18px;
}

.tabbed_window_simple_set .tab_buttons li.current a
{
  color:#4c5b6e;
  padding:4px 18px 5px;
}

.tabbed_window_simple_set .tab_buttons li.current
{
  border: 1px solid #AFB5BD;
  border-bottom: none;
}

.tabbed_window_simple_set .tab_container
{
  font-family:Arial,Helvetica,sans-serif;
  overflow:hidden;
  width:100%;
}

/*Striped tabbed window styles*/

.sub_tabbed_window_striped_set li
{
  width:auto!important;
  padding:0 0 0 25px !important;
}

.sub_tabbed_window_striped_set a
{
  background-image:none!important;
  padding:0!important;
}

.tabbed_window_striped_set .tab_buttons
{
  width:100%;
  list-style:none;
  display:block;
  overflow:hidden;
  position:absolute;
  top:0;
  left:0;
}

.tabbed_window_striped_set .tab_buttons li
{
  float:left;
  overflow:hidden;
  position:relative;
  padding-right:9px;
}

.tabbed_window_striped_set .tab_buttons li a
{
  _height:expression((this.parentNode==this.parentNode.parentNode.firstChild) ? '40px' : 'auto');
  _float:expression((this.parentNode==this.parentNode.parentNode.firstChild) ? 'left' : 'none');
  display:block;
  color:#AFB5BD;
  background-image:url(/images/diagonal_stripes_grey.gif);
  background-repeat:repeat;
  outline:none;
  font-family:Arial,Helvetica,sans-serif;
  text-decoration:none;
  border-bottom:none;
  font-weight:bold;
  overflow:hidden;
  font-size:13px;
  height:17px;
  padding:5px 25px;
}

.tabbed_window_striped_set .tab_buttons li.current a
{
  background-image:url(/images/diagonal_stripes.gif);
  background-repeat:repeat;
  color:#4c5b6e;
}

.tabbed_window_striped_set .tab_container
{
  font-family:Arial,Helvetica,sans-serif;
  overflow:hidden;
  width:100%;
  background-image:url(/images/diagonal_stripes.gif);
  background-repeat:repeat;
}

h1 span.subt
{
  color:#95999c;
  margin-left:5px;
}

.tabbed_window_set .tab_buttons li a:hover,.tabbed_window_striped_set .tab_buttons li a:hover
{
  color:#4c5b6e;
}

.tabbed_window_set .tab_container .tab_content,.tabbed_window_striped_set .tab_container .tab_content
{
  overflow:hidden;
  width:100%;
}

.sub_tabbed_window_striped_set,.tabbed_window_striped_set
{
  position:relative;
  padding:27px 0 0;
}

.hidden_tab_container {
  display: none;
}

/*link windoe set here*/

.linked_window_set
{
  position:relative;
  padding:2px 0 0;
}

.linked_window_set .tab_buttons
{
  width:100%;
  height:40px;
  list-style:none;
  display:block;
  overflow:hidden;
  position:absolute;
  top:0;
  left:0;
}

.linked_window_set .tab_buttons li
{
  height:40px;
  float:left;
  overflow:hidden;
  background:url(/images/tab.gif) no-repeat right top;
  _background-image:expression((this==this.parentNode.firstChild) ? 'url(/images/tab_first.gif)' : 'url(/images/tab.gif)');
  line-height:30px;
  position:relative;
  margin:0 -11px 0 0;
  padding:0 15px 0 0;
}

.linked_window_set .tab_buttons li.last
{
  background:transparent url(/images/tab_last.gif) no-repeat right top;
}

.linked_window_set .tab_buttons li a
{
  _height:expression((this.parentNode==this.parentNode.parentNode.firstChild) ? '40px' : 'auto');
  _float:expression((this.parentNode==this.parentNode.parentNode.firstChild) ? 'left' : 'none');
  display:block;
  color:#AFB5BD;
  background:url(/images/tab.gif) no-repeat 0 0;
  _background-image:expression((this.parentNode==this.parentNode.parentNode.firstChild) ? 'url(/images/tab_first.gif)' : 'url(/images/tab.gif)');
  outline:none;
  font-family:Arial,Helvetica,sans-serif;
  text-decoration:none;
  border-bottom:none;
  overflow:hidden;
  padding:0 0 0 15px;
  font-size: 12px;
}

.linked_window_set .tab_buttons li:first-child a
{
  height:40px;
  background:url(/images/tab_first.gif) no-repeat 0 0;
}

.linked_window_set .tab_buttons li:first-child.current a
{
  background:url(/images/tab_first.gif) no-repeat scroll 0 -60px;
}

.linked_window_set .tab_buttons li.current
{
  background:url(/images/tab.gif) no-repeat scroll right -60px;
  _background-image:expression((this==this.parentNode.firstChild) ? 'url(/images/tab_first.gif)' : 'url(/images/tab.gif)');
}

.linked_window_set .tab_buttons li.current a
{
  background:url(/images/tab.gif) no-repeat 0 -60px;
  _background-image:expression((this.parentNode==this.parentNode.parentNode.firstChild) ? 'url(/images/tab_first.gif)' : 'url(/images/tab.gif)');
  color:#4c5b6e;
  font-weight: bold;
}

.linked_window_set .tab_container
{
  font-family:Helvetica,Arial,sans-serif;
  overflow:hidden;
  width:100%;
}

/****************************************************************/
/*  original filename common/nifty_corners.css                        */
/****************************************************************/


/*Nifty Corners Cube CSS by Alessandro Fulciniti
The following classes are added dinamically by javascript,
and their use should be avoided in the markup */

b.niftycorners,b.niftyfill
{
  display:block;
}

b.niftycorners *
{
  display:block;
  height:1px;
  line-height:1px;
  font-size:1px;
  overflow:hidden;
  border-style:solid;
  border-width:0 1px;
}

/*normal*/

b.r1
{
  border-width:0 2px;
  margin:0 3px;
}

b.rb1
{
  border-width:0 2px;
  margin:0 8px;
}

b.rb2
{
  border-width:0 2px;
  margin:0 6px;
}

b.rb3
{
  margin:0 5px;
}

b.rb4
{
  margin:0 4px;
}

b.rb5
{
  margin:0 3px;
}

b.rb7
{
  height:2px;
  margin:0 1px;
}

b.rb8
{
  height:2px;
  margin:0;
}

/*transparent inside*/

b.tb1
{
  border-width:0 10px;
}

b.tb2
{
  border-width:0 8px;
}

b.tb3
{
  border-width:0 6px;
}

b.tb5
{
  border-width:0 4px;
}

b.tb7
{
  height:2px;
  border-width:0 2px;
}

b.tb8
{
  height:2px;
  border-width:0 1px;
}

b.r2,b.rb6
{
  margin:0 2px;
}

b.r3,b.rs1
{
  margin:0 1px;
}

b.r4,b.t4
{
  height:2px;
}

b.t1,b.tb4
{
  border-width:0 5px;
}

b.t2,b.tb6
{
  border-width:0 3px;
}

b.t3,b.ts1
{
  border-width:0 2px;
}
/****************************************************************/
/*  original filename common/prototip.css                        */
/****************************************************************/


/* CSS to go with Prototip.Styles */
.prototip {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
}

/* the default style */
.prototip .default {
	width: 250px;
	color: #808080;
}
.prototip .default .toolbar {
	background: #f1f1f1;
	font-weight: bold;
}
.prototip .default .title { padding: 5px; }
.prototip .default .content {
	padding: 5px;
	background: #fff;
}

/* basic */
.prototip .basic {
	width: 250px;
	color: #808080;
}
.prototip .basic .toolbar {
	background: #f1f1f1;
	font-weight: bold;
}
.prototip .basic .title { padding: 5px; }
.prototip .basic .content {
	padding: 5px;
	background: #fff;
}

/* basic */
.prototip .hint {
	width: 250px;
	color: #313120;
	background: #fff6aa;
}
.prototip .hint .toolbar {
	background: #fdf1a0;
	font-weight: bold;
}
.prototip .hint .title,
.prototip .hint .content { padding: 5px; }

/* protoblue */
.prototip .protoblue {
	width: 250px;
	color: #fff;
}
.prototip .protoblue .toolbar {
	background: #0d7cd0;
	font-weight: bold;
}
.prototip .protoblue .title { padding: 5px; }
.prototip .protoblue .content {
	background: #1e90ff;
	padding: 5px;
}

/* creamy */
.prototip .creamy {
	width: 250px;
	color: #bb9c61;
}
.prototip .creamy .toolbar {
	background: #f3edc2;
	font-weight: bold;
}
.prototip .creamy .title { padding: 5px; }
.prototip .creamy .content {
	background: #f8f4ca;
	padding: 5px;
}

/* darkgrey */
.prototip .darkgrey {
	width: 250px;
	color: #fff;
}
.prototip .darkgrey .toolbar {
	background: #5f5f5f;
	font-weight: bold;
}
.prototip .darkgrey .title { padding: 5px; }
.prototip .darkgrey .content {
	background: #808080;
	padding: 5px;
}

/* protogrey */
.prototip .protogrey {
	width: 250px;
	color: #fff;
	background: #fff;
}
.prototip .protogrey .toolbar {
	background: #969c92;
	font-weight: bold;
}
.prototip .protogrey .title { padding: 5px; }
.prototip .protogrey .content {
	color: #808080;
	padding: 5px;
}
/* This is how to resize the close button for a style */
.prototip .protogrey .toolbar .close {
	width: 14px;
	height: 14px;
}


/* loader gif */
.prototipLoader {
	position: absolute;
	top: -1000px;
	left: -1000px;
	height: 14px;
	width: 14px;
	border: 1px solid #dddddd;
	overflow: hidden;
}


/* Required for all tooltips, do not modify */
.prototip{position:absolute;overflow:hidden;}.prototip .tooltip,.prototip .toolbar,.prototip .toolbar .title{position:relative;}.prototip .content{clear:both;}.prototip .toolbar .close{position:relative;text-decoration:none;float:right;width:19px;height:15px;display:block;line-height:0;font-size:0;border:0;cursor:pointer;}.prototip .tooltip{clear:both;float:left;}.prototip .borderLeftWrapper,.prototip .borderRightWrapper{position:absolute;top:0;left:0;width:300px;height:20px;}.prototip .borderFrame{height:100%;width:100%;float:left;margin:0;padding:0;position:relative;}.prototip .borderTop,.prototip .borderBottom{overflow:hidden;}.prototip .borderRow{list-style-type:none;float:left;width:100%;position:relative;clear:both;margin:0;padding:0;}.prototip_CornerWrapper{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;clear:both;}.prototip_Corner{float:left;position:relative;}.prototip canvas{position:relative;float:left;}.prototip_CornerTr,.prototip_CornerBr{float:right;}.prototip_BetweenCorners{position:absolute;top:0;left:0;width:100%;overflow:hidden;clear:both;}.prototip .borderMiddle{position:relative;float:left;}.prototip .borderCenter{position:relative;float:left;height:100%;}.prototip_StemWrapper{position:relative;width:100%;height:auto;clear:both;}.prototip_StemBox{float:left;position:relative;}.prototip_Stem{width:100%;position:absolute;overflow:hidden;}.iframeShim{position:absolute;border:0;margin:0;padding:0;background:none;overflow:hidden;}.prototip .clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}.prototip .clearfix{display:inline-block;}/* IE Mac Hide \*/ .prototip .clearfix{display:block;}/* IE Mac Hide End */
/****************************************************************/
/*  original filename common/star_rating.css                        */
/****************************************************************/


/* @override http://devroom/stylesheets/star_rating.css */

/* Taken from http://www.komodomedia.com/blog/2007/01/css-star-rating-redux/ */

.star-rating,.star-rating a:hover,.star-rating a:active,.star-rating a:focus,.star-rating .current-rating
{
  background:url(/images/star.gif) left -1000px repeat-x;
}

.star-rating
{
  position:relative;
  width:125px;
  height:25px;
  overflow:hidden;
  list-style:none;
  background-position:left top;
  margin:0;
  padding:0;
}

.star-rating li
{
  display:inline;
}

.star-rating a,.star-rating .current-rating
{
  position:absolute;
  top:0;
  left:0;
  text-indent:-1000em;
  height:25px;
  line-height:25px;
  outline:none;
  overflow:hidden;
  border:none;
}

.star-rating a:hover,.star-rating a:active,.star-rating a:focus
{
  background-position:left bottom;
  outline:none;
}

.work dl .star-rating a:hover
{
  outline:none;
}

.star-rating a.one-star
{
  width:20%;
  z-index:6;
}

.star-rating a.two-stars
{
  width:40%;
  z-index:5;
}

.star-rating a.three-stars
{
  width:60%;
  z-index:4;
}

.star-rating a.four-stars
{
  width:80%;
  z-index:3;
}

.star-rating a.five-stars
{
  width:100%;
  z-index:2;
}

.star-rating .current-rating
{
  z-index:1;
  background-position:left center;
}

.inline-rating
{
  display:-moz-inline-block;
  display:-moz-inline-box;
  display:inline-block;
  vertical-align:middle;
}

.small-star,.small-star a:hover,.small-star a:active,.small-star a:focus,.small-star .current-rating
{
  background-image:url(/images/star_small.gif);
  line-height:10px;
  height:10px;
}

.transparent-stars,.transparent-stars a:hover,.transparent-stars a:active,.transparent-stars a:focus,.transparent-stars .current-rating
{
  background-image:url(/images/star_small_trnsp.gif);
  line-height:10px;
  height:10px;
}

.small-star,.transparent-stars
{
  width:50px;
  height:10px;
}
/****************************************************************/
/*  original filename common/atoms.css                        */
/****************************************************************/


.add_media_links_container
{
  margin-top:20px;
}

.wizard_media_types
{
  width:400px;
  text-align:center;
  margin:0 auto;
}

.add_media_rounded
{
  background-color:#454D57;
  padding:40px 10px 100px;
}

.add_media_container
{
  height:300px;
  margin:0 10px 10px;
}

.add_media_box
{
  background-color:#454d57;
  margin-top:20px;
  width:212px;
  padding:10px;
}

.add_media_box_large
{
  background-color:#454d57;
  margin-top:20px;
  width:412px;
  padding:10px;
}

.w_add_head
{
  font-size:15px;
  font-weight:bold;
  text-align:left;
  color:#454d56;
  margin:14px 0 6px 10px;
}

.w_upload
{
  border:1px solid #fff;
  width:50px;
  font-size:12px;
  color:#fff;
  padding:2px 7px;
}

.w_cancel
{
  border:none;
  color:#fff;
}

.w_cancel:hover
{
  border:none!important;
}

.w_upload:hover
{
  border:1px solid #fff;
}

.w_buttons_box
{
  text-align:center;
  margin-top:16px;
}

span.additional_connections
{
  font-size:11px;
}
div.additional_connections
{
    float:right;
    margin-top:-15px;
    margin-bottom:30px;
}
div.additional_connections div
{
  float:left;
}
div.additional_connections input#classification_names
{
  width:300px;
}

div.additional_connections input#atom_tag_names
{
  width:394px;
}

/****************************************************************/
/*  original filename common/rollover.css                        */
/****************************************************************/


.rollover_window div.title
{
  font-size: 18px;
  font-weight: bold;
  color: #4C5B6E;
  padding: 0px !important;
}
.rollover_window div.title a
{
  border: 0;
}

.rollover_window div.subtitle
{
  font-size: 16px;
  font-weight: normal;
  color: #4C5B6E;
  position: relative;
  padding-right: 100px;
}
.rollover_window div.favorite
{
  font-weight: bold;
  font-size: 12px;

  position: absolute;
  bottom: 0;
  right: 0;
}

.rollover_window div.greybox
{
  background-image: url(/images/diagonal_stripes.gif);
  padding: 8px;
  margin: 8px 0;
  font-size: 12px;
  min-height: 188px;
  /* IE thumbnail image crop workaround */
  position: relative;
}

div.greybox dl.stats {
  list-style: none;
  /* make sure we how one vertical column */
  padding-left: 196px;
}

div.greybox dl.stats dt {
  font-weight: bold;	
}

div.greybox dl.stats dd {
  margin-bottom: 1em;
}

.rollover_window a.thumb
{
  margin-right: 8px;
  float: left;
  width: 188px;
  height: 188px;
  display: block;
  border: none;
}

.rollover_window div.more
{
  text-align: right;
}

a.stat_link
{
  white-space: nowrap;
}




/* treemap */
.prototip_transparent {
  filter: alpha(opacity=90); /* IE's opacity*/
  opacity: 0.9;
}

.prototip div.treemap_tip {
  width: 384px;
  height: 141px;
  overflow: hidden;
}


/* special sizes for gridview tips */
.prototip div.gridview_tip {
  width: 384px;
  height: 190px;
  overflow: hidden;
}



.prototip .treemap_tip .toolbar {
	background: #525864;
  font-weight: bold;
}
.prototip .treemap_tip .content {
	background: #525864;
	padding: 5px;
  height: 100%;
}

.treemap_tip,
.treemap_tip a
{
  color: #FFFFFF;
}


.treemap_tip div.title
{
  font-size: 13px;
  font-weight: bold;
  padding: 0 100px 0 0 !important;
}
.treemap_tip div.title a
{
  border: 0;
}

.treemap_tip div.subtitle
{
  font-size: 12px;
  font-weight: normal;
  position: relative;
  padding-bottom: 4px;
  color: #ffffff;
}
.treemap_tip div.favorite
{
  font-weight: bold;
  font-size: 10px;

  position: absolute;
  top: 5px;
  right: 5px;
  bottom: auto;
}

.treemap_tip div.more
{
  text-align: right;
}

.treemap_tip div.stats
{
  border-top: 1px solid #FFFFFF;
  margin-top: 2px;
  padding-top: 2px;
  bottom: -8px;
  position: absolute;
  font-size: 10px;
}

.treemap_tip div.stats dl {
  list-style: none;
  float: left;
  width: 120px;
  padding: 0 2px;
}

.treemap_tip div.stats dl dt {
  font-weight: bold;
}

.treemap_tip div.stats dl dd {
  margin-bottom: 1em;
}


/****************************************************************/
/*  original filename common/item_matrix.css                        */
/****************************************************************/


/* Item Matrix */

/* Item's Matrix (ul, li) */

.items_matrix
{
  position:relative;
  overflow:hidden;
}

.items_matrix ul
{
  float:none;
  overflow:hidden;
}

.items_matrix ul li
{
  float:left;
  overflow:hidden;
}

/** items for Item's Matrix **/

/* item_thumb_titled */

.item_thumb_titled
{
  width: 86px;
  margin: 0 5px 15px 0;
  padding: 0;
  background: transparent;
  color: #6e747d;
}

#portfolio-pod .view_port .item_thumb_titled,
#fans-pod .view_port .item_thumb_titled
{
  margin: 0 8px 15px 0;
}

div.item_thumb_titled:hover
{
  background: #6E747D;
  color: #FFFFFF;
}

.item_thumb_titled a
{
  font-size: 10px;
  color: #6e747d;
  text-decoration: none;
  border: none;
  vertical-align: top;
}

.item_thumb_titled a div.item_thumb_title
{
  padding: 3px;
}

.item_thumb_titled:hover a div.item_thumb_title
{
  padding-top: 2px;
  border-top: 1px solid #ffffff;
}

.item_thumb_titled a div.item_thumb_hint
{
  display: none;
  position: absolute;
  background: transparent;
  text-align: center;
  width: 86px;
  margin: 40px 0 0 0;
}

.item_thumb_titled:hover a div.item_thumb_hint
{
  display: block;
}

.item_thumb_titled a div.item_thumb_hint span
{
  background: #6e747d;
  color: white;
  padding: 0px 3px;
  font-size: 10px;
  font-weight: bold;
}

.item_thumb_titled:hover a
{
  color: #ffffff;
}

.item_thumb_titled img,
.item_thumb_titled .add_inf_box_text,
.item_thumb_titled .add_inf_box_blog
{
  border: #ECECEC 1px solid;
  padding: 1px;
  margin: 0;
  display: block;
}

.item_thumb_titled:hover img,
.item_thumb_titled:hover .add_inf_box_text,
.item_thumb_titled:hover .add_inf_box_blog
{
  border: #6E747D 1px solid;
}

.item_thumb_titled_bottom,
.item_thumb_untitled
{
  width: 86px;
}






/* item_artists_landing */

.item_artists_landing
{
  width: 106px;
  margin: 0 8px 10px 0;
  padding: 0;
  background: transparent;
  color: #6e747d;
}


div.item_artists_landing:hover
{
  background: #6E747D;
  color: #FFFFFF;
}

.item_artists_landing a
{
  font-size: 10px;
  color: #6e747d;
  text-decoration: none;
  border: none;
  vertical-align: top;
}

.item_artists_landing a div.item_thumb_title
{
  padding: 3px;
}

.item_artists_landing:hover a div.item_thumb_title
{
  padding-top: 2px;
  border-top: 1px solid #ffffff;
}


.item_artists_landing:hover a
{
  color: #ffffff;
}

.item_artists_landing img
{
  border: #ECECEC 1px solid;
  padding: 2px;
  margin: 0;
  display: block;

  width: 100px;
  height: 110px;
}

.item_artists_landing:hover img
{
  border: #6E747D 1px solid;
}







/* item_artists_show_thumbnail */

.item_artists_show_thumbnail
{
  border: #6e747d 1px solid;
  width: 440px;
  margin-bottom: 15px;
  margin-right:  27px;
  padding: 5px;
  background: transparent;
  color: #6e747d;

  font-size: 11px;
}


.item_artists_show_thumbnail div.left
{
  float: left;
  width: 134px;
  padding-right: 5px;
}


.item_artists_show_thumbnail div.left .see_more
{
    float: left;
    color: #24910b;
    font-weight: bold;
    padding-top: 4px;

    border: none;
}



.item_artists_show_thumbnail div.right a.title
{
    color: #666666;
    border-bottom: 1px dotted #666666;

    font-weight: bold;
    border: none;
}

.item_artists_show_thumbnail div.right a.title:hover
{
    color: #666666;
    border-bottom: 1px dotted #666666;
}

.item_artists_show_thumbnail div.right
{
  float: right;
  width: 301px;
}

.item_artists_show_thumbnail a
{
  color: #6e747d;
  text-decoration: none;
  border: none;
}

.item_artists_show_thumbnail a div.item_thumb_title
{
  padding: 3px;
}

.item_artists_show_thumbnail:hover a div.item_thumb_title
{
  padding-top: 2px;
  border-top: 1px solid #ffffff;
}


.item_artists_show_thumbnail a.subcategory:hover
{
    text-decoration: underline;
}

.item_artists_show_thumbnail img
{
  border: none;
  padding: 2px;
  margin: 0;
  display: block;

  width: 130px;
  height: 118px;
}

.item_artists_show_list
{
  width: 440px;
  margin-bottom: 10px;
  margin-right: 27px;
  padding: 5px;
  background: transparent;
  color: #6e747d;

  font-size: 11px;
}

.item_artists_show_list a.title
{
    font-weight: bold;
}

.item_artists_show_list a.subcategory
{
    text-decoration: none;
    border: none;
}

.item_artists_show_list a.subcategory:hover
{
    text-decoration: underline;
}


/* Additional information for Audio and Text and Blogs*/

.item_thumb_titled .additional_inf_audio,
.item_thumb_titled .additional_inf_text,
.item_thumb_titled .additional_inf_box_text {
  color: #6E747D;
  cursor: pointer;
}

.item_thumb_titled .additional_inf_box .add_inf_thumb_small h2 {
  padding-top: 0px !important;
  font-size:13px !important;
}

.item_thumb_titled .additional_inf_box .add_inf_thumb_small h3 {
  font-size:11px !important;
}

.item_thumb_titled .additional_inf_box .add_inf_thumb_medium.additional_inf_audio {
  width: 149px;
  height: 149px;
}

.item_thumb_titled .additional_inf_box .add_inf_thumb_small.additional_inf_audio {
  width: 80px;
  height: 80px;
}

.item_thumb_titled .additional_inf_box .additional_inf_audio {
  position: absolute;
  overflow: hidden;
  padding: 3px 0 0 3px;
}

.item_thumb_titled .additional_inf_box .add_inf_thumb_medium.additional_inf_text,
.item_thumb_titled .additional_inf_box .add_inf_thumb_medium.additional_inf_blog {
  width: 143px;
  height: 143px;
}

.item_thumb_titled .additional_inf_box .add_inf_thumb_small.additional_inf_text,
.item_thumb_titled .additional_inf_box .add_inf_thumb_small.additional_inf_blog {
  width: 74px;
  height: 74px;
}

.item_thumb_titled .additional_inf_box .additional_inf_text,
.item_thumb_titled .additional_inf_box .additional_inf_blog {
  overflow: hidden;
  background: white;
  border: #ECECEC 1px solid;
  padding: 2px;
}

/* Del Item */

span.del_dashboard_item
{
  background: transparent;
  position: absolute;
  margin: 2px 0px 0px 72px;
  cursor: pointer;
  display: none;
  z-index: 3;
}
.item_thumb_titled:hover span.del_dashboard_item
{
  display: block;
}

span.del_dashboard_item img
{
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
}
.item_thumb_titled:hover span.del_dashboard_item img
{
  border: none;
}


/* Activity Feed item */

div.item_activity_feed
{
  width: 430px;
  border-bottom:1px solid #ECECEC;
}

div.item_activity_feed a
{
  border:none;
}

div.item_activity_feed_head
{
  height:30px;
  line-height:30px;
  vertical-align:bottom;
  padding-top:10px;
  padding-bottom:5px;
  font-style:italic;
}

div.item_activity_feed_body
{
/* Make it multiline (#492) */
/*
  height:40px;
  line-height:40px;
  vertical-align:middle;
*/
  padding-top:3px;
  padding-bottom:3px;

  position:relative;
  overflow:hidden;
  font-size:12px;
}

div.item_activity_feed_body img
{
  vertical-align:middle;
  padding-top:1px;
  padding-bottom:1px;
}

/* Right-aligned time_passed div is removed. Maybe it will be reverted back later (#492) */
/*
div.item_activity_feed_time_passed
{
  position:absolute;
  vertical-align:top;
  line-height:15px;
  right:5px;
  top:3px;
  font-size:12px;
  font-style:italic;
  color:#D6D6D6;
}
*/
span.item_activity_feed_time_passed
{
  font-size:12px;
  font-style:italic;
  color:#ADD8E6;
  white-space:nowrap;
}

span.item_act_feed_object
{
  /* white-space:nowrap; */
}
span.item_act_feed_object a
{
  font-weight:bold;
}
/* workaround for IE7 bug with empty places instead of image titles when white-space:nowrap is set (#492) */
span.item_act_feed_object img
{
  padding-right:4px;
}



/****************************************************************/
/*  original filename common/box_selector.css                        */
/****************************************************************/


.box_selector li input {
  visibility: hidden;
  width: 1px;
  height: 1px;
}

.box_selector li.toggle-button {
  width: 170px;
  padding: 4px;
  border: 3px solid #eee;
  float: left;
  margin-right: 5px;
  margin-bottom: 3px;
  margin-left: 1.5em;
  font: 8pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  overflow: hidden;
}

.box_selector .a_block {
  margin-top: 5px;
  padding: 10px;  
  padding-top: 0;
  margin-bottom: 10px;
}

.box_selector .root-toggle-button {
  margin-bottom: 10px;
}
/****************************************************************/
/*  original filename common/readmore.css                        */
/****************************************************************/


div.description p.first
{
    margin: 0 0 0 0;
}

div.description a.show_more,
div.description a.show_less
{
    margin-left: 1em;
    font-size: 12px;
    text-decoration: none;
    font-weight: normal;
    border-bottom:1px dotted #727272;
    white-space: nowrap;
}
div.description a.show_more:hover,
div.description a.show_less:hover
{
    background-color: #7f868f;
    outline: 1px solid #7f868f;
    color: #fff;
}
div.description p
{
    margin: 1em 0 0 0 ;
}
div.description div
{
    margin: -2px 0 0 0;
    padding: 1px 0;
}
div.description div div
{
    margin: 0;
    padding: 0;
}

div.description ul
{
    list-style-type:disc;
}

div#show_less ul
{
    list-style-type:disc;
}

div#show_more ul
{
    list-style-type:disc;
}
/****************************************************************/
/*  original filename scal-calendar.css                        */
/****************************************************************/



/*to get round corners*/
b.rtop{display:block;background: transparent;}
b.rtop b{display:block;height: 1px; overflow: hidden; background: #608294}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4{margin: 0 1px;height: 2px}


/*Styles for date picker*/

.floating{
	background-color: White;
	margin:0px;
	border:1px solid #bfcdd4;
    font-family: Arial;
	font-size:12px;
	width:219px; /* cellwidth * 7 + cellpadding * 14 + cellborder * 14 */
	display:block;
	padding:0px;
	min-height:175px;
}
.floating:hover{
	cursor:pointer;
	/*cursor:hand; /* If you're worried about old IE versions, turn this on.  I have it off because I hate seeing css exceptions in my debug window. ;) */
}
.floating .calwrapper{
	display:block;
}
.floating .calweekswrapper{
	display:block;
	border: solid 1px White;
}
.floating .calheader{
	display: block;
	width:100%;
	text-align:center;
	color:#CF6228;
	font-size:13px;
	font-weight: bold;
    background-color: #EEF3F6;
    padding-bottom: 2px;
}
.floating .caltitle{
	width:auto;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.floating .calcontrol{
	font-weight: bold;
	width:20px;
    background: transparent no-repeat center center;
}

.floating .calcontrol:hover{
}
.floating .calclose{
	float:right;
	display:block;
    background-image: url(/images/close.jpg);
}
.floating .calprevmonth{
	float:left;
        /*background-image: url(images/calendar/month-previous.jpg);*/
}
.floating .calnextmonth{
	float:right;
        /*background-image: url(images/calendar/month-next.jpg);*/
}
.floating .calnextyear{
        float:right;
        /*background-image: url(images/calendar/year-next.jpg);*/
}
.floating .calprevyear{
        float:left;
        /*background-image: url(images/calendar/year-previous.jpg);*/
}
.floating .daybox{
	float:left;
	background-color: white;
	border:1px solid white;
	width:25px;
	padding:2px;
	color:black;
	text-align:center;	
}
.floating .dayboxvalue{
    display: none;
}
.floating .dayboxname{
	border: 1px solid #EEF3F6;
        background-color: #EEF3F6;
	color:#6190AA;
}
.floating .dayboxsunday{
	background-color: White;
	border: 1px solid White;
}
.floating .dayboxsaturday{
	background-color: White;
	border: 1px solid White;
}
.floating .daybox:hover{
}
.floating .dayboxname:hover{
}
.floating .dayinmonth{
	color:#6190AA;
}
.floating .dayoutmonth{
	color:gray;
}
.floating .dayselected{
	background-color: #CF6228;
	color: White;
}
.floating .daycurrent{
	border:1px solid #e8eef7;
}
.floating .weekbox{
	width:100%;
	min-height:21px;
	display:block;
        margin-top:3px;
        background-color: #EEF3F6;
}
.floating .endweek{
	float:left;
}
.floating .weekboxname{
        background-color: #EEF3F6;
}
/****************************************************************/
/*  original filename common/shared_items.css                        */
/****************************************************************/


#atom-index .subtitle,
#category_landing_page .subtitle
{
  color: #6E747D;
  font-size: 20px;
  font-weight: bold;
  margin-top: -6px;
}
#category_landing_page .title_gift
{
 color: #6E747D;
 height:100px;
 /*color:#EEE000;*/
  font-size: 20px;
  font-weight: bold;
  margin-top: -6px;
  padding-top:12px;
}

#category_landing_page .subtitle_gift
{
 color: #DA580F;
 height:100px;
 width:250px;
 float:left;
  font-size: 20px;
  font-weight: bold;
  margin-top: -6px;
  padding-top:0px;
}
#category_landing_page .subtitle_right
{
 width:600px;
 color: #6E747D;
 height:100px;
 float:right;
  font-size: 20px;
  font-weight: normal;
  margin-top: -6px;
  padding-top:0px;
  padding-right :20px;
  padding-left:10px;
}

#landing_page_content {
/*  background: url(/images/diagonal_stripes.gif) repeat;*/
  padding: 0 10px;
}

#landing_page_content .paginate_box {
  padding: 25px 0 60px;
  margin: 0 -10px;
  background-color: #fff;
}

#landing_page_content .pagination a
{
  color:#6E747D;
  font-weight:bold;
}
#landing_page_content .pagination span.current
{
  color:#6E747D;
}

.striped p
{
  margin-bottom:0;
}

.item_title {
  font-size: 13px;
  font-weight:bold;
  margin-top: 10px;
  border-bottom:0px;
}
.item_description,
.item_title
{
  color:#454D56;
}
.item_uploaded {
  color:#ADB3B9;
  font-style: oblique;

}
.item_uploaded_by b {
  color:#7F868F;
  border-bottom:0px;
}
.item_uploaded,
.item_uploaded_by {
  font-size: 11px;
  color: #ADB3B9;
  border-bottom:0px;
}

/* Common for media */
.video_box, .image_box, .audio_box, .link_box, .blog_box,.gift_collection_box, .text_box {
  float: left;
  padding: 8px;
  background-color: #fff;
  overflow: hidden;
}

/* blog */
.blog_box,.gift_collection_box {
  width: 242px;
  height: 265px;
  margin: 20px 27px;
}

.blog_box a ,.gift_collection_box a{
  border: none;
  color: #363B43;
  font-weight: bold;
}

.blog_box .blog
{
  height:140px;
}
.gift_collection_box .gift_collection
{
  height:140px;
  align:center;
  padding-left:30px;
}
.blog_box .blog_title {
	font-weight:bold;
}
.gift_collection_box .gift_collection_title {
	font-weight:bold;
}
.gift_collection_box .gift_collection_body {
	height:62px;
	font-size: 12px;
	margin-top:5px;
	margin-bottom:3px;
	overflow: hidden;
}

.blog_box .toptitle{
	color:#7F7F7F;
	font-family:Helvetica,Arial,sans-serif;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}

.blog_box .top_category{
	float:left;
}

.blog_box .posted {
	float:right;
}

.blog_box .item_read_more {
	font-size:11px;
	margin-top: 5px;
	position: absolute;
}

/* video */
.video_box {
  width: 193px;
  height: 213px;
  margin: 20px 13px;
}

.video_box .video
{
  height:160px;
}
/* images */
.image_box {
  width: 189px;
  height: 243px;
  margin: 20px 13px;
  padding: 10px;
}

.image_box img
{
  height: 188px;
  width: 188px;
}
.image_box .image a {
  border-bottom:none;
}


/* images */
.text_box {
  width: 189px;
  height: 243px;
  margin: 20px 13px;
  padding: 10px;
}

.text_box img
{
  height: 188px;
  width: 188px;
}
.text_box .image a {
  border-bottom:none;
}


/* audio */
.audio_box {
  width: 320px;
  height: 87px;
  margin: 20px 56px;
}

.audio_box .audio {
  margin: 13px 0 0;
}

/* links */
.link_container {
  padding-bottom:20px
}
.link_box {
  width: 444px;
  height: 81px;
  margin: 20px 7px 0;
  padding: 6px;
}

.link_box .item_title
{
  margin:0;
}
.link_box .item_description {
  margin-top:10px;
  overflow:hidden;
  height:34px
}
.link_box .item_title,
.link_box .item_description {
  font-size:12px
}
.link_box a {
  border-bottom:none;
  color:#454D56;
  font-size:12px;
  margin-top: 10px;
}
.link_image {
  float:left;
  padding-right:9px
}

/****************************************************************/
/*  original filename venues.css                        */
/****************************************************************/


/* @override http://devroom/stylesheets/venues.css */

#artist_edit table {
    width: 90%;
    margin-top: 1em;
    margin-bottom: 1em;
}

#artist_edit table td.form_label {
  width: 160px;
  padding-right: 0.4em;
  font-weight: bold;
  font-size: 1.1em;
  color: #454d56;
  text-align: right;
}

#artist_edit table td {
  text-align: left;
  vertical-align: top;
}

#artist_edit input {
  display: inline;
}

#artist_edit table tr {
  display: block;
  margin-bottom: 5px;
}

#artist_edit table span.tooltip_name {
  display: block;
  color: grey;
  font-size: 0.8em;
}

div.hr, div hr {
  display: block;
  width: 96%;
  height:5px;
  background:url(/images/diagonal_stripes.gif) repeat;
  margin-top:5px;
  margin-bottom:10px;
  border:0;
}

div.hr-in {
/*  margin-left: 0;
  margin-top: 0;
*/  margin: 0;
}
ul#events_tabs li {
  display: inline;
  padding-left: 1em;
}

ul#events_tabs a, ul#events_tabs span {
  font-size: 110%;
}

ul#events_tabs span {
  color: #cacccd;
}

ul#events_tabs a {
  font-weight: normal;
  text-decoration: none;
  border-bottom: none;
  color: ##363B43;
}

ul#events_tabs li a.active-tab {
 color: #6e747d;
 font-weight: normal;
 background:url(/images/diagonal_stripes.gif);
 padding: 2px 6px 1px 6px;
}

ul#events_tabs li.right {
  display: block;
  float: right;
}

ul#events_tabs li.right a {
	color: #6e747d;
	font-size: 0.9em;
	letter-spacing: -0.1ex;
}
#overview {
	word-spacing: -1px;
	font-size: 0.8em;
	line-height: 1.1em;
}

a#delete_entity
{
  display:block;
  font-size:10px;
  position:absolute;
  right:7px;
  margin-top:14px;
  margin-right:20px;
  padding-left:14px;
  background:url(/images/action-delete.png) no-repeat 0 0;
  z-index:10;
  border:none;
}

table.event {
	margin-bottom: 1ex;
}
/* Michael's CSS */

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.header_14 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #363B43;
}

.header_12 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #363B43;
}
#events-pod p, #venues-pod p, .grey_11pt {
	font-size: 11px;
	color: #424242;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 13px;
}
.subheader_14 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #7D848D;
}

.subheader_12 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #7D848D;
}

#events-pod img, #venues-pod img, table.event img {
	height: 45px;
}

#events-pod div.body_wrapper,
#venues-pod div.body_wrapper {
    margin-top: 10px;
	margin-left: 20px;
}

.tos { color:#666666;
	font-family:Georgia,Times,serif;
	font-style:italic;
	text-align:center;
	width: 460px;}
/****************************************************************/
/*  original filename anylink/anylinkcssmenu.css                        */
/****************************************************************/


.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: yellow;
}


/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #DADADA;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
/* background: #FFCC99; */
background: #EBEBEB;
width: 95px; /* default width for menu */
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #DADADA;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background: black;
color: white;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #DEFFCA;
}

.anylinkcsscols .column{
width: 130px;
float: left;
}

.anylinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcsscols li{
padding-bottom: 3px;
}

/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}
