/*
Titel        : Main-Assets
Document     : stylesheet.main-assets.css
Last updated : 07/31/2008

*/
input
{
	border					: 1px solid #CCCCCC;
}

div.blocks-center-middle-m a.imageButtonSmall
{
	display					: block;
	
	width					: 75px;
	height					: 22px;

	background-image		: url('../graphics/buttons/image_button_small.gif');
	background-position		: center;
	background-repeat		: no-repeat;
	
	text-align				: center;
	vertical-align			: middle;
	line-height				: 22px;
	
	color					: #FFFFFF;
	font-size				: 14px;
	text-transform			: uppercase;
	text-decoration			: none;
	font-weight				: bolder;	
}

div.blocks-center-middle-m a.imageButtonSmall:hover
{
	background-image		: url('../graphics/buttons/image_button_small-hover.gif');
	color					: #FFFFFF;
	text-decoration			: none;
	font-weight				: bold;
}

div.blocks-center-middle-m a.imageButtonMedium
{
	display					: block;
	
	width					: 159px;
	height					: 28px;

	background-image		: url('../graphics/buttons/image_button_medium.gif');
	background-position		: center;
	background-repeat		: no-repeat;
	
	text-align				: center;
	vertical-align			: middle;
	line-height				: 28px;
	
	color					: #FFFFFF;
	font-size				: 14px;
	text-transform			: uppercase;
	text-decoration			: none;
	font-weight				: bolder;	
}

div.blocks-center-middle-m a.imageButtonMedium:hover
{
	background-image		: url('../graphics/buttons/image_button_medium-hover.gif');
	color					: #FFFFFF;
	text-decoration			: none;
	font-weight				: bold;
}

div.blocks-center-middle-m a.imageButton
{
	display					: block;
		
	width					: 159px;
	height					: 28px;

	background-image		: url('../graphics/buttons/image_button_medium.gif');
	background-position		: center;
	background-repeat		: no-repeat;
	
	text-align				: center;
	vertical-align			: middle;
	line-height				: 28px;
	
	color					: #FFFFFF;
	font-size				: 14px;
	text-transform			: uppercase;
	text-decoration			: none;
	font-weight				: bolder;	
}

div.blocks-center-middle-m a.imageButton:hover
{
	background-image		: url('../graphics/buttons/image_button_medium-hover.gif');
	color					: #FFFFFF;
	text-decoration			: none;
	font-weight				: bold;
}

div.blocks-center-middle-m a.imageButtonLarge
{
	display					: block;
	
	width					: 220px;
	height					: 22px;

	background-image		: url('../graphics/buttons/image_button_large.gif');
	background-position		: center;
	background-repeat		: no-repeat;
	
	text-align				: center;
	vertical-align			: middle;
	line-height				: 22px;
	
	color					: #FFFFFF;
	font-size				: 14px;
	text-transform			: uppercase;
	text-decoration			: none;
	font-weight				: bolder;	
}

div.blocks-center-middle-m a.imageButtonLarge:hover
{
	background-image		: url('../graphics/buttons/image_button_large-hover.gif');
	color					: #FFFFFF;
	text-decoration			: none;
	font-weight				: bold;
}

div.blocks-center-middle-m a.imageButtonExtraLarge
{
	display					: block;
	
	width					: 280px;
	height					: 22px;

	background-image		: url('../graphics/buttons/image_button_extralarge.gif');
	background-position		: center;
	background-repeat		: no-repeat;
	
	text-align				: center;
	vertical-align			: middle;
	line-height				: 22px;
	
	color					: #FFFFFF;
	font-size				: 14px;
	text-transform			: uppercase;
	text-decoration			: none;
	font-weight				: bolder;	
	
	margin-left 			: auto;
	margin-right		    : auto;
}

div.blocks-center-middle-m a.imageButtonExtraLarge:hover
{
	background-image		: url('../graphics/buttons/image_button_extralarge-hover.gif');
	color					: #FFFFFF;
	text-decoration			: none;
	font-weight				: bold;
}
