* {
    margin: 0;
    padding: 0;
    color: #666;
    font-size: 12px;
    font-family: Arial, Verdana, sans-serif;
    line-height: 1.6em;
}

a {
    color: #013E7F;
    font-weight: bold;
    text-decoration: none;
}

p {
    margin-top: 5px;
}

img {
    border: 0;
    vertical-align: middle;
}

input[type=text] {
    color: #999;
    padding: 3px;
    border: 1px solid #999;
    width: 210px;
}

textarea {
    color: #999;
    padding: 3px;
    border: 1px solid #999;
    overflow: auto;
    height: 30px;
    width: 210px;
}

h1 {
    color: #DE9926;
    font-size: 18px;
}

h1 a {
    color: #013E7F;
    font-size: 18px;
}

h2 {
    color: #DE9926;
}

ul#tips {
    margin-left: 40px;
}

ul#tips li {
    padding: 10px;
}

#container {
    width: 580px;
    border-right: 1px solid #cfcfcf;
    background: url(/widget2/images/bg.gif) top left repeat-y;
    padding: 0 10px;
}

#header {
    height: 55px;
    background: url(/widget2/images/header.gif) no-repeat;
}

#footer {
    height: 10px;
    background: url(/widget2/images/footer.gif) no-repeat;
}

.clear {
    clear: both;
}

#medal {
    padding-top: 20px;
    padding-left: 460px;
}

#minime {
    font-size: 10px;
    font-weight: bold;
}

#searchBox {
    width: 280px;
    height: 70px;
    background: url(/widget2/images/bg_search.gif) no-repeat;
    padding: 10px 0 0 20px;
    float: left;
}

#mapArea, #helpArea {
    height: 380px;
}

#helpArea {
    display: none;
}

#moreLink {
    float: right;
}

#tabs {
    height: 24px;
    border-bottom: 3px solid #013E7F;
}

#map_canvas {
    height: 240px;
    background: #013E7F;
}

#flickr {
    border: 0;
    width: 100%;
}

.page {
    padding-top: 10px;
}

.leftside {
    float: left;
    width: 350px;
}

.leftside-narrow {
    float: left;
    width: 250px;
    height: 130px;
    margin-right: 10px;
}

.rightside {

}

.table-header {
    float: left;
    width: 120px;
    font-weight: bold;
}

.hide {
    display: none;
}

.grey {
    color: #666;
    font-weight: normal;
}

.save {
    display: none;
}

.flickrPhoto {
    margin-right: 10px;
}

/* ---------- TABS ---------- */

ul#tabnav {
    list-style-type: none;
}

ul#tabnav li {
    display: inline;
}

ul#tabnav li a { /* settings for all tab links */

    color: #fff;
    font-weight: bold;
    background: #5385B8;
    text-decoration: none;
    margin-right: 4px;
    padding: 7px 8px;
}

ul#tabnav li a.on {
    background: #013E7F;
}

ul#tabnav a:hover { /* settings for hover effect */
    background: #013E7F;
}

/* ---------- AUTOCOMPLETE ---------- */

.ac_results {
    padding: 0px;
    border: 1px solid #999;
    border-top: 0;
    background: #fff;
    overflow: hidden;
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ac_results iframe {
    display: none;/*sorry for IE5*/
    display/**/: block;/*sorry for IE5*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    filter: mask();
    width: 3000px;
    height: 3000px;
}

.ac_results li {
    margin: 0px;
    padding: 2px 5px;
    cursor: pointer;
    display: block;
    width: 100%;
    font: menu;
    font-size: 12px;
    overflow: hidden;
}

.ac_loading {
    background: url(/widget2/images/ajax-loader.gif) right center no-repeat;
}

.ac_over,
.ac_over div,
.ac_over span {
    background: #5385B8;
    color: #fff;
}


