/* 
Style sheet for StudentRelate
Copyright Cornish WebServices 2009
*/
/*-------------------------------*/
/* GENERAL STYLES */
/*-------------------------------*/
body {
	font-size: 100%;
	margin: 0;
	padding: 0;
	background:#fff;
	color:#111;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	color:#0a6da6;
}
h1 {
	font-size:150%;
	margin-top: 0.65em;
	margin-bottom: 0em;
	color:#0a6da6;
}
h2 {
	font-size:115%;
	margin-top: 0.75em;
	margin-bottom: 0em;
	color:#0a6da6;
}
h3 {
	font-size:110%;
	margin-top: 0.60em;
	margin-bottom: 0em;
	color:#0a6da6;
}
h4 {
	font-size:100%;
	margin-top: 0.60em;
	margin-bottom: 0em;
	color:#0a6da6;
}
h5 {
	font-size:90%;
	margin-bottom:0em;
	color:#0a6da6;
}
h6 {
	font-size:90%;
	color:#0a6da6;
}
ul {
	font-size:85%;
	color:#000;
}
ol {
	font-size:85%;
	color:#000;
}
li {
	font-size:100%;
}
ol, ol li {
	list-style-type:decimal;
}
ul, ol li ul li {
	list-style-type:disc;
}
p {
	font-size:86%;
	margin-top: 0.8em;
	margin-bottom: 0em;
}
caption {
	font-size:105%;
	margin-top: 0.8em;
	margin-bottom: 1em;
	font-weight:bold;
	color:#003427;
	text-align:left;
}
th {
	font-size:100%;
	padding:4px;
	font-weight:bold;
	background-color: #d9d2cb;
	border-bottom: 1px solid #bcd6e5;
	border-right: 1px solid #b8b1ab;
	color:#0a6da6;
}
td {
	font-size:86%;
	padding:4px;
	background-color: #fff;
	border-bottom: 1px solid #bcd6e5;
	border-right: 1px solid #bcd6e5;
}
table {
	border-collapse: collapse;
	border: 2px solid #bcd6e5;
	margin-bottom: 2em;
}
img, a img {
	border-style: none;
}
a {
	color:#0257cb;
	text-decoration:none;
	font-size: 100%;
}
a:focus, a:hover {
	color:#0257cb;
	text-decoration:underline;
	font-size: 100%;
}
/**********************************/
/*  COLUMN   */
/*********************************/
.columnBox {
	float: left;
	width: 100%;
	margin: 0 0 8px 0;
	padding: 0;
	min-height: 120px;
	height:auto !important;
	height:120px;
	font-size: 100%;
	font-weight: normal;
	color:#000;
}
.columnBox h1 {
	font-size: 100%;
	font-weight: normal;
	color:#0A6DA8;
	margin: 0;
	padding: 2px 0 0 14px;
	min-height: 20px;
	height:auto !important;
	height:20px;
	background-color:#D9D2CB;
	display:block;
}
.columnBox h2 {
	font-size:90%;
	font-weight: bold;
	color:#0A6DA8;
	margin: 0.8em 0 0 0;
	padding: 2px 0 0 14px;
}
.columnBox p {
	padding: 2px 5px 0 14px;
	margin:0.5em 0;
	font-size:76%;
}
.blueColumnBox {
	width: 100%;
	margin: 0 0 16px 0;
	padding: 16px 0 0 0;
	min-height: 82px;
	height:auto !important;
	height:82px;
	font-size: 90%;
	font-weight: normal;
	color:#fff;
	background-color: #0A6DA8;
	text-align:center;
}
.blueColumnBox a {
	color:#fff;
	margin:0;
	padding:0;
}
.blueColumnBox a:hover {
	text-decoration:none;
}
.highlightL {
	color:#9b8071;
}
.highlightR {
	color:#c9cbc6;
}
/**********************/
/*  IMAGE PLACEMENT */
/**********************/

.floatright {
	float:right;
}
.floatleft {
	float:left;
}
.floatimageleft {
	float:left;
	margin-top:5px;
	margin-left:2px;
	margin-right:9px;
	padding:2px;
	margin-bottom:0px;
	border:1px solid #bcd6e5;
}
.floatimageright {
	float:right;
	margin-top:9px;
	margin-left:8px;
	margin-right:1px;
	padding:2px;
	margin-bottom:10px;
	border:1px solid #bcd6e5;
}
/******************************/
/* MISCELLANEOUS */
/******************************/

/* Horizontal line */
hr {
	color: #bcd6e5;
	background-color: #bcd6e5;
	height: 2px;
	border: none;
	clear:both;
}
.asterisk {
	color: #FF0000;
}
.small {
	font-size:70%;
}
strong.small {
	line-height:1.1;
	margin-bottom:0;
}
.large {
	font-size:120%;
}
.hide {
	display:none;
}
.quiet {
	color:#666;
}
.loud {
	color:#000;
}
.highlight {
	background:#ff0;
}
.right {
	text-align:right;
}
.left {
	text-align:left;
}
.center {
	text-align:center;
}
.more {
	font-size:85%;
	color:#666;
	font-style:italic;
}
.border {
	border:1px solid #aaa;
}
.clear {
	clear:both;
}
.clearLeft {
	clear:left;
}
.clearRight {
	clear:right;
}
.invisible {
	display:none;
}
.visible {
	display:block;
}
.padLeft {
	padding-left: 20px;
}
.padRight {
	padding-right: 20px;
}
.padTop {
	padding-top: 10px;
}
.padBottom {
	padding-top: 10px;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.created {
	text-align:right;
	color:#999;
	font-style:italic;
	font-size:120%;
}
.w2 {
	width:50%;
}
.w2b {
	width:40%;
}
.w2c {
	width:40%;
}
.w3 {
	width:33%;
}
.w4 {
	width:25%;
}
.w5 {
	width:20%;
}
.block {
	display:block;
}
.blueText {
	color:#0A6DA6;
}
.greyText {
	color:#666;
}
.blueBg {
	background-color:#0A6DA6;
	color:#fff;
}
.greyBg {
	background-color:#666;
	color:#fff;
}