/*COMMON CLASS*/
* {
	padding: 0;
	margin: 0;
}

html, body {
	min-width:100%;
	min-height:100%;
	background-color:#f8f8f7;
}

table {
	border-collapse:collapse;
}

.pRelative {
	position: relative;
}

.pAbsolute {
	position: absolute;
}

.pFixed {
	position: fixed;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.dInb {
	display: inline-block;
}

.dblk {
	display: block;
}

.clr {
	clear: both;
}

.cursorPointer {
	cursor:pointer;
}

.txt-center {
	text-align:center;
}

.txt-ind {
	text-indent: -9999px;
}

.txt-ellips {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

ul, li, ol, p, span, img {
	margin: 0;
	padding: 0;
}

ul, li, ol {
	list-style: none;
}

a img {
	border: 0;
	outline: none;
}

.mt10 {
	margin-top: 10px;
}

.mt5 {
	margin-top: 5px;
}

.mr10 {
	margin-right: 10px;
}

.mr5 {
	margin-right: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb5 {
	margin-bottom: 5px;
}

.ml10 {
	margin-left: 10px;
}

.ml5 {
	margin-left: 5px;
}

.mar-none {
	margin: 0 !important;
}

textarea:focus, input:focus {
	outline: 0;
}
/*COMMON CLASS ENDS*/


/*PAGE STYLES*/
.bodyContainer 
{
    background:#003664;
	height:100%;
}

.nav a {
	color: #5a5a5a;
	font-size: 11px;
	font-weight: bold;
	padding: 14px 10px;
	text-transform: uppercase;
}

.nav li {
	display: inline;
}

.listed_search li {
	display:inline;
}

.listed_search li select {
	padding:3px 5px;
	height: 30px;
	border:2px solid #AAA;
	width:80%;
}

.searchLink {
	top:17px;
	position:relative;
}
.otCheck {
	top:10px;
	position:relative;
}
.dateTxt {
	width:80%;
	padding:3px 5px;
	height: 30px;
	border:2px solid #AAA;
}

.chooseDate {
	background:url(../images/calender.png) no-repeat;
	background-size:100%;
	display: block;
	height: 28px;
	width: 28px;
	float:right;
}

.searchfieldError {
	border-color: #a94442;
	background:#fff4f8
}

.valdMsg {
	padding:5px;
	position:relative;
}

.dateError {
	top:10px;
	font:normal 11px arial;
}

/*TABLE WITH FIXED HEADER STYLE*/
.txtLabel{ font:12px arial; color:#FFF;}
.table_header thead {
	background:url(../images/tbl_header.png) repeat-x;
	height:31px;
	color:#FFF;
}

.table_header thead td {
	padding-left:5px;
}

.table_header thead td label {
	position:relative;
	top:3px;
}

.bodyScrolling {
	height: 280px;
	overflow-x: hidden;
	overflow-y: scroll;
	border-width:0px 0px 1px 1px;
	border-style:solid;
}

.bodyScrolling table {
	font:nornal 11px 'Shift', sans-serif;
	position:relative;
	left:-1px;
	top:-1px;
	border:0px solid #ccc;
}

.bodyScrolling table td {
	border:0px solid #ccc;
}

.bodyScrolling table td span.dblk {
	word-break:break-all;
	position:relative;
	padding:5px 5px;
	min-height:35px;
}

.bodyScrolling table tr.alter td {
	background:#F3F3F3;
}

.bodyScrolling table tr td {
	background:#E6E6E6;
}


/*TABLE WITH FIXED HEADER STYLE*/
.bs-callout {
	margin: 10px 0;
}



.bs-callout-info h4 {
	color: #FFF;
	font-family:arial;
}

/*FOOTER AREA*/
.footerTxt {
	font-family:'Shift', sans-serif;
	font-size:12px;
	color:#357EBD;
}
/*PAGE STYLES*/
