﻿body
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:10pt;
}

.pageContainer {   
    width: 1000px;
    box-sizing: border-box;
    margin: auto;
    background-color: rgba(255,255,255,0.8);
    min-height: 100%;
    position: relative;
}

.pageContainerContent
{
	position:relative;
	padding:5px 5px 5px 5px;
}

/* Page header section */
#header {
	display: flex;
	justify-content: space-between;
	position: relative;
	padding: 0px 5px 5px 5px;
	z-index: 19;
}

#titleTextContainer
{
	position:relative;
	float:left;
}

.titleText
{
	width:700px;
	font-size:200%;
}

#mainmenu
{
	clear:both;
	position:relative;
	float:right;
	padding-top:10px;
}

#mainmenu li
{
	display:inline;
	list-style:none;
	padding-left:10px;
	line-height:1.1em;
}

#mainmenu li.addSeparator
{
	padding-right:10px;
	border-right:solid 2px Black;
}

/* end Page header section */

#invalidLogin, #errorPage, #loggedOut
{
	margin:20px auto;
	width:1000px;
}

#invalidLogin #header, #invalidLogin #content,
#errorPage #header, #errorPage #content,
#loggedOut #header, #loggedOut #content
{
	padding:6px;
	margin:0px;
	border: none;
}

#invalidLogin p, #notReady p
{
	margin-bottom:10px;
}

#invalidLogin ul
{
	list-style-type:disc;
	margin-bottom:10px;
	margin-left:20px;
}

#invalidLogin span
{
	font-weight:bold;
}

/* For Telerik RadEditor */
/*.Emoticons SPAN
{
    display: block;
    background-image:url(/images/emoticons/1.gif);
    background-repeat : no-repeat;
    background-position: 1px 4px;                 
    width: 20px !important; 
    height: 23px;
}*/    

.modalPopup .content
{
    border-left-style:solid;
	border-left-width:1px;
	border-right-style:solid;
	border-right-width:1px;
}

.calendarDisabled
{
    color:#000000!important;
}

#d_loading
{
	z-index:20;
	position:absolute;
	top:0px;
	width:100%;
	margin-top:0px;
	text-align:center;
	background-color:White;
	display:none;
	visibility:hidden;
}

#i_loading
{
	border:solid 0px White;
	padding:250px 0px 340px 0px;
}

/*
	Apply to all uses of the colorbox library - make sure our content can't spill over the viewport size.
*/
.cboxPhoto {
	max-width: 90vw;
	max-height: 90vh;
}
