/* ============ standart tags ========== */
html
{
	padding: 0;
	margin: 0;
}
body
{
	background: #4a97ce url('../../pic/layout/bg.gif') 0% 0% repeat-x;
	font-family: Tahoma, Arial, Verdana;
	font-size: 70%;
	margin: 0;
	padding: 25px 10px 15px 10px;
}
h1
{	
}
h2
{
}
h3
{
}
table
{
	width: 100%;
	border-collapse: collapse;
}
td
{
	vertical-align: top;
	padding: 0;	
}
a:hover
{
	text-decoration: none;
}
ul, ol
{
}

p
{
	margin-top: 0;
	margin-bottom: 10px;
}
img
{
	border: 0;
}
form
{
	margin: 0;
	padding: 0;
}
button, input, textarea, select
{
	font-family: Tahoma, Arial, Verdana;
	font-size: 100%;
}
/* ============ standart tags // ========== */

/* ============= Misc classes ============ */
.popupFrame {
	position:absolute;
	z-index:500;
	left:-1000px;
	top:-1000px;
}

.TAC
{
	text-align: center;
}
.TdTAC td
{
	text-align: center;
}
.TAR
{
	text-align: right;
}
.W100p
{
	width: 100%;
}
.W50p
{
	width: 50%;
}
.AC
{
	margin-left: auto;
	margin-right: auto;
}
/* ===== Site Header ===== */
.LayoutTop
{
	padding-left: 20px;
}
.LayoutTop .Icon a
{
	position: relative;
	top: -6px;
	z-index: 1;
}
.LayoutTop .SiteLogo
{
	padding: 22px 0 0 22px;
}
.LayoutTop .SiteSection
{
	padding-left: 8px;
	text-align: right;
	width: 100%;
}
.LayoutTop .SiteSection .Selector
{
	width: 180px;
}
.LayoutTop .SiteControls
{
	padding: 0 8px 0 8px;
}
.LayoutTop .SiteControls ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.LayoutTop .SiteControls li
{
	margin: 0;
	padding: 0;
	margin-bottom: 14px;
}
.LayoutTop .SiteControls .Last
{
	margin: 0;
}
.Crumbs
{
	font-size: 110%;
	color: #ffffff;
	padding: 0 0 0 17px;
}
.Crumbs a
{
	color: #ffffff;
}
.Crumbs b
{
	font-weight: normal;
}
.Crumbs img
{
	margin: 0 6px 0 6px;	
	vertical-align: bottom;
	position: relative;
	top: -2px;
}
/* ===== Site Header // ===== */


/* ===== Menu tree ===== */
.SiteTreeContainer
{
	width: 250px;
	overflow: hidden;
	overflow-x: auto;
	border: 1px solid #e9e9e9;
	border-top: 7px solid #eaeaea;
	background-color: #ffffff;
}
.dtree {
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #c0d2ec;
}
.dtree .clip {
	
}
/* ===== Menu tree // ===== */


/* ===== Sysinfo ===== */
.SysInfo
{
	padding: 11px;
	vertical-align: bottom;
}
.SysInfo a
{
	color: #0f5c93;
}
.SysInfo .Container
{
	padding: 9px;
	border: 1px solid #e9e9e9;
	background: #ffffff;
}
.SysInfo .FieldName
{
	width: 30px;
	padding-right: 15px;
}
/* ===== Sysinfo // ===== */

/* ===== Site body  ===== */
.LayoutCenter
{
	border-top: 7px solid #e8e8e8;
	background: #f7f7f7;
}
.LayoutCenterL
{
	padding: 10px;
	font-size: 90%;
	height: 100%;
	width: 250px;
}
.LayoutCenterR
{
	padding: 10px 17px 10px 0;
}
.ContentBlock
{
	background: #ffffff;
	padding: 11px 0 0 15px;
	border: 1px solid #eaeaea;
	border-top: 7px solid #eaeaea;
}
.ContentSpacer
{	
	font-size: 1px;
	height: 12px;
	margin: 0 auto 0 auto;
	border-left: 1px solid #c7c7c7;
	border-right: 1px solid #c7c7c7;
	width: 95%;
}
/* ===== Actions for block ===== */
.Actions
{
	padding-bottom: 12px;
	padding-right: 10px;
}
.Actions a
{
	padding-right: 20px;
	color: #156299;
}
.Actions img
{
	margin-right: 5px;
}
.Actions ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.Actions li
{
	margin-right: 20px;
	white-space: nowrap;
	display: inline;
	margin: 0;
	padding: 0;
}
.Actions .SubSections td
{
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
}
/* ===== Actions for block // ===== */

/* ===== Common form  block ===== */
.Form 
{
	padding-top: 0;
	padding-left: 22px;
}
.Form .FieldName
{
	border-right: 1px solid #eaeaea;
	padding: 1px 7px 1px 6px;
	width: 100px;
}
.Form .FieldName2
{
	border-right: 1px solid #eaeaea;
	padding: 7px 7px 7px 6px;
	width: 160px;
}
.Form .FieldName3
{

	padding: 7px 7px 7px 6px;
	width: 160px;
}
.Form .FormSplitter
{
	padding: 0 7px 0 6px;
}
.Form .FormSplitter div
{
	border-bottom: 1px solid #d2d5d8;
}
.Form .Field
{
	padding: 1px 7px 1px 6px;
}
.Form .Field2
{
	padding: 7px 7px 7px 18px;
}
.Form .Field2 ul
{
	position: relative;
	margin: 0;
	padding-left: 0px;
	list-style-type: none;
}
.Form .Field2 li
{
	padding: 2px 2px 2px 0;
}
.Form .Field2 ul ul
{
	padding-left: 25px;
}
.Form .Check
{
	vertical-align: middle;
	margin-right: 8px;
}
.Form .Check2
{
	vertical-align: middle;
	margin-right: 8px;
	margin-left: 2px;
	width: auto !important;
}
.Form .Info
{
	width: auto;
}
.Form .Info td
{
	padding-right: 15px;
}

.Form .Field input
{
	width: 99%;
}
.Form .Field .Arr img
{
	margin-left: 12px;
	margin-right: 12px;
}
.Form .Field .Chkbx
{
	width: 100%;
}
.Form .Field .Chkbx input
{
	margin-left: 5px;
	width: auto;
}
.Form .Field td
{
	vertical-align: middle;
}
/* ===== Common form  block // ===== */

/* ===== Submit form buttons block ===== */
.Buttons
{
	padding: 7px 7px 7px 14px;
}
.Buttons .SaveButton
{
	white-space: nowrap;
	line-height: 180%;
	float: left;
	margin-right: 5px;
	padding: 0 25px 0 25px;
	_padding: 0 10px 0 10px;
	height: 25px;
	border: 1px solid #ececec;
	background: #fdfdfd url('../../pic/buttons/save.gif') 0% 100% no-repeat;
}
.Buttons .ResetButton
{
	white-space: nowrap;
	padding: 0 25px 0 25px;
	_padding: 0 10px 0 10px;
	height: 25px;
	border: 1px solid #ececec;
	background: #fdfdfd url('../../pic/buttons/reset.gif') 0% 100% no-repeat;
}
.Buttons .PreviewButton
{
	white-space: nowrap;
	padding: 0 25px 0 25px;
	_padding: 0 10px 0 10px;
	height: 25px;
	border: 1px solid #ececec;
	background: #fdfdfd url('../../pic/buttons/preview.gif') 0% 100% no-repeat;
}
.CommonButton
{
	line-height: 180%;
	white-space: nowrap;
	height: 25px;
	border: 1px solid #ececec;
	background: #fdfdfd url('../../pic/buttons/bg.gif') 0% 100% repeat-x;

}
/* ===== Submit form buttons block // ===== */


/* ===== Operator list ===== */
.OpList
{
	padding-right: 6px;
	padding-bottom: 15px;
}
.OpList .OpTable th
{
	
	padding: 2px 4px 0px 4px;
	text-align: left;
}
.OpList .OpTable td
{
	padding: 3px 4px 3px 4px;
	vertical-align: top;
}
.OpList .OpTable img
{
	margin-right: 12px;
}
.OpList .OpTable a
{
	color: #156299;
}
.OpList .OpTable .HeaderSplitter
{
	padding: 0;
	height: 20px;
}
.OpList .OpTable .HeaderSplitter div
{
	height: 9px;
	border-bottom: 1px solid #d2d5d8;
}
.OpList .OpTable .ViewOnly
{
	color: #666666;
}
.OpList .OpTable .Op
{

}
.OpList .OpTable .Admin
{
	color: #ffae2b;
}

/* ===== Operator list ===== */


/* ===== Site footer ===== */
.Footer
{
	padding-top: 13px;
	text-align: right;
	color: #ffffff;	
}
.Footer a
{
	color: #ffffff;	
}
/* ===== Site footer // ===== */


/* ===== Popup ===== */
#Enter {
	position: absolute;
	left: 40%;
	top: 40%;
	color: #ffffff;
	font-size: 120%;
	font-weight: 800;
	margin-left: -130px;
	margin-top: -50px; 
	
}
#Enter input {
	border: 0;
	margin-bottom: 8px;
	vertical-align: top;
	background-color: #ffffff;
	width: 250px;
	color: #7F7F7F;
	font-weight: 800;
}
.PopupBody
{
	background: #f7f7f7;
	font-family: Tahoma, Arial, Verdana;
	font-size: 70%;
	margin: 0;
	padding: 10px;
}
.PopupHeader
{
	margin: 0 0 10px 0;
	padding-left: 18px;
	font-size: 100%;
}
.PopupBody .ContentBlock
{
	padding-left: 5px;
}
/* ===== Popup // ===== */

/* ===== TabSheets ===== */

#tabCnt {
	border: 0px solid Gray;
	margin: 0px 0px 0px 0px;
}

#tabCnt a {
	color: #156299;
}

#tabCnt tr td {
	vertical-align: top;

}

#tabCnt tr td div.tabCurrent {
	border: 1px solid #DDDDDD;
	border-width: 7px 1px 0px 1px;
	float: left;
	clear: none;
	padding: 11px 30px 0px 30px;
	font-weight: none;
	height: 20px;
	background-color: #ffffff;
}

#tabCnt tr td div.tabBeforeCurrent {
	border: 1px solid #DDDDDD;
	border-width: 7px 0px 0px 1px;
	float: left;
	clear: none;
	margin-top: 6px;
	padding: 5px 30px 0px 30px;
	font-weight: none;
	height: 20px;
	background-color: #ffffff;
}

#tabCnt tr td div.tabAfterCurrent {
	border: 1px solid #DDDDDD;
	border-width: 7px 1px 0px 0px;
	float: left;
	clear: none;
	margin-top: 6px;
	padding: 5px 30px 0px 30px;
	font-weight: none;
	height: 20px;
	background-color: #ffffff;
}

#tabCnt tr td div.panel {
	border: 1px solid #DDDDDD;
	border-width: 1px 1px 1px 1px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	background-color: #ffffff;
	vertical-align: top;
}

#tabCnt tr td div.panel div.ContentBlock {
	background: #ffffff;
	padding: 11px 0 0 15px;
	border: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
	vertical-align: top;
}

/* ===== TabSheets// ===== */