﻿/*
    Note on formatting:
    .td_tabpanel_generic span.ajax__tab_tab
    is a span with class ajax__tab_tab inside a container of class td_tabpanel_generic
*/


/* label -------------------------------------------------- */

.td_label_footer { font-size: 8pt; }
a.td_label_footer 
{
    background-color: red;
    color: Gray;
    text-decoration: none;
    }
a:hover.td_label_footer { color: Black; }

.td_label_error_message
{
	color: Red;
    font-weight: bold;
}

.td_label_ok_message { color: Gray; }

/* linkbutton -------------------------------------------------- */
.td_linkbutton_navigate
{
    background-color: red;
    color: Gray;
    display: block; /* Makes the linkbutton take up all the space available to it. So should be enclosed in <td> */
    font-size: 24pt;
    margin: 0mm 0mm 0mm 0mm;
    padding: 10mm 1mm 10mm 1mm;
    text-decoration: none;
}
a:hover.td_linkbutton_navigate 
{
    background-color: red;
    color: White;
    }

/* table (including tr, td) -------------------------------------------------- */

tr.td_table_masterpage_footer td
{
    border-right: solid 1px red;
    padding-right: 1mm;
}

/* tabcontainer -------------------------------------------------- */

/* .td_tabcontainer_generic - should not be used because all attributes are taken from td_tabpanel_generic */

/* tabpanel - remember that generic tabpanels are most likely housed within a masterpage tabpanel */
    
/* tabpanel generic -------------------------------------------------- */

div.td_tabpanel_generic div.ajax__tab_body { background-color: Transparent; }
div.td_tabpanel_generic div.ajax__tab_header { visibility: hidden; }
div.td_tabpanel_generic span.ajax__tab_inner { visibility: hidden; }
div.td_tabpanel_generic span.ajax__tab_outer { visibility: hidden; }
/* If there is a style applied within div.td_tabpanel_masterpage div.ajax__tab_panel, it may be necessary to reverse it here */
div.td_tabpanel_generic div.ajax__tab_panel { background-color: Transparent; }
div.td_tabpanel_generic span.ajax__tab_tab { visibility: hidden; }

/* end --------------------------------------------------  */