<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*================================================================================
Global.css - Defines the global styles for the entire web application relating  
             primarily to the elements defined in MasterPagePage.master.
==================================================================================*/

/* Global styles for the body */
.GlobalBody
{
	background-color: #c5dee7;
	margin-left:10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	z-index: -1;
	font-family: Arial;
	font-size: small;
}
.radiobuttonlist
{
	font-family: Arial;
	font-size: 10pt;	
}
/* Panel containing the contents of entire page */
.GlobalContentPanel
{
    background-color: Transparent;
}

/*=======================================================
 * Main Content Panel Items 
 *=====================================================*/

.MainContentPanel
{
    padding: 15px 15px 10px 15px;
    background-color: White;
}

.MainContentLeftEdge
{
	background: white url(MainContent/MainContentLeftEdge.png) repeat-y;
	width: 13px;
	height: 1px;
}


.MainContentRightEdge
{
	background: white url(MainContent/MainContentRightEdge.png) repeat-y;
	width: 14px;
	height: 1px;
}

.MainContentBottom
{
	background: url(MainContent/MainContentBottom.png) repeat-x;
	height: 14px;   
}

.MainContentTitle
{
    color: White; 
    font-family: Arial; 
    font-weight: bold; 
    font-size: 24px;
    padding-left: 8px;
}

/*=======================================
 * Rounded Corner Items
 *======================================*/

.roundedCorners{display:block}
.roundedCorners *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#3d98d1}
.roundedCorners1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #abd2eb;
  border-right:1px solid #abd2eb;
  background:#6db1dc}
.roundedCorners2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #ebf4fa;
  border-right:1px solid #ebf4fa;
  background:#61abd9}
.roundedCorners3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #61abd9;
  border-right:1px solid #61abd9;}
.roundedCorners4{
  border-left:1px solid #abd2eb;
  border-right:1px solid #abd2eb}
.roundedCorners5{
  border-left:1px solid #6db1dc;
  border-right:1px solid #6db1dc}
.roundedCornersfg{
  background:#3d98d1}

/* Buttons */

.ButtonStyle
{
    width: 100px;
    font-size: 16px;
    font-weight: bold;
    color: #336699;
}

/* Right aligned Buttons */

.ButtonPanel
{
    padding-right: 5px;
    text-align: right;
}

/* About */

.AboutPanel
{
    padding-left: 10px;
    padding-right: 10px;
    font-family: Arial;
    font-size: 14px;
}

/*************************************************************************************************
	Popup Dialog
*************************************************************************************************/

.CSSPopupWindow
{
	background-color: white;
	
}


.CSSPopupWindowBody 
{ 
	
}

.CSSDialogTabPanelContent
{
	
}
        
.CSSPopupWindowTitleBar
{
	background-color: #3D98D1;
	
	
}

/*****************************************************************************************
	Invalid input indicator styles
*****************************************************************************************/
.CSSInvalidInputIndicatorContainer
{
}

.CSSInvalidIndicatorTooltipPanel
{
	background-color: #ffffcc;
}

.CSSInvalidIndicatorTooltip
{
}

/*************************************************************************************************
	Popup Dialog
*************************************************************************************************/


.CSSPopupWindow
{
	border-right: 1px outset;
	border-top: 1px outset;
	border-left: 1px outset;
	border-bottom: 1px outset;
}


.CSSPopupWindowBody 
{ 
	
}

.CSSDialogTabPanelContent
{
	
}

        
.CSSPopupWindowTitleBar
{
	border-bottom: gray 1px ridge;
	
}

/*****************************************************************************************
	Invalid input indicator styles
*****************************************************************************************/
.CSSInvalidInputIndicatorContainer
{
}

.CSSInvalidIndicatorTooltipPanel
{
	border-right: #990000 1px solid;
	border-top: #990000 1px solid;
	border-left: #990000 1px solid;
	border-bottom: #990000 1px solid;
}

.CSSInvalidIndicatorTooltip
{
}






/*************************************************************************************************
	Popup dialog font
*************************************************************************************************/

.CSSPopupWindow
{
	
}


.CSSPopupWindowBody 
{ 
	
}

.CSSDialogTabPanelContent
{
	
}
        
.CSSPopupWindowTitleBar
{
	font-weight: bold;
	font-size: larger;
	text-transform: capitalize;
	color:White;
}

/*****************************************************************************************
	Invalid input indicator styles
*****************************************************************************************/
.CSSInvalidInputIndicatorContainer
{
}

.CSSInvalidIndicatorTooltipPanel
{
	color: #ff6600;
	
}

.CSSInvalidIndicatorTooltip
{
}


/*************************************************************************************************
	Popup dialog
*************************************************************************************************/


.CSSPopupWindow
{
	
}


.CSSPopupWindowBody 
{ 
	vertical-align: top;
	margin:15px;
}

.CSSDialogTabPanelContent
{
	padding:10px;
}
        
.CSSPopupWindowTitleBar
{
	cursor: move;
	width: 100%;
	height: 30px;
	vertical-align: middle;
	text-align: center;
	
}

/*****************************************************************************************
	Invalid input indicator styles
*****************************************************************************************/
.CSSInvalidInputIndicatorContainer
{
}

.CSSInvalidIndicatorTooltipPanel
{
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	
}

.CSSInvalidIndicatorTooltip
{
}




.InvalidInputHilight
{
	background-color:Yellow;
}


/*************************************************************************************************
	Popup Dialog
*************************************************************************************************/


.CSSPopupWindow
{
	border-right: 1px outset;
	border-top: 1px outset;
	border-left: 1px outset;
	border-bottom: 1px outset;
}


.CSSPopupWindowBody 
{ 
	
}

.CSSDialogTabPanelContent
{
	
}

        
.CSSPopupWindowTitleBar
{
	border-bottom: gray 1px ridge;
	
}

/*****************************************************************************************
	Invalid input indicator styles
*****************************************************************************************/
.CSSInvalidInputIndicatorContainer
{
}

.CSSInvalidIndicatorTooltipPanel
{
	border-right: #990000 1px solid;
	border-top: #990000 1px solid;
	border-left: #990000 1px solid;
	border-bottom: #990000 1px solid;
}

.CSSInvalidIndicatorTooltip
{
}

.basicText
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;	
}

.errorText
{
	color: Red;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;	
}

.errorLabel
{
    color: Red;
    font-family: Arial;
    font-size: 14pt;
    font-weight: bold;
}
</pre></body></html>