﻿/*
	Button Style
		by Bill Taylor
		© Copyright 2010 by Cenla Web & Computer Services, LLC
*/

.button { 
	font-family: Arial, Tahoma, Arial, sans-serif;
	font-size:10px;
	font-weight: bolder;
	color:Black; 
	text-decoration:none;
   border-top: 1px solid #00CC00;
	border-left: 1px solid #00CC00;
	border-right: 1px solid #004000;
	border-bottom: 1px solid #004000;
	background: url(../images/buttonUp.png);
}

.button a:link { 
	font-family: Arial, Tahoma, Arial, sans-serif;
	font-size:10px;
	font-weight: bolder;
	color:Black;  
	text-decoration:none;
   border-top: 1px solid #00CC00;
	border-left: 1px solid #00CC00;
	border-right: 1px solid #004000;
	border-bottom: 1px solid #004000;
	background: url(../images/buttonUp.png);
}

.button a:visited { 
	font-family: Arial, Tahoma, Arial, sans-serif;
	font-size:10px;
	font-weight: bolder;
	color:Black; 
	text-decoration:none;
   border-top: 1px solid #00CC00;
	border-left: 1px solid #00CC00;
	border-right: 1px solid #004000;
	border-bottom: 1px solid #004000;
	background: url(../images/buttonUp.png);
}

.button a:hover { 
	font-family: Arial, Tahoma, Arial, sans-serif;
	font-size:10px;
	font-weight: bolder;
	color:Lime; 
	text-decoration:none;
   border-top: 1px solid #CC0000;
	border-left: 1px solid #CC0000;
	border-right: 1px solid #CC0000;
	border-bottom: 1px solid #CC0000;
	background: url(../images/buttonDn.png);
}

.button2 { 
	font-family: Arial, Tahoma, Arial, sans-serif;
	font-size:10px;
	font-weight: bolder;
	color:Black; 
	text-decoration:none;
   border-top: 1px solid #00CC00;
	border-left: 1px solid #00CC00;
	border-right: 1px solid #004000;
	border-bottom: 1px solid #004000;
	background: url(../images/buttonUp.png);
}

.button2 a:link { 
	font-family: Arial, Tahoma, Arial, sans-serif;
	font-size:10px;
	font-weight: bolder;
	color:Black;  
	text-decoration:none;
   border-top: 1px solid #00CC00;
	border-left: 1px solid #00CC00;
	border-right: 1px solid #004000;
	border-bottom: 1px solid #004000;
	background: url(../images/buttonUp.png);
}

.button2 a:visited { 
	font-family: Arial, Tahoma, Arial, sans-serif;
	font-size:10px;
	font-weight: bolder;
	color:Black; 
	text-decoration:none;
   border-top: 1px solid #00CC00;
	border-left: 1px solid #00CC00;
	border-right: 1px solid #004000;
	border-bottom: 1px solid #004000;
	background: url(../images/buttonUp.png);
}

.button2 a:hover { 
	font-family: Arial, Tahoma, Arial, sans-serif;
	font-size:10px;
	font-weight: bolder;
	color:Lime; 
	text-decoration:none;
   border-top: 1px solid #004000;
	border-left: 1px solid #004000;
	border-right: 1px solid #00CC00;
	border-bottom: 1px solid #00CC00;
	background: url(../images/button_dn.gif);
}

.button4 {
	border: 0px;
	height:22px;
	width:48px;
	text-align: center; 
	cursor: pointer;
	padding: 2px 2px 2px 2px;
   border-top: 1px solid #376f37;
	border-left: 1px solid #376f37;
	border-right: 1px solid #004000;
	border-bottom: 1px solid #004000;
	background: url(../images/buttonUp.png);
}

.button4:hover {
	border: 0px;
	height:22px;
	width:48px;
	text-align: center; 
	cursor: pointer;
	padding: 2px 2px 2px 2px;
   border-top: 1px solid #004000;
	border-left: 1px solid #004000;
	border-right: 1px solid #376f37;
	border-bottom: 1px solid #376f37;
	background: url(../images/buttonDn.png);
}

.button5 {
   border-top: 1px solid #376f37;
	border-left: 1px solid #376f37;
	border-right: 1px solid #004000;
	border-bottom: 1px solid #004000;
	height:14px;
	width:70px;
	text-align: center; 
	cursor: pointer;
	background: url(../images/btn_new_topic_up.png);
	background-repeat:no-repeat;
}

.button5:hover {
   border-top: 1px solid #004000;
	border-left: 1px solid #004000;
	border-right: 1px solid #376f37;
	border-bottom: 1px solid #376f37;
	height:14px;
	width:70px;
	text-align: center; 
	cursor: pointer;
	background: url(../images/btn_new_topic_dn.png);
	background-repeat:no-repeat;
}


.button6 {
   border-top: 1px solid #376f37;
	border-left: 1px solid #376f37;
	border-right: 1px solid #004000;
	border-bottom: 1px solid #004000;
	height:14px;
	width:81px;
	text-align: center; 
	cursor: pointer;
	background: url(../images/btn_new_message_up.png);
	background-repeat:no-repeat;
}

.button6:hover {
   border-top: 1px solid #004000;
	border-left: 1px solid #004000;
	border-right: 1px solid #376f37;
	border-bottom: 1px solid #376f37;
	height:14px;
	width:81px;
	text-align: center; 
	cursor: pointer;
	background: url(../images/btn_new_message_dn.png);
	background-repeat:no-repeat;
}