body {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
    font-size:62.5%;
    background: #f9f8e8 url(/images/bg.png) repeat-y scroll 50% 0;
    color: #666;
}

#ie6 {
    display: none;
}


html body div.clear, html body span.clear {
    background:transparent none repeat scroll 0 0;
    border:0 none;
    clear:both;
    display:block;
    float:none;
    font-size:0;
    height:0;
    margin:0;
    overflow:hidden;
    padding:0;
    visibility:hidden;
    width:0;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

a {
    color: #006cff;
}

a.subtle {
    color: #aaa !important;
}

a.subtle:hover {
    color: #006cff !important;
}

h2 {
    font-size: 16px;
    font-weight: bold;
    color: #483b2b;
    margin-bottom: 5px;
}

h2.underline {
    border-bottom: 1px solid #bfcfef;
    margin-left: -8px;
    margin-right: -8px;
    padding: 0 9px 5px 10px;
}

h2.underline-no-margin {
    border-bottom: 1px solid #bfcfef;
    padding: 0 9px 5px 10px;
}

h2 a {
    font-size: 10px;
    color: #006cff;
    text-decoration: none;
}

h2 span {
    font-size: 10px;
}

h2 a:hover {
    text-decoration: underline;
}

h3 {
    font-size: 14px;
    font-weight: bold;
    color: #483b2b;
    margin-bottom: 5px;
}

h3 a {
    font-size: 10px;
    color: #006cff;
    text-decoration: none;
}

h3 a:hover {
    text-decoration: underline;
}

h3.underline, h3.underline-white {
    border-bottom: 1px solid #d5d5d5;
    margin-left: -8px;
    margin-right: -8px;
    padding: 0 9px 2px 10px;
}



.underline-white {
    border-bottom: 1px solid #fff !important;
}

h4 {
    font-size: 1.30em;
    font-weight: bold;
    color: #483b2b;
    margin-bottom: 5px;
}

p, div {
    font-size: 12px;
    line-height: 1.65em;
    color: #666666;
}

.relative {
    position: relative;
}

.padding-standard {
    padding: 8px 10px;
}

.padding-no-bot {
    padding: 8px 10px 0 10px;
}

.margin-bottom {
    margin-bottom: 40px;
}

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

.margin-top {
    margin-top: 30px;
}

.margin-top-35 {
    margin-top: 35px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.big-links a {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #006CFF;
    line-height: 1.8em;
}

.big-links a:hover {
    text-decoration: underline;
}


#dev {
    xbackground: #fff url(/images/home-user-6.png) repeat-y scroll 50.4% 0;
    xbackground: #fff url(/images/home-public-5.png) repeat-y scroll 50.4% 0;
    xbackground: #fff url(/images/dev-profile.png) repeat-y scroll 50.4% 0;
    xheight: 2000px;
}

#wrap {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    xopacity: 0.8;
}


.grid_5 {
    width: 960px;
}

.grid_4 {
    width: 765px;
}

.grid_3 {
    width: 570px;
}

.grid_2 {
    width: 375px;
}

.grid_1 {
    width: 180px;
}

.grid_5, .grid_4, .grid_3, .grid_2, .grid_1 {
    display:inline;
    float:left;
}

.m-left {
    margin-left: 16px;
}

.m-right {
    margin-right: 15px;
}

.grid-filled {
    background-color: #eff4e7;
}

.jewcanoodle-filled {
    xbackground-color: #9FD8EF;
}



/*
 *===Sections
 */
.gradient-section {
    background: transparent url(/images/section-bg.png) repeat-x scroll top left;
}

.gradient-section-red {
    background: transparent url(/images/section-red-bg.png) repeat-x scroll top left;
}




/*
 *===Msg
 */
.msg {
    background: transparent url(/images/msg-left.png) no-repeat scroll top left;
    height: 36px;
    margin: 0 auto;
    position: relative;
    padding: 4px 30px 0 30px;
    clear: both;
    width: 600px;
    text-align: center;
    margin-top: 20px;
}

.msg .msg-end {
    background: transparent url(/images/msg-right.png) no-repeat scroll top right;
    height: 27px;
    width: 9px;
    top: 0;
    right: -9px;
    width: 20px;
    position: absolute;
}

.msg .msg-arrow {
    background: transparent url(/images/msg-arrow.png) no-repeat scroll top right;
    top: 26px;
    right: 50%;
    width: 20px;
    height: 11px;
    position: absolute;
}


.msg-big {
    background-image: url(/images/msg-left-big.png);
    height: 63px;
}

.msg-big .msg-end {
    background-image: url(/images/msg-right-big.png);
    height: 54px;
}

.msg-big .msg-arrow {
    top: 53px;
}

p.info {
    padding: 6px 10px;
    background-color: #eee;
    margin-bottom: 10px;
}

/*
 *=Tip
 */
.tip {
    padding: 10px;
    background-color: #FCF8CB;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 5px 0;
    clear: both;
    font-size: 14px;
}

.facebook-tip {
    background: #E8F5F9 url(/images/facebook_small.png) no-repeat scroll 10px 12px;
    padding-left: 34px;
}

.facebook-highlight {
    background-color: #E8F5F9 !important;
}

#fb_login_image {
    margin-bottom: -4px;
}

#fb-loading ul {
    list-style-type: disc;
    margin-left: 20px;
}

#fb-loading ul li {
    font-style: italic;
}

#homepage-features ul li {
    list-style-type: disc;
    margin-left: 20px;
    font-weight: bold;
}

#profile-bar {
    height: 7px;
    background-color: #eee;
    border: 1px solid #006CFF;
    margin: 5px 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

#profile-bar-indicator {
    background-color: #006CFF;
    height: 7px;
}

.subtletip {
    padding: 3px 10px;
    color: #333;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 5px 0;
    clear: both;
    font-size: 13px;
}


.sign-up-tip {
    font-size: 20px;
    background-color: #FCF8CB;
    margin-bottom: 20px;
    color: #666;
}

.sign-up-tip span {
    font-size: 14px;
    line-height: 1.4em;
}


/*
 *=Error
 */
.error {
    padding: 10px;
    background-color: #FFD3D3;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 5px 0;
}

/*
 *=Error
 */
.success {
    padding: 11px 10px 9px 34px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 5px 0;
    background: #d9efb0 url(/images/check_green.gif) no-repeat scroll 10px 12px;
    color: #444;
}



/*
 *===News
 */

.news {
    margin-top: 26px;
}

.news p {
    font-size: 11px;
    line-height: 1.51em;
}

.news p.date {
    margin-top: 0;
    font-weight: bold;
}

.news h4 {
    font-size: 12px;
    font-weight: bold;
    margin: 0;
}

.news a {
    text-decoration: none;
}

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


/*
 *===Ads
 */

p.ad {
    font-size: 9px;
    padding:0;
    margin: 0;
    line-height: 1em;
    text-align:center;
}

.ad-160-600 {
    margin-top: 52px;
}

.ad-160-600-inside {
    margin-left: 20px;
    background-color: #eee;
    border: 1px solid #ccc;
    width: 160px;
    height: 600px;
}

.ad-160-600 p.ad {
    margin-left: 20px;
    width: 160px;
}

.ad-160-300 {
    margin-top: 25px;
    margin-bottom: 23px;
}

.ad-160-300-inside {
    margin-left: 20px;
    background-color: #eee;
    border: 1px solid #ccc;
    width: 160px;
    height: 300px;
}


.ad-300-250 {
    margin-top: 29px;
    margin-bottom: 23px;
}

.ad-300-250 p.ad {
    width: 300px;
}

.ad-300-250-inside {
    background-color: #eee;
    border: 1px solid #ccc;
    margin: 0 0 0 75px;
    height: 250px;
    width: 300px;
}

.ad-300-250-left {
    margin-top: 18px;
    margin-bottom: 23px;
}

.ad-300-250-left p.ad {
    width: 300px;
}

.ad-300-250-left-inside {
    background-color: #eee;
    border: 1px solid #ccc;
    margin: 0 75px 0 0;
    height: 250px;
    width: 300px;
}

.ad-728-90-no-margin {
    display: inline-block;
}

.ad-728-90-no-margin p, .ad-728-90 p {
    margin-left: 116px;
    width: 728px;
}

.ad-728-90 {
    margin-top: 25px;
    margin-bottom: 22px;
}

.ad-728-90-inside {
    background-color: #eee;
    border: 1px solid #ccc;
    margin: 0 116px;
    height: 90px;
}

/*
 *===Photo blocks
 */

.photo-block {
    padding: 7px 8px 0 7px;
    height: 213px;
    text-align: center;
    background: transparent url(/images/photo-block-bg.png) no-repeat scroll top left;
    position: relative;
}

.photo-block-short {
    padding: 7px 8px 0 7px;
    height: 185px;
    xwidth: 171px;
    text-align: center;
    background: #eee url(/images/photo-block-short-bg.png) no-repeat scroll top left;
    position: relative;
}

.photo-block .score {
    background: transparent url(/images/score-bg.png) no-repeat scroll top left;
    width: 41px;
    height: 40px;
    position: absolute;
    top: -10px;
    left: 12px;
    font-family: Georgia, serif;
    padding: 7px 0 0 2px;
    font-size: 14px;
    font-weight: bold;
    color: #483B2B;
}

.photo-block .photo {
    margin-bottom: 5px;
}

.photo-block p {
    margin: 0;
    padding: 0;
    line-height: 1.4em;
}

.photo-block .username {
    font-weight: bold;
    color: #444444;
}

.photo-block .details {
    font-style: italic;
    color: #999999;
    font-weight: bold;
    margin-bottom: 6px;
    font-family: Georgia, serif;
}

.match .subsites {
    display: inline-block;
}

.match .subsites span {
    display: block;
    margin-right: 10px;
    float: left;
}

.meetme {
    margin-top: 1px;
    background: #e8f5f9 url(/images/photo-block-meet-me-bg.png) no-repeat scroll bottom left;
    text-align: center;
}

.meetme-shadow {
    margin-top: 0;
    background: #eff4e7 url(/images/photo-block-mm-shadow-bg.png) no-repeat scroll top left;
}

.meetme a {
    color: #006cff;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px dotted #006cff;
}

.meetme a:hover {
    border-bottom: 1px solid #006cff;
}

.photo-block-extra .description {
    font-style: italic;
    color: #483B2B;
    background: #eff4e7 url(/images/photo-block-desc-bg.png) no-repeat scroll top left;
    padding: 8px 10px;
    font-size: 10px;
    text-align: center;
    padding-top: 8px;
    font-family: georgia, serif;
}


.photo-block-small {
    margin-top: 2px;
    background: transparent url(/images/photo-small-bg.png) no-repeat scroll top left;
    margin: 0;
    height: 79px;
    margin-bottom: 10px;
}

.photo-block-small-first {
    margin-left: 10px;
}


.photo-block-small .details, .photo-block-small .photo {
    float: left;
}

.photo-block-small .photo {
    margin-left: 2px;
    margin-top: 2px;
}


.photo-block-small .details {
    margin-left: 10px;
    margin-top: 4px;
}

.photo-block-small .profile-link {
    font-weight: bold;
}

.photo-block-small a {
    xcolor: #666;
    text-decoration: none;
}

.photo-block-small a:hover {
    text-decoration: underline;
}

div.flickr_photos {
    margin-bottom: 10px;
    display: inline-block;
}

div.flickr_photos img {
    margin: 0 5px 5px 0;
}

/*
 *===Match
 */

.match {
    padding-top: 15px;
}

.match-on {
    xbackground-color: #ebf3dd;
}


.grid-filled .photo-block-short {
    background-image: url(/images/photo-block-short-bg-on.png);
}



/*
 *===Blog blocks
 */
.blog-block-small {
    margin-top: 2px;
    background: transparent url(/images/photo-small-bg.png) no-repeat scroll top left;
    margin: 0;
    height: 79px;
    margin-bottom: 6px;
}

.blog-block-small-first {
    margin-left: 10px;
}


.blog-block-small .details, .blog-block-small .photo {
    float: left;
}

.blog-block-small .photo {
    margin-left: 2px;
    margin-top: 2px;
}


.blog-block-small .details {
    margin-left: 10px;
    margin-top: 4px;
    width: 295px;
}

.blog-block-small .details .small-type{
}

.blog-post {
    border-bottom:1px solid #EEEEEE;
    display: inline-block;
    padding: 10px;

}


.blog-post h2 {
    margin-bottom: 0;
    line-height: 1em;
    margin-bottom: 5px;
}

.blog-post h2 a {
    font-size: 14px;
}

.blog-post a.comment-link {
    text-decoration: none;
}

.blog-post a.comment-link:hover {
    text-decoration: underline;
}

.blog-content {
    width: 520px;
    margin-right: 80px;
    display: inline;
    float: left;
    margin-bottom: 0;
}

.blog-details {
    width: 120px;
    display: inline;
    float: left;
    margin-bottom: 0;
}


/* view styles */

.blog-view {
    border-bottom:1px solid #EEEEEE;
    display: inline-block;
    background-color: #EFF4E7;
    margin-left: 45px;
    padding: 10px;
    width: 500px;
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.blog-view .blog-post-date {
    float: left;
    width: 68px;
    margin-right: 20px;
    height: 73px;
    background-color: #fff;
    border: 1px solid #E8EEDD;
    text-align: center;
    font-family: Georgia, Serif;
    font-size: 9px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.blog-view .blog-post-date div {
    font-family: Georgia, Serif;
    font-size: 11px;
    color: #000;
    margin: 2px 0;
}


.blog-view .blog-post-date .day {
    font-size: 22px;
    font-weight: bold;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    line-height: 1em;
    padding: 2px 0 4px 0;
    width: 32px;
    margin-left: 17px;
}


#blog-arrow {
    position: absolute;
    left: -46px;
    top: 40px;
}

.blog-post-content {
    min-height: 100px;
    margin-left: 90px;
}


/*
 *===Comment block
 */

.blog-view .comments
{
    display: inline-block;
    border-bottom: 1px solid #eee;
    padding-top: 4px;
    width: 500px;
}

.blog-view .comments h3
{
    border-bottom: 1px solid #fff;
    padding-left: 90px;
    position: relative;
    padding-bottom: 3px;
    margin-bottom: 0;
    font-size: 13px;
}

.blog-view .comments h3 a
{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 13px;
}

.comments .comment {
    border-bottom:1px solid #fff;
    display:inline-block;
    padding: 10px 0 6px 0;
    width: 500px;
}
.comments .comment p {
    font-size: 11px;
}

.comments .photo-block-small {
    width: 90px;
    display: inline;
    float: left;
    margin-bottom: 0;
}

.comments .info {
    width: 390px;
    display: inline;
    float: left;
    margin-top: 1px;
}

.comments .info a.subject {
    font-weight: bold;
    font-size: 13px;
}

.comments a {
    text-decoration: none;
}

.comments a:hover {
    text-decoration: underline;
}

.blog-comment-form {
    border-bottom:1px solid #EEEEEE;
    display: inline-block;
    background-color: #EFF4E7;
    margin-left: 45px;
    padding: 10px;
    width: 500px;
    position: relative;
    margin-top: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.blog-comment-form .form-field {
    width: 490px !important;
}

.blog-comment-form fieldset {
    background-color: transparent !important;
    padding: 0 !important;
}

.blog-comment-form .form-item {
    padding: 10px 0;
}

.blog-comment-form textarea {
    width: 485px !important;
}





/*
 *===Messages
 */

.message
{
    display: inline-block;
    border-bottom: 1px solid #eee;
    padding-top: 4px;
    xmargin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.message .photo-block-small {
    width: 230px;
    display: inline;
    float: left;
    margin-bottom: 0;
}

.message .info {
    width: 485px;
    display: inline;
    float: left;
    margin-top: 1px;
}

.message .info a.subject {
    font-weight: bold;
    font-size: 13px;
}

.message a {
    text-decoration: none;
}

.message p {
    margin-bottom: 1em;

}

.message a:hover{
    text-decoration: underline;
}

.messages .unread {
    background-color:#f2f7fc;
}

.messages .read a.subject {
    font-weight: normal;
}

.message-options {
    float: right;
    padding: 10px;
    font-size: 10px;
}

.message .checkbox {
    width: 30px;
    display: inline;
    float: left;
    margin-top: 1px;
    padding-top: 5px;
}

.message a.msg-delete {
    background:transparent url(/images/icons/message_delete2.png) no-repeat scroll 0 0;
    display: block;
    width: 25px;
    height: 11px;
}

.message a.msg-delete:hover {
    background-position: 0 -11px;
}

.message a.msg-delete span {
    display: none;
}

.messages-options {
    background-color: #eee;
}

.messages-options p {
    font-size: 10px;
}

.messages-options select {
    margin-right: 10px;
}


/*
 *===Pagination
 */

.pagination {
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 20px;
    font-size: 12px;
}

.pagination p {
    font-size: 11px;
}

.pagination .current {
    border: 1px solid #d9e4c5;
    padding: 4px 8px;
    margin-left: 2px;
}

.pagination .current img {
    position: absolute;
    top: 15px;
    left: 0;
}

.pagination a {
    background-color: #ebf3dd;
    border: 1px solid #d9e4c5;
    padding: 4px 8px;
    text-decoration: none;
    margin-left: 2px;
}

.pagination a:hover {
    background-color: #d9e4c5;
}

/*
 *===Profile page
 */

.profile-photo {
    position: relative;
}

.profile-photo img {
    background-position: 19px 22px;
    background-repeat: no-repeat;
}

.profile-photo-fav {
    position: absolute;
    top: 320px;
    left: 20px;
}

.profile-photo .trust-rating {
    position: absolute;
    top: 385px;
    left: 20px;
    font-size: 14px;
    font-weight: bold;
}

.profile-photo .trust-rating a {
    font-size: 10px;
    text-decoration: none;
}

.profile-photo .trust-rating a:hover {
    text-decoration: underline;
}


.profile-small-photos {
    display: inline-block;
}

.profile-small-photos .photo {
    float: left;
    margin-right: 1px;
    background:transparent url(/images/photo-small-bg.png) no-repeat scroll left top;
    height: 79px;
    width: 75px;
}

.profile-small-photos .photo img {
    margin-left: 2px;
    margin-top: 2px;
}

.flickr_photos .photo {
    float: left;
    margin-right: 1px;
    background:transparent url(/images/photo-small-bg.png) no-repeat scroll left top;
    height: 79px;
    width: 75px;
}

.flickr_photos .photo img {
    margin-left: 2px;
    margin-top: 2px;
}

div.profile-info .short, div.profile-info .long {
    display: inline-block;
    padding: 5px 0;
    border-top: 1px solid #eeeeee;
    width: 100%;
}

div.profile-info .short .title {
    float: left;
    width: 80px;
    font-weight: bold;
    line-height: 1.5em;
    clear: both;
}

div.profile-info .short .prop {
    float: left;
    width: 285px;
    xbackground-color: red;
    line-height: 1.5em;
}

div.profile-info .short p {
    border-top: 1px solid #eee;
    padding: 5px 0;
}

div.profile-info .short p {
    border-top: 1px solid #eee;
    padding: 5px 0;
}

div.profile-info .short p:first-child {
    border: 0;
    padding-top: 0;
    margin-top: -1px;
}




dl.profile-summary {
    font-size: 13px;
    color: #444;
    margin-top: 4px;
    display: inline-block;
    border-bottom: 1px solid #bfcfef;
}

dl.profile-summary dt {
    float: left;
    width: 80px;
    font-weight: bold;
    padding: 5px 0;
    border-top: 1px solid #bfcfef;
}

dl.profile-summary dd {
    float: left;
    width: 295px;
    padding: 5px 0;
    xbackground-color: red;
    border-top: 1px solid #bfcfef;
}

dl.profile-summary dt.last, dl.profile-summary dd.last {
    border-bottom: 1px solid #bfcfef;
}


div.long-answers p {
    padding: 5px 0;
    border-top: 1px solid #eeeeee;
    line-height: 1.5em;
    clear: left;
    xfont-size: 11px;
}

div.profile-activity {
    background-color: #eff4e7;
    margin-top: 4px;
    margin-top: 6px;
}

.match div.profile-activity {
    background-color: transparent;
}

.match div.profile-activity img {
    padding-right: 4px;
}

ul.profile-activity, ul.profile_options {
    display: inline-block;
    border-top: 1px solid #fff;
    width: 160px;
}

ul.profile-activity li {
    padding: 4px 0 2px 0;
}

ul.profile_options li {
    padding: 3px 0 2px 22px;
    border-top: 1px solid #fff;
}

ul.profile_options li.no-top {
    border-top: 0;
}

ul.profile_options li.icon-favorite {
    background: transparent url(/images/icons/favorite.png) no-repeat scroll 1px 7px;
}

ul.profile_options li.icon-blog {
    background: transparent url(/images/icons/blog.png) no-repeat scroll -2px 7px;
}

ul.profile_options li.icon-recommend {
    background: transparent url(/images/icons/recommend.png) no-repeat scroll 0 6px;
}

ul.profile_options li.icon-wink {
    background: transparent url(/images/icons/wink.png) no-repeat scroll 1px 8px;
}

ul.profile_options li.icon-message {
    background: transparent url(/images/icons/message.png) no-repeat scroll 0 7px;
}

ul.profile_options li.icon-block {
    background: transparent url(/images/icons/block.png) no-repeat scroll 0 5px;
}

ul.profile_options li.icon-suspend {
    background: transparent url(/images/icons/block.png) no-repeat scroll 0 5px;
}

ul.profile_options li.icon-delete {
    background: transparent url(/images/icons/block.png) no-repeat scroll 0 5px;
}

ul.profile_options li.icon-admin-edit {
    background: transparent url(/images/icons/blog.png) no-repeat scroll 0 7px;
}


/* Interactions */
ul.profile_options li.icon-ive-emailed {
    background: transparent url(/images/icons/ive_emailed.png) no-repeat scroll 0 5px;
}

ul.profile_options li.icon-ive-winked {
    background: transparent url(/images/icons/ive_winked.png) no-repeat scroll -1px 5px;
}

ul.profile_options li.icon-ive-favorite {
    background: transparent url(/images/icons/ive_fav.png) no-repeat scroll 0 5px;
}

ul.profile_options li.icon-they-emailed {
    background: transparent url(/images/icons/they_emailed.png) no-repeat scroll 0 5px;
}

ul.profile_options li.icon-they-winked {
    background: transparent url(/images/icons/they_winked.png) no-repeat scroll -1px 5px;
}

ul.profile_options li.icon-they-favorite {
    background: transparent url(/images/icons/they_fav.png) no-repeat scroll 0 5px;
}

ul.profile_options li.icon-they-updated {
    background: transparent url(/images/icons/they_updated.png) no-repeat scroll 0 5px;
}

/* Sites */

.site-icon {
    padding: 6px 0 6px 26px !important;
}

.site-text {
    padding-left: 0 !important;
}

.icon-canoodle {
    background: transparent url(/images/icon-canoodleonline.png) no-repeat scroll 0 5px;
}

.icon-jewcanoodle {
    background: transparent url(/images/icon-jewcanoodle.png) no-repeat scroll 0 5px;
}

.icon-asiancanoodle {
    background: transparent url(/images/icon-asiancanoodle.png) no-repeat scroll 0 5px;
}





ul.profile_options {
    border: none;
}

ul.profile_options a {
    text-decoration: none;
    color: #006bef;
}

ul.profile_options a:hover {
    text-decoration: underline;
}

ul.profile_options li.admin a {
    color: #ff0000;
}


/* Profile status */

div.profile-status {
    background-color: #E8F5F9;
}

div.profile-status-partial {
    xbackground-color: #FBEAE6;
}

div.profile-status .photo {
    margin: 10px 0 10px 40px;
}

div.profile-status h3 {
    xfont-size: 18px;
    xline-height: 1.5em;
}

div.profile-status .percentage {
    font-size: 18px;
    font-weight: bold;
}


/*
 *===Buttons
 */

/*
 *=button blocks
 */

.button-block {
    clear:both;
    color: #666666;
    width: 100%;
    display: inline-block;
}

.button-block a.submit {
    line-height: 1.5em;
}

.button-block a:hover.submit {
    text-decoration: none !important;
}

.button-block .cancel
{
    display:block;
    float:left;
    height:23px;
    line-height:23px;
    padding:0pt 6px;
    padding-top: 5px;
    text-decoration:underline !important;
    color: #333;

}

.button {
    background: transparent url(/images/button-blue-left.png) no-repeat scroll bottom left;
    height: 28px;
    float: left;
    margin: 5px 0;
    padding-top: 4px;
}

.button-block .button {
    margin: 0 10px 0 0;
    margin-right: 10px;
    padding-top: 2px;
}

.button .link  {
    float: left;
    height: 28px;
    margin-right: -7px;
    background: transparent url(/images/button-blue-right.png) no-repeat scroll bottom right;
}

.button .link a {
    padding: 4px 10px 0 18px;
    font-size: 13px;
    font-weight: bold;
    color: #006bef;
    text-decoration: none;
    display: block;
    height: 28px;
    overflow: visible;
}

.button .link input {
    padding: 0 15px 2px 18px;
    margin: 0;
    font-size: 13px;
    font-weight: bold;
    color: #006bef;
    text-decoration: none;
    text-align: left;
    display: block;
    border: 0;
    background-color: transparent;
    overflow: visible;
    cursor: pointer;
    height: 28px;
}

.button .link input {
    text-decoration: none;
}


.button .link a:hover, .button .link input:hover {
    text-decoration: underline;
}

.admin-button {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; 
    background-color: #e96954;
    color: #fff;
    padding: 3px 4px;
    text-decoration: none;
    font-size: 10px;
}

.admin-button:hover {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; 
    background-color: #c83b23;
    color: #fff;
    padding: 3px 4px;
}


/*
 *===Header
 */

.header {
    background: #fee902 url(/images/header-bg.png) repeat-x scroll bottom left;
    color: #46392a;
    height: 23px;
    text-align: right;
    font-size: 11px;
    padding-top: 12px;
    position: relative;
}

.header a.logout {
    position: absolute;
    right: 4px;
    top: 10px;
}

.header p {
    position: absolute;
    right: 60px;
    top: 10px;
    color: #544533;
}

.header #co_fbconnect {
    position: absolute;
    right: 220px;
    top: 10px;
}

#facebook_icon {
    margin-bottom: -5px;
}

#do-you-canoodle {
    position: absolute;
    top: 9px;
    left: 7px;
    z-index: 10;
}


/*
 *===Footer
 */

.footer {
    margin-top: 35px;
    background: transparent url(/images/footer-bot-bg.png) repeat scroll top left;
}

.footer .sister-sites {
    background: transparent url(/images/footer-top-bg.png) no-repeat scroll top left;
    font-size: 11px;
    padding-top: 12px;
}

.footer .sister-sites span {
    color: #eff4e7;
    font-size: 13px;
    margin-right: 4px;
}

.footer p {
    color: #9d9d9d;
    font-size: 11px;
}

.footer a {
    font-size: 11px;
    color: #a3ccff;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer .links {
    font-size: 11px;
    padding-top: 12px;
}

.footer .copyright {
    padding-top: 7px;
}

.footer .copyright p {
}

.footer .divider {
    border-bottom: 1px solid #373737;
    margin: 0 10px;
}


/*
================Photo list */


div.photo-list {
    display: inline-block;
    margin-top: 10px;
}

div.photo-list-reorder div.photo {
    cursor: move;
}

div.photo-list div.photo {
    width: 160px;
    height: 180px;
    float: left;
    margin-right: 30px;
    vertical-align:middle;
    text-align: center;
}

div.photo-list div.photo img {
    padding: 4px;
    border: 1px solid #999;
    background-color: #fff;
}

div.photo-list-reorder div.photo img {
    background-color: #FFFFD3;
}

div.photo-list div.photo img.current {
    padding-bottom: 18px;
    background: #77cbfc url(/images/primary-photo.png) scroll no-repeat 50% 97%;
}

div.photo-list div.photo img:hover {
    border: 1px solid #000;
}

div.photo-list div.photo p {
    text-align: left;
    margin-left: 20px;
}

div.photo-list div.photo-wide p {
    margin-left: 2px;
}


div.photo-list div.photo p a {
    color: #999;
    font-size: 10px;
}

ul.topnav:after, div.photo-list:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;

}

p.photo-options {
    margin-top: 10px;
    font-size: 11px;
}

p.photo-options a {
    text-decoration: none;
}

p.photo-options a:hover
{
    text-decoration: underline;
}

div.single-photo img {
}





/*
=Listing table ==================*/

table.list {
    border-spacing: 1px;
    clear: both;
}

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

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

table.list td {
    padding: 8px;
}

table.list tr.o {
    background-color: #eff4e7;
}

table.list .list-header th {
    color: #fff;
    background-color: #666;
    padding: 8px;
    text-transform: uppercase;
    font-size: 10px;
}

table.list .list-header th a {
    color: #fff;
    text-decoration: none;

}

a.sort-asc
{
    padding: 0px 13px 0 0;
    background: url(/images/sort_desc.gif) right center no-repeat;
}

a.sort-desc
{
    padding: 0px 13px 0 0;
    background: url(/images/sort_asc.gif) right center no-repeat;
}


/*
=Blog classes ==================*/

div.owner {
    background-color: #FFFFD3;
}


div.comment .delete{
    color: #999;
}


/*
 *===Nav
 */

.nav-container {
    z-index: 1000;
    position: relative;
    background: #fff url(/images/nav-bg.png) no-repeat scroll top left;
    margin-bottom: 10px;
    height: 55px;
}


#nav, #nav ul { /* all lists */
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1;
}


#nav {
    padding-left: 295px;
    padding-top: 16px;
}

#nav a {
    display: block;
    text-decoration: none;
    color: #a3ccff;
    xborder: 1px solid red;
}

#nav li { /* all list items */
    float: left;

    color: #a3ccff;
    font-weight: bold;
    font-size: 13px;
    background: transparent url(/images/nav-divider.png) no-repeat scroll bottom left;

}

#nav li:hover, #nav li.hover {
    position: static;
}

#nav li a {
    padding: 8px 8px 12px 8px;
    text-align: center;
}
#nav li a.last {
    background: transparent url(/images/nav-divider.png) no-repeat scroll bottom right;
}


#nav li ul { /* second-level lists */
    position: absolute;
    width: 18em;
    left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
    background: #645743 url(/images/header-bg-tile.png) repeat scroll top left;
}

#nav li ul a {
    width: 16em;
    text-align: left;
}

#nav li ul li {
    width: 16em;
    border-bottom: 1px solid #46392a;
    background-image: none;
}


#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
    left: auto;
}

#nav li ul li a {
    color: #a3ccff;
    font-weight: bold;
    text-decoration: none;
    padding: 8px 8px 8px 18px;
}

#nav li a:hover {
    color: #fee902;
}

#nav li.current a.current {
    color: #fee902;
    background: transparent url(/images/nav-current-marker.png) no-repeat scroll bottom center;
}

#nav-home, #nav-home li { width: 65px; }
#nav-home a { width: 49px; }

#nav-view, #nav-view li { width: 65px; }
#nav-view a { width: 49px; }

#nav-edit, #nav-edit li { width: 60px; }
#nav-edit a { width: 44px; }

#nav-matches, #nav-matches li { width: 110px; }
#nav-matches a { width: 94px; }

#nav-messages, #nav-messages li { width: 135px; }
#nav-messages a { width: 119px; }

#nav-signup, #nav-signup li { width: 80px; }
#nav-signup a { width: 64px; }

#nav-facebook a {
    padding: 4px 12px 8px 12px !important;
}



#logo {
    float: left;
    margin-top: 6px;
    margin-left: 5px;
}

.nav-container .login {
    position: absolute;
    right: 8px;
    top: 6px;
    color: #fee902;
    font-size: 13px;
}

.nav-container .login input.text, .nav-container .keyword-search input.text {
    width: 138px;
    border: 1px solid #1f1f1c;
    background-color: #deddc6;
    height: 18px;
    padding: 3px 2px 0 2px;
    color: #46392a;
}

.nav-container .login input.password {
    width: 118px;
}
.nav-container .login input.username {
    margin-left: 1px;
    margin-right: 2px;
}

.nav-container .login input.login-button {
    vertical-align: bottom;
}

.nav-container .login-extras {
    position: absolute;
    left: 630px;
    top: 30px;
    color: #a29584;
    font-size: 10px;
}

.nav-container .login-extras input {
    margin: 0;
    padding: 0;
    margin: 0 4px 4px 2px;
    vertical-align: middle;
}

.nav-container .login-extras a {
    color: #a29584;
    text-decoration: none;
    font-size: 10px;
}

.nav-container .login-extras a:hover {
    text-decoration: underline;
}

.nav-container .login-extras a.forgot-password {
    margin-left: 62px;
}


.nav-container .keyword-search input.login-button {
    vertical-align: bottom;
}


.nav-container .keyword-search {

    position: absolute;
    right: 6px;
    top: 16px;
    color: #fee902;
    font-size: 13px;
}

.nav-container .keyword-search input.text {
    width: 180px;
    height: 20px;
    padding: 4px 2px 0 2px;
}

/*
 *=subnav
 */
.subnav
{
    font-size: 16px;
    font-weight: bold;
    color: #444;
}

.subnav a
{
    text-decoration: none;
}

.subnav a:hover
{
    text-decoration: underline;
}


.subnav-white-line
{
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
}


/*
 *=form styles
 */
.form
{


}

.form-with-sliders
{
    background: #ffffff url(/images/slider-form-bg.gif) repeat-y scroll 722px 0px;
}


.form p
{
    clear: both;
}


.form select.rating {
    width: 150px;
}

.form input.text, .form input.text-error, input.capcha-text
{
    width: 300px;
    padding: 4px;
    margin: 2px 0;
    font-size: 12px;
    border: 1px solid #999999;
}

.form .select-feet, .form .select-inches
{
    width: 50px !important;
}

.form select
{
    width: 310px;
    font-size: 12px;
    margin: 2px 0;
    padding: 2px;
}



.form textarea.textarea, .form textarea.textarea-content
{
    width: 500px;
    padding: 2px;
    margin-bottom:2px;
    padding:2px;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}


.form input.text-error
{
}

.form input.captcha
{
    width: 126px;
    height: 1.2em;
    font-size: 1.4em;
    padding: 2px;
}

.form-element-radio-buttons, .form-element-checkboxes
{
    width: 540px;
    margin-top: 3px;
    display: inline-block;
}

.form-element-radio-buttons label, .form-element-checkboxes label
{
    float: left;
    width: 180px;
    margin-bottom: 5px;
}

form.profile .form-element-radio-buttons, form.profile .form-element-checkboxes
{
    width: 800px;
}

#pr_show_on_canoodle, .float-checkbox {
    float: left;
    clear: left;
}

form span.checkbox-text {
    float: left;
    width: 90%;
    margin-left: 5px;
}



div.o {
    xbackground-color: #f0f4e9;
    background-color: #f5f5f5;
    xbackground: transparent url(/images/form-stripe-bg.png) repeat scroll top left;
}

.form-contents div.highlight {
    background-color: #FCF8CB !important;
}

a.form-item-error, div.form-item-error {
    background-color: #ffd3d3 !important;
}

dl.form {
    position: relative;
    display: block;
    background-color: #ebf3dd;

}

dl.form label {
    line-height: 1.2em;
}

dl.form dt
{
    clear: both;
    float: left;
    width: 146px;
    margin-top: 8px;
    padding-right: 10px;
    font-size: 12px;
}

form.profile dt
{
    width: 150px;
}

dl.form dd
{
    float: left;
    width: 770px;
    position: relative;
    font-size: 11px;
}

form.profile dd
{
    width: 780px;
}


dl.form dd.form-error, .form-error {
    color: #DD4604;
    margin-top: 10px;
    margin-bottom: 8px;
    font-size: 1.1em;
    margin-left: 150px;
}

.label-note {
    font-size: 0.8em;
    color: #999;
    font-size:12px;
    padding: 2px;
    display: block
}


input.text-age {
    width: 24px !important;
}

input.text-distance {
    width: 40px;
}


select.small {
    width: 100px;
}

.form input.small {
    width: 100px;
}


/*
 * new form styles
 */

form.form {
    xbackground-color: #EBF3DD;
}

form.form fieldset {
    background-color: #e6e6e6;
    margin-bottom: 10px;
    clear: left;
}

.form .form-contents {
    width: 100%;
}

form.form-no-bg fieldset {
    background-color: transparent;
}

.form fieldset .legend {
    font-size: 12px;
    clear: both;
    color: #006cff;
    font-weight: bold;
    background-color: #EBF3DD;
    xborder-bottom: 1px solid #fff;
    padding: 10px;
}

.form fieldset .legend a {
    text-decoration: none;
    padding-right: 12px;
}

.form fieldset .legend a:hover {
    text-decoration: underline;
}

.form fieldset .legend a.max {
    background: transparent url(/images/legend-on.png) no-repeat scroll 100% 50%;
}

.form fieldset .legend a.min {
    background: transparent url(/images/legend-off.png) no-repeat scroll 100% 50%;
}




div.form-item {
    padding: 5px 10px;
    border-bottom: 1px solid #fff;
    display: inline-block;
    line-height: 1.9em;
    width: 940px;
    font-size: 11px;
}

fieldset .form-item:first-child {
    border-top: 1px solid #fff;
}

fieldset .form-item:last-child {
    border-bottom: 0;
}

.form h2 {
    margin: 0 0 7px 0;
    padding-bottom: 0;
}

.form h2.top-margin {
    margin-top: 15px;
}

.form fieldset h2 {
    padding: 0 9px 5px 0;
    border-bottom: 1px solid #fff;
    margin-top: 0;
}

.form .form-def, .form .form-field {
    float: left;
    position: relative;
}

.search-form {
    width: 570px;
}

.search-form div.form-item {
    width: 550px;
}


.search-form .form-def {
    width: 150px;
    margin-top:5px;
}

.search-form .form-field {
    width: 380px;
}

.login-form {
    width: 450px;
}

.login-form div.form-item {
    width: 450px;
}

.login-form .form-def {
    width: 130px;
    margin-top:5px;
}

.login-form .form-field {
    width: 320px;
}


.login-facebook {

    width: 460px;
    float: right;
    xbackground-color: #eee;

}



.blog-entry-form .form-item {
    width: 490px;
}


form.pic-rating-form {
    width: 375px;
}

.std-form .form-def {
    width: 125px;
    margin-top:5px;
}

.std-form .form-field {
    width: 600px;
}

.wide-form {
    margin-top: 10px;
}

.wide-form .form-def {
    width: 150px;
    margin-top: 5px;
}

.wide-form .form-field {
    width: 790px;
}

.wide-form .form-field .form-field-wrap {
    width: 540px;
}

.slim-form .form-def {
    width: 125px;
    margin-top:5px;
}

.slim-form .form-field {
    width: 425px;
}

.slim-form .form-item {
    width: 550px;
}


/* compact, labels stacked on form fields */
.compact-form {
    width: 765px;
}

.compact-form .form-def {
    width: 745px;
}

.compact-form .form-item {
    width: 745px;
}

.compact-form .form-error {
    margin: 0;
}




#fieldgroup-list {

}

#fieldgroup-list li {
    float: left;
    padding-right: 1px;
}

#fieldgroup-list a {
    display: block;
    background-color: #eee;
    padding: 5px 10px;
    text-decoration: none;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    border-radius-topright: 10px;
    font-size: 10px;
}

#fieldgroup-list a {
    color: #777;
}

#fieldgroup-list a:hover {
    background-color: #ddd;
    color: #333;
}

#fieldgroup-list a.selected {
    background-color: #e6e6e6;
    color: #333;
    font-weight: bold;
}

/*
 *===faq
 */
div.faq {
    border-bottom:1px solid #EEEEEE;
    padding: 10px 0;
}

div.faq h3 {
    margin: 0;
}

div.faq-first {
    border-top: 1px solid #EEEEEE;
    margin-top: 10px;
}

div.faq h2 {

}

/*
 *===signup
 */

#signup-choices {
    margin-bottom: 180px;
}

#signup-choices .choice {
    font-size: 20px;
    line-height: 1.4em;
    background-color: #eee;
    padding: 40px;
    display: block;
    width: 397px;
    float: left;
    text-decoration: none;
    color: #666;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.choice span {
    font-size: 16px;
    color: #006CFF;
    text-decoration: underline;
}

#choose-canoodle {
    margin-right: 5px;
}

#choose-canoodle:hover {
    background-color: #FEE902;
}

#choose-canoodle img {
    padding-bottom: 6px;
}

#choose-jewcanoodle {
    float: left;
}

#choose-jewcanoodle:hover {
    float: left;
    background-color: #9FD8EF;
}




/*
 *===sliders
 */


div.slider {
    border: 0px solid red;
    width: 250px;
    float: right;
    height: 29px;
    background: transparent url(/images/slider-bg.png) no-repeat scroll 0 center;
    margin-top: 10px;
}

div.slider-inside {
    width: 196px;
    margin: 0 23px 0 27px;
}

div.slider-knob {
    height: 24px;
    width: 19px;
    margin-top: -8px;
    cursor: pointer;
    background: transparent url(/images/slider-knob.png) no-repeat scroll 0 center;
    position: relative;
    font-size: 9px;
}

div.slider-knob span {
    margin-top: -10px;
    display: block;
    padding: 0;
    position: absolute;
    top: 3px;
    left: 2px;
    text-align: center;
    width: 20px;
}

/*
 *===type styles
 */

.small-type {
    font-size: 11px;
    line-height: 1.4em;
}

.big-type {
    font-size: 14px;
    xline-height: 1.4em;
}

.big-type a {
    text-decoration: none;
}

.big-type a:hover {
    text-decoration: underline;
}


/*
 * Bug report
 */

div.bug-report {
    float: right;
    padding: 10px;
}

div.share-this {
    float: right;
    width: 120px;
    padding: 10px;
}


/*
 *===== JQuery dialog
 */
/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

#facebook-dialog p {
    font-size: 18px;
}

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid #e78f08; background: #f6a828 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1c94c4; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #fbcb09; background: #fdf5ce url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #c77405; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #fbd850; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #eb8f00; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; outline: none; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fed22f; background: #ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #ffffff; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png); }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_ef8c08_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_ef8c08_256x240.png); }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_ef8c08_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_228ef1_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_ffd27a_256x240.png); }



/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -webkit-border-radius: 5px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/* Dialog
----------------------------------*/
.ui-dialog { position: relative; padding: .2em; width: 300px; margin-top: 200px; }
.ui-dialog .ui-dialog-titlebar { display: none;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 0 .2em; }
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }

.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }


.ui-slider .ui-slider-handle {
    cursor: pointer;
    width: 14px;
    height: 14px;
}

.ui-widget-content {
    background: none;
    border: none;
}

.facebook-dialog-wrapper {
    background-color: #fff;
    border: 2px solid #777;
}


