﻿#PL_no_props_found
{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-family: Verdana;
    font-size: 15px;
    color: #666666;
    line-height: 20px;
    padding: 25px;
    width: auto;
    height: 20px;
}
/*grey shaded container around photolist*/
#wrap_flowcomps
{
    position: relative;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    margin-bottom: 100px;
    background-color: #ffffff;
    overflow: visible;
    width: 823px;
    height: 9999999px; /*overwritten in js with height of #The_middle*/
}
#wrap_top_bar
{
    position: relative;
    margin-left: 0px;
    margin-top: 0px;
    background-color: #ffffff;
    height: 36px;
    overflow: visible;
    width: 823px;
    float: left;
    clear: both;
}
#comp_top_left_corner
{
    clear: left;
    float: left;
    background-image: url(../../newimages/grey_rounded_fade/whitebg_top_left_corner.png);
    background-repeat: no-repeat;
    background-position: left top;
    position: relative;
    width: 21px;
    height: 36px;
    margin-top: 0px;
    margin-right: 0px;
    z-index: 123;
}
#comp_top_middle
{
    clear: none;
    float: left;
    width: 781px;
    height: 36px;
    position: relative;
    z-index: 507;
    background-image: url(../../newimages/grey_rounded_fade/whitebg_top_middle.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    margin-left: 21px;
    margin-bottom: 0px;
    margin: 0px;
    z-index: 121;
}
#comp_top_right_corner
{
    clear: right;
    float: right;
    background-image: url(../../newimages/grey_rounded_fade/whitebg_top_right_corner.png);
    background-repeat: no-repeat;
    background-position: right top;
    position: relative;
    width: 21px;
    height: 36px;
    margin-top: 0px;
    margin-right: 0px;
    z-index: 123;
}
#wrap_bottom_bar
{
    position: relative;
    margin-left: 0px;
    margin-top: 0px;
    background-color: #ffffff;
    height: 36px;
    overflow: visible;
    width: 823px;
    float: left;
    clear: both;
    z-index: 120;
}
#comp_bottom_left_corner
{
    clear: left;
    float: left;
    background-image: url(../../newimages/grey_rounded_fade/whitebg_bottom_left_corner.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    position: relative;
    width: 21px;
    height: 36px;
    margin-top: 0px;
    margin-left: 0px;
    z-index: 123;
}
#comp_bottom_middle
{
    clear: none;
    float: left;
    width: 781px;
    height: 36px;
    position: relative;
    z-index: 507;
    background-image: url(../../newimages/grey_rounded_fade/whitebg_bottom_middle.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    margin-left: 21px;
    margin-bottom: 0px;
    margin: 0px;
    z-index: 121;
}
#comp_bottom_right_corner
{
    clear: right;
    float: right;
    background-image: url(../../newimages/grey_rounded_fade/whitebg_bottom_right_corner.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    position: relative;
    width: 21px;
    height: 36px;
    margin-top: 0px;
    margin-right: 0px;
    z-index: 123;
}
#comp_left_column
{
    clear: none;
    float: left;
    width: 5px;
    height: 100%;
    position: relative;
    z-index: 207;
    background-image: url(../../newimages/grey_rounded_fade/whitebg_left_side.png);
    background-repeat: repeat-y;
    background-position: left top;
    margin-left: 0px;
    margin-top: 0px;
    margin: 0px;
    z-index: 21;
    background-color: #ffffff;
}
#comp_right_column
{
    clear: right;
    float: right;
    width: 5px;
    height: 100%;
    position: relative;
    z-index: 207;
    background-image: url(../../newimages/grey_rounded_fade/whitebg_right_side.png);
    background-repeat: repeat-y;
    background-position: right top;
    margin-right: 0px;
    margin-top: 0px;
    margin: 0px;
    z-index: 21;
}

#The_middle
{
    position: relative;
    overflow: visible;
    margin-top: 0px;
    width: 813px;
    border: 0px solid #ffffff; /*#CDD2D8*/
    background-color: #ffffff;
    float: left;
    clear: none;
}


/*all the photolist css that is inside the gray shaded container*/
.PL_pic
{
    border: none;
}
.PL_item_wrap
{
    position: relative;
    width: 797px;
    float: left;
    clear: both;
    background-color: #ffffff;
    margin: 4px;
    overflow: hidden;
}
.PL_item_separator
{
    position: relative;
    clear: both;
    border-bottom: solid 1px #cccccc; /*#E3E6E9*/
    width: 743px;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
}
.PL_item_stats_table
{
    position: absolute;
    top: 50px;
    left: 50px;
    height: 165px;
    width: 154px;
}
.PL_item_stats_table_left_col
{
    text-align: right;
    color: #777777;
    font-weight: bold;
    font-size: 11px;
    font-family: Verdana;
}
.PL_item_stats_table_right_col
{
    font-size: 11px;
    text-align: left;
    color: #444444;
    font-family: verdana;
    padding-left: 19px;
}
.PL_item_maplink
{
    color: #0066cc;
    text-decoration: none;
}
.PL_item_maplink:hover
{
    text-decoration: underline;
}
.PL_item_image
{
    position: absolute;
    top: 50px;
    left: 216px;
    border: solid 1px #999999;
    z-index: 2;
}
.PL_item_image:hover
{
    border: solid 1px #666666;
}
.noborder
{
    border: none;
}
.PL_item_addr_div
{
    position: absolute;
    top: 210px;
    left: 216px;
    width: 201px;
    overflow: visible;
    text-align: center;
    height: 14px;
}
.PL_item_addr_link
{
    font-family: Verdana;
    color: #0066cc;
    font-size: 12px;
    text-decoration: none;
}
.PL_item_addr_link:hover
{
    text-decoration: underline;
}
.PL_item_remarks_img
{
    position: absolute;
    right: 3px;
    top: 1px;
    cursor: pointer;
}
.PL_item_rating_div
{
    position: absolute;
    left: 460px;
    top: 173px;
    width: 176px;
    height: 32px;
}
.PL_item_myrating_label
{
    color: #0066cc;
    font-family: Verdana;
    font-size: 12px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.PL_ratethishomeimage
{
    position: absolute;
    left: 68px;
    top: 15px;
}
.PL_popStarTitle
{
    position: absolute;
    left: 68px;
    top: -3px;
    color: #777777;
    font-size: 11px;
    font-family: Verdana;
    text-align: center;
    width: 86px;
}
.PL_link_cancel_rating
{
    position: absolute;
    right: 5px;
    top: 19px;
    cursor: pointer;
}
.PL_item_mynotes_div
{
    position: absolute;
    left: 686px;
    top: 191px;
    width: 84px;
    height: 14px;
    cursor: pointer;
}
.PL_item_mynotes_img
{
    position: absolute;
    left: 0px;
    top: 0px;
}
.PL_item_mynotes_label
{
    position: absolute;
    left: 19px;
    top: 0px;
    font-family: Verdana;
    font-size: 11px;
    color: #0066cc;
    width: 69px;
}
.PL_item_mynotes_label:hover
{
    text-decoration: underline;
    background-image: url(../../newimages/pointdownlighter8_12.png);
    background-repeat: no-repeat;
    background-position: right center;
}
.PL_item_checkbox_div
{
    position: absolute;
    top: 50px;
    left: 681px;
    height: 26px;
    width: 76px;
}
.broker_note_label{
 position:absolute;
 top: 65px;
 left: 442px;
     font-family: Verdana;
    font-size: 11px;
    color: #666666;
}
.PL_note_for_client
{
    position: absolute;
    top: 80px;
    left: 440px;
    width: 310px;
    height: 90px;
    overflow-x: hidden;
    overflow-y: auto;
    font-family: Verdana;
    font-size: 12px;
    color: #666666;
    line-height: 16px;
    border: solid 1px #cccccc;
}
.PL_wrap_checkbox
{
    position: relative;
    width: 26px;
    height: 26px;
    float: left;
    clear: both;
    cursor: pointer;
}
.PL_listOpts
{
    position: absolute;
    top: 8px;
    left: 30px;
    font-size: 11px;
    color: #0066cc;
    font-family: Verdana;
    cursor: pointer;
    width: 56px;
    height: 11px;
}
.PL_listOpts:hover
{
    text-decoration: underline;
    background-image: url(../../newimages/pointdownlighter8_12.png);
    background-repeat: no-repeat;
    background-position: right center;
}
.PL_Opts_pointDown
{
    position: absolute;
    top: 5px;
    left: 52px;
    cursor: pointer;
}

.checkedoff
{
    position: absolute;
    width: 26px;
    height: 26px;
    background-image: url(../../newimages/checkboxes.gif);
    background-repeat: no-repeat;
    background-position: -10px -14px;
    top: 0px;
    left: 0px;
    z-index: 999;
}
.checkedoff:hover
{
    background-position: -10px -114px;
}
.checkedon
{
    position: absolute;
    width: 26px;
    height: 26px;
    background-image: url(../../newimages/checkboxes.gif);
    background-repeat: no-repeat;
    background-position: -10px -214px;
    top: 0px;
    left: 0px;
    z-index: 999;
}
.checkedon:hover
{
    background-position: -10px -314px;
}
.PL_item_mynotes_bigcontainer
{
    width: 548px;
    height: 130px;
    overflow: auto;
    border: solid 3px #C5D7EF;
    position: absolute;
    top: 208px;
    left: 215px;
    z-index: 1001;
    background-color: White;
}
.PL_item_OptionsMenu
{
    width: 245px;
    height: 200px;
    overflow: auto;
    border: solid 3px #C5D7EF;
    position: absolute;
    top: 76px;
    left: 555px;
    z-index: 1002;
    background-color: White;
    z-index: 1002;
}

.PL_CheckboxListOptions
{
    border: solid 3px #C5D7EF;
    width: 245px;
    height: 200px;
    background-color: #FFFFFF;
}
.PL_checkboxlistoptionsheader
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #4E86BE;
    font-size: 12px;
    width: 100%;
    height: 25px;
    background-color: #EDF4FD;
    text-align: center;
    line-height: 25px;
}
.PL_paddcheckboxoptions
{
    margin: 5px;
    padding: 5px;
    margin-right: 0px;
    padding-right: 0px;
    padding-top: 9px;
}

.PL_listtotalalignright
{
    position: absolute;
    right: 4px;
    top: 7px;
    font-size: 11px;
    cursor: pointer;
    font-weight: normal;
    line-height: 11px;
}


.PL_learnmorelink
{
    font-family: Verdana;
    font-size: 12px;
    color: #0066cc;
    text-decoration: none;
}
.PL_learnmorelink:hover
{
    text-decoration: underline;
}
.PL_notes_footer_text
{
    font-family: Verdana;
    font-size: 12px;
    line-height: 22px;
    color: #666666;
    position: relative;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 570px;
    text-align: center;
}
.PL_notes_title
{
    font-family: Verdana;
    font-size: 14px;
    color: #6092C5;
    font-weight: bold;
    position: relative;
    margin-top: 54px;
    margin-left: auto;
    margin-right: auto;
    width: 570px;
    text-align: center;
}



.OurNotes_loading
{
    position: relative;
    margin-left: 210px;
    width: 200px;
    height: 150px;
    display: block;
}
.PL_closenotes
{
    position: absolute;
    right: 10px;
    top: 6px;
    color: #0066cc;
    font-family: Verdana, Arial;
    font-size: 11px;
    text-decoration: none;
}
.PL_closenotes:hover
{
    text-decoration: underline;
}
.PL_item_mynotes_wrap
{
    width: 640px;
    overflow: hidden;
    position: relative;
    margin-top: 236px;
    left: 90px;
    z-index: 1001;
    background-color: White;
    border: solid 1px #C7D8EF;
    margin-bottom: 18px;
}

.PL_surround_ratings_comments
{
    position: relative;
    width: 640px;
    overflow: hidden;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    border: solid 1px #C7D8EF;
}
.PL_ratings_comments_header
{
    position: relative;
    width: 640px;
    height: 23px;
    margin-left: 0px;
    margin-top: 0px;
    float: left;
    clear: both;
    background-color: #E4ECF6;
}
.PL_ratings_comments_label
{
    position: absolute;
    left: 10px;
    top: 6px; /*  font-weight:bold;                 color: #4472D0;*/
    color: #0066cc;
    font-family: Verdana, Arial;
    font-size: 12px;
}
.PL_shrink_ratings_comments_img
{
    position: absolute;
    top: 5px;
    right: 5px;
}
.PL_wrap_ratings_and_comments
{
    position: relative;
    width: 640px;
    overflow: hidden;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1px;
    padding-bottom: 1px;
    float: left;
    clear: both;
}
#PL_sign_in_message_ratingscomments
{
    position: relative;
    width: 640px;
    height: 75px;
    color: #A6A6A6;
    font-family: Verdana,arial;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
    padding-bottom: 1px;
    float: left;
    clear: both;
}
#PL_no_ratings_or_comments_yet
{
    position: relative;
    width: 640px;
    overflow: hidden;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1px;
    padding-bottom: 1px;
    float: left;
    clear: both;
}
#PL_wrap_comment_help
{
    width: 440px;
    position: relative;
    margin-top: 20px;
    margin-bottom: 200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 14px;
    padding-right: 14px;
    border: solid 1px #CCCCCC;
    overflow: hidden;
    clear: both;
}
#PL_comment_help_title
{
    color: #838383;
    text-align: center;
    font-weight: bold;
    font-family: Verdana, Arial;
    position: relative;
    clear: both;
    font-size: 13px;
    margin-bottom: 8px;
}
#PL_comment_help_text
{
    color: #838383;
    text-align: left;
    float: left;
    font-family: Verdana, Arial;
    position: relative;
    clear: both;
    font-size: 13px;
}
.PL_rc_friend_ratings
{
    position: relative; /* want it to be 72px high, so if font is 12, and line-height is 12, the do 25 for top/bottom padding*/
    width: 640px;
    overflow: hidden;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1px; /*1px*/
    padding-bottom: 25px; /*1px*/
}
.PL_rc_wrap_friendrating_left
{
    position: relative;
    width: 295px;
    float: left;
    clear: none; /*  background-color: #FFCCFF;*/
    padding-top: 20px;
    padding-bottom: 1px;
    height: 20px;
    padding-left: 24px;
}
.PL_rc_wrap_friendrating_right
{
    position: relative;
    width: 295px;
    float: left;
    clear: none; /*  background-color: #99FF66;*/
    padding-top: 20px;
    padding-bottom: 1px;
    height: 20px;
    margin-right: 20px;
}
.center_friend_name_left
{
    position: absolute;
    right: 50px;
    overflow: visible;
    width: 244px; /* background-color: #99CCCC;*/
}
.PL_center_friend_name_right
{
    position: absolute;
    right: 50px;
    overflow: visible;
    width: 244px; /*  background-color: #66FFFF;*/
}
.PL_rc_friendrating
{
    position: relative;
    float: right;
    clear: none;
    padding-left: 7px;
    padding-bottom: 0px;
    margin-top: 5px;
    width: 64px;
}
.PL_rc_friendnamelabel
{
    font-family: Verdana, Arial;
    font-size: 12px;
    color: #0066CC;
    vertical-align: baseline;
    position: relative;
    clear: none;
    float: right;
    padding-top: 4px;
    padding-left: 3px;
    text-decoration: none;
    overflow: visible;
}
.PL_rc_friendratingleft
{
    position: relative;
    float: left;
    clear: none;
    padding-left: 7px;
    padding-bottom: 0px;
    margin-top: 5px;
    width: 64px;
}
.PL_rc_friendnamelabelleft
{
    font-family: Verdana, Arial;
    font-size: 12px;
    color: #0066CC;
    vertical-align: baseline;
    position: relative;
    clear: none;
    float: left;
    padding-top: 4px;
    padding-left: 3px;
    text-decoration: none;
    overflow: visible;
}
.PL_rc_friendnamelabelleft:hover
{
    text-decoration: underline;
}
.PL_rc_friendnamelabel:hover
{
    text-decoration: underline;
}
.PL_rc_wrapjustcomments
{
    position: relative;
    width: 640px;
    overflow: hidden;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1px;
    padding-bottom: 1px;
}
.PL_rc_single_comment
{
    position: relative;
    width: 590px;
    overflow: hidden;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: #FFFFFF;
}
.PL_rc_single_comment_firstcommentwithoutanyratings
{
    position: relative;
    width: 590px;
    overflow: hidden;
    margin-top: -16px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: #FFFFFF;
}
.PL_rc_separator_comment
{
    position: relative;
    float: left;
    clear: both;
    width: 590px;
    height: 1px;
    overflow: hidden; /*background-color: #CCCCCC; #DBDBDB*/
    margin-top: 0px;
    margin-bottom: 0px;
}
.PL_rc_commentTitle_div
{
    position: absolute;
    top: 0px;
    left: 3px;
    width: 400px;
    height: 35px;
}
.PL_rc_commenter2
{
    position: relative;
    font-family: Verdana, Arial;
    font-size: 12px;
    color: #0066CC;
    text-decoration: none;
    margin-left: 0px;
    margin-top: 20px;
    float: left;
    clear: none;
    z-index: 99999999;
    cursor: pointer;
}
.PL_rc_commenter2:hover
{
    text-decoration: underline;
}
.PL_rc_datetime2
{
    position: relative;
    width: 230px;
    padding-left: 12px;
    margin-top: 20px;
    font-family: Arial, Verdana;
    font-size: 12px;
    color: #888888;
    text-align: left;
    float: left;
    clear: none;
    z-index: 99999;
}
.PL_rc_deletecommentlink
{
    position: absolute;
    top: 22px;
    right: 10px;
    width: 50px;
    height: 13px;
    z-index: 9999;
    color: #0066cc;
    font-family: Verdana, Arial;
    font-size: 11px;
    text-decoration: none;
    cursor: pointer;
}
.PL_rc_deletecommentlink:hover
{
    text-decoration: underline;
}
.PL_CommentMiddle
{
    line-height: 17px;
    font-family: Arial;
    font-size: 13px;
    vertical-align: baseline;
    color: #333333;
    clear: none;
    float: left;
    position: relative;
    width: 590px;
    margin: 0px;
    z-index: 8888;
    overflow: visible;
    padding-bottom: 25px;
    padding-left: 5px;
    padding-right: 0px;
    padding-top: 51px;
    text-align: left;
}
.PL_confirmdeletecomment
{
    position: absolute;
    top: 12px;
    right: 65px;
    width: 359px;
    height: 60px;
    border: solid 2px #A6CEFF;
    z-index: 99999999;
    text-align: left;
    background-color: #ffffff;
}
.PL_delete_comment_text
{
    position: absolute;
    top: 8px;
    left: 34px;
    width: 319px;
    font-family: Verdana, Arial;
    font-size: 13px;
    color: #1475E0;
}
.PL_warningimg_deletecomment
{
    position: absolute;
    top: 6px;
    left: 8px;
    width: 16px;
    height: 16px;
}
.PL_confirmdeleteYes
{
    position: relative;
    margin-left: 0px;
    margin-right: auto;
    width: 40px;
    font-family: MS Shell Dlg;
    font-size: 10px;
    color: #000000;
    text-align: center;
}
.PL_confirmdeleteNo
{
    position: relative;
    width: 40px;
    font-family: MS Shell Dlg;
    font-size: 10px;
    color: #000000;
    text-align: center;
    margin-left: 10px;
    margin-right: auto;
}
.PL_wrapyesnodel
{
    position: absolute;
    top: 31px;
    clear: both;
    width: 95px;
    left: 125px;
}
.PL_relative_spacer_setHeight
{
    position: relative;
    height: 236px;
    float: left;
    clear: both;
    width: 5px;
}
.PL_wrap_no_ratingsOrNotesMessage
{
    padding-bottom: 30px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 570px;
    height: auto;
}
.PL_close_no_ratingsOrNotesMessage
{
    position: absolute;
    right: 10px;
    top: 6px;
    color: #0066cc;
    font-family: Verdana, Arial;
    font-size: 11px;
    text-decoration: none;
}
.PL_close_no_ratingsOrNotesMessage:hover
{
    text-decoration: underline;
}


.PL_opts_item_1
{
    position: relative;
    float: left;
    clear: both;
    width: 225px;
    height: 30px;
}
.PL_opts_item_1_img
{
    position: absolute;
    top: 4px;
    left: 4px;
}
.PL_opts_item_2
{
    position: relative;
    float: left;
    clear: both;
    width: 225px;
    height: 30px;
    margin-top: 2px;
}
.PL_opts_item_2_img
{
    position: absolute;
    top: 5px;
    left: 4px;
}
.PL_opts_item_3
{
    position: relative;
    float: left;
    clear: both;
    width: 225px;
    height: 50px;
}

.PL_opts_item_3_img
{
    position: absolute;
    top: 14px;
    left: 4px;
}
.PL_opts_item_4
{
    position: relative;
    float: left;
    clear: both;
    width: 225px;
    height: 38px;
    margin-top: 7px;
}

#PL_uncheckallimg
{
    position: absolute;
    width: 18px;
    height: 22px;
    background-image: url(../../newimages/checkboxes.gif);
    background-repeat: no-repeat;
    background-position: -14px -16px;
    display: block;
    z-index: 999;
    top: 4px;
    left: 4px;
}
.PL_emaillistmessage
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 11px;
    position: absolute;
    top: 26px;
    left: 28px;
}
.PL_Rev_Checkbox_Links
{
    position: absolute;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #3282E2;
    font-size: 11px;
    text-decoration: none;
    left: 35px;
    top: 7px;
}
.PL_Rev_Checkbox_Links_4
{
    position: absolute;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #3282E2;
    font-size: 11px;
    text-decoration: none;
    left: 35px;
    top: 10px;
    cursor: pointer;
}
.PL_Rev_Checkbox_Links:hover
{
    text-decoration: underline;
}
.PL_Rev_Checkbox_Links_4:hover
{
    text-decoration: underline;
}
.PL_RemarkPadding
{
    padding-top: 8px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    width: 460px;
    text-transform: lowercase;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #3068B5;
    line-height: 17px;
    z-index: 1005;
}
#dhtmltooltip
{
    position: absolute;
    border: 1px solid black;
    background-color: lightyellow;
    visibility: hidden;
    z-index: 1004;
    text-align: center;
    width: auto;
    overflow: visible;
    height: auto;
}
#PL_Sort_Label
{
    position: absolute;
    top: 15px;
    left: 26px;
    font-family: Verdana;
    font-size: 11px;
    color: #666666;
    z-index: 2000;
}

#PL_ChangeView_Label
{
    position: absolute;
    top: 15px;
    right: 172px;
    font-family: Verdana;
    font-size: 11px;
    color: #666666;
    z-index: 2000;
}
#PL_gototop_link
{
    position: absolute;
    bottom: 13px;
    right: 34px;
    font-family: Verdana;
    font-size: 12px;
    color: #0066cc;
    z-index: 1005;
    text-decoration: none;
    cursor: pointer;
}
#PL_gototop_link:hover
{
    text-decoration: underline;
}
.PL_arrow_up_top
{
    border: solid 0;
    position: relative;
    padding-bottom: 2px;
    padding-right: 4px;
}
.PL_remove_item_on_comparePhotoList
{
    position: absolute;
    top: 53px;
    left: 704px;
    font-size: 11px;
    color: #0066cc;
    font-family: Verdana;
    cursor: pointer;
    width: 56px;
    height: 11px;
    text-decoration: none;
}
.PL_remove_item_on_comparePhotoList:hover
{
    text-decoration: underline;
}
.pl_friends_name_label_for_rating
{
    position: absolute;
    top: 188px;
    left: 450px;
    width: 290px;
}
.pl_wrap_fri_name
{
    font-family: Verdana, Arial;
    font-size: 12px;
    color: #0066CC;
    vertical-align: baseline;
    position: relative;
    clear: none;
    float: left;
    padding-top: 4px;
    padding-left: 3px;
    text-decoration: none;
    overflow: visible;
}
.pl_friends_rating
{
    position: relative;
    float: left;
    clear: none;
    padding-left: 7px;
    padding-bottom: 0px;
    margin-top: 5px;
    width: 64px;
}
.PL_remarks_div
{
    position: absolute;
    top: 50px;
    left: 216px;
    height: 150px;
    width: 200px;
    z-index: 1;
    overflow: hidden;
    font-size: 8px;
    color: White;
}

.PL_item_stats_table_RIGHTOFPHOTO
{
    position: absolute;
    top: 50px;
    left: 380px;
    height: 165px;
    width: 194px;
    overflow: visible;
}
.PL_item_stats_table_RIGHTOFPHOTO_sm
{
    position: absolute;
    top: 55px;
    left: 440px;
    height: 98px;
    width: 180px;
    overflow: visible;
}
.cover_checkbox
{
    position: absolute;
    top: 45px;
    left: 740px;
    background-color: #ffffff;
    height: 40px;
    width: 40px;
    z-index: 1001;
}
.cover_rating_and_notes
{
    position: absolute;
    top: 186px;
    left: 450px;
    background-color: #ffffff;
    height: 32px;
    width: 320px;
    z-index: 1001;
}
.PL_item_stats_table_RIGHTOFPHOTO_pending
{
    position: absolute;
    top: 55px;
    left: 440px;
    height: 118px;
    width: 180px;
    overflow: visible;
}
.PL_item_stats_table_RIGHTOFPHOTO_sold
{
    position: absolute;
    top: 55px;
    left: 440px;
    height: 140px;
    width: 180px;
    overflow: visible;
}
.PL_item_stats_table_FAR_RIGHTOFPHOTO
{
    position: absolute;
    top: 50px;
    right: 10px;
    height: 140px;
    width: 200px;
    overflow: hidden;
}

.right_column_detail_one_Active
{
    height: 16px;
    line-height: 16px;
    background-color: #CCE0FF; /*#E5ECF9*/
    width: 110px;
    font-family: Verdana, Arial;
    font-size: 12px;
    color: #515151;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: left;
    padding-left: 4px;
    border: solid 1px #B8CDEB; /*#C5D7EF*/
}
.pl_active_label
{
    background-color: #CCE0FF; /*#D9FFD9*/
    font-family: Verdana, Arial;
    font-size: 11px;
    color: #515151;
    padding-left: 4px;
    line-height: 19px;
    border: solid 1px #B8CDEB; /*#B7FFB7*/
    width: 61px;
    height: 20px;
}
.right_column_detail_one_Backup
{
    height: 16px;
    line-height: 16px;
    background-color: #EEEEEE;
    width: 110px;
    font-family: Verdana, Arial;
    font-size: 12px;
    color: #515151;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: left;
    padding-left: 4px;
    border: solid 1px #EEEEEE;
}
.pl_backup_label
{
    background-color: #EEEEEE; /*#D9FFD9*/
    font-family: Verdana, Arial;
    font-size: 11px;
    color: #515151;
    padding-left: 4px;
    line-height: 19px;
    border: solid 1px #cccccc; /*#B7FFB7*/
    width: 61px;
    height: 20px;
}
.right_column_detail_one_Pending2
{
    text-align: left;
    padding-left: 19px;
    height: 28px;
}
.pl_pend_label
{
    background-color: #F2C8EB; /*purple#EDE1FF*/
    font-family: Verdana, Arial;
    font-size: 11px;
    color: #515151;
    padding-left: 4px;
    line-height: 19px;
    border: solid 1px #E68ED7; /*purple#CAAAFF*/
    width: 61px;
    height: 20px;
}
.right_column_detail_one_Sold2
{
    text-align: left;
    padding-left: 19px;
    height: 28px;
}
.pl_sold_label
{
    background-color: #C6FFC6; /*#D9FFD9*/
    font-family: Verdana, Arial;
    font-size: 11px;
    color: #515151;
    padding-left: 4px;
    line-height: 19px;
    border: solid 1px #A2FD97; /*#B7FFB7*/
    width: 61px;
    height: 20px;
}

.right_column_detail_one_Active2
{
    text-align: left;
    padding-left: 19px;
    height: 28px;
}
.right_column_detail_one_Backup2
{
    text-align: left;
    padding-left: 19px;
    height: 28px;
}
