/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	margin: 5px 0px 0px;
	direction: rtl;
	line-height: normal;
	font-style: normal;
	font-family: Tahoma, 'Arabic Transparent';
	background-color: #caccd0;
	font-variant: normal;
	text-decoration: none;
}

.BodyTextTEXT
{
	font-size: 12pt;
	font-family: "Arabic Transparent";
}

.title {
	font-family: "Arabic Transparent";
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	direction:rtl;
}
	
.Button {
	font: x-small Verdana, Arial, sans-serif;
	color: yellow;
	background-color: maroon;
	border: 1;
	border-color: white;
	border-style: solid;
}

.cTD
{
	padding-right: 3px;
	padding-left: 3px;
	word-spacing: normal;
	font: 16px "Arabic Transparent";
	text-transform: none;
	direction: rtl;
	letter-spacing: normal;
	background-color: whitesmoke;
	text-decoration: none;
}	

.cTDnav
{
	padding-right: 10px;
	padding-left: 10px;
	word-spacing: normal;
	direction: rtl;
	letter-spacing: normal;
	background-color: whitesmoke;
	text-align:right;
}	


.cHR
{
	vertical-align: middle;
	height: 30px;
	background-color:  WhiteSmoke;
	text-align: right;
	font-size: 10pt;
    font-family: "Arabic Transparent";
}
	
.NavBar
{
font-size: 10pt;
font-family: "Arabic Transparent";
}

.cLBox
{
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
}

.cImgTable
{
}

.cImgTd
{
	background-color: white;
}

.cImg
{
	border-top-width: 1px;
	padding-right: 0px;
	padding-left: 0px;
	border-left-width: 1px;
	border-left-color: white;
	border-bottom-width: 1px;
	border-bottom-color: white;
	padding-bottom: 0px;
	border-top-color: white;
	padding-top: 0px;
	border-right-width: 1px;
	border-right-color: white;
}

.ListBoxBorder
{

            border-top-style: none;
            border-right-style: none;
            border-left-style: none;
            border-bottom-style: none;
}

.cTable
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	border-bottom-style: none;
}

.cFTable
{
	
}

A:link
{
	color: black;
	text-decoration: none;
}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active
{
	text-decoration: none;
}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family: "Arabic Transparent";
	}	


