.guestTop {
	position : absolute;
	top : 0px;
	height : 39px;
	left : 0px;
	right : 0px;
	text-align : center;
	padding : 5px 5px;
	border-bottom : 3px solid #000000;
	overflow : hidden;
	}
#guestLeftNav {
	float : left;
	width : 75px;
	text-align : left;
	}
#guestRightNav {
	float : right;
	width : 75px;
	text-align : right;
	}
.g_menu_item,.g_menu_sel {
	background-color : #AAA;
	width : 69px;
	font-size : 10pt;
	text-align : center;
	padding : 1px;
	margin : 1px 2px;
	cursor : default;
	}
.g_menu_item:hover,.g_menu_sel:hover {
	background-color : #888;
	color : #E0E0E0;
	cursor : pointer;
	}

.gpage {
	position : absolute;
	top : 52px;
	bottom : 0px;
	left : 0px;
	right : 0px;
	padding : 0px 10px 0px 10px;
	overflow : hidden;
	}
.guestDisplay {
	position : absolute;
	top : 0px;
	bottom : 20px;
	left : 0px;
	right : 0px;
	padding : 0px;
	overflow : auto;
	}

.guestEmne {
	font-weight : bold;
	margin-left : auto;
	margin-right : auto;
	padding : 5px;
	border-bottom : 1px solid #333;
	}
.guestRef {
	width : 150px;
	text-align : right;
	padding : 5px;
	float : left;
	color : #555;
	background-color : #CCC;
	}
.guestMsg {
	position : relative;
	left : 0px;
	right : 20px;
	padding : 5px;
	margin-left : 170px;
	text-align : left;
	}
.guestSep {
	position : relative;
	height : 1px;
	background-color : #BBB;
	border : 1px solid #444;
	border-top : 3px solid #000;
	margin : 5px 0px;
	}
.linkref {
	cursor : pointer;
	text-decoration : underline;
	}

.guestInfo {
	position : absolute;
	height : 18px;
	bottom : 0px;
	left : 0px;
	right : 0px;
	padding : 0px;
	border-top : 2px solid #000000;
	overflow : hidden;
	}
.g_menu_left {
	float : left;
	width : 69px;
	font-size : 10pt;
	text-align : left;
	padding : 1px;
	margin-left : 15px;
	cursor : default;
	}
.g_menu_right {
	float : right;
	width : 69px;
	font-size : 10pt;
	text-align : right;
	padding : 1px;
	margin-right : 15px;
	cursor : default;
	}
	
