﻿
/***** DATA: TABLE VIEW *****/
.data_table_main {font-family: Segoe UI, Arial; font-size: 11px; font-weight: normal}	

.data_table_title {color: #444444; font-style: normal; font-weight: normal; text-align: right; padding-right: 10px}
.data_table_title_multi {color: #444444; font-style: normal; font-weight: normal; text-align: right; padding-right: 10px; vertical-align: top; padding-top: 3px}

.data_table_value {text-align: left; vertical-align: middle}
.data_table_separator {height: 10px}


/***** DATA: ENUM VIEW *****/
.data_field {font-family: Segoe UI, Arial; font-size: 11px; font-weight: normal; margin-bottom: 5px}

.data_title {color: #444444; font-style: normal; font-weight: normal; margin-left: 5px; margin-right: 7px}
.data_title_right {color: #444444; font-style: normal; font-weight: normal; text-align: right; margin-right: 10px}

.data_value {color: #000000}
.data_text_info {font-family: Segoe UI, Arial; font-size: 11px; font-weight: normal; color: #999999}

.data_value_link:link {color: #000000; text-decoration: underline}
.data_value_link:visited {color: #000000; text-decoration: underline}
.data_value_link:active {color: #000000; text-decoration: underline}
.data_value_link:hover {color: #276191; text-decoration: underline}

.data_separator {height: 10px}
.data_separator_mini {height: 5px}


/***** TABLES *****/
.table_link:link {color: #333333; text-decoration: none}
.table_link:visited {color: #333333; text-decoration: none}
.table_link:active {color: #333333; text-decoration: none}
.table_link:hover {color: #333333; text-decoration: underline}

.table_no_records {margin: 10px 0px 10px 0px; text-align: center; color: #777777}









