/* CSS specific to the members pages */

/* classes */
.carmakeTxt A {	font-family: Verdana, Arial, Helvetica;	font-size: 8pt;	color: #ffffff;	font-weight: 700; text-decoration: none;}
.carmakeTxt A:HOVER { color: #ffffff; text-decoration: underline;}

.current
{
	font-weight: 700;
	color: #000000;
}
.descTitle
{
	font-weight: 700;
	color: #ffffff;
}
TABLE.mainImg
{
	margin-left: 10px;
	margin-bottom: 10px;
}

.thumbTable
{
	padding-left: 5px; /* plus the table cellpadding = total of 10px */
	padding-top: 5px;
	padding-bottom: 5px;
}

.thumbPages A { color: #ffffff;}
.thumbPages A:hover { color: #ffffff;}

.usernameTxt
{
	margin-top: 5px;
	font-family: Arial, Helvetica;
	font-size: 12pt;
	font-weight: 700;
}
.photoDescContainer
{
	height: 200px;
}

#ContentRight
{
	padding-top: 0px
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	border-left: solid 2px #A9A7A7;
	border-top: solid 1px #A9A7A7;
	border-right: solid 1px #4E4E4E;
	background-color: #828181;
}

#ContentLeft2
{
	padding-top: 10px
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	border-top: solid 1px #B76060;
	border-right: solid 1px #000000;
	background-color: #990000;
}
