﻿.minibutton
{
	
	background-image: url("../_images/btn-normal.gif");
	background-repeat: no-repeat;
	width: 100px;
	height: 20px;
	padding-top: 3px;
	color: #525252;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	font-size: 10px;
	display: block;
	cursor: pointer;
	float:left;
}

.minibutton:hover
{
	/*background-image: url(../_images/button.png);*/
	background-image: url("../_images/btn-press.gif");
	background-repeat: no-repeat;
	width: 100px;
	height: 20px;
	padding-top: 3px;
	color: #525252;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	font-size: 10px;
	display: block;
	cursor: pointer;
}

.button
{
	/*background-image: url(../_images/button.png);*/
	background-image: url(../_images/btn2-normal.png);
	background-repeat: no-repeat;
	width: 98px;
	height: 24px;
	padding-top: 5px;
	color: #525252;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	font-size: 10px;
	display: block;
	cursor: pointer;
}
.button:hover
{
	/*background-image: url(../_images/button_over.png);*/
	background-image: url(../_images/btn2-over.png);
	background-repeat: no-repeat;
	width: 98px;
	height: 24px;
	padding-top: 5px;
	/*color: maroon;*/
	color:black !important;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	font-size: 10px;
	display: block;
	cursor: pointer;
}

/*
.SiteSearch
{
    -moz-border-radius: 10px; -webkit-border-radius: 10px; border: 1px solid #c0c0c0;
}
*/

.panel-title h2
{

    background-position: left 3px;
    
    /*font-family:Times New Roman;*/
    font-size:1.20em ;
    
}

.smallbutton:hover
{
	/*background-image: url(../_images/button.png);*/
	background-image: url(../_images/minbutton.png);
	background-repeat: no-repeat;
	width: 54px;
	height: 24px;
	padding-top: 5px;
	color: #525252;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	font-size: 10px;
	display: block;
	cursor: pointer;
	float:left;
}

.smallbutton
{
	/*background-image: url(../_images/button.png);*/
	background-image: url(../_images/minbutton-normal.png);
	background-repeat: no-repeat;
	width: 54px;
	height: 24px;
	padding-top: 5px;
	color: #525252;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	font-size: 10px;
	display: block;
	cursor: pointer;
	float:left;
}
