@import 'reset.css';
@import 'rc.css';
@import 'global.css';
@import 'header.css';
@import 'welcome.css';
@import 'notes.css';
@import 'errormessages.css';

/* Header */
div#head-space {
	position: relative;
	width: 100%;
	height: 100px;
	background-image: url("images/top_grad.png");
	text-align: center;
}

div#head-space img#logoimage {
  padding-top: 15px;
	width: 344px;
	height: 75px;
}

div#some_space
{
	padding-bottom: 10px;
	height: 15px;
	width: 100%;
	overflow: hidden;
}

div#some_space_2
{
	padding-bottom: 10px;
	height: 90px;
	width: 100%;
	overflow: hidden;
}


/* Content */
div#content_space
{
	margin: 0 auto;
	padding-top: 10px;
	width: 728px;
}

div#footer
{
	margin: 0 auto;
	width: 708px;
	font-size: 0.8em;
	text-align: center;
	position: relative;
	padding: 10px;
	background-color: #A9D2FF;
}

p#copy {
  font-size: 0.8em;
}

p#copy a {
  color: inherit;
}

/* Helper classes */
.clearer
{
	clear: both;
}

.ajax_spinner
{
	position: absolute;
	display: none;
	top: 0px;
	right: -25px;
	width: 16px;
	height: 16px;
	background-image: url('../images/ajax-loader-white.gif');
}