body
{
    width: 100%;
    height: 100%;
    min-height: 100%;

    padding: 0px;
    margin: 0px;

    font-size: 11px;
    font-family: Verdana;

    background: #FFFFFF;
}

html
{
    height: 100%;
}

table
{
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;

    font-size: 11px;
}

div
{
    padding: 0px;
    margin: 0px;
    text-align: left;
}

form
{
    margin: 0px;
    padding: 0px;
}

img
{
    margin: 0px;
    padding: 0px;
    border: 0px;
}

p
{
    text-align: left;
    line-height: 1.5;
    margin-bottom: 11px;
    margin-top: 11px;
}

ul
{
    list-style: disc;
    color: #2D2D2D;
}

li
{
    text-align: left;
}

a
{
    font-family: Verdana;
    font-size: 11px;
    text-decoration: none;
    color: #476DB4;
    outline: none;
}

a:hover
{
    text-decoration: underline;
}

h1
{
    color: #000000;

    font-family: Lucida Sans Unicode, Lucida Sans;
    font-size: 25px;
    font-weight: normal;

    margin: 0px;

    text-align: left;
}

h1.gray
{
    font-family: Lucida Sans Unicode, Lucida Sans;
    font-size: 18px;
    font-weight: normal;
    color: #383838;
    text-align: left;
}

a.h1
{
    font-family: Lucida Sans Unicode, Lucida Sans;
    font-size: 16px;
    font-weight: normal;
    color: #476DB4;
    text-decoration: underline;

    margin: 0px;
}

h2
{
    font-family: Lucida Sans Unicode, Lucida Sans;
    font-size: 20px;
    font-weight: normal;
    color: #000000;

    text-align: left;
}

h2 a
{
    font-family: Lucida Sans Unicode, Lucida Sans;
    font-size: 20px;
    font-weight: normal;
}

h2.group_content
{
    margin: 7px 0 9px 0;
}

h3
{
    font-family: Lucida Sans Unicode, Lucida Sans;
    font-size: 16px;
    font-weight: normal;
    color: #3C3C3C;

    text-align: left;
}

h3 a
{
    font-family: Lucida Sans Unicode, Lucida Sans;
    font-size: 16px;
    font-weight: normal;
}

table.header_container
{
    width: 100%;
    background: #FFFFFF;
    background-position: 0px 0px;
    border-bottom: 1px solid #CACCC9;
}

table.header
{
    width: 1000px;
    height: 89px;
}

table.header td.logo
{
    padding-top: 15px;
}

table.header td.user-menu
{
    padding-top: 15px;
    padding-bottom: 13px;
}

table.main_tab_menu td.tab
{
    vertical-align: bottom;
    padding-right: 1px;
}

table.main_tab_menu td.tab .left,
table.main_tab_menu td.tab .right
{
    font-size: 1px;
    width: 5px;
}

table.main_tab_menu td.tab .center
{
    padding-left: 8px;
    padding-right: 8px;
    vertical-align: middle;
}

table.main_tab_menu td.tab .left
{
    background: url("/images/sprites.gif") no-repeat;
    background-position: 0px -1780px;
}

table.main_tab_menu td.tab .center
{
    background: url("/images/sprites.gif") repeat-x;
    background-position: 0px -1814px;
}

table.main_tab_menu td.tab .right
{
    background: url("/images/sprites.gif") no-repeat;
    background-position: 0px -1848px;
}

table.main_tab_menu td.selected .left,
table.main_tab_menu td.selected table.upload .left
{
    background: url("/images/sprites.gif") no-repeat;
    background-position: 0px -1882px;
}

table.main_tab_menu td.selected .center,
table.main_tab_menu td.selected table.upload .center
{
    background: url("/images/sprites.gif") repeat-x;
    background-position: 0px -1920px;
}

table.main_tab_menu td.selected .right,
table.main_tab_menu td.selected table.upload .right
{
    background: url("/images/sprites.gif") no-repeat;
    background-position: 0px -1958px;
}

table.main_tab_menu table.upload .left
{
    background: url("/images/sprites.gif") no-repeat;
    background-position: 0px -1996px;
}

table.main_tab_menu table.upload .center
{
    background: url("/images/sprites.gif") repeat-x;
    background-position: 0px -2029px;
}


table.main_tab_menu table.upload .right
{
    background: url("/images/sprites.gif") no-repeat;
    background-position: 0px -2060px;
}

table.main_tab_menu .state
{
    height: 24px;
    cursor: pointer;
}

table.main_tab_menu td.selected .state
{
    height: 28px;
}

table.main_tab_menu .state td
{
    vertical-align: top;
    text-align: center;
}

table.main_tab_menu a,
table.main_tab_menu a:hover
{
    font-family: Verdana;
    font-size: 12px;
    color: #FFFFFF;

    text-decoration: none;
}

table.main_tab_menu td.selected a,
table.main_tab_menu td.selected a:hover
{
    color: #000000;
}

.text_input
{
    height: 15px;
    border: 1px solid #A6AEB1;

    padding-top: 3px;
    padding-left: 6px;

    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    color: #515151;
}

.text_input_disabled
{
    background-color: #ebebeb;
}

table.content
{
    clear: both;
    width: 1000px;
    margin-top: 32px;
}

table.resources_info_list
{
    width: 358px;
    background: #F6EFE7;
}

td.list_title
{
    padding-top: 10px;
    padding-left: 14px;
    padding-right: 15px;
}

td.list_container
{
    padding-left: 14px;
    padding-right: 12px;
    padding-bottom: 14px;
}

td.list_container_small
{
    padding-left: 28px;
    padding-bottom: 14px;
}

table.resources_info_list td.list_title
{
    padding-top: 15px;
    padding-bottom: 14px;
    padding-left: 18px;
    padding-right: 10px;
}

table.resources_info_list td.list_container
{
    padding-left: 20px;
    padding-right: 18px;
}

table.resources_info_list td.list_container table.list
{
    width: 100%;
}

table.resources_info_list td.resource_info
{
    padding-top: 8px;
    padding-bottom: 8px;

    border-top: 2px solid #FFFFFF;
}

table.resources_info_list tr.top td.resource_info
{
    border-top: 0px;
}

td.resource_info p
{
    line-height: 1.6;
}

table.text_tab_menu
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
}

table.text_tab_menu a
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
}

table.text_tab_menu td
{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 2px;
    padding-bottom: 4px;
}

table.text_tab_menu td.selected
{
    background: #7B7D90;
}

table.text_tab_menu td.selected a,
table.text_tab_menu td.selected a:hover
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
}

table.text_tab_menu td.space
{
    font-size: 1px;
    width: 6px;
    padding: 0px;
}

img.thumbnail
{
    width: 124px;
    height: 93px;
    border: 1px solid #EEEEEE;
    display: block;
    overflow: hidden;
}

img.small_thumbnail
{
    width: 100px;
    height: 75px;
    border: 1px solid #CACCC9;
    display: block;
    overflow: hidden;
}

a.small_thumbnail_popup_icon
{
    position:relative;
    top: -16px;
    left: 106px;
}

.gray
{
    color: #606060;
}

table.resource_rating
{
    margin-top: 2px;
    margin-bottom: 2px;
}

.view_rates
{
    height: 10px;
}

table.topic_resources
{
    background: #EEEFDD;
    width: 100%;
}

table.topic_resources td.topic_resources
{
    padding-left: 17px;
    padding-top: 10px;
    padding-bottom: 12px;
}

table.resources_list .presentation_card td,
table.resources_list .presentation_card_small td
{
    color: #868583;
}

table.resources_list td.resource_item
{
    padding-top: 30px;
}

table.resources_list .presentation_card a.title
{
    font-size: 12px;
    font-weight: normal;
}

table.advanced_resources_list a.title
{
    font-size: 12px;
}

table.resources_list .presentation_card span.title,
table.advanced_resources_list span.title
{
    font-size: 12px;
    font-weight: normal;
    color: #808080;
}

table.resources_list .presentation_card_small a.title
{
    font-size: 11px;
    font-weight: normal;
    font-family: Verdana;
}

table.resources_list td.space
{
    font-size: 1px;
    width: 14px;
}

table.advanced_presentation_card
{
    width: 377px;
    border: 1px solid #D9DCE8;
}

table.advanced_presentation_card p
{
    line-height: 1.2;
}

table.advanced_presentation_card .resource_statistics
{
    height: 24px;
    margin-bottom: 2px;
}

table.advanced_presentation_card .resource_statistics td
{
    vertical-align: top;
    padding-top: 2px;
    font-size: 11px;
    padding-right: 10px;
}

table.advanced_presentation_card td.control_area
{
    background: #F6F6FB;
    border-top: 1px solid #D9DCE8;

    vertical-align: middle;
    padding: 6px;
}

table.advanced_presentation_card td.control_area table.control_container
{
    width: 100%;
}

table.control_container select
{
    width: 120px;
}

table.control_container td.spacer
{
    height: 7px;
}

table.advanced_presentation_card td.status_area
{
    width: 148px;
    height: 30px;
    background: #F3F3E7;

    vertical-align: middle;
}

table.category_list td.status_area
{
    width: 100px;
    text-align: right;
    padding-right: 10px;
}

table.advanced_resources_list td.space
{
    font-size: 1px;
    width: 22px;
}


div.tags
{
    background: #F3F8FE;
    border: 1px solid #ACC3F5;

    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 6px;
}

div.tags div.title
{
    margin-bottom: 8px;
}

div.tags a
{
    font-family: Trebuchet MS;
}

div.tags p
{
    line-height: 1.2;
    margin: 0px;
}

div.tags a.selected
{
    color: #FFFFFF;
    background: #7B7D90;
}

img.user_medium_thumbnail
{
    width: 70px;
    height: 70px;
    border: 1px solid #80807E;
    display: block;
    overflow: hidden;
}

img.user_small_thumbnail
{
    width: 35px;
    height: 35px;
    border: 1px solid #80807E;
    display: block;
    overflow: hidden;
}

table.active_users td
{
    padding-top: 12px;
}

table.active_users a
{
    font-size: 11px;
    font-weight: bold;

    margin-top: 2px;
}

table.active_users td.space
{
    font-size: 1px;
    width: 12px;
}

div.group_members_block table.active_users td.space
{
    width: 5px;
}

table.topics_block
{
    width: 100%;
    margin-top: 10px;
}

table.topics_block a
{
    font-size: 12px;
}

table.topics_block p
{
    line-height: 1.6;
}

div.footer_menu_container
{
    width: 1000px;
    margin: 10px auto 0px;
}

div.footer_menu_container div.footer_rights
{
    clear: both;
    position: relative;
    top: 10px;
    text-align: center;
}

ul.footer_menu
{
    list-style: none;

    margin: 0px;
    padding: 0px;
}

ul.footer_menu li
{
    float: left;
}

ul.footer_menu ul
{
    list-style: none;

    margin: 0px;
    margin-left: 63px;
    padding: 0px;
}
ul.footer_menu ul.footer_info
{
    width: 79px;

    margin-left: 0px;
}

ul.footer_menu ul.footer_browse
{
    width: 76px;
}

ul.footer_menu ul.footer_help
{
    width: 53px;
}

ul.footer_menu ul.footer_rss
{
    width: 87px;
}

ul.footer_menu ul.ispring_products
{
    width: 119px;
}

ul.footer_menu ul.footer_addins
{
    width: 147px;
}

ul.footer_menu li.footer_follow_us
{
    float: right;
}

ul.footer_menu li.footer_follow_us ul
{
    width: 62px;
    margin: 0px;
}

ul.footer_menu ul li
{
    float: none;
    line-height: 1.6;

    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #3C435E;
}

ul.footer_menu a
{
    font-weight: normal;
}

table.tooltip_shadow td.left
{
    width: 5px;
    font-size: 1px;
}

table.tooltip_shadow td.right
{
    width: 10px;
    font-size: 1px;
}

table.tooltip_shadow tr.top td
{
    height: 5px;
    font-size: 1px;
}

table.tooltip_shadow tr.bottom td
{
    height: 17px;
    font-size: 1px;
}

table.tooltip_shadow tr.top td.left
{
    background: url("/images/tooltip_shadow/shadow_lt.gif") no-repeat;
}

table.tooltip_shadow tr.top td.center
{
    background: url("/images/tooltip_shadow/tooltip_sprites.png") repeat-x;
    background-position: 0px -100px;
}

table.tooltip_shadow tr.top td.right
{
    background: url("/images/tooltip_shadow/tooltip_sprites.png") no-repeat;
    background-position: 0px 0px;
}

table.tooltip_shadow tr.center td.center
{
    background: #FFFFFF;
}

table.tooltip_shadow tr.center td.left
{
    background: url("/images/tooltip_shadow/tooltip_vsprites.png") repeat-y;
    background-position: 0px 0px;
}

table.tooltip_shadow tr.center td.right
{
    background: url("/images/tooltip_shadow/tooltip_vsprites.png") repeat-y;
    background-position: -10px 0px;
}

table.tooltip_shadow tr.bottom td.left
{
    background: url("/images/tooltip_shadow/tooltip_sprites.png") no-repeat;
    background-position: 0px -40px;
}

table.tooltip_shadow tr.bottom td.center
{
    background: url("/images/tooltip_shadow/tooltip_sprites.png") repeat-x;
    background-position: 0px -80px;
}

table.tooltip_shadow tr.bottom td.right
{
    background: url("/images/tooltip_shadow/tooltip_sprites.png") no-repeat;
    background-position: 0px -20px;
}

table.tooltip_shadow tr.bottom table
{
    width: 100%;
    height: 17px;

    font-size: 1px;
}

table.tooltip_shadow tr.bottom td.arrow
{
    width: 18px;
    height: 17px;

    background: url("/images/tooltip_shadow/tooltip_sprites.png") no-repeat;
    background-position: 0px -60px;
}

.hr
{
    width: 100%;
    height: 1px;
    border-top: 1px solid #DFDFDF;
}

td.tab_menu
{
    background: #F6F6F6;
    height: 27px;
    vertical-align: middle;
}

table.menu_container tr.top td.left
{
    background: url('/images/tab_menu/round_corners.gif') no-repeat;
    width: 2px;
    height: 2px;
    font-size: 1px;
}

table.menu_container tr.top td.center
{
    background: url('/images/tab_menu/border.gif') repeat-x;
    height: 2px;
    font-size: 1px;
}

table.menu_container tr.top td.right
{
    background: url('/images/tab_menu/round_corners.gif') no-repeat -2px 0px;
    width: 2px;
    height: 2px;
    font-size: 1px;
}

table.menu_container tr.center td.left
{
    background: url('/images/tab_menu/border.gif') repeat-y left;
    width: 2px;
    font-size: 1px;
}

table.menu_container tr.center td.center
{
    padding: 0px 2px;
    vertical-align: middle;
}

table.menu_container tr.center td.right
{
    background: url('/images/tab_menu/border.gif') repeat-y right;
    width: 2px;
    font-size: 1px;
}

table.menu_container tr.bottom td.left
{
    background: url('/images/tab_menu/round_corners.gif') no-repeat 0px -2px;
    width: 2px;
    height: 2px;
    font-size: 1px;
}

table.menu_container tr.bottom td.center
{
    background: url('/images/tab_menu/border.gif') repeat-x bottom;
    height: 2px;
    font-size: 1px;
}

table.menu_container tr.bottom td.right
{
    background: url('/images/tab_menu/round_corners.gif') no-repeat -2px -2px;
    width: 2px;
    height: 2px;
    font-size: 1px;
}

td.tab_menu table.text_tab_menu a,
td.tab_menu table.text_tab_menu a:hover
{
    font-size: 11px;
    font-weight: normal;
}

td.tab_menu .presentations_filters_more a,
td.tab_menu .presentations_filters_more a:hover
{
    font-size: 11px;
    font-weight: normal;
}

td.sort_menu_container
{
    padding-top: 10px;
}

td.sort_menu_container table.text_tab_menu
{
    margin-left: auto;
}

td.date_filter_menu
{
    vertical-align: middle;
    background-color: #E8EAD8;

    width: 170px;
    height: 40px;

    border-left: 2px solid #FFFFFF;
}

table.form
{
    font-weight: bold;
    color: #606060;
}

table.form td.field_name
{
    vertical-align: top;
    padding: 6px 7px 6px 23px;
}

table.form td.field
{
    vertical-align: top;
    padding-bottom: 6px;
}

table.form p
{
    font-weight: normal;
    margin: 0px;
}

td.form_field
{
    font-weight: bold;
    color: #606060;
    text-align: left;
}

.form .text_input,
.form_text_input
{
    border: 1px solid #A6AEB1;

    padding-top: 3px;
    padding-left: 6px;

    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    color: #515151;

    width: 292px; /* 300 - 2px (border) - 6px (padding) */
}

.form select.text_input,
select.form_text_input
{
    padding: 0px;
    width: 300px;
}

.slidelog_option_text_input
{
    width: 302px; /* 304px - 2px (border) */
}

select.slidelog_option_text_input
{
    width: 304px;
}

.short_select
{
    width: 100px;
}

.form span.error
{
    font-family: Verdana;
    font-size: 11px;
    color: #C43303;
}

.form span
{
    position: relative;
    top: 3px;

    font-weight: normal;
    font-size: 11px;
}

.form a
{
    font-weight: normal;
}

.form .notice
{
    font-weight: normal;
    color: #808080;
}

.form .status,
.emailSettings .status,
div.status
{
    font-weight: bold;
    color: #000000;
}

.emailSettings p
{
    margin: 0px;
}

div.status
{
    margin: 10px;
}

.form .icon_status
{
    position: relative;
    top: 6px;
    margin-top: -8px;
    margin-left: 8px;
}

table.form_bg
{
    border: 1px solid #A6AEB1;
    background: #F6F6F6;
}

table.form_bg tr.top td,
table.form_bg tr.bottom td
{
    height: 8px;
    font-size: 1px;
}

table.form_bg tr.top td.left
{
    width: 8px;

}

table.form_bg tr.top td.right
{
    width: 8px;
}

table.form_bg tr.center td.left,
table.form_bg tr.center td.right
{
    font-size: 1px;
}

select.text_input
{
    padding-top: 0px;
    padding-left: 0px;
    height: 18px;
}

textarea.text_input
{
    height: 80px;
}

.form .fieldTitle
{
    padding-top: 10px;
}

div.popular_topics
{
    background: #FFFFFF;
    border: 1px solid #BFC2C3;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 15px;
}

div.popular_topics .selected
{
    background: #7B7D90;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: normal;
    padding: 2px;
}

div.popular_topics p
{
    line-height: 1.8;
}

div.popular_topics p a
{
    font-size: 12px;
}

.gray
{
    color: #808080;
}

a.small
{
    font-size: 11px;
}

a.medium
{
    font-size: 12px;
}

td.control
{
    background: #F6F6F6;
    height: 27px;
    width: 100%;
    text-align: left;
    vertical-align: middle;
}

span.selected
{
    font-size: 12px;
    font-weight: bold;
    color: #E64400;
}

table.user_activity td
{
    padding-bottom: 10px;
    vertical-align: top;
}

table.user_activity a
{
    font-size: 11px;
}

table.user_activity p
{
    line-height: 1.3;
}

div.comments
{
    font-size: 12px;
}

div.comments p
{
    margin: 0px;
    margin-bottom: 10px;
}

.comment
{
    font-size: 12px;
}

p.comment
{
    margin-top: 0px;
}

.error
{
    font-size: 14px;
    color: #FF0000;
}

ul.upload_error,ol.upload_error
{
    line-height: 1.6;
}

p.resource_info
{
    line-height: 1.8;
    color: #000000;
}

p.resource_info a
{
    font-size: 11px;
}

table.share_slideshow a
{
    font-size: 11px;
}

div.my_account_menu
{
    width: 193px;
    border: 1px solid #ACB0C6;
    background: #F6F6FB;
    margin-top: 14px;
    padding: 12px 3px 10px 3px;
}

div.my_account_menu .ul_container
{
    margin-left: -40px;
}

div.my_account_menu ul
{
    list-style: none;
    margin-top: 0px;
    margin-bottom: 0px;
}

div.my_account_menu ul li
{
    font-size: 0px;
    line-height: 1.6;
    border-bottom: 1px solid #F3F8FE;
}

div.my_account_menu ul a
{
    display: block;

    font-size: 12px;

    margin-left: 4px;
    margin-right: 4px;
}

div.my_account_menu ul li.selected table td.content
{
    background: url('/images/profile/selected_item_bg.gif') repeat-x;
}

div.my_account_menu ul li.selected table td.left,
div.my_account_menu ul li.selected table td.right
{
    background: url('/images/profile/selected_item_side.gif');
    width: 1px;
    height: 22px;
}

div.my_account_menu ul li.selected a
{
    color: #FFFFFF;

    margin: 0px;
    padding: 1px 0px 1px 4px;
}

div.my_account_menu ul li.selected
{
    padding-top: 1px;
}

div.my_account_menu ul li .ul_container
{
    margin-left: -26px;
}

div.my_account_menu ul li.sub_menu ul
{
    #margin-top: -2px;
}

div.my_account_menu ul li table
{
    width: 100%;
}

div.my_account_menu a.dropdown_marker,
div.my_account_menu li.selected a.dropdown_marker
{
    margin: 0px;
    padding: 0px;
    background: none;
}

div.my_account_menu img.pro_image_delim
{
    margin: 10px 0 10px 0;
}

div.my_account_menu span.tech_support_delim
{
    font-size: 1px;
    border-top: 1px solid #A6AAB7;
    display: block;
    background: #F3F8FE;
    margin: 11px 0px 11px 0px;
}

div.my_account_menu a.get_support_link
{
    font-weight: normal;
    font-size: 11px;
    position: relative;
    left: 17px;
}

.upload_progress
{
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}

td.progress_bar
{
    padding: 1px;
    border: 1px solid #7D7D7D;
}

.transcription_index
{
    width: 24px;
    height: 24px;
    border: 1px solid #BFBFBF;

    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    color: #000000;
    font-weight: bold;
}

.button,
.green_button,
.blue_button,
.shine_button
{
    height: 24px;
    float: left;
}

.button .left,
.green_button .left,
.blue_button .left,
.button .right,
.green_button .right,
.blue_button .right,
.shine_button .left,
.shine_button .right
{
    height: 24px;
    float: left;
}

.button .center,
.green_button .center,
.blue_button .center,
.shine_button .center
{
    height: 24px;
    cursor: pointer;

    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    float: left;

    text-align: center;
}

.button .disabled .center
{
    cursor: default;
}

.button .center input,
.green_button .center input,
.blue_button .center input,
.shine_button .center input
{
    height: 18px;
    padding: 0px;
    margin: 0px;
    background: none;
    border: none;
    cursor: pointer;
    overflow: visible;

    position: relative;
    top: -2px;
}

.button .left
{
    width: 2px;
    background: url("/images/sprites.gif") no-repeat;
    background-position: 0px -706px;
}

.button .center
{
    font-size: 12px;
    font-weight: normal;
    color: #000000;

    background: url("/images/sprites.gif") repeat-x;
    background-position: 0px -586px;
}

.button .center input
{
    color: #000000;
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
}

.button .right
{
    width: 2px;
    background: url("/images/sprites.gif") no-repeat;
    background-position: 0px -826px;
}

.button .disabled .left
{
    background: url("/images/sprites.gif") no-repeat;
    background-position: 0px -786px;
}

.button .down .left
{
    background: url("/images/sprites.gif") no-repeat;
    background-position: 0px -746px;
}

.button .disabled .center
{
    color: #ABABAB;
    background: url("/images/sprites.gif") repeat-x;
    background-position: 0px -666px;
}

.button .down .center
{
    background: url("/images/sprites.gif") repeat-x;
    background-position: 0px -626px;
}

.button .disabled .right
{
    background: url("/images/sprites.gif") no-repeat;
    background-position: 0px -906px;
}

.button .down .right
{
    background: url("/images/sprites.gif") no-repeat;
    background-position: 0px -866px;
}

.green_button .left
{
    width: 4px;
    background: url("/images/sprites.gif") no-repeat;
    background-position: 0px -1066px;
}

.green_button .disabled .left
{
    background: url("/images/sprites.gif") no-repeat;
    background-position: 0px -1146px;
}

.green_button .over .left
{
    background: url("/images/sprites.gif") no-repeat;
    background-position: 0px -1106px;
}

.green_button .down .left
{
    background: url("/images/sprites.gif") no-repeat;
    background-position: 0px -1306px;
}

.green_button .right
{
    width: 4px;
    background: url("/images/sprites.gif") no-repeat;
    background-position: 0px -1186px;
}

.green_button .disabled .right
{
    background: url("/images/sprites.gif") no-repeat;
    background-position: 0px -1266px;
}

.green_button .over .right
{
    background: url("/images/sprites.gif") no-repeat;
    background-position: 0px -1226px;
}

.green_button .down .right
{
    background: url("/images/sprites.gif") no-repeat;
    background-position: 0px -1386px;
}

.green_button .center
{
    background: url("/images/sprites.gif") repeat-x;
    background-position: 0px -946px;

    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
}

.green_button .disabled .center
{
    background: url("/images/sprites.gif") repeat-x;
    background-position: 0px -1026px;
}

.green_button .over .center
{
    background: url("/images/sprites.gif") repeat-x;
    background-position: 0px -986px;
}

.green_button .down .center
{
    background: url("/images/sprites.gif") repeat-x;
    background-position: 0px -1346px;
}

.green_button .center input,
.blue_button .center input,
.shine_button .center input
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
}

.blue_button .left
{
    width: 4px;
    background: url("/images/sprites.gif") no-repeat;
    background-position: 0px -1426px;
}

.blue_button .disabled .left
{
    background: url("/images/sprites.gif") no-repeat;
    background-position: 0px -1146px;
}

.blue_button .over .left
{
    background: url("/images/sprites.gif") no-repeat;
    background-position: 0px -1466px;
}

.blue_button .down .left
{
    background: url("/images/sprites.gif") no-repeat;
    background-position: 0px -1506px;
}

.blue_button .right
{
    width: 4px;
    background: url("/images/sprites.gif") no-repeat;
    background-position: 0px -1546px;
}

.blue_button .disabled .right
{
    background: url("/images/sprites.gif") no-repeat;
    background-position: 0px -1266px;
}

.blue_button .over .right
{
    background: url("/images/sprites.gif") no-repeat;
    background-position: 0px -1586px;
}

.blue_button .down .right
{
    background: url("/images/sprites.gif") no-repeat;
    background-position: 0px -1626px;
}

.blue_button .center
{
    background: url("/images/sprites.gif") repeat-x;
    background-position: 0px -1666px;

    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
}

.blue_button .disabled .center
{
    background: url("/images/sprites.gif") repeat-x;
    background-position: 0px -1026px;
}

.blue_button .over .center
{
    background: url("/images/sprites.gif") repeat-x;
    background-position: 0px -1706px;
}

.blue_button .down .center
{
    background: url("/images/sprites.gif") repeat-x;
    background-position: 0px -1746px;
}


.shine_button .left
{
    width: 4px;
    background: url("/images/sprites.gif") no-repeat;
    background-position: 0px -2150px;
}

.shine_button .disabled .left
{
    background: url("/images/sprites.gif") no-repeat;
    background-position: 0px -2270px;
}

.shine_button .over .left
{
    background: url("/images/sprites.gif") no-repeat;
    background-position: 0px -2190px;
}

.shine_button .down .left
{
    background: url("/images/sprites.gif") no-repeat;
    background-position: 0px -2230px;
}

.shine_button .right
{
    width: 4px;
    background: url("/images/sprites.gif") no-repeat;
    background-position: 0px -2470px;
}

.shine_button .disabled .right
{
    background: url("/images/sprites.gif") no-repeat;
    background-position: 0px -2590px;
}

.shine_button .over .right
{
    background: url("/images/sprites.gif") no-repeat;
    background-position: 0px -2510px;
}

.shine_button .down .right
{
    background: url("/images/sprites.gif") no-repeat;
    background-position: 0px -2550px;
}

.shine_button .center
{
    background: url("/images/sprites.gif") repeat-x;
    background-position: 0px -2310px;

    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
}

.shine_button .disabled .center
{
    background: url("/images/sprites.gif") repeat-x;
    background-position: 0px -2430px;
}

.shine_button .over .center
{
    background: url("/images/sprites.gif") repeat-x;
    background-position: 0px -2350px;
}

.shine_button .down .center
{
    background: url("/images/sprites.gif") repeat-x;
    background-position: 0px -2390px;
}

.rank_it
{
    font-family: Trebuchet MS;
    font-size: 14px;
    font-weight: bold;
    color: #808080;
}

.rates
{
    height: 17px;
}

tr.header td
{
    background-color: #747686;
    height: 20px;

    text-align: left;
    vertical-align: middle;

    font-family: Verdana;
    font-size: 11px;
    color: #FFFFFF;
    font-weight: normal;
}

tr.centered td
{
    text-align: center;
}

tr.odd_row, tr.odd_row td
{
    background-color: #F7F7F7;
}

tr.even_row, tr.even_row td
{
    background-color: #FFFFFF;
}

ul.sitemap
{
    list-style-type: none;
    padding-top: 0px;
    margin-top: 0px;
}

ul.sitemap a
{
    font-size: 12px;
}

ul.sitemap li
{
    padding-top: 3px;
    padding-bottom: 3px;
}

table.about p, p.about
{
    font-size: 12px;
}

table.about p.note
{
    padding-left: 25px;
    font-size: 11px;
}

.about a
{
    font-size: 12px;
}

.about ul
{
    font-size: 12px;
    line-height: 1.5;
}

.about ul ul
{
    list-style: circle;
}

td.about_team
{
    background: #F3F3E7;
    padding: 15px;
    padding-top: 5px;
}

td.about_team h1
{
    font-family: Trebuchet MS;
    font-weight: bold;
    font-size: 16px;
    color: #828282;
}

table.about_team td
{
    padding-bottom: 20px;
}

table.about_team img
{
    border: 1px solid #AAAAAA;
}

table.about_team span.title
{
    font-weight: bold;
    font-size: 12px;
}

div.registration_right_block
{
    padding-top: 44px;
    width: 443px;
    float: right;
}

table.bookmarks a
{
    text-decoration: none;
}

table.bookmarks img
{
    position: relative;
    top: 2px;
}

td.terms ul
{
    line-height: 1.6;
}

div.terms_citation
{
    margin-top: 3px;
    padding-right: 23px;
}

div.terms_citation p
{
    font-weight: normal;
    margin-bottom: 5px;
}

div.terms_citation ul
{
    font-weight: normal;
    margin: 0px;
}

div.terms_citation ul li
{
    padding-bottom: 5px;
}

td.top_border
{
    border-top: 1px solid #DF662F;
}

table.news
{
    margin-bottom: 15px;
}

table.news a,
table.news a:hover
{
    font-family: Trebuchet MS;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}

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

table.news td.date
{
    font-size: 10px;
    color: #808080;

    padding-top: 2px;
    padding-bottom: 5px;
}

table.news p
{
    font-size: 12px;
}

td.captcha_refresh
{
    vertical-align: middle;
    width: 200px;
    padding-left: 10px;

    font-size: 11px;
    font-weight: normal;
    color: #808080;
}

td.captcha_refresh .button
{
    margin-top: 5px;
}

div.graphic_comment
{
    float: left;
    width: 232px;
    height: 174px;

    margin-left: 48px;

    cursor: pointer;

    background-position:center center;
    background-repeat: no-repeat;
}

* html div.graphic_comment
{
    display: inline;
    position: relative;
}

table.graphic_comment_placeholder
{
    width: 100%;
    height: 200px;
}

table.graphic_comment_placeholder td
{
    vertical-align: middle;
    text-align: center;
}

ol.faq
{
    list-style: decimal;

    font-size: 12px;
    font-weight: bold;
    color: #000000;
    font-style: italic;
}

ol.faq li
{
    margin-bottom: 10px;
}

ol.faq h2
{
    font-style: normal;
    margin-left: -40px;
}

ol.faq p
{
    margin-top: 3px;
    margin-bottom: 0px;

    font-size: 12px;
    color: #000000;
    font-style: normal;
    font-weight: normal;
}

ol.faq ul
{
    font-size: 12px;
    color: #000000;
    font-style: normal;
    font-weight: normal;
}

ol.faq ul li
{
    margin-top: 0px;
    margin-bottom: 4px;
}

ol.faq a
{
    font-size: 12px;
}

ol.faq span.selected
{
    display: block;

    background: #FFCB7A;
    color: #000000;

    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
}

ol.faq table
{
    margin-top: 2px;
}

ol.faq table td
{
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;

    line-height: 1.6;
}

a.page
{
    font-size: 12px;
}

span.rate_plus
{
    color: #00A317;
}

span.rate_minus
{
    color: #FF734A;
}

span.rate_zero
{
    color: #868583;
}

table.rate_block
{
    width: 104px;

    background: #FFFFFF;
}

table.rate_block tr.top td.left
{
    background: url('/images/rate_block_corners.gif') no-repeat 0px 0px;
    width: 3px;
    height: 3px;
    font-size: 1px;
}

table.rate_block tr.top td.center
{
    background: url('/images/rate_block_border.gif') repeat-x;
    height: 3px;
    font-size: 1px;
}

table.rate_block tr.top td.right
{
    background: url('/images/rate_block_corners.gif') no-repeat 0px -3px;
    width: 3px;
    height: 3px;
    font-size: 1px;
}

table.rate_block tr.center td.left
{
    background: url('/images/rate_block_border.gif') repeat-y;
    width: 3px;
    font-size: 1px;
}

table.rate_block tr.center td.right
{
    background: url('/images/rate_block_border.gif') repeat-y right;
    width: 3px;
    font-size: 1px;
}

table.rate_block tr.bottom td.left
{
    background: url('/images/rate_block_corners.gif') no-repeat -3px 0px;
    width: 3px;
    height: 3px;
    font-size: 1px;
}

table.rate_block tr.bottom td.center
{
    background: url('/images/rate_block_border.gif') repeat-x bottom;
    height: 3px;
    font-size: 1px;
}

table.rate_block tr.bottom td.right
{
    background: url('/images/rate_block_corners.gif') no-repeat -3px -3px;
    width: 3px;
    height: 3px;
    font-size: 1px;
}


table.rate_block span.rate_plus,
table.rate_block span.rate_minus,
table.rate_block span.rate_zero
{
    font-family: Trebuchet MS;
    font-size: 18px;
}

td.resource_links
{
    vertical-align: middle;

    padding-left: 12px;
    padding-right: 12px;
}

div.rate_block_container
{
    float: left;
}

div.resource_links_container
{
    float: right;
    padding-top: 3px;
    padding-right: 12px;
}

div.resource_links_container div.resource_link
{
    float: left;
    line-height: 24px;
    margin-left: 16px;
}

div.resource_link a.resource_link_icon
{
    display: block;
    float: left;
    margin-right: 8px;
}

div.resource_links_container div.download_link_container
{
    float: left;
    margin-left: 16px;
}

div.download_link_container div.resource_link
{
    float: none;
    position: relative;
    margin-left: 0px;
}

* div.resource_link a.resource_link_icon
{
    margin-right: 4px;
}

* html div.resource_links_container div.resource_link
{
    display: inline;
    margin-left: 16px;
}

* html div.resource_links_container div.download_link_container
{
    display: inline;
}

* html  div.resource_links_container div.download_link_container div.resource_link div
{
    width: 1px;
}

* html div.download_link_container div.resource_link a
{
    margin-top: 7px;
    display: block;
    float: left;
    line-height: 1;
}

* html div.download_link_container div.resource_link a.resource_link_icon
{
    margin-top: 0px;
    margin-right: 8px;
}

* html div.download_link_container div.resource_link img.dropdown_marker
{
    display: block;
    margin-top: 5px;
    margin-left: 5px;
    vertical-align: bottom;
}

img.small_page_navigator
{
    position: relative;
    top: 4px;
}

div.comments_title
{
    margin-top: 19px;
    margin-bottom: 6px;
    height: 26px;
}

div.comments_title h1,
div.comments_title div.post_comment_link_container
{
    display: block;
    float: left;
    line-height: 26px;
}

div.comments_title div.post_comment_link_container
{
    margin-left: 12px;
    font-weight: bold;
}

div.comments_title div.small_page_navigator
{
    float: right;
    padding-top: 4px;
}

div.comments_bottom
{
    margin-top: 6px;
    height: 16px;
}

div.comments_bottom div.small_page_navigator
{
    float: right;
}

div.comments_list
{
    border: 1px solid #D9DCE8;
    padding: 1px;

    position: relative;
    overflow: hidden;
}

div.graphic_comments_container
{
    height: 218px;
}

div.comments_list div.comment_creator_photo
{
    border-right: 1px solid #FFFFFF;

    float: left;

    margin-right: 10px;

    width: 37px;
    height: 37px;
}

div.comments_list div.comment
{
}

div.comments_list div.comment p
{
    margin-top: 4px;
    margin-left: 48px;
    margin-bottom: 7px;

    overflow:auto;
    width: 438px;
}

div.comments_list div.comment div.title
{
    background: #F6F6Fb;
    height: 37px;
    position: relative;
}

div.comments_list div.comment div.title img.pro_icon
{
    vertical-align: baseline;
    top: 3px;
}

div.comments_list div.comment div.comment_info
{
    padding-top: 11px;
}

div.comments_list div.rate_block_container
{
    float: right;
    height: 14px;
    line-height: 14px;

    padding-left: 12px;
    padding-right: 12px;

    margin-top: 10px;
}

div.comments_list div.rate_block_container img
{
    vertical-align: bottom;
}

div.comments_list div.rate_block_container a
{
    float: left;
    display: block;
}

div.comments_list div.rate_block_container a.complain_link
{
    margin-left: 50px;
}

div.comments_list div.rate_block_container a.share_comment_link
{
    margin-left: 8px;
}

div.comments_list div.rate_block_container div.remove_comment_link_container
{
    float: left;
}

div.comments_list div.rate_block_container div.remove_comment_link_container a.remove_comment_link
{
    margin-left: 6px;
}

div.comments_list div.rate_block_container div.remove_comment_link_container a.remove_comment_link_icon img
{
    margin-top: 1px;
}

div.comments_list div.rate_block_container div.remove_link_separator
{
    float: left;
    margin: 0 6px;
}

div.graphic_comment_container a.complain_link
{
    float: left !important;
    margin-left: 8px !important;
}

div.graphic_comment_container div.comment_container
{
    margin-top: 7px;
    margin-bottom: 7px;
}

div.graphic_comment_container div.comment_container div.graphic_comment_clear
{
    clear: both;
}

div.graphic_comment_container div.comment_container p
{
    display: block;
    float: left;

    margin-left: 10px;
    margin-top: 0px;
    margin-bottom: 0px;

    width: 196px;
}

div.comments_list div.rate_block_container div.rate_minus,
div.comments_list div.rate_block_container div.rate_zero,
div.comments_list div.rate_block_container div.rate_plus
{
    float: left;
    margin: 0 8px;
    font-size: 11px;
}

div.comments_list table.comments_list
{
    border: 0px;
    padding-bottom: 0px;
}

table.comments_list
{
    width: 100%;
    border: 1px solid #DADDE2;
    padding-bottom: 10px;
}

table.comments_list td
{
    vertical-align: middle;
}

table.comments_list td td
{
    padding-top: 0px;
    vertical-align: middle;
}

table.comments_list td.comment_creator_photo
{
    width: 35px;
    padding-left: 10px;
    padding-right: 5px;
    vertical-align: top;
}

table.comments_list span.rate_plus,
table.comments_list span.rate_minus,
table.comments_list span.rate_zero
{
    font-weight: bold;
    position: relative;
    top: -3px;
}

table.resource_statistics
{
    background: #FFFFFF;
    color: #606060;
}

table.resource_statistics td
{
    vertical-align: middle;
    padding-bottom: 2px;
    padding-right: 24px;
    padding-left: 0px;
}

table.resource_statistics tr.top_row td
{
    padding-top: 6px;
}

table.resource_statistics tr.bottom_row td
{
    padding-bottom: 6px;
}

table.resource_statistics img
{
    vertical-align: middle;
}

table.resource_share
{
    width: 100%;
    background: #F6F6FB;
}

table.user_resources
{
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #ACB0C6;
}

table.related_resources
{
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #ACB0C6;
}

table.error_form
{
    margin-top: 50px;
    border: 2px solid #E54E00;
    background: #F6EFE7;
    padding: 20px;
}

table.error_form p,
table.error_form a,
table.error_form li
{
    font-size: 14px;
}

table.error_form ol
{
    line-height: 1.6;
}

.replace_file table.error_form
{
    margin-top: 0px;
    width: 100%;
}

table.post_comment
{
    border: 1px solid #A6AEB1;
    background: #F6F6F6;

    padding: 10px;
}

textarea.post_comment
{
    width: 470px;
    height: 80px;
    margin-top: 8px;

    font-size: 18px;
    color: #383838;
}

table.shadow td.right
{
    width: 5px;
    height: 100%;
    font-size: 1px;
    line-height: 1px;
}

table.shadow tr.bottom td
{
    height: 5px;
    font-size: 1px;
    line-height: 1px;
}

table.shadow td.right table
{
    font-size: 1px;
    line-height: 1px;
    width: 100%;
    height: 100%;
}

table.shadow td.right td.top
{
    height: 8px;
    background: url("/images/shadow/shadow_sprites.png") no-repeat;
    background-position: 0px -30px;
}

table.shadow td.right td.center
{
    background: url("/images/shadow/shadow_r.png") repeat-y;
}

table.shadow tr.bottom table
{
    width: 100%;
    height: 100%;
    font-size: 1px;
}

table.shadow tr.bottom td.left
{
    width: 8px;
    background: url("/images/shadow/shadow_sprites.png") no-repeat;
    background-position: 0px -10px;
}

table.shadow tr.bottom td.center
{
    background: url("/images/shadow/shadow_sprites.png") repeat-x;
    background-position: 0px 0px;
}

table.shadow tr.bottom td.right
{
    background: url("/images/shadow/shadow_sprites.png") no-repeat;
    background-position: 0px -20px;
}

table.page_navigator,
table.page_navigator a
{
    font-family: Verdana;
    font-size: 11px;
}

table.page_navigator td
{
    height: 18px;
    text-align: center;
    vertical-align: middle;

    padding-left: 7px;
    padding-right: 6px;
}

table.page_navigator td.selected
{
    background: #7B7D90;
    color: #FFFFFF;
}

table.page_navigator span.disabled
{
    color: #868583;
}

.small_page_navigator table.page_navigator,
.small_page_navigator table.page_navigator a
{
    font-size: 12px;
    font-family: Verdana;
    font-weight: bold;
}

.small_page_navigator table.page_navigator td
{
    height: 15px;

    padding-left: 4px;
    padding-right: 4px;
}

.why_join p
{
    font-size: 12px;
}

.why_join ul
{
    list-style: decimal;
    font-size: 12px;
    line-height: 1.6;
    margin-top: -10px;
}

span.copy_done
{
    font-weight: bold;
    color: #00A317;
}


td.user_info p
{
    line-height: 1.6;
}

span.passwordStrength0,
span.passwordStrength1,
span.passwordStrength2,
span.passwordStrength3,
span.passwordStrength4
{
    font-weight: bold;
    font-family: Verdana;
    font-size: 11px;
}

span.passwordStrength0
{
    color: #C43303;
}

span.passwordStrength1
{
    color: #EB7900;
}

span.passwordStrength2
{
    color: #EAA200;
}

span.passwordStrength3
{
    color: #A6B600;
}

span.passwordStrength4
{
    color: #66A934;
}

p.upload_warning
{
    color: #DC3100;
}

table.comment_title
{
    width: 100%;
    height: 26px;
    padding-right: 10px;
}

table.comment_title td.left
{
    background: #F3F3E7;
}

table.comment_title td.right
{
    background: #E8E9D7;
    border-left: 2px solid #FFFFFF;
}

pacts
{
    font-size: 12px;
}

table.contacts
{
    width: 95%;
}

table.contacts td
{
    padding-top: 10px;
}

table.contacts td.title
{
    width: 30%;

    border-bottom: 1px solid #000000;
    padding-top: 0px;
    padding-bottom: 5px;

    font-size: 12px;
    font-weight: bold;
    color: #000000;
}

table.contacts td.space
{
    font-size: 1px;
}

table.contacts p,
table.contacts a
{
    font-size: 12px;
}

table.upload_privacy_options
{
    width: 291px;
}

table.upload_privacy_options td.title
{
    height: 20px;
    border: 1px solid #A6AEB1;

    background: url("/images/upload_privacy_options_header_bg.gif") repeat-x;

    padding-left: 4px;
    padding-right: 4px;
}

table.upload_privacy_options td.title td
{
    color: #5C5C68;
}

table.upload_privacy_options td.title span
{
    top: 0px;
    color: #000000;
}

table.upload_privacy_options td.content
{
    height: 140px;
    border: 1px solid #A6AEB1;
    border-top: 0px;

    background: #FFFFFF;
}

table.upload_privacy_options td.content table
{
    margin: 20px;
}

table.upload_privacy_options td.content table input
{
    margin: 0px;
}

table.upload_privacy_options td.content table td.label
{
    padding-left: 5px;
    vertical-align: top;
    color: #606060;
}

div.upload_form_captcha
{
    margin-top: 10px;
    margin-left: 100px;
}

div.upload_form_captcha table.captcha_input_container td
{
    vertical-align: top;
}

div.upload_form_captcha table.captcha_input_container td input
{
    margin-top: 15px;
}

table.features td
{
    vertical-align: top;
    padding-bottom: 10px;
    padding-top: 8px;
    padding-right: 15px;
}

table.features td.img
{
    width: 132px;
    text-align: left;
    padding: 0px;
    padding-bottom: 20px;
}

table.features
{
    width: 100%;
}

table.features td.img
{
    padding-top: 11px;
    padding-left: 0px;
}

table.features p
{
    margin-top: 4px;
    font-size: 12px;
}

table.features a
{
    font-size: 12px;
}

table.features h3
{
    font-size: 14px;
    margin-bottom: 0px;
}

table.features h3 img
{
    position: relative;
    top: 2px;
    left: 4px;
}

p.features
{
    font-size: 12px;
    margin-top: -8px;
}

table.widget td.settings
{
    width: 505px;
    padding-right: 70px;
}

table.widget td.settings p,
table.widget td.settings ul
{
    font-size: 12px;
    color: #606060;
}

table.widget td.settings li
{
    padding-bottom: 8px;
    padding-top: 0px;
}

table.widget td.settings table.form_bg td
{
    padding: 5px;
    padding-left: 10px;
}

table.widget td.settings table.form_bg h3
{
    margin-top: 0px;
    margin-bottom: 18px;
}

table.widget td.settings table.settings_form td
{
    padding: 0px;
    padding-bottom: 10px;

    font-weight: bold;
    font-size: 11px;
    color: #606060;
}

table.widget td.settings table.settings_form .radio_button
{
    margin: 0px;

    position: relative;
    top: 3px;
}

table.widget td.settings table.settings_form .text_input
{
    font-size: 11px;
}

table.widget td.settings table.settings_form input.text_input
{
    width: 178px;
}

table.widget td.settings table.settings_form select.text_input
{
    width: 186px;
}

div.color_block
{
    width: 18px;
    height: 18px;
    border: 1px solid #CBCBCB;
    background: #466DB6;

    float: left;
    margin-right: 8px;
}

table.widget td.preview
{
    width: 152px;
}

div.whats_new
{
    padding-right: 1px;
}

div.whats_new .ul_container
{
    margin-left: -27px;
    margin-top: 8px;
}

div.whats_new ul
{
    margin-top: 0px;
    padding-top: 0px;

    list-style: disc;
    color: #446EB8;
}

div.whats_new ul li
{
    padding-bottom: 5px;
}

div.whats_new ul a
{
    font-size: 12px;
}

.input_box
{
    position: relative;
    top: 3px;

    margin-left: 0px;
}

img.group_logo,
img.small_group_logo
{
    border: 1px solid #80807E;
}

img.small_group_logo
{
    width: 70px;
    height: 70px;
    display: block;
    overflow: hidden;
}

table.group_info_block
{
    width: 100%;
    border: 1px solid #ACB1C7;
    color: #3C3C3C;
    margin-top: 8px;
    padding-top: 10px;
}

table.group_info_block td.left
{
    padding-left: 10px;
}

table.group_info_block td.right
{
    padding-right: 10px;
}

table.group_info_block td.description
{
    border-top: 1px solid #ACB1C7;
    padding: 6px 10px 6px 10px;
}

table.group_info_block td.control
{
    border-top: 1px solid #ACB1C7;
    padding: 6px 10px 6px 10px;
}

table.group_info_block td.description p
{
    margin: 0;
}

.share_more_presentation_button
{
    float: right;
}

div.group_info_bottom_menu
{
    padding-top: 8px;
    padding-bottom: 7px;
    width: 100%;
    text-align: right;
}

table.group_info_block h2
{
    margin-top: 0px;
    margin-bottom: 0px;

    position: relative;
    top: -5px;
}

table.group_info_block p
{
    line-height: 1.6;
    margin-top: 0;
    margin-bottom: 7px;
}

table.group_statistics_block
{
    width: 100%;
    height: 33px;

    background: #FCFCEF;
    border: 1px solid #E0E09B;

    margin-top: 12px;
}

table.group_statistics_block p
{
    line-height: 1.6;
}

table.group_statistics_block td
{
    vertical-align: middle;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 10px;
}

table.group_statistics_block td.description
{
    padding-top: 7px;
    padding-bottom: 8px;
}

table.group_control_block
{
    width: 100%;
    background: #F3F8FE;
    border: 1px solid #AAC5F4;

    margin-top: 12px;
}

table.group_control_block td
{
    padding: 7px 11px 10px 11px;
}

table.group_control_block a
{
    font-size: 12px;
    font-weight: bold;
}

table.group_control_block p
{
    line-height: 1.6;

    margin-bottom: 8px;
}

div.group_members_block,
div.group_contest_badge_container
{
    border: 1px solid #BFC2C3;
    margin-top: 12px;
    padding: 7px 11px 11px 11px;
}

div.group_contest_badge_container h2
{
    margin-top: 0px;
    margin-bottom: 12px;
}

table.group_post_content
{
    background: #FFFFFF;
    border: 1px solid #ACB0C6;

    padding: 10px 15px 10px 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}

table.group_post_content p
{
    margin-top: 8px;
    margin-bottom: 0;
}

table.group_post_content span
{
    color: #606060;
}

td.group_comment
{
    padding-left: 6px;
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 5px;
}

td.group_comment p
{
    color: #3C3C3C;
    position: relative;
    top: -3px;
}

td.group_comment .title
{
    font-size: 12px;
    font-weight: bold;
}

td.group_comment td.replies_info,
td.group_comment td.replies_info a
{
    font-size: 12px;
}

td.group_comment td.replies_info
{
    color: #3C3C3C;
}

td.group_comment table.comment_text
{
    width: 100%;

    position: relative;
    top: -10px;
}

td.group_comment table.comment_text tr.top td
{
    height: 10px;
    font-size: 1px;
}

td.group_comment table.comment_text tr.top td.left
{
    width: 19px;
}

td.group_comment table.comment_text tr.top td.left img
{
    position: relative;
    top: 1px;
}

td.group_comment table.comment_text tr.content td
{
    background: #FFFFFF;
    border: 1px solid #878786;

    padding-left: 15px;
    padding-right: 15px;
    padding-top: 12px;
    padding-bottom: 10px;
}

td.group_comment table.comment_text tr.content td p
{
    font-size: 12px;
    color: #3C3C3C;
}

td.group_comment_separator
{
    vertical-align: top;
}

div.separator
{
    height: 1px;
    background: #BFC2C3;
    margin: 0px;
}

table.groups_block
{
    width: 100%;
    border: 1px solid #D9DCE8;
}

table.groups_block td.separator
{
    height: 9px;
    padding-left: 15px;
    padding-right: 15px;

    vertical-align: top;
}

table.groups_block div.separator
{
    width: 100%;
    height: 1px;
    background: #E6E6E6;
    margin: 0px;
}

table.groups_block a.title
{
    font-size: 12px;
    font-weight: bold;
}

tr.expired td
{
    color: #000;
}

tr.active td
{
    color: #000;
    font-weight: bold;
}

td.pro_features
{
    width: 443px;
}

td.pro_features_title
{
    padding-bottom: 20px;
}

td.pro_features p,
td.pro_features_title p
{
    color: #3C3C3C;
    font-size: 12px;
    line-height: 1.6;
}

td.pro_features h2
{
    margin-top: 0px;
    margin-bottom: 14px;
}

td.pro_features_title a
{
    font-size: 12px;
}

td.pro_features td
{
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 30px;
    vertical-align: top;
}

td.pro_features_left
{
    padding-top: 0px;
    padding-right: 31px;
}

td.pro_features_left p
{
    color: #3C3C3C;

    font-size: 12px;

    margin-top: 0px;
    margin-bottom: 8px;
}

td.pro_features_left h2
{
    margin-top: 21px;
    margin-bottom: 10px;
}

td.pro_features_left h2.first
{
    margin-top: 0px;
}

td.pro_features_left img.feature_image
{
    margin-top: 8px;
    margin-right: 12px;
    margin-bottom: 14px;
}

td.pro_features_left img.last
{
    margin-right: 0px;
}

p.pro_preamble
{
    font-size: 12px;
    line-height: 1.6;
}

p.login_popup_notes
{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 15px;
}

div.pro_upgrade
{
    width: 305px;
    padding: 20px;
    background-color: #FFFFFF;
    border: 1px solid #CACAA7;
}

div.pro_upgrade h2
{
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    font-family: Trebuchet MS;
    color: #000000;
}

div.pro_upgrade_login
{
    background-color: #FFFFFF;
}

table.pro_upgrade
{
    width: 305px;
}

table.pro_upgrade_login
{
    width: 347px;
}

td.pro_ruler
{
    height: 10px;
    border-bottom: 1px solid #E4E4D3;
}

td.pro_rateSelector
{
    padding-right: 3px;
    padding-top: 10px;
}

td.pro_rateTitle
{
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    vertical-align: middle;
    padding-top: 10px;
}

td.pro_rateAmount
{
    color: #606060;
    padding-top: 10px;
}

td.pro_rateDescr
{
    padding-top: 7px;
}

span.pro_header1
{
    color: #000000;
    font-family: Trebuchet MS;
    font-size: 18px;
}

span.pro_header2
{
    color: #000000;
    font-family: Trebuchet MS;
    font-size: 18px;
    font-weight: bold;
}

td.pro_upgradeButton
{
    padding-top: 15px;
}

td.pro_upgradeButton .login_block .text_input
{
    width: 180px;
}

div.color_block
{
    width: 18px;
    height: 18px;
    border: 1px solid #CBCBCB;
    background: #466DB6;

    float: left;
    margin-right: 8px;
}

td.color_picker_container
{
    border: 1px solid #A6AAB7;
}

div.color_themes_list_color_block
{
    display: block;
    position: relative;
    left: 30%;
}

table.advanced_resources_list table.pro_resources
{
    width: 100%;
}

table.advanced_resources_list table.pro_resources td.download
{
    background: #E8E9D7;
    width: 223px;
}

table.advanced_resources_list table.pro_resources td.download table
{
    margin: 5px;
}

table.advanced_resources_list table.pro_resources td.channel
{
    background: #F3F3E7;
    width: 144px;
}

table.advanced_resources_list table.pro_resources td.channel select.resorce_channel
{
    width: 120px;
}

td.hspace
{
    font-size: 1px;
    background: #FFFFFF;
    height: 2px;
}

table.formContent
{
    margin: 10px;
    border-collapse: collapse;
}

table.slidelogOptionsDetails
{
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
}

table.slidelogOptionsDetails td
{
    padding: 0;
    margin: 0;
}

table.slidelogOptionsDetails td *
{
    padding: 0;
    margin: 0;
}

table.slidelogOptionsDetails td input.radio, table.slidelogOptionsDetails td input.checkbox
{
    height: 13px;
    width: 13px;
}

table.slidelogOptionsDetails td.checkboxCell
{
    padding-right: 5px;
}

table.slidelogOptionsDetails td.sep
{
    padding: 0;
    margin: 0;
    height: 5px;
    line-height: 5px;
    font-size: 5px;
}

img.slidelog_PreviewImage
{
    margin-top: 8px;
    border: 1px solid #a6aeb1;
}

img.slidelog_LogoImage
{
    border: 1px solid #a6aab7;
}

iframe.slidelog_LogoUpload
{
    border: 0px;
    width: 300px;
    height: 23px;
    margin: 0px;
    padding: 0px;
}

td.slidelogOptions
{
    margin-bottom: 10px;
}

td.checkboxCell
{
    padding-right: 3px;
}

input.checkbox
{
    margin: 0px;
    padding: 0px;
}

input.radio
{
    margin: 0px;
    padding: 0px;
}

table.slidelog_InfoBlock
{
    background: #F3F4E8;
    width: 270px;
    margin-left: 20px;
    padding: 15px;
}

div.playerOption
{
    margin: 0 0 10px 0;
}

td.register_join_group_notification
{
    background: #FFF5C3;

    border-top: 1px solid #C5CDE2;
    border-bottom: 1px solid #C5CDE2;

    padding-left: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
}

table.upload_error_form
{
    margin-bottom: 20px;
    width: 750px;
}

table.upload_error_form td,
div.warning
{
    background: #FFF5C3;

    border-top: 1px solid #C5CDE2;
    border-bottom: 1px solid #C5CDE2;

    padding-left: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
}

table.presentations_filters_more td
{
    padding: 2px 2px 4px 10px;
}

table.presentations_filters_more td.more_filters_dropdown
{
    vertical-align: middle;
    padding-top: 2px;
    padding-left: 3px;
    padding-right: 0px;
    padding-bottom: 0px;
}

table.presentations_filters_more td a
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
}

table.presentations_hor_popup_menu
{
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #A6AEB1;
    background: #F6F6F6;
}

table.presentations_hor_popup_menu td
{
    border: 1px solid #A6AEB1;
}

div.presentations_filters_more_container
{
    position: absolute;
    z-index: 2;

    margin-left: 286px;
    margin-top: 23px;

    width: 150px;
}

table.upload_presentation_options
{
    width: 300px;
    font-weight: normal;
}

td.comboBoxTitle
{
    height: 20px;
    border: 1px solid #A6AEB1;

    background: url("/images/upload_privacy_options_title_bg_regular.png") repeat-x;

    padding-left: 4px;
    padding-right: 4px;

    cursor: pointer;
    cursor: hand;

    text-align: left;
}

td.comboBoxHighlightTitle
{
    height: 20px;
    border: 1px solid #A6AEB1;

    background: url("/images/upload_privacy_options_title_bg.png") repeat-x;

    padding-left: 4px;
    padding-right: 4px;

    cursor: pointer;
    cursor: hand;

    text-align: left;
}

td.comboBoxHighlightTitle,
td.comboBoxTitle
{
    color: #5C5C68;
}

td.comboBoxHighlightTitle img,
td.comboBoxTitle img
{
    width: 7px;
    height: 7px;
}

td.comboBoxHighlightTitle span
{
    top: 0px;
    color: #000000;
    font-family: "Verdana";
    font-size: 11px;
    font-weight: bold;
}

td.comboBoxTitle span
{
    top: 0px;
    color: #606060;
    font-family: "Verdana";
    font-size: 11px;
    font-weight: bold;
}

td.comboBoxContent
{
    border: 1px solid #A6AEB1;
    border-top: 0px;

    background: #FFFFFF;
}

td.comboBoxContent table
{
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    width: 90%;
}

span.form_span
{
    font-weight: normal;
    font-size: 11px;
    color: #606060;
}

table.upload_presentation_options td.content
{
    height: 140px;

    border: 1px solid #A6AEB1;
    border-top: 0px;

    background: #FFFFFF;

    color: #606060;
}

table.upload_presentation_options td.content table
{
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;

    color: #606060;
}


table.upload_presentation_options td.content input
{
    margin: 0px;
}

table.upload_presentation_options td.content table td.hor_line
{
    height: 1px;
    line-height: 1px;
    font-size: 1px;
    border-bottom: 1px solid #A6AEB1;
}

table.upload_presentation_options td.content table td.option
{
    padding: 10px 0 0 0 ;
    vertical-align: bottom;
}

table.upload_presentation_options td.content table td.option table
{
    width: 100%;
}

table.upload_presentation_options td.content table td.option table td
{
    padding-bottom: 15px;
}

table.upload_presentation_options td.content table td.option table td input
{
    margin: 0;
}

select.presentation_option, select.presentation_option_text
{
    font-family: Verdana !important;
    color: #606060 !important;
}

select.presentation_option, select.presentation_option_disabled
{
    width: 90px !important;
}

select.presentation_option_text, select.presentation_option_text_disabled
{
    width: 160px !important;
}

select.presentation_option_disabled, select.presentation_option_text_disabled
{
    font-family: Verdana !important;
    color: #AEAEB4 !important;
    border-color: #D3D7D8 !important;
    background-color: #FFF !important;
}

table.upload_presentation_playback_options
{
    margin-bottom: 10px;
}

table.upload_presentation_playback_options td
{
    padding-bottom: 0 !important;
}

table.upload_presentation_playback_options table.videolike_options
{
    margin: 0 !important;
}


td.uploadOptions_title
{
    width: 180px;
    text-align: left;
}

td.uploadOptions_legend
{
    padding-left: 6px;
    width: 40px;
    text-align: left;
}

table.pro_playbackOptions
{
    width: 300px;
    font-weight : normal;
}

table.pro_playbackOptions td
{
    color: #606060;
}

table.pro_playbackOptions td.playbackOption
{
    padding-left: 6px;
    vertical-align: middle;
    text-align: left;
}

table.pro_playbackOptions input.text_input
{
    width: 235px;
}

td.disabled
{
    color: #AEAEB4 !important;
}

table.enabled_filters
{
    width: 100%;
}

table.enabled_filters td.head_title
{
    padding-right: 10px;
}

table.enabled_filters td.enabled_filters_info
{
    width: 100%;
    padding-top: 7px;
    vertical-align: top;
}

table.enabled_filters_info td.filter_list
{
    font-family: Verdana;
    font-weight: bold;
    font-size: 16px;
    color: #585555;
}

table.enabled_filters_info td.stat
{
    vertical-align: top;
    padding-top: 8px;
}

table.enabled_filters_info td.filter_list h2
{
    margin-top: 0px;
    margin-bottom: 0px;
}

#upload_Progress
{
    width: 444px;
    display: none;
    margin-top: 15px;
}


.hidden
{
    display: none;
}

table.upload_FormBlock
{
    padding-top: 15px;
}

table.upload_ViewPresentation
{
    padding-top: 15px;
    padding-left: 15px;
}

table.upload_FormBlock td
{
    text-align: left;
}

input.upload_FileField
{
    width: 218px;
}

td.upload_BrowseButton
{
    padding-left: 3px;
}

td.search_NoResults
{
    padding: 15px;
}

td.share_header_block
{
    border:1px solid #ACB0C6;
    border-bottom: none;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
}

td.share_options_block
{
    border:1px solid #ACB0C6;
    border-top: none;

    padding-left: 14px;
    padding-right: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
}

td.share_options_block td.option_title
{
    padding-bottom: 2px;
}

td.share_options_block td.option_title input.radio
{
    vertical-align: middle;
}

td.main_tab .clickable_selected_tab_hover, td.main_tab .clickable_tab_hover
{
    cursor: pointer;
}

div.presentation_flash_version_info
{
    border: 1px solid #C5CDE2;
    position: relative;
    background: #FFF5C3;
    font-size: 10px;
    line-height: 16px;
}

div.presentation_flash_version_info span.middle
{
    position: absolute;
    top: 50%;

    width: 100%;

    padding: 10px 0 10px 0;
    margin-top: -40px;

    text-align: center;
}

div.presentation_flash_version_info span.middle span.content
{
    display: block;
    left: auto;
    margin: auto;
    position: relative;
    padding: 10px;
    text-align: center;
}

td.edit-channel-private-info
{
    padding-top: 3px;
}

div.my_channels-button-separator
{
    height: 50px;
}

.login_block input.text_input
{
    width: 150px;
}

.login_block input.text_input_wide
{
    width: 218px;
}

.login_block a.small
{
    font-size: 11px;
}

div.resource_notes_title
{
    background: url('/images/resource_notes_background.gif') repeat-x;

    height: 27px;
}



div.resource_notes_title a
{
    display: block;

    font-size: 12px;
    font-weight: bold;

    position: relative;
    padding-top: 6px;
    height: 21px;

    padding-left: 16px;
    padding-right: 16px;

    color: #FFFFFF;
}

div.resource_notes
{
    border: 1px solid #7C80A4;

    margin-top: 20px;
}

* html div.resource_notes
{
    zoom: 1;
    margin-bottom: 24px;
}

div.resource_note
{
    padding: 10px;
    padding-right: 5px;
}

div.resource_note div.note_text p
{
    margin: 0px;
}

div.resource_notes div.slide_index
{
    width: 65px;
    margin-left: 5px;
    margin-top:  2px;

    float: left;

    font-size:   11px;
    font-weight: bold;
}

div.resource_notes div.note_text
{
    float: left;
    width: 413px;
}

* html div.resource_notes div.note_text
{
    width: 408px;
}

div.activate_subscription_form
{
}

table.activate_subscription
{
    width: 510px;
    padding: 10px;
    border: 1px solid #A6AAB7;
    background: #F3F4E8;
    color: #464646;
}

table.activate_subscription div.button_container
{
    width: 100px;
}

p.activate_subscription_notes
{
    display: block;
    padding: 0;
    margin: 0;
}

td.subscriptions_separator
{
    line-height: 1px;
    font-size: 1px;

    height: 1px;
    padding: 0;
    background: #A6AAB7;
}

table.subscriptions_list
{
    width: 540px;
}

p.cancel_renewal
{
    width: 520px;
    _width: 540px;
    background: #F3F4E8;
    padding: 10px;
}

img.cancel_renewal_indicator
{
    vertical-align: bottom;
    position: relative;
    top: 2px;
}

table.slidelog_access_details
{
    width: 100%;
}

table.slidelog_access_details td
{
    color: #606060;
}

table.slidelog_access_details .text_input
{
    width: 215px;
}

p.presentations_limit_exceed
{
    margin-top: 10px;
}

span.get_pro_account
{
    font-size: 11px;
    font-weight: normal;

    position: relative;
    top: 0px;
}

table.pro_playbackOptions span.pro_pspan.get_pro
{
    top: 1px;
}

span.get_pro_account img
{
    vertical-align: middle;
    top: 0px;
}


table.cmp_free_pro
{
    border: 1px solid #A6AEB1;
    width: 100%;
}

table.cmp_free_pro td
{
    border-top: 1px solid #EDEEF2;
    font-size: 12px;

    padding-top: 4px;
    padding-bottom: 7px;
    text-align: center;

    vertical-align: middle;
}

table.cmp_free_pro td.left
{
    padding-left: 20px;
    text-align: left;
}

table.cmp_free_pro tr.first td
{
    border-top: none;
}

table.cmp_free_pro tr.last td
{
    padding-bottom: 8px;
}

table.cmp_free_pro tr.even td
{
    background-color: #FBFBFC;
    border-top: 1px solid #EDEEF2;
}

table.cmp_free_pro img.cmp_free_pro_flag
{
    background: url("/images/pro_features/flag.gif") no-repeat;
    width: 20px;
    height: 18px;
}

table.cmp_free_pro div.details a
{
    font-size: 11px;
}

table.cmp_free_pro tr.details td.left,
table.cmp_free_pro tr.even_details td.left,
table.cmp_free_pro tr.last td.left
{
    padding-left: 20px;
}

table.cmp_free_pro tr.title
{
    height: 83px;
}

table.cmp_free_pro tr.title td
{
    vertical-align: top;

    background: #F6F6F6;
    border-top: none;
    border-bottom: 1px solid #A6AEB1;
    padding-top: 7px;
    padding-bottom: 0px;

    font-family: Lucida Sans Unicode, Lucida Sans;
    font-size: 16px;
    color: #3C3C3C;
}

* html table.cmp_free_pro tr.title td
{
    height: 74px;
}

table.cmp_free_pro tr.title td div.title
{
    text-align: center;
}

table.cmp_free_pro tr.title td.free_title
{
    width: 103px;
}

table.cmp_free_pro tr.title td.pro_title
{
    padding-top: 8px;
    width: 103px;
}

table.cmp_free_pro tr.title div.register_link_container,
table.cmp_free_pro tr.bottom div.register_link_container
{
    text-align: center;
    margin-top: 9px;
}

table.cmp_free_pro a
{
    font-size: 12px;
}

table.cmp_free_pro tr.title div.shine_button,
table.cmp_free_pro tr.bottom div.shine_button
{
    width: 74px;
    margin: 0px auto;
    float: none;
}

table.cmp_free_pro tr.title div.shine_button .center,
table.cmp_free_pro tr.bottom div.shine_button .center
{
    padding: 3px 3px 0px 3px;
}

table.cmp_free_pro tr.bottom
{
    height: 70px;
}

table.cmp_free_pro tr.bottom td
{
    vertical-align: top;
    background: #F6F6F6;
    border-top: 1px solid #A6AEB1;
    padding-top: 2px;

    color: #606060;
    text-align: center;
}

* html table.cmp_free_pro tr.bottom td
{
    height: 60px;
}

table.cmp_free_pro tr.title td.left,
table.cmp_free_pro tr.bottom td.left
{
    padding-left: 21px;
    text-align: left;
}

table.cmp_free_pro tr.title div.price,
table.cmp_free_pro tr.bottom div.price
{
    color: #606060;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    margin: 3px 0px;
}

table.cmp_free_pro tr.title td.pro_title div.price
{
    margin-bottom: 6px;
}

table.cmp_free_pro tr.bottom div.price
{
    margin-bottom: 6px;
    margin-top: 4px;
}

table.cmp_free_pro div.feature_title
{
    line-height: 1.6;
}

table.cmp_free_pro div.feature_title a:hover
{
    text-decoration: none;
}

table.cmp_free_pro div.feature_title a
{
    padding-bottom: 2px;
    border-bottom: 1px dashed #476DB4;
}

div.pro_features_login_popup_block .login_block input.text_input
{
    width: 257px;
}

.login_block input.input_box
{
    width: 13px;
    height: 13px;
    margin-top: 0px;
    padding: 0 !important;
    margin-right: 3px;
}

.login_block input.text_input
{
    width: 180px;
}

.login_block #secure_icon
{
    display: block;
    float: right;
    margin-top: 3px;
}

.login_popup iframe
{
    background: #F6F6F6;
    width: 300px;
    height: 182px;
    border: none;
    outline: none;
    margin: 0px;
    padding: 0px;
}

div.pro_features_login_popup_block iframe
{
    width: 377px;
    height: 182px;
}

table.cmp_free_pro a.get_pro_trial_button
{
    display: block;
    width: 166px;
}

table.cmp_free_pro tr.title a.get_pro_trial_button
{
    margin-top: 22px;
}

table.cmp_free_pro tr.bottom a.get_pro_trial_button
{
    margin-top: 25px;
}

img.pro_icon
{
    vertical-align: top;
    position: relative;
    top: 2px;
}

a.pro_icon_link
{
    vertical-align: middle;
}

img.delete_icon
{
    position: relative;
    top: 3px;
}

table.get_trial_block
{
    width: 100%;
    height: 130px;
    border: 1px solid #A8B0B3;
}

table.get_trial_block td.for_free
{
    height: 18px;
    text-align: right;
    padding-top: 0px;
}

table.get_trial_block td
{
    vertical-align: top;

    padding-left: 20px;
    padding-top: 10px;
}

table.get_trial_block p
{
    font-family: Trebuchet MS;
    font-size: 18px;
    line-height: 1.3;

    margin-bottom: 10px;
}

table.slidelog_options .error
{
    font-size: 11px;
}

/*
    Remaining characters counter styles
*/
div.chars_counter_container
{
    margin-top: 2px;
}

div.chars_counter_container div.chars_counter_label
{
    float: left;
    color: #8c8a8b;
}

div.chars_counter_container div.chars_count
{
    float: left;
    text-align: right;
    width: 29px;
}

img.webcast_thumbnail
{
    width: 225px;
    height: 169px;
    border: 1px solid #CACCC9;
}

table.webcast_list td.space
{
    width: 16px;
}

table.webcast_list a.title
{
    font-size: 12px;
}

table.webcast_list td.presentation_card_container
{
    padding-bottom: 24px;
}

img.small_rate
{
    position: relative;
    top: 3px;
}

/**
 * Corporate page styles.
 */
div.business_solutions_header
{
    float: left;

    width: 630px;
    margin-top: 40px;
}

div.business_solutions_header strong
{
    color: #3C3C3C;
}

div.business_solutions_header span.title
{
    display: block;

    font-size: 25px;
    font-family: Lucida Sans Unicode;
}

div.business_solutions_header span.description
{
    display: block;
    margin-top: 10px;

    font-family: Verdana;
    font-size: 12px;
    color: #3C3C3C;
    line-height: 22px;
}

div.business_solutions_header span.custom_space
{
    display: block;
    height: 10px;
    font-size: 1px;
    line-height: 1px;
}

img.business_solutions_illustrate
{
    display: block;
    float: right;

    margin: 40px;
}

div.business_solutions_description
{
    clear: left;

    padding-top: 30px;

    font-family: Verdana;
    font-size: 12px;
}

div.business_solutions_description a
{
    display: block;
    margin-top: 10px;

    font-family: Verdana;
    font-size: 12px;
}

div.business_solutions_description div.title_preable_container a
{
    margin-top: 0px;
}

div.business_solutions_description img.slideboom_cloud_icon,
div.business_solutions_description img.slideboom_sdk_icon
{
    display: block;
    float: left;
    margin-right: 15px;
}

div.business_solutions_description div.title_preamble_container
{
    float: left;
}

div.business_solutions_description span.title
{
    display: block;

    font-size: 20px;
    text-decoration: underline;
    font-family: Lucida Sans Unicode;
    color: #466DB6;
}

div.business_solutions_description span.preamble
{
    display: block;
    margin-top: 7px;

    font-size: 16px;
    font-weight: bold;
}

div.business_solutions_description span.description
{
    display: block;
    clear: both;
    margin-top: 20px;

    line-height: 19px;
}

div.business_solutions_description div.sdk_header
{
    margin-top: 40px;
}

/**
 * Slideboom Cloud
 */

div.slideboom_cloud
{
    font-family: Verdana;
    font-size: 12px;
    line-height: 1.5em;

    margin: 40px 0px;
}

div.slideboom_cloud table td.data
{
    width: 190px;
}

div.slideboom_cloud table.work_steps td.data
{
    padding: 5px 10px;
}


div.slideboom_cloud span.title
{
    font-size: 20px;
}

div.slideboom_cloud table.rates tr.header td
{
    font-weight: bold;
}

/**
 * Slideboom SDK
 */

div.slideboom_sdk
{
    font-family: Verdana;
    font-size: 12px;
    line-height: 1.5em;

    margin: 40px 0px;
}

div.slideboom_sdk a
{
    font-family: Verdana;
    font-size: 12px;
}

div.slideboom_sdk span.title
{
    font-size: 20px;
}

span.empty_statistics
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    color: #3C3C3C;
}

table.data_table td
{
    padding-top: 6px;
    padding-bottom: 4px;
    vertical-align: top;

    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
}

table.data_table tr.header td,
table.data_table tr.footer td
{
    height: 27px;

    padding-top: 0px;
    padding-bottom: 0px;
    vertical-align: middle;
}

table.data_table td.left,
table.data_table td.right
{
    width: 2px;
}

table.data_table td.first_column
{
    padding-left: 8px;
}

table.data_table tr.header td,
table.data_table tr.footer td
{
    background: url('/images/data_table/data_table_header_bg.gif') repeat-x;
}

table.data_table tr.header td.left,
table.data_table tr.footer td.left
{
    background: url('/images/data_table/data_table_header_left.gif') no-repeat;
}

table.data_table tr.header td.right,
table.data_table tr.footer td.right
{
    background: url('/images/data_table/data_table_header_right.gif') no-repeat;
}

table.data_table td
{
    border-top: 1px solid #D9DCE8;
}

table.data_table tr.header td,
table.data_table tr.footer td,
table.data_table tr.first_row td
{
    border: 0px;
}

table.data_table tr.odd_row td
{
    background: #FFFCEA;
}

table.data_table table.rows_by_page
{
    margin-right: 0px;
}

table.data_table table.page_navigator
{
    margin-left: 2px;
}

table.data_table table.page_navigator,
table.data_table table.page_navigator a
{
    font-family: Verdana;
    font-size: 11px;
}

table.data_table table.page_navigator td
{
    height: 18px;
    vertical-align: middle;

    padding-left: 4px;
    padding-right: 4px;
    background: none;
}

table.data_table table.page_navigator td.selected
{
    background: #7B7D90;
    color: #FFFFFF;
}

table.data_table div.date_month
{
    width: 22px;
    float: left;
}

table.data_table div.date_end
{
    float: left;
    width: 55px;
    text-align: right;
}

/*
  Admin menu styles
*/
#admin-menu
{
    float: left;
    list-style: none;
    margin:0;
    padding:0;
}

#admin-menu li
{
    margin: 10px 10px;
    float: left;
}

#admin-menu li a
{
    display: block;

    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;

    text-decoration:none;
}

#admin-menu li a
{
    color: #FFFFFF;
    font-weight: normal;
}

#admin-menu li a:hover
{
    text-decoration: underline;
}

#admin-menu li.selected a
{
    color: #FE802B;
}

div.feedback_success
{
    background: #F5FEED none repeat scroll 0 0;
    border: 1px solid #96DC98;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
}

div.feedback_warning
{
    background: #FDFFD8 none repeat scroll 0 0;
    border: 1px solid #F6CB02;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
}

table.press,
table.press a
{
    font-size: 12px;
}

/**
 * Share resource bookmark block styles
 */
div.bookmark_block
{
    border-top: 1px dashed #ABAAAA;
    margin-bottom: 10px;
}

div.bookmark_block div.bookmarks
{
    margin-top: 10px;
}

div.bookmark_block div.bookmarks div.bookmarks_label
{
    float: left;
    padding-right: 14px;
    width: 64px;
    line-height: 20px;
}

table.bookmark_block table.bookmarks td
{
    padding-right: 5px;
}

/**
 * Share resource bookmark images styles
 */

div.bookmark_block img.sprite
{
    background-image: url("/images/bookmark/sprite.png");
    border: 1px solid #CBCBC9;
    vertical-align: middle;
}

img.sprite_bookmark_delicious
{
    background-position: 0 -213px;
    width: 16px;
    height: 16px;
}

img.sprite_bookmark_digg
{
    background-position: 0 -259px;
    width: 16px;
    height: 16px;
}

img.sprite_bookmark_technorati
{
    background-position: 0 -999px;
    width: 16px;
    height: 16px;
}

img.sprite_bookmark_slashdot
{
    background-position: 0 -861px;
    width: 16px;
    height: 16px;
}

img.sprite_bookmark_google
{
    background-position: 0 -489px;
    width: 16px;
    height: 16px;
}

img.sprite_bookmark_yahoo
{
    background-position: 0 -1183px;
    width: 18px;
    height: 18px;
}

img.sprite_bookmark_live
{
    background-position: 0 -581px;
    width: 18px;
    height: 17px;
}

img.sprite_bookmark_myaol
{
    background-position: 0 -30px;
    width: 14px;
    height: 15px;
}

img.sprite_bookmark_facebook
{
    background-position: 0 -305px;
    width: 16px;
    height: 16px;
}

img.sprite_bookmark_myspace
{
    background-position: 0 -720px;
    width: 20px;
    height: 17px;
}

img.sprite_bookmark_su
{
    background-position: 0 -907px;
    width: 17px;
    height: 16px;
}

img.sprite_bookmark_furl
{
    background-position: 0 -443px;
    width: 16px;
    height: 16px;
}

img.sprite_bookmark_reddit
{
    background-position: 0 -813px;
    width: 18px;
    height: 18px;
}

img.sprite_bookmark_ask
{
    background-position: 0 -75px;
    width: 16px;
    height: 16px;
}

img.sprite_bookmark_twitter
{
    background-position: 0 -1045px;
    width: 16px;
    height: 16px;
}

img.sprite_bookmark_propeller
{
    background-position: 0 -767px;
    width: 16px;
    height: 16px;
}

img.sprite_post_myspace
{
    background-position: 0 -674px;
    width: 16px;
    height: 16px;
}

img.sprite_post_hi5
{
    background-position: 0 -535px;
    width: 22px;
    height: 16px;
}

img.sprite_post_friendster
{
    background-position: 0 -397px;
    width: 16px;
    height: 16px;
}

img.sprite_post_xanga
{
    background-position: 0 -1137px;
    width: 14px;
    height: 16px;
}

img.sprite_post_livejournal
{
    background-position: 0 -628px;
    width: 17px;
    height: 16px;
}

img.sprite_post_facebook
{
    background-position: 0 -305px;
    width: 16px;
    height: 16px;
}

img.sprite_post_blogger
{
    background-position: 0 -167px;
    width: 20px;
    height: 16px;
}

img.sprite_post_tagged
{
    background-position: 0 -953px;
    width: 17px;
    height: 16px;
}

img.sprite_post_typepad
{
    background-position: 0 -1091px;
    width: 20px;
    height: 16px;
}


img.sprite_post_freewebs
{
    background-position: 0 -351px;
    width: 20px;
    height: 16px;
}

img.sprite_post_blackplanet
{
    background-position: 0 -121px;
    width: 20px;
    height: 16px;
}

table.popup .left_corner,
table.popup .right_corner
{
    width: 4px;
    font-size: 1px;
    line-height: 1px;
}

table.popup tr.top td,
table.popup tr.bottom td
{
    height: 4px;
    font-size: 1px;
    line-height: 1px;
}

table.popup .top table,
table.popup .bottom table
{
    width: 100%;
}

table.popup .top table .left,
table.popup .top table .right,
table.popup .bottom table .left,
table.popup .bottom table .right
{
    width: 6px;
    font-size: 1px;
    line-height: 1px;
}

table.popup .center td.left td,
table.popup .center td.right td
{
    width: 4px;
    font-size: 1px;
    line-height: 1px;
}

table.popup .center td.left table,
table.popup .center td.right table
{
    height: 100%;
}

table.popup .center td.left td.top,
table.popup .center td.left td.bottom,
table.popup .center td.right td.top,
table.popup .center td.right td.bottom
{
    height: 6px;
    font-size: 1px;
    line-height: 6px;
}

table.popup .top .left_corner
{
    background: url("/images/popup/shadow_sprites.png") no-repeat;
    background-position: 0px 0px;
}

table.popup .top .right_corner
{
    background: url("/images/popup/shadow_sprites.png") no-repeat;
    background-position: 0px -16px;
}

table.popup .top table .left
{
    background: url("/images/popup/shadow_sprites.png") no-repeat;
    background-position: 0px -4px;
}

table.popup .top table .right
{
    background: url("/images/popup/shadow_sprites.png") no-repeat;
    background-position: 0px -12px;
}

table.popup .top table .center
{
    background: url("/images/popup/shadow_sprites.png") repeat-x;
    background-position: 0px -8px;
}

table.popup .bottom .left_corner
{
    background: url("/images/popup/shadow_sprites.png") no-repeat;
    background-position: 0px -20px;
}

table.popup .bottom .right_corner
{
    background: url("/images/popup/shadow_sprites.png") no-repeat;
    background-position: 0px -36px;
}

table.popup .bottom table .left
{
    background: url("/images/popup/shadow_sprites.png") no-repeat;
    background-position: 0px -24px;
}

table.popup .bottom table .right
{
    background: url("/images/popup/shadow_sprites.png") no-repeat;
    background-position: 0px -32px;
}

table.popup .bottom table .center
{
    background: url("/images/popup/shadow_sprites.png") repeat-x;
    background-position: 0px -28px;
}

table.popup .center td.left td.top
{
    background: url("/images/popup/shadow_vsprites.png") no-repeat;
    background-position: 0px 0px;
}

table.popup .center td.left td.center
{
    background: url("/images/popup/shadow_vsprites.png") repeat-y;
    background-position: -4px 0px;
}

table.popup .center td.left td.bottom
{
    background: url("/images/popup/shadow_vsprites.png") no-repeat;
    background-position: -8px 0px;
}

table.popup .center td.right td.top
{
    background: url("/images/popup/shadow_vsprites.png") no-repeat;
    background-position: -12px 0px;
}

table.popup .center td.right td.center
{
    background: url("/images/popup/shadow_vsprites.png") repeat-y;
    background-position: -16px 0px;
}

table.popup .center td.right td.bottom
{
    background: url("/images/popup/shadow_vsprites.png") no-repeat;
    background-position: -20px 0px;
}

table.popup td.content
{
    border: 1px solid #A6AEB1;

    background: #F6F6F6;
    padding: 5px;
}

table.popup td.content div.close_link_container
{
    margin-top: 10px;
    margin-bottom: 12px;
    text-align: center;
}

table.popup td.content div.close_link_container a
{
    text-decoration: underline;
}

table.popup table.content
{
    width: 100%;
    margin: 0px;
    border: 1px solid #ABC4F5;
}

table.popup table.content tr.header_row td.header_td,
table.popup table.content tr.footer_row td.footer_td
{
    background: #F3F8FE;
    height: 25px;

    padding-left: 3px;
    padding-right: 3px;

    font-size: 11px;
    color: #606060;
}

table.popup table.content tr.header_row td.header_td
{
    border-bottom: 1px solid #ABC4F5;
}

table.popup table.content tr.footer_row td.footer_td
{
    border-top: 1px solid #ABC4F5;
}

table.popup table.content tr.header_row input.text_input,
table.popup table.content tr.footer_row input.text_input
{
    border: 1px solid #A6AEB1;
    height: 14px;

    padding-top: 1px;
    font-size: 11px;
    color: #606060;
}

table.popup table.content tr.footer_row table.page_navigator td
{
    vertical-align: top;
    padding-top: 2px;
}

table.popup table.content tr.footer_row table.page_navigator span.disabled
{
    visibility: hidden;
}

table.popup table.content tr.header_row select.text_input,
table.popup table.content tr.header_row select.text_input
{
    border: 1px solid #A6AEB1;
    height: 18px;

    font-size: 11px;
    color: #000000;
}

table.popup table.content td.content_cell
{
    background: #FFFFFF;
}

table.resources_select_list td.resource_card table,
table.users_select_list td.resource_card table,
table.resources_select_list td.empty_resource_card,
table.users_select_list td.empty_resource_card
{
    width: 268px;
}

table.resources_select_list td.resource_card table.selected,
table.users_select_list td.resource_card table.selected
{
    border: 1px solid #E0E09B;
    background: #FAFAE0;

    cursor: pointer;
}

table.resources_select_list td.resource_card table td,
table.users_select_list td.resource_card table td
{
    padding-top: 3px;
    padding-bottom: 3px;
}

table.resources_select_list td.resource_card table.selected td,
table.users_select_list td.resource_card table.selected td
{
    padding-top: 2px;
    padding-bottom: 2px;
}

table.resources_select_list td.resource_card table td.img_cell,
table.users_select_list td.resource_card table td.img_cell
{
    width: 88px;
    padding-left: 8px;
}

table.users_select_list td.resource_card table td.img_cell
{
    width: 84px;
}

table.resources_select_list td.resource_card table.selected td.img_cell,
table.users_select_list td.resource_card table.selected td.img_cell
{
    padding-left: 7px;
}

table.resources_select_list td.resource_card table td.img_cell img,
table.users_select_list td.resource_card table td.img_cell img
{
    border: 1px solid #A6AEB1;
    width: 74px;
    height: 55px;
}

table.users_select_list td.resource_card table td.img_cell img
{
    width: 70px;
    height: 70px;
}

table.resources_select_list td.resource_card a.title,
table.users_select_list td.resource_card a.title
{
    font-size: 11px;
    font-weight: bold;
}

table.resources_select_list td.resource_card p,
table.users_select_list td.resource_card p
{
    font-size: 10px;
    color: #606060;

    margin-top: 2px;
}

table.resources_select_list td.space,
table.users_select_list td.space
{
    width: 5px;
}

table.resources_select_list tr.space td,
table.users_select_list tr.space td
{
    height: 4px;
}

table.calendar_field td.field,
table.calendar_field td.field_prefix
{
    height: 16px;
    vertical-align: top;

    font-size: 11px;
    color: #606060;
    font-weight: bold;
}

table.calendar_field td.field_prefix
{
    font-weight: normal;
}

table.calendar
{
    width: 132px;
}

table.calendar td
{
    text-align: center;
}

table.calendar tr.calendar_header td
{
    background: #DBE7F6;
}

table.calendar tr.calendar_header td table
{
    width: 100%;
    height: 19px;

    font-size: 11px;
    color: #606060;
}

table.calendar td.space
{
    width: 1px;
    font-size: 1px;
}

table.calendar tr.space td
{
    height: 1px;
    font-size: 1px;
}

table.calendar tr.calendar_day_names td
{
    width: 18px;
    height: 16px;

    font-size: 10px;
    color: #606060;

    border-bottom: 2px solid #DCDCDC;
}

table.calendar tr.calendar_day_names td.holiday
{
    border-bottom: 2px solid #FAB068;
}

table.calendar tr.calendar_day_names td.space
{
    width: 1px;
    border: none;
}

table.calendar tr.calendar_days td
{
    height: 18px;

    font-size: 11px;
    color: #476DB4;

    cursor: pointer;
}

table.calendar tr.calendar_days td.over
{
    background: #DBE7F6;
}

table.calendar tr.calendar_days td.selected
{
    background: #DB9148;
    color: #FFFFFF;
}

table.calendar tr.calendar_days td.space,
table.calendar tr.calendar_days td.empty
{
    cursor: default;
}

td.calendar_popup
{
    font-size: 11px;
    color: #606060;
}

td.calendar_filter
{
    width: 330px;
}

table.popup#calendarPopup
{
    width: 332px;
    position: absolute;

    margin-top: 20px;
    margin-left: -4px;
}

table.popup#calendarPopup .popup_button .center
{
    font-size: 11px;
    padding-top: 4px;
}

table.popup#usersPopup
{
    width: 580px;
    position: absolute;
    margin-top: 20px;
}

table.popup#presentationsPopup
{
    width: 580px;
    position: absolute;
    margin-top: 20px;
}

div.pro_account_block
{
    color: #585555;
    background: #FCFCEF;
    border: 1px solid #E0E09A;
    margin-top: 44px;
    padding: 16px 14px 18px 14px;
}

div.pro_account_block h1,
div.basic_account_block h1
{
    font-family: Trebuchet MS;
    font-size: 18px;
    font-weight: bold;
}

div.pro_account_block div.rate,
div.basic_account_block div.rate
{
    font-size: 14px;
    font-weight: bold;
    margin-top: 4px;
}

div.pro_account_block ul
{
    color: #585555;

    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;

    margin-top: 16px;
    margin-bottom: 4px;

    line-height: 1;
}

div.pro_account_block ul li
{
    padding-bottom: 6px;
}

div.pro_account_block p,
div.basic_account_block p
{
    margin-top: 0px;
    margin-bottom: 0px;
}


div.basic_account_block
{
    color: #585555;
    border: 1px solid #BFC2C3;
    margin-top: 15px;
    padding: 16px 14px 18px 14px;
}

div.basic_account_block div
{
    font-size: 12px;
    font-weight: bold;

    margin-top: 17px;
    margin-bottom: 12px;
}

table.form td.account_level
{
    vertical-align: top;
    padding-left: 23px;
}

table.form td.account_levels_container
{
    width: 335px;
    font-weight: normal;
}

table.form td.account_levels_container img.pro_logo
{
    vertical-align: middle;
}

table.form td.account_levels_container td
{
    color: #606060;
    vertical-align: top;
}

table.form td.account_levels_container td.delimiter
{
    height: 15px;
    font-size: 1px;
}

table.form td.account_levels_container td.features
{
    padding-top: 3px;
}

table.form td.account_levels_container td.terms_agreement
{
    padding-top: 1px;
}

table.form td.account_levels_container p
{
    margin-top: 0px;
    margin-bottom: 4px;
    line-height: 14px;
}

table.user_info_block
{
    width: 100%;
    margin-top: 12px;
}

table.user_info_block table.resource_statistics td
{
    padding-right: 24px;
}

.download_menu_container
{
    height: 0;
    z-index: 2;
    position: absolute;
    margin-top: 4px;
}

table.download_popup_menu
{
    width: 100%;
    border: 1px solid #A6AEB1;
    border-collapse: collapse;
    background: #F6F6F6;
}

table.download_popup_menu td.download_icon_container
{
    padding-right: 0px;
}

table.download_popup_menu td
{
    text-align: left;
    white-space: nowrap;
    border: 1px solid #A6AEB1;
    border-right-style: none;
    border-left-style: none;
    padding: 6px 6px 5px 6px;
}

table.presentations_hor_popup_menu a,
table.download_popup_menu a
{
    display: block;
    text-decoration: none;
}

table.presentations_hor_popup_menu a:hover,
table.download_popup_menu a:hover
{
    text-decoration: underline;
}

table.groups td.title,
table.groups td.resource,
table.users td.title,
table.users td.resource
{
    padding-top: 12px;
    padding-bottom: 12px;
}

table.groups td.title p,
table.users td.title p
{
    line-height: 2;

    margin-top: 0px;
    margin-left: 15px;
    padding-right: 10px;

    position: relative;
    top: -6px;
    color: #3C3C3C;
}

table.groups td.info,
table.users td.info
{
    color: #3C3C3C;
    padding-top: 10px;
}

table.groups a.thumbnail_link,
table.users a.thumbnail_link
{
    display: block;
}

table.users td.categories
{
    padding-top: 8px;
}

.autocompletion-list
{
    background: white;
    border: 1px solid #A6AEB1;
    margin-top: 1px;
}

.autocompletion-list div
{
}

.autocompletion-list div a
{
    cursor: pointer;
    color: black;
    display: block;
    text-align: left;
    text-decoration: none;
    padding:5px 5px;
    margin:2px;
}

.autocompletion-list div.selected a
{
    border: 1px solid #E0E09B;
    background: #FAFAE0;
}

a.statistics_date
{
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px dashed #000000;
}

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

a.statistics_date_calendar img
{
    vertical-align: middle;
}

table.statistics_header
{
    width: 100%;

    margin-top: 12px;
    margin-bottom: 20px;
}

table.statistics_header td.filter
{
    border: 1px solid #C0C1C3;

    padding-top: 2px;
    padding-bottom: 0px;
}

table.statistics_header td.filter td.filter_content
{
    font-size: 12px;
    padding-left: 10px;
}

table.statistics_header td.filter td.additional_filter
{
    background: url("/images/statistics_filter_bg.gif") repeat-x;
}

table.statistics_header td.chart
{
    border: 1px solid #C0C1C3;
    border-top: none;

    padding-left: 10px;
    padding-top: 15px;
    padding-bottom: 10px;
}

table.storage_indicator
{
    width: 193px;
}

table.storage_indicator td.left_full
{
    width: 2px;
    height: 22px;
    background: url("/images/storage_indicator/sides.gif") no-repeat;
}

table.storage_indicator td.left
{
    width: 2px;
    height: 22px;
    background: url("/images/storage_indicator/sides.gif") no-repeat;
    background-position: -2px 0;
}

table.storage_indicator td.right_full
{
    width: 2px;
    height: 22px;
    background: url("/images/storage_indicator/sides.gif") no-repeat;
    background-position: -4px 0;
}

table.storage_indicator td.right
{
    width: 2px;
    height: 22px;
    background: url("/images/storage_indicator/sides.gif") no-repeat;
    background-position: -6px 0;
}

table.storage_indicator td.content
{
    border-top: solid 1px #ACB0C6;
    border-bottom: solid 1px #ACB0C6;
    width: 189px;
}

table.storage_indicator td.used_space
{
    height: 20px;
    background: url("/images/sprites.gif") repeat-x;
    background-position: 0px -2095px;
}

table.storage_indicator td.unused_space
{
    height: 20px;
    background: url("/images/sprites.gif") repeat-x;
    background-position: 0px -2122px;
}

.storage_indicator_label
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #3D3D3D;

    position: relative;
    top: -18px;
    left: -33px;
}

table.search_result_comments_list
{

}

table.search_result_comments_list td.comment_header
{
    padding-top: 30px;
    padding-bottom: 5px;
}

table.search_result_comments_list td.comment
{
    padding-left: 25px;
}

p.confirmation_text,
p.contacts
{
    font-size: 12px;
}

p.confirmation_text a
{
    font-size: 12px;
}

.popup_button,
.popup_button div,
.calendar_popup_button,
.calendar_popup_button div
{
    height: 25px;
    float: left;

    z-index: 10;
    position: relative;
}

.popup_button .left,
.popup_button .right,
.calendar_popup_button .left,
.calendar_popup_button .right
{
    width: 2px;
    font-size: 1px;
}

.popup_button .left,
.calendar_popup_button .left
{
    background: url("/images/button/popup/popup_btn_left.gif") no-repeat;
}

.popup_button .right,
.calendar_popup_button .right
{
    background: url("/images/button/popup/popup_btn_right.gif") no-repeat;
}

.popup_button .center,
.calendar_popup_button .center
{
    background: url("/images/button/popup/popup_btn_center.gif") repeat-x;

    font-size: 12px;
    color: #3C3C3C;

    vertical-align: top;
    padding-top: 3px;
    padding-left: 3px;
    padding-right: 3px;

    cursor: pointer;
}

.calendar_popup_button .center
{
    width: 320px;
    text-align: center;

    font-weight: bold;

    padding-left: 0px;
    padding-right: 0px;
}

.popup_button .selected .left,
.calendar_popup_button .selected .left
{
    background: url("/images/button/popup/popup_btn_left_selected.gif") no-repeat;
}

.popup_button .selected .right,
.calendar_popup_button .selected .right
{
    background: url("/images/button/popup/popup_btn_right_selected.gif") no-repeat;
}

.popup_button .selected .center,
.calendar_popup_button .selected .center
{
    background: url("/images/button/popup/popup_btn_center_selected.gif") repeat-x;
}

p.statistics_overview
{
    font-size: 12px;
}

ul.statistics_overview
{
    font-size: 12px;
}

ul.statistics_overview li
{
    list-style: none;
    padding-bottom: 6px;
}

ul.statistics_overview li.sub_item
{
    padding-left: 20px;
}

ul.statistics_overview li a
{
    font-size: 12px;
    font-weight: bold;
}

div.statistics_overview_container
{
    margin-left: -40px;
}

div.container
{
    min-height: 100%;
    width: 100%;
    margin-bottom: -145px;
    text-align: center;
}

* html div.container
{
    height: 100%;
    clear: both;
}

div.content_container
{
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 32px;
}

div.header
{
}

div.clear_footer
{
    clear: both;
    height: 145px;
}

div.footer
{
    border-top: 1px solid #DBDBDB;
    background: #FBFBFB;

    clear: both;

    height: 145px;

    width: 100%;
    text-align: center;
}

div.footer table
{
    width: 1000px;
    margin: 18px auto;
}

div.header_container
{
    background: url("/images/header/header_bg.png") repeat-x;
    border-bottom: 1px solid #858794;
    height: 80px;
    text-align: center;
}

div.header_container div.logo_container
{
    width: 1000px;
    height: 80px;
    margin: 0 auto;
    position: relative;
}

div.header_container div.logo
{
    padding-top: 25px;
}

div.header_container div.login_menu
{
    position: absolute;

    right: 0px;
    top: 33px;

    color: #ACB0C6;
    font-size: 12px;
}

div.header_container div.login_menu a
{
    color: #FFFFFF;
}

div.header_container div.login_menu a.logged_user_name,
div.header_container div.login_menu a.logged_user_name:visited
{
    font-size: 12px;
}

div.header_menu_container
{
    background: url("/images/header/header_bg.png") repeat-x 0px -81px;
    text-align: center;
}

div.header_menu_container div.menu_container
{
    width: 1000px;
    height: 29px;
    margin: 0 auto;
    position: relative;
}

div.admin_header_menu div.menu_container
{
    width: 1040px;
}

div.menu_container div.main_menu
{
    float: left;
}

div.menu_container div.search_form
{
    float: right;
    margin-top: 4px;
}

div.menu_container div.search_form td
{
    vertical-align: middle;
}

div.search_form input.search_button
{
    margin-left: 4px;
    margin-top: -1px;
    float: left;
}

div.search_form input.text_input
{
    width: 155px;
    float: left;
}

ul.main_tab_menu
{
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.main_tab_menu li
{
    display: block;
    float: left;
    height: 29px;
}

ul.main_tab_menu li.spacer
{
    background: url('/images/top_menu_background.png') repeat-x 0px -29px;
    display: block;
    float: left;
    width: 1px;
    font-size: 1px;
}

ul.main_tab_menu li a
{
    color: #FFFFFF;
    font-size: 12px;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    /* padding-bottom: 7px;*/
    line-height: 29px;
    text-decoration: none;
}

ul.main_tab_menu li a:hover
{
    background: url('/images/top_menu_background.png') repeat-x 0px 0px;
    text-decoration: none;
}

ul.main_tab_menu li.selected a,
ul.main_tab_menu li.selected a:hover
{
    color: #FE802B;
    text-decoration: none;
}

ul.main_tab_menu li.powerpoint a
{
    background: url('/images/template_shop_basket_sprite.png') no-repeat 0px 0px;
    padding-left: 45px;
}

ul.main_tab_menu li.powerpoint a:hover
{
    background: url('/images/template_shop_basket_sprite.png') no-repeat 0px -29px;
    text-decoration: none;
    padding-left: 45px;
}

ul.main_tab_menu li.upload a
{
    margin-left: 5px;
    margin-top: 3px;
    background: url('/images/upload_btn_sprite.gif') no-repeat 0px 0px;
    height: 23px;
    line-height: 23px;
    width: 87px;
}

ul.main_tab_menu li.upload a:hover
{
    margin-left: 5px;
    margin-top: 3px;
    background: url('/images/upload_btn_sprite.gif') no-repeat 0px -23px;
    height: 23px;
    width: 87px;
}

div.content
{
    margin-top: 32px;
    float: left;
    width: 730px;
}

div.right_area
{
    margin-top: 32px;
    float: right;
    width: 240px;
}

div.content_clear
{
    clear: both;
}

div.my_account_menu_container,
div.user_profile_menu_container
{
    margin-top: 32px;
    float: left;
    width: 201px;
    padding-right: 20px;
}

div.my_account_content,
div.user_profile_content
{
    margin-top: 32px;
    float: left;
    padding-top: 8px;
    width: 777px;
}

div.my_account_content h2
{
    margin-top: 0px;
    margin-bottom: 14px;
}

div.my_account_content h3
{
    margin-top: 0px;
    margin-bottom: 11px;
    position: relative;
    top: -5px;
}

div.my_account_content p.description
{
    margin-top: 0px;
    margin-bottom: 8px;
    position: relative;
    top: -4px;
}

div.user_profile_menu_container div.tags
{
    background: #F6F6FB;
    border: 1px solid #D9DCE8;

    margin-left: 10px;
    margin-right: 10px;

    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 6px;
    padding-right: 6px;
}

div.user_profile_menu_container h3
{
    margin-top: 2px;
}

div.user_profile_content
{
    margin-top: 17px;
}

div.user_profile_content h1
{
    margin-top: 0px;
    margin-bottom: 1px;
}

div.registration_content_container
{
    padding-top: 32px;
}

div.registration_content
{
    float: left;
    width: 510px;
}

td.color_icon_container
{
    padding-right: 7px;
}

img.color_icon
{
    width: 16px;
    height: 16px;
    padding: 2px;
}

img.color_icon_selected
{
    width: 16px;
    height: 16px;
    padding: 1px;
    border: 1px solid #000000;
}
img.color_icon_highlighted
{
    width: 16px;
    height: 16px;
    padding: 1px;
    border: 1px solid #afafaf;
    cursor: pointer;
}

img.profile_avatar
{
    border: 1px solid #AFB2C8;
    display: block;
    overflow: hidden;
}

div.user_profile_menu_container img.profile_avatar
{
    margin: 0 auto;
}

td.comment p,
td.categories p
{
    margin-top: 0px;
}

div.showing_stat
{
    float: right;
    margin-top: 8px;
}

td.technical_support_info p
{
    padding: 0px;
    margin: 0px;
}

td.technical_support_info
{
    font-size: 12px;
    padding-top: 42px;
    width: 455px;
}

p.activate_pro_trial
{
    font-size: 12px;
}

p.activate_pro_trial_link
{
    margin-top: 20px;
}

td.popupControlPanel
{
    width: 100%;
    border: 1px solid #ACB0C6;
    vertical-align:middle;
}

div.user_resources,
div.related_resources
{
    background: #FFFFFF;
    border: 1px solid #ACB0C6;

    padding: 10px 15px 14px 14px;
    margin-top: 14px;
}

div.user_resources div.list_title,
div.related_resources div.list_title
{
}

div.user_resources div.small_page_navigator,
div.related_resources div.small_page_navigator
{
    margin-top: 6px;
    float: right;
}

div.user_resources div.list_container,
div.user_resources div.list_container_small,
div.related_resources div.list_container,
div.related_resources div.list_container_small
{
    clear: both;
}

div.user_info_block_after_share
{
    margin-top: 0px;
}

div.user_info_block div.user_image
{
    float: left;
    margin-right: 10px;
}

div.user_info_block div.info
{
    float: left;
}

div.user_info_block div.info p
{
    margin-top: 0px;
    margin-bottom: 7px;
    line-height: 1;
}

div.user_info_block div.info_clear
{
    clear: both;
}

div.user_info_block img.pro_icon
{
    vertical-align: baseline;
    top: 3px;
}

p.presentation_description
{
    margin-bottom: 0px;
}

p.tags
{
    margin-bottom: 0px;
}

div.resource_share
{
    background: #F6F6FB;
    border: 1px solid #ACB0C6;

    margin-top: 14px;
    padding: 12px 14px;
}

#embedForm input.text_input
{
    width: 441px;
}

#privateAccessUrlContainer input.text_input
{
    width: 441px;
}

#privateAccessUrlContainer input.without_generate_link
{
    margin-bottom: 2px;
}

#embedForm td.option_title
{
    padding-bottom: 2px;
}

#embedForm td.option_title input.radio
{
    vertical-align: middle;
}

table.share_header_block
{
    margin-bottom: 12px;
}

div.profile_info
{
    margin-left: 8px;
}

div.profile_info h1,
div.user_profile_menu_container div.tags h1
{
    font-family: Lucida Sans Unicode, Lucida Sans;
    font-size: 16px;
    font-weight: normal;
    color: #3B3B3B;
}

div.profile_info p
{
    color: #3B3B3B;
    font-size: 11px;
}

table.user_comments
{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
}

table.user_comments p
{
    margin-top: 10px;
}

table.user_comments tr.space td
{
    height: 24px;
    padding-top: 12px;
    vertical-align: top;
}

table.user_comments tr.space span
{
    font-size: 1px;
    border-top: 1px solid #D9DCE8;
    display: block;
}

table.user_comments a.delete_link img
{
    vertical-align: top;
}

div.success
{
    clear: both;

    padding: 10px 18px 10px 18px;
    margin-bottom: 10px;

    border: 1px solid #96DC98;
    background: #F5FEED;

    font-family: Verdana;
    font-size: 11px;
    font-style: normal;
}


#complain_form
{
    margin-left: -4px;
    position: absolute;
    z-index: 10;
}

#post_form
{
    position: absolute;
    z-index: 100;
    margin-top: 10px;
    margin-left: -4px;
}

#shareCommentForm
{
    position: absolute;
    z-index: 10;
    margin-left: 206px;
}

#post_comment_form
{
    margin-left: -4px;
    margin-top: -4px;
    position: absolute;
    z-index: 100;
}

#addPresentationToGroupForm,
#embedForm
{
    margin-top: 0px;
    position: absolute;
    width: 488px;
}

#addPresentationToGroupForm .post_comment,
#embedForm .post_comment
{
    width: 480px;
}

#addPresentationToGroupForm .form .text_input
{
    width: 430px;
}

#addPresentationToGroupForm .form select.text_input
{
    width: 438px;
}

#addPresentationToGroupForm .form div.option_title
{
    margin-bottom: 2px;
}

#addPresentationToGroupForm img.addPresentationToGroupProgressIcon
{
    margin-top: 4px;
    margin-left: 10px;
}

span.auto_renewal_details
{
    font-size: 10px;
}

/** Contest page styles **/
div.contest_header_container
{
    background: url('/images/contest/contest_header_background.gif') repeat-x;
    height: 283px;
    margin-top: 39px;
    border-bottom: 1px solid #C9CFE3;
}

div.contest_header
{
    margin: 0 auto;
    width: 1000px;
}

div.contest_header div.description
{
    width: 460px;
    float: left;

    font-size: 12px;
}

div.contest_header div.description h1
{
    position: relative;
    margin-top: -7px;
    margin-bottom: 13px;
}

div.contest_header div.description p
{
    margin-top: 0px;
    margin-bottom: 14px;
}

div.contest_header div.description a.enter_contest_button
{
    float: left;
    margin-left: 263px;
    margin-top: 4px;
}

div.contest_header div.contest_right_block
{
    width: 455px;
    margin-left: auto;
    height: 283px;
    background: url('/images/contest/slideboom_presentation_contest.png') no-repeat 0px 0px;

    position: relative;
    top: -10px;

    padding-top: 10px;
}

div.contest_header div.contest_right_block div.time_frame_info_container
{
    background: url('/images/contest/time_frame_background.png') no-repeat;
    color: #3C3C3C;
    font-size: 12px;

    margin-left: auto;

    height: 100px;
    width: 226px;
    padding-top: 23px;
    padding-left: 35px;
}

* html div.contest_header div.contest_right_block div.time_frame_info_container
{
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src='/images/contest/time_frame_background.png');
}

div.contest_header div.time_frame_info_container div.title
{
    font-weight: bold;
}

div.contest_header div.time_frame_info_container div.time_frame
{
    color: #FF710E;
    font-family: Lucida Sans Unicode, Lucida Sans;
    font-size: 16px;
}

div.contest_header div.time_frame_info_container p
{
    margin-top: 7px;
    margin-bottom: 0px;
}

div.contest_header ul.contents
{
    float: right;
    color: #476DB4;
    margin-top: 35px;
}

div.contest_header ul.contents li
{
    margin-bottom: 6px;
}

div.contest_header ul.contents li a
{
    font-size: 12px;
}

div.informators_container
{
    height: 58px;
    border-bottom: 1px solid #BDC1CC;
}

div.informators_block
{
    width: 1000px;
    margin: 0 auto;
}

div.informators_block a.informator_link
{
    display: block;
    float: left;
    margin-top: 5px;
    margin-right: 60px;
}

div.informators_block .first
{
    margin_right: 52px;
}

div.contest_content
{
    color: #3C3C3C;
    font-size: 12px;

    margin-top: 0px;
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;

    padding-top: 14px;
    width: 1000px;
}

div.contest_content div.left_column
{
    width: 730px;
}

div.contest_content div.right_column
{
    float: right;
    width: 240px;
}

div.contest_content div.contest_badge
{
    margin-bottom: 20px;
}

div.contest_badge .text_input
{
    margin-top: 10px;
    width: 212px;
}

div.contest_content div.right_column h2
{
    margin-bottom: 12px;
}

div.contest_content a
{
    font-size: 12px;
}

div.contest_content h2
{
    color: #3C3C3C;

    margin-top: 21px;
    margin-bottom: 7px;
}

div.contest_content p
{
    margin-top: 0px;
    margin-bottom: 14px;
    line-height: 18px;
}

div.contest_content p.list_title
{
    margin-bottom: 0px;
}

div.contest_content ul
{
    margin-top: 1px;
    margin-bottom: 13px;
    margin-left: 0px;
    padding-left: 26px;
}

div.contest_content ul li
{
    line-height: 20px;
    padding-left: 5px;
}

div.contest_content img.pro_icon
{
    position: relative;
    top: 3px;
    vertical-align: baseline;
}

div.contest_content div.jury_block
{
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 15px;
    margin-top: 11px;
}

div.contest_content div.jury_block_clear
{
    clear: both;
}

div.contest_content div.jury_block .less_link,
div.contest_content div.jury_block .details
{
    display: none;
}

div.contest_content div.jury_block img
{
    float: left;
    margin-right: 9px;
    margin-top: 4px;
    border: 1px solid #BDC1CC;
}

div.contest_content div.jury_block p.last
{
    margin-bottom: 0px;
}

div.contest_content div.last_jury_block
{
    margin-bottom: 37px;
}

div.contest_content h2 a,
div.contest_content h2 a:hover
{
    color: #3C3C3C;
    font-family: Lucida Sans Unicode, Lucida Sans;
    font-size: 20px;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
}

div.contest_content div.right_column h2.jury_block_title
{
    margin-bottom: 9px;
}

div.contest_content div.right_column div.jury_block
{
    margin-top: 0px;
    margin-bottom: 17px;
}

div.contest_content div.right_column div.jury_block p
{
    font-size: 11px;
}

div.contest_content div.jury_block a.title
{
    font-size: 12px;
    font-weight: bold;
    color: #476DB4;
}

div.informators_block h2
{
    color: #3C3C3C;
    float: left;
    margin-right: 50px;
}

div.informators_block div.title
{
    color: #3C3C3C;
    font-size: 12px;
    font-weight: bold;

    float: left;

    margin-top: 10px;
    margin-right: 58px;
}

div.form_bg
{
    border: 1px solid #A6AEB1;
    background: #F6F6F6;
    padding: 17px 0;
}

table.registration_form
{
    width: 508px;
}

table.registration_form td.field_name
{
    width: 114px;
}

table.registration_form input.text_input
{
    width: 313px;
}

table.registration_form table.form_block
{
    width: 321px;
    margin-bottom: 10px;
}

table.registration_form table.form_block p.last
{
    margin-bottom: 2px;
}

table.registration_form td.button_container
{
    padding-bottom: 9px;
}

table.form_block tr.top td,
table.form_block tr.bottom td
{
    background-image: url('/images/form_block_corners.gif');
    background-repeat: no-repeat;
    height: 4px;
    font-size: 1px;
    line-height: 1px;
}

table.form_block td.left,
table.form_block td.right
{
    width: 4px;
}


table.form_block tr.top td.center,
table.form_block tr.bottom td.center,
table.form_block tr.center td.left,
table.form_block tr.center td.right
{
    background-image: url('/images/form_block_border.gif');
    background-repeat: no-repeat;
    font-size: 1px;
}

table.form_block tr.center td.center
{
    padding: 6px;
}

table.form_block tr.top td.left
{
    background-position: 0px -8px;
}

table.form_block tr.top td.center
{
    background-position: 0px 0px;
    background-repeat: repeat-x;
}

table.form_block tr.top td.right
{
    background-position: -4px -8px;
}

table.form_block tr.center td.left
{
    background-position: 0px 0px;
    background-repeat: repeat-y;
}

table.form_block tr.center td.right
{
    background-position: 3px 0px;
    background-repeat: repeat-y;
}

table.form_block tr.bottom td.left
{
    background-position: 0px -12px;
}

table.form_block tr.bottom td.center
{
    background-position: 0px 3px;
    background-repeat: repeat-x;
}

table.form_block tr.bottom td.right
{
    background-position: -4px -12px;
}

table.selected_form_block tr.top td.center,
table.selected_form_block tr.bottom td.center,
table.selected_form_block tr.center td
{
    background-color: #F8EAC6;
}

table.selected_form_block tr.top td.left
{
    background-position: 0px 0px;
}


table.selected_form_block tr.top td.right
{
    background-position: -4px 0px;
}

table.selected_form_block tr.bottom td.left
{
    background-position: 0px -4px;
}

table.selected_form_block tr.bottom td.right
{
    background-position: -4px -4px;
}

table.account_level_options
{
    margin-top: 16px;
    margin-bottom: 13px;
}

table.form_block table.account_level_options
{
    margin-top: 0px;
    margin-bottom: 0px;
}

table.pro_account_form_block table.account_level_options
{
    margin-top: 8px;
}

table.account_level_options td.option
{
    vertical-align: top;
}

table.account_level_options td.option input
{
    margin: 0px;
    padding: 0px;

    margin-top: 3px;
    width: 15px;
    height: 13px;
}

table.form_block table.account_level_options td.option
{
    vertical-align: top;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 4px;
}

table.form_block table.account_level_options td.option_title
{
    padding-top: 1px;
    padding-left: 3px;
}

table.pro_account_form_block table.account_level_options td.option_title
{
    padding-top: 3px;
}

table.account_level_options
{
}

table.account_level_options td.option
{
    padding-left: 10px;
}

table.account_level_options td.option_title
{
    padding-left: 6px;
}

div.registration_right_block table.cmp_free_pro tr.title
{
    height: 52px;
}

div.registration_right_block table.cmp_free_pro tr.title td
{
    padding-top: 5px;
}

div.registration_right_block table.cmp_free_pro tr.title td.pro_title
{
    padding-top: 9px;
}

div.registration_right_block table.cmp_free_pro tr.title td.pro_title div.price
{
    margin-top: 6px;
}

div.registration_right_block table.cmp_free_pro tr.bottom
{
    height: 31px;
}

div.registration_right_block table.cmp_free_pro tr.bottom td div.price
{
    margin-top: 5px;
}

div.registration_right_block table.cmp_free_pro a,
div.registration_right_block table.cmp_free_pro td div.price,
div.registration_right_block table.cmp_free_pro tr.title td div.title,
div.registration_right_block table.cmp_free_pro td img
{
    position: relative;
    z-index: 100;
}

div.account_type_highlighter
{
    display: none;
    position: absolute;
    background: url('/images/compare_selected_background.png') repeat;
    width: 106px;
}

* html div.account_type_highlighter
{
    background: none;
    background-repeat: repeat-y;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src='/images/compare_selected_background.png');
}

div.registration_right_block div.account_type_highlighter
{
    margin-top: 1px;
}

div.registration_right_block table.cmp_free_pro tr.title td.free_title,
div.registration_right_block table.cmp_free_pro tr.title td.pro_title
{
    width: 106px;
}

table.cmp_free_pro table.feature_title td
{
    vertical-align: top;
    border: none;
    text-align: left;
    padding: 0px;
}

table.cmp_free_pro td table.feature_title td.marker_container
{
    padding-top: 5px;
    padding-right: 4px;
}

table.form input.date_day
{
    width: 70px;
    margin-left: 4px;
    margin-right: 4px;
}

table.form select.date_month
{
    height: 21px;
    width: 126px;
}

table.form input.date_year
{
    width: 80px;
}

input.hint
{
    color: #B8B9BA;
    font-style: italic;
}

div.enter_contest
{
    margin-top: 32px;
}

div.enter_contest div.warning,
div.enter_contest p.form_description
{
    margin-top: 20px;
}

div.enter_contest .form
{
    width: 480px;
}

div.enter_contest .form span.field_caption
{
    font-weight: bold;
}

div.enter_contest .form input.error,
div.enter_contest .form select.error
{
    border: 1px solid #FF0000;
}

div.enter_contest .form input.other_input
{
    margin-top: 10px;
    display: none;
}

div.enter_contest div.button div.center
{
    width: 56px;
}

div.enter_contest .form td
{
    vertical-align: top;
}

div.group_warning
{
    margin-bottom: 10px;
}

table.content td.group_right_block
{
    padding-top: 8px;
    padding-left: 20px;
}

td.contest_participant_icon_container
{
    padding-top: 13px;
}

div.contest_stat_banner
{
    background: url('/images/contest/contest_group_icon.jpg') no-repeat;
    width: 201px;
    height: 45px;
    margin-top: 25px;
    cursor: pointer;
    padding-top: 43px;
    padding-left: 19px;
}

div.contest_stat_banner .contest_stat_block
{
    font-size: 12px;
}

div.contest_stat_banner .contest_stat_block td
{
    color: #FFFFFF;
    text-align: left;
}

div.contest_stat_banner .contest_stat_block td.title
{
    color: #CEDCFF;
    padding-right: 5px;
}

div.cmp_free_pro_details_tooltip
{
    display: none;
    position: absolute;
    width: 242px;
    z-index: 1000;
}

div.cmp_free_pro_details_tooltip div.top,
div.cmp_free_pro_details_tooltip div.bottom,
div.cmp_free_pro_details_tooltip div.left,
div.cmp_free_pro_details_tooltip div.right
{
    height: 3px;
    font-size: 1px;
}

div.cmp_free_pro_details_tooltip div.left,
div.cmp_free_pro_details_tooltip div.right
{
    font-size: 1px;
    width: 3px;
    background-image: url('/images/cmp_free_pro_details_corners.gif');
    background-repeat: no-repeat;
}

div.cmp_free_pro_details_tooltip div.center
{
    background: #FFFFFF;
    font-size: 1px;
    height: 2px;
}

div.cmp_free_pro_details_tooltip div.top div.left
{
    background-position: 0px 0px;
    float: left;
}

* html div.cmp_free_pro_details_tooltip div.top div.left,
* html div.cmp_free_pro_details_tooltip div.bottom div.left
{
    display: inline;
    margin-right: -3px;
}

* html div.cmp_free_pro_details_tooltip div.top div.right,
* html div.cmp_free_pro_details_tooltip div.bottom div.right
{
    display: inline;
    margin-left: -3px;
}

div.cmp_free_pro_details_tooltip div.top div.center
{
    border-top: 1px solid #345EAD;
    margin: 0px 3px;
}

div.cmp_free_pro_details_tooltip div.top div.right
{
    background-position: -3px 0px;
    float: right;
}

div.cmp_free_pro_details_tooltip div.bottom div.left
{
    background-position: 0px -3px;
    float: left;
}

div.cmp_free_pro_details_tooltip div.bottom div.center
{
    border-bottom: 1px solid #345EAD;
    margin: 0px 3px;
}

div.cmp_free_pro_details_tooltip div.bottom div.right
{
    background-position: -3px -3px;
    float: right;
}

div.cmp_free_pro_details_tooltip div.middle
{
    clear: both;
    background: #FFFFFF;

    padding-top: 16px;
    padding-left: 11px;
    padding-right: 11px;
    padding-bottom: 16px;

    border-left: 1px solid #345EAD;
    border-right: 1px solid #345EAD;
}

* html div.cmp_free_pro_details_tooltip div.middle_container
{
    height: 1%;
}

div.cmp_free_pro_details_tooltip div.details
{
    color: #000000;
    font-size: 11px;
    line-height: 14px;
    margin-left: 3px;
}


div.upload_warning
{
    width: 734px;
    display: none;
    margin-bottom: 20px;
}

div.upload_blocked
{
    width: 734px;
}

div.edit_resource_warning
{
    width: 460px;
    display: none;
    margin-bottom: 20px;
}

div.upload_form_bg
{
    padding: 21px 57px 18px 54px;
}

div.upload_form_bg table.selected_form_block
{
    width: 392px;
    margin-top: 18px;
    margin-bottom: 18px;
}

table.options_container td
{
    vertical-align: middle;
}

table.options_container td.option
{
    width:13px;
    padding-right: 9px;
}

table.options_container td.option input
{
    width: 13px;
    height: 13px;
    margin: 0px;
}

td.process_indicator_container
{
    text-align: right;
    padding-right: 5px;
}

/* contest vote styles */
div.contest_vote_title
{
    background: #F7F6FC;
    border: 1px solid #797EB6;
    border-bottom-style: none;

    font-size: 12px;
    font-weight: bold;
    line-height: 36px;

    width: 177px;
    height: 36px;

    padding-left: 9px;

}

div.already_voted
{
    font-weight: normal;
}

div.contest_vote_block_clear
{
    clear: both;
    height: 0px;
    overflow: hidden;
}

div.contest_vote_block
{
    border:  1px solid #ABB0C6;
    padding: 11px 22px 11px 13px;
}

div.contest_vote_block table
{
    width: 100%;
}

div.contest_vote_block td
{
    font-size: 12px;
}

div.contest_vote_block p
{
    margin-top: 0px;
}

div.contest_vote_block td.vote_value_title
{
    text-align: center;
    padding-top: 0px;
    padding-bottom: 9px;
}

div.contest_vote_block td.vote_value
{
    vertical-align: top;
    text-align: center;
    width: 35px;
    padding-bottom: 9px;
    padding-top: 2px;
}

div.contest_vote_block td.vote_value input
{
    margin: 0px;
    width: 13px;
    height: 13px;
}

div.contest_vote_block td.criterion_title
{
    padding-bottom: 9px;
    padding-right: 9px;
    text-align: right;
}

div.contest_vote_block td.vote_button_container
{
    padding-top: 2px;
    padding-right: 11px;
}

div.contest_vote_block td.vote_button_container div.button
{
    float: right;
}

div.contest_vote_block td.vote_button_container img.process_indicator
{
    display: none;
    float: right;
    margin-top: 3px;
    margin-right: 6px;
}

div.contest_vote_block table.vote_results_block div.spacer
{
    background: #999999;
    height: 1px;
    font-size: 1px;
    margin-bottom: 3px;
    margin-top: 3px;
}

div.contest_vote_block table.vote_results_block td.criterion_title,
div.contest_vote_block table.vote_results_block td.vote_value,
div.contest_vote_block table.vote_results_block td.total_vote_value
{
    text-align: right;
    padding-top: 4px;
    padding-bottom: 6px;
}

div.contest_vote_block table.vote_results_block tr.user_vote td.criterion_title
{
    padding-top: 0px;
    padding-bottom: 20px;
}

div.contest_vote_block table.vote_results_block tr.user_vote td.last_criterion_title
{
    padding-bottom: 6px;
}

div.contest_vote_block table.vote_results_block tr.user_vote td.vote_value
{
    padding-top: 0px;
}

div.contest_vote_block table.vote_results_block td.total_vote_value
{
    padding-left: 11px;
    font-weight: bold;
}

div.contest_vote_block table.vote_results_block td.vote_value
{
    padding-left: 11px;
}

div.clear
{
    clear: both;
}

div.contest_navigation
{
    margin-top: 5px;
    height: 47px;
    border-bottom: 1px dashed #ABAAAA;
}

div.contest_navigation img
{
    display: block;
    margin-bottom: 4px;
}

div.contest_navigation div.next_entry_link
{
    float: right;
    margin-right: 1px;
}

div.contest_navigation div.next_entry_link a
{
    font-size: 13px;
}

table.post_comment img.process_indicator
{
    margin-left: 10px;
}

a.media_sponsor_block
{
    display: block;
    margin-top: 10px;

    width: 206px;
}

div.media_sponsor_block
{
    color: #000000;
    font-size: 11px;

    line-height: 18px;
    margin-top: 15px;
    margin-bottom: 0px;
}

div.media_sponsor_block .title
{
    font-size: 13px;
    font-weight: bold;
}

div.media_sponsor_block a
{
    font-size: 11px;
}

div.my_account_content input.search_input
{
    width: 197px;
}

div.my_account_content td.privacy_filter_label
{
    padding-right: 5px;
    padding-left: 22px;
}

div.presenter_video_content
{
    width: 700px;
}

div.presenter_video_right_area
{
    width: 280px;
}

div.presenter_video_right_area #embedForm input.text_input
{
    width: 263px;
}

div.presenter_video_right_area #privateAccessUrlContainer input.text_input
{
    width: 243px;
}

div.webcast_right_area table.resources_list,
div.presenter_video_right_area table.resources_list
{
    margin: 0 auto;
}

div.webcast_right_area #embedForm input.radio,
div.presenter_video_right_area #embedForm input.radio
{
    width: 13px;
    height: 13px;
}

div.webcast_right_area #addPresentationToGroupForm,
div.webcast_right_area #embedForm,
div.presenter_video_right_area #embedForm,
div.presenter_video_right_area #addPresentationToGroupForm
{
    width: 303px;
}
div.webcast_right_area #addPresentationToGroupForm .post_comment,
div.presenter_video_right_area #addPresentationToGroupForm .post_comment
{
    width: 273px;
}

div.webcast_right_area #embedForm .post_comment,
div.presenter_video_right_area #embedForm .post_comment
{
    width: 295px;
}

div.webcast_right_area #addPresentationToGroupForm .form .text_input,
div.presenter_video_right_area #addPresentationToGroupForm .form .text_input
{
    width: 245px;
}

div.webcast_right_area #addPresentationToGroupForm .form select.text_input,
div.presenter_video_right_area #addPresentationToGroupForm .form select.text_input
{
    width: 253px;
}


div.webcast_content
{
    width: 695px;
}

div.webcast_right_area
{
    width: 285px;
}

div.webcast_right_area #embedForm input.text_input
{
    width: 268px;
}

div.resource_details_content
{
    width: 500px;
}

div.resource_details_right_area
{
    width: 480px;
}

div.winners_block
{
    height: 370px;
    position: relative;
    margin-top: 20px;
}

div.winners_block div.place
{
    position: absolute;
    bottom: 0px;
    width: 241px;
}

div.winners_block div.place div.title
{
    font-family: Lucida Sans Unicode;
    padding-left: 13px;

    margin-left: 1px;
}

div.winners_block div.place div.title_arrow
{
    font-size: 1px;

    background-image: url('/images/contest/award_title_arrow.gif');
    background-repeat: no-repeat;
    background-position: 1px 1px;

    margin-left: 1px;

    width: 12px;
    height: 12px;
}

div.winners_block div.place div.info
{
    font-size: 12px;
    line-height: 16px;

    margin-top: 15px;
    margin-bottom: 6px;
}

div.winners_block div.place div.info span.author_link
{
    display: block;
    margin-top: 3px;
}

div.winners_block div.place img
{
    display: block;
}

div.winners_block div.place div.cup
{
    background: url('/images/contest/cup.png') no-repeat;
    position: absolute;
    bottom: 87px;
    margin-left: 188px;
    width: 66px;
    height: 75px;
}

* html div.winners_block div.place div.cup
{
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src='/images/contest/cup.png');
    bottom: 86px;
}

div.winners_block div.place div.place_label
{
    color: #FFFFFF;
    font-family: Lucida Sans Unicode;
    font-size: 14px;

    text-align: center;

    background-image: url('/images/contest/place_label_background.jpg');
    background-repeat: no-repeat;
}

div.winners_block div.place div.place_label div.number
{
    color: #FFFFFF;
    font-family: Lucida Sans Unicode;
    font-size: 25px;
    text-align: center;
}

div.winners_block div.winner_cup
{
    margin-left: 241px;
    width: 242px;
}

div.winners_block div.bronze_award
{
    margin-left: 483px;
}

div.winner_cup div.place_info_container
{
    margin-left: 20px;
}

div.winner_cup div.title
{
    color: #373126;
    font-size: 20px;

    padding-top: 2px;

    width: 124px;
    height: 28px;
}

div.winner_cup div.title,
div.winner_cup div.title_arrow
{
    background-color: #FDE57C;
}

div.winners_block div.winner_cup div.info
{
    margin-top: 11px;
    margin-bottom: 16px;
}

div.winner_cup div.place_label
{
    background-position: 0px -60px;
    height: 77px;
    padding-top: 10px;
    line-height: 14px;
}

div.winner_cup div.place_label div.number
{
    margin-bottom: 12px;
    line-height: 1;
}

div.silver_award div.place_info_container
{
    margin-left: 31px;
}

div.silver_award div.title
{
    color: #21353F;
    font-size: 16px;

    padding-top: 3px;

    width: 108px;
    height: 27px;
}

div.silver_award div.title,
div.silver_award div.title_arrow
{
    background-color: #DAECF5;
}

div.winners_block div.silver_award div.info
{
    margin-top: 10px;
    margin-bottom: 27px;
}

div.silver_award div.place_label
{
    height: 56px;
    padding-top: 4px;
}

div.bronze_award div.place_info_container
{
    margin-left: 47px;
}

div.bronze_award div.title
{
    color: #46100B;
    font-size: 14px;

    padding-top: 3px;

    width: 104px;
    height: 21px;
}

div.bronze_award div.title,
div.bronze_award div.title_arrow
{
    background-color: #F3EAD8;
}

div.bronze_award div.place_label
{
    background-position: 0px -147px;
    height: 36px;
    padding-top: 1px;
}

table.top_10
{
    width: 724px;
}

table.top_10 th
{
    height: 20px;
    padding-left: 13px;
    font-size: 11px;
    color: #FFFFFF;
    border-right: 1px solid #A8AAB2;
    text-align: left;
    background: #747686;
    vertical-align: middle;
}

table.top_10 th.criterion
{
    width: 60px;
    border-left: 1px solid #A8AAB2;
    border-right: 1px solid #A8AAB2;
    text-align: center;
    padding: 0px;
}

table.top_10 th.odd
{
    border: none;
}

table.top_10 th.total
{
    border-right: none;
}

table.top_10 td
{
    font-size: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
    vertical-align: top;
    border-bottom: 1px solid #BFC2C3;
}

table.top_10 td.criterion
{
    color: #2D2D2D;
    font-weight: bold;
    text-align: center;
}

table.top_10 td.resource_info div.info
{
    font-size: 12px;
    float: left;
    margin-left: 10px;
    width: 140px;
}

table.top_10 td.resource_info div.info span.author_link
{
    display: block;
    margin-top: 5px;
}

table.top_10 td.resource_info a.thumbnail
{
    display: block;
    float: left;
    width: 125px;
    height: 94px;
}

table.top_10 td.resource_info a.thumbnail img
{
    display: block;
    border: 1px solid #CACCC9;
    width: 124px;
    height: 93px;
}

table.top_10 td.odd
{
    background: #ECEDED;
}

table.top_10 td.total span.position
{
    color: #737D80;
    display: block;
    margin-top: 8px;
}

table.top_10 td.total span.first
{
    color: #FB6900;
}

#tooltipContent td.resource_title
{
    padding-bottom: 10px;
}

table.feeback_restrictions_list
{
    margin-left: 20px;
}

table.feeback_restrictions_list td
{
    vertical-align: top;
    text-align: left;
}

table.feeback_restrictions_list td
{
    vertical-align: top;
    text-align: left;
}

table.feeback_restrictions_list td.number
{
    padding-right: 4px;
}

div.advertisement_container
{
    padding-top: 8px;

    position: relative;
}

div.advertisement_container div.advertisement_block
{
    text-align: center;
}

div.presentation_advertisement_container
{
    margin-top: 18px;
}

div.advertisement_container div.advertisement_title
{
    background: #FFFFFF;
    color: #7B7D90;
    font-size: 11px;

    left: 0px;
    top: 0px;

    margin-left: 10px;
    position: absolute;
    padding: 0 8px;
}

div.advertisement_container_flash div.advertisement_block
{
    border: 1px solid #A6AEB1;
    text-align: center;
    height: 98px;
}

div.advertisement_google_ads
{
    padding-top: 0px;
    margin-top: 20px;
}

div.content_after_advertisement,
div.right_area_after_advertisement
{
    margin-top: 15px;
}

div.resource_details_sidebar_ispring_ads
{
    padding-top: 20px !important;
}

a.ispring_banner img
{
    width: 728px;
    height: 90px;
}

a.ispring_additional_banner img
{
    margin-right: 15px;
}

div.warning_message_block
{
    margin-bottom: 10px;
}

img.private_key_process_indicator
{
    margin-top: 2px;
    margin-left: 0px;
    display: block;
    float: left;
}

td.private_key_field_container
{
    vertical-align: top;
    padding-top: 14px;
}

div.private_key_edit_link_container
{
    float: left;
    padding-left: 9px;
    padding-top: 4px;
}

div.private_key_edit_link_container a
{
    display: block;
}

a.private_key_edit
{
    background: url('/images/edit_private_key_icon.gif') no-repeat 0px center;
    padding-left: 14px;
    float: left;
}

input.private_key_input_field
{
    display: block;
    float: left;
}

div.clear_private_key_container
{
    clear: both;
}

td.private_key_in_url_field_container
{
    padding-bottom: 5px;
}

td.upload_another_button_container
{
    padding-left: 44px;
}

.resource_details_right_ads_block
{
    margin-top: 14px;
    margin-bottom: 7px;
    border: 1px solid #ACB0C6;
    padding-top: 0 !important;
}

.right_panel_flashspring_ads
{
    border: 1px solid #A6AEB1;
    min-width: 240px;
    _width: 240px;
}

.tabs_container
{
    margin-top: 20px;
}

.tabs_container .tabs
{
    position: relative;
    top: 1px;
}

* html .tabs_container .tabs
{
    position: absolute;
    top: auto;
}

* html .tabs_container .tabs_content
{
    margin-top: 49px;
}

*:first-child+html .tabs_container .tabs
{
    position: absolute;
    top: auto;
}

*:first-child+html .tabs_container .tabs_content
{
    margin-top: 49px;
}

.tabs_container .tab
{
    float: left;
    background: url("/images/tab_menu/tab.gif") repeat-x top;

    margin-right: 3px;
    cursor: pointer;
}

.tabs_container .tab div
{
    float: left;
}

.tabs_container .tab_l
{
    background: url("/images/tab_menu/tab_left.gif") no-repeat top left;
}

.tabs_container .tab_r
{
    background: url("/images/tab_menu/tab_right.gif") no-repeat top right;
    height: 25px;

    padding: 5px 9px 0px 9px;

    font-family: Lucida Sans Unicode, Lucida Sans;
    font-size: 14px;
    color: #476DB4;
}

.tabs_container .tab.selected
{
    background: url("/images/tab_menu/tab_selected.gif") repeat-x top;
}

.tabs_container .selected .tab_l
{
    background: url("/images/tab_menu/tab_selected_left.gif") no-repeat top left;
}

.tabs_container .selected .tab_r
{
    background: url("/images/tab_menu/tab_selected_right.gif") no-repeat top right;
}

.tabs_container .tabs_content
{
    border: 1px solid #acb0c6;
}

.tabs_container .tab_content
{
    display: none;
}

.tabs_container.resources_tabs .tab_content
{
    height: 155px;
    padding-bottom: 10px;
}

.tabs_container.resources_tabs .resources_list
{
    margin-left: 14px;
}

.tabs_container.resources_tabs .resources_list .resource_item
{
    padding-top: 15px;
}

.tabs_container.resources_tabs .tab_content .load_indicator
{
    position: relative;
    left: 230px;
    top: 40px;

    display: none;
}

.tabs_container.resources_tabs .tab_content .small_page_navigator
{
    float: right;

    display: inline;
    margin-top: 15px;
    margin-right: 15px;
}

.tabs_container.resources_tabs span.empty_tab
{
    margin-left: 14px;

    font-size: 16px;
    font-family: Lucida Sans Unicode,Lucida Sans;
}

.registration_complete_content
{
    width: 1000px !important;
    margin-top: 43px !important;
}

.registration_complete_block
{
    background: url("/images/registration_complete/reg_complete_banner.jpg") right 5px no-repeat;
    padding-right: 275px;
    margin-right: 53px;

    min-height: 230px;
    _height: 230px;
}

.registration_complete_block .actions_block
{
    list-style: none;
    margin: 0;
    padding: 15px 0;
}

.registration_complete_block .actions_block li
{
    float: left;
    height: 25px;
}

.registration_complete_block .actions_block li a
{
    color: #1c448f;
    font-size: 14px;
    text-decoration: underline;

    padding-top: 4px;

    display: block;
}

.registration_complete_block .actions_block li.upload
{
    background: url("/images/registration_complete/upload_icon.gif") 0 1px no-repeat;
    margin-left: 1px;
    padding-left: 32px;
    margin-right: 61px;
}

.registration_complete_block .actions_block li.go_to_account
{
    background: url("/images/registration_complete/my_account_icon.gif") 0 0 no-repeat;
    padding-left: 31px;
    margin-right: 62px;
}

.registration_complete_block .actions_block li.change_pass
{
    background: url("/images/registration_complete/change_pass_icon.gif") 0 1px no-repeat;
    padding-left: 30px;
}

.registration_complete_block h2
{
    font-size: 18px;
    padding-top: 4px;
    margin: 0px !important;
}

.registration_complete_block h1
{
    font-size: 24px;
    padding-bottom: 1px;
}

.registration_complete_block .confirmation_text
{
    padding-bottom: 12px;
}

.registration_complete_thanks_link
{
    color: #1c448f;

    position: relative;
    top: 13px;
    left: 25px;

    outline: none;
}

.private_key_input_field.slidelog_option_text_input
{
    width: 260px;
}

.private_key_lable
{
    color: #606060;
    font-weight: bold;
    cursor: pointer;
}

.checkbox.private_key
{
    cursor: pointer;
}

table.edit_widget_settings input.text_input
{
    width: 250px;
}

.multiple_select
{
    border: 1px solid #A6AEB1;

    padding-top: 3px;
    padding-left: 0px;

    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    color: #515151;
}

select.multiple_select
{
    width: 258px;
}

input.first_col_chk
{
    margin-left: 0;
    padding-left: 0;
    width: 15px;
}


div.widget_embed_code
{
    margin-top: 20px;
}

div.widget_embed_code textarea.text_input
{
    padding: 0;
}

div.widget_embed_code div.tabs
{
}

div.widget_embed_code div.tabs ul
{
    height: 25px;
    margin: 0;
    padding: 0;

    height: 29px;
    width: 492px;

    list-style-type : none;
    z-index: 1;

    background-image: url('/widgets/images/widget_settings_sprite.png');
    background-repeat: repeat-x;
    background-position: 0 -30px;
}

div.widget_embed_code div.tabs ul li
{
    display: block;
    float: left;

    width: 150px;

    margin: 0;

    background: #EEF2F7;
    border: none;
    text-align: center;

    cursor: pointer;
}

div.widget_embed_code div.tabs ul li div
{
    float: left;
}

div.widget_embed_code div.tabs ul li div.center
{
    width: 140px;
    height: 29px;
    text-align: center;
}

div.widget_embed_code div.tabs ul li div.center span
{
    display: block;
    margin-top: 7px;
}

div.widget_embed_code div.tabs ul li div.center,
div.widget_embed_code div.tabs ul li div.left,
div.widget_embed_code div.tabs ul li div.right
{
    background-image: url('/widgets/images/widget_settings_sprite.png');
}


div.widget_embed_code div.tabs ul li div.left,
div.widget_embed_code div.tabs ul li div.right
{
    display: block;
    width: 5px;
    height: 29px;
    margin: 0;
}

div.widget_embed_code div.tabs ul li div.left
{
    background-position: 0 -384px;
}

div.widget_embed_code div.tabs ul li div.right
{
    background-position: 0 -561px;
}

div.widget_embed_code div.tabs ul li div.center
{
    background-position: 0 -207px;
}


div.widget_embed_code div.tabs ul li.active div.left
{
    background-position: 0 -266px;
}

div.widget_embed_code div.tabs ul li.active div.right
{
    background-position: 0 -443px;
}

div.widget_embed_code div.tabs ul li.active div.center
{
    background-position: 0 -89px;
}

div.widget_embed_code div.tabs ul li.hover div.left
{
    background-position: 0 -325px;
}

div.widget_embed_code div.tabs ul li.hover div.right
{
    background-position: 0 -502px;
}

div.widget_embed_code div.tabs ul li.hover div.center
{
    background-position: 0 -148px;
}

div.widget_embed_code div.tabs ul li.sep
{
    border: 0;
    background: none;
    width: 3px;
    font-size: 1px;
    cursor: normal;
}

div.widget_embed_code div.tabs ul li.active
{
    background: #FFF;
}

div.widget_embed_code div.settings
{
    clear: both;

    width: 450px;
    padding: 10px 20px;

    border: 1px solid #A6AEB1;
    background: #F6F6F6;
    border-top: none;
}

div.widget_embed_code .text_input
{
    width: 335px;
}

div.widget_embed_code div.settings table.settings td
{
    padding: 5px 0;
}


div.widget_embed_code div.settings table.settings td span.hor_line
{
    display: block;
    font-size: 0;
    line-height: 0;
    border-bottom: 1px solid #9A9C9E;
    width: 100%;
}

div.widget_embed_code div.settings table.settings td.form_field
{
    width: 100px;
}

div.widget_embed_code div.settings table.settings td table.channels
{
    width: 260px;
}

div.widget_embed_code div.settings table.settings td table.channels td
{
    margin: 0;
    padding: 0;
}

div.widget_embed_code div.settings table.settings td table.channels td.first_col_chk
{
    width: 10px !important;
    margin: 0;
    padding: 0;
}

div.widget_embed_code div.settings table.settings td table.defaults td.form_field
{
    width: 200px;
    font-weight: normal;
}

div.widget_embed_code div.settings table.settings td table.defaults .text_input
{
    width: 135px;
}

div.widget_embed_code td.color_icon_container img
{
    margin-right: 10px;
}

span.up_title
{
    display: block;
    margin-bottom: 5px;

    font-weight: bold;
    color: #606060;
}

div.preview_widget
{
    display: none;
}

div.preview_widget div.control
{
    cursor: pointer;
    margin: 0;
}

div.preview_widget div.control div.close
{
    width: 15px;
    height: 15px;
    font-weight: bold;
    float: right;
    border: 1px solid #000;
    text-align: center;
}

div.preview_widget div.content
{
    clear: both;
    width: 555px;
    height: 560px;
    margin: 0;
}

div.preview_widget_content
{
    clear: both;
    width: 552px;
    height: 554px;
    margin: 0;
}


/** fancybox **/
div#fancy_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    display: none;
    z-index: 30;
}

* html div#fancy_overlay {
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
    text-align: left;
}

div#fancy_loading {
    position: absolute;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: none;
    overflow: hidden;
    background: transparent;
    z-index: 100;
}

div#fancy_loading div {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 480px;
    background: transparent url('/images/fancybox/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
    position: absolute;
    background-color: #FFF;
    z-index: 30;
}

div#fancy_loading_icon {
    position: absolute;
    background: url('/images/fancybox/fancy_loading.gif') no-repeat;
    z-index: 35;
    width: 16px;
    height: 16px;
}

div#fancy_outer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 25px 30px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner
{
    position: relative;
    width:100%;
    height:100%;
    border: 1px solid #BBB;
    background: #FFF;
}

div#fancy_content {
    margin: 0;
    z-index: 100;
    position: absolute;
}

div#fancy_div {
    background: #000;
    color: #FFF;
    height: 100%;
    width: 100%;
    z-index: 100;
}

img#fancy_img {
    position: absolute;
    top: 0;
    left: 0;
    border:0;
    padding: 0;
    margin: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
}

div#fancy_close {
    position: absolute;
    top: -27px;
    right: -27px;
    height: 30px;
    width: 30px;
    background: url('/images/fancybox/fancy_closebox.png') top left no-repeat;
    cursor: pointer;
    z-index: 181;
    display: none;
}

#fancy_frame {
    position: relative;
    width: 100%;
    height: 100%;
    display: none;
}

#fancy_ajax {
    width: 100%;
    height: 100%;
    overflow: auto;
}

a#fancy_left, a#fancy_right {
    position: absolute;
    bottom: 0px;
    height: 100%;
    width: 35%;
    cursor: pointer;
    z-index: 111;
    display: none;
    background-image: url(data:image/gif;base64,AAAA);
    outline: none;
}

a#fancy_left {
    left: 0px;
}

a#fancy_right {
    right: 0px;
}

span.fancy_ico {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    z-index: 112;
    cursor: pointer;
    display: block;
}

span#fancy_left_ico {
    left: -9999px;
    background: transparent url('/images/fancybox/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
    right: -9999px;
    background: transparent url('/images/fancybox/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
    left: 20px;
}

a#fancy_right:hover span {
    right: 20px;
}

.fancy_bigIframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

div#fancy_bg {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    z-index: 70;
    border: 0;
    padding: 0;
    margin: 0;
}

div.fancy_bg
{
    font-size: 1px;
}

div.fancy_bg {
    position: absolute;
    display: block;
    z-index: 70;
    border: 0;
    padding: 0;
    margin: 0;
}

div.fancy_bg_n {
    top: -10px;
    width: 100%;
    height: 10px;
    background: transparent url('/images/fancybox/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
    top: -10px;
    right: -10px;
    width: 10px;
    height: 10px;
    background: transparent url('/images/fancybox/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
    right: -10px;
    height: 100%;
    width: 10px;
    background: transparent url('/images/fancybox/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
    bottom: -10px;
    right: -10px;
    width: 10px;
    height: 10px;
    background: transparent url('/images/fancybox/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
    bottom: -10px;
    width: 100%;
    height: 10px;
    background: transparent url('/images/fancybox/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
    bottom: -10px;
    left: -10px;
    width: 10px;
    height: 10px;
    background: transparent url('/images/fancybox/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
    left: -10px;
    height: 100%;
    width: 10px;
    background: transparent url('/images/fancybox/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
    top: -10px;
    left: -10px;
    width: 10px;
    height: 10px;
    background: transparent url('/images/fancybox/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
    position: absolute;
    bottom: -33px;
    left: 0;
    width: 100%;
    z-index: 100;
    display: none;
}

div#fancy_title div {
    color: #FFF;
    font: bold 12px Arial;
    padding-bottom: 3px;
}

div#fancy_title table {
    margin: 0 auto;
}

div#fancy_title table td {
    padding: 0;
    vertical-align: middle;
}

td#fancy_title_left {
    height: 32px;
    width: 15px;
    background: transparent url(/images/fancybox/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
    height: 32px;
    background: transparent url(/images/fancybox/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
    height: 32px;
    width: 15px;
    background: transparent url(/images/fancybox/fancy_title_right.png) repeat-x;
}
/** fancybox **/

div.templates_shop_sidebar_banner
{
    margin-bottom: 15px;
}

div.my_account_left_menu_banner
{
    padding-top: 0px;
}

body.login_popup_body
{
    background: #F6F6F6;
}

div.share_buttons_container
{
    margin-top: 15px;
    height: 20px;
    width: 399px;
    float: right;
}

#embedForm div.embed_copy_clipboard_button
{
    margin-top: 20px;
    float: left;
}

#embedForm div.embed_options
{
    margin: 23px 0 15px 10px;
    display: inline-block;
}

#embedForm div.embed_right_block
{
    display: inline-block;
    float: right;
    padding-right: 10px;
    margin: 0px;
}

#embedForm .embed_left_block
{
    float: left;
}

#embedForm .playerWordPressEmbedContainer
{
    padding-top: 1px;
    margin-bottom: 10px;
    display: inline-block;
}

#embedForm div.embed_options .radio
{
    position: relative;
    top: 2px;
}

#embedForm div.embed_options label span
{
    vertical-align: top;
}

* html #embedForm div.embed_options
{
    margin: 20px 0 30px 60px;
}

*+html #embedForm div.embed_options
{
    margin: 20px 0 30px 60px;
}

* html #embedForm div.embed_right_block
{
    margin: 0px;
}

*+html #embedForm div.embed_right_block
{
    margin: 0px;
}

* html #embedForm div.embed_options .radio
{
    top: -3px;
}

*+html #embedForm div.embed_options .radio
{
    top: -3px;
}

div.share_buttons_widget_container
{
    float: right;
    width: 194px;
    height: 20px;
}

div.title_container
{
    display: inline-block;
    margin: 10px 0 -24px;
}

div.title_after_advertisement
{
    margin: 10px 0 -7px;
}

div.title_container h1.resource_title
{
    position: relative;
    margin-top: 7px;
    width: 599px;
    float: left;
}

.share_button
{
    height: 20px;
    display: block;
    float: right;
    margin-left: 5px;
    padding: 0 !important;
}

.inner_button:hover
{
    opacity: 0.8;
    filter: alpha(opacity=80);
}

* html div.share_buttons_container
{
    width: 407px;
}

* html div.share_buttons_widget_container
{
    width: 199px;
}

* html div.title_container h1.resource_title
{
    width: 595px;
}

* html .share_button
{
    margin-left: 0px;
}

* html .inner_button
{
    margin-right: 5px;
}

* html span.at15t_facebook
{
    margin-right: 3px;
}

* html span.at15t_email
{
    margin-left: 3px;
}

span.at15t_twitter
{
    background: url("/images/button/share_with_twitter_button.gif") no-repeat !important;
    width: 55px !important;
}

span.at15t_facebook
{
    background: url("/images/button/share_with_facebook_button.gif") no-repeat !important;
    width: 62px !important;
}

span.at15t_email
{
    background: url("/images/button/share_with_email_button.gif") no-repeat !important;
    width: 62px !important;
}

span.at15nc
{
    height: 20px !important;
}

span.stButton
{
    opacity: 0.0;
    filter: alpha(opacity=0);
}

a.ispring_technology_link_icon
{
    position: relative;
    top: 9px;
}

a.ispring_technology_link,
div.upload_footer_container
{
    font-size: 11px;
}

div.upload_footer_container
{
    margin: 31px 0px 10px 1px;
}
p.max_upload_size_info
{
    margin-top: 14px;
    margin-bottom: 10px;
}

table.upload_FormBlock td.upload_form_field_left
{
    text-align: right;
    width: 92px;
    padding-right: 11px;
}

div.bookmark_block span.facebook_like
{
    display: inline-block;
    float: left;
    margin-top: 10px;
}


.upload_right_banner
{
    padding-left: 40px;
}