﻿/*
	Created by: Khalid Ahmed	03/03/2010
*/

.SimpleEntertainmentMenu ul.AspNet-Menu ul
{
	width:200px;
	position:absolute;
	right:-1px;
	top:33px;
}

.SimpleEntertainmentMenu ul.AspNet-Menu ul li a,
.SimpleEntertainmentMenu ul.AspNet-Menu ul li span
{
	background: #018bc3 none !important;
	height:auto !important;
	color:#FFF;
	text-align:right;
	padding:3px 3px 3px 3px;
	width:200px;
	margin-top:1px;
}

.Help
{
	background: url('../Images/AR/Help.png') no-repeat;
	width:21px;
	height:21px;
	display:inline-block;
}

.PageVerticalSeparator
{
	background: url('../Images/AR/PageVerticalSeparator.png') repeat-y;
	width:8px;
}

.UserNamePanel
{
    background: url('../Images/AR/UserNamePanel.png') no-repeat center;
    width:175px;
    height:76px;
}

.TextBoxL
{
	background:url('../Images/TextBoxL.png') no-repeat center;
	width:10px;
	height:28px;
}

.TextBoxR
{
	background:url('../Images/TextBoxR.png') no-repeat center;
	width:10px;
	height:28px;
}

.S100
{
    background:url('../ButtonTemplates/ARNormal.png') no-repeat center;
    width:100px;
}

.S100:hover
{
    background:url('../ButtonTemplates/ARHover.png') no-repeat center;
    width:100px;
}

.S150
{
    background:url('../ButtonTemplates/150-ARNormal.png') no-repeat center;
    width:150px;
}

.S150:hover
{
    background:url('../ButtonTemplates/150-ARHover.png') no-repeat center;
    width:150px;
}