/**
 * Copyright (C) 2009 eXo Platform SAS.
 * 
 * This is free software; you can redistribute it and/or modify it
 * under the terms of the GNU Lesser General Public License as
 * published by the Free Software Foundation; either version 2.1 of
 * the License, or (at your option) any later version.
 * 
 * This software is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 * Lesser General Public License for more details.
 * 
 * You should have received a copy of the GNU Lesser General Public
 * License along with this software; if not, write to the Free
 * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
 * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
 */

.UIAction {
	padding: 8px 0px;
	text-align: center;
}

.UIAction .ActionButton {
	display: inline-block;
	margin: 0px 3px;
	cursor: pointer;
}

.UIAction a {
	display: inline-block;
}

.UIAction .ActionButton:hover {
	color: #058ee6;
}

.UIAction .ActionButton .Icon {
	padding-left: 20px; /* orientation=lt */
	padding-right: 20px; /* orientation=rt */
	width: auto;
	height: auto;
	background-position: left center; /* orientation=lt */
	background-position: right center; /* orientation=rt */
	background-repeat: no-repeat;
}

/*##############################-LightBlueStyle ActionButton-################################*/

.UIAction .LightBlueStyle {
 	line-height: 19px; text-align: center; 
	background: url('background/LightBlueStyle.gif') repeat-x center;
	white-space: nowrap;
	padding: 0px 12px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #8a8a8a;
	border-bottom: 1px solid #5d5d5d;
}

/*##############################-SimpleStyle ActionButton-################################*/

.UIAction .SimpleStyle {
}

.UIAction .SimpleStyle {
	line-height: 20px;
	background: url('background/SimpleStyle.gif') repeat-x center;
	text-align: center;	
	padding: 0px 12px;
	white-space: nowrap;
	border: 1px solid #c9c9c9;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.UIAction a.SimpleStyle {
	color: #313131;
	margin: 0px 6px; 
	white-space: nowrap;
}

.UIAction .SimpleStyle:hover {
	color: #1273df;
}

/********************** DarkGrayButton **********************/

.UIAction .DarkGrayButton {
	font-weight: normal;
	background: url('background/DarkGrayButton.gif') repeat-x left center;
	font-size: 11px;
	line-height: 22px;
	padding: 0px 10px;
	border: 1px solid #e2e2e2;
	border-bottom: 1px solid #d9d9d9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.UIAction .DarkGrayButton:hover {
	color: #9b9b9b;
}


/*************************SimpleStyle1********************/

.UIAction .SimpleStyle1	{
	background: transparent url(background/SimpleStyle1.gif) repeat-x center;
	line-height: 20px;
	padding: 0px 4px;
	border: 1px solid #b8babf;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.UIAction .SimpleStyle1 .PageProfileIcon {
	background: transparent url(background/PageProfileIcon.gif) no-repeat left; /* orientation=lt */
	background: transparent url(background/PageProfileIcon.gif) no-repeat right; /* orientation=rt */
	line-height: 20px;
	padding-left: 22px; /* orientation=lt */
	padding-right: 22px; /* orientation=rt */
	white-space: nowrap;
}

.UIAction .SimpleStyle1 .ViewAsBlockIcon {
	background: transparent url(background/ViewAsBlockIcon.gif) no-repeat left; /* orientation=lt */
	background: transparent url(background/ViewAsBlockIcon.gif) no-repeat right; /* orientation=rt */
	line-height: 20px;
	padding-left: 22px; /* orientation=lt */
	padding-right: 22px; /* orientation=rt */
	white-space: nowrap;
}
