﻿/*button style olive*/
.btnolv, .btnolvhover, .btnolvp
{
	font-size:11px;
	font-family:Arial, Trebuchet MS, Tahoma, Verdana;
	padding-left:8px;
	padding-right:8px;
	font-weight:normal;
	background-image:url(../Img/di/olv2/m.gif);
	background-repeat:repeat-x;
	border:0px;
}
.btnolvhover
{
	color:#3d5001;
}
.btnolvp
{
	color:#3d5001;
}
.btnolvleft, .btnolvleftp
{
	font-size:0px;
	background-image:url(../Img/di/olv2/l.gif);
	background-repeat:no-repeat;
	border:0px;
	width:16px;
	height:23px;
}
.btnolvright, .btnolvrightp
{
	font-size:0px;
	background-image:url(../Img/di/olv2/r.gif);
	background-repeat:no-repeat;
	border:0px;
	width:16px;
	height:23px;
}
/*button style brown*/
.btnbrn, .btnbrnhover, .btnbrnp
{
	font-size:11px;
	font-family:Arial, Trebuchet MS, Tahoma, Verdana;
	padding-left:8px;
	padding-right:8px;
	font-weight:normal;
	background-image:url(../Img/di/brn2/m.gif);
	background-repeat:repeat-x;
	border:0px;
	color:#ffffff;
}
.btnbrnhover
{
	color:#000000;
}
.btnbrnp
{
	color:#000000;
	padding-left:9px;
	padding-right:7px;
	padding-top:1px;
}
.btnbrnleft, .btnbrnleftp
{
	font-size:0px;
	background-image:url(../Img/di/brn2/l.gif);
	background-repeat:no-repeat;
	border:0px;
	width:16px;
	height:22px;
}
.btnbrnright, .btnbrnrightp
{
	font-size:0px;
	background-image:url(../Img/di/brn2/r.gif);
	background-repeat:no-repeat;
	border:0px;
	width:16px;
	height:22px;
}
/*button style blue*/
.btnblu, .btnbluhover, .btnblup
{
	font-size:10px;
	font-family:Arial, Trebuchet MS, Tahoma, Verdana;
	padding-left:8px;
	padding-right:8px;
	font-weight:bold;
	background-image:url(../Img/di/blu/m.gif);
	background-repeat:repeat-x;
	border:0px;
	color:#ffffff;
	height:22px;
}
.btnbluhover
{
	color:#000000;
}
.btnblup
{
	color:#000000;
	padding-left:9px;
	padding-right:7px;
	padding-top:1px;
}
.btnbluleft, .btnbluleftp
{
	font-size:0px;
	background-image:url(../Img/di/blu/l.gif);
	background-repeat:no-repeat;
	border:0px;
	width:16px;
	height:22px;
}
.btnbluright, .btnblurightp
{
	font-size:0px;
	background-image:url(../Img/di/blu/r.gif);
	background-repeat:no-repeat;
	border:0px;
	width:16px;
	height:22px;
}
