/*********************************************************************************************************/
/*********************************************************************************************************/
/*                                                                                                       */
/*	CONTENTMANAGER CONTENT STYLES                                                                              */
/*                                                                                                       */
/*********************************************************************************************************/
/*********************************************************************************************************/

a.selectedit,a.selectedit_preview
{
	border-width:		2px;
	border-style:		outset;
	background-color:	white;
	padding:		1px 9px;
	text-decoration:	none;
	font-family:		ms sans serif,sans serif;
	font-weight:		normal!important;
	font-size:		12px;
	color:			rgb(153,51,51);
	display:		inline!important;
}	

a.selectedit:hover
{
	background-color:	rgb(153,51,51);
	color:			white;
}	

a.selectedit_preview
{
	background-color:	lightgreen!important;
	color:			darkgreen!important;
}	

a.selectedit_preview:hover
{
	background-color:	darkgreen!important;
	color:			white!important;
}	

#selectedit_list
{
	position:		absolute;
	display:		none;
	z-index:		5000;
	background-color:	white;
	border:			1px solid black;
	line-height:		16px;
	font-family:		ms sans serif,sans serif;
	font-weight:		normal;
	font-size:		11px;
	height:			auto;
	width:			auto;
	overflow:		auto;
}

a.selectedit-link
{
	padding-left:		5px;
	line-height:		16px;
	display:		block;
	width:			auto;
	text-decoration:	none;
	color:			black;
	cursor:			auto;
}

a.selectedit-link:hover
{
	background-color:	rgb(153,51,51);
	color:			white;
}

input.selectedit,input.selectedit_preview
{
	background-color:	white;
	font-family:		ms sans serif,sans serif;
	font-size:		12px;
	vertical-align:		top;
	color:			black;
}

input.selectedit_preview
{
	background-color:	lightgreen;
}

input.siteeditbutton
{
	background-color:	white;
	font-family:		ms sans serif,sans serif;
	font-size:		12px;
	color:			rgb(153,51,51);
}