/* $Id: video.css,v 1.2.2.2 2008/09/05 00:15:21 lilstargazer Exp $ */

.selected a, .selected a:hover, a.selected, a:hover.selected
{
  color: black;
  font-weight: bold;
  text-decoration: none;
}
#search_input
{
  height: 18px;
}
.video
{
  float: left;
  width: 120px;
  height: 175px;
  margin: 0 5px;
}

.video img
{
  width: 110px;
  height: 82px;
  padding: 2px;
  border: 1px solid #aaa;
  margin-bottom: 5px;
}

.video a:hover img, .videoListItem .vid_thumbnail a:hover img
{
  border: 1px solid #0000ff;
  background: #0000ff;
}

.video .mini
{
  margin-top: 5px;
}
.videoBox h1
{
  margin: 0 0 10px;
  font-size: 19px;
}
#pageRight .video_right_box h2
{
  font-size: 15px;
  margin: 0 0 10px;
}

/* View Video Page */
.videoTools
{
  padding: 0px 0px 10px 0px;
}
.videoTools ul
{
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.videoTools li
{
  display: inline;
  margin: 10px 10px 0px;
}
.videoTools li img
{
  position: relative;
  top: 5px;
}
.videoTools li a
{
  text-decoration: none;
}

/*Video View Page Right Nav */
.videoListItem
{
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.videoListItem.last
{
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.videoListItem .vid_thumbnail, .videoListItem .vid_info
{
  float: left;
}
.videoListItem .vid_info
{
  width: 175px;
}
.videoListItem .vid_thumbnail img
{
  width: 90px;
  padding: 2px;
  border: 1px solid #aaa;
  margin-right: 10px;
}

.videoListItem .vid_info .vid_duration
{
  padding: 5px 0px;
}

/* Add To My Video Page */
#videoAddList
{
  float: left;
  width: 140px;
  height: 410px;
  border-right: 1px solid #aaa;
  margin: 10px 10px 10px 0;
  overflow: auto;
  text-align: center;
  padding: 10px 10px 10px 0;
}

#videoAddList .video
{
  height: auto;
  margin-bottom: 15px;
  margin-left; 0;
}

#videoAddView
{
  float: left;
  width: 335px;
  height: 300px;
  margin: 10px 0 10px 15px;
}

#videoAddView #videoTitle
{
  text-align: center;
  margin: 30px 0;
  font-size: 14px;
  font-weight: bold;
}

#videoAddView #videoAddBtn
{
  text-align: center;
  margin-top: 40px;
}

#videoAddView #videoAdded
{
  text-align: center;
}

/* Share Page */
#findFriend input
{
  width: 300px;
  color: #666;
  height: 18px;
}
#shareNav ul
{
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  width: 100%;
}

#shareNav li
{
  float: left;
  width: 100px;
  height: 20px;
  text-align: center;
  font-size: 11px;
  line-height: 20px;
  border: 2px solid transparent;
  border-bottom: 0;
}

#shareNav li.selected
{
  border: 2px solid #c9c9c9;
  border-bottom: 0;
  background: white;
}

#shareNav li a, #shareNav li.selected a:hover
{
  text-decoration: none;
}

#shareNav li a:hover
{
  text-decoration: underline;
}

#shareSelectedNum
{
  font-weight: bold;
}
#shareUsers, #shareEmail
{
  border: 2px solid #c9c9c9;
  overflow: auto;
  height: 380px;
  background: white;
  padding: 5px;
  margin: 0;
  clear: both !important;
}

#shareUsers .user
{
  float: left;
  width: 100px;
  height: 100px;
  margin: 7px;
  overflow-x: hidden;
  border: 1px solid #fff;
  text-align: center;
  cursor: pointer;
  padding: 5px;
}

#shareUsers .user_selected
{
  float: left;
  width: 100px;
  height: 100px;
  margin: 7px;
  overflow-x: hidden;
  border: 1px solid #aaa;
  background: #fff999;
  text-align: center;
  cursor: pointer;
  padding: 5px;
}

#shareUsers .user img, #shareUsers .user_selected img
{
  max-height: 85px;
}

#shareUsers .user:hover
{
  border: 1px solid #aaa;
  background: #eaedf3;
}

#search_input
{
  height: 18px;
}

.import_email
{
  background: #ffffff;
  position: absolute;
  left: 30%;
  top: 40%;
  height: auto;
  width: 550px;
  border: 1px solid #000;
  z-index: 2005;
  padding: 10px;
  clear:both;
}
.fadeBackground
{
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.2;
  opacity: .20;
  filter: alpha(opacity=20);
}

/* Insert LInk*/
#insertForm
{
  padding: 20px;
  border: 1px solid #ccc;
  background: #EAEDF3;
  width: 480px;
  margin-top: 10px;
  text-align: center;
}

#insertForm select
{
  font-size: 13px;
  height: 22px;
}

#insertForm .button
{
  padding: 1px 9px 3px 8px;
}

