/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}
	
	.text 
	{
		font-family: Arial ;
		font-size: 12px;
		direction: rtl ;
		color:Black;
	}
	
		.linktext 
	{
		font-family: Arial, Verdana;
		font-size: 11px;
		direction: rtl ;
		color:Black;
	}
	
	.text1 
	{
		font-family: Arial ;
		font-size: 10px;
		direction: rtl ;
		text-align : right ;
	}

	.description
	{
		background-color: #cccccc;
		height:20px;
		width: 420px;
		border-bottom-style: inset;
	}
	
	.MenuGroup
{          
         background-color:#f5f5f5;
         border-style:solid;
         border-width:1px;
         border-color: Black;
         cursor: pointer;
         cursor: hand;         
         padding: 1px;
         text-align: left;
}

.Spacer
{
         background-color: Transparent; 
}

.tablestyle
{
        direction:rtl; 
        border: solid 1 #b0930a;
        width: 290px;
}

.header 
{
	FONT-WEIGHT: bold; 
	BACKGROUND-IMAGE: url(images/headerBg.gif); 
	COLOR: white; 
	BACKGROUND-REPEAT: repeat-x 
	}
	
	.altheader 
{
	FONT-WEIGHT: bold; 
	BACKGROUND-IMAGE: url(images/defaultHeaderBg.gif); 
	COLOR: white; 
	BACKGROUND-REPEAT: repeat-x 
	}
	
.mainHeader 
{ 
	BACKGROUND-IMAGE: url(images/defaultHeaderBg.gif); PADDING-TOP: 4px; BACKGROUND-REPEAT: repeat-x; HEIGHT: 29px; align: right; dir: rtl 
	}
	
.header2
{ 
	BACKGROUND-IMAGE: url(images/HeaderBg2.gif); BACKGROUND-REPEAT: repeat; 
	}
	
.upper
{
	background-image: url(images/upper.gif); BACKGROUND-REPEAT: repeat-x;
}

.upper2
{
	background-image: url(images/upper.gif); BACKGROUND-REPEAT: repeat-x;
	font-family: Arial, Verdana;
    font-size: 13px;
	direction: rtl ;
	color:Black;
	font-weight: 700;
}

.addtable
{
	border: solid 1px #5e84b8;
	background-image: url(images/updown/hi-orange.png);
	background-repeat: repeat-x;
}

.perfolder
{
	border: solid 1px #5e84b8;
}

.searchtable
{
	border: solid 1px #5e84b8;
	background-image: url(images/search.gif);
	background-repeat: repeat;
	text-align:right;
}

.biglinktext
{
	width: 100%;
	font-size:14px;
	font-weight:bolder;
	color:Black;
}

.cont
{
	background-image: url(images/cont.jpg);
	background-repeat: repeat-x;
}

.adstable
{
	border: solid 1px #756c00;
}

.selected
{ 
	font-weight: bolder ;
	color: black;
	background-color: Yellow;
}

.unselected
{ 
	font-size: 11px;
	color: #8080FF;
	font-weight: normal;
	background-color: white;
	border: solid 1px white;
}

.mouseover
{
	border: solid 1px black;
}

.mouseout
{
	border: solid 1px white;
}	

.smalltexts
{
	font-size: 11px;
	color: #8080FF;
	text-align: right;
	direction: rtl;
}

.downtable
{
	background: url(images/downbg.gif) repeat-x;
}

.customFocused
{
	background: url(images/updown/hi-orange.png) repeat-x;
	color: #8080FF;
	background-color: Blue;
	border: solid 1 #fe2323;
	width:130px;
}

