/* all buttons */

a.btnDefault
{
	margin: 0 20px 0 0;
	padding: 0 0 0 22px;
	height: 18px;
	display: block;
	float:left;
}

a.btnHomeDefault
{
	height: 15px;
	display: block;
	float:right;
}

a.btnStandAlone
{
	margin: 0;
	padding: 0 0 0 15px;
}

a.btnBreadDefault
{
	margin: 0 10px 0 0;
	padding: 0 0 0 14px;
	height: 13px;
	float:left;
}

a.btnPageDefault
{
	margin: 5px 0 0 0;
	padding: 0 15px 0 0;
	height: 13px;
	float:left;
}

a.btnTabDefault
{
	margin: 0;
	padding: 0;
	height: 18px;
	width:75px;
	display: block;
	float:left;
	color: #4d7b95;
}
		body.red a.btnTabDefault { color: #ba654a; }
		body.yellow a.btnTabDefault { color: #cca83b; }
		body.green a.btnTabDefault { color: #5a8b39; }

a.btnUp 	{ background: white url(../img/icons/blauwUp.gif) no-repeat 0 0;	margin: 0; }
		body.red a.btnUp	{ background: white url(../img/icons/redUp.gif) no-repeat 0 0;	margin: 0; }
		body.yellow a.btnUp	{ background: white url(../img/icons/yellowUp.gif) no-repeat 0 0;	margin: 0; }
		body.green a.btnUp	{ background: white url(../img/icons/greenUp.gif) no-repeat 0 0;	margin: 0; }

a.btnPrint 	{ background: white url(../img/icons/blauwPrint.gif) no-repeat 0 0; }
		body.red a.btnPrint 	{ background: white url(../img/icons/redPrint.gif) no-repeat 0 0; }
		body.yellow a.btnPrint 	{ background: white url(../img/icons/yellowPrint.gif) no-repeat 0 0; }
		body.green a.btnPrint 	{ background: white url(../img/icons/greenPrint.gif) no-repeat 0 0; }

a.btnMail 	{ background: white url(../img/icons/blauwMail.gif) no-repeat 0 0; }
		body.red a.btnMail	{ background: white url(../img/icons/redMail.gif) no-repeat 0 0; }
		body.yellow a.btnMail	{ background: white url(../img/icons/yellowMail.gif) no-repeat 0 0; }
		body.green a.btnMail	{ background: white url(../img/icons/greenMail.gif) no-repeat 0 0; }

a.btnBack 	{ background: white url(../img/icons/blauwBack.gif) no-repeat 0 0; }
		body.red a.btnBack 	{ background: white url(../img/icons/redBack.gif) no-repeat 0 0; }
		body.yellow a.btnBack { background: white url(../img/icons/yellowBack.gif) no-repeat 0 0; }
		body.green a.btnBack { background: white url(../img/icons/greenBack.gif) no-repeat 0 0; }

a.btnHelp 	{ background: url(../img/icons/blauwHelp.gif) no-repeat 0 0; padding: 0 0 0 18px; float:left; }

a.btnNext { background: white url(../img/icons/redNext.gif) no-repeat 0 0; }
		body.red a.btnNext { background: white url(../img/icons/redNext.gif) no-repeat 0 0; }

a.btnHome { background: url(../img/icons/homeBlue.gif) no-repeat 0 0;}	
		a.btnHomeRed { background: url(../img/icons/homeRed.gif) no-repeat 0 0;}
		a.btnHomeGreen { background: url(../img/icons/homeGreen.gif) no-repeat 0 0;}
		a.btnHomeYellow { background: url(../img/icons/homeYellow.gif) no-repeat 0 0;}

a.btnBreadNext { background: white url(../img/icons/breadNext.gif) no-repeat 0 0; }
a.btnBreadNext.breadSelect { background: white url(../img/icons/breadNext.gif) no-repeat 0 -14px;}
		body.red a.btnBreadNext { background: white url(../img/icons/breadCarNext.gif) no-repeat 0 0; }
		body.red a.breadSelect { background: white url(../img/icons/breadCarNext.gif) no-repeat 0 -14px; }
		body.green a.btnBreadNext { background: white url(../img/icons/breadNextGreen.gif) no-repeat 0 0; }
		body.green a.breadSelect { background: white url(../img/icons/breadNextGreen.gif) no-repeat 0 -14px; }
		body.yellow a.btnBreadNext { background: white url(../img/icons/breadNextYellow.gif) no-repeat 0 0; }
		body.yellow a.breadSelect { background: white url(../img/icons/breadNextYellow.gif) no-repeat 0 -14px; }

a.btnPageNext { background: url(../img/icons/pageNext.gif) no-repeat 60px 0;}

body.red a.btnPageNext { background: url(../img/icons/pageNextRed.gif) no-repeat 60px 0;}
body.green a.btnPageNext { background: url(../img/icons/breadNextGreen.gif) no-repeat 60px 0;}

a.btnTab 	{ background: white url(../img/menu/tabBlueRound.gif) no-repeat 0 0; }
a.btnTab.tabSelected 	{ background: white url(../img/menu/tabBlueRound.gif) no-repeat 0 -18px; color:white; }
		body.red a.btnTab 	{ background: white url(../img/menu/tabRedRound.gif) no-repeat 0 0; }
		body.red a.btnTab.tabSelected 	{ background: white url(../img/menu/tabRedRound.gif) no-repeat 0 -18px; color:white; }
		body.yellow a.btnTab 	{ background: white url(../img/menu/tabYellowRound.gif) no-repeat 0 0; }
		body.yellow a.btnTab.tabSelected 	{ background: white url(../img/menu/tabYellowRound.gif) no-repeat 0 -18px; color:white; }
		body.green a.btnTab 	{ background: white url(../img/menu/tabGreenRound.gif) no-repeat 0 0; }
		body.green a.btnTab.tabSelected 	{ background: white url(../img/menu/tabGreenRound.gif) no-repeat 0 -18px; color:white; }
		
a.btnDefault:hover, a.btnDefault:active,
body.red a.btnDefault:hover, body.red a.btnDefault:active,
body.yellow a.btnDefault:hover, body.yellow a.btnDefault:active,
body.green a.btnDefault:hover, body.green a.btnDefault:active
{
	background-position: 0 -18px;
}

a.btnHomeDefault:hover, a.btnHomeDefault:active,
body.red a.btnHomeDefault:hover, a.btnHomeDefault:active,
body.yellow a.btnHomeDefault:hover, a.btnHomeDefault:active,
body.green a.btnHomeDefault:hover, a.btnHomeDefault:active
{
	background-position: 0 -15px;
}

a.btnPageDefault:hover, a.btnPageDefault:active,
body.red a.btnPageDefault:hover, body.red a.btnPageDefault:active,
body.yellow a.btnPageDefault:hover, body.yellow a.btnPageDefault:active,
body.green a.btnPageDefault:hover, body.green a.btnPageDefault:active
{
	background-position: 60px -13px;
}

a.btnBreadDefault:hover, a.btnBreadDefault:active,
body.red a.btnBreadDefault:hover, a.btnBreadDefault:active,
body.yellow a.btnBreadDefault:hover, a.btnBreadDefault:active,
body.green a.btnBreadDefault:hover, a.btnBreadDefault:active
{
	background-position: 0 -14px;
}

a.btnTabDefault:hover, a.btnTabDefault:active,
body.red a.btnTabDefault:hover, a.btnTabDefault:active,
body.yellow a.btnTabDefault:hover, a.btnTabDefault:active,
body.green a.btnTabDefault:hover, a.btnTabDefault:active
{
	background-position: 0 -18px;
	color:white;
	text-decoration:none;
}

/* input buttons */
input.inputDefault,
body.red input.inputDefault
{
	border:0;
	width:18px;
	height:18px;
	cursor:hand;
}


input.inputBtn,
body.red input.inputBtn
{
	border:0;
	width:100px;
	height:25px;
	cursor:hand;
}

input.btnSearch { background: url(../img/icons/blauwNext.gif) no-repeat 0 0; }
input.btnSearch.green { background: url(../img/icons/greenNext.gif) no-repeat 0 0; }
input.btnSearch.red { background: url(../img/icons/redNext.gif) no-repeat 0 0; }


input.search,
body.red input.search{ background: url(../img/icons/btnSearch.gif) no-repeat center 0; }
input.save,
body.red input.save
 { background: url(../img/icons/btnSave.gif) no-repeat center 0; border:0; }

input.inputDefault:hover, input.inputDefault:active,
body.red input.inputDefault:hover, body.red input.inputDefault:active
{
	background-position: 0 -18px;
}

input.inputBtn:hover, input.inputBtn:active,
body.red input.inputBtn:hover, body.red input.inputBtn:active
{
	background-position: 0 -25px;
}