table.prices-table, th, td {
    border: 1px solid #cccccc;
    border-collapse: collapse;
    padding: 2px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 12px !important;
}


table.prices-table tr:hover {
    background-color: yellow;
    cursor: pointer;
}

a  {
    text-decoration : none;
}
a:hover  {
    text-decoration: underline;
}
p {
    padding-bottom: 8px;
}

#buttonrow {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 800px;
    height: 35px;
    background-color: #ffffff;
}

#bottom_button_row {
    padding-top: 5px;
    top: 10px;
    left: 10px;
    width: 400px;
    height: 25px;
    background-color: #ffff99;
}

#dialog_header {
    position: absolute;
    top: 5px;
    left: 10px;
    width: 200px;
    height: 20px;
    background-color: #ffffff;
}
#map_canvas {
    position: absolute;
    top: 50px;
    left: 10px;
    width: 1000px;
    height: 700px;
    background-color: #ffffff;
}

.choice {
    background-color: transparent;
    width: 100px;
    float: left;
}

.topbutton {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    float: left;
}

.topedit {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    float: left;
}

.clear {
    clear:both;
}
#content {
    margin: 10px
}

#editdialog {
    display: none;
}

h2 {
    font-family: tahoma, verdana, helvetica, arial, sans-serif;
    font-size: 13px;
 }

#prices-info {
    height:300px;
    width: 1200px;
    overflow:auto;
    table-layout:fixed;
    margin-top:20px;
    font-family: tahoma, verdana, helvetica, arial, sans-serif;
}


#prices-table { border-collapse:collapse;}
#prices-table h4 { margin:0px; padding:0px;}
#prices-table img { float:right;}
#prices-table ul { margin:10px 0 10px 40px; padding:0px;}
#prices-table th { background:#EEE repeat-x scroll center left; color:#000; padding:7px 15px; text-align:left;}
#prices-table td { background:#FFFFEE none repeat-x scroll center left; color:#000; padding:5px 15px; }
#prices-table tr.odd td { background:#fff url(../images/row_bkg.png) repeat-x scroll center left; cursor:pointer; }
#prices-table div.arrow { background:transparent url(../images/arrows.png) no-repeat scroll 0px -16px; width:16px; height:16px; display:block;}
#prices-table div.up { background-position:0px 0px;}
