@charset "utf-8";


/*************** BLACK ***************/


.btn_gold{	
	/* GENERAL */
	padding:5px 18px;	
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	display:inline-block;	
	
	
	/* BACKGROUND GRADIENTS */
	background-color: #d3aa66;
	background-image: url('../images/button_grad1.png');
	background-repeat: no-repeat;
	background-position: top center;
	
	/* BORDER RADIUS */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	/* BORDERS */
	border:1px solid #d3aa66;
		
	/* TEXT COLOR & SHADOW */
	color:#fff;
	
}

.btn_gold:hover {		
	color: #fff;
	background-image: url('../images/button_grad2.png');
}


/*************** BLACK ***************/


.btn_black{	
	/* GENERAL */
	padding:5px 18px;	
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	display:inline-block;	
	
	
	/* BACKGROUND GRADIENTS */
	background-color: #333;
	background-image: url('../images/button_grad1.png');
	background-repeat: no-repeat;
	background-position: top center;
	
	/* BORDER RADIUS */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	/* BORDERS */
	border:1px solid #555;
		
	/* TEXT COLOR & SHADOW */
	color:#fff;
	
}

.btn_black:hover {		
	color: #fff;
	background-image: url('../images/button_grad2.png');
}


/*************** WHITE ***************/

.btn_white{	
	/* GENERAL */
	padding:5px 18px;	
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	display:inline-block;	
	
	
	/* BACKGROUND GRADIENTS */
	background-color: #fff;
	background-image: url('../images/button_grad1.png');
	background-repeat: no-repeat;
	background-position: top center;
	
	/* BORDER RADIUS */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	/* BORDERS */
	border:1px solid #ccc;
		
	/* TEXT COLOR & SHADOW */
	color:#666;
	
}

.btn_white:hover {		
	color: #666;
	background-image: url('../images/button_grad2.png');
}




/*************** GREY ***************/

.btn_grey{	
	/* GENERAL */
	padding:5px 18px;	
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	display:inline-block;	
	
	
	/* BACKGROUND GRADIENTS */
	background-color: #666;
	background-image: url('../images/button_grad1.png');
	background-repeat: no-repeat;
	background-position: top center;
	
	/* BORDER RADIUS */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	/* BORDERS */
	border:1px solid #ccc;
		
	/* TEXT COLOR & SHADOW */
	color:#fff;
	
}

.btn_grey:hover {		
	color: #fff;
	background-image: url('../images/button_grad2.png');
}




/*************** BLUE ***************/

.btn_blue{	
	/* GENERAL */
	padding:5px 18px;	
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	display:inline-block;	
	
	
	/* BACKGROUND GRADIENTS */
	background-color: #505cff;
	background-image: url('../images/button_grad1.png');
	background-repeat: no-repeat;
	background-position: top center;
	
	/* BORDER RADIUS */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	/* BORDERS */
	border:1px solid #ccc;
		
	/* TEXT COLOR & SHADOW */
	color:#fff;
	
}

.btn_blue:hover {		
	color: #fff;
	background-image: url('../images/button_grad2.png');
}




/*************** DARK BLUE ***************/

.btn_darkblue{	
	/* GENERAL */
	padding:5px 18px;	
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	display:inline-block;	
	
	
	/* BACKGROUND GRADIENTS */
	background-color: #051099;
	background-image: url('../images/button_grad1.png');
	background-repeat: no-repeat;
	background-position: top center;
	
	/* BORDER RADIUS */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	/* BORDERS */
	border:1px solid #ccc;
		
	/* TEXT COLOR & SHADOW */
	color:#fff;
	
}

.btn_darkblue:hover {		
	color: #fff;
	background-image: url('../images/button_grad2.png');
}





/*************** PINK ***************/

.btn_pink{	
	/* GENERAL */
	padding:5px 18px;	
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	display:inline-block;	
	
	
	/* BACKGROUND GRADIENTS */
	background-color: #ff60af;
	background-image: url('../images/button_grad1.png');
	background-repeat: no-repeat;
	background-position: top center;
	
	/* BORDER RADIUS */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	/* BORDERS */
	border:1px solid #ccc;
		
	/* TEXT COLOR & SHADOW */
	color:#fff;
	
}

.btn_pink:hover {		
	color: #fff;
	background-image: url('../images/button_grad2.png');
}



/*************** GREEN ***************/

.btn_green{	
	/* GENERAL */
	padding:5px 18px;	
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	display:inline-block;	
	
	
	/* BACKGROUND GRADIENTS */
	background-color: #00700d;
	background-image: url('../images/button_grad1.png');
	background-repeat: no-repeat;
	background-position: top center;
	
	/* BORDER RADIUS */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	/* BORDERS */
	border:1px solid #ccc;
		
	/* TEXT COLOR & SHADOW */
	color:#fff;
	
}

.btn_green:hover {		
	color: #fff;
	background-image: url('../images/button_grad2.png');
}




/*************** ORANGE ***************/

.btn_orange{	
	/* GENERAL */
	padding:5px 18px;	
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	display:inline-block;	
	
	
	/* BACKGROUND GRADIENTS */
	background-color: #ff8400;
	background-image: url('../images/button_grad1.png');
	background-repeat: no-repeat;
	background-position: top center;
	
	
	/* BORDER RADIUS */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	/* BORDERS */
	border:1px solid #ccc;
		
	/* TEXT COLOR & SHADOW */
	color:#fff;
	
}

.btn_orange:hover {		
	color: #fff;
	background-image: url('../images/button_grad2.png');
}





/*************** RED ***************/

.btn_red{	
	/* GENERAL */
	padding:5px 18px;	
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	display:inline-block;	
	
	
	/* BACKGROUND GRADIENTS */
	background-color: #e60000;
	background-image: url('../images/button_grad1.png');
	background-repeat: no-repeat;
	background-position: top center;
	
	/* BORDER RADIUS */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	/* BORDERS */
	border:1px solid #ccc;
		
	/* TEXT COLOR & SHADOW */
	color:#fff;
	
}

.btn_red:hover {		
	color: #fff;
	background-image: url('../images/button_grad2.png');
}




/*************** PURPLE ***************/

.btn_purple{	
	/* GENERAL */
	padding:5px 18px;	
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	display:inline-block;	
	
	
	/* BACKGROUND GRADIENTS */
	background-color: #c300ae;
	background-image: url('../images/button_grad1.png');
	background-repeat: no-repeat;
	background-position: top center;
	
	/* BORDER RADIUS */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	/* BORDERS */
	border:1px solid #ccc;
		
	/* TEXT COLOR & SHADOW */
	color:#fff;
	
}

.btn_purple:hover {		
	color: #fff;
	background-image: url('../images/button_grad2.png');
}




