﻿.datatable
{
    padding: 0;
    border-left: 1px solid #e7e7e7;
    border-collapse: collapse;
    font-size: 12px;
}

.datatable.topbordered
{
    border-top: 1px solid #e7e7e7;
}

.datatable th
{
    text-align: center;
    text-transform: capitalize;
    overflow: visible;
    white-space: nowrap;
    color: #444;
    padding: 2px;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;    
    background: #c2c2c2 url('/img/bg_table_header.gif') repeat-x top left;
    cursor: default;
    vertical-align: middle;
}

.datatable th div
{
	padding: 5px 3px;
}

.datatable td
{
    border-bottom: #dfdfdf solid 1px;
    text-align: center;
    padding: 5px;
    border-right: #d5d5d5 solid 1px;
    border-left: #d5d5d5 solid 1px;
}
.datatable .left
{
    text-align: left;
}

.datatable .tableheader, .datatable .tableheader:hover
{
    text-align: left;
    background-color: #fff;
    border-top: #d5d5d5 solid 1px;
}


.resultSummary
{
    float: right;
    color: #666;
    font-size: 14px;
    vertical-align: middle;
    text-align: right;
    min-width: 150px;
}
.resultSummary ul
{
    float: right;
    list-style: none;
    text-align: right;
    margin: 0px 0px 0px auto;
    padding: 0px;
}

.resultSummary ul li
{
    float: left;
    padding-right: 4px;
}
.resultSummary ul li span
{
    padding: 0px;
    display: block;
    line-height: 18px;
    text-align: center;
}
.resultSummary a.selected
{
    color: Red;
}

.datatable tr
{
    background: #FAFAFA;
}

.datatable tr.odd
{
    background: white;
}

.datatable tr.no:hover td, .datatable tr.no td
{
    background-color: white;
    border-top: #d5d5d5 solid 1px;
    text-align: left;
}

.datatable tr:hover td
{
    background-color: #EAEAEA;
}

.datatable a, .datatable a:link, .datatable a:hover, .datatable a:visited
{
    font-weight: bold;
    text-decoration: underline;
}

.datatable th a, .datatable th a:visited, .datatable th a:hover
{
    color: #444 !important;
    text-decoration: none !important;
}

.help
{
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 5px;
    cursor: default;
    vertical-align: baseline;
    background: url('/img/info.png') no-repeat bottom center;
}

.datatable th .addPad
{
	/*padding-right: 18px;	*/
}

.help_w
{
	background: url('/img/info_wh15.png') no-repeat;	
	width: 13px;
	height: 13px;	
	margin-left: 3px;	
}

.helpWhite
{
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 5px;
    cursor: default;
    vertical-align: baseline;
    background: url('/img/icon_question_white.gif') no-repeat bottom center;
}


.filterbutton
{
    margin-left: 2px;
    margin-right: 2px;
    margin-top: -2px;
    cursor: pointer;
}


.e60wrap
{
    width: 60px;
    white-space: normal;
}
.e80wrap
{
    width: 80px;
    white-space: normal;
}
.e130wrap
{
    width: 130px;
    white-space: normal;
}
.e250wrap
{
    width: 250px;
    white-space: normal;
}

.e50
{
    width: 60px;
}

.e60
{
    width: 60px;
}

.e60
{
    width: 70px;
}

.e80
{
    width: 80px;
}
.e120
{
    width: 120px;
}
.e180
{
    width: 180px;
}
.e175
{
    width: 175px;
}
.e185
{
    width: 185px;
}
.e200
{
    width: 200px;
}
.e250
{
    width: 250px;
}
.e280
{
    width: 280px;
}
.al60
{
    min-width: 60px;
}
.al125
{
    min-width: 125px;
}
.al225
{
    min-width: 225px;
}

.al420
{
    min-width: 420px;
}

.al300
{
    min-width: 300px;
}
.h30 
{
    line-height: 19px;     
}
.fill
{
    width: 100%;
}

.lh15 { line-height: 15px; }
.fillh
{
    width: 95%;
}

.reg
{
    background-color: #eee!important;
}

.indicator
{
    border: solid 1px;
    border-color: #ACABB1;
    width: 50px;
    height: 5px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
.indicator .filled
{
    height: 5px;
    background-color: #FFCC99;
}
.indicator .filled1
{
    height: 5px;
    background-color: #FF9955;
}
.indicator .filled2
{
    height: 5px;
    background-color: #7FC659;
}
.indicator .filled3
{
    height: 5px;
    background-color: #75A4FB;
}
.se1, .se2, .se3
{
    width: 49px;
    height: 20px;
}
.se1
{
    background-image: url(/img/1_logo.gif);
}
.se2
{
    background-image: url(/img/2_logo.gif);
}
.se3
{
    background-image: url(/img/3_logo.gif);
}

.FilterTB
{
    position: absolute;
    margin-left: -16px;
    margin-top: -4px;
    z-index: 100;
    border: solid 1px #CCC;
    padding: 2px;
    background-color: #FFF;
}

.FilterTB input
{
    background-color: Transparent;
    border: none;
}

.FilterTB input.textbox
{
    background-color: White;
    border: solid 1px #DFDFDF;
}



.paginationspan
{
    text-align: right;
    float: right;
}
.paginationspan a:link, .paginationspan a:visited
{
    text-decoration: none !important;
}
.paginationspan a:hover
{
    text-decoration: underline;
}
.pagesizeselector
{
    float: right;
    font-size: 14px;
    vertical-align: middle;
}
.dropdownCell
{
    vertical-align: top;
    padding-left: 10px;
}
.dropdown
{
    border: solid 1px #AAAAAA;
    background: #FAFAFA url(/img/gradientbg.jpg);
    color: #4e76aa;
    font-weight: bold;
    text-decoration: none;
    padding: 4px;
}
.dropdown:hover
{
    border: solid 1px #AAAAAA;
    background: #FAFAFA url(/img/gradientbghov.jpg);
    color: #4e76aa;
    font-weight: bold;
    text-decoration: none;
    padding: 4px;
}
.dropdownItems table
{
    margin-top: 0px;
}
.dropdownItems div
{
    width: 100%;
    height: 12px;
    text-decoration: none;
    padding: 4px;
    border: 1px solid #99B1D7;
    border-top: none;
    color: #4e76aa;
    background-color: #ECEEF4;
}
.dropdownItems div a
{
    text-decoration: none;
}


.AdBox
{
    width: 215px;
    font-family: Arial;
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
}

.AdBox .an1
{
    color: #4e76aa;
    font-weight: bold;
    text-decoration: underline;
    font-size: 12px;
}

.AdBoxR
{
    width: 260px;
    border: solid 1px #cccccc;
    font-family: Arial;
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
    min-height: 56px;
    padding: 10px 0 10px 10px;
}

.AdBoxR .an1
{
    color: #4e76aa;
    font-weight: bold;
    text-decoration: underline;
    font-size: 12px;
}

.dataloading
{
    z-index: 90;
    filter: alpha(opacity=80);
    opacity: 0.5;
    vertical-align: middle;
    text-align: center;
    border: solid 1px black;
    background: #CCC url('/img/dataload.gif') no-repeat 50% 50%;
}
.dataerror
{
    z-index: 90;
    filter: alpha(opacity=80);
    opacity: 0.5;
    vertical-align: middle;
    text-align: center;
    border: solid 1px black;
}

.anylinkshadow
{
    float: left;
    position: absolute;
    left: 0px;
    top: 0px;
}

.exportDivInner .button
{
    width: 70px;
    margin-left: 5px;
}
.export
{
    float: left;
}
.exportDivOuter
{
    position: absolute;
    display: none;
    padding-right: 2px;
    padding-bottom: 2px;
}
.exportDivInner
{
    background-color: #bbb;
    line-height: 18px;
    width: 160px; /* default width for menu */
    background-color: #f6f6f6;
    border: solid 2px #317082;
    padding: 5px 10px 5px 10px;
    text-align: center;
}

.exportOptions
{
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    line-height: 18px;
    width: 160px; /* default width for menu */
    background-color: #f6f6f6;
    border: solid 2px #317082;
    padding: 5px 10px 5px 10px;
}
.exportOptions select
{
    width: 150px;
    margin: 5px;
}
.exportOptions .button
{
    width: 70px;
    margin-left: 5px;
    font: bold 1em Arial, Sans-serif;
    border: solid 1px #AAAAAA;
    background: #FAFAFA url(/img/gradientbg.jpg);
    padding: 2px 3px;
    color: black;
}

.exportOptions .button:hover
{
    width: 70px;
    margin-left: 5px;
    font: bold 1em Arial, Sans-serif;
    border: solid 1px #AAAAAA;
    background: #FAFAFA url(/img/gradientbghov.jpg);
    padding: 2px 3px;
    color: black;
}

.export
{
    float: left;
}


.innerTable
{
    width: 100%;
    border: solid 1px #d5d5d5;
    background-color: #FFFFFF;
}

.outerTableAlone
{
    clear: both;
    background-color: #f6f6f6;
    border: #dfdfdf solid 1px;
    width: auto;
    padding: 10px;
    margin-right: 2px;
}
.moreResults
{
    background-image: url(/img/more_results.gif);
    background-position: left top;
    margin: 0px;
    padding: 25px 0px 0px 130px;
    background-repeat: no-repeat;
    height: 90px;
    width: 450px;
    color: yellow;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1.5em;
}
.moreResults a
{
    padding-left: 40px;
}
