/*Following class is used to change  text color of hyperlink text. E.g. Task list links */
a {
	color: #003366;
	text-decoration: underline;
}

/*Following class is used to change  text color of hyperlink text when mouse pointer is moved over the text. E.g. Task list links*/
a:hover {
	color: #990000;
	text-decoration: none;
}

/*Following class is used tochange background color and text color of Table Headers */
.grdHead {
	font: normal 11px "Tahoma";
	color: #000000;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #B2B2B2;
	border-left: 1px solid #B2B2B2;
	border-top: 1px solid #B2B2B2;
	text-align: center;
	padding: 4px 3px 4px 3px;
	background: #f7f7f7 url(images/bg_header.jpg) no-repeat;
}

/*Following class is used to change background color and text color of Table Headers with merged cells. E.g. tables in Dashboard, Shipment Status screen*/
.grdHeadCustomized {
	font: normal 11px "Tahoma";
	color: #000000;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #B2B2B2;
	border-left: 1px solid #B2B2B2;
	text-align: center;
	padding: 2px 1px 2px 1px;
	background: #f7f7f7 url("images/bg_header.jpg") no-repeat;
}

/*Following class is used to change background color and text color of (Rateline) table header in Weight/Volume & Other Charges panel of Execution tab.r*/
.paneltableheader {
	background: #CCCCCC;
	color: #000000;
	font: Bold 10px "ArialBold";
	margin-top:0;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	padding:0;
}

/*Following classes are used to change background color of Search Screens. E.g. Job Enquiry, Shipment Status etc. */
.borderall {
	border-bottom: 1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	border-top: 1px #CCCCCC solid;
	PADDING-RIGHT: 3px;
	PADDING-LEFT: 3px;
	PADDING-BOTTOM: 3px;
	PADDING-TOP: 3px;
	background: #F7F7F7;
	text-align: center;
}
.panelSearch {
	width: 100%;
	border: 1px solid #CCCCCC;
	background: #F7F7F7;
	PADDING-RIGHT: 4px;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 8px;
	PADDING-TOP: 8px;
}
.borderthreeforsearchpanel {
	border-bottom: 1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	background: #F7F7F7;
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 12px;
	PADDING-TOP: 12px;
}
.bordertab {
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	border-top: 1px #CCCCCC solid;
	PADDING-RIGHT: 6px;
	PADDING-LEFT: 6px;
	PADDING-BOTTOM: 3px;
	PADDING-TOP: 3px;
	background: #F7F7F7;
	text-align: center;
	font-weight: bold
}

/*Following class is used to change background color of all  Screens other than Search screens. E.g. Job Management screens*/
.panelborder {
	border-bottom: 1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	background: #F7F7F7;
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 12px;
	PADDING-TOP: 6px;
}
.borderleft {
	font: normal 5px "Tahoma";
	border-left: 1px #CCCCCC solid;
	background: #F7F7F7;
}
.borderright {
	border-right: 1px #CCCCCC solid;
	background: #F7F7F7;
}
.borderthree {
	border-bottom: 1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	background: #F7F7F7;
	PADDING-RIGHT: 3px;
	PADDING-LEFT: 3px;
	PADDING-BOTTOM: 3px;
	PADDING-TOP: 3px;
}
.pagetabbottomline {
	border-bottom: none;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	background: url(images/tab/tabbottomline.jpg) repeat-x;
}

/*Following classes are used to change background color and text color of main Menu Bar. E.g. Menu bar containing Sales, Operations, Admin menu items */
.menuBg{
	background: url(images/calhome/blue_gradient.gif); repeat-x;
}
.lblTopMenuLabel{
    color:#FFFFFF;
}
