.grau_button_l
	{padding:0px;
	color:windowtext;
	font-size:8.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:Arial, sans-serif;
	text-align:center;
	vertical-align:middle;
	border-top:.5pt solid gray;
	border-right:none;
	border-bottom:.5pt solid gray;
	border-left:.5pt solid gray;
	background:#F2F2F2;
	white-space:nowrap;}
.grau_button_m
	{padding:0px;
	color:windowtext;
	font-size:8.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:Arial, sans-serif;
	text-align:center;
	vertical-align:middle;
	border-top:.5pt solid gray;
	border-right:none;
	border-bottom:.5pt solid gray;
	border-left:none;
	background:#F2F2F2;
	white-space:nowrap;}
.grau_button_r
	{
	padding:0px;
	color:windowtext;
	font-size:8.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:Arial, sans-serif;
	text-align: right;
	vertical-align:middle;
	border-top:.5pt solid gray;
	border-right:.5pt solid gray;
	border-bottom:.5pt solid gray;
	border-left:none;
	background:#F2F2F2;
	white-space:nowrap;
}
.grau_button_o
	{padding-top:0px;padding-bottom:0px;padding-right:1px;padding-left:1px;
	color:windowtext;
	font-size:8.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:Arial, sans-serif;
	text-align:left;
	vertical-align:middle;
	border-top:none;
	border-right:none;
	border-bottom:none;
	border-left:none;
	background:#F2F2F2;
	white-space:nowrap;}
.grau_text_l
	{
	padding:0px;
	color:windowtext;
	font-size:8.0pt;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
	font-family:Arial, sans-serif;
	text-align: left;
	vertical-align: middle;
	border-top:.5pt solid gray;
	border-right:none;
	border-bottom:.5pt solid gray;
	border-left:none;
	background:#F2F2F2;
	white-space:nowrap;
}
.grau_text_m
	{padding:0px;
	color:windowtext;
	font-size:8.0pt;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
	font-family:Arial, sans-serif;
	text-align:center;
	vertical-align:middle;
	border-top:.5pt solid gray;
	border-right:none;
	border-bottom:.5pt solid gray;
	border-left:none;
	background:#F2F2F2;
	white-space:nowrap;}
.grau_text_r
	{
	padding:0px;
	color:#FB0000;
	font-size:8.0pt;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
	font-family:Arial, sans-serif;
	text-align:right;
	vertical-align: middle;
	border-top:.5pt solid gray;
	border-right:none;
	border-bottom:.5pt solid gray;
	border-left:none;
	background:#F2F2F2;
	white-space:nowrap;
}

.button_red
{
  	color:#000000;
  	font: normal 85% Arial, sans-serif;
  	background-color:#C41212;
  	border:1px solid;
	border-color: white gray gray white;
}

.button_red_hover
{
  	color:#ffffff;
  	font: normal 85% Arial, sans-serif;
  	background-color:#941B1B;
  	border:1px solid;
	border-color: gray white white gray;
}

.button_green
{
  	color:#000000;
  	font: normal 85% Arial, sans-serif;
  	background-color:#20C620;
  	border:1px solid;
	border-color: white gray gray white;
}

.button_green_hover
{
  	color:#ffffff;
  	font: normal 85% Arial, sans-serif;
  	background-color:#32A332;
  	border:1px solid;
	border-color: gray white white gray;
}

.button_gray
{
  	color:#000000;
  	font: normal 85% Arial, sans-serif;
  	background-color:#dddddd;
  	border:1px solid;
	border-color: white gray gray white;
}

.button_gray_hover
{
  	color:#ffffff;
  	font: normal 85% Arial, sans-serif;
  	background-color:#bbbbbb;
  	border:1px solid;
	border-color: gray white white gray;
	cursor: pointer;
}

.button_gray:disabled, .button_gray_hover:disabled
{
	color: grey;
	font: normal 85% Arial, sans-serif;
	background-color:#dddddd;
	border:1px solid;
	border-color: white gray gray white;
	cursor: default;
}
