  ﻿/* 
branded colours 
	blue	#0044ff
	cyan	#00ffff
	silver	#bbcccc
*/

body 
{
	font-family:Arial;
	font-size:12px;
}

input 
{
	font-family:Arial;	
}

.information {
	padding: 10px;
	margin-top: 10px;
	border: solid 1px blue; 
	background-color:ivory;



}
.warning
{
	padding: 10px;
	border: solid 3px red;
}

.valwarning
{
	color: Red;
	font-weight: bold;
	font-size: 14px;
}


.plaintable, .plaintable td 
{
	border: none;
	background-color: white;
	font-size: 12px;
}
.plaintable_bordered, .plaintable_bordered td 
{
	border: solid 1px silver;
	background-color: white;
	font-size: 12px;
}

.header 
{
	font-size: 14px;
	font-weight: bold;
}
img 
{
	border: none;
}
hr 
{
	border: solid 1px #0044ff;
}
table, td
{
    border-color: #0044ff;
    border-style: solid;
    
}

table
{
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
}

td
{
    margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
    background-color: #bbcccc;
    font-size: 12px;
}

td.seperator 
{
	border-bottom: solid 1px #0044ff;
}



td.lastcol 
{
	border-left: solid 1px #0044ff;
}

.tableheader td
{
	background-color: #0044ff;
	color: White;	
}
.container
{
	border: solid 1px #0044ff;
	margin-bottom: 20px;
	margin-top:10px;
}
.clear
{
	clear: both;
}

#menu 
{
    font-size: 12px;
	padding: 5px;	
}
#menu a 
{
	text-decoration: none;
	color: #0044FF;
	padding: 2px 3px 2px 3px;
	
}
#menu a:hover 
{
	text-decoration: none;
	background-color: #0044FF;
	color: White;
}

#divStep 
{
    margin-top: 10px;
    font-size: 15px;
	font-weight: bold;	
	padding: 10px;
	border: solid 1px green;
	background-color: #E5FCDE;
	color: green;
}

.divHeader1 
{
	font-size: 13px;
	font-weight: bold;	
	padding: 15px 0px 5px 10px;
	background-color: #0044FF;
	color: White;
}
.divHeader2
{
    font-size: 12px;
	font-weight: bold;	
	padding: 3px 3px 3px 10px;
	background-color: #0044FF;
	color: White;
}


#divStudentDetails
{		
	padding: 10px
}

#studentenrolments
{
	margin-bottom: 50px;
	margin-top: 40px;
}

.helptext
{
	padding: 10px;
}

.stage
{
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
	color: black;	
}
.stage_completed
{	
	display: block;
	font-weight: normal;
	text-decoration: none;
	padding: 5px;
	color: #0044FF;
	vertical-align: middle;
	background-image:url('/onlinereg/graphics/tick6.gif');	
	background-repeat:no-repeat;
	background-position: right;
}

.stage:hover, .stage_completed:hover 
{	
	background-color: #0044ff;
	color: White;
}

.stage_disabled
{
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
	color: gray;
	cursor: wait;
}
.stage_disabled:hover
{
	color: gray;
	text-decoration: none;
	cursor: wait;
}

.stage_disabled_complete
{
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
	color: gray;
	cursor: wait;
	vertical-align: middle;
	background-image:url('/onlinereg/graphics/tick6.gif');	
	background-repeat:no-repeat;
	background-position: right;
}
.stage_disabled_complete:hover
{
	color: gray;
	text-decoration: none;
	cursor: wait;
}

.enrolment_course
{
	margin-top: 10px;
	margin-left: 10px;
	font-weight: bold;
	padding: 5px;
}
.enrolment_module
{
	margin-left: 50px;
	padding: 5px;
}
.responses 
{
	font-size: 14px;
	padding: 20px 40px;
}

a.response_confirm
{		
	color: Green;
	font-size: 16px;
	text-decoration: none;
	padding-left: 50px;
	display:block;
	height:50px;
	line-height: 50px;
	vertical-align: middle;
	background-image:url('/onlinereg/graphics/confirm.jpg');	
	background-repeat:no-repeat;
}

a.response_reject
{	
	color: red;
	font-size: 16px;
	text-decoration: none;
	padding-left: 50px;
	display:block;
	height:50px;
	line-height: 50px;
	vertical-align: middle;
	background-image:url('/onlinereg/graphics/reject.jpg');	
	background-repeat:no-repeat;
}

a.response_confirm:hover, a.response_reject:hover
{
	text-decoration: underline;		
}

.slc_ok 
{
	padding: 10px; 
	color: Green;
	border: solid 1px green;	
}
.slc_warning 
{
    display: block;
	padding: 10px; 
	color: red;
	border: solid 1px red;	
}

td.feesseperator
{
    border-bottom: solid 1px #0044ff;
    padding-top: 30px;
    font-size: 12px;
    font-weight: bold;
}

td.feesubheader
{
    background-color: Silver;
    padding: 5px 5px 5px 10px;
    font-size: 12px;
    font-weight: bold;
}

td.feebalance
{
    border-top: solid 2px #0044ff;
   
}

.feewarning
{
	background-image:url('/onlinereg/graphics/exclaimation.jpg');	
	background-repeat:no-repeat;
    background-position: left center;
    color: red;
    padding: 5px 0px 5px 80px;
    margin-left: 20px;
}


.inductionlink a, a:visited, a:active 
{
	text-decoration: none;
	color: white;
	padding: 2px 3px 2px 3px;
	
}
.inductionlink a:hover 
{
	text-decoration: underline;
	color: White;
}
