
			.playerPosition
			{
				width: 150px;
			}

			.smallfont
			{
				font-size: 10px;
				vertical-align: top;
				font-family: Arial,Verdana;
			}

			.mediumfont
			{
				font-size: 12px;
				vertical-align: top;
				font-family: Arial,Verdana;
			}

			.pos_pg
			{
				position: absolute;
				left: 179px;
				top: 18px;
				z-index: 1;
				width: 150px;
				border-bottom: 2px solid #ccc;
				border-left: 1px solid #ccc;
				border-right: 2px solid #ccc;
				background-color: <%=LightColor%>;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				border-radius: 5px;
			}

			.pos_sg
			{
				position: absolute;
				left: 25px;
				top: 76px;
				z-index: 1;
				width: 150px;
				border-bottom: 2px solid #ccc;
				border-left: 1px solid #ccc;
				border-right: 2px solid #ccc;
				background-color: <%=LightColor%>;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				border-radius: 5px;
			}

			.pos_c
			{
				position: absolute;
				left: 215px;
				top: 115px;
				z-index: 1;
				width: 150px;
				border-bottom: 2px solid #ccc;
				border-left: 1px solid #ccc;
				border-right: 2px solid #ccc;
				background-color: <%=LightColor%>;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				border-radius: 5px;
			}

			.pos_pf
			{
				position: absolute;
				left: 80px;
				top: 195px;
				z-index: 1;
				width: 150px;
				border-bottom: 2px solid #ccc;
				border-left: 1px solid #ccc;
				border-right: 2px solid #ccc;
				background-color: <%=LightColor%>;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				border-radius: 5px;
			}

			.pos_sf
			{
				position: absolute;
				left: 280px;
				top: 190px;
				z-index: 1;
				width: 150px;
				border-bottom: 2px solid #ccc;
				border-left: 1px solid #ccc;
				border-right: 2px solid #ccc;
				background-color: <%=LightColor%>;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				border-radius: 5px;
			}
			
			.pos_pg_m
			{
				position: relative;
				left:110px;
				top:5px;
				z-index: 1;
				width: 150px;
				border-bottom: 2px solid #ccc;
				border-left: 1px solid #ccc;
				border-right: 2px solid #ccc;
				background-color: <%=LightColor%>;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				border-radius: 5px;
			}

			.pos_sg_m
			{
				position:relative;
				z-index: 1;
				left:5px;
				width: 150px;
				border-bottom: 2px solid #ccc;
				border-left: 1px solid #ccc;
				border-right: 2px solid #ccc;
				background-color: <%=LightColor%>;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				border-radius: 5px;
			}

			.pos_c_m
			{
				position: relative;
				top:-30px;
				left:170px;
				z-index: 1;
				width: 150px;
				border-bottom: 2px solid #ccc;
				border-left: 1px solid #ccc;
				border-right: 2px solid #ccc;
				background-color: <%=LightColor%>;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				border-radius: 5px;
			}

			.pos_pf_m
			{
				position:relative;
				top:-30px;
				left:20px;
				z-index: 1;
				width: 150px;
				border-bottom: 2px solid #ccc;
				border-left: 1px solid #ccc;
				border-right: 2px solid #ccc;
				background-color: <%=LightColor%>;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				border-radius: 5px;
			}

			.pos_sf_m
			{
				position: relative;
				top:-90px;
				left:180px;
				z-index: 1;
				width: 180px;
				border-bottom: 2px solid #ccc;
				border-left: 1px solid #ccc;
				border-right: 2px solid #ccc;
				background-color: <%=LightColor%>;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				border-radius: 5px;
			}
			
			.pos_pg:hover
			{
				background-color: #ffffff;
				color: #000000;
				border-bottom: 3px solid #ccc;
				border-right: 3px solid #ccc;
			}

			.pos_sg:hover
			{
				background-color: #ffffff;
				color: #000000;
				border-bottom: 3px solid #ccc;
				border-right: 3px solid #ccc;
			}

			.pos_c:hover
			{
				background-color: #ffffff;
				color: #000000;
				border-bottom: 3px solid #ccc;
				border-right: 3px solid #ccc;
			}

			.pos_pf:hover
			{
				background-color: #ffffff;
				color: #000000;
				border-bottom: 3px solid #ccc;
				border-right: 3px solid #ccc;
			}

			.pos_sf:hover
			{
				background-color: #ffffff;
				color: #000000;
				border-bottom: 3px solid #ccc;
				border-right: 3px solid #ccc;
			}

			.popTable
			{
				font-family: Arial,Verdana;
				font-size: 12px;
				width: 100%;
				background-color: #ffffff;
				min-height: 25px;
				padding: 2px 0px 2px 0px;
			}

				.popTable a
				{
					font-family: Arial,Verdana;
					font-size: 12px;
					font-weight: bold;
					color: <%=VeryDarkColor%>;
					text-decoration: underline;
				}

				.popTable table
				{
					font-family: Arial,Verdana;
					font-size: 10px;
					width: 100%;
				}

					.popTable table tr td
					{
						padding-left: 10px;
						/* color:<%=DarkColor%>;*/
						color: #000000;
						white-space: nowrap;
					}

			.popDiv
			{
				display: none;
				z-index: 222;
				width: 200px;
				min-width: 150px;
				position: absolute;
				background: <%=VeryDarkColor%>;
				padding: 1px 1px 1px 1px;
				top: 55px;
				left: 50px;
				border-bottom: 3px solid #ccc;
				border-right: 3px solid #ccc;
				min-height: 25px;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				border-radius: 5px;
			}

			.popFlag
			{
				position: absolute;
				top: -25px;
				left: 43px;
			}
			 .divrsTab
			{
				position:relative;
				top:1px;
				left:-1px;
				border-left-width: 0px;
				border-bottom-width: 1px;
				border-color: <%=VeryDarkColor%>;
				border-style: solid;
				border-top-width: 0px;
				border-right-width: 0px;
			}

			.divs5Tab
			{
				position:relative;
				top:1px;
				left:1px;
				display:none;
				border-left-width: 0px;
				border-bottom-width: 1px;
				border-color: <%=VeryDarkColor%>;
				border-style: solid;
				border-top-width: 0px;
				border-right-width: 0px;
			}
			.aleftmenutd
			{
				font-size:13px!important;
			}

			.d2Fav
			{
				position: absolute;
				top: 0px;
				left: 110px;
				height: 20px;
				width: 110px;
			}

			.d1Fav
			{
				position: relative;
				display: none;
			}

		   .divHeight { padding-top:5px !important; padding-bottom:5px !important;  }
