html, body {
	margin:0;
	padding:0;
	height:100%;
	border:none;
	background-color: white;
	font-size: 100%; /* IE hack */ 
}

textarea {
	background-color: white;
}

table {
	/* IE hack */
	font-size: 100%; 
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.80em;
	background-image:url(../images/background.gif);
	background-position:top left;
	background-repeat: repeat-x;
}

th, td, input, select {
	font-size: 1em;
}

h2 {
	font-size: 1.85em;
	margin: 4px;
}

h3 {
	font-size: 1.25em;
	margin: 4px;
}

form {
	display: inline
}

table {
	border-collapse: collapse
}

a {
	color: blue
}

hr {
	height: 1px;
	color: #B3B3B3;
	background-color: #B3B3B3
}

blockquote {
	margin-right: 0
}

.star {
	color: blue;
	font-weight: bold
}

.success {
	color: green;
	font-weight: bold
}

.error {
	color: red;
	font-weight: bold
}

.disabled
{
	color:#aaaaaa;
}

.header {
	background-color: #F2F2F2
}

.footer {
	background-color: #F6F6F6
}

.light {
	background-color: #FAFAFA
}

.lighter {
	background-color: #FDFDFD
}

.button {
	border-style: outset;
	border-color: #FAFAFA;
	border-width: 2px;
	background-color: #F0F0F0;
	height: 2em;
}

.dimmed {
	color: #777777;
}

tr.noPaddingBottom td {
	padding-bottom: 0;
}

.subtleLink {
	text-decoration: none;
	color: black;
}

.clearer {
	letter-spacing: 0.1em;
}

.stage {
	/*background-color: #E0E0E0;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;*/
}

table#stages {
	font-size: 0.85em;
	cursor: default;
}

table#stages td {
	color: #B3B3B3;
	text-align: center;
}

table#stages td#selectedStage {
	color: #999999;
	height: 2em;
	font-weight: bold;
	border: 1px solid #B3B3B3;
	padding: 0.1em 0.5em;
}

table#stages a {
	color: #B3B3B3;
	text-decoration: none;
}

table#stages td.linked {
	height: 2em;
}

table#stages td.linked a {
	color: #9992F0;
	font-size: 1.1em;
	font-weight:bold;
}

table#stages td.unlinked {
	height: 2em;
}

table#stages td.hspacer {
	background-image: url(../images/horizline.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

table#stages td.vspacer {
	background-image: url(../images/vertline.gif);
	background-repeat: repeat-y;
	background-position: center center;
}