div, td, body, input, a, table, tr, span, img
{
	border:			1px dashed #000;
	/*background:		url("res/shade.png");*/
	font-family:	century gothic;
	font-size:		8pt;
	padding:		3px;
	margin:			2px;
}

table
{
	border:			1px solid #fc8;
	width:			100%;
}

td
{
	border:			1px dashed #fc8;
}

div
{
	border:			1px solid #ccf;
}

div.LabelComponent
{
	background:		url("res/label.png");
}

div.Toolbar
{
	background:		url("res/toolbar.png");
}	

div.Titlebar
{
	background:		url("res/titlebar.png");
}

div.GridComponent
{
	background:		url("res/grid.png");
}

div.ResourceComponent
{
	background:		url("res/resourcecomponent.png");
}

div.AuthenticationComponent
{
	background:		url("res/authenticationcomponent.png");
}

div.TextComponent
{
	background:		url("res/textcomponent.png");
}

div.ButtonComponent
{
	background:		url("res/buttonComponent.png");
}


.ResourceComponent img
{
	width:	60px;
	height:	60px;
}