table.t0 {
  text-align: center;
  font-family: Verdana;
  font-weight: normal;
  font-size: 11px;
  width: 100%;
  border:solid 1px #999999 ;
  border-collapse: collapse;
  border-spacing: 0px;
}


table.t0 td.header {
  color:#555555;
  background-color: #dedede;
  font-weight:bold;
}

table.t0 td.header a {
	color: #4169e1;
	text-decoration:none;
}

table.t0 td.header a:hover {
	text-decoration:underline;
}

table.t0 td {
  text-align: center;
  border-bottom: 1px solid #bbbbbb;
  background-color: #E6E6FA;
  color: #404040;
  padding: 5px;    
}
table.t0 td.alternateRows {
  background-color: #fafafa; 
}
table.t0 td.hidden {
		display: none;
}    
table.t0 td.topandfooter {
  background-color: #eeeeee;
  padding-bottom:3px;
}
table.t0 img {
  border:none;
}

table.t0 td #boxPageNum, 
table.t0 td #galleryBoxPageNum {
  width:25px;
  height:13px;
  padding-top:0px;
  font-size:11px;
  border:solid 1px #777777;
  background:#FFF5EE;
  text-align:center;
}

table.t0 td .paginationText,
table.t0 td #gridPageCount,
table.t0 td #galleryPageCount {
  display:block;
  width:auto;
  height:auto;
  margin-left:4px;
  float:left;
}

table.t0 td #leftArrow, 
table.t0 td #rightArrow, 
table.t0 td #boxPageNum,
table.t0 td #galleryBoxPageNum {
  margin-left:4px;
  float:left;
}

table.t0 td #leftArrow {
}

table.t0 td #rightArrow {
  margin-left:8px;
}


#GallerySortOptions, #PaginationPanel {
  display:block;
  height:20px;
  /*background:#ffff00;*/
  margin-top:5px;
}
#GallerySortOptions {
  width:300px;
  float:left;
} 
#GallerySortOptions #GalleryVideoTitle,
#GallerySortOptions #GalleryVideoDate, 
#GallerySortOptions #GalleryVideoLength, 
#GallerySortOptions #GalleryVideoViews {
  color: #4169e1;
  text-decoration:none;
  font-weight:bold;
  font-size:10px;
}

#GallerySortOptions #GalleryVideoTitle:hover,
#GallerySortOptions #GalleryVideoDate:hover, 
#GallerySortOptions #GalleryVideoLength:hover,
#GallerySortOptions #GalleryVideoViews:hover {
  text-decoration:underline;
}

#GallerySortOptions #GallerySortByText {
  margin-left:10px;
  margin-right:10px;
  font-size:10px;
}

#GallerySortOptions.delimiter {
  display:block;
  width:10px;
  height:auto;
  text-align:center;
  color:#777777;
  font-size:10px;
  float:left;
}

#GallerySortOptions .floatLeft {
  float:left;
}

#PaginationPanel {
  width:200px;
  float:right;
}


.galleryCellSelected {
  border:3px solid #ffff00;
}
