	/*
	This file is part of CoLab.

	CoLab - Free Order Processing and Time Management Tool.
	Copyright (C) 2009  Manuel Largo <colab@largo-online.ch>

	This program is free software; you can redistribute it and/or modify
	it under the terms of the GNU General Public License as published by
	the Free Software Foundation; either version 3 of the License, or
	(at your option) any later version.

	This program is distributed in the hope that it will be useful,
	but WITHOUT ANY WARRANTY; without even the implied warranty of
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
	GNU General Public License for more details.

	You should have received a copy of the GNU General Public License
	along with this program; if not, see <http://www.gnu.org/licenses>
	*/


a.blank
{
	background-image: url(/res/linkicons/blank.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-right: 3px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #0000aa;
	text-decoration: none;
	margin-left: 10px;
}

a.imgaddfile:link, a.imgadd:visited
{
	background-image: url(/res/linkicons/add.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-right: 3px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #0000aa;
	text-decoration: none;
	margin-left: 10px;
}

a.imgaddfile:hover
{
background-image: url(/res/linkicons/add_hover.png);
 	background-repeat: no-repeat;
 	background-position: left center;
	padding-left: 15px;
	margin-right: 3px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
 	color: #999999;
 	text-decoration: underline;
 	margin-left: 10px;
}

a.imgdetails:link, a.imgdetails:visited
{
 	background-image: url(/res/linkicons/details.png);
 	background-repeat: no-repeat;
 	background-position: left center;
 	padding-left: 15px;
	margin-right: 3px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
 	color: #0000aa;
 	text-decoration: none;
 	margin-left: 10px;
}

a.imgdetails:hover
{
 	background-image: url(/res/linkicons/details_hover.png);
 	background-repeat: no-repeat;
 	background-position: left center;
 	padding-left: 15px;
	margin-right: 3px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
 	color: #999999;
 	text-decoration: underline;
 	margin-left: 10px;
}

a.imgpersonalcard:link, a.imgpersonalcard:visited
{
 	background-image: url(/res/linkicons/personalcard.png);
 	background-repeat: no-repeat;
 	background-position: left center;
	padding-left: 15px;
	margin-right: 3px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
 	color: #0000aa;
 	text-decoration: none;
 	margin-left: 10px;
}

a.imgpersonalcard:hover
{
 	background-image: url(/res/linkicons/personalcard_hover.png);
 	background-repeat: no-repeat;
 	background-position: left center;
 	padding-left: 15px;
	margin-right: 3px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
 	color: #999999;
 	text-decoration: underline;
 	margin-left: 10px;
}

a.imgpdf:link, a.imgpdf:visited
{
 	background-image: url(/res/linkicons/mimepdf.png);
 	background-repeat: no-repeat;
 	background-position: left center;
 	padding-left: 15px;
	margin-right: 3px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
 	color: #0000aa;
 	margin-left: 10px;
}

a.imgpdf:hover
{
 	background-image: url(/res/linkicons/mimepdf_hover.png);
 	background-repeat: no-repeat;
 	background-position: left center;
 	padding-left: 15px;
	margin-right: 3px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
 	color: #999999;
 	text-decoration: underline;
 	margin-left: 10px;
}

a.imgdelete:link, a.imgdelete:visited
{
 	background-image: url(/res/linkicons/delete.png);
 	background-repeat: no-repeat;
 	background-position: left center;
 	padding-left: 15px;
	margin-right: 3px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
 	color: #0000aa;
 	text-decoration: none;
 	margin-left: 10px;
}

a.imgdelete:hover
{
 	background-image: url(/res/linkicons/delete_hover.png);
 	background-repeat: no-repeat;
 	background-position: left center;
 	padding-left: 15px;
	margin-right: 3px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
 	color: #999999;
 	text-decoration: underline;
 	margin-left: 10px;
}

a.imgdeletetiny:link, a.imgdeletetiny:visited
{
 	background-image: url(/res/linkicons/deletetiny.png);
 	background-repeat: no-repeat;
 	background-position: left center;
 	padding-left: 15px;
 	color: #0000aa;
 	text-decoration: none;
 	margin-left: 10px;
}

a.imgdeletetiny:hover
{
 	background-image: url(/res/linkicons/deletetiny_hover.png);
 	background-repeat: no-repeat;
 	background-position: left center;
 	padding-left: 15px;
	margin-right: 3px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
 	color: #999999;
 	text-decoration: underline;
 	margin-left: 10px;
}

a.imgedit:link, a.imgedit:visited
{
 	background-image: url(/res/linkicons/edit.png);
 	background-repeat: no-repeat;
 	background-position: left center;
 	padding-left: 15px;
	margin-right: 3px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
 	color: #0000aa;
 	text-decoration: none;
 	margin-left: 10px;
}

a.imgedit:hover
{
 	background-image: url(/res/linkicons/edit_hover.png);
 	background-repeat: no-repeat;
 	background-position: left center;
 	padding-left: 15px;
	margin-right: 3px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
 	color: #999999;
 	text-decoration: underline;
 	margin-left: 10px
}

a.imgstampin:link, a.imgstampin:visited
{
	background-image: url(/res/linkicons/stampin.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-right: 3px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #0000aa;
	text-decoration: none;
	margin-left: 10px;
}

a.imgstampin:hover
{
	background-image: url(/res/linkicons/stampin_hover.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-right: 3px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #999999;
	text-decoration: underline;
	margin-left: 10px;
}

a.imgstampout:link, a.imgstampout:visited
{
	background-image: url(/res/linkicons/stampout.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #0000aa;
	text-decoration: none;
	margin-left: 10px;
}

a.imgstampout:hover
{
	background-image: url(/res/linkicons/stampout_hover.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #999999;
	text-decoration: underline;
	margin-left: 10px;
}

a.dependency:link, a.dependency:visited
{
 	background-image: url(/res/linkicons/dependency.png);
 	background-repeat: no-repeat;
 	background-position: left center;
 	padding-left: 15px;
 	color: #0000aa;
 	text-decoration: none;
 	margin-left: 10px;
}

a.dependency:hover
{
 	background-image: url(/res/linkicons/dependency_hover.png);
 	background-repeat: no-repeat;
 	background-position: left center;
 	padding-left: 15px;
 	color: #999999;
 	text-decoration: underline;
 	margin-left: 10px
}

a.calendar:link, a.calendar:visited
{
 	background-image: url(/res/linkicons/calendar.png);
 	background-repeat: no-repeat;
 	background-position: left center;
 	padding-left: 15px;
 	color: #0000aa;
 	text-decoration: none;
 	margin-left: 10px;
}

a.calendar:hover
{
 	background-image: url(/res/linkicons/calendar_hover.png);
 	background-repeat: no-repeat;
 	background-position: left center;
 	padding-left: 15px;
 	color: #999999;
 	text-decoration: underline;
 	margin-left: 10px
}
