/* www.essexboyz.com r1/20070625 */

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.green {
	color: #00A000;
}

.middle {
	vertical-align: middle;
}

.red {
	color: #FF0000;
}

.top {
	vertical-align: top;
}

.textMediumBold {
	font-size: 75%;
	font-weight: bold;
}

.textSmall {
	font-size: 70%;
}

.textLargeBold {
	font-size: 90%;
	font-weight: bold;
}

.textLargeBoldGrey {
	color: #909090;
	font-size: 90%;
	font-weight: bold;
}

.textLinkUrl {
	color: #808080;
	font-family: monospace;
	font-size: 70%;
}

.textSmallBold {
	font-size: 70%;
	font-weight: bold;
}

.textTiny {
	font-size: 60%;
}

.textTinyBold {
	font-size: 60%;
	font-weight: bold;
}

a:hover {
	color: #DD6900;
}

a.underline:link {
	color: #0000AF;
	text-decoration: underline;
}

a.underline:active {
	color: #0000AF;
	text-decoration: underline;
}

a.underline:visited {
	color: #0000AF;
	text-decoration: underline;
}

a.underline:hover {
	color: #DD6900;
	text-decoration: underline;
}

a.noUnderline:link {
	color: #0000AF;
	text-decoration: none;
}

a.noUnderline:active {
	color: #0000AF;
	text-decoration: none;
}

a.noUnderline:visited {
	color: #0000AF;
	text-decoration: none;
}

a.noUnderline:hover {
	color: #DD6900;
	text-decoration: none;
}

body {
	background-color: #606060;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	margin: 0;
}

img {
	border: 0;
}

img.framed {
	border: solid 2px #909090;
}

img.framedMark {
	border: solid 2px #E7E700;
}

table {
	border: 0;
}

table.page {
	background-color: #BECFE1;
}

table.win {
	background-color: #D9E3EF;
	border: solid 2px #909090;
}

table.winMark {
	background: #D9E3EF url('images/watermark.jpg') no-repeat right bottom;
	border: solid 2px #909090;
}

td.auxWinBody {
	background-color: #D9E3EF;
	border-color: #909090;
	border-style: solid;
	border-width: 0px 2px 2px 2px;
	padding: 2px 6px 4px 6px;
}

td.auxWinBodyCenter {
	background-color: #D9E3EF;
	border-color: #909090;
	border-style: solid;
	border-width: 0px 2px 2px 2px;
	padding: 2px 6px 4px 6px;
	text-align: center;
}

td.auxWinTitle {
	background-color: #909090;
	color: #FFFFFF;
	padding: 2px 5px;
}

td.calendarNext6Days {
	background-color: #E6E6BC;
}

td.calendarToday {
	background-color: #FFFFD0;
}

td.darkGrey {
	background-color: #B0B0B0;
	color: #FFFFFF;
	vertical-align: top;
}

td.header {
	background-color: #D9E3EF;
	border: solid #909090 2px;
	text-align: center;
}

td.footer {
	background: #D9E3EF url('images/footer.jpg') no-repeat center center;
	border: solid #909090 2px;
	text-align: center;
	vertical-align: middle;
}

td.grey {
	background-color: #909090;
	color: #FFFFFF;
}

td.photoThumb {
	background-color: #CBD5E0;
	text-align: center;
}

td.photoThumbText {
	background-color: #CBD5E0;
	padding: 0px 8px;
	text-align: center;
}

td.winBody {
	padding: 0px 8px;
	vertical-align: top;
}

td.winBodyCenter {
	vertical-align: top;
	padding: 0px 8px;
	text-align: center;
}

td.winBodyHalfLeft {
	vertical-align: top;
	padding: 0px 8px;
	border-right: solid #909090 1px;
}

td.winBodyHalfRight {
	vertical-align: top;
	padding: 0px 8px;
	border-left: solid #909090 1px;
}

td.winBodyHorizDivide {
	padding: 0px;
	border-bottom: solid #909090 2px;
}

td.winBodyRight {
	padding: 0px 8px;
	text-align: right;
	vertical-align: top;
}

td.winTitle {
	background-color: #909090;
	color: #FFFFFF;
	padding: 1px 4px 3px 4px;
}

