html, body { height: 100%; }
body {
	background-color: #eeeeee;
	font-family: Century Gothic;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;	
}

.normal { font-weight: normal; }
.bold { font-weight: bold; }

.subtext { font-size: 10px; }
.text { font-size: 12px; }
.heading { font-size: 14px; }
.title { font-size: 16px; }

.dimmed { color: #696969; }

.link { cursor: pointer; }

a { 
	color: #333333;
} 
a:link, a:visited {
	color: #333333;
}

a:hover, a:active {
	color: #333333;
	cursor: pointer;
}

.link {
	cursor: pointer;
	color: #696969;
}

.link:hover {
	color: #333333;
}

table {
	width: 100%;
	height: 100%;
	border: none;
	border-collapse: collapse; 
	margin: 0px;
	padding: 0px;
	empty-cells: show;
}

input, textarea, select, iframe {
	font-family: Century Gothic;
	font-size: 12px;
	background-color: #f6f6f6;
	border-style: solid;
	border-width: 1px;
	border-color: #c8c8c8;
	margin: 0px;
	padding: 0px 1px 0px 1px;
}

td { padding: 0px; }

.border {
	border-style: solid;
	border-width: 1px;
	border-color: #c8c8c8;
}

.border-top {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #c8c8c8;
}

.border-bottom {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #c8c8c8;
}

.border-left {
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #c8c8c8;
}

.border-right {
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #c8c8c8;
}

.window {
	background-image: url('../../images/layout/dim50.png');
	background-repeat: repeat;
}

.transparent {
	background-image: url('../../images/layout/dim50.png');
}