.message { font-family: Tahoma; font-size: 9pt; font-weight:bold }
.CommonMessageSuccess
{
	padding: 8px;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 100%;
	color: #334433;
	font-weight: bold;
	border: 1px solid #999999;
	background-color: #bde1aa;
	margin-top: 8px;
	margin-bottom: 8px;
	direction:rtl; font-style:italic;
	width:10px;
}
.CommonMessageError
{
	padding: 8px;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 100%;
	color: #443333;
	font-weight: bold;
	border: 1px solid #999999;
	background-color: #EBD9D9;
	margin-top: 8px;
	margin-bottom: 8px;
	direction:rtl; font-style:italic;
	width:10px;
}
.CommonLicenseMessageSuccess
{
	padding: 8px;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 100%;
	color: #334433;
	font-weight: bold;
	border: solid;
	border-width: 1px;
	border-color: #999999;
	background-color: #cfe7c0;
	margin-top: 8px;
	margin-bottom: 8px;
}
.CommonLicenseMessageError
{
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 4px;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 100%;
	color: #444433;
	font-weight: bold;
	border: solid;
	border-width: 1px;
	border-color: #999999;
	background-color: #fff499;
}
/*
Text Button
*/

.CommonTextButton
{
	display: inline-table;
	display: -moz-inline-box;
	border-left:1px solid #cccccc; border-right:1px solid #999999; border-top:1px solid #cccccc; border-bottom:1px solid #999999; display: inline-block;
	margin: 1px;
	padding: 4px;
	background-color: #eeeeee;
	color: #333333;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	white-space: nowrap
}

:link.CommonTextButton
{
	text-decoration: none;
	color: #333333;
	background-color: #eeeeee;
}

:visited.CommonTextButton
{
	text-decoration: none;
	color: #333333;
	background-color: #eeeeee;
}

:active.CommonTextButton
{
	text-decoration: none;
	color: #333333;
}

:hover.CommonTextButton
{
	text-decoration: underline;
	color: #333333;
	background-color: #dddddd;
}

.CommonTextButtonHighlight
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 1px;
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	background-color: #bbbbbb;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 80%;
	font-weight: bold;
	white-space: nowrap;
}

:link.CommonTextButtonHighlight, :visited.CommonTextButtonHighlight, :active.CommonTextButtonHighlight, :hover.CommonTextButtonHighlight
{
	text-decoration: none;
	background-color: #bbbbbb;
	color: #333333;
}

.CommonImageTextButton
{
	display: inline-table;
	display: -moz-inline-box;
	border-left:1px solid #CCCCCC; border-right:1px solid #999999; border-top:1px solid #CCCCCC; border-bottom:1px solid #999999; display: inline-block;
	margin: 1px;
	background-color: #EEEEEE;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 80%;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position:  
               1px 1px;
	padding-left: 4px;
	line-height: normal;
	white-space: nowrap; direction:rtl; padding-right:22px; padding-top:4px; padding-bottom:4px
}

:link.CommonImageTextButton
{
	text-decoration: none;
	color: #333333;
	margin: 1px;
}

:visited.CommonImageTextButton
{
	text-decoration: none;
	color: #333333;
}

:active.CommonImageTextButton
{
	text-decoration: none;
	color: #333333;
}

:hover.CommonImageTextButton
{
	text-decoration: underline;
	color: #333333;
	background-color: #dddddd;
}

.CommonImageTextButtonHighlight
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 1px;
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	background-color: #bbbbbb;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 80%;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 1px 1px;
	padding-left: 22px;
	line-height: normal;
	white-space: nowrap;
}

:link.CommonImageTextButtonHighlight, :visited.CommonImageTextButtonHighlight, :active.CommonImageTextButtonHighlight, :hover.CommonImageTextButtonHighlight
{
	text-decoration: none;
	background-color: #bbbbbb;
	color: #333333;
}

.CommonButtonInnerContentDown
{
	background-image: url(../images/common/button-down-arrow.gif);
	padding-right: 9px;
	background-repeat: no-repeat;
	background-position: right center;
}

.CommonButtonInnerContentRight
{
	background-image: url(../images/common/button-right-arrow.gif);
	padding-right: 7px;
	background-repeat: no-repeat;
	background-position: right center;
}


UL.CommonFloatList
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

UL.CommonFloatList LI
{
	margin-bottom: 8px;
	clear: both; font-family:Tahoma; font-size:8pt; direction:rtl
}

/*
Rating Styles
*/

.CommonRateControlReadOnly
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	background-color: #ffffff;
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
	padding: 1px;
}

.CommonRateControl
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	background-color: #eeeeee;
	border-style: solid;
	border-color: #d4d4d4;
	border-width: 1px;
	cursor: pointer;
	padding: 1px;
}

.CommonRateControlActive
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	cursor: pointer;
	padding: 1px;
}
#CommonCommentForm
{
	padding-left:10px;
}
#CommonCommentForm textarea
{
	width:80%;
}
