html {
    height: 100%;
}

body {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica,Arial,sans-serif;
    height: 100%;
}

.header {
    text-align: left;
    width: 100%;
    background-color: #F7F7F7;
    padding-top: 14px;
    padding-bottom: 10px;
    top:0;
}


.logo {
    height:30px;
    margin-top:0;
    margin-right:0;
}

#logo {
    width: 385px; 
    height: 70px;
}
.search {
    margin-left:0;
    display: inline-block;
}

div.search {
    margin-right:0;
    position: relative;
    width: 100%;
}

.search table {
    max-width: 800px;
    width: 100%;
}

.searchtextbox {
    width:100%;
    height: 30px;
}

.searchtextbox {
    width:100%;
    height: 30px;
    padding: 5px;
    font-size: 16px;
    border-width: 1px;
    border-color: #CCCCCC;
    background-color: #FFFFFF;
    color: #000000;
    border-style: solid;
    border-radius: 0px;
    box-shadow: 0px 0px 1px rgba(66,66,66,.75);
}
.searchtextbox:focus {
    outline:none;
}

.searchbutton {
    cursor : pointer;
    padding:3px 10px;
    background: #619BF9;
    color: white;
    height: 30px;
    width:50px;
    border-width: 0;
    vertical-align: top;
    font-size: 13pt;
}
.btn_Enabled {
    cursor: pointer;
    background: -moz-linear-gradient(top,#3775dd 0,#3455c1 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#3775dd),color-stop (100%,#3455c1));
    background: -webkit-linear-gradient(top,#3775dd 0,#3455c1 100%);
    background: -o-linear-gradient(top,#3775dd 0,#3455c1 100%);
    background: -ms-linear-gradient(top,#3775dd 0,#3455c1 100%);
    background: linear-gradient(to bottom,#3775dd 0,#3455c1 100%);
    background-color: #3261c3;
    -webkit-box-shadow: inset 0 1px 3px 0 rgba(92,195,244,0.8);
    box-shadow: inset 0 1px 3px 0 rgba(92,195,244,0.8);
    color: white;
    height: 25px;
    border: 1px solid #053496;
    font-family: Arial,sans-serif;
    font-size: 17px;
}

.paging {
    margin: 0 50px 50px 15px;
}

.container {
    min-height: 100%;
}

.content{
    background-color: #FFFFFF;
    text-align: center;
    max-width:620px;
    margin-left: 10px;
    margin-right:10px;
}

.content1 {
    margin-left:50px;
    margin-right:50px;
    float: left;
    min-height: 100%;
}


.footer {
    font-family: "Helvetica Neue", Helvetica,Arial,sans-serif ;
    background-color: #F7F7F7;
    width:100%;
    text-align: center;
    font-size: 12px;
    padding-top: 20px;
    padding-bottom: 20px;
    clear: left;
}

.label_result {
    font-size: 11px;text-align: left;color: #AAA;
}

#myDivAlgoUnit iframe, #myDivAdUnit iframe {
    width:100%;
}


@media only screen and (min-width: 1000px) {
    .content {
        margin-left: 150px;
        margin-right:150px;
    }
    #ypaAdWrapper-algo p.label_result {
        margin-top: 30px;
    }
    .header {
        margin-bottom: 25px;
    }
    .td-logo {
        width: 150px;
        text-align: center;
    }
}
