@font-face
{
font-family: Segoe UI;
src: url(Segoe UI/segoeui.ttf);
}
body{
font-family:Segoe UI,Optima,Arial,sans-serif;
}
#section{
background: white;
}
.about{
    width:550px;
    float: left;
}
.TravlerInfo{
    width:400px ;
    float: right;
}
.TravlerInfo ul li{
    list-style: none;
}

  #ui-id-1,#ui-id-2{
            width:171px;
        }

        #opSearch{
            clear:both;

            background: #f5f5f5;
            border-radius: 4px;
            padding-left: 2px;
            margin-top: 10px;
        }

.operator-info ul li{
    float: left;
    list-style: none;
    width: 160px;
    height: 100px;
    padding-top: 30px;
    border: 1px solid #c1c1c1;
    margin: 1px 5px;
    text-align: center;
}
a{
    text-decoration: none;
}
#container p{
    word-wrap: break-word;
    word-spacing: 3px;
    line-height: 20px;
    color: #444444;
    font-size: 14px;
}
#container p.numero{
    font-weight: bold;
    font-size: 16px;
    color: #f37816;
    text-transform: capitalize;
}
.color{
    color: #f37816;
}

table.tftable tr th{
    border-collapse: collapse;
    border: none;
    color: white;
   // padding: 12px 5px;
    background: #4ec5ff; /* Old browsers */
    background: -moz-linear-gradient(top, #4ec5ff 0%, #004fa5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,99,33,1)), color-stop(100%,rgba(249,196,33,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4ec5ff 0%, #004fa5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4ec5ff 0%, #004fa5 100%) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4ec5ff 0%, #004fa5 100%) 100%); /* IE10+ */
    background: linear-gradient(to bottom, #4ec5ff 0%, #004fa5 100%); /* W3C */
}
table.tftable{
    border: 1px solid #c1c1c1;
    border-bottom: none;
}
table.tftable {
    border: none;
    border-bottom: 1px solid #c1c1c1;
    background: rgb(238,238,238); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
}
table#popular tr td:last-child{
    width: 150px;
}

#selectButton{
    background:rgb(249, 126, 28);
    background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(255, 132, 34)), to(rgb(243, 120, 22)));
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(255, 132, 34)), to(rgb(243, 120, 22)))
    background: -moz-linear-gradient(center top , #ff8422 0%, #f37816 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(center top , #ff8422 0%, #f37816 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #cc602f;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    padding: 4px 6px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    width: 53px;
}

.ColumnColorOne {
    border: none;
    background: -webkit-linear-gradient(#fff, #bfd5e8); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fff, #bfd5e8); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fff, #bfd5e8); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fff, #bfd5e8); /* Standard syntax (must be last) */
}
.ColumnColorTwo {
    border: none;
    background: -webkit-linear-gradient(#fff, rgb(234, 213, 192)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fff,rgb(234, 213, 192)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fff, rgb(234, 213, 192)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fff, rgb(234, 213, 192)); /* Standard syntax (must be last) */
}




.listview{
width:150px
padding:10px;
float:left;
}

.listview li{
list-style:none;
}
