﻿/* 4. Content pages */

.profileTable
{
	border-width: 0px;
	border-style:solid;
	border-color: Gray;
	width: 600px;
}

.profileHeader
{
	background-color: #ececec;
	font-weight: bold;
}


.profileData
{
	background-color: White;
}

.leftCell
{
	width: 30%;
	text-align: right;
	white-space: nowrap;
	vertical-align: top;
}

.rightCell
{
	width: 70%;
	text-align: left;
	vertical-align:top;
}

.colSpannedCell
{
	text-align:center;
}

.innerTable
{
	border: 0;
	width: 100%;
	height: 100%;
}

.td50
{
	vertical-align: top;
	width: 50%;
}

.indented
{
	margin-left: 40px;
}

.code
{
	font-family: Consolas, Courier, Fixedsys, Sans-Serif;
	font-size: 1.1em;
}

.smallInfo
{
		font-size: 0.8em;
		color: #999999;
}
