﻿body 
{
	margin:0px;
	padding:0px;
	font-family:Arial;
}

/****************************** Tab *********************************/
.topbut #lc 
{
	background-image:url(../img/TabLeft.jpg);
    background-repeat:no-repeat;
    width:8px;
    height:32px;
    display:block;
    float:right;
}
.topbut #rc 
{
    background-image:url(../img/TabRight.jpg);
    background-repeat:no-repeat;
    width:8px;
    height:32px;
    display:block;
    float:right;
}
.topbut #m 
{
    background-image:url(../img/TabMiddle.jpg);
    background-position:top;
    display:block;
    float:right;
    height:24px;
    color:#000000;
    font-size:15px;
    text-decoration:none;
    padding-top:8px;
    padding-right:8px;
    padding-left:8px;
    font-family:Arial;
}

.topbut:hover #lc 
{
    background-image:url(../img/TabLeftSelected.jpg);
    background-repeat:no-repeat;
    width:8px;
    height:32px;
    display:block;
    float:right;
}
.topbut:hover #rc 
{
    background-image:url(../img/TabRightSelected.jpg);
    background-repeat:no-repeat;
    width:8px;
    height:32px;
    display:block;
    float:right;
}
.topbut:hover #m 
{
    display:block;
    float:right;
    background-image:url(../img/TabMiddleSelected.jpg);
    background-position:top;
    height:24px;
    color:#ffffff;
    font-size:15px;
    text-decoration:none;
    padding-top:8px;
    padding-right:8px;
    padding-left:8px;
    font-family:Arial;
}

.CurrentTab #lc 
{
	background-image:url(../img/TabLeftSelected.jpg);
    background-repeat:no-repeat;
    width:8px;
    height:32px;
    display:block;
    float:right;
}
.CurrentTab #rc 
{
    background-image:url(../img/TabRightSelected.jpg);
    background-repeat:no-repeat;
    width:8px;
    height:32px;
    display:block;
    float:right;
}
.CurrentTab #m 
{
    background-image:url(../img/TabMiddleSelected.jpg);
    background-position:top;
    display:block;
    float:right;
    height:24px;
    color:#ffffff;
    font-size:15px;
    text-decoration:none;
    padding-top:8px;
    padding-right:8px;
    padding-left:8px;
    font-family:Arial;
}

.CurrentTab:hover #lc 
{
    background-image:url(../img/TabLeftSelected.jpg);
    background-repeat:no-repeat;
    width:8px;
    height:32px;
    display:block;
    float:right;
}
.CurrentTab:hover #rc 
{
    background-image:url(../img/TabRightSelected.jpg);
    background-repeat:no-repeat;
    width:8px;
    height:32px;
    display:block;
    float:right;
}
.CurrentTab:hover #m 
{
    display:block;
    float:right;
    background-image:url(../img/TabMiddleSelected.jpg);
    background-position:top;
    height:24px;
    color:#ffffff;
    font-size:15px;
    text-decoration:none;
    padding-top:8px;
    padding-right:8px;
    padding-left:8px;
    font-family:Arial;
}

/****************************** Categories ******************************/

.CatTL
{
	background-image:url(../img/CatTL.jpg);
	background-repeat:no-repeat;
	width:6px;
	height:6px;
	line-height:6px;
}
.CatTR
{
	background-image:url(../img/CatTR.jpg);
	background-repeat:no-repeat;
	width:6px;
	height:6px;
	line-height:6px;
}
.CatBL
{
	background-image:url(../img/CatBL.jpg);
	background-repeat:no-repeat;
	width:6px;
	height:6px;
	line-height:6px;
}
.CatBR
{
	background-image:url(../img/CatBR.jpg);
	background-repeat:no-repeat;
	width:6px;
	height:6px;
	line-height:6px;
}
.Cat
{
	background-color:#ddeefa;
	line-height:6px;
}

/******************************************************************/

#tblContact td
{
	direction:rtl;
}

/******************************* Service Page ***********************************/
.Headline
{
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	color:#000000;
}

.Text
{
	font-family:Arial;
	font-size:13px;
	color:#666666;	
}

.BranchText
{
	font-family:Arial;
	font-size:12px;
	color:#ffffff;	
}

.BranchTextBold
{
	font-family:Arial;
	font-size:14px;
	color:#ffffff;
	font-weight:bold;	
}

#newslist_front {
	direction:rtl;
}

#newslist_front a {
	color:#FFF;
	font-size:12px;
	text-decoration:none;
}

.newsdatefront {
	color:#c6e0f6;
	font-size:12px;
	font-weight:bold;
}

.SmallLink
{
	font-size:13px;
	text-decoration:none;
	color:#666666;
}
