/* Default CSS Stylesheet for a new Web Application project */

/* Drop Shadow */
.shadow{
border:1px solid silver;
font:10pt arial;
position:relative;
display:inline;
background:white;
z-index:1000
}

.shadow_inner{
overflow:hidden;
position:absolute;
top: -1000px;
filter:alpha(Opacity=10); /*modify to change the shade solidity/opacity, same as below*/
opacity:0.1; /*firefox 1.5 opacity*/
-moz-opacity:0.1; /*mozilla opacity*/
-khtml-opacity:0.1; /*opacity*/
z-index:100
}

A.ContextMenuItem:Link
{
 font-weight:bold;
 padding-left:2px; 
}

.ContextMenuPanel
{
 text-align:left;   
}

.ddlabel
{
 padding-left:2px;  
}

BODY
{
    FONT-FAMILY: Tahoma;
    FONT-SIZE: x-small;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

Formlbl	
{	
    FONT-FAMILY: Tahoma;
    FONT-SIZE: x-small;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

TD
{
 font-family: Tahoma;
 font-size: 12px;
}

A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
A.footer:link	{	
	text-decoration: none;
	color:	White;
	font-family:Arial;
	font-weight:bold;
	font-size:11px;
	}	
		
A.footer:visited	{	
	text-decoration:	none;
	color:	White;
	font-family:Arial;
	font-weight:bold;
	font-size:11px;
	}	
		
A.footer:active	{	
	text-decoration:	none;
	color:	White;
	font-family:Arial;
	font-weight:bold;
	font-size:11px;
	}	
		
A.footer:hover	{	
	text-decoration:None;
	color:	#498ef3;
	font-family:Arial;
	font-weight:bold;
	font-size:11px;
	}	

