/* Default CSS Stylesheet for a new Web Application project */
.p-shadow {
  width: 90%;
  float:left;
  background: url(images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.p-shadow div {
  background: none !important;
  background: url(images/shadow2.gif) no-repeat left top;
  padding: 0 !important;
  padding: 0 6px 6px 0;
  }

.p-shadow p {
  color: #777;
  background-color: #fff;
  font: italic 1em georgia, serif;
  border: 1px solid #a9a9a9;
  padding: 4px;
  margin: -6px 6px 6px -6px !important;
  margin: 0;
  }


.img-shadow {
  float:left;
  background: url(images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 0px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  } 




.pframe
{
    position:absolute; 
    left:50px; 
    top:10px; 
    z-index:50; 
    width:740px; 
    height:700px; 
    border: solid 1px black;
  
    filter:alpha(opacity=100);   /* Internet Explorer       */
    -moz-opacity:1.00;           /* Mozilla 1.6 and below   */
    opacity: 1.00;   
    
}
.subtitle
{
    color:#333333; 
    font-size:26px;
    font-family:verdana;
 
    font-weight:800;
    width:100px;
    
}

.trans {
    /* the background          */
   filter:alpha(opacity=93);   /* Internet Explorer       */
   -moz-opacity:0.93;           /* Mozilla 1.6 and below   */
   opacity: 0.93;               /* newer Mozilla and CSS-3 */
}
.notrans {
   filter:alpha(opacity=99);   /* discarded */
   -moz-opacity:.99;          /* discarded */
   opacity: .99;               /* discarded */
}
.pname
{
	font-family:arial;
	font-size:16px;
	font-weight:800;
	color:#666666;
	
}
.pointer{cursor:pointer};
.searchlink
{
	font-family:Verdana;
	font-size:11px;
	font-weight:400;
	color:#CCCC00;
	text-decoration:none;
	
	
	
}
.tooltip
{
padding:1px 1px 1px 1px;
 
}
.searchcallout
{
	font-family:Verdana;
	font-size:10px;
	font-weight:400;
	color:white;
	text-decoration:none;
	
}

.topnav
{
	font-family:Verdana;
	font-size:11px;
	font-weight:400;
	color:#CCCC00;
	text-decoration:none;
		
}
.topnav:hover
{
	font-family:Verdana;
	font-size:11px;
	font-weight:400;
	color:#ffffff;
	text-decoration:none;
		
}
.logolinks
{
	font-family:Verdana;
	font-size:9px;
	font-weight:400;
	color:#ffffff;
	text-decoration:none;
	
}
.logolinks:hover
{
	font-family:Verdana;
	font-size:9px;
	font-weight:400;
	color:#999999;
	text-decoration:none;
	
}
.copy
{
	font-family:Verdana;
	font-size:11px;
	font-weight:400;
	color:#666666
	
}
.copyblack
{
	font-family:Verdana;
	font-size:11px;
	font-weight:400;
	color:black;
	
}
.bigcopy1
{
	font-family:Verdana;
	font-size:18px;
	font-weight:800;
	color:#999999;
	
	
}

.bigcopy2
{
	font-family:Verdana;
	font-size:18px;
	font-weight:800;
	color:#666666;
	
}
.copybold
{
	font-family:Verdana;
	font-size:10px;
	font-weight:800;
}
.copylink
{
	font-family:Verdana;
	font-size:10px;
	font-weight:400;
	text-decoration:underline;
}

.copylink:hover
{
	font-family:Verdana;
	font-size:10px;
	font-weight:400;
	text-decoration:none;
}

.title		{
	font-family: Verdana;
	font-size: 14pt;
	
	font-weight : bold;
}
.byline
{
	font-family:Verdana;
	font-size:9px;
	font-weight:400;
	text-decoration:italic;
	
}
.date
{
	font-family:Verdana;
	font-size:9px;
	font-weight:400;
}

.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;
	}
