﻿#SQLAdapterMain
{
	clear:both;
	width:100%;
}

#Reports
{
}

.DivHeader
{
	width:100%;
	height:20px;
	text-align:center;
	vertical-align:middle;
	color:Blue;
	font-style:italic;
	font-weight:bold;
	font-size:larger;
	text-decoration:underline;
	margin-top:10px;
}

.OptDesicion
{
	width:100%;
	height:20px;
	text-align:center;
	vertical-align:middle;
	background-color:#F0F0F0;
	padding-left:15px;
	border:1px;
}

.ResultValue, .OptCost, .OptVolume
{
	width:100%;
	height:20px;
	vertical-align:middle;
	text-align:left;
	padding-left:15px;
	border:1px solid;
}

#SQLMenuTabs
{
	clear:both;
	width:100%;
	margin-left:40px;
	margin-right:-40px;
}

#SQLMenuElementSelect, #SQLMenuElementAdd, #SQLMenuElementUpdate, #SQLMenuElementDelete
{
	font-weight:bold;
	font-family:Arial;
	cursor:pointer;
}

.SQLMenuElement
{
	background-image:url(../../Images/MenuElement.gif);
	color:#33f;
	clear:none;
	float:left;
	width:200px;
	height:24px;
	padding-top:6px;
	margin-left:10px;
	margin-right:10px;
}

.SQLMenuElementSelected
{
	background-image:url(../../Images/MenuElementSelected.gif);
	color:#3ff;
	clear:none;
	float:left;
	width:200px;
	height:24px;
	padding-top:6px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:-2px;
}

#SQLMenuPages
{
	background-image:url(../Images/bg222.gif);
	background-repeat:repeat;
}

.SQLMenuPage
{
	clear:both;
	display:none;
	width:100%;
}

.SQLMenuPageSelected
{
	clear:both;
	display:block;
	width:100%;
	/*border:1px solid black;*/
	padding-top:30px;
	height:95%;
}

#SQLTabHeader
{
	width:100%;
	height:30px;
	background-image:url(../../Images/MainHeader.gif);
	background-repeat:no-repeat;
	clear:both;
}

.SQLTabBody
{
	width:100%;
	background-image:url(../../Images/MainBody.gif);
	background-repeat:repeat-y;
	height:300px;
	clear:both;
}

#SQLTabFooter
{
	width:100%;
	height:10px;
	background-image:url(../../Images/Unregistered/MainFooter.gif);
	background-repeat:no-repeat;
	clear:both;
}

#inputDataCount
{
	display:none;	
}

#SQLAddMaxVolumePanel, #SQLInputDataPanel, #SQLAddButtonsPanel
{
	text-align:left;	
}

#SQLAddMain
{
	clear:both;
	width:33%;
	text-align:center;
}

#SQLAddHeaderCost
{
	clear:none;
	float:left;	
	text-align:center;
}

#SQLAddHeaderVolume
{
	text-align:center;
}

#UpdateRucksackInputDataPanel
{
}

#UpdateRucksackAddMain
{
	width:100%;
}

#UpdateRucksackAddHeaderCost
{
	clear:none;
	float:left;	
	text-align:center;
	width:45%;
	margin-left:2%;
}

#UpdateRucksackAddHeaderVolume
{
	text-align:center;
	width:40%;
}

#UpdateRucksackAddHeaderPanel
{
	text-align:center;
}

#UpdateRucksackInputDataCount
{
	display:none;
}

#UpdateRucksackAddMaxVolumePanel
{
	margin-bottom:5px;
}

#UpdateRucksackAddButtonsPanel
{
	margin-bottom:5px;	
}

#bUpdateRucksackAddMore, #bUpdateRucksackLess
{
	margin-right:10px;
}

#UpdateRucksackDetermineControlMain
{	
}

#UpdateRucksackControlHeader
{
	font-weight:bold;
	font-family:Arial;
	color:Blue;
	clear:both;
	width:100%;
	text-align:center;
	border-bottom:2px solid blue;
	height:30px;
	padding-top:5px;
}

#UpdateRucksackExplorer
{
	border:2px solid blue;	
	width:50%;
	margin-top:10px;
	margin-bottom:10px;
}