/* Temp Alternative Buttons */
/*
 a.button {
	background: #EEEEEE url(/Images/1x1_Blankpixel.gif) repeat;
 	border: 3px double #999999;
 	color: #444444;
 	font-family: Arial,sans-serif;
 	font-size: 12px;
 	font-weight: bold;
 	padding: 3px;
 	text-decoration: none;
 	
 }
 a.button:hover {
 	border:3px double #999999;
 	background: #EEEEEE url(/Images/1x1_Blankpixel.gif) repeat;
 	
 	color:#444444;
 	font-family:Arial,sans-serif;
 	font-size:12px;
 	font-weight:bolder;
 	padding:3px;
 	text-decoration: underline;
 }


 a.button:active {
 	border:3px double #999999;
 	background: #EEEEEE url(/Images/1x1_Blankpixel.gif) repeat;
 	
 	color:#444444;
 	font-family:Arial,sans-serif;
 	font-size:12px;
 	font-weight:bolder;
 	padding:3px;
 	text-decoration: none;
 }
 
 */
.tagbtn
		{
	   font-size:11px;
	   font-family:'Trebuchet MS',Arial,sans-serif;
	   font-weight:bold;
	   color:#444444;
	   background-color:#EEEEEE;
	   border-style:double;
	   border-color:#999999;
	   border-width:3px;
	   margin-left:2px;
		}
button.tagbtn 	{
	   font-size:11px;
	   font-family:'Trebuchet MS',Arial,sans-serif;
	   font-weight:bold;
	   color:#444444;
	   background-color:#EEEEEE;
	   border-style:double;
	   border-color:#999999;
	   border-width:3px;
	  
		}
button.tagbtn:hover
		{
	   font-size:11px;
	   font-family:'Trebuchet MS',Arial,sans-serif;
	   font-weight:bold;
	   color:#444444;
	   background-color:#EEEEEE;
	   border-style:double;
	   border-color:#999999;
	   border-width:3px;
	   text-decoration:underline;
	    
		}

/*Button*/

/*
a.button { 
    background:url(/images3/shell/bg_button_a.png) no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 29px;
    margin-right: 6px;
    padding-right: 18px; 
    text-decoration: none;
} 

/* sliding doors padding */
/*
a.button span {
    background:url(/images3/shell/bg_button_span.png) no-repeat;
    display: block;
    line-height: 15px;
    padding: 7px 0 7px 18px;
} 

/*
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none;
	 
}
/* hide dotted outline in Firefox */
/*
a.button:active span {
    background-position: bottom left;
    padding: 7px 0 7px 18px;
} 

 /* push text down 1px */



/*Button-Smaller Version*/
/*
.btn_v2 {                             
float:right;
clear:both;
margin:10px,0;
}  
/*Align to Right*/
/*
.btn_v3 {                               
float:left;
clear:both;
margin:10px,0;
}
 /*Align to Left*/
/*
.btn_v4 {                               
margin:0 auto;
clear:both;
width:100px;
}
/*Align to Center*/


/*

a.button1 {
    background:url(/images3/shell/bg_button_a.png) no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 22px;
    margin-right: 6px;
    padding-right: 14px;
    text-decoration: none;
} 
/* sliding doors padding */
/*
a.button1 span {
    background:url(/images3/shell/bg_button_span.png) no-repeat;
    display: block;
    line-height: 16px;
    padding: 3px 0 3px 18px;
} 
*/
/*
a.button1:active {
    background-position: bottom right;
    color: #000;
    outline: none;
}
 /* hide dotted outline in Firefox */
/*

a.button1:active span {
    background-position: bottom left;
    padding: 3px 0 3px 18px;
} 
/* push text down 1px */
 
/*Button*/


.btn {
margin:5px auto;
}
