﻿
.BusObjectContent 
{
	font-size: 14px;
}

#TBS_Attachments
{
}

.TBS_Comment
{
    color: green;
    font-size: 18px;
    margin-left: 30px;
}

.TBS_Msg_PanelBlocker 			/* Message Panel Dialog Box */
{
	background-color: #000000;
	opacity: 0.7;               
	filter: alpha(opacity=70);  /* IE */ 
	z-index: 32000;
	height: 100%;
	width: 100%;
	background-repeat: repeat;
	position:fixed;
	top: 0px;
	left: 0px;
	display: block;
}
.TBS_Msg_PanelAbs 
{
	left: 20%;
	top: 200px;
	width: 500px;   /* Width of dialog box can be changed. The height is automatically determined. */
}
#TBS_Msg_PanelRel 
{
	width: 100%; 
	height: 100%;
	min-height: 100px;
	z-index: 32010; 
	display: block;
	color: black;
	border:1px solid #fff;
	background-color: #FFFDCA;
	text-align: left;
	margin: 30% auto;
}
.TBS_Msg_OK
{
	position: absolute; 
	right: 5px; 
	bottom: 5px;
}
.TBS_Msg_Title 
{
	font-size: 10px;
	width: 100%;
	background-color: #4B73A8;
 	font-size: 11pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #fff;
}
.TBS_Msg_Icon 
{
	float: left;
	margin-right: 30px;
	margin-bottom: 50px;
	padding-top: 15px;
	padding-left: 15px;
}
.TBS_Msg_Text 
{
	padding: 0px 15px 15px 15px;
}
.TBS_Msg_MainMsg
{
	font-weight: bold;
	font-size: 12px;
}
.TBS_Msg_SubMsg
{
	font-size: 12px;
}

.MatrixSelectorBox
{
	background-color: White;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12;
    z-index: 32000;
}
.MatrixSelectorBox table
{
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
}
.MatrixSelectorBox td
{
	border: 1px solid black;
}
.MatrixSelectorBox a
{
	display: block;
	width: 100%;
	text-decoration: none;
	color: blue;
}
.MatrixSelectorBox a:hover
{
	background-color: #03C0E3;
}
.MatrixColHeaders
{
	background: #d4d4d4;
	padding: 5px;
	font-weight: bold;
}
.MatrixSelectedColHeader
{
	background: #c0c0c0;
}
.MatrixRowHeaders
{
	background: #d4d4d4;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	font-weight: bold;
}
.MatrixSelectedRowHeader
{
	background: #c0c0c0;
}
.MatrixSelectedCell
{
	background: #f0f0f0;
	font-weight: bold;
}


.TBS_Prompt_PanelBlocker 			/* Prompt Panel Dialog Box */
{
	background-color: #000000;
	opacity: 0.7;               
	filter: alpha(opacity=70);  /* IE */ 
	z-index: 32000;
	height: 100%;
	width: 100%;
	background-repeat: repeat;
	position:fixed;
	top: 0px;
	left: 0px;
	display: block;
}
.TBS_Prompt_PanelAbs 
{
	top: 200px;
	left: 20%; 
}
#TBS_Prompt_PanelRel 
{
	width: 100%; 
	height: 100%; 
	left: 0px; 
	top: 0px; 
	z-index: 32010; 
	display: block;
	color: black;
	background:#F8F8F8;
	border: solid 2px #000000;
	text-align: left;
	font-size: 18px;
	padding: 10px;
}
.TBS_Prompts					/* Panel inside the Prompt_Panel that holds all the prompts. */
{
}

.TBS_Prompts table tr td span	/* Labels for the prompts */
{
	text-align: left;
	font-size: 14px;
}

.TBS_Prompt_Btns				/* div containing the OK and Cancel buttons */
{
	text-align: center;
}

.TBS_ListBox            /* div for ListBox */
{
	overflow: auto;
}
.TBS_ListItem			/* div items of a ListBox */
{
}
.TBS_ListItem a:link,
.TBS_ListItem a:visited
{
	 text-decoration: none;
	 color: Black;
}
.TBS_ListItemSel	    /* Additional class for the ListItem that is selected */
{
	background-color: #77CCFF;
}
.TBS_ListItemSel a:link,
.TBS_ListItemSel a:visited
{
	 color: White;
}
.TBS_VAlignOuter		/* Outer of three div's to the right of the image. */
{
	display: table;
	#position: relative;  /* # indicates IE only */
	overflow: hidden;
}
.TBS_VAlignImage		/* Inside of VAlignOuter.  Contains the image. */
{
	display: table-cell;
	vertical-align: middle;
}
.TBS_VAlignImage img
{
	border-width: 0;
}
.TBS_VAlignMiddle		/* Middle of three div's. */
{
	#position: absolute;  /* # indicates IE only */
	#top: 50%;
	#left: 48px;		  /* This is overridden with the image size (IE only). */
	display: table-cell;
	vertical-align: middle;
}
.TBS_VAlignInner		/* Inner of three div's.  This div contains the text. */
{
	#position: relative;  /* # indicates IE only */
	#top: -50%;
	padding: 10px;
}
.TBS_SmallImage			/* Div used when there is an image, but it's small (16 px) */
{
	padding: 1px;
}
.TBS_SmallImage img
{
	border-width: 0;
	padding-right: 4px;
	padding-left: 4px;
}
.TBS_ListItemText		/* Div for text when there is no image. */
{
	padding: 3px;
	padding-left: 5px;
}

.TBS_LabelContainer     /* Classes used to vertically and horizontally center text in a label */
{
	overflow: visible;
	padding: 0px;
}

.TBS_LabelAlignment
{
	margin: 0px;
	padding: 0px;
	width: 1%;
	height: 100%;
	display: inline-block;
	visibility: collapse;
	vertical-align: middle;
}

.TBS_LabelContent
{
	margin: 0px;
	padding: 0px;
	display: inline-block;
	text-align: left;
}

.TBS_LabelPresenter
{
	height: 100%;
	width: 100%;
}

