/*----- FORMS GENERAL -----*/

.paging{
	margin-bottom: 5px;
}
.paging li {
	display: inline;
}
.paging li a {
	padding: 2px 5px;
	line-height: 20px;
	border: 1px solid #f0a900;
	color: #7c7c7c;
	background: #f7bc1d;
	margin-right: 2px;
}
.paging li a:hover{
	padding: 2px 5px;
	color: #3255b2;
	border: 1px solid #264390;
	text-decoration: none;
	background: #d9ecff:
}
.paging li.first a{
	background: #fcd241 url('../images/bg_pg_first.gif') no-repeat;
	padding-left: 18px;
}

.paging li.first a:hover{
	background: #d9ecff url('../images/bg_pg_first.gif') no-repeat;
}

.paging li.pv a{
	background: #fcd241 url('../images/bg_pg_prev.gif') no-repeat;
	padding-left: 15px;
}

.paging li.pv a:hover{
	background: #d9ecff url('../images/bg_pg_prev.gif') no-repeat;
}

.paging li.next a{
	background: #fcd241 url('../images/bg_pg_next.gif') no-repeat top right;
	padding-right: 17px;
}

.paging li.next a:hover{
	background: #d9ecff url('../images/bg_pg_next.gif') no-repeat top right;
}

.paging li.last a{
	background: #fcd241 url('../images/bg_pg_last.gif') no-repeat top right;
	padding-right: 17px;
}

.paging li.last a:hover{
	background: #d9ecff url('../images/bg_pg_last.gif') no-repeat top right;
}



#content .webForm .r3 {
	margin-right: 3px;
}
#content .webForm fieldset {
	background: #fff;
	border: 1px solid #ccc;
	display: block;
	margin: 0 0 15px;
	padding: 20px 25px;
	vertical-align: top;
}
#content .webForm fieldset.login, #content .webForm fieldset.track{
	background: url('../images/bg_login.gif') no-repeat;
	border: 0;
	width: 386px;
	height: 136px;
	float: left;
	padding: 10px;
	margin: 0;
}
#content .webForm fieldset.tab{
	padding: 15px;
	margin: 0 0 10px;
}
#content .webForm .wbidsec{
	height: 41px;
	padding-top: 12px;	
}
#content .webForm fieldset.track{
	background: url('../images/bg_track.gif') no-repeat;
	height: 117px;
}
#content .webForm div.login-ct{
	float: left; 
	margin-top: 23px; 
	width: 100%;
}
 
 
#content .webForm .lbl {
	float: left; /* width: 123px; */;
	padding: 4px 0px 4px 0;
	text-align: right;
	width: 27%;
}
#content .webForm .txt, #content .webForm .txt-l {
	float: right; /* width: 360px; */;
	padding: 2px 0;
	width: 71%;
}

#content .webForm .txt-l{
	padding: 4px 0px 4px 0;
	color: #000;
	font-weight: bold;
}

#content .webForm select {
	font-family: Tahoma, arial, verdana, sans-serif;
	font-size: 1.2em;
}
#content .webForm textarea {
	font-family: Tahoma, arial, verdana, sans-serif;
	font-size: 1.2em;
}
#content .webForm input.txtbox, #content .webForm input.txtbox-small, #content .webForm input.txtbox-med {
	font-family: Tahoma, arial, verdana, sans-serif;
	font-size: 1.2em;
}
#content .webForm input.txtbox, #content .webForm input.txtbox-small, #content .webForm input.txtbox-med, #content .webForm input.txtbox-dt {
	width: 20em;
	border: 1px solid #aaa;
	padding: 2px 4px;
}
#content .webForm input.txtbox-small {
	width: 10em;
}
#content .webForm input.txtbox-med {
	width: 15em;
}
#content .webForm input.txtbox-dt{
	width: 6em;
}

#content .webForm input.txtbox:focus, #content .webForm input.txtbox-small:focus, #content .webForm input.txtbox-med:focus {
	background: #fffbc9;
	border: 1px solid #f7941d;
}
#content .webForm textarea {
	padding: 2px 4px;
	width: 20em;
}
#content .webForm p.btnSec {
	text-align: center;
}
/* For Validation */
#content .webForm .errMsg {
	color: red;
}
#content .webForm .errFld {
	border: 1px solid #aaa;
	background: #fffcd1;
	padding: 2px;
}
/* ===== TABLES ===== */
table {
	border: 0;
	margin: 0;
	padding: 0;
}
.alt1 {
	background-color: #ffffff;
}
.alt2 {
	background-color: #f2f2f2;
}
.alt3 {
	background-color: #f8fcfe;
}
.alt4 {
	background-color: #ecf9fe;
}

/* ===== TABLES ===== */

table {
	border: 0;
	margin: 0;
	padding: 0;
}
.tbl {
	border: 0;
	border-collapse: collapse;
	width: 100%;
	padding: 0;
	margin-bottom: 15px;
}
.tbl tbody td {
	border: 1px solid #a6a6a6;
	padding: 4px 5px;
	text-align: left;
}
.tbl thead th {
	border: 1px solid #a6a6a6;
	padding: 4px 5px;
	text-align: left;
	vertical-align: top;
}
.tbl tbody td.ctr {
	text-align: center;
}
.tbl tbody td.rt {
	text-align: right;
}
.tbl .ctr {
	text-align: center;
}
.tbl thead tr.alt1 {
	background: #305186;
	color: #fff;
}
.tbl thead tr.alt2 {
	background: #f7bd1d;
	color: #555;
}
.tbl tbody tr.alt1 {
	background: #ddeefa;
	color: #333;
}
.tbl tbody td.alt2 {
	background: #fff8c1;
	color: #333;
}
.tbl tbody tr.alt2 {
	background: #fff8c1;
	color: #333;
}

.tbl tbody td.half {
	width: 50%;
}
.tbl tbody td.three {
	width: 33%;
}
.tbl tbody td.b {
	font-weight: bold;
}
/* -- Login --*/
#login-wrap {
	margin: 0 auto;
	width: 380px;
	padding: 0px 0;
}
#login-wrap h3{
	font-family: arial, tahoma, verdana, sans-serif;
	font-weight: normal;
	font-size: 1.85em;
	line-height: 1.75em;
}


table.sortable {
	width: 100%;
}
.sortable {
	border: 0;
	border-collapse: collapse;
}
table.sortable thead {
	border: 1px solid #a6a6a6;
	font-weight: bold;
	padding: 2px 5px;
	text-align: left;
	vertical-align: top;
	cursor: default;
}
.sortable thead th {
	background: #305186;
	color: #fff;
	border: 1px solid #a6a6a6;
	font-weight: bold;
	padding: 4px 5px;
	text-align: left;
	vertical-align: top;
}
.sortable thead th.sorttable_nosort:hover {
	background: #f2f6fa;
}
.sortable thead th:hover {
	background: #206ce6 url('../images/bg_sortable_hover.gif') repeat-x bottom left;
}
.sortable tbody td {
	padding: 3px 8px;
	border-bottom: 1px solid #ebebeb;
	vertical-align: top;
}
.sortable tbody td.message {
	background: #fffbce;
	padding: 7px 15px;
}
.sortable tbody tr:hover {
	background: #f6f6f6;
}
.sortable tbody td img {
	float: left;
	margin-right: 5px;
}