html,
body
{
	background-color: #ccc;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	overflow: hidden;
}

td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a
{
	color: #60c;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:focus
{
	outline: none;
}

#fixedFrame
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	height: 100%;
	max-height: 100%;
	min-height: 100%;
	overflow: hidden;
}

#scrollingFrame
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	height: 100%;
	max-height: 100%;
	min-height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
	-moz-overflow-scrolling: touch;
	-o-overflow-scrolling: touch;
	-ms-overflow-scrolling: touch;
}

#contentFrame
{
	margin: 20px 10px;
	padding: 0;
}

#page
{
	min-width: 900px;
	margin: 0 auto;
}

#pageContainer
{
	background-color: #fff;
	border: solid 3px #999;
	padding: 20px 20px 40px 20px;
}

.scrollingSlide
{
	position: absolute;
	top: 0%;
	left: 100%;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	height: 100%;
	max-height: 100%;
	min-height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
	-moz-overflow-scrolling: touch;
	-o-overflow-scrolling: touch;
	-ms-overflow-scrolling: touch;
}

.inSlide
{
	padding: 10px;
	width: 500px;
	border: solid 4px #000;
	border-radius: 8px;
	background-color: #fff;
	margin: 10px auto;
}

a.slideCancel
{
	text-decoration: none;
}

a.slideCancel:hover
{
	text-decoration: none;
	color: #000;
}

a.slideCancel b
{
	font-weight: normal;
	font-size: 16px;
}

h1
{
	background-color: #ccc;
	color: #fff;
	text-align: right;
	padding: 5px 20px;
	letter-spacing: 2px;
	text-transform: lowercase;
}

#loginForm,
#versionForm
{
	width: 250px;
	margin: 0 auto;
}

.formLabel
{
	text-align: right;
}

input[type=submit],
input[type=button],
.btn
{
	border: solid 1px #666;
	background-color: #fff;
	color: #000;
	font-weight: bold;
	border-radius: 5px;
	padding: 4px 10px;
	margin: 0;
	cursor: pointer;
	display: inline-block;
}
.btn:hover
{
	text-decoration: none;
}

.createNewTableBtn
{
	margin: 10px 0 0 30px;
}

.deleteTable,
.deleteTable:hover
{
	width: 1em;
	height: 1em;
	margin-right: .5em;
	display: inline-block;
	color: #f00;
	text-decoration: none;
}

.isLocked .deleteTable,
.isLocked .deleteTable:hover
{
	cursor: default;
	text-indent: -20000px;
	
}

.error
{
	position: absolute;
	color: #fff;
	background-color: #f00;
	text-align: center;
	left: 0;
	top: 0;
	width: 100%;
	padding: 10px;
	font-weight: bold;
}

.error .close,
#userIdentity #logout
{
	margin-left: 20px;
	border: solid 1px #666;
	background-color: #fff;
	color: #000;
	font-weight: bold;
	border-radius: 5px;
	padding: 4px 10px;
	text-decoration: none;
	display: inline-block;
}

#userIdentity
{
	text-align: right;
	padding: 0 0 10px 0;
}

.translations,
.dataTableBox
{
	overflow: auto;
	border: solid 3px #eaeaea;
}

.translationsTable,
.dataTable
{
	min-width: 100%;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.translationsTable th a,
.dataTable>tbody>tr>th a,
.dataTable>thead>tr>th a
{
	display: inline-block;
	width: 100%;
	background-color: #ccc;
	text-decoration: none;
}

.translationsTable th a span,
.dataTable>tbody>tr>th a span,
.dataTable>thead>tr>th a span
{
	display: inline-block;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	padding: 3px 5px;
}

.translationsTable th a span b,
.dataTable>tbody>tr>th a span b,
.dataTable>thead>tr>th a span b
{
	display: inline-block;
	text-decoration: none;
}

.translationsTable td,
.dataTable>tbody>tr>td,
.dataTable>thead>tr>td
{
	border-top: solid 1px #ccc;
}

.translationsTable td.draggable,
.translationsTable th.draggable,
.dataTable>tbody>tr>td.draggable,
.dataTable>tbody>tr>th.draggable,
.dataTable>thead>tr>td.draggable,
.dataTable>thead>tr>th.draggable
{
	border: none;
	padding: 0;
	margin: 0;
	cursor: move;
	font-size: 1px;
	line-height: 1px;
	background-color: #eaeaea;
}

.dragUpDown .corner
{
	min-width: 3px;
	width: 3px;
	max-width: 3px;
	min-height: 3px;
	height: 3px;
	max-height: 3px;
}

.translationsTable td.horizontal,
.translationsTable th.horizontal,
.dataTable>tbody>tr>td.horizontal,
.dataTable>tbody>tr>th.horizontal,
.dataTable>thead>tr>td.horizontal,
.dataTable>thead>tr>th.horizontal
{
	cursor: e-resize;
	min-width: 3px;
	width: 3px;
	max-width: 3px;
}

.translationsTable td.vertical,
.dataTable>tbody>tr>td.vertical,
.dataTable>thead>tr>td.vertical
{
	cursor: n-resize;
	min-height: 3px;
	height: 3px;
	max-height: 3px;
}

.dataTable>tbody>tr>th.th-ID,
.dataTable>tbody>tr>td.td-ID,
.dataTable>thead>tr>th.th-ID,
.dataTable>thead>tr>td.td-ID
{
	min-width: 30px;
	width: 30px;
	text-align: center;
}

.translationsTable td.translationApproved,
.translationsTable td.translationEngOnly
{
	width: 65px;
	max-width: 65px;
	min-width: 65px;
	text-align: center;
	border: none;
}

.translationsTable td.translationMetadata
{
	background-color: #f5f5f5;
	height: 20px;
	min-height: 20px;
	max-height: 20px;
	border: none;
}

.translationCharCount
{
	display: block;
	padding: 0 10px;
	text-align: right;
	line-height: 20px;
}

.textareaDisabled,
.tdDisabled
{
	background-color: #F5F5F5;
	color: #666;
}

#mainMenu
{
	margin: 0;
	padding: 0;
	background-color: #666;
	border-top: solid #999 3px;
}

#mainMenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline-block;
	position: relative;
}

#mainMenu ul li
{
	float: left;
	margin: 0;
	padding: 0;
	display: inline-block;
	position: relative;
}

#mainMenu ul li a
{
	margin: 0;
	padding: 0;
	color: #ccc;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	position: relative;
}

#mainMenu ul li a:hover
{
	color: #fff;
}

#mainMenu ul li a span
{
	display: inline-block;
	padding: 4px 12px;
	margin: 0;
}

#mainMenu ul ul
{
	display: block;
	position: absolute;
	top: 25px;
	left: 0;
	margin: 0;
	background-color: #666;
	width: 100px;
	z-index: 1000;
}

#mainMenu ul ul li
{
	margin: 0;
	padding: 0;
	float: none;
	display: inline-block;
	whitespace: nowrap;
}

#filterSearchDiv
{
	text-align: center;
	width: 500px;
	border: solid 1px #efefef;
	border-radius: 10px;
	margin: 5px auto 20px auto;
	padding: 10px 0;
}

#filterSearchDiv input[type=submit]
{
	margin-left: 20px;
}

#filterSearchDiv #resultsPerPage
{
	width: 50px;
}

#filterSearchDiv .translateQty
{
	padding-top: 10px;
}

#filterSearchDiv #search
{
	margin-right: 20px;
}

.resultSummaryPagination
{
	display: inline-block;
	width: 100%;
	padding: 5px 0;
}

.itemSummary
{
	display: inline-block;
	float: left;
}

.pagination
{
	display: inline-block;
	float: right;
}

.pagination .pageNumber
{
	display: inline-block;
	padding: 2px 6px;
	margin-left: 1px;
	text-decoration: none;
	font-weight: bold;
	background-color: #ccc;
	color: #fff;
}

.pagination .pageNumber:hover
{
	background-color: #e3e3e3;
	color: #000;
}

.pagination .pageSelected
{
	background-color: #333;
	color: #efefef;
}

.pagination .pageSelected:hover
{
	background-color: #333;
	color: #fff;
}

.tempMessage
{
	display: inline-block;
	padding: 5px 0;
	width: 300px;
	background-color: #ff0;
	color: #99993A;
	border: solid 2px #99993A;
	border-radius: 8px;
	position: fixed;
	top: 35px;
	left: 50%;
	margin-left: -150px;
	z-index: 2000;
	font-weight: bold;
	text-align: center;
}

.tempMessage .tempContent
{
	display: inline-block;
	width: 250px;
	text-align: center;
}

.tempMessage .close
{
	border: solid 1px #C4C42B;
	border-radius: 4px;
	line-height: 20px;
	width: 20px;
	text-align: center;
	display: inline-block;
	color: #C4C42B;
	text-decoration: none;
	margin-left: 20px;
}

.translationsTable tr td,
.dataTable>tbody>tr>td,
.dataTable>thead>tr>td
{
	position: relative;
}

.translationFields textarea,
.translationFields textarea:active,
.translationText textarea,
.translationText textarea:active,
.dataTable textarea,
.dataTable textarea:active
{
	position: relative;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border: none;
	resize: none;
	overflow: auto;
	outline: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

.translationFields textarea,
.translationFields textarea:active,
.translationText textarea,
.translationText textarea:active
{
	min-height: 60px;
	min-width: 40px;
}

.translationOther textarea,
.translationOther textarea:active
{
	position: relative;
	top: 0;
	left: 0;
	bottom: 10px;
	right: 0;
	width: 100%;
	min-height: 30px;
	min-width: 40px;
}

.dataTable input[type=password],
.dataTable input[type=password]:active,
.dataTable input[type=text],
.dataTable input[type=text]:active
{
	position: relative;
	top: 0;
	left: 0;
	resize: none;
	outline:none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.dataTable input[type=password],
.dataTable input[type=password]:active
{
	border: solid 1px #fff;
}

.dataTable input[type=password]:active,
.dataTable input[type=password]:focus
{
	border: solid 1px #999;
}

.dataTable input[type="tel"]
{
	outline: none;
	min-width: 50px;
	width: 100%;
}

.dataTable .rowOptions,
#advancedMenuBtn
{
	background: #CCC url(/img/row-options.gif) 50% 50% no-repeat;
	color: white;
	font-weight: bold;
	cursor: pointer;
	text-indent: -3000px;
	padding: 0;
	margin: 0;
	width: 32px;
	min-width: 32px;
	max-width: 32px;
	overflow: hidden;
}

#advancedMenuBtn
{
	height: 28px;
	min-height: 28px;
	max-height: 28px;
	display: inline-block;
	float: right;
	margin-left: 10px;
}

.dataTable .editableText
{
	display: inline-block;
	width: 100%;
	height: 100%;
}

.dataTable .fkTable
{
	width: 100%;
}

.dataTable th.col-0
{
	background: #ccc;
}

.singleEntryTable .fkAddNewTD,
.dataTable .fkTable .fkAddNewTD
{
	width: 18px;
}

.singleEntryTable a.fkAddNew,
.dataTable a.fkAddNew,
a.createNewRow
{
	display: inline-block;
	float: left;
	border: solid 2px #ccc;
	line-height: 13px;
	width: 13px;
	text-align: center;
	font: bold;
	background-color: #efefef;
	text-decoration: none;
}

.singleEntryTable a.fkAddNew:hover,
.dataTable a.fkAddNew:hover,
a.createNewRow:hover
{
	background-color: #fff;
	text-decoration: none;
}

a.createNewRow
{
	margin-right: 12px;
}

.dataTable .editableText a,
.dataTable .editableText a:hover,
.dataTable a.fkAnchor,
.dataTable a.fkAnchor:hover
{
	color: #333;
	text-decoration: none;
	display: inline-block;
	width: 100%;
	height: 100%;
	min-height: 12px;
}

.dataTable a.fkAnchor.hot
{
	color: #000;
	background-color: #efefef;
}

.dataTable .editableText a span
{
	display: inline-block;
	text-decoration: none;
	padding: 3px 5px;
}

#colDefaultMaxDiv
{
	padding: 10px;
}

.colLangControllerDiv
{
	clear: both;
}

span.colLengthControlVassal
{
	display: inline-block;
	border: solid 2px #666;
	background-color: #fff;
	color: #000;
	padding: 3px 5px;
	margin: 10px 0 0 2px;
}





.optionsListFrame
{
	position: fixed;
	display: inline-block;
	max-height: 90%;
	height: 90%;
	min-width: 200px;
	overflow: hidden;
	border: solid 1px #ccc;
	top: 5%;
	background-color: #efefef;
}

.optionsListFrame .optionsListScroller
{
	position: relative;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	height: 100%;
	max-height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}

.optionsListFrame a.divSelectOption
{
	display: block;
	padding: 3px 8px;
	background-color: #ededed;
	border: solid 1px #bfbfbf;
	text-decoration: none;
	color: #333;
	font-weight: bold;
}

.optionsListFrame a.divSelectOption:hover,
.optionsListFrame a.divSelectOption.hot
{
	background-color: #fff;
	text-decoration: none;
}

.optionsListFrame a.divSelectHot
{
	background-color: #000;
	color: #ccc;
}

.optionsListFrame a.divSelectHot:hover,
.optionsListFrame a.divSelectHot.hot
{
	background-color: #000;
	color: #fff;
}

.optionsListFrame a.divSelectOption span
{
	display: inline-block;
	min-height: 12px;
}

.editField
{
	display: none;
	width: 100%;
	height: 100%;
}

.tableEditing a
{
	margin-right: 3px;
	border: solid 1px #999;
	background-color: #fff;
	color: #666;
	font-weight: bold;
	border-radius: 2px;
	padding: 3px 7px;
	text-decoration: none;
	display: inline-block;
}

.tableEditing a:hover
{
	border: solid 1px #333;
	color: #000;
}

.updateData h1
{
	font-size: 14px;
}

.singleEntryTable
{
	margin-bottom: 10px;
}

#existingVersions
{
	padding-bottom: 20px;
}

.singleEntryTable th
{
	background-color: #efefef;
	color: #000;
	text-align: center;
	padding: 6px 10px 2px 10px;
	white-space: nowrap;
	vertical-align: text-top;
}

.singleEntryTable th
{
	text-align: right;
}

.singleEntrySubmit
{
	text-align: center;
}

#newColumn .singleEntryTable  td
{
	padding-bottom: 10px;
}

.singleEntryTable .colText,
.singleEntryTable .createText,
.singleEntryTable .createPassword
{
	width: 270px;
}

.singleEntryTable .createTextarea
{
	width: 270px;
	height: 100px;
}

.singleEntryTable .colRadio,
.singleEntryTable .createRadio
{
	display: inline-block;
	float: left;
	clear: both;
}

.singleEntryTable  .maxMinDiv,
.singleEntryTable  .defaultDiv
{
	display: inline-block;
	width: 98%;
}

.singleEntryTable  .colMaxMinLabel,
.singleEntryTable  .colDefaultLabel
{
	width: 130px;
	clear: left;
}

.singleEntryTable  #col-max,
.singleEntryTable  #col-min,
.singleEntryTable  #col-textdefault,
.singleEntryTable  #col-numberdefault,
.singleEntryTable  #col-datetimedefault
{
	float: left;
	clear: right;
}

.singleEntryTable .colRadioHz
{
	display: inline-block;
	padding: 0 10px 0 0;
}

.singleEntryTable .formExplanation
{
	padding: 10px 0 0 0;
	font-style: italic;
	color: #999;
	clear: both;
}

.singleEntryTable a.fkAnchor
{
	display: inline-block;
	padding: 3px 5px;
	border: solid 1px #ccc;
	margin: 1px 5px;
	color: #333;
	text-decoration: none;
}

.singleEntryTable a.fkAnchor:hover
{
	text-decoration: none;
}

#topScrollWrapper
{
	overflow-x: scroll;
	overflow-y: hidden;
}

#topScroll
{
	height: 1px;
}

#columnDetail,
#rowDetail,
#advancedMenu
{
	display: none;
	position: fixed;
	background-color: #fff;
	border: solid 1px #bfbfbf;
	width: 75x;
}

#columnDetail a,
#rowDetail a,
#advancedMenu a
{
	display: block;
	padding: 3px 8px;
	background-color: #ededed;
	border: solid 1px #bfbfbf;
	text-decoration: none;
	color: #333;
	font-weight: bold;
}

#columnDetail a:hover,
#rowDetail a:hover,
#advancedMenu a:hover
{
	background-color: #fff;
	text-decoration: none;
}

.nowrap
{
	white-space: nowrap;
}

.loadingDiv
{
	padding: 20px;
	text-align: center;
	color: #666;
}

#dataTableSearch
{
	padding: 10px;
	border: solid 1px #ccc;
	margin-bottom: 10px;
	text-align: center;
}

.searchStringFields,
.searchOtherFields
{
	padding: 1em 0;
}

.searchParam
{
	display: inline-block;
	margin-right: 20px;
	white-space: nowrap;
}

#searchBtns
{
	padding-top: 0;
}

#divAllowEdit
{
	display: inline-block;
	float: left;
	clear: left;
}

.locked
{
	display: inline-block;
	width: 34px;
	height: 28px;
	text-indent: -3000px;
	overflow: hidden;
	text-align: left;
	background: transparent url('/img/locked.png') no-repeat 0 50%;
}

.unlocked
{
	display: inline-block;
	width: 34px;
	height: 28px;
	text-indent: -3000px;
	overflow: hidden;
	text-align: left;
	background: transparent url('/img/unlocked.png') no-repeat 0 50%;
}

#perPage
{
	display: inline-block;
	float: right;
	clear: right;
}

#resultsPerPage
{
	width: 60px;
}

#searchText
{
	width: 250px;
}

#searchAdvancedContainer
{
	text-align: center;
	display: inline-block;
	width: 99%;
	clear: both;
	position: relative;
}

#searchAdvancedBtn
{
	display: inline-block;
	padding: 3px 0;
	border-radius: 8px;
	text-decoration: none;
	background-color: #666;
	color: #fff;
	width: 220px;
	margin: 0 0 -8px 0;
}

#searchAdvancedBtn:hover
{
	text-decoration: none;
	background-color: #333;
}

#searchAdvancedBtnText
{
	display: inline-block;
	line-height: 20px;
	float: left;
	margin-left: 20px;
}

#searchAdvancedMore
{
	display: inline-block;
	font-size: 20px;
	line-height: 20px;
	float: right;
	margin-right: 20px;
}

#searchAdvancedLess
{
	display: inline-block;
	font-size: 20px;
	line-height: 15px;
	float: right;
	margin-right: 20px;
}

#searchAdvanced
{
	display: inline-block;
	border: solid 3px #ccc;
	border-radius: 8px;
	margin: 14px auto 12px auto;
	width: 80%;
	min-width: 600px;
	max-width: 80%;
	clear: both;
}

#searchAdvancedInner
{
	padding: 20px;
}

.codeGenFormDiv,
.versionReleaseFormDiv
{
	max-width: 550px;
	margin: 0 auto;
}

.codeGenFormDiv input[type="text"],
.versionReleaseFormDiv input[type="text"]
{
	width: 450px;
}

.versionTable th
{
	background-color: #ccc;
	color: #fff;
	text-align: center;
	padding: 6px 10px 2px 10px;
	white-space: nowrap;
	vertical-align: text-top;
}

.versionTable td
{
	padding: 3px 5px;
}

.versionReleaseFormDiv textarea
{
	width: 450px;
	height: 80px;
}

.versionHead
{
	background-color: #efefef;
	color: #000;
	font-weight: bold;
}

.versionNotes
{
	background-color: #fff;
}

#ajaxResponse
{
	color: #f00;
}

.helpListItem .helpTitle
{
	font-size: 13px;
	font-weight: bold;
}

.helpListItem .helpSummary
{
	margin: 0 0 30px 0;
}

.helpFile #helpSummary
{
	background-color: #EFEFEF;
	padding: 5px 10px;
}

.HelpTopics #page,
.helpFile #page
{
	min-width: 90%;
}

input[type="submit"].waiting,
input[type="reset"].waiting,
input[type="button"].waiting,
a.waiting
{
	border: solid 1px #CCC;
	background: #fff url(/img/loading-sm.gif) 10px 2px no-repeat;
	color: #999;
	padding-left: 35px;
}

#col-fkdefaultdiv
{
	float: left;
	margin-top: -4px;
}

.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

span.disabled
{
	display: inline-block;
	border: solid 2px #CCC;
	background-color: #EFEFEF;
	color: #666;
	padding: 3px 5px;
}

.loadingDivFrame
{
	background-color: #fff;
	border: solid 3px #ccc;
	border-radius: 10px;
	width: 130px;
	height: 130px;
	text-align: center;
	margin: auto;
	position: relative;
	top: 30%;
}

#initialLoadDiv
{
	z-index: 200;
	background-color: #fff;
	background: rgba(255, 255, 255, 0.7);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	height: 100%;
	max-height: 100%;
	min-height: 100%;
	text-align: center;
}

.tooManyCharacters
{
	background-color: #FFF799;
}