﻿@import "../../css/amazingSkinColour/black/colour.css";

/* Page Header */


/* Specific images for the DashBoard Boxes */
div#recentTutorials div.dashboardHeader h3{background:url(images/dbb-recentTutorials-blue.png);}
div#scheduledTutorials div.dashboardHeader h3{background:url(images/dbb-scheduledTutorials-blue.png);}
div#recentLogins div.dashboardHeader h3{background:transparent url(images/dbb-recentlogins-blue.png) no-repeat;}
div#pendingApprovals div.dashboardHeader h3{background:url(images/dbb-pendingApprovals-blue.png);}

/* End Page Header */
a.ILPButton,a.ILPButton:hover,a.ILPButton:active,a.ILPButton:link,a.ILPButton:visited
{
	color:#0088B4;
}
div.ILPButton a,div.ILPButton a:link,div.ILPButton a:hover, div.ILPButton a:active,div.ILPButton a:visited
{
	color:#0088B4;
}
div#questionPrev a
{
	background:url(../../images/previous.gif);
	background-repeat:no-repeat;
	width:42px;
	height:32px;
	display:block;
}
div#questionPrev a strong{display:none;}
div#questionNext a{background:url(../../images/next.gif);background-repeat:no-repeat;width:45px;height:35px;display:block;}
div#questionNext a strong{display:none;}