BODY
{
	background-image:	url(/sametime/images/stbackground.gif);
	background-color:	#FFCC00;
	background-repeat:	no-repeat;
	font-family:		Arial,Helvetica,sans-serif;
	font-size:			small;
	color:				black;
}

/*Class selectors*/
.netscapeBorder
{
	visibility:				hidden;
	position:				absolute;
	clip:					rect(0,0);
	z-index:				3;
}

.dnstyle
{
	text-decoration:	none;
	color:				black;
	font-family:		Arial,Helvetica,sans-serif;
	font-size:			small;
}

.dnstyle:hover
{
	color:				#990000;
	background-color:	#FFFF99;
}
/* Border/size info included in hover
caused IE5 hang when text wrapped due to
large font size */

.dustyle
{
	color:				#990000;
}

.hlinestyle
{
	visibility:			hidden;
	text-align:			left;
	font-size:			1px;
	background-color:	black;
	position:			absolute;
	height:				2px;
	z-index:			2;
}

.vlinestyle
{
	visibility:			hidden;
	text-align:			left;
	font-size:			1px;
	width:				1px;
	background-color:	black;
	position:			absolute;
	z-index:			2;
}

.buildinfostyle
{
	visibility:		hidden;
	text-align:		left;
	font-size:		x-small;
	position:		absolute;
	z-index:		2;
}

.sametimeloginsstyle
{
	visibility:		hidden;
	text-align:		left;
	color:			black;
	font-size:		small;
	position:		absolute;
	width:			300px;
	left:			430px;
	z-index:		2;
}

.sitelinksstyle
{
	visibility:		hidden;
	text-align:		center;
	font-size:		small;
	font-family:	Arial,Helvetica,sans-serif;
	position:		absolute;
	z-index:		1;
}

/* Need this because Nav4 adds padding
	if included in main style */
.navigatoralignstyle
{
	text-align:		right;
}

.navigatorstyle
{
	/*align:			left;
	text-align:		right;*/

	visibility:		hidden;
	font-size:		small;
	font-weight:	bold;
	left:			30px;
	
	height:			22px;
	
	width:			301px;
	position:		absolute;
	z-index:		3;
}

.headerstyle
{
	visibility:		visible;
	position:		absolute;
	top:			0px;
	left:			0px;
	width:			223px;
	height:			38px;
	z-index:		1;
}

.contentstyle
{
	visibility:		visible;
	position:		absolute;
	top:			50px;
	left:			50px;
	z-index:		1;
}

.productidentitystyle
{
	visibility:		visible;
	position:		absolute;
	top:			72px;
	left:			25px;
	width:			309px;
	height:			330px;
	z-index:		1;
}

.introheaderstyle
{
	font-size:		small;
	font-weight:	bold;
	font-family:	Arial,Helvetica,sans-serif;
	color:			#990000;
}

.introheaderblackstyle
{
	font-size:		small;
	font-weight:	bold;
	font-family:	Arial,Helvetica,sans-serif;
	color:			black;
}

.introfooterstyle
{
	font-size:		small;
	font-weight:	bold;
}

.descriptionstyle
{
	visibility:			hidden;
	background-color:	#FFFF99;
	border:				1px solid black;
	text-align:			left;
	font-size:			small;
	font-family:		Arial,Helvetica,sans-serif;
	position:			absolute;
	padding:			10px;
	top:				150px;
	left:				430px;
	width:				340px;
	z-index:			5;
}

.STSubTitle
{
	font-size:		large;
	font-weight:	bold;
}


