.custom #banner {
    background-image: url(../images/banner.png);
}

/* customize table layout */
.custom .x-data th {
	text-align: left;
}
	.custom .x-data th.center {
		text-align: center;
	}
.custom .intraday,
.custom .moreinfo{
	padding: .5em;
}

.custom .doc{
    padding: 0 .5em;
}

.custom .ticker {
	color:#326B97;
	font-weight:bold;
}

.custom table.tabhead {
    padding: 0;
    margin-bottom: 0;
    margin-top: 1em;
}

	.custom table.tabhead td {
	    border: 1px solid #ffffff;
	    padding: 0;
	}
	
	.custom table.tabhead a, .custom table.tabhead a:active, .custom table.tabhead a:visited {
	    color: #005596;
	    text-decoration: none;
	}
	
	.custom table.tabhead a:hover {
	    text-decoration: inherit;
	}
	
	.custom table.tabhead .tab-mn-lt {
	    padding-left: 6px;
	    zoom: 1
	}
	
	.custom table.tabhead .tab-tl-lt {
	    background: transparent url('/global-img/panel/light-border.jpg') no-repeat 0 0;
	    padding-left: 4px;
	    zoom: 1;
	    border-bottom: 1px solid #99bbe8;
	    height: 30px;
	}
	
	.custom table.tabhead .tab-tr-lt {
	    background: transparent url('/global-img/panel/light-border.jpg') no-repeat right 0;
	    zoom: 1;
	    padding-right: 2px;
	    height: 30px;
	}
	
	.custom table.tabhead .tab-tc-lt {
	    background: transparent url('/global-img/panel/light-center.jpg') repeat-x 0 0;
	    overflow: hidden;
	    height: 30px;
	}
	
	.custom table.tabhead .tab-header-lt {
	    padding: .6em .2em 0 .2em;
	    font: bold 11px Arial;;
	    color: #326b97;
	}
	
	.custom table.tabhead .tab-tl-dk {
	    background: transparent url('/global-img/panel/dark-border.jpg') no-repeat 0 0;
	    padding-left: 4px;
	    zoom: 1;
	    border-bottom: 1px solid #99bbe8;
	    height: 30px;
	}
	
	.custom table.tabhead .tab-tr-dk {
	    background: transparent url('/global-img/panel/dark-border.jpg') no-repeat right 0;
	    zoom: 1;
	    padding-right: 2px;
	    height: 30px;
	}
	
	.custom table.tabhead .tab-tc-dk {
	    background: transparent url('/global-img/panel/dark-center.jpg') repeat-x 0 0;
	    overflow: hidden;
	    height: 30px;
	}
	
	.custom table.tabhead .tab-header-dk {
	    padding: .6em 0 0 0;
	    font: bold 11px Arial;
	}
	
.custom .x-check-group-alt{
	padding-bottom: 0;
}
.custom #installation-error {
    width: 320px;
    height: 15px;
    margin-top: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 2em;
    font: bold 11px Tahoma;
    color: #cc0000;
    background: no-repeat left url('/global-img/icons/silk/exclamation.png');
    margin-left: 1em;
}

.custom #installation-error a, .custom #installation-error a:active, .custom #installation-error a:visited {
    color: #ff0000;
}

.custom #installation-error a:hover {
    text-decoration: none;
}

.custom #notice-text {
	margin: 1em;
}
