﻿body
{
	font-family			:	"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size			:	15px;
	line-height			:	1.166;
	padding				:	0;
	margin				:	0;
	background-color	:	#CCCCCC;
 	background-repeat	:	repeat-x;
	text-align			:	left;
	
}
a:link, a:visited{
	margin			: 0px;
	padding			: 0px;
	list-style-type	: none;
	font-family		: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight		: normal;
    color			: #333333;
    text-align		: left;
	text-decoration	: none;
}

a:hover
{
	text-decoration	: underline;
}

/* Text Inside the Content Place Holder */

.TextInside
{
		color: #333333;
}

.TextInside a:link
{
	    font-weight:bold;
}

.TextInsideLighter
{
		color:#666666;
}

/* Text Outside the Content Place Holder */

.TextOutside
{
		color			:#333333;
}

.TextOutside a:link
{
	    font-weight		:bold;
}

/* Text Inside the Coloured Columns */

.TextColumns
{
		color			:#FFFFFF;
}

.TextColumns a:link
{
		color			:#333333;

}

/* Navigation Links */

.NavigationLinks
{
   color					:#FFFFFF;
   font-size				:16px;
}

.NavigationLinks a:hover
{	
	background-color	:White;
	text-decoration		:none;
}

/* Navigation Links Private */

.NavigationLinksPrivate
{
   color					:#FFFFFF;
   font-size				:16px;
}

.NavigationLinksPrivate a:visited
{
   color					:#FFFFFF;
   font-size				:16px;
}

.NavigationLinksPrivate a:active
{
   color					:#FFFFFF;
   font-size				:16px;
}

.NavigationLinksPrivate a:hover
{	
	color				:#FF30FF;
	background-color	:#FFFFFF;
	text-decoration		:none;
}

.ProfilePic
{
    max-height: 210px;
    max-width: 210px;
    width: expression(this.width > 210 ? 210: true);
}

.AvatarPic
{
    max-height: 70px;
    max-width: 70px;
    width: expression(this.width > 70 ? 70: true);
}

.MessageboardAvatarPic
{
    max-height: 50px;
    max-width: 50px;
    width: expression(this.width > 50 ? 50: true);
}