#facebox .b {
  background:url(/facebox/b.png);
}

#facebox .tl {
  background:url(/facebox/tl.png);
}

#facebox .tr {
  background:url(/facebox/tr.png);
}

#facebox .bl {
  background:url(/facebox/bl.png);
}

#facebox .br {
  background:url(/facebox/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

/* Document information --------

	- Document: tweetsort / Lightbox Pages Style Sheet
	- Client:   Greg Avola / tweetsort / www.tweetsort.com
	- Author:   Tim Mather / timmatherdesign.com

   Colors
	- background solid  #00334c
	- h2 text           #003366
	- link normal       #0066cc
	- link hover        #0099ff

*/


/* Global Settings -------- */

body{
	/*background: #00334c url(../images/backgroundRepeat.jpg) top left repeat-x;*/
	font-family: "Lucida", Verdana, sans-serif;
	color: #333;
}

#masterContainer{
	width: 780px;
	margin: 0 auto;
}

a{
	text-decoration: none;
}

a:link, a:active, a:visited{
	color: #0066cc;
}

a:hover{
	color: #0099ff;
}

.clear{
	clear: both;
}

h2{
	color: #003366;
	font-size: 16px;
	font-weight: bold;
}

.textInput{
	background: url(../images/sidebarInputBackground.png) top left repeat-x;
	border: 1px solid #999;
}

/* Group Management -------- */

#gmMainContainer{
	width: 710px;
	margin: 0 auto;
	background-color: #fff;
}

#gmSelectContainer{
	width: 710px;
	height: 63px;
	color: #fff;
	margin: 15px auto;
	padding-top: 8px;
	font-size: 13px;
	background: url(../images/groupManager/gmSelectBackground.jpg) top left no-repeat;
}

#gmSelectContainer ul li{
	margin-bottom: 4px;
}

#gmSelectDivider{
	float: right;
	width: 12px;
	height: 63px;
	margin: -8px 46px 0 0;
	background: url(../images/groupManager/gmSelectMiddle.jpg) top left no-repeat;	
}

/* Select Group -------- */

#gmSelectGroupContainer{
	margin-left: 20px;
}

#gmSelectGroup{
	width: 280px;
	height: 22px;
	font-size: 13px;
}

/* Add Group -------- */

#gmAddGroupContainer{
	float: right;
	margin-right: 20px;
}

#gmAddGroup{
	width: 286px;
}

#gmAddGroup input{
	width: 252px;
	height: 18px;
	font-size: 13px;
}

#gmAddButton{
	width: 27px;
	height: 25px;
	float: right;
	background: url(../images/groupManager/gmAddButton.png) top left no-repeat;
}

#gmAddButton:hover{
	background-position: bottom left;
}

/* User Arrangement Buttons -------- */

#gmAddUsersButton {
	width: 128px;
	height: 33px;
	background: url(../images/groupManager/gmButtonAdd.png) top left no-repeat;
}

#gmAddUsersButton:hover{
	background-position: bottom left;
}

#gmRemoveUsersButton {
	width: 128px;
	height: 33px;
	background: url(../images/groupManager/gmButtonRemove.png) top left no-repeat;
}

#gmRemoveUsersButton:hover{
	background-position: bottom left;
}

#gmClearSelectButton {
	width: 128px;
	height: 33px;
	background: url(../images/groupManager/gmButtonClear.png) top left no-repeat;
}

#gmClearSelectButton:hover{
	background-position: bottom left;
}

/* Select Panes -------- */

#gmFriendsListContainer{
	width: 250px;
	float: right;
}

#gmFriendsListContainer p{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

#gmGroupListContainer{
	width: 250px;
}

#gmGroupListContainer p{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

#gmGroupManageButtons{
	float: right;
	width: 128px;
	margin-right: 42px;
	margin-top: 80px;
}

#gmGroupManageButtons ul li{
	margin-bottom: 10px;
}

.gmUserListField{
	width: 250px;
}

.checklistLong {
    list-style: none;
    overflow: auto;
    width: 250pxpx;
    height: 240px;
    border: 1px solid #808080;
}

.checklistLong, .checklistLong li { margin: 0; padding: 0; }

.checklistLong label {
	font-size: 13px;
	padding-top: 7px;
    display: block;
    padding-left: 25px;
    text-indent: -25px;
    background: url(../images/groupManager/gmUserSelectBg.png) top left repeat-x;
	height: 22px;
}

.checklistLong label:hover { 
    background: url(../images/groupManager/gmUserSelectBgOver.png) top left repeat-x;
}

/* About Us -------- */

#aboutMainContainer{
	width: 710px;
	margin: 0 auto;
}

#aboutMainContainer ul {
	margin-top: 20px;
}

#aboutMainContainer ul li{
	height: 130px;
	margin-bottom: 10px;
}

.aboutUserInfo{
	width: 620px;
	float: right;
}

.aboutUserName{
	margin-bottom: 8px;
}

.aboutUserName a{
	font-size: 16px;
	font-weight: bold;
}

.aboutUserName span{
	font-size: 14px;
}

.aboutUserBio{
	font-size: 14px;
	line-height: 16px;
}