
/****************************************************************************/
/* This controls the appearance of the Online Inspections title/control bar */
/****************************************************************************/

/* the title bar itself */
.oiTitleBar
{
    _background-color:#7f9db9;
    height:20px;
    padding:5px 0 5px 0;
    filter:	progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#ceddec,endColorStr=#7f9db9 ); /* ie only */

}

/* the title text */
.oiTitleBarTitle
{
    margin:0 0 0 10px;
    color:#000;
    float:left;
    font-size:130%; 
    font-weight:normal; 
}

/* the control buttons on the bar */
.oiTitleBarButton 
{	
	border-top:1px solid #fff;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	border-left:1px solid #fff;
	vertical-align:middle;
	color:#07519A;
	background-color:#E4F1FC;
	font-size:100%;
	text-align:center;
	float:right;
	margin:0 3px 0 0;
	width : 4em; 
}

/* used to highlight overdue cells within a grid view */
.OverdueCell
{
	color:#ff0000;
}

.tfGridViewFixedLayout
{
	padding-left: 1px;
	padding-right: 2px;
	table-layout:fixed;
}


/*  Inspection trail part css */
                                   
.OITrailItem  /* trail item label */
{
	font-size:small;
}

.OITrailSep /* trail seperator */
{
	font-size:small;
}

.OITrail /* outer trail control panel */
{
	width:100%;
	float:left;
	font-weight:bold;
}

.OITrailNode /* trail node panel, contains OITrailItem and OITrailSep */
{
	float:left;
}


