﻿

/* classes for table */

.trTable_TopLeft
{
	width:10px;
	height:10px;
	background-image:url("/App_Themes/images/trTopLeft.gif");
	background-repeat:no-repeat;
}
.trTable_TopRight
{
	width:10px;
	height:10px;
	background-image:url("/App_Themes/images/trTopRight.gif");
	background-repeat:no-repeat;
}
.trTable_BottomLeft
{
	width:10px;
	height:10px;
	background-image:url("/App_Themes/images/trBottomLeft.gif");
	background-repeat:no-repeat;
}
.trTable_BottomRight
{
	width:10px;
	height:10px;
	background-image:url("/App_Themes/images/trBottomRight.gif");
	background-repeat:no-repeat;
}

.trTable_Top
{	
	height:10px;
	background-image:url("/App_Themes/images/trTop.gif");
	background-repeat:repeat-x;
}
.trTable_Bottom
{	
	height:10px;
	background-image:url("/App_Themes/images/trBottom.gif");
	background-repeat:repeat-x;
}
.trTable_Left
{
	width:10px;	
	background-image:url("/App_Themes/images/trLeft.gif");
	background-repeat:repeat-y;
}
.trTable_Right
{
	width:10px;	
	background-image:url("/App_Themes/images/trRight.gif");
	background-repeat:repeat-y;
}

/* ---- */

/* Other classes */

.trDivider
{	
	height:48px;
	background-image:url("/App_Themes/images/trHolder.gif");
	background-repeat:repeat-x;
	text-align: center;
}

.boldTextColored
{
	color: #F15502; 
	font:normal bold 1.0em Verdana, Arial; 
	text-decoration: none;
}

.trCentreAligned
{
	text-align: center;
}

.linkButtonS
{
	color: #F15502;
	font: normal bold 0.85em Verdana, Arial; 
}

/* ---- */
