﻿.fleft { float: left; }

.fright { float: right; }

.fright, .fleft { display: inline; }

.fclear { clear: both; overflow: hidden; height: 0; }

.tleft { text-align: left; }

.tright { text-align: right; }

.tcenter { text-align: center; }

.big { font-size: 14px; }

.orange { color: #FF6600; }

.red { color: #FF0000; }

.blue { color: #245EC2; }

.blue1 { color: #167093; }

.blue2 { color: #0865BF; }

.bold { font-weight: bold; }

.black { color: #000; }

.absolute { position: absolute; }

.relative { position: relative; }

.no_border { border: 0; }

.no_bg { background: none; }

.hidden { display: none; }

.show { display: block; }
.hand { cursor: pointer; }
.clearfix { display: block; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

.list_nav { padding: 16px 0; clear: both; padding-right: 5px; text-align: center; }
.list_nav a:link, .list_nav a:active, .list_nav a:visited { text-decoration: none; padding: 0 5px 0 5px; }
.list_nav a:hover { text-decoration: underline; text-decoration: underline; color: #666; padding: 0 5px 0 5px; }

.input { border: 1px solid #fff; padding: 4px 0px 0px 4px; color: #808080; height: 16px; }

.Pagination { letter-spacing: 1px; height: 23px; overflow: hidden; float: left; display: inline; margin-top: 3px; }

.Pagination a { display: block; padding: 1px 6px; border: 1px solid #14A7FF; float: left; margin-left: 2px; color: #14A7FF; font: normal 12px 'Arial'; }

.Pagination a:hover { background: #14A7FF; color: #fff; border: 1px solid #14A7FF; }

.Pagination a.curr { color: #CB05F5; background: #fff; border: 1px solid #CB05F5; }

.Pagination a.curr:hover { color: #CB05F5; background: #fff; border: 1px solid #CB05F5; }

.Pagination a.noboder { display: block; padding: 1px 6px; float: left; margin-left: 2px; border: 0; }

.Pagination a.noboder:hover { display: block; padding: 1px 6px; float: left; margin-left: 2px; border: 0; background: none; }

.Pagination span { float: left; margin: 3px 6px 0 0; display: block; }

.search_buttoninput { float: left; border: none!important; background: none!important; font-weight: bold; width: 92px; height: 30px; vertical-align: middle; text-align: center; color: #fff; margin: 0; padding: 0; cursor: pointer; }

.tableFont td { font-size: 10pt; }
