/* CSS Document for non IE browsers*/
A:hover {color: red;}

  .century     { font-size: 11px; font-family: "Century Gothic" }
  .centurylarge { font-size: 16px; font-family: "Century Gothic" }
  .dateHeading
  {   font-size: 110%;
      font-family: "Century Gothic";
      font-weight:bold;

  }
  .textFormat1
    { font-size: 100%;
      font-family: "Century Gothic";
      font-weight:normal;
    }
    .itemFormat
    { font-size: 100%;
      font-family: "Century Gothic";
      font-weight:normal;
    }

    a:link {
    COLOR: blue;
    FONT-SIZE:120%;
    }
    a:visited {
    COLOR: purple;
    }
    a:hover {
    COLOR: green;
    }
    a:active {
    COLOR: #00FF00;
    }
    .roundedcorner_box {
    	background: url(/images/roundedcorner_tl.png) no-repeat top left;
    	z-index:2;
    }
    .roundedcorner_top {
    	background: url(/images/roundedcorner_tr.png) no-repeat top right;
    	z-index:1;
    }
    .roundedcorner_bottom {
    	background: url(/images/roundedcorner_bl.png) no-repeat bottom left;
    	z-index:2;
    }
    .roundedcorner_bottom div {
    	background: url(/images/roundedcorner_br.png) no-repeat bottom right;
    	z-index:2;
    }
    .roundedcorner_content {
    	background: url(/images/roundedcorner_r.png) top right repeat-y;
    	z-index:2;
    }

    .roundedcorner_top div
    {
      width: 100%;
    	height:15px;
    	font-size: 1px;
    }

    .roundedcorner_bottom div, .roundedcorner_bottom {
    	width: 100%;
    	height: 15px;
    	font-size: 1px;
    }
    .roundedcorner_content, .roundedcorner_bottom {
    	margin-top: -15px;
    	
    }
    .roundedcorner_content
    {
    padding: 0 15px; 15px; 0;
    height: 100%;
    }

    .gr_roundedcorner_box {
	background: url(/images/gr_roundedcorner_tl.png) no-repeat top left;
}
    .gr_roundedcorner_top {
	background: url(/images/gr_roundedcorner_tr.png) no-repeat top right;
}
  .gr_roundedcorner_bottom {
	background: url(/images/gr_roundedcorner_bl.png) no-repeat bottom left;
}
.gr_roundedcorner_bottom div {
	background: url(/images/gr_roundedcorner_br.png) no-repeat bottom right;
}
.gr_roundedcorner_content {
	background: url(/images/gr_roundedcorner_r.gif) top right repeat-y;
  border-left-color:#77F861;
  border-left-style:solid;
  border-left-width: 3px;
  background-color:#96FA85;
  border-right-color:#77F861;
  border-right-style:solid;
  border-right-width: 3px;
}

.gr_roundedcorner_top div,.gr_roundedcorner_top,
.gr_roundedcorner_bottom div, .gr_roundedcorner_bottom {
	width: 100%;
	height: 15px;
	font-size: 1px;
	/*margin-top:-13px; brings bottom of table up in FF, hides it in IE*/
	
}
.gr_roundedcorner_content, .gr_roundedcorner_bottom {
 /*margin-top: -19px;*/
	height:100%;

}
.gr_roundedcorner_content { padding: 0 15px;padding-bottom:5px; height:100%;}
input
{
vertical-align: top;
}
#pform {
/*position:fixed;
top:300px;*/
left:75px;
display:none;
border:2px solid #44A5C5;
padding:8px;
background-color:#9CC5D3;
position:fixed;
  _position:absolute;
  bottom:0;
  _top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);
}
.promptFont
{
  font-family:calibri, arial;
  font-size:105%;

}
