/*               SOMETHING DIGITAL CONTENT MANAGEMENT SYSTEM
 *                        INLINE EDIT CONTROL STYLE
 *
 *  This document contains the inline-edit control style definitions.  These
 *  definitions must be included on every page the that CMS system has inline
 *  editing defined on.  These properties should not be changed.
 */

.EditCommandBox
{
	padding: 3px 10px 3px 5px;
	text-align:left;
	margin-bottom:5px;
	
}

.EditCommandBox A,
.EditCommandBox A:visited
{
	margin-left:6px;
	text-decoration:none;
	color:#FFFFFF;
}

.EditCommandLink,
.EditCommandLink:visited
{
	margin-right:6px;
	text-decoration:none;
	color:#000000;

}

.EditCommandBox A:hover,
.EditCommandLink:hover
{
	color:#999999;
}

.EditCommandBox img,
.EditCommandLink img
{
	margin-right:2px;
	border: 0px;
}

/* Default styles for the TiledList control. */ 
.DocItemIdle,
.DocItemSelected,
.DocItemHovered
{
	cursor: hand;
	border: solid 1px #FFFFFF;
	margin:2px;
	padding:5px;
}

.DocItemHovered
{
	border: solid 1px #FFFFFF;
	background-color: #EEEEFF;
}

.DocItemSelected
{
	border: solid 1px #BBBBDD;
	background-color: #DDDDFF;
}


.TiledListItemIcon
{
	float:left; /* Make sure the icon stays to the left of the text. */
	margin-right:8px;
}

.TiledListItemDetails
{
	font-size:12px;
	color: #999999;
}

.TiledListItemTitle
{
	font-size:16px;	
	font-weight:bold;
}

 .BasicContentListItem
 {
	padding-bottom:3px;
 }