/*****************************************************************************
    (C) Copyright The Alpha School System Pty Ltd 2015 All Rights Reserved
******************************************************************************/
.wb-toolbar td {
	background-color: #EAF5FF;
}

.wb-toolbar-logo,
.wb-toolbar-yearperiod,
.wb-toolbar-class,
.wb-toolbar-search,
.wb-toolbar-teacher, 
.wb-toolbar-admin,
.wb-toolbar-rules,
.wb-toolbar-replace,
.wb-toolbar-logout,
.wb-toolbar-help,
.wb-toolbar-kiosk,
.normalized input[type="submit"].wb-toolbar-kiosk,
.normalized input[type="submit"].wb-toolbar-kiosk:hover,
.normalized input[type="submit"].wb-toolbar-kiosk:focus,
.normalized input[type="submit"].wb-toolbar-kiosk:active
{
	display: block;
	background: none;
	border: none;
	box-shadow: none;
	text-shadow: none;
	content: "";
}

.wb-toolbar-logo > img,
.wb-toolbar-yearperiod > img,
.wb-toolbar-class > img,
.wb-toolbar-search > img,
.wb-toolbar-teacher > img, 
.wb-toolbar-admin > img,
.wb-toolbar-rules > img,
.wb-toolbar-replace > img,
.wb-toolbar-logout > img,
.wb-toolbar-help > img,
.wb-toolbar-kiosk > img {
	display: none;
}

.wb-toolbar-logo {
	width: 146px; height: 60px;  background: url('images/Logos/lgoTass.gif') no-repeat 0 0 transparent;
}

.wb-toolbar-yearperiod { 
	width: 55px; height: 55px;
	background: url('images/toolbars/btnChangeYrPrd.gif') no-repeat 0 0 transparent;
}

.wb-toolbar-class { 
	width: 55px; height: 55px;
	background: url('images/toolbars/btnSelectClasses.gif') no-repeat 0 0 transparent;
}

.wb-toolbar-search {
	width: 77px; height: 55px;
	background: url('images/toolbars/btnAdvSearch.gif') no-repeat 0 0 transparent;	
}

.wb-toolbar-teacher {
	width: 55px; height: 55px;
	background: url('images/toolbars/btnSearchByTch.gif') no-repeat 0 0 transparent;	
}

.wb-toolbar-admin {
	width: 55px; height: 55px;
	background: url('images/toolbars/btnAdmin.gif') no-repeat 0 0 transparent;	
}

.wb-toolbar-rules {
	width: 97px; height: 55px;
	background: url('images/toolbars/btnCalculation.gif') no-repeat 0 0 transparent;	
}

.wb-toolbar-replace {
	width: 65px; height: 55px;
	background: url('images/toolbars/searchandreplace.gif') no-repeat 0 0 transparent;	
}

.wb-toolbar-logout {
	width: 55px; height: 55px;
	background: url('images/toolbars/btnLogout.gif') no-repeat 0 0 transparent;
}

.wb-toolbar-help {
	width: 55px; height: 55px;
	background: url('images/toolbars/help.gif') no-repeat 0 0 transparent;
}

table[frame="void"] img[style="max-width:40px;"] {
	display: none;
}

table[frame="void"] {
    border-bottom: 1px solid #e5e5e5;
}

.tHeadMenuHeader {
    font-size: 16px; 
 }