﻿.Menu_Maker_ParentPanel
{
	/*height: 300px;
	overflow-y: scroll;*/
	width : 100%;	
	background-color: #eeeeee;
	border-top: #eeeeee 1px solid;
	border-left: #eeeeee 1px solid;
	border-right: #eeeeee 1px solid;
	border-bottom: #eeeeee 1px solid;
}

.Menu_Maker_HeaderPanel
{
	height:20px;
	width : 100%;
	background-color: #c0c0c0;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
	border-bottom: #000000 1px solid;
}

.Menu_Maker_ContentPanel
{
	/*height: 100px;*/
	width :100%;
	background-color: #ffffff;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
	border-bottom: #000000 1px solid;
}
.Menu_Maker_HeaderTitle
{
	color:White;
	font-weight:bold;
	padding-right:5px;
	cursor:pointer;
	font-family :Tahoma;
}	

.Menu_Maker_ContentPanel_Open
{
	display:block;
}

.Menu_Maker_ContentPanel_Close
{
	display:none;
}

.Menu_Maker_HeaderButton_Open
{
	margin: 0;
	padding-left: 5px;
	width: 20px; height: 20px;
	border: 1px solid black;
	background: url(../FormGenerator/Images/Menu_Panel_Up.gif) no-repeat;
	cursor:pointer;
}

.Menu_Maker_HeaderButton_Close
{
	margin: 0;
	padding-left: 5px;
	width: 20px; height: 20px;
	border: 1px solid black;
	background: url(../FormGenerator/Images/Menu_Panel_Down.gif) no-repeat;
	cursor:pointer;
}

.Menu_Maker_Label
{
	padding-right:5px;
	font-family :Tahoma;
	font-size : small;
}

.Menu_Maker_TextBox
{
	width:145px;
}

.Menu_Maker_ComboBox
{
	width:145px;
}

.Menu_Maker_Button_Unselect
{
	behavior: url(../FormGenerator/Images/hilite.htc);
	background-color: #c0c0c0;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
	border-bottom: #000000 1px solid;
	font-family :Tahoma;
	
}

.Menu_Maker_Button_Select
{
	behavior: url(../FormGenerator/Images/hilite.htc);
	background-color: #ffffff;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
	border-bottom: #000000 1px solid;
	font-family :Tahoma;	
}
.Menu_Maker_Button_Bar
{
	background-image: url(../FormGenerator/Images/bg-menu-main.png);
}
.GridViewStyle
{
	font-family: Tahoma;
	font-size:12px;
}
.NavigatorLabelStyle
{
	padding-left:3;
	background-color:#E2DED6;
	font-family:Tahoma;
	width :99%;	
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
	border-bottom: #000000 1px solid;
}
.Toolbar
{
	font-weight: bold;
	font-size: 12pt;	
	background-color: #b6c7e5;
}
.PageTitle
{
	background-color: #e9e8f6;
	font-family: Homa,Arial;
	font-size: 20pt;
	font-weight: bold;
	padding: 5px;
}
.ErrorBar
{
	font-size: 10pt;
	font-family: Tahoma;
	background-color: lightYellow;
	color: Red;
	padding: 5pt,5pt,5pt,5pt;
}
.MainPart
{
	background-color: #eeeeee;
}
.FormGenAdmin_MainPanel_Table_Title
{
	width: 34%
}
.FormGenAdmin_MainPanel_Table_Field
{
	width: 66%
}
