/* onHAND style sheet */


/* This file is for the top (title) frame only */
/* Chnaged body.topframe backgournd-positiion to left 7-3-2013  to keep top image from sliding left when browser screen was resized    Ashcraft */
Body.TopFrame
{
/*	background-image: url(skins/NJCRIB/images/TopFrameBackground.gif);  Line for NJCRIB */
    background-image: url(skins/hillary/images/TopFrameBackground.gif);
	background-position: left;
	background-repeat: no-repeat;
	background-attachment: fixed;
	border-width:0px
}

Div.TopText
{
	position: absolute; 
	width: 424px; 
	height: 45px; 
	left: 15px; 
	top: 15px;
}

p.TopText
{
	display:none;
	font-family: Arial; 
	font-size: 30px; 
	color: black; 
	font-weight: bold; 
	margin-top: 0px; 
	padding-top: 0px;
}

Div.TopUser
{
	position: absolute; 
	width: 424px; 
	height: 20px; 
	right: 80px; 
	top: 7px;
}

p.TopUser
{
	text-align:right;
	font-family: Arial; 
	font-size: 20px; 
	color: white; 
	padding-top: 0px; 
	margin-top: 0px;
}

Div.TopButtons
{
	RIGHT: 15px; 
	WIDTH: 56px; 
	POSITION: absolute; 
	TOP: 9px; 
	HEIGHT: 25px; 
	TEXT-ALIGN: right;
}

Img.TopButton
{
	cursor: pointer;
	height: 18px;
	width: 18px;
	border: 0px; 
}