/* Global Top background */

#jdp-main-container {
	background: none;
}
.jdp-banner {
	background: url(../../images/bg_global_top_banner_blue_IE.jpg) no-repeat left top;
}
/* Global Nav Separator*/

#jdp-header-inner .global-nav ul li {
	background:url(../../images/global_menu_separator_blue_ie.gif) right no-repeat;
	padding:0 0 0 30px;
}
#jdp-header-inner .global-nav ul li a {
	padding:0 30px 0 0;
}
#jdp-header-inner .global-nav ul li a:hover {
	text-decoration:underline;
	padding:0 30px 0 0;
}

/*  Messages: Error, Success */

.jdp-messages.success {
	background:#EDF5E9 url(../../images/check32.gif) no-repeat 1em center ;
}
.jdp-messages.fail { 
	background:#FEF8F6 url(../../images/error32.gif) no-repeat 1em center ;
}

/* Agencies Logos Default Page */
.agencies-boxes li {
	margin:1px;
}
/* Carousel Default Page */
.news-carousel {
	padding:16px;
}
/* Checkboxes */
.checkbox-wrapper input {
	display:inline;
	clear:none;
	margin:0;
	padding:0;
	background:none;
	border:none
}
.checkbox-wrapper label {
	display:inline;
	vertical-align:top;
	text-align:left;
}

.jdp-data-table .checkbox-wrapper,
.jdp-data-table input,
#dAttachments input
{ float:none; padding:0; margin:0; border:none; line-height:normal;}
.jdp-data-table .checkbox-wrapper input { border:none; background:none; padding:0; margin:0;line-height:normal;}



/*
Tabs - additional IE specific bug fixes

*/
.tabs-nav { /* auto clear */
	display: inline-block;
}
.tabs-nav .tabs-disabled {
	position: relative; /* fixes opacity */
	filter: alpha(opacity=40);
}
.tabs-nav .tabs-disabled a span {
	_height: 19px; /* for some reason the height is 1px to less with opacity... */
	min-height: 19px; /* ...in both IE 6 and 7 */
}
.tabs-nav a:link .tabs-nav a:active, .tabs-nav a:visited, .tabs-nav a:hover, {
color: #333;
}
