#BannerContainer
{
overflow:hidden;
height:386px;
width:466px;
padding:0px;
margin:0px;
}
#BannerTopDiv {
		position:relative;
		left:0px;
		top:0px;
		height: 60px;
		width: 200px;
		z-index: 0;
		margin: 0px;
		text-align:right;		
		font: 12px Arial, Helvetica, sans-serif;
		font-weight:bold;
		color:#000000;
		padding-top:3px;
		float: right;
}

.TopText
{
		font: 12px Arial, Helvetica, sans-serif;
		font-weight:bold;
		color:#000000;
		padding:3px;
}

.TopText a
{
		font: 12px Arial, Helvetica, sans-serif;
		font-weight:bold;
		color:#000000;
}
#BannerTextDiv {
		width: 466px;
		padding: 0px;
		margin: 0px;		
		text-align:left;
}

#BannerDiv
{
		position:relative;
		left:0px;
		top:0px;
		padding:0px;
		margin:0px;
}

.BannerImage
{
	padding: 0px;
	margin: 0px;
	height: 386px;
	width: 466px;
	border: 0px;	
	position:relative;
	top:0px;
	left:0px;
}


/* Modal Popup Css */

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {width:745px; background-color:#fff; border:1px solid #ccc;}
#simplemodal-container a.modalCloseImg {background:url(../img/basic/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-18px; cursor:pointer;}
#simplemodal-container #ModalPopUpContent {padding:8px;}
#tooltip{
position: absolute;
width: 200px;
border: 3px solid #cccccc;
padding: 8px;
background-color: #ffffff;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

/* Table Sorter Class */
/* tables */


table.tablesorter th a {
	background-image:url(../images/icons/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	padding-right:20px;
	text-align:center;
	text-decoration:none;
}

table.tablesorter thead tr .headerSortUp a{
	background-image: url(../images/icons/asc.gif);
}
table.tablesorter thead tr .headerSortDown a{
	background-image: url(../images/icons/desc.gif);
}



