﻿/* 
1.  tbl
2.  tbl_noborder
3.  tbl_header
4.  A.tbl_header, A.tbl_header:link, A.tbl_header:visited, A.tbl_header:hover
5.  tbl_header_edit
6.  A.tbl_header_edit, A.tbl_header_edit:link, A.tbl_header_edit:visited, A.tbl_header_edit:hover
7.  tbl_sub_header
8.  tbl_sub_header_light
9.  tbl_row_text
10. tbl_row_text_left
11. tbl_row_data
12. tbl_row_data_alter
13. tbl_row_view
14. tbl_error_message
15. tbl_button
16. empty_table
17. header_table
*/

.tbl
{
    font-family: Tahoma,Verdana,Arial,Helvetica;
	font-size: 10pt;
	border : 1px;
	border-style : solid;
	border-color : #cccccc;
	border-collapse: collapse;
	border-top: none;
}

.tbl_noborder
{
    font-family: Tahoma,Verdana,Arial,Helvetica;
	font-size: 10pt;
	border : 0px;
	border-collapse: collapse;
}

.tbl_header
{
    color: Black;
    font-family: Tahoma,Verdana,Arial,Helvetica;
	font-size: 10pt;
	font-weight: bold;	
	border-collapse: collapse;
	border-top: none;
    background-image: url(/common/resources/en_US/default/images/templates/default/footer_background.gif); 
    background-repeat: repeat-x;
    padding: 2px;
}

A.tbl_header, A.tbl_header:link, A.tbl_header:visited, A.tbl_header:hover
{
    color: Black;
    font-family: Tahoma,Verdana,Arial,Helvetica;
	font-size: 10pt;
	font-weight: bold;	
	border-collapse: collapse;
	border-top: none;
    background: transparent;
}

.tbl_header_big
{
    color: Black;
    font-family: Tahoma,Verdana,Arial,Helvetica;
	font-size: 14pt;
	font-weight: bold;	
	border-collapse: collapse;
	border-top: none;
    background-image: url(/common/resources/en_US/default/images/templates/default/footer_background.gif); 
    background-repeat: repeat-x;
    padding: 2px;
}

.tbl_header_edit
{
	color: Black;	
    font-family: Tahoma,Verdana,Arial,Helvetica;
	font-size: 10pt;
	font-weight: bold;
	border-bottom : white 1px;	
	border-collapse: collapse;
    padding-left: 5px;
	height : 23px;
    background-image: url(/common/resources/en_US/default/images/templates/default/footer_background.gif); 
    background-repeat: repeat-x;
}

A.tbl_header_edit, A.tbl_header_edit:link, A.tbl_header_edit:visited, A.tbl_header_edit:hover
{
    color: Black;
    font-family: Tahoma,Verdana,Arial,Helvetica;
	font-size: 10pt;
	font-weight: bold;	
	border-collapse: collapse;
    padding-left: 2px;
    background: transparent;
}

.tbl_sub_header
{
	font-weight: bold;
	color: Black;
	font-family: Tahoma,Verdana,Arial,Helvetica;
	font-size: 10pt;
	background: #EBF4FF; /*  #EAF4FF;  #747474;*/
    padding: 2px;
}


.tbl_sub_header_light
{
    font-family: Tahoma,Verdana,Arial,Helvetica;
	font-size: 8pt;
	background: #f3f3f3;
	font-weight: bold;	
}

.tbl_row_text
{
	color: black;
    font-family: Tahoma,Verdana,Arial,Helvetica;
	font-size:  9pt;
	background: #f3f3f3;
	text-align: right;
	font-weight: bold;		    
    white-space: nowrap;     
}

.tbl_row_text_left
{
	color: black;
    font-family: Tahoma,Verdana,Arial,Helvetica;
	font-size:  9pt;
    background: #f3f3f3;
	text-align: left;
	font-weight: bold;		    
    white-space: nowrap;     
}

.tbl_row_data
{
    color: Black;
    font-family: Tahoma,Verdana,Arial,Helvetica;
	font-size: 9pt;
	background: white;
    /*width: 100%;*/
}

.tbl_row_data_alter
{
    color: Black;
    font-family: Tahoma,Verdana,Arial,Helvetica;
	font-size: 9pt;
	background: #f3f3f3;
    width: 100%
}

.tbl_row_view
{
	color: Black;
    font-family: Tahoma,Verdana,Arial,Helvetica;
	font-size: 10pt;
	background: #EDE7F7;
}

.tbl_error_message
{
    font-size: 9pt;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    background: white;
    color: Red; 
    font-weight: bold;
    padding: 3px; 
}

.tbl_button
{
	color: Black;
    font-family: Tahoma,Verdana,Arial,Helvetica;
	font-size: 10pt;
	background: White;
	text-align : right;
}

.empty_table
{
	color: Black;
	border-top: 1px solid Black;
	border-bottom: 1px solid Black;
	border-left: 1px solid Black;
	border-right: 1px solid Black;
	background: transparent;
    font-family: Tahoma,Verdana,Arial,Helvetica;
	font-size: 10pt;
}

.header_table
{
/*
	height:26px; 
	vertical-align: text-bottom;  
	background-image: url('http://extranet.intrafinity.com/common/resources/en_US/default/images/rcc/footer_background.gif');  
	font-weight: bold; 
	color: #000000;	
*/
	color: Black;	
    font-family: Tahoma,Verdana,Arial,Helvetica;
	font-size: 10pt;
	font-weight: bold;
	border-collapse: collapse;
    padding-left: 5px;
	height : 23px;
    background-image: url(/common/resources/en_US/default/images/templates/default/footer_background.gif); 
    background-repeat: repeat-x;  
}
