/*DOCUMENTATION */
#documentation_button BUTTON
{
	background-color: #41B040;
	color: #FFF;
	border: 0;
	margin: 10px;
	padding: 10px;
	border-radius: 2px;
	font-weight: bold;
}
/*EDIT FRONT ARTICLE TAGS FIELD WIDTH */
#publishing .chzn-container
{
	width: 50% !important;
}
/*BUTTON*/
.btn-primary
{
	background-image: none !important;
	background-position: left top;
	background-repeat: repeat-x;
	background-color: transparent !important;
	border: 0px !important;
	border-radius: 0px !important;
}
.btn-primary:hover
{
	background-image: none;
	background-color: transparent !important;
	border: 0px !important;
	color: #666 !important;
	border-radius: 0px !important;
}
.readmore .btn
{
	border: 0px !important;
	border-radius: 0px !important;
}
P.readmore A:hover
{
	text-decoration: none !important;
	color: #666;
}
.btn-group.pull-right
{
	margin: 3px !important;
}
.btn
{
	padding: 4px !important;
	border-radius: 0px !important;
	background: none !important;
	text-shadow: none !important;
	border: 0px !important;
	box-shadow: none !important;
}
.btn A:hover
{
	text-decoration: none !important;
}
/*READ MORE BUTTON MINI CUSTOM MODULES*/
.btn-mini
{
	text-decoration: none !important;
	font-size: 14px !important;
}
.btn-mini A:hover
{
	color: #666 !important;
	text-decoration: none !important;
}
/*PRINT-EMAIL ICON HOVER*/
.dropdown-menu > LI > A:hover, .dropdown-menu > LI > A:focus, .dropdown-submenu:hover > A, .dropdown-submenu:focus > A
{
	background-image: none !important;
}
/*PAGINATION*/
.pagenav LI A
{
	border-radius: 5px !important;
}
/* PAGE TITLE DISABLE BORDER BOTTOM */
.page-header H2 A
{
	border-bottom: 0px !important;
}
