﻿div.dataEntry
{
	border: 3px;
}

div.dataEntryLogin
{
	text-align: center;
	margin: auto;
	max-width: 50em;
	margin-top: 30px;
}

.loginLogin
{
	padding: 4px;
	font-size: 13px;
	line-height: 18px;
}

.loginPassword
{
	padding: 4px;
	font-size: 13px;
	line-height: 18px;
}

.fldDispNone
{
	visibility: hidden;
}

td.fieldPrompt
{
	vertical-align: top;
	text-align: right;
}
.dispVeryNarrowTxt
{
	width: 40px;
}

.dispSmallNarrowTxt
{
	width: 60px;
}

.dispNarrowTxt
{
	width: 80px;
}

.dispMedNarrowTxt
{
	width: 100px;
}

.dispMedNarrowDate
{
	width: 120px;
}

.dispMediumTxt
{
	width: 160px;
}

.dispNormalTxt
{
	width: 220px;
}

.dispWideTxt
{
	width: 300px;
}
.dispWideDeepTxt
{
	width: 270px;
	height: 180px;
}
.dispShortLongTxt
{
	width: 400px;
}
.dispLongTxt
{
	width: 800px;
}
.dispTxt
{
	width: 270px;
}

.shadowTxt
{
  box-shadow: none;
  margin: 3px;
}
.shadowTxt:focus
{
  box-shadow: 0 0 4px rgba(81, 203, 238, 1);
  border: solid rgba(81, 203, 238, 1);
}

.findTxt
{
	width: 210px;
}
.dispDec
{
	width: 270px;
}
.dispHistory
{
	width: 130px;
}
.dispCurrency
{
	width: 270px;
}

.dispRepTar
{
	height: 80px;
	width: 600px;
}

.dispWideTar
{
	height: 180px;
	width: 600px;
}

textarea.dispExWideTar
{
	height: 250px;
	width: 800px;
}

.dispLowTar
{
	height: 90px;
}

.dispBigTar
{
	min-width: 600px;
	height: 100px;
	max-height: 300px;
}

.disptallHTML
{
	border: 1px solid #C0C0C0;
	padding: 2px;
	width: 700px;
	height: 600px;
	overflow: scroll;
}
div.dispHTML
{
	border: 1px solid #C0C0C0;
	padding: 2px;
	width: 400px;
	height: 100px;
	overflow: scroll;
}

input.dispNarrowComment
{
	width: 270px;
	height: 200px;
}

textarea.dispLowComment
{
	width: 270px;
	height: 60px;
}

textarea.dispNarrowComment
{
	width: 270px;
	height: 200px;
}
select.dispMsel
{
	width: 310px;
}
#sortableMsel
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 60%;
}
#sortableMsel li
{
	margin: 0 3px 3px 3px;
	padding: 0.4em;
	padding-left: 1.5em;
	font-size: 1.2em;
	height: 18px;
}
#sortableMsel li span
{
	position: absolute;
	margin-left: -1.3em;
}

input[type=text], textarea
{
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
}

.listRowGap
{
	height: 13px;
}

.jSelect
{
	cursor: pointer;
}

/* Formatting search box */
.google-search-box{
    width: 300px;
    position: relative;
    display: inline-block;
    font-size: 14px;
}
.google-search-box input[type="text"]{
    height: 32px;
    padding: 5px 10px;
    border: 1px solid #CCCCCC;
    font-size: 14px;
}
.google-search-result{
    position: absolute;
    z-index: 999;
    top: 100%;
    left: 0;
}
.google-search-box input[type="text"], .google-search-result{
    width: 100%;
    box-sizing: border-box;
}
/* Formatting result items */
.google-search-result p{
    margin: 0;
    padding: 7px 10px;
    border: 1px solid #CCCCCC;
    background-color: white;
    border-top: none;
    cursor: pointer;
}
.google-search-result p:hover{
    background: #f2f2f2;
}

.dispLargeBold
{
	font-size: 20px;
	font-weight: bold;
}

div.floatbox
{
	position: absolute;
	right: 10px;
	border: 2px solid #C3C3C3;
	width: 200px;
	float: right;
	margin: 1px;
	z-index: 9;
	cursor: move;
	border-radius: 10px;
}

div.floatboxheader
{
	background: #0000FF;
	color: #FFFFFF;
	text-align: center;
	border-radius: 10px;
}

textarea.floatcomment
{
	overflow-y: scroll;
	width: 88%;
	height: 80px;
}

textarea.floatcommsmall
{
	overflow-y: scroll;
	width: 88%;
	height: 50px;
	font-size: 10px;
}

div.commentEdit
{
	background-color: white;
	display: inline;
	height: 100%;

}

div.clickexpand
{
	display: inline;
	cursor: pointer;
}

div.mselReadOnly
{
	width: 600px;
	background: white;
	padding: 3px 3px 3px 3px;
	overflow: scroll;
	min-height: 100px;
}

div.dispContainTar
{
	background: #C0C0C0;
	display:inline-block;
	position:relative;
	resize: both;
	padding: 1px 1px 1px 1px;
	min-width: 600px;
	height: 100%;
	overflow: none;
}

.dispTar
{
	height: 180px;
	width: 597px;
	margin: 0px 0px 0px 0px;
	max-height: 300px;
}

textarea.dispTar, textarea.dispLowTar
{
	overflow: auto;
	border: 1px solid #C0C0C0;
	width: 598px;
	height: 100px;
	margin: 0px 0px 0px 0px;
	max-height: 300px;
}
