/* Content */

h1.alt {
	color: #444;
	font-size: 15px;
	font-weight: bolder;
	margin-bottom: 15px;	
}

h3 {
	color: #333;
	font-size: 12px;
}

.small {
	font-size: 11px;
}



/* Images */

.imagespacert {
	float: right;
	margin: 0 0 10px 10px;
}

.imagespacelt {
	 float: left;
	 margin: 0 10px 10px 0;
}

.image-caption {
	margin-top: 6px;
}

/*** Superscripts and Subscripts ***/

sup, sub { 
	position: relative;
	vertical-align: 0;
}

sup { 
	bottom: 1ex; /* x-height */
}

sub { 
	top: 0.8ex; /* x-height */
}

/* Top Navigation and Page Controllers */

.top-nav,
.page-controllers {
	background-color: #E5EFF5;
	border: 1px solid #C4D3DC;
	color:  #94A0A7;
	font-size: 11px;
	margin: 0;
}

.page-controllers {
	display: inline-block;
	padding: 3px 6px;
}

.page-controllers.left {
	margin-right: 10px;
}

.top-nav {
	padding: 10px;
	margin-bottom: 15px;
}

.top-nav a:link,
.top-nav a:visited,
.top-nav a:active,
.top-nav a:hover {
	font-weight: normal;
}

.top-nav td {
	text-align: left;
	vertical-align: top;
}

.top-nav ul {
	margin: 0;
	padding: 0;
}

.top-nav li {
	list-style: url(../images/box.gif) outside;
	margin-left: 18px;
}

/* Box Styles */

.box,
.box-alt {
	background-color: #E5EFF5;
	font-size: 11px;
	line-height: 15px;
	margin: 0;
}

.box {
	border: 1px solid #C4D3DC;
}

.box td,
.box-alt td,
.box th,
.box-alt th {
	padding: 8px 10px;
}

td.border-right,
.border-right td,
th.border-right,
.border-right th {
	border-right: 1px solid #C4D3DC;
}

.border-top td,
.border-top th,
th.border-top {
	border-top: 1px solid #C4D3DC;
}

.border-bottom td,
.border-bottom th {
	border-bottom: 1px solid #C4D3DC;
}

.border-left th,
th.border-left,
.border-left td,
td.border-left {
	border-left: 1px solid #C4D3DC;
}

/* Box Alt Styles */

.box-alt th {
	background-color: #EEEEEE;
	color: #222;
	text-align: left;
}

.box-alt .empty {
	background-color: #FFF;
	border-top: 1px solid #FFF;
}