﻿
.toolbar
{
	background: #d3d9e9 url('Toolbar/bg1.png') repeat-x top left;
}

body
{
	padding: 1px 3px !important;
	-moz-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	cursor: default;
}

/*  UI elements  */
h3,
.box0, .box1,
.fieldLabel, 
.fieldExample,
.listItem,
.headlineBox, .headlineUnderline,
table.uitable tr td, 
tr.gitem td, tr.ghead td, div.gridBox table, 
#tabs, div.tabgroup, div.tabContent, div.tab, div.tabgroup a
{
	-moz-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

/*  Telerik UI elements  */
div.rtMid, span.rtIn, img.rtImg
{
	-moz-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

/*  Specific pages  */
div.welcome1, div.welcome2, 
table.hours tr td,
div.fosBox, div.fyList, div.fosBox img,
div.fosHead
{
	-moz-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

input, textarea
{
	/* resize: none; */
}


.activitySubHeadline2
{
	margin-bottom: 0px !important;
}