﻿.ToolBar
{
	width: 65px;
	height: 55px;
	border: solid 1px black;
	margin: 1px;
	padding: 4px;
	line-height: 15px;
	text-align: center;
}
.ToolBar_Hover
{
	width: 65px;
	height: 55px;
	border: solid 1px red;
	margin: 1px;
	padding: 4px;
	line-height: 15px;
	text-align: center;
	background-color: #e6f2f9;
}
.ToolBar_Seperator
{
	height: 52px;
	border-right: solid 1px silver;
	margin-right: 6px;
	margin-left: 6px;
	margin-top: 4px;
	margin-bottom: 4px;
}
.TopDetails
{
	padding: 10px;
	text-align: right;
	border: solid 1px black;
	font-family: Tahoma;
	font-size: 11px;
}
.TopDetailsDiv
{
	padding: 10px;
	text-align: right;
	border-bottom: solid 1px black;
	font-family: Tahoma;
	font-size: 11px;
	width: 100%;
}
.ErrorDetails
{
	padding: 10px;
	text-align: left;
	border-bottom: solid 1px red;
	border-top: solid 1px red;
	font-family: Tahoma;
	font-size: 11px;
	color: Red;
	direction: ltr;
	width: 100%;
}
.SearchButton
{
	background: #1994cb url(Images/Search.gif) no-repeat fixed right;
	color: #ffffff;
	border: 1px solid #000080;
	font-family: Tahoma, verdana, sans-serif;
	font-size: 11px;
	padding-right: 10px;
}
.InsertButton
{
	background: #1994cb url(Images/Add.gif) no-repeat fixed right;
	color: #ffffff;
	border: 1px solid #000080;
	font-family: Tahoma, verdana, sans-serif;
	font-size: 11px;
	padding-right: 10px;
}
.RefreshButton
{
	background: #1994cb url(Images/Refresh.gif) no-repeat fixed right;
	color: #ffffff;
	border: 1px solid #000080;
	font-family: Tahoma, verdana, sans-serif;
	font-size: 11px;
	padding-right: 10px;
}
.ProgressBar
{
	text-align: left;
	border: solid 1px black;
	width: 100px;
	height: 12px;
	font-size: 10px;
}
.FullLink
{
	width: 100%;
}
/* ----------------------------------- */
.TFG_Header
{
	font-family: Tahoma;
	font-size: 12px;
	text-align: center;
	color: Black;
	background-color: #ece9d8;
	border: solid 1px black;
}
.TFG_Item
{
	border-left: solid 1px black;
	border-bottom: outset 1px white;
	background-color: White;
	font-family: Tahoma;
	font-size: 12px;
	text-align: center;
}
.TFG_Alter
{
	border-left: solid 1px black;
	border-bottom: outset 1px white;
	background-color: #f4ffff;
	font-family: Tahoma;
	font-size: 12px;
	text-align: center;
}

/*----------< Detail Buttons  >----------*/
.DetailButton
{
	background-image: url(Images/Expand.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-color: White;
	width: 16px;
	height: 16px;
	border: solid 1px black;
}
.CollapseButton
{
	background-image: url(Images/Collapse.gif);
	background-position: right;
	background-repeat: no-repeat;
	background-color: #eef1fa;
	width: 100%;
	height: 20px;
	border: solid 1px blue;
	text-align: right;
	padding-right: 15px;
}
.ExpandButton
{
	background-image: url(Images/Expand.gif);
	background-position: right;
	background-repeat: no-repeat;
	background-color: White;
	width: 100%;
	height: 20px;
	border: solid 1px blue;
	text-align: right;
	padding-right: 15px;
}
/* Menu */
.TFG_Menu
{
	background-color: White;
	width: 120px;
}
.TFG_Menu_Normal
{
	width: 120px;
	height: 12px;
	border: solid 1px black;
	padding: 2px 5px 2px 0px;
	text-align: right;
}
.TFG_Menu_Hover
{
	width: 120px;
	height: 12px;
	border: solid 1px red;
	padding: 2px 5px 2px 0px;
	text-align: right;
	background-color: #e6f2f9;
}
.TFG_Menu_Seperator
{
	width: 120px;
	height: 1px;
	font-size: 1px;
	border-bottom: solid 1px silver;
	margin-bottom: 4px;
	margin-top: 4px;
}
.TFG_Menu_Link
{
	width: 100%;
	height: 100%;
}
/* */
.TFG_Center
{
	text-align: center;
}
.TFG_Right
{
	text-align: right;
}
.TFG_Left
{
	text-align: left;
}
.TFG_TextBox
{
	border: #9f9f9f 1px solid;
	background: #f9f9f9 none;
	color: black;
	font-family: tahoma,verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	width: 200px;
}
.TFG_Calendar
{
	border: #9f9f9f 1px solid;
	background: #f9f9f9 none;
	color: black;
	font-family: tahoma,verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	width: 200px;
	direction: ltr;
	text-align: center;
}
/* ToolBox For Form Editor */
.TopButton_Collapse
{
	background-image: url(Images/Toolbar.Collapse.gif);
	background-position: center;
	background-repeat: no-repeat;
	border: none;
	background-color: White;
	width: 100%;
	height: 15px;
}
.TopButton_Expand
{
	background-image: url(Images/Toolbar.Expand.gif);
	background-position: center;
	background-repeat: no-repeat;
	border: none;
	background-color: White;
	width: 100%;
	height: 15px;
}
/*--------- ToolBox -----------*/
.ToolBoxDiv
{
	width: 100%;
	border: solid 1px blue;
	vertical-align: top;
	padding: 5px;
	text-align: right;
	background-color: White;
}
.ToolBox
{
	border: solid 1px black;
	background-color: Transparent;
	width: 20px;
	height: 20px;
	padding: 3px;
}
.ToolBox_Hover
{
	border: solid 1px red;
	background-color: #bfbfff;
	width: 20px;
	height: 20px;
	padding: 3px;
}
.ToolBox_Seperator
{
	height: 20px;
	border-right: solid 1px silver;
}
.PropertyTextBox
{
	border: solid 1px silver;
	background-color: White;
	font-family: Tahoma;
	font-size: 11px;
	direction: ltr;
	width:200px;
}
