/* to remove icons from homepage dropdown menu */
td.t_iconcol { display: none; } 
/* to force align top - defaulted to middle */ 
td.CellStyleB { vertical-align: top; }
/* indent menu text from left */
tr.menubar > td {padding-left: 10px;}
/* remove 10px left and right default padding from shaded box */
.shadedbox { padding: 10px 0px}
/* remove left col in dropdown menu */
td.t_indentcol {display: none;}
/* correct help navigation text padding */
td.subnav {padding-left: 10px}
/* remove bottom and left shadow on IE */
table.t {filter:none}


/* Grid items - gets round difficulties more efficiently than theme editor */
table#EventGrid, table#ArticleGrid {
border: none;
}
td.Gridheader, tr.GridItemRow td, tr.altGridItemRow td {
border: 1px solid #505050;
border-collapse: collapse;
}
tr.GridItemRow td td, tr.altGridItemRow td td {
border: none;
}
tr.header1 td {
color: #FFF;
padding-left: 10px;
border: 1px solid #505050;
}
/* Padding on recordings */
table.topseparator tr.GridItemRow td, table.topseparator tr.altGridItemRow td {
padding: 3px;
}
/* Calendar tooltip */
div#tipDiv {
background-color: #A9A9A9;
border: 1px solid #181717;
width: auto;
}

#slider {
   width: 900px; /* important to be same as image width */
   height: 178px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#sliderContent {
   width: 900px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
   padding: 0px;
}

.sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 20px/25px Verdana, Arial, Helvetica, sans-serif;
   padding: 10px;
   width: 900px;
   background-color: #000;
   filter: alpha(opacity=60); /* here you can set the opacity of box with text */
   -moz-opacity: 0.6; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.6; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   }

.clear {
   clear: both;
} 
.sliderImage span strong {
    font-size: 30px;
    font-weight: bold;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
.leftup {
	bottom: 0;
    left: 0;
	width: 225px !important;
	height: 178px;
}
.leftdown {
	top: 0;
    left: 0;
	width: 150px !important;
	height: 178px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 178px;
}