/*----- FORMS GENERAL -----*/
#content .webForm{
}
#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-size: 1.2em;
}
#content .webForm textarea {
	font-size: 1.2em;
}
#content .webForm input.txtbox, #content .webForm input.txtbox-small, #content .webForm input.txtbox-med {
	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: #f1fcdf;
}
.alt3 {
	background-color: #eaf6fc;
}
.tbl thead tr.alt3 {
	background-color: #405eb6;
	color: #fff;
}
.alt4 {
	background-color: #fffcda;
}
.alt5{
	background-color: #ffe9ea;
}
.alt6{
	background-color: #fdeffe;
}
/* ===== TABLES ===== */

table {
	border: 0;
	margin: 0;
	padding: 0;
}
.tbl {
	border: 0;
	border-collapse: collapse;
	width: 100%;
	padding: 0;
	margin-bottom: 10px;
}
.tbl tbody{
	background: #fff url(../images/bg_tbl.gif) repeat-x top left !important;	
	background: #fff ;	
}
.tbl tbody td {
	border: 1px solid #a6a6a6;
	padding: 2px 6px;
	text-align: left;
}
.tbl thead th {
	border: 1px solid #a6a6a6;
	padding: 2px 6px;
	text-align: left;
	vertical-align: top;
}
.tbl thead th.mos{
	text-align: center;
	width: 29px;
}
.tbl thead th.nv{
	width: 200px;
}
.tbl thead th.specname{
	
}
.tbl thead th.grt{
	width: 120px;
	text-align: center;
}
.tbl tbody td.ctr {
	font-size: 0.9em;
	text-align: center;
}
.tbl tbody td.crt{
	padding: 7px 7px;
}
.tbl tbody td.s{
	font-size: 0.9em;
	line-height: 1.6em;
	padding: 7px 7px;
	vertical-align: top;
}
.tbl tbody td.specie b{
	font-family: arial, tahoma, verdana, sans-serif;
	font-size: 1.9em;
	line-height: 1em;
}
.tbl tbody td.pfish, .tbl tbody td.pfish-m{
	text-align: center;
	padding: 7px 0;
	vertical-align: middle;
	width: 280px;
}
.tbl tbody td.pfish-m{
	width: 242px;
}
.tbl tbody td.frt {
	text-align: right;
	padding-right: 15px;
	vertical-align: top;
}
.tbl tbody td img.fleft{
	float: left;
	margin-right: 10px;
}
.tbl tbody td.flt {
	text-align: left;
	padding-left: 15px;
}
.tbl tbody td.rt {
	text-align: right;
}
.tbl .ctr {
	text-align: center;
	vertical-align: top;
}
.tbl tbody td.fs{
	text-align: center;
	padding: 0;
	font-size: 0.9em;
}

.tbl thead tr.alt1 {
	background: #026d2f;
	color: #fff;
}
.tbl thead tr.alt2 {
	background: #f7bd1d;
	color: #333;
}
.tbl tbody tr.alt1 {
	background: #f1fcdf;
	color: #333;
}
.tbl tr.redtbl{
	background: #b3080d;
	color: #fff;
}
.tbl tr.redtbl-sub{
	background: #ffeff0;
}
.tbl tr.orangetbl{
	background: #f26522;
	color: #fff;
}
.tbl tr.orangetbl-sub{
	background: #fff3e5;
}

.tbl tr.greentbl{
	background: #00a650;
	color: #fff;
}
.tbl tr.greentbl-sub{
	background: #f2fff0;
}
.tbl tr.yellowtbl{
	background: #ffb401;
	color: #fff;
}
.tbl tr.yellowtbl-sub{
	background: #fffde9;
}
.tbl tbody td.alt2 {
	background: #f1fcdf;
	color: #333;
}
.tbl tbody tr.alt2 {
	background: #fff8c1;
	color: #333;
}

.tbl .half {
	width: 50%;
}
.tbl .qtr {
	width: 25%;
}
.tbl .qtrB {
	width: 75%;
}

.tbl .three {
	width: 33%;
}
.tbl .threeB {
	width: 67%;
}
.tbl .b {
	font-weight: bold;
}
.tbl .top{
	vertical-align: top;
}
/* -- 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;
}
