

.user_add_button
{
	font-size: 10px;
    font-weight: bold;
    border-color: #666666;
    border-width: 1px;
    background-color: #ebebeb;
    background-image: url(../image/button_bg.gif);
}

.user_edit_button
{
	margin-top: 5px;
	margin-right: 5px;
	font-size: 10px;
    font-weight: normal;
    width: 60px;
    border-color: #666666;
    border-width: 1px;
    background-color: #ebebeb;
    background-image: url(../image/button_bg_turq.gif);
}

.user_delete_button
{
	margin-top: 5px;
	font-size: 10px;
    font-weight: normal;
    width: 60px;
    border-color: #666666;
    border-width: 1px;
    background-color: #ebebeb;
    background-image: url(../image/button_bg_halfyellow.gif);
}

.user_disable_button
{
	margin-top: 5px;
	margin-right: 5px;
	color: #ff0000;
	font-size: 10px;
    font-weight: normal;
    width: 60px;
    border-color: #666666;
    border-width: 1px;
    background-color: #ebebeb;
    background-image: url(../image/button_bg.gif);
}


.user_enable_button
{
	margin-top: 5px;
	margin-right: 5px;
	color: #007000;
	font-size: 10px;
    font-weight: bold;
    width: 60px;
    border-color: #666666;
    border-width: 1px;
    background-color: #ebebeb;
    background-image: url(../image/button_bg.gif);
}



/**********************************************/
/* PROFILE                                    */

table.userpage_profile
{
    padding: 6px;
    border-width: 1px;
    border-style: solid;
    border-color: #6282A6;
    background-color: #EFF6FF;
}

.userpage_profile_firstname_above { height: 4px; }
.userpage_profile_surname_above { height: 1px; }
.userpage_profile_telephone_above { height: 1px; }
.userpage_profile_mobile_above { height: 1px; }
.userpage_profile_email_above { height: 1px; }
.userpage_profile_bottom_above { height: 4px; }

td.userpage_profile_firstname, td.userpage_profile_surname, td.userpage_profile_telephone, td.userpage_profile_mobile,td.userpage_profile_email
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 95%;
    font-weight: normal;
    color: #000066;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
}
.userpage_profile_header
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 95%;
    font-weight: bold;
    color: #000066;
    padding-top: 0px;
    padding-bottom: 0px;
}

/**********************************************/
/* COMMENT SECTION                            */

table.userpage_comment_table_main
{
}
td.userpage_comment_table_header_before
{
    font-size: 0px;
}
td.userpage_comment_table_header
{
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 110%;
    font-weight: bold;
    color: #000066;
    padding-top: 15px;
}
td.userpage_comment_table_header_after
{
    font-size: 0px;
}
table.userpage_comment_table_body
{
    padding: 5px;
    width: 100%;
    padding-bottom: 30px;
}

td.userpage_comment_table_body { background-color: #ffffff; }

LI.ePost
{
    color: #303A56;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-weight: normal;
    font-size: 85%;
}