﻿/*----- FORMS GENERAL -----*/
#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;
	border: 1px solid #7f9db9;
}
#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 #7f9db9;
	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: 25px;
}
.tbl tbody td {
	border: 1px solid #a6a6a6;
	padding: 5px 7px;
	text-align: left;
}
.tbl thead th {
	border: 1px solid #a6a6a6;
	padding: 6px 10px;
	text-align: left;
	vertical-align: top;
	background: #c7c4e4;
}
.tbl thead th.y{
	background: #ffc600;
}
.tbl thead th.bl{
	background: #7f9db9;
}
.tbl tbody th {
	border: 1px solid #a6a6a6;
	padding: 6px 10px;
	text-align: left;
	background: #ececf8;
	font-weight: normal;
}
.tbl tbody th.y{
	background: #fef7db;
}
.tbl .ctr{
	text-align: center;
}
.tbl .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;
}