/* Entities - Article */
.entity_article_userid
{
}
.entity_article_name
{
	width: 350px;
}
.entity_article_shortname
{
}
.entity_article_desc
{
	width: 98%;
	height: 100px;
	padding: 0px;
}
.entity_article_intro textarea
{
	width: 98%;
	height: 80px;
	padding: 3px;
}
.entity_article_content textarea
{
	width: 98%;
	height: 600px;
	padding: 3px;
}
.entity_article_binarycontent
{
}
.entity_article_created
{
}
.entity_article_published
{
}
.entity_article_is_published
{
}

/* Entities - Category */
.entity_category_parentcategoryid
{
}
.entity_category_name
{
	width: 350px;
}
.entity_category_desc
{
	width: 98%;
	height: 100px;
	padding: 0px;
}

/* Entities - Country */
.entity_country_code
{
	width: 30px;
}
.entity_country_name
{
	width: 350px;
}
.entity_country_desc
{
	width: 98%;
	height: 100px;
	padding: 0px;
}

/* Entities - Profile */
.entity_profile_userid
{
}
.entity_profile_firstname
{
	width: 200px;
}
.entity_profile_surname
{
	width: 200px;
}
.entity_profile_sex
{
}
.entity_profile_townofbirth
{
}
.entity_profile_countryofbirthid
{
}
.entity_profile_dob
{
}
.entity_profile_dod
{
}
.entity_profile_websiteurl
{
	width: 425px;
}
.entity_profile_racingcontent
{
}
.entity_profile_nonracingcontent
{
}

/* Entities - Text */
.entity_text_ref
{
}
.entity_text_desc
{
	width: 98%;
	height: 100px;
	padding: 0px;
}
.entity_text_body
{
	width: 98%;
	height: 350px;
	padding: 0px;
}

/* Entities - Title */
.entity_title_name
{
	width: 350px;
}

/* Entities - User */
.entity_user_isadmin input
{
}
.entity_user_titleid input
{
}
.entity_user_firstname input
{
	width: 200px;
}
.entity_user_surname input
{
	width: 200px;
}
.entity_user_displayname input
{
	width: 350px;
}
.entity_user_emailaddress input
{
	width: 425px;
}
.entity_user_password input
{
	width: 200px;
}
.entity_user_countryid input
{
}
.entity_user_activationcode input
{
}
.entity_user_joined input
{
}
.entity_user_lastupdated input
{
}
.entity_user_lastloggedin input
{
}
.entity_user_emailonserviceupdates
{
}
.entity_user_emailnewsletter
{
}
.entity_user_emailverified
{
}
.entity_user_searchable
{
}

/* Entities - UserArticle */
.entity_userarticle_userid
{
}
.entity_userarticle_articleid
{
}
.entity_userarticle_rating
{
}
.entity_userarticle_comment
{
	width: 98%;
	height: 100px;
	padding: 0px;
}

/* Entities - UserEmailAddress */
.entity_useremailaddress_emailaddress input
{
	width: 425px;
}

/*  */
.entity_User_control_navigation
{
	width: 100% !important;
}

.entity_User_control_navigation td
{
	width: 100% !important;	
}

/* */
.entity_user_welcome
{
	font-size: 10pt !important;
	font-weight: bold;
	width: 100% !important;
}
.entity_user_welcome td
{
	font-size: 10pt !important;
	font-weight: bold;
	width: 100% !important;	
}
.entity_user_welcome_extra
{
	font-weight: normal !important;
}