.table{
	border-width:1px;
	border-style:solid;
	border-color:#4b4b4b;
	background-color:#ffffff;
	margin-top:5px;
}

.td
{
	border-bottom:1px solid #dfdfdf;
	padding:5px;
}

.td_footer
{
	border-bottom:1px solid #dfdfdf;
	padding:8px;
}

.td_border
{
	border-bottom:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
	padding:5px;
}

.td_header {
	color:#FFFFFF;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
	height:26px;
	border-bottom:1px solid #4b4b4b;
	text-decoration:none;
	background-color:#4b4b4b;
}

.td_message{
	color:#666666;
	padding-bottom:5px;
}

.title 
{
	font-size:15px;
	color:#009ee0; 
	padding-bottom:7px;
}

button, input.button {
	width:auto !important;  
	border:1px solid #bfbfbf; 
	border-right-color:#908d8d; 
	border-bottom-color:#908d8d; 
	padding:1px .5em; 
	background:url(../images/button.gif) left center repeat-x; 
	color:#000;
}
button:active, input.button:active {
	border:1px solid #908d8d; 
	border-right-color:#afafaf; 
	border-bottom-color:#afafaf;
}
button:hover, input.button:hover {
	cursor:pointer;
	background:url(../images/button_on.gif) left center repeat-x;
}

.hidden {
   display: none;
}

.message{
	color:#666666;
}

.textbox_error{
	border:1px solid #CC0000;
	font-size:13px;
	padding:2px;
}

.textbox{
	border:1px solid #aeaeae;
	font-size:13px;
	padding:2px;
}

.error{
	color:#CC0000;
}

.success{
	color:#33CC00;
}

.bannerGallery { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
}
.bannerImageContainer{ 
	float: left; 
	text-align: center; 
	cursor:move; 
	margin: 6px; 
}
.bannerGalleryPlaceHolder{
	height: 96px;
	width: 96px;
	margin: 6px; 
	float: left; 
	text-align: center;
	background-color: #eeeeee;
	border: 2px solid #4b4b4b;
}

#displayBannerImageContainer{
	width:875px;
	height:205px;
	overflow:hidden;
}

ul.displayBannerButtons {
	clear: both;
    list-style-type: none;
    position: relative;
}

ul.displayBannerButtons li {
	position: relative;
    z-index: 200;
    float: left;
    color: #eee;
    background: #222;
    text-align: center;
    margin: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 3px solid #111;
	height: 14px;
	width: 14px;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}

ul.displayBannerButtons li:hover {
	cursor:pointer;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

ul.displayBannerButtons div.ahover {
    background: #FFFFFF;
    padding: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #FFFFFF;
	position: absolute;
}