/* MajicButton's are attached here instead of using javascript */

#tabItem_toolCalculator div,
#tabItem_toolKeyboard div,
#tabItem_toolTasks div,
#tabItem_toolNotes div,
#tabItem_toolCalendar div {display: none;}

#tabItem_toolCalculator,
#tabItem_toolKeyboard,
#tabItem_toolTasks,
#tabItem_toolNotes,
#tabItem_toolCalendar {background-color: #000; background-repeat: no-repeat; height: 16px; padding: 0px;}

#tabItem_toolCalculator {
	background-image: url(../../include/storage/majicbutton.php?text=Calculator&iconLeft=icons/computer_16.png&colorize=40%2C40%2C40&edgeSpacing=5&type=matthews_squared&font=majicbutton/fonts/verdanab.ttf&textHeight=10.5&uppercase=1);
	width: 94px;
}
#tabItem_toolCalculator.majicTabSelected,
#tabItem_toolCalculator:hover {
	background-image: url(../../include/storage/majicbutton.php?text=Calculator&iconLeft=icons/computer_16.png&colorize=255%2C115%2C2&edgeSpacing=5&type=matthews_squared&font=majicbutton/fonts/verdanab.ttf&textHeight=10.5&uppercase=1);
}

#tabItem_toolKeyboard {
	background-image: url(../../include/storage/majicbutton.php?text=Keyboard&iconLeft=icons/hard-disk_16.png&colorize=40%2C40%2C40&edgeSpacing=5&type=matthews_squared&font=majicbutton/fonts/verdanab.ttf&textHeight=10.5&uppercase=1);
	width: 84px;
}
#tabItem_toolKeyboard.majicTabSelected,
#tabItem_toolKeyboard:hover {
	background-image: url(../../include/storage/majicbutton.php?text=Keyboard&iconLeft=icons/hard-disk_16.png&colorize=255%2C115%2C2&edgeSpacing=5&type=matthews_squared&font=majicbutton/fonts/verdanab.ttf&textHeight=10.5&uppercase=1);
}

#tabItem_toolTasks {
	background-image: url(../../include/storage/majicbutton.php?text=Tasks&iconLeft=icons/paste_16.png&colorize=40%2C40%2C40&edgeSpacing=5&type=matthews_squared&font=majicbutton/fonts/verdanab.ttf&textHeight=10.5&uppercase=1);
	width: 63px;
}
#tabItem_toolTasks.majicTabSelected,
#tabItem_toolTasks:hover {
	background-image: url(../../include/storage/majicbutton.php?text=Tasks&iconLeft=icons/paste_16.png&colorize=255%2C115%2C2&edgeSpacing=5&type=matthews_squared&font=majicbutton/fonts/verdanab.ttf&textHeight=10.5&uppercase=1);
}

#tabItem_toolNotes {
	background-image: url(../../include/storage/majicbutton.php?text=Notes&iconLeft=icons/notes_16.png&colorize=40%2C40%2C40&edgeSpacing=5&type=matthews_squared&font=majicbutton/fonts/verdanab.ttf&textHeight=10.5&uppercase=1);
	width: 63px;
}
#tabItem_toolNotes.majicTabSelected,
#tabItem_toolNotes:hover {
	background-image: url(../../include/storage/majicbutton.php?text=Notes&iconLeft=icons/notes_16.png&colorize=255%2C115%2C2&edgeSpacing=5&type=matthews_squared&font=majicbutton/fonts/verdanab.ttf&textHeight=10.5&uppercase=1);
}

#tabItem_toolCalendar {
	background-image: url(../../include/storage/majicbutton.php?text=Calendar&iconLeft=icons/calendar_16.png&colorize=40%2C40%2C40&edgeSpacing=5&type=matthews_squared&font=majicbutton/fonts/verdanab.ttf&textHeight=10.5&uppercase=1);
	width: 83px;
}
#tabItem_toolCalendar.majicTabSelected,
#tabItem_toolCalendar:hover {
	background-image: url(../../include/storage/majicbutton.php?text=Calendar&iconLeft=icons/calendar_16.png&colorize=255%2C115%2C2&edgeSpacing=5&type=matthews_squared&font=majicbutton/fonts/verdanab.ttf&textHeight=10.5&uppercase=1);
}

.majicTabFrameContainer
{
	/*border-top:2px solid #ba8748;*/
}


