/*
	widget.css
*/

a.wSuperButton
{
	display: block;
	float: left;
	height: 20px;
	line-height: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-decoration: none;
	color: #222;
	cursor: pointer;
	background: url(../images/button_back.gif) top left repeat-x;
	border-left: solid #666 1px;
	border-right: solid #666 1px;
}
a.wSuperButton:hover
{
	color: #222;
	text-decoration: none;
}
a.wSuperButton .left
{
	display: none;
	float: left;
	width: 9px;
	height: 20px;
	background: url(../images/button_back_left.gif) top left no-repeat;
	cursor: pointer;
}
a.wSuperButton .middle
{
	display: block;
	float: left;
	height: 20px;
	padding: 0 9px;
	cursor: pointer;
}
a.wSuperButton .middle img
{
	float: left;
	margin-top: 2px;
	margin-right: 5px;
	max-height: 16px;
}
a.wSuperButton .right
{
	display: none;
	float: left;
	width: 9px;
	height: 20px;
	background: url(../images/button_back_right.gif) top left no-repeat;
	cursor: pointer;
}
a.wSuperButton:hover .left
{
	background: url(../images/button_back_left_hover.gif) top left no-repeat;
}
a.wSuperButton:hover
{
	background: url(../images/button_back_hover.gif) top left repeat-x;
}
a.wSuperButton:hover .right
{
	background: url(../images/button_back_right_hover.gif) top left no-repeat;
}

.wButton, .wButtonDown
{
	padding: 3px 9px 3px 9px;
	_padding: 0px 9px 0px 9px;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
	background: url(../images/button_back.gif) top left repeat-x;
	border-left: solid #666 1px;
	border-right: solid #666 1px;
	color: #222;
	font-weight: normal;
	height: 20px;
	text-decoration: none;
}
.wButtonLeft
{
	display: none;
}
.wButtonRight
{
	display: none;
}
.wButton:hover, .wButtonDown:hover
{
	color: #222;
	text-decoration: none;
	background: url(../images/button_back_hover.gif) top left repeat-x;
}

div.wButton2
{
	float: left;
	height: 20px;
	white-space: nowrap;
	overflow: hidden;
}
div.wButton2 a
{
	display: block;
	float: left;
	height: 20px;
	line-height: 20px;
	font-family: Arial;
	font-size: 11px;
	color: #222;
	font-weight: normal;
	text-decoration: none;
	white-space: nowrap;
}

div.wButton2 a:hover
{
	color: #222;
	text-decoration: none;
}
div.wButton2 a.left
{
	width: 1px;
	background: url(../images/button_back_left.gif) top left repeat-x;
}
div.wButton2 a.img
{
	width: 20px;
	background: url(../images/button_back.gif) top left repeat-x;
}
div.wButton2 a.img img
{
	margin-top: 1px;
}
div.wButton2 a.middle
{
	padding: 0 8px;
	background: url(../images/button_back.gif) top left repeat-x;
}
div.wButton2 a.middle:hover
{
	background: url(../images/button_back_hover.gif) top left repeat-x;
}
div.wButton2 a.right
{
	width: 1px;
	background: url(../images/button_back_right.gif) top right repeat-x;
}

div.wImgButton
{
	float: left;
	height: 20px;
	cursor: pointer;
}
div.wImgButton table td
{
	padding: 0 !important;
}
div.wImgButton td a
{
	line-height: 20px;
	font-family: Arial;
	font-size: 11px;
	color: #222;
	font-weight: normal;
	text-decoration: none;
}
div.wImgButton td a:hover
{
	color: #222;
	text-decoration: none;
	background: url(../images/button_back_hover.gif) top left repeat-x;
}
div.wImgButton td.left
{
	width: 9px !important;
	background: url(../images/button_back_left.gif) top left repeat-x !important;
}
div.wImgButton td.img
{
	max-height: 16px;
	background: url(../images/button_back.gif) top left repeat-x !important;
	vertical-align: top !important;
	padding-top: 2px !important;
	padding-right: 5px !important;
}
div.wImgButton td.middle
{
	background: url(../images/button_back.gif) top left repeat-x !important;
}
div.wImgButton td.right
{
	width: 9px !important;
	background: url(../images/button_back_right.gif) top left repeat-x !important;
}
