﻿body
{
	padding: 0;
	margin: 0;
}

input, button, textarea, select
{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-decoration: inherit;
	color: inherit;
	border: 1px solid #A3AEB9;
	outline: none;
}

input[type=text], input[type=password], textarea
{
	background-color: #fff;
	padding: 2px;
}

textarea
{
	height: 200px;
}

input[type=button], input[type=submit]
{
	cursor: pointer;
}

a
{
	outline: none;
	color: #0a65c7;
}

a.aNoOutline
{
	outline: none;
}

img.imgNoBorder
{
	border: 0;
}

div.SiteTable
{
	padding: 5px;
}

table.SiteTable
{
	border: 1px solid #A3AEB9;
	border-collapse: collapse;
}

th.SiteTable
{
	padding: 3px;
	border: 1px solid #A3AEB9;
	background-color: #F1F6FD;
	font-weight: bold;
}

td.SiteTableGroupHeader
{
	padding: 3px;
	border: 1px solid #A3AEB9;
	font-weight: bold;
}

td.SiteTableAggregator
{
	padding: 3px;
	border: 1px solid #A3AEB9;
}

td.SiteTable
{
	padding: 3px;
	border: 1px solid #A3AEB9;
}

td.SiteTable p
{
	margin: 5px;
}


div.SiteForm
{
	overflow-x: hidden;
	padding: 5px;
}

div.SiteActionsPanel
{
	padding: 3px;
	border: 1px solid #A3AEB9;
	background-color: #F1F6FD;
}

div.SitePages
{
	margin: 3px 10px;
}

.SitePagePrevious
{
	margin: 0 10px 0 5px;
}

.SitePage
{
	margin: 0 5px;
}

.SitePageNext
{
	margin: 0 5px 0 10px;
}

.SiteExpandCollapse
{
	margin: 5px 10px;
	display: block;
}

.Navigator
{
	float: right;
	margin: -50px 50px 0 0;
	z-index: 999;
	position: relative;
}

.NavigatorItem
{
	background: url('WebResource.ashx?name=lightbulb_off.png') no-repeat center;
	display: inline-block;
	width: 20px;
	height: 20px;
	text-indent: -9999em;
	outline: none;
	margin: 2px;
}

.NavigatorItemSelected
{
	background: url('WebResource.ashx?name=lightbulb.png') no-repeat center;
}

div.SitePlainText
{
	padding: 5px;
}

div.RendererMessageType
{
	font-weight: bold;
}

div.RendererMessageTypeError
{
	padding: 5px 15px;
	border: 1px solid #FFDAB9;
	-ms-border-radius: 5px;
	border-radius: 5px;
	background: #FFEFD5;
	color: #B00000;
}

div.RendererMessageTypeWarning
{
	padding: 5px 15px;
	border: 1px solid #FDFDA7;
	-ms-border-radius: 5px;
	border-radius: 5px;
	background: #FFFFC0;
	color: #808000;
}

div.RendererMessageTypeInfo
{
	padding: 5px 15px;
	border: 1px solid #C9FFDA;
	-ms-border-radius: 5px;
	border-radius: 5px;
	background: #EFFFEF;
	color: #008060;
}

.SiteSaveButton
{
	margin: 5px 15px 5px 5px;
}

.SiteSaveRecordAction
{
}

.SitePrintRecordAction
{
}

@media print
{
	.SitePrintRecordAction
	{
		display: none;
	}
}

.SiteMenuStaticMenuItemStyle
{
	font-size: 18px;
	font-weight: bold;
	color: black;
	border: 1px solid #A3AEB9;
	-ms-border-radius: 5px;
	border-radius: 5px;
	background: #F7F7FC;
	outline: none;
}

a.SiteMenuStaticMenuItemStyle
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}

.SiteMenuStaticHoverStyle, .SiteMenuStaticSelectedStyle
{
	background: #FDFDFD;
}

.SiteMenuDynamicMenuItemStyle
{
	font-size: 16px;
	font-weight: bold;
	color: black;
	border: 1px solid #A3AEB9;
	background: #F7F7FC;
	outline: none;
}

a.SiteMenuDynamicMenuItemStyle
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}

.SiteMenuDynamicHoverStyle, .SiteMenuDynamicSelectedStyle
{
	background: #FDFDFD;
}

.SiteMenuDynamicMenuStyle
{
}

.AutoComplete
{
	margin: -1px 0 0 0;
	padding: 0;
	border: 1px solid #A3AEB9;
	background-color: #fff;
	padding: 2px;
	list-style-type: none;
	width: auto !important;
}

.Splash
{ /*opacity, width, height, top, left are set in js*/
	position: absolute;
	z-index: 1000000;
	background: #696969;
}

.Popup
{ /*width, height, top, left are set in js*/
	position: fixed;
	z-index: 1000001;
	border: 1px solid #A3AEB9;
	background-color: #fff;
}

.PopupClose
{
	display: block;
	outline: none;
	width: 25px;
	height: 25px;
	margin-left: auto;
	background: url(WebResource.ashx?name=cross_grey.png) no-repeat center center;
}

.BulletRemove
{
	background-image: url(WebResource.ashx?name=remove.png);
	background-repeat: no-repeat;
	background-position: center;
	outline: none;
	width: 16px;
	height: 16px;
	margin-right: 3px;
}

.BulletAdd
{
	background-image: url(WebResource.ashx?name=add.png);
	background-repeat: no-repeat;
	background-position: center;
	outline: none;
	width: 16px;
	height: 16px;
	margin-right: 3px;
}

.RecordRemove
{
	background-image: url(WebResource.ashx?name=remove.png);
	background-repeat: no-repeat;
	background-position: center;
	outline: none;
	width: 16px;
	height: 16px;
	margin-left: 5px;
}

.RecordAdd
{
	background-image: url(WebResource.ashx?name=add.png);
	background-repeat: no-repeat;
	background-position: center;
	outline: none;
	width: 16px;
	height: 16px;
	margin-left: 5px;
}

table.SeamlessTable
{
	width: 100%;
	height: inherit;
	border-collapse: collapse;
}

table.SeamlessTable > tbody > tr > td
{
	padding: 0;
}

.ajax__colorPicker_container
{
	background-color: #fff;
	position: absolute;
	width: auto;
	overflow: hidden;
}

.ajax__colorPicker_container table
{
	border: 1px solid #A3AEB9;
}

.FileUploader_Value
{
	border: none !important;
	cursor: none !important;
	margin: 0 !important;
	padding: 0 !important;
	-webkit-filter: alpha(opacity=0);
	-moz-filter: alpha(opacity=0);
	-o-filter: alpha(opacity=0);
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-ms-opacity: 0;
	opacity: 0;
	position: absolute;
	height: 23px;
	width: 10px;
}

.FileUploader_progressBarContainer
{
	overflow: hidden;
	position: relative;
	height: 21px;
	border: 1px solid #A3AEB9;
	background-color: #fff;
}

.FileUploader_progressBar
{
	background-color: #F1F6FD;
	position: absolute;
	height: 100%;
}

.FileUploader_progressBarText
{
	position: absolute;
	padding: 1px 3px;
}

.FileUploader_progressBarTextSelectFile
{
	color: grey;
}

.FileUploader_progressBarTextLoading
{
	color: grey;
}

.FileUploader_progressBarTextFile
{
	color: black;
}

.FileUploader_progressBarTextError
{
	color: red;
}

.FileUploader_progressBarContainer input
{
	border: none;
	cursor: pointer;
	width: 500%;
	height: 100%;
	margin: 0;
	-webkit-filter: alpha(opacity=0);
	-moz-filter: alpha(opacity=0);
	-o-filter: alpha(opacity=0);
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-ms-opacity: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.validatorCalloutHighlight
{
	-webkit-box-shadow: 0 0 4px #dc0000;
	-moz-box-shadow: 0 0 4px #dc0000;
	-ms-box-shadow: 0 0 4px #dc0000;
	box-shadow: 0 0 4px #dc0000;
}

.customCalloutStyle
{
	z-index: 999 !important;
}

.customCalloutStyle .ajax__validatorcallout_callout_arrow_cell_bottomleftpos
{
	display: none;
}

.customCalloutStyle .ajax__validatorcallout_callout_cell
{
	display: none;
}

.customCalloutStyle .ajax__validatorcallout_icon_cell
{
	display: none;
}

.customCalloutStyle .ajax__validatorcallout_error_message_cell
{
	font-size: 9px;
	color: #dc0000;
	background: url('WebResource.ashx?name=white_semi.png') repeat;
	display: inline;
	padding: 0 2px;
}

.customCalloutStyle .ajax__validatorcallout_close_button_cell
{
	display: none;
}

.nowrap
{
	white-space: nowrap;
}

.RowSelected
{
	background-color: #E8F3F7;
}

table.SiteCalendar
{
	border-color: #A3AEB9;
	width: 275px;
	font-size: 16px;
}

table.SiteCalendar th
{
	padding-top: 4px;
}

table.SiteCalendar td
{
	padding: 0;
	height: 26px;
}

table.SiteCalendar a
{
	outline: none;
	text-decoration: none;
	display: block;
	text-align: center;
	padding-top: 4px;
	height: 22px;
}

.DateSelected
{
	background-color: #CAE5EE;
}

table.SiteCalendar > tbody > tr:first-child > td
{
	background-color: #F1F6FD !important;
}

table.SiteCalendar > tbody > tr:first-child > td > table > tbody > tr > td
{
	border-bottom: 1px solid #A3AEB9;
}

table.SiteCalendar > tbody > tr:first-child > td > table > tbody > tr > td:nth-child(2)
{
	padding-top: 6px;
	padding-bottom: 3px;
	font-weight: bold;
}

.TimelineGroupTitle
{
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #A3AEB9;
	background: #F1F6FD;
}

.TimelineGroupTitleLabelColumn
{
	height: 26px;
	padding: 6px 0 3px 0 !important;
}

.TimelineGroupTitleLabelColumn > div
{
	width: 40px;
	padding: 0 5px;
}

.TimelineGroupTitleRecordColumn
{
	height: 26px;
	padding: 6px 0 3px 0 !important;
	text-align: center;
	font-weight: bold;
	border-left: 1px solid #E9E9E9;
}

.TimelineRoot
{
	border: 1px solid #A3AEB9;
	-ms-border-radius: 2px;
	border-radius: 2px;
	position: relative;
}

.TimelineLabelsRoot
{
}

.TimelineLabelsLabelColumn
{
	border-bottom: 1px solid #E9E9E9;
	vertical-align: top;
	text-align: right;
	position: relative;
}

.TimelineLabelsLabelColumn > div:first-child
{
	width: 45px;
	padding: 5px 5px 0 0;
	font-size: 14px;
}

.TimelineLabelsLabelColumn > div:last-child
{
	position: absolute;
	left: 5px;
	top: -10px;
	background: #4E7FA4;
	-ms-border-radius: 5px;
	border-radius: 5px;
	color: white;
	padding: 0 5px;
	font-size: 14px;
	white-space: nowrap;
}

.TimelineLabelsRecordColumn
{
	border-left: 1px solid #E9E9E9;
	border-bottom: 1px solid #E9E9E9;
}

.TimelineLabelsBorder
{
	border-top: 2px solid #4E7FA4;
}

.TimelineRecordsRoot
{
	position: absolute;
	top: 0;
}

.TimelineRecordsLabelColumn > div
{
	width: 50px;
}

.TimelineRecordsRecordColumn
{
	border-left: 1px solid transparent;
}

.TimelineSlot
{
	position: relative;
}

.TimelineRecord
{
	border: 1px solid #A3AEB9;
	-ms-border-radius: 10px;
	border-radius: 10px;
	position: absolute;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: linear-gradient(#FDFDFD, #F7F7F7);
	overflow: hidden;
	left: 4px;
	right: 4px;
	cursor: default;
	white-space: pre;
}

.TimelineRecord > div
{
	padding: 6px;
}

.TimelineRecordSelected
{
	background: #BADDE9;
}

.TimelineMarkedRecord
{
	border: none;
	-ms-border-radius: 0;
	border-radius: 0;
	overflow: visible;
	left: 0;
	right: 0;
	pointer-events: none;
}

.TimelineMarkedRecord > div
{
	position: absolute;
	left: 10px;
	top: -10px;
	z-index: 1;
	-ms-border-radius: 5px;
	border-radius: 5px;
	color: white;
	padding: 0 5px;
	font-size: 12px;
	white-space: nowrap;
}

[draggable=true]
{
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	/* Required to make elements draggable in old WebKit */
	-khtml-user-drag: element;
	-webkit-user-drag: element;
}

.TimelineDeleteRecord
{
	position: absolute;
	top: -8px;
	right: -3px;
	cursor: pointer;
	font-weight: bold;
	font-family: monospace;
}
