﻿.navBar
{
	width: 850px;
	margin: 0px auto;
	background-color: #dfe7fe;
	height: 55px;
	border-bottom: 0px solid #d4d8fb;
	margin-bottom: 0px;
	position: relative;
}

.navBar .logoDiv
{
	color: #72728c;
	font-size: 30pt;
	font-weight: bolder;
	position: absolute;
	left: 20px;
	margin-top: 10px;
}

.navBar .navBarRight
{
}

/* Main Tabs */

.mainTabDiv
{
	display: block;
	width: 850px;
	margin: 0px auto;
	height: 25px;
}

.mainTabDiv ul
{
	list-style-type: none;
}

.mainTabDiv ul li
{
	list-style-type: none;
	float: left;
	margin-left: 4px;
	background-color: White;
	text-align: center;
	height: 24px;
	width: 60px;
	font-size: 11pt;
	border-top: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
}

.mainTabDiv ul li a
{
	font-size: 11pt;
}

.mainTabDiv .pTab
{
	margin-left: 4px;
	background-color: White;
	width: 90px;
	padding: 7px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-size: 10pt;
	border: 1px solid #d3d3d3;
}

.mainTabDiv .pTab:hover
{
	background-color: #d5d9fe;
	text-decoration: none;
}

.mainTabDiv .pTabSelected
{
	margin-left: 9px;
	text-align: center;
	background-color: #d5d9fe;
	width: 90px;
	padding: 7px;
	padding-bottom: 3px;
	padding-top: 3px;
	border: 1px solid #d3d3d3;
}

.mainTabDiv .pTabSelected:hover
{
	text-decoration: none;
}

/* Last Browsed Menu */

.lastbrwsd
{
	font-size: 8pt;
	z-index: 1000;
	display: none;
	position: absolute;
	background-color: White;
	padding: 5px;
	margin-top: 4px;
	border: 1px solid Black;
}

.lastbrwsd a
{
	font-size: 8pt;
}

.lastbrwsd table tr td
{
	vertical-align: top;
	padding: 5px;
}

.lastbrwsd .lbHeader
{
	padding-bottom: 2px;
	margin-bottom: 4px;
	border-bottom: 1px solid #ccc;
}


.lastbrwsd .lastvideos
{
}

.lastbrwsd .lastvideos .video
{
}

.lastbrwsd .lastvideos .video img
{
	height: 65px;
	max-height: 50px;
}

.lastbrwsd .lastvideos .video .name
{
	width: 65px;
}

.lastbrwsd .lastvideos .video .name a
{
	font-size: 8pt;
}

.lastbrwsd .lastvideos .video .time
{
}

/* Login */

.loginBox
{
	font-size: small;
	text-align: right;
}

.loginBox .signUp
{
	margin-top: 6px;
}


.loginBox ul
{
	list-style-type: none;
}

.loginBox ul li
{
	list-style-type: none;
	display: inline;
}

.loginBox td
{
}

.loginBoxTextInput
{
	margin-left: 6px;
	margin-right: 6px;
	height: 15px;
	width: 70px;
	font-size: 8pt;
}

.loginButton
{
	height: 22px;
	width: 50px;
	font-weight: bold;
}

.loginRememberMe
{
}

.errLbl
{
	position: absolute;
	right: 275px;
	top: 33px;
}

.plsWaitAnim
{
	position: absolute;
	right: 170px;
	top: 30px;
}

/* forgot password */

.forgotPassBox
{
	position: absolute;
	top: 3px;
	right: 3px;
}

/* User Account Control */

.accountControlBox
{
	background-color: Transparent;
	position: relative;
	text-align: right;
}

.accountControlBox ul
{
	list-style-type: none;
}

.accountControlBox ul li
{
	display: inline;
	list-style-type: none;
}

.accountControlBox .username
{
	font-size: medium;
	color: #666;
	margin: 0px;
	padding: 2px 4px;
	text-decoration: none;
}

.accountControlBox .username:hover
{
	color: white;
	background: #3B5998;
	text-decoration: none;
}

.accountControlBox .wallet
{
	margin-top: 4px;
}

.accountControlBox .wallet .lbl
{
	font-size: 10pt;
}

.accountControlBox .wallet .value
{
	color: Black;
	font-weight: bold;
	font-size: 10pt;
}

.accountControlBox .wallet .value:hover
{
}

.accountControlBox .info
{
}

.accountControlBox .info a
{
}

.accountControlBox .actions
{
	margin-top: 10px;
}

.accountControlBox .actions ul
{
	list-style-type: none;
}

.accountControlBox .actions ul li
{
	list-style-type: none;
	display: inline;
	margin-left: 10px;
}

.accountControlBox .actions a:hover
{
	color: white;
	background: #3B5998;
}

#navigator
{
	width: 600px;
	position: absolute;
	right: 0px;
	padding: 0px 0px 4px 5px;
	height: 2em;
	background: url(../images/PagefishHeaderBack.png) no-repeat left bottom;
	line-height: 2em;
}

#navigator a
{
	font-size: 11pt;
	text-decoration: none;
	color: white;
}

#navigator ul.main_set
{
	font-size: 11pt;
	float: right;
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navigator .main_set li
{
	float: left;
	display: block;
	margin: 0px 10px 0px 0px;
	font-weight: bold;
}

#navigator .main_set li a
{
	padding: 3px 5px;
}
#navigator .main_set li a.active, #navigator .main_set li a:hover
{
	background: #5c75aa;
}

#navigator .main_set li a.edit_link
{
	font-size: 9pt;
	color: #d8dfea;
	font-weight: normal;
}
#navigator .main_set li a.edit_link:hover
{
	text-decoration: underline;
	background: transparent;
}


/* hacks for ie... basically the following is 
inconsistent across ies, possibly because of
image alignment. Please fix it if you know how */
#navigator .main_set li .with_arrow
{
	margin-top: 0px; .margin-top:1px;
_margin-top:3px;
}

.global_menu_arrow_active:focus
{
	outline: 0px;
}

#navigator .main_set li a.global_menu_arrow, #navigator .main_set li a.global_menu_arrow_active
{
	height: 19px;
	width: 17px;
	margin: 0px 0px -10px -1px;
	padding: 3px 0px 3px; .padding:2px0px2px;
_padding:5px0px1px;
background:transparenturl(/images/global_menu_arrow.gif)no-repeat0pxcenter;}

#navigator .main_set li a.global_menu_arrow_active, #navigator .main_set li a.global_menu_arrow:hover, #navigator .main_set li a.global_menu_arrow_active:hover
{
	background: #5c75aa url(/images/global_menu_arrow.gif) no-repeat 0px center;
}

/* Navigator Drop Menus ==================== */

#navigator .navigator_menu {
  margin: -1px;
  position: absolute;
  z-index: 100;
  background: white;
  border: solid 1px #3b5998;
  }

  #navigator .navigator_menu.friends { 
     max-width: 140px;
  }

  #navigator .navigator_menu.networks { 
     max-width: 250px;
  }
  
  #navigator .navigator_menu ul {
    font-size: 11px; 
    line-height: 1em;
    font-weight: normal;
    list-style: none;
    padding: 5px 0px;
    margin: 0px; }
    
  #navigator .navigator_menu li {
    float: none;
    cursor: pointer;
    font-weight: normal;
    padding: 0px;
    margin: 0px; }

    #navigator .navigator_menu li.menu_divider {
      display: block;
      margin: 4px 10px;
      font-size: 1px;
      line-height: 1px;
      cursor: default;
      border-bottom: solid 1px #eee; }
      
    #navigator .navigator_menu li a {
      display: block;
      color: #3b5998;
      border-right: solid 1px white;
      border-left: solid 1px white;
      padding: 4px 25px 4px 10px; }

    #navigator .navigator_menu a:hover {
      text-decoration: none;
      background: #3b5998;
      border-right: solid 1px #6d84b4;
      border-left: solid 1px #6d84b4;
      color: white; }