﻿

/***** titles & texts *****/
.title_color {font-family: Arial, Verdana; font-size: 14px; color: #b41d12; font-weight: normal}
.title_gray {font-family: Arial, Verdana; font-size: 14px; color: #333333; font-weight: normal}

.text_normal {font-family: Arial, Verdana; font-size: 12px; color: #333333}
.text_secundary {font-family: Arial, Verdana; font-size: 12px; color: #999999; font-style: normal}


/***** tables *****/
.table_details {background-color: #ffffff}
.table_corner_tl {width: 10px; height: 10px; background-image: url(App_Images/table_corner_tl.gif)}
.table_corner_tr {width: 10px; height: 10px; background-image: url(App_Images/table_corner_tr.gif)}
.table_corner_bl {width: 10px; height: 10px; background-image: url(App_Images/table_corner_bl.gif)}
.table_corner_br {width: 10px; height: 10px; background-image: url(App_Images/table_corner_br.gif)}


/***** form contact *****/
.form_tb_title {font-family: Arial, Verdana; font-size: 12px; color: #777777; font-weight: normal; font-style: italic; text-align: right; padding-right: 10px; height: 27px}
.form_tb_title_multi {font-family: Arial, Verdana; font-size: 12px; color: #777777; font-weight: normal; font-style: italic; text-align: right; padding-left: 10px; padding-right: 10px; padding-top: 5px; vertical-align: top; height: 27px}

.form_tb_value {text-align: left; height: 27px}
.form_tb_value_multi {text-align: left; padding-top: 4px; padding-bottom: 4px; height: 27px}

.form_tb_footer {text-align: center; padding-top: 10px; padding-bottom: 10px; border-style: none}


