﻿table.FlexControl
{
	border-width: 1px;
	border-style: solid;
	border-color: #94D0EE;	
	font-size: 8pt;
}

tr.FlexControlBar
{
	background-color: #97D0EE;
	border-width: 4px;
	border-color: Red;
	border-style: solid;
	border-top: solid 1px #121212;
	height: 20px;
	cursor: pointer;

}

td.FlexControlBar
{
	width: 100px;
		vertical-align: middle;
	text-align: center;
}

td.FlexControlBarSplit
{
	color: #658CA1;

	width: 5px;
}

td.FlexControlBarHelp
{
	text-align: right;	
}

td.FlexContent
{
	height: 300px;
	background-color: White;	
	padding: 4px 4px 4px 4px;
	border-top: solid 2px #658CA1;

}

table.FlexGrid
{
	border-width: 1px;
	border-style: solid;
	border-color: #658CA1;	
	overflow: hidden;
}

tr.FlexRow
{
	height: 20px;	
}

tr.FlexRowAlt
{
	height: 20px;
	background-color: #EDEDED;	
}

tr.FlexRowHeader
{
	background-color: #97D0EE;
	color: Black;
	font-weight: bold;
	vertical-align: middle;
}

th.FlexRowHeader
{
	text-align: center;
}

a.FlexsControlBar
{
	text-decoration: none;	
		color: Black;
}

a.FlexsControlBar:hover
{
	font-weight: bold;
	
}

TextArea.FlexsInput, Input.FlexsInput
{
	font-family: Arial;
	font-size: 9pt;
}

div.FlexsBreadcrumb
{
	font-size: 14px;
	color: #186bf7;	
	text-decoration: none;
}

tr.TabBtnArea
{
	height: 20px;	
}

td.FlexTabBtn
{
	background-color: #658ca1;
	color: #ededed;
	font-weight: bold;
	font-size: 9pt;
	cursor: pointer;
	border-top: solid 2px #ffffff;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}

td.FlexTabBtnSpace
{
	background-color: #ffffff;
	width: 1px;
}

td.FlexTabBtnOn
{
	background-color: #658ca1;
	color: #ededed;
	font-weight: bold;
	font-size: 9pt;
	cursor: pointer;
	border-top: solid 2px #658ca1;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}

td.FlexTabArea
{
	height: 300px;
	background-color: White;
	border-color: #658ca1;
	border-width: 1px;
	border-style: solid;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;	
}

div.FlexsTabPage
{
	display: none;
}

div.FlexsTabPageOn
{
	display: block;
}

div.Blur
{
	position: absolute;
	background-color: #666666;
	display: none;
	left: 0px;
	top: 0px;
	-moz-opacity:.50;
	filter:alpha(opacity=50); 
	opacity:.50;
	width: 100%;
	height: 2000px;
	text-align: center;
	vertical-align: top;
	color: Black;
}

div.popupForm
{
	font-family: Arial;
	font-size: 9pt;
	position: absolute;
	display: none;
	border-style: solid;
	background-color: White;
	border-color: Black;
	border-width: 1px;
}

tr.popupTitle
{
	background-color: Silver;
	font-weight: bold;
	height: 16px;
}

div.btnClose
{
	text-align: right;	
	font-size: 8pt;
	cursor: pointer;
	display: block;
}

div.FlexsFormDeleteArea
{
	border-color: #a18465;
	border-width: 2px;
	border-style: solid;
	background-color: #ffffff;
	padding: 10px 10px 10px 10px;
	display: none;
	color: #a18465;
	font-weight: bold;
}

img.Btn
{
	cursor: pointer;	
}