﻿.searchPanel {
    padding: 8px 0 0 0px;
    width: 100%;
    background-color: white;
    font-size: 13px;
    cursor: default;
    overflow: hidden;
}
.searchPanel table {
    border: none;
    padding: 5px;
}
.searchPanel table tr {
    height: 30px;
    line-height: 30px;
}
.searchPanel table th {
    width: 80px;
    color: #999;
    text-align: right;
    vertical-align: middle;
    line-height: 30px;
}
.searchPanel input,.searchPanel select {
    height: 30px;
    line-height: 30px;
}
.searchPanel dl 
{
    margin: 0px;
    height: 100%;
    font-size: 13px;
    color: #004473;
    line-height: 30px;
}
.searchPanel dl dd{
    float: left;
    text-align: left;
    padding:2px;
    margin-left: 10px;
    cursor: pointer;
}
.searchPanel dl dd:hover{
    cursor: pointer;
}
.searchPanel dl dd.selected{
    color: white;
    background-color: #bbb;
}
.searchPanel input[type="submit"] {
    width: 129px;
    height: 25px;
    color: white;
    margin-top: 3px;
    *margin-top: 0px;
    vertical-align: top;
    border: none;
    cursor: pointer;
    background: url("../images/SearchBtn.png") no-repeat;
    background-color: transparent;
}
.searchPanel .searchBox {
    height: 23px;
    vertical-align: middle;
    margin-top: 10px;
}
.searchDisplayBox {
    border-top: #ccc 1px dashed;
    text-align: center;
}
.searchDisplayBox button{
    width: 70px;
    height: 14px;
    border: none;
    background-color: white;
    display: block;
    cursor: pointer;
    margin: 0px auto;
}
.searchDisplayBox button.up {
    background: url("../images/SearchUp.png");
}
.searchDisplayBox button.down {
    background: url("../images/SearchDown.png");
}

/*Table*/
/*DataTable */
.dataContent{}
.dataTips { margin-top: 10px;height: 24px;line-height: 24px;width: 99%;}
.dataTips .tleft {float:left; width:10px; height:29px; }
.dataTips .title {float:left; width:85px; height:29px; overflow:hidden; line-height:35px; text-align:center;font-weight:bold; color:#000000;}
.dataTable  {border-collapse:collapse; border-bottom:1px solid #cccccc; border-left:1px solid #cccccc; background-color:#FFFFFF; width:99%;}
.dataTable td {border-right:1px solid #cccccc; border-top:1px solid #cccccc; font-weight:bold; color:#333333; height:25px; line-height:25px;text-align:center;}
.dataTable {margin:0px 0px 42px 0px;}
.dataTable thead tr {background: #eee;height:30px;font-weight: bold; }
.dataTable thead tr td{color:navy}
.dataTable tbody {background: #f7f8f9;padding:13px 5px 5px 15px; margin-right:10px;}
.dataTable tbody tr:hover{ background: #e1e1e1;}
.dataTable tfoot {height:40px; overflow:hidden; }
.dataTable tfoot .fleft {float:left;height:40px;margin-left: 30px; overflow:hidden; }
/*CSS msdn style pagination*/
div.msdn
{
 
    padding-left: 0px;
    font-size: 13px;
    padding-bottom: 4px;
    color: #313031;
    padding-top: 5px;
    font-family: Verdana,Tahoma,Arial,Helvetica,Sans-Serif;
    text-align: right;
    line-height: 30px;
    height: 30px;
    text-align: right;
}
div.msdn a
{
    border-right: #b7d8ee 1px solid;
    padding-right: 6px;
    border-top: #b7d8ee 1px solid;
    padding-left: 5px;
    padding-bottom: 4px;
    border-left: #b7d8ee 1px solid;
    color: #0030ce;
    padding-top: 5px;
    border-bottom: #b7d8ee 1px solid;
    text-decoration: none;
}
div.msdn a:hover
{
    border-right: #b7d8ee 1px solid;
    border-top: #b7d8ee 1px solid;
    border-left: #b7d8ee 1px solid;
    color: #0066a7;
    border-bottom: #b7d8ee 1px solid;
    background-color: #d2eaf6;
}
div.pagination a:active
{
    border-right: #b7d8ee 1px solid;
    border-top: #b7d8ee 1px solid;
    border-left: #b7d8ee 1px solid;
    color: #0066a7;
    border-bottom: #b7d8ee 1px solid;
    background-color: #d2eaf6;
}
div.msdn span.current
{
    border-right: #b7d8ee 1px solid;
    padding-right: 6px;
    border-top: #b7d8ee 1px solid;
    padding-left: 5px;
    font-weight: bold;
    padding-bottom: 4px;
    margin: 0px 3px;
    border-left: #b7d8ee 1px solid;
    color: #444444;
    padding-top: 5px;
    border-bottom: #b7d8ee 1px solid;
    background-color: #d2eaf6;
}
div.msdn span
{
    padding: 5px;
    border: 1px solid #b7d8ee;
    margin: 0px 3px;
}
