﻿.Titles
{
	border: solid 1px silver;
	border-bottom : none ;
	background-color: Silver;
	padding-left : 5px;
	padding-right :5px;
	padding-bottom : 4px;
	filter: progid:dximagetransform.microsoft.gradient(startcolorstr=white, endcolorstr=silver);
	color: black;
	font-family: Arial;
	font-size: 12pt;
}
.Context
{
	border: solid 1px silver;
	border-top: none;
	padding: 5px;


}
a.Buttons
{
	margin: 2px;
	display: inline;
	text-decoration: none;
	color: black;
	text-align: center;
	padding-top :2px;
	padding-bottom :2px;
	vertical-align: middle;
	filter: progid:dximagetransform.microsoft.gradient(startcolorstr=#d8d0c8, endcolorstr=#F2f2f2);
	border: solid 1px gray;
}

a.Buttons:hover
{
	margin: 2px;
	display: inline-block;
	text-decoration: none;
	color: black;
	text-align: center;
	vertical-align: middle;
	background-color: #f2f2f2;
	filter: none;
	border: solid 1px gray;
		padding-top :2px;
	padding-bottom :2px;
}

a.Buttons:active
{
	margin: 2px;
	display: inline-block;
	text-decoration: none;
	color: black;
	text-align: center;
	vertical-align: middle;
	background-color: #f2f2f2;
	filter: none;
	border: solid 1px gray;
		padding-top :2px;
	padding-bottom :2px;
}
.RTexts
{
	text-align: right;
	border: solid 1px gray;
	direction: rtl;
	border: solid 1px;
	color : Blue ;
}

.LTexts
{
	text-align: left;
	border: solid 1px gray;
	direction: ltr;
	border: solid 1px;
	color : Blue ;
}


