/* Default CSS Stylesheet for a new Web Application project */

A:link:special	{	
	text-decoration:	underline;
	color:#2B27CD;
	}	
		
A:visited:special	{	
	text-decoration:	underline;
	color:#2B27CD;
	}	
		
A:active:special	{	
	text-decoration:	underline;
	color:#2B27CD;
	}	
		
A:hover:special	{	
	text-decoration:	underline;
	color:red;
	}
	
Div#header_gif 
{
}

Span#header_links 
{
	position:absolute;
	top:95;
	left:548;
	font-family: Arial;
	font-size:x-small;
}

.MenuLink
{
	font-family:Times New Roman;
	font-size:x-small;
}

.menu
{
	direction:rtl;
	font-size:small;
	width: 873px; /*979 less the padding value for left*/
	margin: -4px 0 0 0;
	padding: 0 0 0 106px;
	/*border: #FFF 1px solid;*/
	background-color:#083c84;
	position:absolute;
	top:125;
	left:548;
	display:none;
}

.headerMenu
{
	position:absolute;
	left:146px;
	top:123px;
	width:200px;
}

#tableCell
{
	width: 75%;
	vertical-align:top;
	padding-left: 15px;
	padding-bottom: 20px;
}

#divOne
{
	top:5;
	left:15;
}