/* ----------------------------------------------------- */
/* ------------------- defaults.aspx ------------------- */
/* ----------------------------------------------------- */

/*
  PhotoRoom default.aspx styles
  Body
*/
.PhotoRoomBody {
  background-color: #F8F8F8;
}

/*
  PhotoRoom default.aspx styles
  Album list
*/
.PhotoRoomAlbumList {
  padding-right: 0px;
  padding-left: 0px;
  font-size: x-small;
  padding-bottom: 0px;
  margin: 0px;
  padding-top: 0px;
  font-family: arial;
  background-color: #F0F0F0;
}

/*
  PhotoRoom default.aspx styles
  Album list items
*/
A.PhotoRoomAlbumListItem:link {
  font-family: arial;
  color: #6080A0;
  font-size: x-small;
}
A.PhotoRoomAlbumListItem:active {
  font-family: arial;
  color: #6080A0;
  font-size: x-small;
}
A.PhotoRoomAlbumListItem:hover {
  font-size: x-small;
  color: #6080A0;
  font-family: arial;
}
A.PhotoRoomAlbumListItem:visited {
  font-family: arial;
  color: #6080A0;
  font-size: x-small;
}

/*
  PhotoRoom default.aspx styles
  Album List Title
*/
.PhotoRoomAlbumListTitle {
  font-weight: bold;
  font-size: small;
  color: white;
  font-family: arial;
  background-color: #6080A0;
  width: 160px;
}

/*
  PhotoRoom default.aspx styles
  Album Title
*/
.PhotoRoomAlbumName {
  padding-right: 10px;
  margin-left: 10px;
  font-family: arial;
  font-weight: bold;
  color: #6080A0;
  background-color: #F0F0F0
}

/*
  PhotoRoom default.aspx styles
  Slideshow link
*/
.PhotoRoomAlbumSlideShowLink {
  font-family: arial;
  color: #6080A0;
  font-size: x-small;
}
A.PhotoRoomAlbumSlideShowLink:link {
  font-family: arial;
  color: #6080A0;
  font-size: x-small;
}
A.PhotoRoomAlbumSlideShowLink:active {
  font-family: arial;
  color: #6080A0;
  font-size: x-small;
}
A.PhotoRoomAlbumSlideShowLink:hover {
  font-family: arial;
  color: #6080A0;
  font-size: x-small;
}
A.PhotoRoomAlbumSlideShowLink:visited {
  font-family: arial;
  color: #6080A0;
  font-size: x-small;
}

/*
  PhotoRoom default.aspx styles
  Album 
*/
.PhotoRoomAlbum {
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
}

/*
  PhotoRoom default.aspx styles
  Navigation (Prev/Next) Links
*/
.PhotoRoomAlbumNavLink {
  font-family: arial;
  color: #6080A0;
  font-size: x-small;
}
A.PhotoRoomAlbumNavLink:link {
  font-family: arial;
  color: #6080A0;
  font-size: small;
}
A.PhotoRoomAlbumNavLink:active {
  font-family: arial;
  color: #6080A0;
  font-size: small;
}
A.PhotoRoomAlbumNavLink:hover {
  font-family: arial;
  color: #6080A0;
  font-size: small;
}
A.PhotoRoomAlbumNavLink:visited {
  font-family: arial;
  color: #6080A0;
  font-size: small;
}

/* ----------------------------------------------------- */
/* -------------------- tricks.aspx -------------------- */
/* ----------------------------------------------------- */

/*
  PhotoRoom tricks.aspx styles
  Body
*/
.PhotoRoomTricksBody {
  background-color: #F0F0F0;
}

/*
  PhotoRoom tricks.aspx styles
  TableCell for the tricks picture
*/
.PhotoRoomTricksTableCell {
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
}
/*
  PhotoRoom tricks.aspx styles
  Picture
*/
.PhotoRoomTricksPicture {
  border-right: #000000 4px solid;
  border-top: #000000 4px solid;
  border-left: #000000 4px solid;
  border-bottom: #000000 4px solid;
}


/* ----------------------------------------------------- */
/* ------------------ slideshow.aspx ------------------- */
/* ----------------------------------------------------- */                     

/*
  PhotoRoom slideshow.aspx styles
  Body
*/
.PhotoRoomSlideShowBody {
  background: #F0F0F0;
  color: #6080A0;
}
/*
  PhotoRoom slideshow.aspx styles
  Album Name
*/
.PhotoRoomSlideShowAlbumName {
  font-weight: bold;
  font-size: medium;
  color: #6080A0;
  font-family: arial;
}
/*
  PhotoRoom slideshow.aspx styles
  ToolBar
*/
.PhotoRoomSlideShowToolBar {
  background-color: silver;
}
