


.DetailBorder
{
	padding: 10px;
	border-bottom-style: solid;
	border-right-style: solid;
	border: 2px;
	border-color: #99cccc;
}





/*  Edit Buttons*/
.Cancel
{
	background-image: url(Images/btnBg.gif);
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 15px;
	padding-right: 15px;
}
.SaveAndNew
{
	background-image: url(Images/btnBg.gif);
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 15px;
	padding-right: 15px;
}
.SaveAndBack
{
	background-image: url(Images/btnBg.gif);
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 15px;
	padding-right: 15px;
}
.Delete
{
	background-image: url(Images/btnBg.gif);
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 15px;
	padding-right: 15px;
}
.Clear
{
	background-image: url(Images/btnBg.gif);
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 15px;	
	padding-right: 15px;
	
}

.LinkButton
{
	/*margin-left: 1px;
	margin-right: 1px;*/
	background-image: url(Images/btnBg.gif);
	height: 25px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	background-repeat: repeat-x;
}

.ADSDIV
{
	z-index: 99999;
	width: 200px;
	position: absolute;
	background-color: antiquewhite;
	left: 0px;
	top: 0px;
	border-right: #ff0033 2px solid;
	border-top: #ff0033 2px solid;
	border-left: #ff0033 2px solid;
	border-bottom: #ff0033 2px solid;
}




.ModuleHelpContent
{
}






.Clickable
{
	cursor: hand;
}


.FieldTitleTD
{
	/*background-image: url(Images/TitleLabel.gif);*/
	height: 25px;
	padding-right: 20px;
	width: 130px;
	background-repeat: no-repeat; /*border-bottom: #D7E2E8 1px solid; 	border-right: #D7E2E8 1px solid;*/
	vertical-align: top;
}

.EditFieldValueTD
{
	white-space: nowrap; /*background-color: #ffffff;*/
	padding: 1px;
}
.DetailFieldValueTD
{
	background-color: #ffffff;
	padding: 1px;
}
.SmallItemImage
{
	width: 50px;
	height: 50px;
	margin: 10px;
}
.MedItemImage
{
	width: 100px;
	height: 100px;
	margin: 10px;
	text-align: right;
}
.LargItemImage
{
	width: 150px;
	height: 150px;
	margin: 10px;
	text-align: right;
}


.SmallMultiLineInput
{
	width: 95%;
	height: 50px;
}
.MidMultiLineInput
{
	width: 95%;
	height: 100px;
}
.LargMultiLineInput
{
	width: 95%;
	height: 200px;
}


/*******************************************/
/* *******************master panels*********************/

.PaneDefault
{
}

/***********/






/* Module ToolBar Icon */
.MTIcon
{
	cursor: hand;
	border: 0px;
	padding: 0px;
	margin: 0px;
	width: 16px;
	height: 16px;
}

.DisableMTIcon
{
	cursor: s-resize;
	border: 0px;
	padding: 0px;
	margin: 0px;
	width: 16px;
	height: 16px;
}


.DetailTable
{
	width: 100%;
}
.EditTable
{
	width: 100%;
	border-left: #c6cdc3 1px;
	border-right: #c6cdc3 1px;
	border-top-style: none;
	border-bottom-style: none;
}


.BottomStatusBar
{
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px; /*	background-color: #EBF0FC;*/
	margin: 10px;
}

/************** End of Module Container ********************/







