/*------------------------------------------------------------------
[Master Stylesheet]

Project:		X-Life Website
Version:		1.0
Last Modified:	09/25/08 
Assigned to:	Hector Portillo, MetroStar Systems
Primary use:	To define text styles
-------------------------------------------------------------------*/  




.XLifeLogo
{
	width:141px;
	padding-top:8px;
}


/*----------------------------------------
[Ads]
The following code is used to stylize the What's New listings on the home page
----------------------------------------*/

.WhatsNew
{
	padding-left:15px;
	padding-right:10px;
	vertical-align:top;
	padding-top:6px;
}
.WhatsNew div
{
	vertical-align:top;
}
.WhatsNew h1
{
	font-size:11px;
	margin:0px;
}
.WhatsNew ul
{
	list-style-type: none;
	padding-left: 0;
	margin:0px;
	margin-left: 0;
}
.WhatsNew li
{
	color:#cecece;
	font-size:10px;
	background-image:url(../../../images/icons/bullet01.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left: 15px;
	margin-bottom: 10px;
	vertical-align:top;
	list-style-type:none;
}
.WhatsNew li a:link,
.WhatsNew li a:visited
{
	color:#178cc7;
}
.WhatsNewTitle a:hover
{
	color:#178cc7;
	font-weight:bold;
}
.WhatsNew .PostDate
{
	color:#646469;
	font-size:9px;
}



/*----------------------------------------
[RC-Header]
The following code is used to stylize the headers on the right column
----------------------------------------*/

.RC-Header
{
	vertical-align:top;
	margin-bottom:10px;
}
.RC-Header a:link,
.RC-Header a:visited
{
	font-size:11px;
	font-weight:normal;
	color:#178cc7;
}
.RC-Header h1
{
	background-image: url(../../../images/RC-Header01.gif);
	background-repeat:repeat-x;
	background-position:top;
	font-size:12px;
	line-height:25px;
	height:29px;
	padding-left:5px;
	color:#b2b2b2;
}
.RC-Header span
{
	color:#fff;
}

.RC-Content
{
	text-align:left;
	padding-top:10px;
	padding-left:13px;
	padding-right:12px;
}

.HelpIcon
{
	border:0px;
	vertical-align:middle;
}










