a { text-decoration:underline; color:#50708B; }
a:link { text-decoration:underline; color:#3366ff }
a:hover { text-decoration:underline; color:#0000ff }
a:visited { text-decoration:underline; color:#3366ff }

p.filter a:visited { color:#3366ff } 
p.filter a:hover { color:#0000ff } 

div.reponseMessage {
	font-weight: bold;
	color: #004422;
}

div.toolbar { 
	/*background-color:#93AEBF;
	padding:2px;*/
	width:100%;
	padding:0px;
}

/* FLOATER */
#overlay {
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	z-index: 1000;
	background-image:url('../images/modal_bg_transparent.gif');
	background-repeat:repeat;
	text-align:center;
	font-size:0.8em;
	width:100%;
	height:100%;	
}

form {
	margin:0px;
}

div.pageContent {
	width:100%;
}

div.overlay {
	background-image:url('../images/modal_bg.gif');
	background-repeat:repeat;
	display:none;
	position:fixed;
	text-align:center;
	font-size:0.8em;
	width:100%;
	height:100%;
	z-index:50;
}

body {
	font: 1em arial,verdana,helvetica,sans-serif;
	margin: 0px;
	min-width: 600px;
}

p.bodyText {
	font-size:0.9em;
	color:#50708B;
}

/* FORM ELEMENTS */

p.formLabel {
	font-size:0.9em;
	color: #50708B;
}

input.textField {
	font-size: 0.9em;
	border-style:solid;
	border-width:1px;
	border-color:#96B4CE;
	color:#50708B;
}

p.formDataFixed {
	font-size:0.9em;
	color: #50708B;
	font-weight:bold;
}

/* SIDE PANEL ELEMENTS */

div.panelHeading {
	background-image:url(../images/subheading_bg.gif);
	background-repeat:repeat-y;
	background-color:#C2D3DA;
	
	font-size: 0.9em;
	font-weight: bold;
	/*background-color: #7597AE;*/
	padding:2px;
	padding-left:5px;
	color:#ffffff;
}

div.panelFormHeading {
	background-image:url('../images/modal_bg.gif');
	font-weight: bold;
	font-size: 0.9em;
	margin-left:-4px;
	padding-left:5px;
	padding-top:2px;
}

p.panelFormText {
	color:#000000;
	font-size:0.8em;
}

.panelFormTextDisabled
{
	color: #A2ACB3;
}

div.panelForm {
	margin: 5px;
	padding:5px;
	background-color: #D8E6EC;
	border-style: solid;
	border-width:1px;
	border-color: #4F689A;
}

div.panelEnrol {
	margin: 5px;
	padding:5px;
	background-color: #D9ECD8;
	border-style: solid;
	border-width:1px;
	border-color: #7C8B7B;
}

div.panelCaution {
	margin: 5px;
	padding:5px;
	background-color: #F9D4CF;
	border-style: solid;
	border-width:1px;
	border-color: #E53D27;
}


/* MY COURSES PAGE */

table.tableContent {
	margin-top:0px;}

p.tableHeadingSmall {
	font-size:0.7em;
	color:#50708B;
	/*visibility:hidden;*/}

p.tableContentSmall {
	font-size:0.7em;
	color:#797979;}

p.tableHeading {
	font-size:1em;
	font-weight:bold;
	color:#50708B;
}
p.tableHeading.a {
	color:#50708B;
}
p.tableHeading.a:link {
	color:#50708B;
}
p.tableHeading.a:visited {
	color:#50708B;
}	
p.tableHeading.a:hover {
	color:#F05B54;
}

a.courseGroupTitle:link { color:#50708B; text-decoration:none }
a.courseGroupTitle:hover { color:#50708B; text-decoration:none }
a.courseGroupTitle:visited { color:#50708B; text-decoration:none }

p.courseTitle {
	font-size:0.9em;}

p.courseTitle a {
	background-color:#ffffff;
	padding-right:5px;}

p.courseTitle a:visited { text-decoration:underline; color:#3366ff }
p.courseTitle a:hover { text-decoration:underline; color:#0000ff }

p.courseDescription {
	font-size: 0.8em;
	color:#4F4F4F;}

td.colourColumn {
	background-color:#F9FAFB;}

td.tableTreeStem {
	background-image:url('../images/table_tree_vstem.gif');
	background-repeat:repeat-y;
	background-position:top left;
	padding-right:7px;}

td.tableTreeBranch {

	background-image:url('../images/table_tree_hstem.gif');
	background-repeat:repeat-x;
	background-position:center;}

div.subheading {
	background-image:url(../images/subheading_bg.gif);
	background-repeat:repeat-y;
	background-color:#C2D3DA;
	color:#ffffff;
	margin-bottom:0px;}

/* header info bar & footer */
div.headerInfoBar,
div.footer
{
	background-color:#4A687D;
	color:#ffffff;
	font-size: 0.7em;
	min-height: 20px;
}

div.headerInfoBar p,
div.footer p
{
	margin: 3px 0px 3px 0px;
	padding: 0px 6px 0px 6px;
}

div.footer
{
	margin-top:20px;
}

div.footerShadow {
	background: url('../images/footer_shadow.jpg') repeat-x;
	height: 7px;
}

div.shadow {
	background-image:url(../images/shadow_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#ffffff;
	width:100%;
	margin-top:0px;
	margin-bottom:0px;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

div.clear
{
	clear: both;
	font-size: 0px;
	height: 0px;
}

p.filter {
	font-size:0.8em;
	color: #000000;}

p.mainHeading
{
	font-size: 1.4em;
	color: #ffffff;
	font-weight:bold;
	margin:0px;
	padding: 0px;
}

div.mainContent {
	background-color: #ffffff;
}

td.tabHeadingSmall {
	font-size: 0.7em;}

/* MY COURSES TABLE*/
table.tableOutline {
	margin-bottom:10px;}

td.tableTopLeft {
	background-image:url(../images/table_top_left.gif);
	background-repeat:no-repeat;
	background-position:bottom right;}

td.tableTop {background-image:url(../images/table_top.gif);background-repeat:repeat-x;background-position:top left;}

td.tableTopRight {background-image:url(../images/table_top_right.gif);background-repeat:no-repeat;background-position:bottom left;}

td.tableRight {background-image:url(../images/table_right.gif);background-repeat:repeat-y;background-position:top left;}

td.tableBottom {background-image:url(../images/table_bottom.gif);background-repeat:repeat-x;background-position:top right;}

td.tableBottomRight {background-image:url(../images/table_bottom_right.gif); background-repeat:no-repeat; background-position:top left;}

td.tableBottomLeft {background-image:url(../images/table_bottom_left.gif); background-repeat:no-repeat; background-position:top right;}

td.tableLeft {background-image:url(../images/table_left.gif); background-repeat:repeat-y;background-position:top right;}

td.tableContent {padding: 0px; background-color: #ffffff;}

td.myCoursesContentSize {width: 98%;}

/*====================================================================
 Courses Page
 =====================================================================*/

/*--------------------------------------------------------------------
 Evaluation report panel
 ---------------------------------------------------------------------*/
div#evalReport
{
	display: none;
	visibility: hidden;
}

/*====================================================================
 Learners Page
 =====================================================================*/

/*--------------------------------------------------------------------
 Edit learner panel
 ---------------------------------------------------------------------*/
div#editLearnerEmailLink a
{
	background-image: url('../images/email_button_icon.gif');
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 18px;
}
