/*
Basic styles for Canvera.com
Editor:Mayur Chaudhary
created on: 20.12.2007
Last Edit: 04.01.2008
*/

/*Page Level Actions*/
.pagelevelactioncontainer
{
	width:778px;
	height:21px;
	margin-top: 10px;
	float:left;
	text-align:left;
	position:relative;
}
.pagelevelactionbar
{
	text-align:left;
	float:left;
	height: 12px;
	position:relative;
}
.pagelevelactionbutton
{
	background-image:url(../images/img_btn_blue_bg.png) !important;
	background-repeat:repeat-x;
	border:1px solid #999;
	height:16px;
	color: #fff;
	font-weight:bold;
	font-size:10px;
	padding: 2px 5px 0 5px;
	cursor: pointer;
	cursor: hand;
}
.pagelevelactionbuttongrey
{
	background-image:url(../images/img_btn_grey_bg.png) !important;
	background-repeat:repeat-x;
	border:1px solid #999;
	height:16px;
	color: #fff;
	font-weight:bold;
	font-size:10px;
	padding: 2px 5px 0 5px;
	cursor: pointer;
	cursor: hand;
}
.pagelevelactionbuttonov
{
	background-image:url(../images/img_btn_green_bg_ov.png) !important;
	background-repeat:repeat-x;
	border:1px solid #999;
	height:16px;
	color: #fff;
	font-weight:bold;
	font-size:10px;
	padding: 2px 5px 0 5px;
	cursor: pointer;
	cursor: hand;
}
.pagelevelactionbuttongreydsbl
{
	background-image:url(../images/img_btn_greydsbl_bg.png) !important;
	background-repeat:repeat-x;
	border:1px solid #ccc;
	height:16px;
	color: #fff;
	font-weight:bold;
	font-size:10px;
	padding: 2px 5px 0 5px;
	cursor: default;
	cursor: default;
}