/*
    globals
*/


html, body {
    height: 100%;
}

body {
    font: 12px/1.6 Arial, sans-serif;
    background: #FFFFFF url(/media/img/home/bg.jpg) top center repeat-x;
    color: #444;
    overflow: -moz-scrollbars-vertical;
}

body.login {
    background: #B0CEDD url(/media/img/home/bg.jpg) 0 -140px repeat-x;
}


body, h1, h3, p {
    padding: 0;
    margin: 0;
}

a:link, a:visited {
    color: #5275b4;
    font-weight: bold;
    outline: none;
}

a:hover, a:active {
    color: #849cc9;
}

a, a:hover, a:active,
a:link, a:visited {
    text-decoration: none;
}

strong {
    font-style: bold;
    color: #CB3D10;
}

em {
    font-style: normal;
    color: #769531;
}

img {
    border:0 none #000000;
    text-decoration:none;
    vertical-align:middle;
}

h4 {
    margin: 0;
    padding: 5px 10px 0;
    font-size: 12px;
    color: #333;
    border-bottom: 1px solid #eee;
}

ol {
    margin: 0;
    padding: 0 10px 5px 35px;
}

h3 a:link, h3 a:visited {
    font-weight: normal;
    letter-spacing: 2px;
    display: block;
    text-decoration: none;
    color: #222;
}

h3 a:hover, h3 a:active {
    color: #222;
}

h3.manage {
    background: #adc96d;
}

h3.title {
    height: 25px;
    font: 18px/1.8 Arial, sans-serif;
    text-transform: none;
    padding: 2px 0 10px 10px;
    margin: 0;
    background: transparent url(/media/img/home/bg_tabs.png) bottom repeat-x;
}

p {
    padding: 5px 10px;
    color: #444;
    background: #fff;
}

.hidden {
    display: none;
}

.visualClear {
    display:block;
    clear: both;
    height: 10px;
}


/*
    errorlist
*/

ul.infolist,
ul.errorlist  {
    list-style: none;
    padding: 0;
    margin-top: 2px !important;
    margin-bottom: 0;
    width: auto !important;
}

ul.infolist,
.errorlist li {
    border: 1px solid #f57901;
    padding: 0px 20px !important;
    background: #FBE8D5 url(/media/img/emblem-important.png) no-repeat scroll 2px 2px;
    vertical-align: center;
}

.errorlist img {
    text-decoration: none;
    border: 0px none #000;
    vertical-align: bottom;
}

ul.infolist {
    background: #e8fbd5;
    border: 1px solid #79f501;
}

/*
    container
*/


#container {
    width: 970px;
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    height: 100%; /*stoopid ie*/
}

/*
    header
*/


#header {
    background: url(/media/img/home/header.png) top right no-repeat !important;
    background: url(/media/img/home/header.gif) top right no-repeat; /*stoopid ie*/
    height: 90px;
    width: 100%;
    margin-bottom: 0 !important;
}

#header h1 span, #footer span {
    margin-left: 0px;
    top: 100px;
}

/*
    content
*/


#content {
    width: 970px;
    margin: 0 auto;
}

#content-body {
    float: right;
    display: inline;
    width: 760px;
    margin-top: 5px;
    background-color: #FFF;
    padding-bottom: 0;
    min-height: 430px;
}

#content-menu {
    margin: 0 auto;
    font: 14px/1.5 Arial, sans-serif;
    padding: 0px 0 5px 210px;
    position: relative;
}

#content-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
/*
    background: url(/media/img/home/menu_tab.png) no-repeat left top;
    top: 10px;
*/
    height: 33px;
}

#content-menu ul li {
    display: inline;
    font-size: 12px;
    line-height: 1.6em;
    font-family: Arial, sans-serif;
    color: #76A03B;
    font-weight: bold;
    margin: 0;
    position: relative;
/*    top: 5px;*/
}

#content-menu ul li a {
    display: block;
    float: left;
    margin-top: 10px;
    margin-right: 25px;
    padding-bottom: 5px;
    color: #608229;
}

#menu1 a {
    width: 130px;
}
#menu2 a {
    width: 100px;
}
#menu3 a {
    width: 120px;
}

#content-menu ul .selected a {
    color: #FFF;
    background: url(/media/img/home/selected_menu.png) no-repeat 50% 16px;
    font-size: 16px;
}

#content-menu ul #menu1.selected a {
    margin-top:-9px;
    padding-bottom:10px;
    padding-left:10px;
    padding-top:16px;
}

#content-menu ul #menu2.selected a {
    margin-left:-10px;
    margin-top:-8px;
    padding-bottom:14px;
    padding-left:16px;
    padding-top:11px;
}

#content-menu ul #menu3.selected a{
    margin-left:-14px;
    margin-top:-8px;
    padding-bottom:16px;
    padding-left:20px;
    padding-top:10px;
}

#content-title {
    float: right;
    display: inline;
    width: 760px;
    height: 22px;
    color: #5275B4;
    font: 20px/1.8 Arial, sans-serif;
    font-weight: bold;
    text-transform: none;
    padding: 5px 0 5px 10px;
}

#content-block {
    padding:  10px;
    margin: 0 auto;
}

#content-block.home {
    padding: 0;
}

#content-block table {
    width: 100%;
}

#content-block table thead {
    background: transparent url(/media/img/home/bg_tabs.png) repeat-x scroll center bottom;
    border: 1px #D7DCDF;
}

#content-block table tr {
    border: 1px solid #D7DCDF;
}

#content-block label {
    color: #777;
}

#content-block input {
    border: 1px solid #ddd;
}

#content-block input.large_noborder {
    border: 0px none #fff;
    width: 75%
}

#content-block textarea {
    font: Arial, sans-serif;
    display: block;
    border: 1px solid #ddd;
}

#content-block select {
    border: 1px solid #ddd;
}

#content-foot {
    float: right;
    display: inline;
    width: 760px;
    margin: 0 auto;
    background: transparent url(/media/img/home/footer.png) top right no-repeat;
    padding: 10px;
    text-align: center;
}

#content-blocks {
    display: inline;
    float: left;
    margin-top: 5px;
}

#content-blocks .block {
    height: 186px;
    width: 185px;
    background-image: url(/media/img/home/stick_paper.png);
    padding: 2px 0 5px 25px;
}

#content-blocks .profile-image {
    height: 213px;
    width: 200px;
    background: url(/media/img/home/polaroid.png) no-repeat 2px top ;
    margin-bottom: 1px;
    padding: 17px 2px 2px 0px;
}

#content-blocks .profile-image .image {
    border-collapse: collapse;
    overflow: hidden;
    width: 162px;
    height: 162px;
    text-align: center:
    vertical-align: center;
    padding: 0;
}

#content-blocks .profile-image .profile {
    width: 162px;
    font: 14px/1.5 Arial, sans-serif;
    text-align: center;
    margin-top: 10px;
    margin-left: 22px;
}

#content-blocks .profile-image td {
    border-collapse: collapse:
    margin: 0 auto;
    padding: 0;
    padding-left: 8px;
}

/*
    profile
*/

#content .gender-u {
    display: inline;
    font: 17px/1.7 Arial, sans-serif;
}

#content .gender-m {
    background: transparent url(/media/img/home/user.png) no-repeat 0 50%;
    padding-left: 20px;
    display: inline;
}

#content .gender-f {
    background: transparent url(/media/img/home/user_female.png) no-repeat 0 50%;
    padding-left: 20px;
    display: inline;
}

#content .birthdate {
    background: transparent url(/media/img/home/cookie.png) no-repeat 0 50%;
    padding-left: 20px;
    font: 14px/1.6 Arial, sans-serif;
}

#content .quote {
    background: transparent url(/media/img/home/quote.png) no-repeat scroll -8px top;
    color: #666666;
    display: block;
    font-size: 120%;
    letter-spacing: -0.03em;
    line-height: 120%;
    margin: 10px 50px 5px 0px;
    padding: 10px 20px 0 35px;
}

#content #profile {
    float: left;
    padding: 0px 5px 5px 15px;
    font: 18px/1.8 Arial, sans-serif;
    width: 405px;
    min-height: 280px !important;
    height: 280px;
}

#content #profile ul {
    padding: 0px;
    margin: 0px
}

#content #profile li {
    list-style: none;
    padding: 0px;
    margin: 0px
}

#content #profile input[type="text"] {
    display: block;
    font: 17px/1.7 Arial, sans-serif;
    color: #AAA;
    width: 250px;
    height: 20px;
    margin: 55px 0 0 0;
    padding: 5px;
}

#content #profile input[type="text"]:focus {
    color: inherit;
}

#content #profile label {
    display: block;
    width: 260px;
    vertical-align: middle;
    height: 75px;
}

#content #profile-locations {
    font: 17px/1.7 Arial, sans-serif;
    background: url(/media/img/home/block_red.jpg) no-repeat 5px 0;
    padding: 35px 0 0 30px;
    width: 300px;
    min-height: 315px;
    float: right;
    margin-top: 5px;
}

#content #profile-locations h2 {
    font: 18px/1.8 Arial, sans-serif;
    margin: none;
    padding: none;
    display: inline;
}

#content #profile-locations #place {
    background: url(/media/img/home/place_blue.png) no-repeat 0 5px;
    min-width: 16px;
    padding-left: 20px;
    margin: none;
}

#content #profile-locations #place a {
    font-weight: normal;
}

#content #profile-locations span {
    margin: none;
    display: block;
    color: #AAA;
    font-size: 12px;
}

/*
    adquire-contacts
*/
#adquire-contacts {
    width: 100%;
    border-collapse: collapse;
}

#adquire-contacts p {
    display: inline;
}

/*
    map-container
*/

#map-container {
    position: relative;
    margin: 0 auto;
}

/*
    map-logo and logo
*/

.mymem-logo-mini {
    background: url(/media/img/mymem_logo_mini.png) no-repeat 0 0;
}

.map-logo {
    float: right;
    background: url(/media/img/mymem_logo.png) no-repeat 0 0 !important;
    background: url(/media/img/mymem_logo.gif) no-repeat 0 0;
    border: none;
    width: 250px;
    height: 74px;
    right: 16px;
    top: 16px;
    position: absolute;
}

.mapDisabled  {
    height: 106px;
    width: 100%;
    cursor: pointer;
}

.mapEnabled {
    height: 100%;
    width: 100%;
}

.map-monster {
    float: left;
    overflow: visible;
    display: block;
    text-align: left;
    margin: 0 auto;
    padding: 15px 0 0 90px;
    background: url(/media/img/home/map_monster.png) no-repeat 0 0;
    font: 18px/1.8 Arial, sans-serif;
    height: 240px;
    width: 320px;
}

/*
    map-contacts
*/

#map-contacts {
    padding: 0 0 0 0;
    height: 80%;
    overflow: auto;
    margin-top: 7px;
    width: 275px;
}

#map-contacts .contact {
    height: 100px;
    width: 260px;
    background-image: url(/media/img/home/stick_paper_contact.png);
    margin-bottom: 5px;
    padding: 10px 0 5px 0px;
}

#map-contacts .contact .info {
    position: relative;
    float: left;
    display: inline;
    margin: 0 0 0 5px;
    width: 160px;
    height: 85px;
    overflow: hidden;
}

#map-contacts .contact .info .text {
    font-style: italic;
    text-align: left;
    position: relative;
    float: left;
    height: 55px;
    overflow: hidden;
    padding-left: 10px;
}

#map-contacts .contact .info .date {
    margin: none;
    display: block;
    color: #9C9676;
    font-size: 10px;
    text-align: right;
    position: relative;
    float: right;
}

#map-contacts .contact .info .navigator {
    position: absolute;
    float: center;
    height: 20px;
    width: 160px;
    text-align: center;
    top: 70px;
    font-size: 9px;
}

#map-contacts .contact .image {
    position: relative;
    float: right;
    display: inline;
    padding: 11px 16px 0 0;
}

#map-contacts .contact .image table {
    border-collapse: collapse;
    border: 0 none;
    width: 70px;
}

/*
    map-tabs
*/

#map-tabs ul {
    margin: 0;
    padding: 0;
    display: inline;
    list-style: none;
}

#map-tabs .map-tab {
    float: left;
    position: relative;
    font: 16px/1.6 Arial, sans-serif;
    background: url(/media/img/home/map_tab.png) no-repeat 0 0;
    width: 138px;
    min-width: 138px;
    height: 29px;
    padding: 15px 0 0 0;
}

/*
    error and label
*/

.error {
    background: #ffea9c url(/media/img/icon_error.gif) 0.2cm 50% no-repeat;
    color: #ee0000;
    border: 1px #ff6622 solid;
    padding: 6px 6px 6px 32px;
    margin: 5px;
    max-width: 300px !important;
    text-align: left;
}

.label-block {
    display: block;
}

.label-inline {
    display: inline;
    padding-left : 0.5em;
    margin-left: 0.5em;
}

/*
    login-form
*/

#login-form {
    padding: 40px 0 0 110px;
    background: transparent url(/media/img/home/login_monster.png) no-repeat 10px 30px;
    font: 18px/1.8 Arial, sans-serif;
    min-height: 280px !important;
    height: 280px;
    width: 315px;
    text-align: left;
    display: block;
}

#login-form label {
    font: 14px/1.6 Arial, sans-serif;
    margin-bottom: 0;
}

#login-form #invitation_code {
    padding: 0 0 0 40px;
    font: 14px/1.6 Arial, sans-serif;
}

#login-form input {
    font: 17px/1.7 Arial, sans-serif;
    width: 250px;
    height: 20px;
    padding: 5px;
    margin: 0;
}

#login-form input[type="submit"] {
    font: 17px/1.7 Arial, sans-serif;
    width: 250px;
    height: 40px;
    margin: 50px 0 0 38px;
    padding: 5px;
}

#login-form blockquote {
    margin: 5px 0 5px 10px;
}

/*
    content
*/

#content .notebook {
    overflow: hidden;
    width: 280px;
    height: 260px;
}

/*
    content show map
*/

#content #content-show-map {
    background: transparent url(/media/img/home/show_map_tab.png) no-repeat scroll left -3px;
    float: left;
    font-size: 14px;
    height: 30px;
    margin-left: 34px;
    padding: 8px 0 0;
    position: relative;
    text-align: center;
    width: 135px;
    z-index: 500;
}


/*
    content localize
*/

#content #localize {
    float: left;
    padding: 60px 0 0 100px;
    background: url(/media/img/home/localize_monster.png) no-repeat 10px 30px;
    font: 18px/1.8 Arial, sans-serif;
    min-height: 280px !important;
    height: 280px;
    width: 340px;
}

#content #localize #add_contact {
    padding: 0 0 0 40px;
    font: 14px/1.6 Arial, sans-serif;
}

#content #localize ul {
    list-style: none;
    padding: 0px;
    margin: 0px
}

#content #localize li {
    list-style: none;
    padding: 0px;
    margin: 0px
}

#content #localize input[type="text"] {
    font: 17px/1.7 Arial, sans-serif;
    width: 250px;
    height: 20px;
    margin: 70px 0 0 40px;
    padding: 5px
}

/*
    content localized
*/

#content #localized {
    float: right;
    margin: none;
    font: 17px/1.7 Arial, sans-serif;
    background: url(/media/img/home/block_blue.jpg) no-repeat 5px -90px;
    padding: 5px 0 35px 30px;
    width: 290px;
    height: 300px;
}

#content #localized h2 {
    font: 18px/1.8 Arial, sans-serif;
    margin: none;
    padding: none;
    display: inline;
}

#content #localized .place {
    background: url(/media/img/home/place_red.png) no-repeat 0 5px;
    min-width: 16px;
    padding-left: 20px;
    margin: none;
}

#content #localized .place a {
    font-weight: normal;
}


#content #localized span {
    margin: none;
    display: block;
    color: #AAA;
    font-size: 12px;
}

/*
    content location
*/


#content #location {
    float: right;
    padding: 70px 130px 0 35px;
    background: url(/media/img/home/status_monster.png) no-repeat 0 50px;
    font: 18px/1.8 Arial, sans-serif;
    min-height: 280px !important;
    height: 280px;
    display: none;
}

#content #location.show {
    display: block;
}

#content #location #use_the_map {
    text-align: right;
    font: 14px/1.6 Arial, sans-serif;
}

#content #location ul {
    padding: 0px;
    margin: 0px
}

#content #location li {
    list-style: none;
    padding: 0px;
    margin: 0px
}

#content #location input[type="text"] {
    display: block;
    font: 17px/1.7 Arial, sans-serif;
    color: #AAA;
    width: 250px;
    height: 20px;
    margin: 55px 0 0 0;
    padding: 5px;
}

#content #location input[type="text"]:focus {
    color: inherit;
}

#content #location label {
    display: block;
    width: 260px;
    vertical-align: middle;
    height: 75px;
}

#content #location .top_space {
    margin-top: 15px;
    height: 60px;
}

/*
    content locations
*/

#content #locations {
    font: 17px/1.7 Arial, sans-serif;
    background: url(/media/img/home/block_red.jpg) no-repeat 5px 0;
    padding: 35px 0 0 30px;
    width: 290px;
    min-height: 315px;
    float: left;
}

#content #locations h2 {
    font: 18px/1.8 Arial, sans-serif;
    margin: none;
    padding: none;
    display: inline;
}

#content #locations #place {
    background: url(/media/img/home/place_blue.png) no-repeat 0 5px;
    min-width: 16px;
    padding-left: 20px;
    margin: none;
}

#content #locations #place a {
    font-weight: normal;
}

#content #locations span {
    margin: none;
    display: block;
    color: #AAA;
    font-size: 12px;
}

/*
    content contact
*/

#content .contact-card {
    clear: left;
    float: left;
    margin: 0 0 10px 0;
    position:relative;
}

#content .contact-card .contact-image {
    display: inline;
    float: left;
    position: relative;
}

#content .contact-card .contact-content {
    display: inline;
    padding-left: 5px;
}

#content .contact-card .follow {
    background: transparent url(/media/img/home/bullet_go.png) no-repeat 0 50%;
    padding: 0 0 0 15px;
    font: 13px Arial, sans-serif;
    color: #777777;
}

#content .contact-card .avatar {
    background: transparent url(/media/img/home/polaroid_mini.png) no-repeat 0 50%;
    height: 98px;
    width: 87px;
}

#content .contact-card .table {
    overflow: hidden;
    width: 77px;
    height: 77px;
    text-align: center:
    vertical-align: center;
    padding: 0;
    border: none;
}

#content .contact-card td {
    border-collapse: collapse:
    margin: 0 auto;
    padding: 0;
    border: none;
}

#content .contact-card .avatar img {
    margin: 6px 0 0 2px;
}

#content .contact-card .gender-u {
    display: inline;
    font: 17px/1.7 Arial, sans-serif;
}

#content .contact-card .gender-m {
    background: transparent url(/media/img/home/user.png) no-repeat 0 50%;
    padding-left: 20px;
    display: inline;
    font: 17px/1.7 Arial, sans-serif;
}

#content .contact-card .gender-f {
    background: transparent url(/media/img/home/user_female.png) no-repeat 0 50%;
    padding-left: 20px;
    display: inline;
    font: 17px/1.7 Arial, sans-serif;
}

#content .contact-card .birthdate {
    background: transparent url(/media/img/home/cookie.png) no-repeat 0 50%;
    padding-left: 20px;
    margin-left: 93px;
}

#content .contact-card .phonelocation {
    background: transparent url(/media/img/home/place_red.png) no-repeat 0 50%;
    padding-left: 25px;
    margin-left: 181px;
}

#content .contact-card .follower {
    background: transparent url(/media/img/home/user_go.png) no-repeat 0 50%;
    padding-left: 20px;
    margin-left: 93px;
}

#content .contact-card .follower p {
    display: inline;
    padding: 2px;
    background-color: transparent;
}

#content .contact-card .contact-quote {
    font-size: 125%;
    font-style: italic;
    background: transparent url(/media/img/home/user_comment.png) no-repeat 0 50%;
    padding-left: 20px;
    margin-left: 93px;
}

#content .contact-card .edit {
    background: transparent url(/media/img/home/edit.png) no-repeat 0 50%;
    padding-left: 20px;
    margin-left: 93px;
}


/*
    content pending-petitions
*/
#content .pending-petitions .contact-card {
    padding: 5px;
    border: 2px dashed #dbd3a7;
}


/*
    Importing contactsS
*/


#authsubtoken_link {
    padding-left: 10px;
}


#adquire-contact-msg {
    padding-top: 35px;
    font-weight: bold;
}

/*
    password-form
*/

#password-form {
    padding: 40px 0 0 110px;
    background: transparent url(/media/img/home/login_monster.png) no-repeat 10px 30px;
    font: 18px/1.8 Arial, sans-serif;
    min-height: 280px !important;
    height: 280px;
    width: 320px;
    text-align: left;
}

#password-form label {
    font: 14px/1.6 Arial, sans-serif;
    margin-bottom: 0;
}

#password-form #invitation_code {
    padding: 0 0 0 40px;
    font: 14px/1.6 Arial, sans-serif;
}

#password-form #reset-password {
    font: 18px/1.6 Arial, sans-serif;
    height: 80px;
    margin-top: 25px;
    width: 257px;
}

#password-form input {
    font: 17px/1.7 Arial, sans-serif;
    width: 250px;
    height: 20px;
    padding: 5px;
    margin: 0;
    display: block;
}

#password-form input[type="submit"] {
    font: 17px/1.7 Arial, sans-serif;
    width: 250px;
    height: 40px;
    margin: 50px 0 0 38px;
    padding: 5px;
}


/*
    languages
*/

#languages {
    display: inline;
    top: 12px;
    position: relative;
}

#content-menu #languages {
    float: right;
}

#languages input {
    vertical-align: top;
}

#language-button-es.Active,
#language-button-es {
    border: none;
    background: url(/media/img/es-icon.png) no-repeat;
    height: 12px;
    width: 17px;
    cursor: pointer;
}

#language-button-en.Active,
#language-button-en {
    border: none;
    background: url(/media/img/en-icon.png) no-repeat;
    height: 12px;
    width: 17px;
    cursor: pointer;
}

#language-button-es.nonActive {
    background: url(/media/img/es-icon-noactived.png) no-repeat;
}

#language-button-en {
    background: url(/media/img/en-icon-noactived.png) no-repeat;
}
/*
    stuff form
*/

#id_update_if_localize_by {
    vertical-align: top;
}

/*
    find friends
*/

#friendsearcher {
    margin-top: 40px;
    margin-bottom: 20px;
}

/*
    place
*/

div.place {
    margin: 10px;
    border-bottom: 1px solid #d7dcdf;
}

div.place img {
    padding: 2px;
    border: 1px solid #d7dcdf;
}

div .placeMap {
    width: 100%;
    height: 300px;
}


/*
    place-card
*/

.place-card {
    display: inline;
    width: 530px;
}
    .place-card .place-img {
        float: left;
        width: 250px;
        border: solid 1px #D7DCDF;
        padding: 2px;
    }

    .place-card .place-edit {
        background: transparent url(/media/img/home/flag_edit.png) no-repeat scroll 0 2px;
        padding-left: 20px;
        font-size: 1.5em;
        font-weight: normal;
    }

    .place-card .place-show {
        background: transparent url(/media/img/home/flag_blue.png) no-repeat scroll 0 2px;
        padding-left: 20px;
        font-size: 1.5em;
        font-weight: normal;
    }

    .place-card .place-info {
        float: right;
        width: 475px;
    }

    .place-card .place-description {
        background-color: #FFFFD9;
        color: #999982;
        border: 1px solid #E5E5B8;
        height: 60px;
        margin: 0 0 5px 0;
        overflow: auto;
        padding: 5px;
    }

        .place-card .place-description .no-description {
            font-style: italic;
        }

    .place-card .place-key {
        font-style: italic;
    }

/*
    nearby
*/

ul.nearbyPlaces {
    list-style: none;
    padding: 0;
}

    ul.nearbyPlaces li {
        padding: 4px 0 4px 30px;
    }

    ul.nearbyPlaces li.api_panoramio {
        background: transparent url(/media/img/place_provider/panoramio.png) no-repeat;
    }

    ul.nearbyPlaces li.api_wikipedia {
        background: transparent url(/media/img/place_provider/wikipedia.png) no-repeat;
    }

    ul.nearbyPlaces li.api_nvivo {
        background: transparent url(/media/img/place_provider/nvivo.png) no-repeat;
    }

    ul.nearbyPlaces li.api_11870 {
        background: transparent url(/media/img/place_provider/11870.png) no-repeat;
    }

    ul.nearbyPlaces .title {
        font-weight: bold;
    }

    ul.nearbyPlaces img {
        padding: 1px;
        border: 1px solid #C6C5C1;
    }

/*
    alerts
*/

.alert-edit {
    background: transparent url(/media/img/home/clock_edit.png) no-repeat;
    display: block;
    padding-left: 20px;
}

.alert-add {
    background: transparent url(/media/img/home/clock_add.png) no-repeat;
    display: block;
    padding-left: 20px;
}

.alert-list {
    overflow: auto;
    max-height: 75px;
}

.seach_panel{
    display: block;
    min-height: 193px;
    position: absolute;
    bottom: 0pt;
    background: #dbd3a7 url(/media/img/home/stick_paper.png) no-repeat;
    width:194px;
    margin-left:635px
}

*html.seach_panel{
    _height: 193px;
}

div.images_11870{
    height:250px;
    padding-bottom:20px;
}
div.images_panoramio{
    height:250px;
}
div.images_nvivo{
    height:175px;
    padding-bottom:20px;
}
div._11870{
    padding-bottom:40px;
}
div._panoramio{
    padding-bottom:5px;
}

div.images_wikipedia{
    height:250px;
    padding-bottom:20px;
}
div._wikipedia{
    padding-bottom:40px;
}

#search_pane_button{
    border:1px solid #DDDDDD;
    margin-top: 5px;
}

.customize_search{
    border:1px solid #DDDDDD;
}
.tags_search{
    border:1px solid #DDDDDD;
}
