table.content
{
	width:320px;	
}

table.content_display
{
	width:320px;	
}

span.content_status_caption
{
	font-size: 10px;
	font-weight:bold;		
    color: Black;
    width:auto;
    
}

span.content_status_value
{
	font-size: 10px;
	font-weight:normal;
    color: Black;
    width:auto;
}

span.content_last_user_modified_caption
{
	font-size: 10px;
	font-weight:bold;	
    color: Black;
    width:auto;
}

span.content_last_user_modified
{
	font-size: 10px;
	font-weight:normal;
    color: Black;
    width:auto;
}

span.content_last_user_approved_caption
{
	font-size: 10px;		
	font-weight:bold;	
    color: Black;
    width:auto;
}

span.content_last_user_approved
{
	font-size: 10px;
	font-weight:normal;
    color: Black;
    width:auto;
}

span.content_start_date_caption
{
	font-size: 10px;
	font-weight:bold;	
    color: Black;
    width:auto;
}

span.content_end_date_caption
{
	font-size: 10px;
	font-weight:bold;	
    color: Black;
    width:auto;
}

input.content_start_date
{
	width:75px;
}

input.content_end_date
{
	width:75px;
}

input.content_edit_button
{
	width:35px;
	font-size:10px;
	color: Black;
}

input.content_publish_button
{
	width:42px;
	font-size:10px;
	color: Black;
}

input.content_preview_button
{
	width:75px;
	font-size:10px;
	color: Black;
}

input.content_submit_for_approval_button
{
	width:145px;
	font-size:10px;
	color: Black;
}

input.content_reject_button
{
	width:45px;
	font-size:10px;
	color: Black;
}

