
body { 
background-image: url('/images/tibr_background.jpg');
background-repeat: no-repeat;
}

.list_columnheader {
	background-color: #8a0c0a;
}
.list_columnheader a {
	font-size: 12px;
	color: #ec5552;
}




.list_data {
font-size: 12px;
}

.list_data_off {
background-color: #C7C7C7;
}

.list_data_on {
background-color: #DDDDDD;
}


.detail_tableheader{
	font-size:12px;
	font-weight:bold;
	color:#000000;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	background-color: #FFFFFF;
}



.detail_data{
font-size: 12px;
border-width: 0px 1px 1px 1px;
border-style: solid;
border-color: #000000;
background-color: #C7C7C7; 
}
.detail_copy{
	font-size: 12px;
   	FONT-FAMILY: Verdana, Arial, Tahoma,Times New Roman;

}

.form_button
{
    border-width: 1px 1px 1px 1px;
    border-style: solid; 
    border-color: #000000;
    FONT-FAMILY: Verdana, Arial, Tahoma,Times New Roman;
    FONT-SIZE: 12px;
    BACKGROUND-COLOR:#D6D6D6;
    TEXT-ALIGN: center;
    cursor:hand
}




.NavOff {

	padding: 4px 8px 2px 8px;
	background-color: #8a0c0a;
	border-bottom: 2px #d9120f solid;
}

.NavOff a {
	text-decoration: none;
	color: #ec5552;
	font-family : Helvetica, sans-serif, Verdana;
	font-size : 10pt;
}

.NavOn {
	background: url(/images/nav_tab_on.gif) repeat-x top left;
	float: left;
	display: inline; /*IE6 Hack*/
	padding: 4px 8px 2px 8px;
	border-bottom: 1px #4C4442 solid;	
}

.NavOn a {
	text-decoration: none;
	color: #FFFFFF;
    FONT-FAMILY: Verdana, Arial, Tahoma,Times New Roman;

	font-size : 10pt;
}


.NavOn a:hover {
	text-decoration:underline;
}
.NavOff a:hover {
	text-decoration:underline;
}



.ddm1 .item2,
.ddm1 .item2:hover {

    display: block;
    white-space: nowrap; }



.ddm1 .section {
    position: absolute;
    visibility: hidden; /*sub menu hidden until mouseover*/ 
    z-index: -1;  /*moves sub menu behind main menu*/ 
	padding: 5px 0px 0px 0px;
    white-space: nowrap; 


}


* html .ddm1 td { position: relative; } /* ie 5.0 fix */
