/*style for emphasised msg - MH*/
.emphasise {
background:#C2E5E9;
}

/*style for important message*/
p#ImportantMessage {
	color:#F00
}

/*style for important message in the sidebar*/
div#subcontent li#sideImportantMessage {
	background-color:#FFF
}

/*override corporate CSS for input:hover*/
input.button:hover, input.button:focus {
    background: none repeat scroll 0 0 #0A96A9;
    border-color: #C5C5C5;
}


/*tabs for MyAdmin page*/
.tabbed-pane * {
	margin: 0;
	padding: 0;
}
.tabbed-pane {
	margin:0 0 0 2px;
	width:305px;
	text-align:left;
        background: #222;
	color:#888;
	border:1px solid #333;
    padding:3px;
}

.tabbed-pane img
{
	width:300px;
	height:200px;
	margin:0 0 8px 0px;
	padding:1px;
	float:left;
	border:1px solid #000;
}

.tabs {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #014359;
	font-size: 1em;
}

#tabbed-pane ol {
       height:28px;
/*       margin-bottom:5px;*/
}
.tabs li a.active, .tabs li a:hover{
	float: left;
	display: block;
	text-decoration: none;
	/*font-weight: bold;*/
	color: #FFF;
	background: #014359;
/*    border: 1px solid #222;*/
}
 .tabs li {
	float: left;
	margin: 0 5px 0 0;
	border: 1px solid #014359;
	border-bottom: 0px;
}

 .tabs li a {
	float: left;
	display: block;
	padding: 6px 8px 6px 8px;
	text-decoration: none;
	/*background: #111;*/
    /*color:#FFF000;*/

}

/* .tabs li a:hover {
	float: left;
	display: block;
	padding: 6px 8px 8px 8px;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	color: #EEE;
	background: #333;
}*/

.tabbed-container {
	position: relative;
	clear: both;
	min-height: 10em;
	padding-top: 10px;
}
.tabbed-container .overlay {
	position: absolute;
	clear: both;
	width: 100%;
    height: 100%;
	top: 0;
	left: 0;
	opacity:.70;
	filter:alpha(opacity=70);
	background:#FFFFFF;
	text-align: center;
	z-index: 100;
	margin-top:10px;
}

.tabbed-container .overlay span{
	font-size:1.5em;
    color:#014359;
}
/*eof tabs for MyAdmin page*/

/*This is the css for the certificate*/
#certificateLogo img{
	display: none;
}

#title{
	color: #014359 !important;
	font-size: 160% !important;
	font-weight:bold;
}

#title2{
	color: #039BC0 !important;
	font-size: 140% !important;
	font-weight:bold;
}

#title3{
	font-size: 130% !important;
	font-weight:bold;
}

/*#certificate{
	text-align:center;
	border:thin #014359 solid;	
	padding:2em;	
	font-size: 120% !important;	
	/*background:url('medusaLogo.png') no-repeat bottom right;*/
	/*background:url('../images/medusaLogo.jpg') no-repeat bottom right;
	height: 1%;
}*/

#certificateImage{
	text-align:center;
	position: relative; top: 0; left: 0;
	width:640px;
	height:450px;
}

#certificateName{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 300% !important;
	position: absolute; top: 38%; left:0;
	width:640px;
}

#certificateDate{
	font:Georgia, "Times New Roman", Times, serif;
	font-size: 100% !important;
	position: absolute; bottom: 28; right: 38;
}


#name{
	color: #014359 !important;
	font-size: 160% !important;
	font-weight:bold;
	padding-top:2em;
	padding-bottom:3em;	
}

#author1{
	float:left;
	text-align:left;
	padding-left:4em;
	padding-top:8em;
}

#author2{
	float:right;
	text-align:left;
	padding-right:4em;
	padding-top:8em;
}

#jobTitle{
	font-size: 90% !important;
	margin-top:-1.2em !important;		
}

#courseDate{
	font-size: 130% !important;
	font-weight:bold;
	margin:5em;
	border:thin #014359 solid;
}

#credits{
	clear:both;
	padding-top:3em !important;
	font-size: 80% !important;
}


/*css for print link and icon*/
#nut_print {
	text-decoration:underline;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	color: #014359;
    text-decoration: underline;
	margin-bottom:10px;
}
#nut_print:hover{
	cursor:pointer;
}
.nut_printer_icon{
	float:left;
	background:url(../myadmin/img/printer_icon.png) no-repeat;
	height:16px;
	width:16px;
	margin-right:3px;
}
#nut_print_cert {
	padding-bottom:2px;
}
/*======*/