﻿fieldset.MainForm div.tabs label, fieldset.MainForm div.tabs span.label
{
	margin: 0;
	width: auto;
}

fieldset.MainForm .GroupBoxMaster p.btnOk
{
	margin: 0;
	height: auto;
}

fieldset.MainForm .GroupBoxMaster div.fieldset
{
	float: left;
	height: 20px;
	width:99%;
}

fieldset.MainForm input:-moz-placeholder 
{ 
	color:#A9A9A9; 
}

fieldset.MainForm .GroupBoxMaster p.btnOk input[type=button].ShowContent
{
	background-image: url(../../Images/btnRetractForm.png);
	background-repeat: no-repeat;
	width: 118px;	
	height: 8px;
	display: inline-block; 
	cursor: pointer; 
	position: relative;
	top: 6px;
}

fieldset.MainForm div.fieldset div.fieldhalf
{
	float:left;
	width:50%;
}

fieldset.MainForm .ListOrigin select
{
	width:95%;
	margin-left:2%;
}

fieldset.MainForm .ListOrigin input[type=text]
{
	float: left; 
	position: relative; 
	width: 90%; 
	margin-left: 3%;
}

fieldset.MainForm .GroupBoxMaster select
{
	width: 70%;
}

fieldset.MainForm .GroupBoxMaster input[type=text]
{
	width: 140px;
}

.GroupBoxMaster
{
	margin-bottom: 10px;
	width: 98%;
	border-style: solid;
	border-width: 1px;
	padding: 5px 1% 5px 1%;
	margin-top: 3px;
	float: left;
}

label.GroupMasterTitle
{
	float: left;
    font-weight: bold;
    margin-left: 0 !important;
    width: auto !important;
}

.GroupBox
{
	margin-bottom: 10px;
	border-style: solid;
	border-width: 1px;
	padding: 10px 1% 10px 1%;
	margin-top: 15px;
	float: left;
}

fieldset.MainForm div.tabs .GroupBox label.GroupTitle
{
	margin-top: -18px;
	width: auto !important;
	font-weight: bold;
	position: relative;
	background-color: White;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 3px;
	padding-right: 3px;
	float: left;
}

fieldset.MainForm div.tabs .GroupBoxMaster label.Label
{
	width: 4em;
	margin-right: 1em;
}

fieldset.MainForm div.tabs .GroupBoxMaster .Margin
{
	margin-left: 1em;
}

.GroupBoxMaster .Medium
{
	width: 23%;
	min-width: 17em;	
	float: left;
}

.GroupBoxMaster .Large
{
	width: 45%;
	min-width: 35em;	
	float: left;
}

.GroupBoxMaster .MarginBox
{
	margin-left: 1%;
}

.GroupBoxMaster div.RadioSmallGroup
{
	width: 20%;
	float: left;
	margin-right:1.5%;
}

.GroupBoxMaster div.RadioSmallGroup p.RadioGroupTitle
{
	width: 100%;
	height: 16px;
	margin: 0;
	font-weight: bold;
	float: none;
}

.GroupBoxMaster div.RadioMediumGroup
{
	width: 78%;
	float: left;
	border-bottom: 1px solid #66CCFF;
}

.GroupBoxMaster div.RadioMediumGroup p.RadioGroupTitle
{
	width: 100%;
	height: 16px;
	margin: 0;
	font-weight: bold;
	float: none;
}

.GroupBoxMaster div.RadioMediumGroup div.RadioBox
{
	border: 1px solid #B9CDE5;
	padding: 3px;
	float: left;
	width: 17%;	
	margin-bottom: 3px;
}

.GroupBoxMaster div.RadioSmallGroup div.RadioBox
{
	border: 1px solid #B9CDE5;
	padding: 3px;
	float: left;
	width: 92%;
	margin-bottom: 3px;
}

.GroupBoxMaster div.RadioBackground
{
	background-color: #DCE6F2;
}

.GroupBoxMaster div.RadioBox input[type=radio]
{
	border: none;
	width: auto;
}

fieldset.MainForm div.tabs .GroupBoxMaster div.RadioBox label
{
	float: left;
    margin-left: 5px;
    margin-top: 2px;
    width: auto;
}

.GroupBoxMaster div.Line
{
   /* clear: both;*/
    display: block;
    float: left;
    margin-top: 1em;
    width: 100%;
}

.GroupBoxMaster div.NamedField
{
	width: 20%;
	float: left;
	margin-right:2%;
}

fieldset.MainForm .GroupBoxMaster div.NamedField select
{
	width: 99%;
}

.GroupBoxMaster div.NamedFieldSmall
{
	width: 10%;
	float: left;
}

.GroupBoxMaster div.NamedField p,
.GroupBoxMaster div.NamedFieldSmall p
{
	width: 100%;
	height: 16px;
	margin: 0;
	font-weight: bold;
	float: none;
}

.ui-tabs .ui-tabs-panel .TabDestinationLine
{
	padding: 0.7em 0.2em;
	float:left;
	width:99%
}

.ui-tabs .ui-tabs-panel .TabDestinationLine input[type="text"]
{
	width:92%;
	float:left;
}

.ui-tabs .ui-tabs-panel .TabDestinationLine div
{
	margin-top:4px;
	float:left;
	overflow-y:scroll;
	width:100%;
	height:300px;
}

.GridLineSelected
{
	background-color:#FFFFB7;
	background-image: none;
	color: black;
    font-family: tahoma;
    font-size: 11px;
    line-height: 20px;
    text-indent: 2pt;
}

.GridLineSaves
{
	border: solid 2px #FCFC87;
}

.gridDestiny
{
	cursor: pointer;
}

.divEntireLookUp
{
	width: 70%;
	float: left;
}