﻿/*
================================================================================================================
	AgdaButton
================================================================================================================
*/

.AgdaButton_Link, .AgdaButton_Button
{
	color: black;
}

.AgdaButton_Link span, .AgdaButton_Button span
{
	margin:0px;
	padding: 0 2px 0 4px;
}

.AgdaButton_Link img, .AgdaButton_Button img
{	
	vertical-align:middle;
	margin:0px;
}

a.genericbutton
{
	padding-left: 10px; 
	padding-right: 10px; 
	display: inline-block; 
	background: url(../images/button.gif) repeat-x;
	color: #FFF; 
	text-decoration: none;
	line-height: 23px;
	height: 24px;
	border-radius: 4px;
	margin: 1px;
	text-align: center;
	white-space: nowrap;
}

a[disabled=disabled].genericbutton 
{
	background-image: url(../images/button-dissabled.gif);
	border-width: 1px;
	border-style: solid;
	border-color: #bfbfbf;
	text-decoration: none;
	cursor: default;	
}

a#bnInstampling.genericbutton, a#bnUtstampling.genericbutton  
{	
	background: url(../images/button-big.gif) repeat-x;
	width: 60px;
	line-height: 32px;
	height: 32px;
}

a[disabled=disabled].genericbutton#bnInstampling, a[disabled=disabled].genericbutton#bnUtstampling  
{	
	background: url(../images/button-big_dissabled.gif) repeat-x;
}

a#bnLunchInstampling.genericbutton, a#bnLunchUtstampling.genericbutton 
{
	width: 60px;	
}
