﻿#outer
{
	width: 92%;
	margin: 0px auto;
}

#header
{
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	color: #636363;
	padding-right: 5px;
}

html, body {
	height:100%;
}

body {
	overflow:auto;
	margin:0;
	-webkit-overflow-scrolling:touch;
}

body, input, select, textarea, button
{
	font-family: Tahoma,Helvetica,Sans-Serif;
	font-size: 8pt;
}

#forms {
	height:100%;
	overflow:hidden;
	min-height:430px;
}

#CreateButton, #SaveButton, #ResetButton
{
    margin-bottom:10px;
}

.textBox, .textArea
{
	width: 99.6%;
}

.appendTextAreaTop {
	margin-bottom:2px;
	overflow-y:auto;
	height:94px;
	border:0;
	padding:2px;
	width:99.3%;
}

.formTable
{
	width: 100%;
}

.label-position-left
{
	text-align:right;
	font-weight:bold;
	margin-right:5px;
	font-family: Tahoma,Helvetica,Sans-Serif;
	font-size:11px;
}

.label-position-top {
	text-align:left;
	margin-left:5px;
	font-weight:bold;
	font-family: Tahoma,Helvetica,Sans-Serif;
	font-size:11px;
	width: 100%;
}

.time-textbox {
	width: 100px;
}

.date-textbox {
    width: 70px;
}

.hourBox, .minuteBox {
    width: 50px;
}

.required
{
	color: #FF0000;
	font-weight:normal;
}

.controlCell
{
	padding: .25em 0px;
}

.sectionHeader div
{
	text-align: center;
	margin-top: -1.25em;
}

.sectionHeader span
{
	background-color: #F8F8F8;
	padding: 0px 5px;
	font-weight: bold;
}

#Login, #Login input
{
	font-size: 1.1em;
}

#Login
{
	margin: 20px auto;
}

.jtLookup
{
	background-color:#FFFFFF;
	border: 1px solid #C1C1C1;
	cursor: text;
	padding: 2px 1px;
	display: inline-block;
	vertical-align: middle;
	width:99.6%;
	margin:0;
}

.readOnly
{
	background-color: #D6D5D9;
	border: 1px solid #A7A6AA;
	min-height: 17px;
}

.readOnly input
{
	display: none;
}

.jtLookup input
{
	border: 1px solid #FFFFFF;
	padding: 1px 2px;
	margin: 1px 1px;
	outline-width: 0;
	color: #000000;
	float: left;
}

.jtLookup a, .jtLookup sizer
{
	display: block;
	padding: 1px 2px;
	cursor: pointer;
	border: 1px solid #79B7E7;
	color: #1D5987;
	margin: 1px 1px;
	float: left;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding-right: 13px;
	background: url(../css/images/icons.png) no-repeat right -1px;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	max-width: 360px;
    text-overflow:ellipsis;
}

.jtLookup a:hover
{
	background-position: right -17px;
	border-color: #4A86B7;
}

.ui-menu-item
{
	white-space: nowrap;
}

.ui-state-focus {
    font-weight:normal !important;
}

.dynamicLink a
{
	font-family: Tahoma, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	color: #3A6DA2;
	text-decoration: none;
	white-space: nowrap;
}
.dynamicLink a:hover
{
	text-decoration: underline;
}

div.dynamicLink
{
	overflow: hidden;
	width:100%;
}

.dropdown
{
	width:100%;
}

.hidden
{
	height: 1px;
	left: -10000px;
	position: absolute;
	top: auto;
	width: 1px;
}

.fileUploader
{
	border: 1px solid #ABADB3;
	padding: 5px 5px 5px 5px;
	width: 400px;
}

.addNewFile
{
	margin-top: 15px;
	display: block;
}

.downloadLink
{
	color: #2E6EB5;
	white-space: nowrap;
	font-weight: bold;
	font-size: 12px;
	font-family: Tahoma,Helvetica,Sans-Serif;
	text-decoration: none;
	margin:2px 2px;
	color: #326F29 !important;
	max-width: 360px;
}

.fileSelector
{
	position: relative;
	overflow: hidden;
    display: block;
	z-index: 0;

}

.selectorArea {
	height:100px;
	background-color: #FFF;
	border: 1px solid #C1C1C1;
	cursor: pointer;
}

.fileSelector input:hover + a
{
	border: solid 1px #79B7E7;
}

.fileAdd
{
	vertical-align: middle;
	width: 32px;
	height: 32px;
	border-width: 0;
}
.fileRemove
{
	vertical-align: middle;
	width: 20px;
	height: 20px;
	border-width: 0;
	cursor: pointer;
	padding-left: 5px;
}

.fileSelector a
{
	overflow: hidden;
	position: relative;
	float: left;
	margin: 2px;
	position: relative;
	white-space: nowrap;
	text-decoration: none;
	color: #069;
	font-weight:bold;
	max-width: 360px;
	border: 1px solid #F8F8F8;
}

.fileSelector label
{
	white-space: nowrap;
	font-weight: bold;
	font-size: 12px;
	font-family: Tahoma,Helvetica,Sans-Serif;
}

.fileLink {
	padding-bottom: 10px;
}

.hiddenElement
{
	width: 100%;
	overflow: hidden;
	position: absolute;
	margin-left: -90px;
	padding-right:90px;
	cursor: pointer;
	height: 100px;
	z-index: 2;
	opacity: 0.0; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=0); /* IE lt 8 */
	-ms-filter: "alpha(opacity=0)"; /* IE 8 */
	-khtml-opacity: 0.0; /* Safari 1.x */
	-moz-opacity: 0.0; /* FF lt 1.5, Netscape */
}

.moveOffScreen
{
	position: absolute;
	left: -1000px;
	top: -1000px;
}

.label
{
	white-space: nowrap;
}
.saveMessage
{
	zoom: 1;
	font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
	font-size: 1.1em;
	text-align: center;
	padding: .4em 1em;
	color: #2e6e9e;
	font-weight: bold;
}

.saveMessage img
{
	vertical-align: -3px;
	padding-right: 2px;
}

.error-message-container {
	padding:15px;
	border: 1px solid #4E87B1;
	box-shadow: 1px 1px 2px lightgray;
	border-radius:5px;
	font-family: Tahoma,Helvetica,Sans-Serif;
	background-color: #FFF;
}

.error-message-summary {
	padding-bottom:10px;
	font-weight:bold;
}

.error-message-details {
	display:none;
	margin-top:5px;
	margin-left:5px;
	padding: 5px 5px 5px 15px;
	background-color: #F8F8F8;
	border:1px solid lightgray;
}

.error-show-more-details {
	margin-left:5px;
	cursor: pointer;
	border: 1px solid #2B4356;
	border-radius:5px;
	background-color: #4E87B1;
	color: #FFF;
	width: 100px;
	padding:2px;
	box-shadow:1px 1px 1px 1px lightgray;
}

.validation-summary {
	color: #FF0000;
	padding: 5px 10px 5px 10px;
	border: 1px solid #FF0000;
	margin-bottom: 2px;
	background-color: #FFFFFF;
	display:none;
}

.fileUploadMessageContainer {
    width:100%;
    height:50%;
    top:0;
    left:0;
    position:absolute;
}

.fileUploadMessage {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0px 1px 1px 1px lightgray;
    background-color: #FFF;
    height: 100px;
    width: 500px;
    border: 1px solid #2E6E9E;
    font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
    font-size: 1.5em;
    text-align: center;
    padding: 15px;
    color: #2e6e9e;
    font-weight: bold;
}

/* Rich Text */

.cke_textarea_inline
{
	overflow: auto;
	background-color: #FFF;
	height: 100px;
	color: #000;
	font-size: 12px;
	font-family: Tahoma,Helvetica,Sans-Serif;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    margin: 0;
    border: 1px solid #C1C1C1;
    padding: 2px;
}

.listTableCellEditMode .cke_textarea_inline
{
	height: 100%;
}

.cke_textarea_inline.readonly
{
	background-color: #D6D5D9;
}

.cke_textarea_inline.inlineEdit
{
	height: 21px;
	overflow: hidden;
}

.cke_textarea_inline.inlineFocus
{
	position: absolute;
	z-index: 1;
	height: 100px;
	overflow: auto;
}

.cke_textarea_inline ul, .cke_textarea_inline ol
{
    padding-left: 0px;
    margin: 0 0 0 20px;
}

.cke_textarea_inline ul
{
   list-style-type: disc;
   list-style-image: none; 
}

.cke_textarea_inline ul ul
{
    list-style-type: circle;
}

.cke_textarea_inline ul ul ul
{
    list-style-type: square; 
}

.cke_textarea_inline p
{
	margin: 0;
}

.cke_textarea_inline a
{
	text-decoration: none;
	color: inherit;
}

.cke_toolgroup, .cke_combo_button
{
	border-color: #C1C1C1 !important;
}
