.login{
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight:bold; 
	color: #000;
	text-decoration: underline;
}
.loginFailed
{
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight:bold; 
	color: red;	
}

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:37px;
	font-size:10px;
	color: Black;
}

input.content_publish_button
{
	width:44px;
	font-size:10px;
	color: Black;
}

input.content_preview_button
{
	width:77px;
	font-size:10px;
	color: Black;
}

input.content_submit_for_approval_button
{
	width:147px;
	font-size:10px;
	color: Black;
}

input.content_reject_button
{
	width:47px;
	font-size:10px;
	color: Black;
}
