@import url("/base.css");

/*** PEP 8.5 Stylesheet for DHL ***/

.header {
}

.rightColumn {
  float: right !important;
  width: 0%  !important;
  background: white url(images/bg_yellow2.png) repeat-x  !important;
  border-left:1px solid black  !important;
  height: 100%  !important;
  background-color : white  !important;
}

.footer {
  	background-color : #fbce00  !important; 
  	padding-top: 0.5em  !important;
  	padding-bottom: 0.5em  !important;
}

.footNotes {
  	color : white;
  	font-style : italic;
		
}

/************************************************************** MAIN MENU *******************************************************************/

.header {
	background-image: url(/custom/contract60/dhlbannermid.jpg) !important;
	height : 75px !important;
}

.headerLogo {
	background-image: none !important;
	  background-color : transparent !important;	
}

.headerSecondaryLogo {
	background-image: none !important;
	  background-color : transparent !important;	
}

.menu {
	border-bottom:1px none #2763A5  !important;
	background-color : #c00900 !important;
}

.menu table tr, .menu table { 
	background-color: transparent  !important;
}

.menu td { 
	background-color: transparent  !important;
	text-align:center  !important;
	color: white  !important;
}

.menu td a:link {
	text-decoration : none !important;
	color: white !important;
}

.menu td a:link:hover{
	text-decoration : none !important;
	color: white !important;
}

.content {
  border-top : 4px white solid !important;	
}

/************************************************************** TABLES*******************************************************************/

.datatable td {
  	color : #404040  !important;
}

.datatable th {
	font-size: 0.9em !important;
	color: white  !important;
	background-color: #cc0000  !important;
	text-align: center;
	height:20px  !important;
	border : 0px none !important;
	border-left : 2px solid white  !important;
}

/************************************************************ INPUTS **************************************************************/

  .submitButton {
	font-size: 0.65em  !important;
  	border : 1px solid #840000  !important;
  	color : white  !important;
	background-color : #cc0000  !important;
	height : 22px  !important;
	cursor : pointer  !important;
	background-image : none !important;
  }
 
  .leftColumn .submitButton {
	font-size: 0.65em  !important;
  	border : 1px solid #840000  !important;
  	color : white  !important;
	background-color : #cc0000  !important;
	height : 22px  !important;
	cursor : pointer  !important;
	margin-right: 5px  !important;
	background-image : none !important;
  }

  .leftColumn .submitButton:hover{
	color:white  !important;
	border : 1px solid black !important;
	cursor:pointer  !important;
	background-image : none !important;
  }
 
.button {
	font-size: 0.65em  !important;
  	border : 1px solid #840000  !important;
  	color : white !important;
	background-color : #cc0000 !important;
	height : 22px !important;
	cursor : pointer !important;
	margin: 1px !important;
	background-image : none !important;
}
 
 .button_important {
	font-size: 0.65em !important;
  	border : 1px solid #840000  !important;
  	color : white !important;
	background-color : #cc0000 !important;
	height : 22px !important;
	cursor : pointer !important;
	background-image : none !important;
 }
 
 .button:hover, .button_important:hover, .submitButton:hover{
	color:white !important;
	background-color : #cc0000 !important;
	border : 3px solid #840000 !important;
	cursor:pointer !important;
 	background-image : none !important;
 }
 
 .submitButton:hover {
	border : 3px solid #840000 !important;
    cursor:pointer !important; 
 	background-image : none !important;
 }

/************************************************************ LINKS **************************************************************/
 
a:link{
	text-decoration : none !important;
	color: black !important;
}

a:visited {
	text-decoration : none !important;
}

a:hover{
	text-decoration : underline !important;
	cursor: pointer !important;
  	color: #cc0000 !important;
}
 
/**************************************************** PAGE NAVIGATION, TITLES ************************************************/

.pageHeadingTitle {
	color: black !important;
	text-transform : uppercase !important;	
}

.pageNavLink {
	color: black !important;
	text-decoration:none !important;
}

.pageTitle {
	color: black !important;
	text-transform : uppercase !important;	
}

.pageNumbersBackLink {
	color: black !important;;
}

.pageNumbersWrapper {
	color: black !important;;
}

.pageNumbersNextLink {
	color: black !important;;
}

