/* Default CSS Stylesheet for a new Web Application project */
.contentscroll
{
    unicode-bidi:bidi-override; 
    direction:rtl; 
    display:block;
    PADDING-RIGHT: 10px; 
    PADDING-LEFT: 10px; 
    PADDING-BOTTOM: 10px; 
    OVERFLOW: auto; 
    WIDTH: 542px; 
    PADDING-TOP: 10px; 
    HEIGHT: 300px;
    border: solid 1px #cccccc;
  
}
.layerlink
{
	font-family:Verdana;
	font-size:11px;
	font-weight:400;
	text-decoration: underline;
}
.layerlink:hover
{
	font-family:Verdana;
	font-size:11px;
	font-weight:400;
	text-decoration: none;
}
.copy
{
	font-family:Verdana;
	font-size:11px;
	font-weight:400;
}
.whatsnew
{
	font-family:Verdana;
	font-size:10px;
	font-weight:400;
	text-decoration:underline;
	color:Black
}
.whatsnew:hover
{
	font-family:Verdana;
	font-size:10px;
	font-weight:400;
	text-decoration:none;
	color:Black
}
.copywhite
{
	font-family:Verdana;
	font-size:10px;
	font-weight:400;
	color:white;
}
.contentnav
{
    font-family:Verdana;
	font-size:11px;
	font-weight:400;
	text-decoration:none;
	color:black
}
.contentnav:hover
{
    font-family:Verdana;
	font-size:11px;
	font-weight:400;
	color:#666699;
	text-decoration:none;
}
.contentnavon
{
    font-family:Verdana;
	font-size:11px;
	font-weight:400;
	color:#666699;
	text-decoration:none;
}

.lightlink
{
    font-family:Verdana;
	font-size:11px;
	font-weight:400;
	color:#666699;
	text-decoration:none;
}
.lightlink:hover
{
    font-family:Verdana;
	font-size:11px;
	font-weight:400;
	color:black;
	text-decoration:none;
}


.copybold
{
	font-family:Verdana;
	font-size:11px;
	font-weight:800;
}
.title		{
	font-family: Verdana;
	font-size: 14pt;
	
	font-weight : bold;
}

.header		{
	font-family: Verdana;
	font-size: 12pt;
	
	font-weight : bold;
}

.highlight 
        {
            background-color: lemonchiffon; 
        }
.textbox 
	{
	BORDER-RIGHT: #3d3d3d 1px solid; 
	BORDER-TOP: #3d3d3d 1px solid; 
	FONT-SIZE: 11px; 
	BORDER-LEFT: #3d3d3d 1px solid; 
	BORDER-BOTTOM: #3d3d3d 1px solid; 
	FONT-FAMILY: Verdana, Arial, Sans-Serif;
	width:225px;
	}