﻿@media print 
{
	.DoNotPrint
	{
		display: none;
	}
	.SideMenuPanel
	{
		display: none;
	}
	.SideMenuBottomPanel
	{
		display: none;
	}
	.HeaderContainer
	{
		display: none;
	}
	.FooterContainer
	{
		display: none;
	}
	table.ContentWithSideMenu
	{
		border: none 0px #ffffff;
	}
	.MenuContainer
	{
		display: none;
	}
	.SearchScreenLeftPanel 
	{
		display: none;
	}
	.RemoveLink
	{
		display: none;
	}
	.StandardSaveButton
	{
		display: none;
	}
}

@Media screen 
{
	.PrintOnly
	{
		display: none;
	}
	table.ContentWithSideMenu
	{
		border-bottom: solid 1px #696969;
	}
}


/* Standard Tags */

body
{
	padding: 0px;
	margin: 0px;
}
body, label, span, h1, h2, h3, th, td, div, a, h1, h2, h3
{
    font: medium  Arial, sans-serif;
}
input, select, textarea
{
	font: medium Arial, sans-serif;
}
input[type=text]
{
	height: 18px;
}
select
{
	height: 23px;
}
h1
{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #383838;
}
h2
{
    font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 6px;
	color: #26263f;
}
h3
{
    font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 12px;
	margin: 0px;
	color: #26263f;
}
textarea 
{
  overflow: visible;
}
fieldset
{
    border: 1px solid #CCCCCC;
    background-color: #FFFFF4;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 5px 15px 10px 15px;
}
legend
{
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
	color: #26263f;
	margin-bottom: 5px; 
	display: inline;
}
img 
{
	border: none;
}


a.CRM
{
    color: #0000CC;
	text-decoration: none;
    font-size: 11px;
}
a.CRM:hover
{
    color: #0000CC;
    text-decoration: underline;
}
a.CRM:visited
{
    color: #0000CC;
	text-decoration: none;
}
a.CRM:visited:hover
{
    color: #0000CC;
	text-decoration: underline;
}

/* Login Logout */

.Login
{
	margin-top: 100px; 
	margin-left: auto; 
	margin-right: auto; 
	width: 360px; 
	padding:15px; 
	padding-top: 25px; 
	border: solid 3px #6784B4;
}

.Logout
{
	margin-top: 100px; 
	margin-left: auto; 
	margin-right: auto; 
	width: 300px; 
	padding:45px; 
	border: solid 3px #6784B4; 
	text-align: center;
}

.FooterContainer
{
    width: 100%;
    background-color: rgb(45, 62, 75);
    height: 40px;
    padding-top: 8px;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Global Menu */

.HeaderContainer
{
    width: 100%;
    background-color: rgb(45, 62, 75);
    height: 54px;
    border-collapse: collapse;
}
.MenuContainer
{
	position: relative;
	z-index: 1000;
}
.MenuContainer td
{
	vertical-align: top;
}
.ML
{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 17px !important;
    color: #EAEAEA;
    text-decoration: none;
    padding: 3px 5px 3px 5px;
    border: none;
    display: block;
}
.ML:hover
{
    color: rgb(45, 62, 75);
	text-decoration: none;
	background-color: #EAEAEA;
    font-size: 17px;
    padding: 3px 5px 3px 5px;
    border: none;
    display: block;
}
.ML:visited
{
	color: #EAEAEA;
	text-decoration: none;
    font-size: 17px;
    padding: 3px 5px 3px 5px;
    border: none;
    display: block;
}
.ML:visited:hover
{
    color: rgb(45, 62, 75);
	text-decoration: none;
	background-color: #EAEAEA;
    font-size: 17px;
    padding: 3px 5px 3px 5px;
    border: none;
    display: block;
}

.MLH
{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 17px !important;
    color: rgb(45, 62, 75);
	text-decoration: none;
	background-color: #EAEAEA;
    border: none;
    padding: 3px 5px 3px 5px;
    display: block;
}
.MLH:visited
{
    color: rgb(45, 62, 75);
	background-color: #EAEAEA;
	text-decoration: none;
    border: none;
}


.MLSelected
{
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    font-weight: 400;
    font-size: 17px !important;
    color: #EAEAEA;
    padding: 3px 5px 3px 5px;
    border: none;
    display: block;
}
table.MLSelected 
{
    background-image: url(Images/Underline.png);
    background-repeat:repeat-x;
    background-position:bottom;
}
.MLSelected:hover
{
    font-size: 17px;
	color: rgb(45, 62, 75);
	background-color: #EAEAEA;
    text-decoration: none;
    border: none;
    padding-bottom: 3px;
}
.MLSelected:visited
{
    font-size: 17px;
	color: #EAEAEA;
    text-decoration: none;
    border: none;
}
.MLSelected:visited:hover
{
    font-size: 17px;
	color: rgb(45, 62, 75);
    text-decoration: none;
	background-color: #EAEAEA;
    border: none;
}



.Sub1
{
	margin-top:12px;
    z-index: 100;
}

.Sub2
{
}

.Sub1b
{
	margin-top:5px;
}

.DM
{
    background-color: rgb(45, 62, 75);
    min-width: 200px;
}

a.CML
{
    background-color: rgb(45, 62, 75);
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 17px !important;
    color: #EAEAEA;
    text-align: left;
    min-width: 200px;
	width: 100%;
	display: block;
	padding-top: 15px;
	padding-bottom: 0px;
	text-decoration: none;
	border-width: 0px;
	text-indent: 3px;
	padding-right:0px;
	height:35px;
}
a.CML:hover
{
	color: rgb(45, 62, 75);
	background-color: #EAEAEA;
	text-decoration: none;
}
a.CML:visited
{
    color: #EAEAEA;
	text-decoration: none;
}
a.CML:visited:hover
{
	color: rgb(45, 62, 75);
	background-color: #EAEAEA;
	text-decoration: none;
}
a.CMLH
{
	width: 100%;
	display: block;
	padding-top: 15px;
	padding-bottom: 0px;
	color: rgb(45, 62, 75);
	background-color: #EAEAEA;
	text-decoration: none;
	border-width: 0px;
	text-indent: 3px;
}
a.CMLH:hover
{
	color: rgb(45, 62, 75);
	background-color: #EAEAEA;
	text-decoration: none;
}
a.CMLH:visited
{
	color: rgb(45, 62, 75);
	background-color: #EAEAEA;
	text-decoration: none;
}
a.CMLH:visited:hover
{
	color: rgb(45, 62, 75);
	background-color: #EAEAEA;
	text-decoration: none;
}

ul 
{ 
	list-style:none;
	margin:0;
	padding:0;
	width:auto;
}
li 
{ 
	margin:0;
	padding:0;
	width:auto;
}

ul.dynamic 
{
	z-index:1; 
}

a.level1
{
	vertical-align: top;
	border-style: none;
	position: relative;
	top: 0px;
	margin-left: 4px;
	margin-right: 4px;
}

a.aspNetDisabled
{
	color: #999999;
}

img.icon
{
	vertical-align:text-top
}


/* Other Panels */

.ContentContainer
{
	width: 100%;
}



/* Global Classes */

div.Rounded {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
fieldset.Rounded
{
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
.Form td
{
    padding: 3px;
}
.CompactForm td
{
    padding: 1px;
}
.Note
{
    color: #666666;
}
.NoteFullSize
{
    color: #666666;
}
.Requirements
{
    text-align: right;
    padding-right: 5px;
}
.RequiredNote
{
    color: #003399;
}
.RequiredFlag
{
    font-family: Arial, Sans-Serif;
    font-size: 18px;
    color: #003399;
    font-weight: bold;
    margin-left: 5px;
    margin-right: 3px;
}
.PrivateFlag
{
    color: #003399;
    position: relative;
    top: -3px;
}

a.CommandLink
{
	text-decoration: none;
}
a.CommandLink:hover
{
	text-decoration: underline;
}
a.CommandLink:visited
{
	text-decoration: none;
}
a.CommandLink:visited:hover
{
	text-decoration: underline;
}
.CommandLinkHover
{
	color: red;
	text-decoration: underline;
	cursor: pointer;
}

a.PaddedCommandLink
{
	text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
    border: 2px solid #ffffff;
    background-color: #ffffff;
    display: block;
}
a.PaddedCommandLink:hover
{
    border: 2px solid #8AC8FF;
}
a.PaddedCommandLink:visited
{
	text-decoration: none;
    border: 2px solid #FFFFFF;
}
a.PaddedCommandLink:visited:hover
{
    border: 2px solid #8AC8FF;
}
.Label
{
    text-align: right;
    padding-right: 10px !important;
    padding-left: 10px;
    height: 20px;
    white-space: nowrap;
}
.LabelNoPad
{
	text-align: right;
	height: 20px;
	white-space: nowrap;
}
.HideableLabel
{
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
}
.FixedHeightLabel
{
	display: block;
	padding-top:3px;
	padding-bottom:3px;
}
.LabelAlignTop
{
	text-align: right;
	padding-right: 10px !important;
	padding-left: 10px;
	height: 20px;
	vertical-align: top;
	position: relative;
	top: 3px;
}
.LabelAlignTopNoTopPadding
{
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: top;
}
.StandardSaveButton
{
    margin-top: 5px;
    margin-bottom: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
}
.InlineSaveButton
{
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 15px;
    padding-right: 15px;
}
.VeryWide
{
    width: 500px;
}
.WatermarkVeryWide {
    color: #666666;
    width: 500px;
}
.Wide
{
    width: 310px;
}
select.Wide
{
    width: 316px;
}
.MediumWide
{
    width: 240px;
}
select.MediumWide
{
    width: 246px;
}
.Medium
{
    width: 150px;
}

select.Medium
{
    width: 154px;
}

.MediumNarrow
{
    width: 100px;
}
.MediumNarrowNumeric
{
    width: 100px;
    text-align: right
}
.SubMediumNarrowNumeric
{
    width: 90px;
    text-align: right
}
.Narrow
{
    width: 50px;
}
select.Narrow
{
    width: 54px;
}
.Numeric
{
    text-align: right
}
.NarrowNumeric
{
    width: 50px;
    text-align: right
}
.VeryNarrowNumeric
{
    width: 28px;
    text-align: right
}
.SubMediumNarrowNumericReadOnly
{
    border-color: #fbfbfb;
    border-style: solid;
    width: 90px;
    text-align: right;
    background-color:Transparent;
}
.Date
{
    width: 90px;
}
.NoWrap
{
    white-space: nowrap;
}
.MediumNarrowNumericReadOnly
{
    border-color: #fbfbfb;
    border-style: solid;
    width: 100px;
    text-align: right;
    background-color:Transparent;
}
div.AccreditationBatchHeaderPanel
{
    height: 30px;
    background-color: #8AC8FF;
    border-bottom: solid 1px #696969;
    padding: 4px 4px 4px 15px;
    vertical-align: top;
}
table.ContentWithSideMenu
{
    width: 100%;
}
td.SideMenuPanel
{
	width: 190px;
	background-color: #f0f8ff;
	border-right: solid 1px #696969;
	padding: 4px 4px 10px 4px;
	vertical-align:top;
}
td.SideMenuBottomPanel
{
	width: 190px;
	background-color: #f0f8ff;
	border-right: solid 1px #696969;
	padding: 4px;
	vertical-align:bottom;
}
td.ContentPanel
{
    background-color: #fbfbfb;
	padding: 4px;
	vertical-align:top;
	padding-left:10px;
}
div.ContentPanel
{
    background-color: #fbfbfb;
	padding: 4px;
	vertical-align:top;
	padding-left:10px;
}
.LastUpdatedPanel
{
    color: #666666;
    margin-left: 5px;
    margin-bottom: 5px;
    font-size: 11px;
}
tr.SpacerRow
{
}
.SuccessMessage
{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	margin: 10px auto 10px auto;
	background-color: #ddffb0;
	border: #00ff00 1px solid;
	width: 98%;
}
.WarningMessage
{
	text-align:center;
	padding:10px;
	margin: 10px auto 10px auto;
	background-color: #FFFFC0;
	border:Solid 1px Gold;
	width: 98%;
}
.ErrorMessage
{
	text-align: center;
	padding: 10px;
	margin: 10px auto 10px auto;
	background-color: #FFCECE;
	border: 1px Solid #FF0000;
	width: 98%;
}
.Comment
{
	text-align: left;
	padding: 10px;
	margin: 10px auto 10px auto;
	background-color: #E6E6E6;
	border: 1px Solid #808080;
	width: 98%;
}
.NudgeUp1
{
    position: relative; 
    top:-1px; 
    z-index: 0
}
.NudgeUp2
{
    position: relative; 
    top:-2px; 
    z-index: 0
}
.NudgeUp3
{
    position: relative; 
    top:-3px; 
    z-index: 0
}
.NudgeDown1
{
    position: relative; 
    top:1px; 
    z-index: 0
}
.NudgeDown2
{
    position: relative;
    top:2px; 
    z-index: 0
}
.NudgeDown3
{
    position: relative;
    top:3px; 
    z-index: 0
}
.ItemLabelCell
{
    width: 140px;
}
.StandardPanel
{
    border: 1px dotted #999999;
    background-color: #ffffff;
    padding: 5px;
    margin-bottom: 3px;
}
a.SelectLinkShort
{
    width: 100%;
    overflow: hidden;
    padding-top: 1px;
    padding-bottom: 1px;
    height: 16px;
	display: block;
	color: #000000;
	text-decoration: none;
}
a.SelectLinkShort:hover
{
	color: #ffffff;
	background-color: #696969;
}
a.SelectLinkShort:active
{
	color: #ffffff;
	background-color: #696969;
}
a.SelectLinkShort:visited
{
	color: #000000;
}
a.SelectLinkShort:visited:hover
{
	color: #ffffff;
	background-color: #696969;
}
a.SelectLink
{
    width: 100%;
    overflow: hidden;
    padding-top: 1px;
    padding-bottom: 1px;
    height: 20px;
	display: block;
	color: #000000;
	text-decoration: none;
}
a.SelectLink:hover
{
	color: #ffffff;
	background-color: #696969;
}
a.SelectLink:active
{
	color: #ffffff;
	background-color: #696969;
}
a.SelectLink:visited
{
	color: #000000;
}
a.SelectLink:visited:hover
{
	color: #ffffff;
	background-color: #696969;
}
a.InlineSelectLink
{
    width: 100%;
    overflow: hidden;
	display: inline-block;
    padding-top:1px;
    padding-bottom:1px;
	color: #000000;
	text-decoration: none;
}
a.InlineSelectLink:hover
{
	color: #ffffff;
	background-color: #696969;
}
a.InlineSelectLink:active
{
	color: #ffffff;
	background-color: #696969;
}
a.InlineSelectLink:visited
{
	color: #000000;
}
a.InlineSelectLink:visited:hover
{
	color: #ffffff;
	background-color: #696969;
}
.CalendarIcon
{
	vertical-align: bottom; 
	margin-bottom: 3px;
}


.Delete
{
    background: url('Images/Delete1.png') no-repeat;
    height: 16px;
    width: 16px;
    color: #ffffff;
	text-decoration: none;
}

.Delete:hover 
{
    background: url('Images/Delete2.png') no-repeat;
	text-decoration: none;
}

.SingleEventCalendar {
    background: url('Images/Calendar1.png?v=2') no-repeat;
    height: 24px;
    width: 24px;
    color: #ffffff;
    text-decoration: none;
    border: none
}

.SingleEventCalendar input {
    visibility: collapse
}

.SingleEventCalendar:hover {
    background: url('Images/Calendar2.png?v=2') no-repeat;
    text-decoration: none;
    cursor: pointer
}

.DownloadCalendarHelp {
    right: 20px;
    top: 65px;
    float: right
}

.Allocate {
   background: url('Images/Add1.png') no-repeat;
   height: 16px;
   width: 16px;
   color: #ffffff;
}

.Allocate:hover 
{
    background: url('Images/Add2.png') no-repeat;
}


/* Side Menu */

a.SideHeaderLink
{
	text-decoration: none;
	Font-Size: 12px;
	color: #000000;
}
a.SideHeaderLink:hover
{
	text-decoration: underline;
	color: red;
}
a.SideHeaderLink:active
{
	text-decoration: underline;
	color: red;
}
a.SideHeaderLink:visited
{
	text-decoration: none;
	color: #000000;
}
a.SideHeaderLink:visited:hover
{
	text-decoration: underline;
	color: red;
}


.SideMenu
{
	margin-top:15px;
	margin-left:7px;
	margin-right:0px;
	margin-bottom:20px;
}
a.SideMenuLink
{
	width: 160px;
	display: block;
	text-decoration: none;
	Font-Size: 14px;
	border: #f0f8ff 1px solid;
	padding: 6px 6px 6px 6px;
	color: #000000;
}
a.SideMenuLink:hover
{
	border: #696969 1px solid;
	color: #ffffff;
	background-color: #696969;
}
a.SideMenuLink:active
{
	border: #dcdcdc 1px solid;
	color: #ffffff;
	background-color: #696969;
}
a.SideMenuLink:visited
{
	border: #f0f8ff 1px solid;
	color: #000000;
}
a.SideMenuLink:visited:hover
{
	border: #696969 1px solid;
	color: #ffffff;
	background-color: #696969;
}
a.SideMenuLinkSelected
{
    width: 160px;
    display: block;
    text-decoration: none;
    Font-Size: 14px;
    border: #696969 1px solid;
	padding: 6px 6px 6px 6px;
    color: #ffffff;
    background-color: #00abd5;
}
a.SideMenuLinkSelected:hover
{
	border: #696969 1px solid;
	color: #ffffff;
	background-color: #696969;
}
a.SideMenuLinkSelected:active
{
    border: #dcdcdc 1px solid;
    color: #ffffff;
    background-color: #00abd5;
}
a.SideMenuLinkSelected:visited
{
	border: #696969 1px solid;
	color: #ffffff;
	background-color: #00abd5;
}
a.SideMenuLinkSelected:visited:hover
{
	border: #696969 1px solid;
	color: #ffffff;
	background-color: #00abd5;
}
.SideMenuSubHeading
{
    width: 160px;
    border-style: solid;
    border-width: 1px;
    border-color: #f0f8ff #f0f8ff #999999 #f0f8ff;
    display: block;
    text-decoration: none;
    Font-Size: 12px;
    padding: 3px 5px 3px 5px;
    color: #000000;
    font-style: italic;
}
a.SideMenuLinkPale
{
    width: 160px;
    display: block;
    text-decoration: none;
    Font-Size: 12px;
    border: #f0f8ff 1px solid;
    padding: 3px 5px 3px 5px;
    color: #666666;
}
a.SideMenuLinkPale:hover
{
	border: #dcdcdc 1px solid;
	color: #ffffff;
	background-color: #696969;
}
a.SideMenuLinkPale:active
{
	border: #dcdcdc 1px solid;
	color: #ffffff;
	background-color: #696969;
}
a.SideMenuLinkPale:visited
{
	border: #f0f8ff 1px solid;
	color: #666666;
}
a.SideMenuLinkPale:visited:hover
{
	border: #dcdcdc 1px solid;
	color: #ffffff;
	background-color: #696969;
}
a.SideMenuLinkPaleSelected
{
	width: 160px;
	display: block;
	text-decoration: none;
	Font-Size: 12px;
	border: #696969 1px solid;
	padding: 3px 5px 3px 5px;
	color: #000000;
	background-color: #dcdcdc;
}
a.SideMenuLinkPaleSelected:hover
{
	border: #dcdcdc 1px solid;
	color: #ffffff;
	background-color: #696969;
}
a.SideMenuLinkPaleSelected:active
{
	border: #dcdcdc 1px solid;
	color: #ffffff;
	background-color: #696969;
}
a.SideMenuLinkPaleSelected:visited
{
	border: #696969 1px solid;
	color: #000000;
	background-color: #dcdcdc;
}
a.SideMenuLinkPaleSelected:visited:hover
{
	border: #dcdcdc 1px solid;
	color: #ffffff;
	background-color: #696969;
}


/* Calendar */

.Calendar99 .ajax__calendar_container {z-index: 99;position:absolute;}
.Calendar98 .ajax__calendar_container {z-index: 98;position:absolute;}
.Calendar97 .ajax__calendar_container {z-index: 97;position:absolute;}
.ajax__calendar_container {border:1px solid #646464;background-color:#ffffff;color:#000000;padding:0px;position:absolute;cursor:default;width:170px;font-size:11px;text-align:center;font-family:tahoma,verdana,helvetica;}
.ajax__calendar_body {height:139px;width:170px;position:relative;overflow:hidden;margin:auto;font-size: 14px;}
.ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years {top:0px;left:0px;height:139px;width:170px;position:absolute;text-align:center;margin:auto;font-size: 14px;}
.ajax__calendar_container TABLE {font-size: 14px;}
.ajax__calendar_header {height:16px;width:100%; background-color: #f0f8ff; padding-top: 2px;font-size: 14px;}
.ajax__calendar_prev {cursor:pointer;width:15px;height:15px;float:left;font-size: 14px;background-repeat:no-repeat;background-position:50% 50%;background-image:url(<%=WebResource("AjaxControlToolkit.Calendar.arrow-left.gif")%>);}
.ajax__calendar_next {cursor:pointer;width:15px;height:15px;float:right;font-size: 14px;background-repeat:no-repeat;background-position:50% 50%;background-image:url(<%=WebResource("AjaxControlToolkit.Calendar.arrow-right.gif")%>);}
.ajax__calendar_title {cursor:pointer;font-weight:bold;font-size: 14px;}
.ajax__calendar_footer {border-top:1px solid #f5f5f5;height:13px; background-color: #f0f8ff; padding-bottom: 2px;font-size: 14px;}
.ajax__calendar_today {cursor:pointer;padding-top:3px;font-size: 14px;}
.ajax__calendar_dayname {border-bottom:1px solid #e5e5e5;height:17px;width:17px;text-align:right;padding:0 2px;font-size: 14px;}
.ajax__calendar_day {border:1px solid #ffffff;height:17px;width:18px;text-align:right;padding:0 2px;cursor:pointer;font-size: 14px;}
.ajax__calendar_month {border:1px solid #ffffff;height:44px;width:40px;text-align:center;cursor:pointer;overflow:hidden;font-size: 14px;}
.ajax__calendar_year {border:1px solid #ffffff;height:44px;width:40px;text-align:center;cursor:pointer;overflow:hidden;font-size: 14px;}
.ajax__calendar_active .ajax__calendar_day {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}
.ajax__calendar_active .ajax__calendar_month {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}
.ajax__calendar_active .ajax__calendar_year {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}
.ajax__calendar_other .ajax__calendar_day {background-color:#ffffff;border-color:#ffffff;color:#646464;}
.ajax__calendar_other .ajax__calendar_year {background-color:#ffffff;border-color:#ffffff;color:#646464;}
.ajax__calendar_hover .ajax__calendar_day {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}
.ajax__calendar_hover .ajax__calendar_month {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}
.ajax__calendar_hover .ajax__calendar_year {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}
.ajax__calendar_hover .ajax__calendar_title {color:#0066cc;}
.ajax__calendar_hover .ajax__calendar_today {color:#0066cc;}





.GC
{
	padding-top: 3px;
	padding-left: 4px;
	padding-right: 4px;
	vertical-align: top;
	border-top: #a9a9a9 1px solid;
}
.GCH
{
    padding-top: 3px;
    padding-left: 4px;
    padding-right: 4px;
    vertical-align: top;
    border-top: #a9a9a9 1px solid;
    background-color: #E7FFCE;
}
.GridCellNoLines
{
	padding-top: 3px;
	padding-left: 4px;
	padding-right: 4px;
	vertical-align: top;
}

.Grid
{
	border-right: #696969 1px solid;
	border-top: #696969 1px solid;
	border-left: #696969 1px solid;
	border-bottom: #696969 1px solid;
	background-color:#ffffff;
	width: 100%;
}
.GridHeader
{
	padding-left:4px;
	padding-right:4px;
}
.GridHeaderRow
{
     background-color: #466075;
     color: White;
     height: 22px;
     vertical-align: Middle
}
.GridRow
{
     height: 22px;
     vertical-align: Middle
}
.GridHeader a
{
	color: #ffffff;
	TEXT-DECORATION: none;
}
.GridHeader a:hover
{
	color: #ffffff;
	text-decoration: underline;
}
.GridHeader a:visited
{
	color: #ffffff;
	text-decoration: none;
}
.GridHeader a:visited:hover
{
	color:#ffffff;
	text-decoration: underline;
}
A.GL
{
	text-decoration: none;
}
A.GL:hover
{
	color: red;
	text-decoration: underline;
}
A.GL:visited
{
	text-decoration: none;
}
A.GL:visited:hover
{
	color:red;
	text-decoration: underline;
}
A.GLB
{
	font-weight: bold;
	text-decoration: none;
}
A.GLB:hover
{
	font-weight: bold;
	color: red;
	text-decoration: underline;
}
A.GLB:visited
{
	font-weight: bold;
	text-decoration: none;
}
A.GLB:visited:hover
{
	font-weight: bold;
	color:red;
	text-decoration: underline;
}

a.FaintLink
{
	color: #696969;
	text-decoration: none;
}
a.FaintLink:hover
{
	color: red;
	text-decoration: underline;
}
a.FaintLink:visited
{
	color:  #696969;
	text-decoration: none;
}
a.FaintLink:visited:hover
{
	color:red;
	text-decoration: underline;
}
a.RemoveLink
{
	color: #696969;
	text-decoration: none;
	margin-left:10px;
}
a.RemoveLink:hover
{
	color: red;
	text-decoration: underline;
	margin-left:10px;
}
a.RemoveLink:visited
{
	color:  #696969;
	text-decoration: none;
	margin-left:10px;
}
a.RemoveLink:visited:hover
{
	color:red;
	text-decoration: underline;
	margin-left:10px;
}
.NoRecordsPanel
{
    width: 100%;
    margin-top: 15px;
    text-align: center;
    font-weight: bold;
}

table.PaddedCheckBoxList td
{
    padding-right: 30px;
    padding-bottom: 5px;
}


.PagingText
{
    color: #696969;
}

.NoRecordsPanel
{
    width: 100%;
    margin-top: 25px; 
    margin-bottom: 50px; 
    text-align:center; 
    font-weight: bold;
}


.BlockCheckBox
{
	display: block;
	white-space: nowrap;
	margin-bottom: 2px;
}
.GridCheckBox
{
	text-align: center;
}
.GridCheckBoxHeader
{
	text-align: center;
	border-bottom: 1px solid #6784B4;
}
table.EditGrid
{
	border-top: #696969 1px solid;
	border-bottom: #696969 1px solid;
	width: 100%;
    border-collapse:collapse; 
}
.EditGridHeader
{
	padding-left:4px;
	padding-right:4px;
	border-right: #696969 1px solid;
	border-left: #696969 1px solid;
}
.EditGridHeaderRow
{
    background-color: #466075;
    color: White;
    height: 22px;
    vertical-align: Middle;
	border-right: #696969 1px solid;
	border-left: #696969 1px solid;
}
.EditGridHeaderRow th
{
    padding-left: 2px;
    padding-right: 5px;
}
.EditGridRow
{
    height: 22px;
    vertical-align: Middle;
	border-right: #696969 1px solid;
	border-left: #696969 1px solid;
	background-color:#ffffff;
}
.EditGridRow td
{
    padding-left: 2px;
    padding-right: 5px;
}
.EventSectionHeader
{
    height: 22px;
    vertical-align: Middle;
    border: none; 
    background-color: transparent;
}
.EGC
{
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
	vertical-align: middle;
	border-top: #a9a9a9 1px solid;
    margin: 0px;
}

.Tag
{
    border: 1px solid #696969;
    padding-left: 8px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 8px;
    margin-top: 2px;
    margin-bottom: 2px;
    display: inline-block;
    background-color: #D5EBFF;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.InformationPanel
{
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 5px 15px 10px 15px;
    border: dotted 1px #696969; 
    background-color: #F9F9F9;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

a.h1Link
{
    font-weight: bold;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #383838;
	text-decoration: none;
}
a.h1Link:hover
{
    color: #CC0000;
    text-decoration: underline;
}
a.h1Link:visited
{
    color: #383838;
	text-decoration: none;
}
a.h1Link:visited:hover
{
    color: #CC0000;
	text-decoration: underline;
}

.LinkButton
{
    border: none;
    background-color: transparent;
    color: #0066cc;
}
.LinkButton:hover
{
	text-decoration: underline;
    cursor: pointer;
}


a.TextLink
{
	text-decoration: none;
    color: #000000;
}
a.TextLink:hover
{
	text-decoration: underline;
    color: #0066cc;
}
a.TextLink:visited
{
	text-decoration: none;
    color: #000000;
}
a.TextLink:visited:hover
{
	text-decoration: underline;
    color: #0066cc;
}

a.eLearningLink {
    text-decoration: none;
    color: #00287A;
}

    a.eLearningLink:hover {
        text-decoration: underline;
        color: #5570A6;
    }

    a.eLearningLink:visited {
        text-decoration: none;
        color: #5570A6;
    }

        a.eLearningLink:visited:hover {
            text-decoration: underline;
            color: #0066cc;
        }


.ReadOnly
{
    border-color: #fbfbfb;
    border-style: solid;
    background-color:Transparent;
}


div.ToolTip
{
    background-color: #FFFFF4;
    border: 1px solid #808080;
    padding: 10px;
    margin: 10px;
    position: absolute;
    z-index: 9999;
    visibility: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #000000;
}

td.ToolTip
{
    text-wrap: none;
    vertical-align: top;
}

div.HelpStyleToolTip
{
    background-color: #F4F4F4;
    border: 1px solid #808080;
    margin: 10px;
    position: fixed;
    z-index: 9999;
    visibility: hidden;
    color: #000000;
}
table.BasicTable
{
    empty-cells: show;
    border-collapse: collapse;
    padding: 0px;
    border-width: 0px
}

table.BasicTable td
{
    padding: 0px;
    border-width: 0px;
    text-wrap: none;
}

table.DataChangeLog
{
    empty-cells: show;
    border-collapse: collapse;

}
table.DataChangeLog td
{
    vertical-align: top;
    border: 1px solid #999999;
    padding: 4px;
}
table.DataChangeLog th
{
    vertical-align: top;
    border: solid 1px #999999;
    padding: 4px;
    background-color: #466075;
    color: White;
    text-align: left;
}

a.ToolTipLink
{
	text-decoration: none;
    color: #0083AC;
    cursor: pointer;
}
a.ToolTipLink:hover
{
	color: red;
	text-decoration: underline;
}
a.ToolTipLink:visited
{
	text-decoration: none;
    color: #0083AC;
}
a.ToolTipLink:visited:hover
{
	color:red;
	text-decoration: underline;
}

p.Instructions {
    font-size: 14px;
    margin-left: 30px;
    width: 1000px;
}

div.ExtranetHeaderPanel {
    margin: 0px;
    height: 70px;
    background-color: #f2f5f5;
    border-bottom: solid 1px #696969;
    padding: 0px 0px 0px 0px;
    vertical-align: middle;
    text-align: center;
}
h1.PageHeader {
    padding-top: 13px;
    margin-top: 0px;
}
span.PageHeader1 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #00287a;
    font-size: 32px;
    font-weight: 700;
}
span.PageHeader2 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 32px;
    color: #00287a;
    font-weight: 700;
}
span.PageHeader3 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 36px;
    color: #00287a;
    font-weight: 700;
}

table.SmallList {
    padding: 0px;
    margin-left:30px;
    margin-top: 30px;
    border-top: solid 2px #00abd5;
}

table.SmallList th {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-bottom: solid 1px #00abd5;
    background-color: #00abd5;
    text-align: left;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

table.SmallList td {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px #00abd5;
    font-size: 16px;
}

table.SmallList td a {
    font-size: 16px;
    display:block;
    height:100%;
    width:100%;
}

table.SmallList td a div {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
}


table.CompactList {
    padding: 0px;
    margin-left:30px;
    margin-top: 30px;
    border-top: solid 2px #00abd5;
}

table.CompactlList th {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: solid 2px #00abd5;
    background-color: #00abd5;
    text-align: left;
    color: #ffffff;
    font-size: 16px;
}

table.CompactlList td {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: solid 2px #00abd5;
    font-size: 16px;
}

table.CompactlList td a {
    font-size: 16px;
    display:block;
    height:100%;
    width:100%;
}

table.CompactlList td a div {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
}


A.GL2
{
	color: #000000;
	text-decoration: none;
}
A.GL2:hover
{
	color: red;
	text-decoration: underline;
}
A.GL2:visited
{
	color: #000000;
	text-decoration: none;
}
A.GL2:visited:hover
{
	color:red;
	text-decoration: underline;
}

td.PossibleVisitTime1 {
    text-align: center;
    padding: 5px;
    border-bottom: solid 1px #696969;
    border-left: solid 1px #696969;
}

td.PossibleVisitTime2 
{
    text-align: center;
    padding: 5px;
    border-left: solid 1px #696969;
}



.DMSCriteria {
    display: block;
    margin-bottom: 5px !important;
    width: 200px;
}

.DMSCheckBox {
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
}

.FileUploadPanel {
    margin-left: 20px;
    margin-top: 20px;
}
.FileUploadDropZone {
    width: 600px;
    border-style: dashed;
    border-width: 2px;
    border-color: #696969;
    padding: 20px 0px 20px 0px;
    text-align: center;
}
.AjaxUploaderCancelAllButton {
    visibility:collapse;
    display: none;
}

.CompactFileUploadDropZone {
    border-style: dashed;
    border-width: 2px;
    border-color: #696969;
    padding: 00px 0px 00px 0px;
    text-align: center;
}


.PortalLabel {
}


.Shared td {
    background-color: #EAEAEA;
}

.Edit
{
    background: url('Images/Edit1.png') no-repeat;
    height: 32px;
    width: 32px;
    color: #ffffff;
	text-decoration: none;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 2px;
    display: block;
}

.Edit:hover 
{
    background: url('Images/Edit2.png') no-repeat;
	text-decoration: none;
    cursor: pointer;
}

#EditDocumentOuterPanel {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: rgba(128, 128, 128, .5);
    z-index: 2000;
}

#EditDocumentInnerPanel {
    margin-top: 75px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 10px;
    width: 1000px;
    border: solid 0px #CCCCCC;
    background-color: #ffffff;
}

#EditMultipleDocumentsOuterPanel {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: rgba(128, 128, 128, .5);
}

#EditMultipleDocumentsInnerPanel {
    margin-top: 75px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 10px;
    width: 1000px;
    border: solid 0px #CCCCCC;
    background-color: #ffffff;
}

#EditOuterPanel {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: rgba(128, 128, 128, .5);
    z-index: 2000;
}

#EditInnerPanel {
    margin-top: 75px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 10px;
    width: 1000px;
    border: solid 0px #CCCCCC;
    background-color: #ffffff;
}


.NoResults {
    margin-left: 20px;
    margin-top: 30px;
    font-size: 24px;
}

.SectionHeader {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    background-color: rgb(45, 62, 75);
    padding: 12px 12px 12px 25px;
    font-size: 20px;
    color: #ffffff;
    margin: 20px 20px 5px 20px;
}

.SectionHeader a {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    color: #000000;
    text-decoration: none;
}

.SectionHeader a:hover {
    color: #000000;
    text-decoration: underline;
}

.SectionBody {
    background-color: #ffffff;
    padding: 0px 12px 12px 25px;
    margin: 0px 20px 20px 20px;
}

.SectionCompletedMessage{
    padding: 10px;
    font-size: x-large; 
    color: #ffffff; 
    margin-top:0px; 
    background-color: #58b947; 
    width: auto; 
    min-width: 1000px;
    display: inline-block;
}

.LaunchAccreditationPro {
    display: block;
    width: 250px;
    background-color: #642566;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    padding: 10px;
    margin-bottom: 8px;
}
    .LaunchAccreditationPro:hover {
    background-color: #f47721;
}

.SelfAssessmentLink {
    display: block;
    width: 250px;
    background-color: #466075;
    color: #ffffff;
    text-decoration: none;
    text-align:center;
    padding: 10px;
    margin-bottom: 10px;
}
    .SelfAssessmentLink:hover {
    background-color: #f47721;

    }

.SelfAssessmentProfileLink {
    display: inline-block;
    width: 200px;
    background-color: #466075;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    padding: 5px;
    margin-bottom: 5px;
}

    .SelfAssessmentProfileLink:hover {
        background-color: #f47721;
    }


.SelfAssessmentIsLockedUntilInvoiceIsPaidPanel {
    display: block;
    width: 250px;
    background-color: #642566;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    padding: 10px;
    margin-bottom: 8px;
}


.OuterResourceContentPanel {
    float: left;
    margin-right: 70px;
    margin-bottom: 60px;
    width: 200px;
    height: 126px;
}

.ResourceContentPanel {
    overflow: hidden;
    width: 200px;
    height: 112px;
    border: 1px solid #C0C0C0;
}

.FeaturedResourceContentPanel {
    overflow: hidden;
    width: 200px;
    height: 112px;
    border: 1px solid #C0C0C0;
}

.ResourceContentTitlePanel {
    overflow: hidden;
    padding: 4px 2px 0px 2px ;
    width: 196px;
    height: 28px;
    font-size: 12px;
    color: #262626;
    font-weight: bold;
    text-align:center; 
    background-color: transparent;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.ResourceDescriptionPanel {
    position: absolute;
    visibility: hidden;
    width: 200px;
    border: 1px solid #666666;
    background-color: #EAEAEA;
    margin-top: -30px;
    z-index: 999;
    -webkit-transition-property: visibility; /* Safari */
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-property: visibility;
    transition-duration: 0.5s;
}

.SectionPanel {
    overflow: hidden;
    height: 112px;
    border: 1px solid #00abd5;
    background-color: #00abd5;
    color: #EAEAEA;
    font-size: 20px;
    text-transform: uppercase;
    padding: 0px 10px;
    font-family: 'Montserrat', sans-serif;
    text-align: right;
}


.SubSectionPanel {
    overflow: hidden;
    height: 112px;
    border: 1px solid #2d3e4b;
    background-color: #2d3e4b;
    color: #EAEAEA;
    font-size: 20px;
    text-transform: uppercase;
    padding: 0px 10px;
    font-family: 'Montserrat', sans-serif;
    text-align: right;
}

.SectionListPanel {
    clear: both;
    height: 30px;
    display: block;
    box-sizing:border-box;
    text-align: left;
    width: 95%;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    background-color: #2d3e4b;
    color: #EAEAEA;
    padding-left: 35px;
    margin-top: 12px;
    margin-bottom: 2px;
    background-repeat:no-repeat;
    background-position-y:center;
    border: none;
    cursor: pointer;

}
.SectionListExpanded {
    background-image: url(/Images/CollapseSection1.png);
    background-color: #00abd5;
}
.SectionListCollapsed {
    background-image: url(/Images/ExpandSection1.png);
    background-color: #2d3e4b;
}
.SectionListStatic {
    clear: both;
    height: 30px;
    display: block;
    box-sizing: border-box;
    text-align: left;
    width: 95%;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    background-color: #00abd5;
    color: #EAEAEA;
    padding-left: 12px;
    padding-top: 5px;
    margin-top: 12px;
    margin-bottom: 2px;
    border: none;
}
.ResourceListPanel {
    display: inline-block;
    background-color: transparent;
    color: #2d3e4b;
    padding-top: 7px;
    padding-left: 20px;
    margin-right: 20px;
}
.SubSectionListPanel {
    clear: both;
    display: block;
    text-align: left;
    width: 95%;
    font-family: 'Montserrat', sans-serif;
    color: #2d3e4b;
    text-transform: uppercase;
    padding-left: 10px;
    margin-top: 12px;
    margin-bottom: 0px;
    border: none;
}


.eLearningSeries {
    clear: both;
    vertical-align: middle;
    display: block;
    text-align: left;
    width: 95%;
    background-color: #F9F9FB;
    margin-top: 25px;
    margin-bottom: 5px;
    cursor: pointer;
    border: solid 1px #F9F9FB;
}

    .eLearningSeries:hover {
        border: solid 1px #cccccc;
    }

.eLearningSeries tr {
    height: 60px;
}

 .eLearningSeries td {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight: bold;
    color: #00287A;
    padding-left: 12px;
    padding-top: 7px;
}

.ResourceColumns {
    width: 95%;
}


tr .Selected {
    background-color: #FFF5BF;
}
tr .NotSelected {
    background-color: #ffffff;
}


#EditDocumentOuterPanel2 {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: rgba(128, 128, 128, .5);
    overflow: scroll;
    z-index: 2000;
}

#EditDocumentInnerPanel2 {
    margin-top: 75px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
    padding-bottom: 10px;
    width: 90%;
    max-width: 800px;
    border: solid 0px #CCCCCC;
    background-color: #ffffff;
}

#SelectDocumentsOuterPanel {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: rgba(128, 128, 128, .5);
    overflow: scroll;
    z-index: 2000;
}

#SelectDocumentsInnerPanel {
    margin-top: 75px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
    padding-bottom: 10px;
    width: 90%;
    max-width: 1200px;
    border: solid 0px #CCCCCC;
    background-color: #ffffff;
}


#UploadDocumentsOuterPanel {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: rgba(128, 128, 128, .5);
    overflow: scroll;
    z-index: 2000;
}
#UploadDocumentsInnerPanel {
    margin-top: 75px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
    padding-bottom: 10px;
    width: 90%;
    max-width: 800px;
    border: solid 0px #CCCCCC;
    background-color: #ffffff;
}



table.Homepage {
    width: 100%;
    border-collapse: collapse;
}
table.Homepage th {
    padding: 2px;
    vertical-align: top;
    font-weight: bold;
    text-align: left;
}
table.Homepage td {
    padding: 2px;
    vertical-align: top;
    border-top: 1px solid #CCCCCC;
}
.HomepageNoRecordsPanel
{
    width: 100%;
    margin-top: 20px; 
    margin-bottom: 20px; 
    text-align:center; 
}


div.WelcomeMessage {
    text-align: center;
    width: 420px;
    min-height: 140px;
    max-height: 300px;
    position: absolute;
    left: 80px;
    top: 100px;
    z-index: 0;
    background-color: rgba(255, 255, 255, 0.92);
    border: solid 2px #2d3e4b; 
    padding: 15px;
}
div.WelcomeMessage .WelcomeLabel {
    color: #2d3e4b;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px;
    text-transform: uppercase;
}
div.WelcomeMessage .WelcomeName {
    color: #2d3e4b;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 36px;
}

div.WelcomeMessageSmall {
    text-align: center;
    width: 420px;
    min-height: 140px;
    max-height: 350px;
    position: absolute;
    left: 80px;
    top: 90px;
    z-index: 50;
    background-color: rgba(255, 255, 255, 0.92);
    border: solid 2px #2d3e4b; 
    padding: 15px;
}
div.WelcomeMessageSmall .WelcomeLabel {
    color: #2d3e4b;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 15px;
    text-transform: uppercase;
}
div.WelcomeMessageSmall .WelcomeName {
    color: #2d3e4b;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 30px;
}






table.ActionPlan {
    padding: 0px;
    border-top: solid 2px #00abd5;
    width: 100%;
}

table.ActionPlan th.ActionPlan {
    padding-left: 10px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 2px #00abd5;
    background-color: #00abd5;
    text-align: left;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

table.ActionPlan th.ActionPlan div {
    font-size: 16px;
}

table.ActionPlan td.ActionPlan {
    padding: 5px;
    border-bottom: solid 2px #00abd5;
    font-size: 16px;
    vertical-align: top;
}

table.ActionPlan td.ActionPlan a {
    font-size: 16px;
    display:block;
    height:100%;
    width:100%;
}

table.ActionPlan td.ActionPlan a div {
    font-size: 16px;
    padding-left: 0px;
    padding-right: 20px;
}








#AddPersonResonsibleOuterPanel {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: rgba(128, 128, 128, .5);
    z-index: 9999;
}

#AddPersonResonsibleInnerPanel {
    margin-top: 200px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 10px;
    width: 550px;
    border: solid 0px #CCCCCC;
    background-color: #ffffff;
    
}



table.News {
    margin-top: 3px;
    margin-bottom: 10px;
}

table.News tr {
    border-bottom: 1px solid #cbcdce;
}

a.NewsThumbnail {
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 4px;
    display: block;
}

a.Headline {
    color: #f47721;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    text-decoration: none;
    display: block;
    margin-top: 4px;
}

a.SubHead {
    color: #262626;
    font-size: 13px;
    padding-top: 3px;
    text-decoration: none;
    display: block;
}

div.NewsDate {
    color: #646464;
    font-size: 12px;
    padding-top: 5px;
}





div.CVNToolTip
{
    background-color: #FFFFCC;
    border: 1px solid #808080;
    padding: 10px;
    margin: 10px;
    position: absolute;
    z-index: 9999;
    top: 200px;
    visibility: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #000000;
}






.EvaluationHeader1
{
    font-weight: bold;
    font-size: 16pt;
    margin-top:10px;
    text-align: center;
}
.EvaluationHeader2
{
    font-weight: bold;
    font-size: 13pt;
    margin-top:10px;
    margin-bottom: 10px;
    text-align: center;
}
.AnswerGrid
{
    border: 1px solid #666666;
    border-collapse:collapse;
    padding:0px;
    margin-left: auto;
    margin-right: auto;
}
.EvaluationSectionHeader
{
    text-align: left;
    background-color: #8AC8FF;
    padding: 10px;
    border-bottom: 1px solid #666666;
}
.QuestionRow
{
}
.Question
{
    text-align: right;
    padding-right: 10px;
    padding-left: 10px;
    text-wrap: normal;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #999999;
}
.Answer
{
    text-align: left;
    text-wrap: none;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #333333;
    border-bottom-color: #999999;
}
.RadioLabel
{
    display: inline-block;
    margin-right: 20px;
}

.ShowFAQ {
    display: inline-block;
    background-color: #00abd5;
    padding: 5px 20px;
    margin: 0px 0px 2px 0px;
    color: #ffffff;
    text-decoration: none;
   
}




#PrintAndExportOuterPanel {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: rgba(128, 128, 128, .5);
    z-index: 2000;
}

#PrintAndExportInnerPanel {
    margin-top: 75px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 10px;
    width: 1000px;
    border: solid 0px #CCCCCC;
    background-color: #ffffff;
}


.HomePageHeaderPanel{
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    padding: 11px 10px; 
    color: #ffffff; 
    font-size: 18px;
}




.SetGridView
{
    background: url('Images/Grid.png') no-repeat;
    width: 24px;
    height: 24px;
	text-decoration: none;
}

.SetGridView:hover 
{
    background: url('Images/Grid2.png') no-repeat;
	text-decoration: none;
}

.SetListView
{
    background: url('Images/List.png') no-repeat;
    width: 24px;
    height: 24px;
	text-decoration: none;
}

.SetListView:hover 
{
    background: url('Images/List2.png') no-repeat;
	text-decoration: none;
}

div.ExtranetBanner {
    width: 100%;
    height: 300px;
    overflow: hidden;
    z-index: -1;
}

.HelpTopicContainer {
    position: relative; 
    display: inline-block; 
    white-space: normal;
}
.HelpTopicHeader {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    background-color: #40ad48; 
    color: #ffffff; 
    padding: 10px; 
    text-align: left;
}
.HelpTopicCloseButton {
    text-align: center;
    right: 4px;
    top: 4px;
    position: absolute;
    width: 20px;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #ffffff;
    padding: 5px;
}
    .HelpTopicCloseButton:hover {
        background-color: #ffffff;
        color: #40ad48;
    }
.HelpTopicBottomLeft {
    text-align: left;
    background-color: #F4F4F4;
    color: #000000; 
    border: solid 1px #696969;
    width: 500px;
    position: absolute;
    right: 0px;
}
.HelpTopicBottomRight {
    text-align: left;
    background-color: #F4F4F4;
    border: solid 1px #696969;
    color: #000000; 
    width: 500px;
    position:absolute;
    left: 0px;
}
.HelpTopicBottomCentre {
    text-align: left;
    background-color: #F4F4F4;
    border: solid 1px #696969;
    color: #000000; 
    width: 500px;
    position:absolute;
    left: -240px;
}
.HelpTopicTopLeft {
    text-align: left;
    background-color: #F4F4F4;
    border: solid 1px #696969;
    color: #000000; 
    width: 500px;
    position:absolute;
    bottom: 32px;
    right: 0px;
}
.HelpTopicTopRight {
    text-align: left;
    background-color: #F4F4F4;
    border: solid 1px #696969;
    color: #000000; 
    width: 500px;
    position:absolute;
    bottom: 32px;
    left: 0px;
}
.HelpTopicLeft {
    text-align: left;
    background-color: #F4F4F4;
    border: solid 1px #696969;
    color: #000000;
    width: 500px;
    position: absolute;
    top: -200px;
    right: 50px;
}
.HelpTopicLeft2 {
    text-align: left;
    background-color: #F4F4F4;
    border: solid 1px #696969;
    color: #000000; 
    width: 500px;
    position:absolute;
    top: -50px;
    right: 20px;
}
.HelpTopicRight {
    text-align: left;
    background-color: #F4F4F4;
    border: solid 1px #696969;
    color: #000000;
    width: 500px;
    position: absolute;
    top: -100px;
    left: 50px;
}
.HeaderPanelHelp {
     position: absolute; 
     right: 20px; 
     top: 65px;
}
.SectionHeaderHelp {
     float: right;
}
.HomePageHelp {
     position: absolute; 
     right: 15px; 
     top: 5px;
}

.ModuleList {
    background-color: #696969;
    padding: 10px;
    color: #ffffff;
    width: 200px;
    position:absolute;
    left: 0px;
    display: none;
    z-index: 1000;
}
.ModuleListIcon {
    position: relative; 
    display: inline-block; 
    top: 4px;
    margin-left: 15px;
}

	
.Prompt
{
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
	font-weight: 400;
	font-size: 16px;
	display: inline-block;
}
.HighlightedDatePanelTitle {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 12px; 
    color: #ffffff
}


.CLOPrompt
{
    color: #2d3e4b;
    font-family: Montserrat, sans-serif;
	font-weight: 400;
	font-size: 18px;
    word-break: break-all;
}
.CLODisplay
{
    color: #2d3e4b;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
	font-weight: 400;
	font-size: 26px;
    word-break: break-word;
}

.AccreditationProductDisplay {
    color: #2d3e4b;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 20px;
    word-break: break-word;
    min-width: 300px;
}

.TelephoneNumberDisplay
{
    color: #2d3e4b;
    font-family: Montserrat, sans-serif;
    text-transform: lowercase;
	font-weight: 400;
	font-size: 20px;
    margin-bottom: 2px;
    word-break: break-all;
}
.TelephoneNumberDisplay a
{
    color: #2d3e4b;
    font-family: Montserrat, sans-serif;
    text-transform: lowercase;
	font-weight: 400;
	font-size: 20px;
	text-decoration: none;

}
.TelephoneNumberDisplay a:hover
{
    color: #2d3e4b;
    text-decoration: underline;
}
.TelephoneNumberDisplay a:visited
{
    color: #2d3e4b;
	text-decoration: none;
}
.TelephoneNumberDisplay a:visited:hover
{
    color: #2d3e4b;
	text-decoration: underline;
}


.SelectStandardsFramework {
    background-color: #696969;
    color: #ffffff;
    padding: 10px 20px;
    margin: 10px 10px 0px 10px;
    border: solid 1px  #696969;
    cursor: pointer;
}
.SelectStandardsFramework:hover {
    background-color: #00abd5;
}
.SelectStandardsFrameworkHighlight {
    background-color: #00abd5;
    color: #ffffff;
    padding: 10px 20px;
    margin: 10px 10px 0px 10px;
    border: solid 1px #00abd5;
    cursor: pointer;
}

.SideMenuSectionHeader{
    background-color: #00abd5; 
    padding: 7px;
    margin-bottom: 7px;
}

.SideMenuSectionHeader span{
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    color: #ffffff; 
}




.FirstVisitOuterPanel {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: rgba(128, 128, 128, .5);
    z-index: 2000;
    display:block;
}

.FirstVisitInnerPanel {
    margin-top: 75px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 10px;
    width: 940px;
    border: solid 0px #CCCCCC;
    background-color: #ffffff;
    padding: 50px;
}



.ModalitiesList {
    background-color: #696969;
    padding: 10px;
    color: #ffffff;
    width: 200px;
    position:absolute;
    right: 0px;
    display: none;
    z-index: 1200;
}
.ModalitiesListIcon {
    background-color: #696969;
    padding: 4px 8px;
    color: #ffffff;
    display: inline-block; 
    margin-left: 15px;
}

#FeedbackPanel {
    z-index: 9999;
    color: #ffffff;
    font-size: 14px;
    position: absolute;
    top: 54px;
    right: 0px;
    padding: 25px;
    width: 320px;
    background-color: rgb(45, 62, 75);
    visibility: hidden;
    -webkit-transition-property: visibility; /* Safari */
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-property: visibility;
    transition-duration: 0.5s;
}
#FeedbackPanel a {
    color: #ffffff;
    font-size: 14px;
    text-decoration:none;
}
#FeedbackPanel a:hover {
    color: #ffffff;
    font-size: 14px;
    text-decoration:underline;
}

.DisplayAreaHeader {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    background-color: #f2f5f5;
    color: #000000;
    cursor: pointer;
    padding: 30px 0px 0px 0px;
    height: 50px;
    text-align: center;
    font-size: 18px;
}
.DisplayAreaHeaderBase {
    background-color: #00abd5;
    width: 100%;
    height: 10px;
}

.ResourceListLink2 {
    display: block;
    text-decoration: none;
    color: #000000;
    width: 95%;
    margin-top: 12px;
    margin-bottom: 2px;
    border: solid 1px transparent;
}
    .ResourceListLink2:hover {
        border: solid 1px #cbcdce;
    }
.ResourceListPanel2 {
    text-align: left;
}
.ResourceTitle2 {
    font-size: 18px;
    font-weight: bold;
    padding-left: 5px;
    padding-top: 3px;
}
.ResourceDescription2 {
    padding-left: 5px;
    padding-top: 8px;
}



.AssessmentSearchCriteria {
    display: block;
    margin-bottom: 5px !important;
    width: 200px;
}
.AssessmentSearchTextBox {
    margin-bottom: 5px !important;
    width: 55px;
    margin-left: 3px;
    margin-right: 3px;
}

.AssessmentSearchWatermark {
    margin-bottom: 5px !important;
    width: 55px;
    font-size: 12px;
    margin-left: 3px;
    margin-right: 3px;
    color: #666;
}


table.PagedGrid {
    padding: 0px;
    border-top: solid 2px #00abd5;
    width: 100%;
}

    table.PagedGrid th.PagedGrid {
        padding-left: 5px;
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: solid 2px #00abd5;
        background-color: #00abd5;
        text-align: left;
        color: #ffffff;
        font-size: 16px;
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
    }

        table.PagedGrid th.PagedGrid div {
            font-size: 16px;
        }

th.PagedGrid a {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
}
th.PagedGrid a:hover {
    text-decoration: underline;
}

    table.PagedGrid td.PagedGrid {
        padding: 5px;
        border-bottom: solid 2px #00abd5;
        font-size: 16px;
        vertical-align: top;
    }

        table.PagedGrid td.PagedGrid a {
            font-size: 16px;
            display: block;
            height: 100%;
            width: 100%;
        }

            table.PagedGrid td.PagedGrid a div {
                font-size: 16px;
                padding-left: 0px;
                padding-right: 20px;
            }

.PagedGridNoRecordsPanel {
    margin-top: 80px;
    margin-right: auto;
    margin-left: auto;
    width: 400px;
    border: 1px solid #999999;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #FFFFFF;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
}

.PendingNominationMessage {
    margin-top: 10px;
}

.UnsuccessfulNominationMessage {
    margin-top: 10px;
}

.SuccessfulNominationMessage {
    margin-top: 10px;
}

.OpenForNominationsMessage {
    margin-top: 10px;
}

.SetMapView {
    background: url('Images/Map.png?v=5') no-repeat;
    background-position: top;
    width: 48px;
    height: 60px;
    text-decoration: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #000000;
}

    .SetMapView:hover {
        background: url('Images/Map2.png?v=5') no-repeat;
        text-decoration: underline;
        color: #00abd5;
    }

.SetListView48 {
    background: url('Images/ListView.png?v=5') no-repeat;
    background-position: top;
    width: 48px;
    height: 60px;
    text-decoration: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #000000;
}

    .SetListView48:hover {
        background: url('Images/ListView2.png?v=5') no-repeat;
        text-decoration: underline;
        color: #00abd5;
    }

a.LinkButton {
    display: block;
    background-color: #696969;
    color: #ffffff;
    padding: 10px 20px;
    margin: 10px 0px;
    border: solid 1px #696969;
    cursor: pointer;
    text-decoration:none;
    width: auto;
}
a.LinkButton:hover {
    background-color: #00abd5;
    text-decoration:none;
}



table.ReadOnlyVisitTimes {
}

table.ReadOnlyVisitTimes td.ReadOnlyVisitTime1 {
        text-align: center;
        padding: 5px;
        border-bottom: solid 1px #696969;
        border-left: solid 1px #696969;
    }

table.ReadOnlyVisitTimes td.ReadOnlyVisitTime2 {
    text-align: center;
    padding: 5px;
    border-left: solid 1px #696969;
}

.AssessorHeaderPanel {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    padding: 11px 10px;
    color: #ffffff;
    font-size: 18px;
}

.ERSearchPanelStyle {
    overflow-y: auto;
    height: 200px;
    position: absolute;
    background: white;
    display: none;
    overflow-x: hidden;
    overflow-wrap: break-word;
    padding-right: 15px;
    border: 1px solid lightgrey;
}

.ERSearchPanelStyle table {
    width:inherit;
}

.ERSearchPanelStyle tr:hover {
    background: #f2f5f5;
    cursor:pointer;
}



.AssessmentRoleHeader {
    margin: 10px 0px 5px 0px;
    width: 840px;
    border-collapse: collapse;
}

    .AssessmentRoleHeader td {
        background-color: #223E52;
        color: #ffffff;
        font-size: 16px;
        font-weight: bold;
        padding: 6px 0px 6px 6px;
    }

.AssessmentRequirementPanel {
    border: 1px solid #CCCCCC;
    background-color: #ffffff;
    padding: 4px;
    margin-top: 0px;
    margin-bottom: 5px;
    display: block;
    width: 830px;
}

    .AssessmentRequirementPanel .AssessmentRequirementPanel {
        border: 1px solid #CCCCCC;
        padding: 4px;
        margin-top: 2px;
        display: block;
        width: 98%;
    }

    .AssessmentRequirementPanel:hover {
        border: 1px solid #696969;
    }

.AssessmentRequirementHeader {
    font-size: 14px;
    font-weight: bold;
}

.AssessmentRequirementSaveButton {
    margin-top: 10px;
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 15px;
    padding-right: 15px;
}

.DisableFields {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.EnableFields {
    opacity: 1;
    cursor: auto;
    pointer-events: auto;
}