﻿/*
	Created by: Khalid Ahmed	03/03/2010
*/

.Help
{
	background: url('../Images/AR/Help.png') no-repeat;
	width:21px;
	height:21px;
	display:inline-block;
}

.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;
}

.S200
{
    background:url('../ButtonTemplates/200-ARNormal.png') no-repeat center;
    width:200px;
}

.S200:hover
{
    background:url('../ButtonTemplates/200-ARHover.png') no-repeat center;
    width:200px;
}

.S300
{
    background:url('../ButtonTemplates/300-ARNormal.png') no-repeat center;
    width:300px;
}

.S300:hover
{
    background:url('../ButtonTemplates/300-ARHover.png') no-repeat center;
    width:300px;
}

.SFree {
    background: #666;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 10px;
}

.SFree:hover {
    background: #0e76bc;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 10px;
}

.MenuT
{
    background: url('../Images/EN/MenuT.png') no-repeat;
    width:192px;
    height:38px;
    color:#FFF;
    font-family:Tahoma;
    font-size:10pt;
    font-weight:bold;
    line-height:38px;
    padding-left:5px;
    padding-right:5px;
}

.LoginFooter
{
    background: url('../Images/AR/LoginFooter.png') no-repeat center;
    height: 80px;
}

.HeaderBG
{
    background: #164899 url('../Images/AR/header_bg.png') no-repeat center;
    height: 100px;
}

.BannerNew
{
    background: url('../Images/AR/banner_new.png') no-repeat center;
    height: 154px;
}

.LoginBar
{
    background: url('../Images/AR/login_bar.png') no-repeat center;
    width:960px;
    height:230px;
    margin:auto;
}

.HeaderMenu
{
    background: url('../Images/AR/header_menu.png') no-repeat center;
    width:192px;
    height:37px;
}