/* CSS Document */
/* reset */

/* * {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}*/
body {line-height:1.5; padding:0px; margin: 0px;}
body, html { height: 100%;color:#4f5863; font-family:Arial, Helvetica, sans-serif; font-size:13px; }
table {border-collapse:separate;border-spacing:0;}

.f-left{ float:left}
.f-right{ float:right}
.clear { clear:both; }
.clear-h30 { clear:both; height:30px; }
strong { font-weight:bold; }
.no-dispaly{ display:none;}
.no-border{ border:none !important;}
textarea{ resize:none;}
a{outline:none}
table{ width:100%}
th{ text-align:left; vertical-align:top;}
td{ text-align:left}
.radio{ max-width:10px; !important;}
/* reset */
/* ///// Pagination */
.pagination_wrap2 { background: #0289c6;  height: 20px; padding: 5px;  color:#fff;}
.pagination_wrap { background: #0289c6;  height: 30px; padding: 0px 0px;  color:#fff;}
.pagination_wrap ul { list-style: none; }
.pagination_wrap ul li { float: left; height:30px;}
.pagination_wrap ul li span.page_link { padding: 8px 7px; background: #013e5a; color: #fff; font-size: 13px; margin-top: 4px; font-weight: bold; }
.pagination_wrap ul li span{width:40px; padding:7px 5px;}
.pagination_wrap ul li a { padding:7px 5px; color: #fff; font-size: 13px; font-weight: bold; text-decoration: none; margin-top: 4px; }
/* ///// Pagination-end */
.search_area{ width:500px; float:right;}
.footer{height:60px;}
.wrap{width:950px; margin:auto;}
.bg_gray{ background:#F4F4F4; padding:10px;}
.gap{height:15px;}
.form_head{ margin-bottom:10px; background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* W3C */ width: 100%; height: 80px;}
.logo{ float:left; background: #fff; -moz-border-radius:4px 4px 0px 0px ; border-radius:4px 4px 0px 0px ; -web-border-radius:4px 4px 0px 0px ; padding:8px; margin-top: 5px;}
.headline{ float:left; font-size:27px; font-weight:bold; margin-left:50px; margin-top: 20px; color:#1E466D}

.category_head{ font-size:16px; font-weight:bold; margin:30px 0px 5px 0px; text-align:center;}

.dashboard_but{background:#005785; color:#fff; float:left; margin:20px;}
.dashboard_but a{color:#fff; text-decoration:none; font-size:20px; font-weight:bold; padding:10px; display:block;}
.instruction{ margin:20px 0px 5px 0px;}
.instruction b{ text-decoration:underline;}
.highlight_txt{ color:#005785; font-size:18px; font-weight:bold; text-align:center}

.note-1{ width:280px; margin-left:20px;}

.tbl-1{}
.tbl-1 td input{ width:285px;}
.tbl-1 td{ padding-bottom:15px;}

.tbl-2{ margin-bottom:10px;}
.tbl-2 td input{ width:165px;}

.tbl-3{ margin-bottom:10px;}
.tbl-3 td{ padding-right:10px; padding-bottom:10px;}
.tbl-3 th{ padding-right:10px;}

.tbl-4{}
.tbl-4 td{ padding-right:10px; padding-bottom:10px;}
.tbl-4 th{ padding-right:10px; padding-bottom:10px;}
.tbl-4 td input{ width:160px;}

.tbl_list{ border-top:1px solid #ccc; border-right:1px solid #ccc; margin-top:-4px; margin-bottom:2px;}
.tbl_list th{ border-bottom:1px solid #ccc; border-left:1px solid #ccc; padding:5px; font-size:14px;}
.tbl_list td{ border-bottom:1px solid #ccc; border-left:1px solid #ccc; padding:5px;}


a.back_btn{ background:#005785; width:80px; height:15px; padding:5px 15px; color:#fff; -moz-border-radius:4px; border-radius:4px; -web-border-radius:4px; text-decoration:none;}

.login_bg{background: #b2b2b2; /* Old browsers */
background: -moz-linear-gradient(top, #b2b2b2 0%, #dbdbdb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2b2b2), color-stop(100%,#dbdbdb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #b2b2b2 0%,#dbdbdb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #b2b2b2 0%,#dbdbdb 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #b2b2b2 0%,#dbdbdb 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2b2b2', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #b2b2b2 0%,#dbdbdb 100%); /* W3C */width:300px; padding:20px; color:#fff; -moz-border-radius:4px; border-radius:4px; -web-border-radius:4px; margin: auto; margin-top: 200px;}
.login_bg a{color: #005785}
.login_bg table td{padding: 5px;}


.small_btn{
background: #a0a6af; /* Old browsers */
background: -moz-linear-gradient(top, #a0a6af 0%, #70787f 36%, #28343b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a0a6af), color-stop(36%,#70787f), color-stop(100%,#28343b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #a0a6af 0%,#70787f 36%,#28343b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #a0a6af 0%,#70787f 36%,#28343b 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #a0a6af 0%,#70787f 36%,#28343b 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0a6af', endColorstr='#28343b',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #a0a6af 0%,#70787f 36%,#28343b 100%); /* W3C */
width: 100px; height: 15px; padding: 7px 15px;-moz-border-radius:0px 0px 4px 4px; border-radius:0px 0px 4px 4px; -web-border-radius:0px 0px 4px 4px;
color: #fff; text-decoration: none
}

.small_btn2{
background: #a0a6af; /* Old browsers */
background: -moz-linear-gradient(top, #a0a6af 0%, #70787f 36%, #28343b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a0a6af), color-stop(36%,#70787f), color-stop(100%,#28343b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #a0a6af 0%,#70787f 36%,#28343b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #a0a6af 0%,#70787f 36%,#28343b 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #a0a6af 0%,#70787f 36%,#28343b 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0a6af', endColorstr='#28343b',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #a0a6af 0%,#70787f 36%,#28343b 100%); /* W3C */
width: 100px; height: 15px; padding: 7px 15px;-moz-border-radius:0px 0px 4px 4px; border-radius:0px 0px 4px 4px; -web-border-radius:0px 0px 4px 4px;
color: #fff; text-decoration: none
}