/*HTML ELEMENTS*/
BODY{
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: arial, helvetica, verdana;
	color: #333333;
}
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
FORM{
	display: inline;
}
H1{
	font-size: 1em;
	display: inline;
}
H2{
	font-size: 0.8em;
	display: inline;
}
H3{
	font-size: 0.7em;
	display: inline;
	font-weight: bold;
}
P{
	font-size: 0.7em;
	display: inline;
}
SELECT{
	font-size: 0.7em;
	font-family: arial, helvetica, verdana;
	color: #333333;
}
A.BlackLink, A.GreyLink{
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
A.BlackLink{
	color: #000000;
}
A.BlackLink:hover{
	text-decoration: underline;
}
A.GreyLink{
	color: #666666;
}
A.GreyLink:hover{
	text-decoration: underline;
}
/*END HTML ELEMENTS*/

/* FONT COLOURS */
.Orange{
	color: #FF6600;
}
.Yellow{
	color: #fdf3ab;
}
.BYellow{
	background-color: #fdf3ab;
}
/* END COLOURS */

/* MISC */
.Cursor{
	cursor: pointer;
	pointer: hand;
}
/* END MISC */

/*CONTENT BLOCK STUFF*/
.ContentBlock{
	font-size: 1em;
}
.ContentBlockTCCell{
	width: 7px;
	height: 9px;
	font-size: 0em;
}
.ContentBlockTMCell{
	font-size: 0em;
	height: 9px;
	width: 100%;
}
.ContentBlockMCell{
	border-left: 1px solid #D7DBDC;
	border-right: 1px solid #D7DBDC;
	height: 100%;
}
.ContentBlockBCCell{
	width: 7px;
	height: 13px;
	font-size: 0em;
}
.ContentBlockBMCell{
	font-size: 0em;
	height: 9px;
	width: 100%;
}
/* END CONTENT BLOCK STUFF */

/*ICON MENU STUFF*/
.IconMenuCtn{
	border: 1px solid #666666;
	visibility: hidden;
	display: none;
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #EEEEEE;
}
.IconMenuTable{
	width: 100%;
}
.IconCell{
	padding: 4px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	text-align: center;
}
.Icon, .IconRollover, .IconClicked{
	border: 1px solid #FFFFFF;
	cursor: hand;
	cursor: pointer;
	pointer: hand;
	padding: 2px;
	font-family: arial, helvetica, verdana;
	color: #333333;
	font-size: 0.7em;
}
.IconRollover{
	border: 1px solid #333333;
}
.IconClicked{
}
.IconImage{
	width: 32px;
	height: 32px;
}
.IconLabel{
	border: none;
}
#giftMenu{
	width: 440px;
}
/*END ICON MENU STUFF*/

/*FLV PLAYER STUFF*/
#flvPlayerPopup{
	z-index: 2;
	position: absolute;
	width: 378px;
	height: 426px;
	border: 2px solid #55A9C2;
	background-color: #FFFFFF;
}
#flvPlayerTop{
	text-align: right;
	height: 25px;
	background-repeat: repeat-x;
	padding-top: 4px;
	padding-right: 4px;	
}
#flvPlayerBtm{
	padding: 4px;
	padding-left: 8px;
	overflow: auto;
	height: 70px;
	text-align: left;
}
/*END FLV PLAYER STUFF*/

/* TAB STUFF */
#tabsBottomLine{
	border-bottom: 1px solid #b6d8e4;
}
/* END TAB STUFF */

/* ADVERT STUFF */
.MPUCtn{
	position: absolute;
	padding: 5px;
	background-color: #bddbe5;
	z-order: 1;
}
.MPU{
	width: 300;
	height: 250;
}
.MPUHeader{
	width: 300px;
	text-align: right;
}
/* END ADVERT STUFF */

/* ERROR STUFF */
.Error{
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	font-family: verdana, arial;
	color: red;
}
/* END ERROR STUFF */

/* ACCESSORIES */
.collection {
	border: 1px solid #C0C0C0;
	padding: 1px;
	margin: 1px;
	vertical-align: middle;
}
.collectionDiv {
	border: none;
	float: left;
	padding: 1px;
	margin: 2px;
	vertical-align: middle;
	text-align: center;
	font-size: 0.7em;
}
.InfoPopup{
	position: absolute;
	z-index: 1;
	background-color: #FFFFFF;
	border: 1px solid #5A5B5B;
	padding: 8px;
	repeat: no-repeat;
}
.navarrow{
	cursor: pointer;
	pointer: hand;
	border: none;
	margin: 2px;
	vertical-align: 90px;
}
.InfoImage{
	padding: 2px;
}
/* END ACCESSORIES */

/* EXCHANGE FRIENDS */
.exchangePanel {
	margin-left:8px;
	margin-right:8px;
	height:110px;
	overflow-x:none;
	overflow-y:auto;
	border: 1px solid #C0C0C0;
}



