/*  CSS Document
    Copyright (c) 2007, MeetOn Circle, Inc. 
*/

p{
  font-family:arial;
  
}
a{
  color:#000;
  /* font-family:arial; */
  font-size:1em;
}

html, body {
  height: 20px;
  margin-left: 0;
  margin-top: 0;
  padding: 0;
  font-family: Trebuchet MS, Tahoma; /* arial; */
  font-weight: normal;
  font-size: 11px; 
}

body {
	background-color: #fff;
	margin: 0;
}

.logoBanner {
  position: absolute;
  left: 77px;
  top: 16px;
  z-index: 10;
}

.topRightNav {
  position: absolute;
  left: 695px;
  top: 16px;
  z-index: 10;
}

.welcomeMsg {
  position: absolute;
  left: 710px;
  top: 35px;
  z-index: 10;
  font-family: Trebuchet MS, Tahoma; /* arial; */
  font-weight: bold;
  font-size: 18px; 
  color: #79A72F;
}

.rightMainNav {
  position: absolute;
  left: 572px;
  top: 82px;
  z-index: 10;
}

.bottomNavBkgd {
  /*position: absolute;
  left: 80px;
  top: 651px; */
}

.bottomNavText {
  /*position: absolute;
  left: 610px;
  top: 659px; */
  z-index: 10;
  color: white;
  font-family:arial;
  font-size:1.0em;
}

.bottomNavText a {
  color: white;
  font-family:arial;
  font-size:1.0em;
  text-decoration:none;
}

.leftContentArea {
  position: absolute;
  left: 80px;
  top: 142px;
  z-index: 10;
}

.rightContentAreaFrame {
  position: absolute;
  left: 600px;
  top: 134px;
  width: 319px;
  height: 410px;
  z-index: 10;
}

.registerDiv {
  position: absolute;
  top: 0px;
  left: 0;
  width:100%; /*926px;*/
  height:100%; /*543px;*/
  z-index: 1500;
  background-color: #AEAEAE; /* #858585; #F9F9F9; */
  filter:alpha(opacity=70);
  opacity:0.7; 
}

.registerFrame {
  position: absolute;
  top: 130px;
  left: 285px;
  width: 392px;
  height: 300px;
  z-index: 1550;
}

.loginDiv {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%; /*926px;*/
  height: 100%; /*543px;*/
  z-index: 1500;
  background-color: #AEAEAE; /* #858585; #F9F9F9; */
  filter:alpha(opacity=70);
  opacity:0.7; 
}

.loginFrame {
  position: absolute;
  top: 180px;
  left: 300px;
  width: 362px;
  height: 226px;
  z-index: 1550;
}

.inviteMsgDiv {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%; /*926px;*/
  height: 100%; /*543px;*/
  z-index: 1500;
  background-color: #AEAEAE; /* #858585; #F9F9F9; */
  filter:alpha(opacity=70);
  opacity:0.7; 
}

.inviteMsg {
  position: absolute;
  top: 180px;
  left: 300px;
  width: 300px;
  height: 150px;
  z-index: 1550;
}

/* New Header Styles
 * Added by Ken Saggy, TLV Offices, Watchitoo Inc.
 */
#mainContainer { 
	width: 995px;
	margin: 17px auto;
}
#top {
	width: 995px;
}

#logo {
	width: 225px;
	height: 62px;
	float: left;
}

#topLinks {
	float: right;
	text-align: right;
	margin-top: 19px;
	width: 428px;
	vertical-align: top;
	color: #545454;
	font-family: "Century Gothic";
	font-size: 12px;
}
#topLinks a,span {
	font-size: 12px;
	margin-right: 5px;
	margin-left: 5px;
}
#topLinks a:hover {
	text-decoration: underline;
}

.greylink {
	color: #545454;
	text-decoration: none;
}

.greenlink {
	color: #79a72f;
}
#usernameMsg { font-weight: bold; text-decoration: underline; margin-left: 4px; display: none;}
#welcomeMessage { margin-right: 0; display: none;}
#signout { display: none; }

a img { border: 0; }

/** Player Div Styles */

#content {
	width: 992px;
	/* height: 420px; */
	/* border: 1px solid #79a72f; */
}

/* New Footer Styles
 * Added by Ken Saggy, TLV Offices
 */
#footerContainer {
	width: 956px;
	height: 20px;
	font-family: "Century Gothic";
	clear: both;
	font-size: 10px;
	color: #fff;
	margin-top: 1px;
	margin-left: 4px;
	margin: -1 auto;
	background: url('../images/greenbar.jpg') repeat-x;
}

#footerContainer a {
	text-decoration: none;
	color: #fff;
	margin-right: 5px;
	margin-left: 5px;
}

#footerContainer a:hover {
	text-decoration: underline;
	color: #fff;
}

#lftCorner {
	float: left;
	width: 5px;
	height: 20px;
	background-image: url('../images/lftGreen.jpg');
	background-repeat: no-repeat;
}

#copyright {
	float: left;
	padding-top: 2px;
	margin-left: 5px;
	width: 506px; height: 20px;
}

#rghtCorner {
	float: right;
	width: 5px;
	height: 20px;
	background-image: url('../images/rgtGreen.jpg');
	background-repeat: no-repeat;
}

#links {
	float: left;
	text-align: right;
	padding-top: 2px;
	width: 435px;
	margin: 0;
}

#logosContainer{
	padding-top: 4px;
	padding-left: 4px;
}
div#fixedbox
    {
    overflow: auto;
    width: 10%;
    height: 0em;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #000;
    background: #ddd;
    }
