﻿html, body, form
{
	padding: 0px 0px 0px 0px;
	margin:0px;
	height: 100%;
    width: 100%;
}

.MasterPageLeftBar
{
	width: 25px;
}

input.btn_Edit
{
	color: #000000;
	font-family: 'trebuchet ms' ,helvetica,sans-serif;
	font-size: x-small;
}

input.btn_Delete
{
	color: #993300;
	font-family: 'trebuchet ms' ,helvetica,sans-serif;
	font-size: x-small;
}

input.btn_Add
{
	color: #000000;
	font-family: 'trebuchet ms' ,helvetica,sans-serif;
	font-size: x-small;
}

input.btn_Save
{
	color: #000000;
	font-family: 'trebuchet ms' ,helvetica,sans-serif;
	font-size: x-small;
}

input.btn_Cancel
{
	color: #000000;
	font-family: 'trebuchet ms' ,helvetica,sans-serif;
	font-size: x-small;
}

input.btn_Search
{
	color: #000000;
	font-family: 'trebuchet ms' ,helvetica,sans-serif;
	font-size: x-small;
}

.HeaderText
{
	font-weight: bolder;
	font-size: 15px;
	color: #3366cc;
	font-family: Verdana;
}

.GeneralInput
{
	font-size: 0.8em;
	color: #000099;
	font-family: Verdana;
}

.GeneralText
{
	font-size: 9.5pt;
	color: #284775;
	font-family: Verdana;
}

.ErrorText
{
	font-size: 9.5pt;
	color: #ff6666;
	font-family: Verdana;
}

.URLText
{
	font-size: 9.5pt;
	color: #0033cc;
	font-family: Verdana;
	cursor: hand;
}

.ValidateText
{
	font-size: 9.5pt;
	color: #993300;
	font-family: Verdana;
}

.FieldLabel
{
	font-size: 9.5pt;
	color: #284775;
	font-weight: bold;
	font-family: Verdana;
}

.GridText
{
	font-size: 7.5pt;
	color: #284775;
	font-family: Verdana;
}

.header
{
	background-image: url("../../images/header2.jpg");
	width:100%;
	background-repeat:repeat-x;
	height: 70px;
	text-align: center;
}

.headerBackground
{
	padding-left:4px;
	background-image: url('../../images/header3.jpg');
	background-repeat: repeat-x;
	height: 24px;
	padding-right: 1px;
}

.centerBackground
{
	border-left: solid 4px #1a5da4;
	background-color: #e1e5e8;
	height: 88%;
	background-image: url('../../templates/menu/PanelBar/Skins/Menu/img/bgline2.gif') !important;
}

.centerBackground2
{
	/*width:759px;*/
	width: 79%;
	height: 85%;
	border-right: solid 4px #1a5da4;
}

.ContentTable
{
	height: 100%;
}

.HeaderLine1
{
	background-image: url('../../images/header4.jpg');
	background-repeat: repeat;
	height: 6px;
}

.HeaderLine2
{
	width: 100%;
	background-image: url('../../images/header5.jpg');
	background-repeat: repeat;
	height: 5px;
}

.HeaderLine3
{
	width: 100%;
	background-image: url('../../images/header8.jpg');
	background-repeat: repeat-x;
	height: 5px;
	padding-bottom: 6px;
	background-color: #e1e5e8
}

.HeaderRightLine
{
	background-image: url('../../images/header7.jpg');
	background-repeat: repeat;
	width: 13px;
}

.multiPage
{
	border-top: solid 6px #e1e5e8;
	border-left: solid 6px #e1e5e8;
	background-color: White;
	height: 99%;
	/*height: 98%;
	background-image: url('../../templates/menu/PanelBar/Skins/Menu/img/corner_bottom.gif');*/
	background-image: url('../../templates/menu/PanelBar/Skins/Menu/img/bgline.gif') !important;
	background-position: left bottom;
	background-repeat: no-repeat;
}

.PanelbarBG
{
	background-image: url('../../templates/menu/PanelBar/Skins/Menu/img/bgline.gif') !important;
	background-position: bottom;
	/*height: 94%;*/
	height: 100%;
}

/*start css hack block*/

*:first-child+html html* {} .headerAssignDup
{
	top: -16px;
	position: relative;
}

.tableAssignDup
{
	font-size: 7.5pt;
	color: #284775;
	font-family: Verdana;
}

html>/**/body .tableAssignDup tbody
{
	overflow: auto;
	height: 300px;
	overflow-x: hidden;
}

*:first-child+html html* {} .tableContainer
{
	height: 300px;
	overflow: auto;
	width: expression((document.getElementById(tableId) == null)? "348px" : document.getElementById(tableId).clientWidth+17 );
	overflow-x: hidden;
}

html>/**/body .tableContainer
{
	width: auto;
	overflow: visible;
	height: auto;
}

html>/**/body .ValidateTextSpacer
{
	padding-left: 15px;
}

/*end css hack block*/

.headerDailyHireReport
{
	color: #FFFFFF;
}

.rowStyleDailyHireReport
{
	color: #333333;
}

.alternatingRowStyleDailyHireReport
{
	color: #284775;
}

.tableStyleDailyHireReport
{
	font-size: 7.5pt;
	color: #284775;
	font-family: Verdana;
	width: 800px;
	border: 0px;
}

@media print
{
	.headerDailyHireReport, .headerDailyHireReport th
	{
		color: #000000;
		border: 1px solid #000000;
	}
	
	.rowStyleDailyHireReport, .rowStyleDailyHireReport td
	{
		color: #000000;
		border: 1px solid #000000;
	}
	
	.alternatingRowStyleDailyHireReport, .alternatingRowStyleDailyHireReport td
	{
		color: #000000;
		border: 1px solid #000000;
	}
	
	.tableStyleDailyHireReport
	{
		font-size: 7.5pt;
		color: #000000;
		font-family: Verdana;
		width: 600px;
		border: 1px solid #000000;
		margin-left: 1px;
	}
}

.PlaceHolderStyle
{
	padding-left: 23px;
	vertical-align: top;
	text-align: left;
	height: 100%;
}

.grdTable
{
	border-color: gainsboro;
	display: inline-block;
}

.pageViewUserStyle
{
	font-size: 9.5pt;
	color: #284775;
	font-family: Verdana;
	height: auto !important;
}

.contactUsPageStyle
{
	font-family: Verdana;
	font-size: 11pt;
	color: #0070c0;
	text-align: center;
	border: solid 2px #0070c0;
	width: 350px;
}

.footerStyle
{
	border-left: solid 4px #1a5da4;
	border-right: solid 4px #1a5da4;
	border-bottom: solid 8px #1a5da4;
	/*border-top: lightgrey thin dotted;*/
	font-size: 9pt;
	color: gray;
	font-family: arial;
	height: 23px;
	min-height: 23px;
	background-color: #f9f9f9;
	text-align: center;
}

.WaitMessage
{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
 	cursor:wait;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: solid 1px #000000;/*#000000*/
	background-color: #ffffe1;
	padding: 2px;
	opacity: 1;
	margin-top: -5px;
	margin-bottom: -5px;
}
#tooltip h3 {
   font-family: 	sans-serif;
   font-size:		11px;
   font-weight:normal;
   margin-top: 0px;
   margin-bottom : -1px;
}
#tooltip div {
}

.tdlink 
{
	cursor:pointer;
	cursor:hand;
}

.tdlink span
{
	cursor:pointer;
	cursor:hand;
}

.ssnWindow
{
	width: 178px;
	height: 170px;
	position: absolute;
	background: #FFFFFF;
	margin-top: -70px;
	margin-left: 20px;
}

/*
Styles for table in pop up window on DHL page
*/

table.regtab
{
    font-family: arial;
    font-size: 13px;	
    margin-left:30px;
    color: #676767;
    border-collapse: collapse;
    padding: 5px;
    border: 2px solid #C7D9DF;
    margin-bottom:20px;
    margin-right:5px;
}
td.color_td, tr.color_tr
{
    background-color:#EDF3FF;	
}
table.regtab td
{
    vertical-align: top;
    border: 1px solid #C7D9DF;	
}

/*
End styles for table in pop up window on DHL page
*/