/*RESKIN*/

/* CIRBI-2220 DocumentBatch loading indicator */
.docBatchSpin::before {
  animation: 1.5s linear infinite spinner;
  animation-play-state: inherit;
  border: solid 5px #cfd0d1;
  border-bottom-color: #1c87c9;
  border-radius: 50%;
  content: "";
  height: 40px;
  position: absolute;
  top: 200px;
  left: 49%;
  transform: translate3d(-50%, -50%, 0);
  width: 40px;
  will-change: transform;
}

@keyframes spinner {
	0% {
		transform: translate3d(-50%, -50%, 0) rotate(0deg);
	}
	100% {
		transform: translate3d(-50%, -50%, 0) rotate(360deg);
	}
}

/*Contact Us link*/
[data-display-name="Folder Navigator"] A:LINK:not(.TransparentButton, .HeaderMajorTabContentsOverflow A){
	/*WLL-15Mar2021-CIRBI-599-Override ClickPortal.css*/
	color: #FFFFFF;
}

/*Registration link*/
[data-display-name="Do you need to register"] A:LINK:not(.TransparentButton, .HeaderMajorTabContentsOverflow A){
	/*WLL-15Mar2021-CIRBI-599-Override ClickPortal.css*/
	color: #FFFFFF;
}

/*User, My Home links*/
[data-display-name="Login"] A:LINK:not(.TransparentButton, .HeaderMajorTabContentsOverflow A){
	/*WLL-15Mar2021-CIRBI-599-Override ClickPortal.css*/
	color: #FFFFFF;
}

/*Submissions page - table with links to Committees/Meetings/Reports*/
[data-display-name="IRB Operations"] A:LINK:not(.TransparentButton, .HeaderMajorTabContentsOverflow A){
	/*WLL-15Mar2021-CIRBI-599-Override ClickPortal.css*/
	color: #FFFFFF;
}

/*Submissions page - table with links to other submissions (CR/Terminations, Generic Materials, etc)*/
[data-display-name="Other Submissions"] A:LINK:not(.TransparentButton, .HeaderMajorTabContentsOverflow A){
	/*WLL-15Mar2021-CIRBI-599-Override ClickPortal.css*/
	color: #FFFFFF;
}

/*Submissions page - table with links to other areas (Invoicing, Generic Materials, Site Submissions, etc)*/
[data-display-name="Other Submissions Site Managers Only"] A:LINK:not(.TransparentButton, .HeaderMajorTabContentsOverflow A){
	/*WLL-15Mar2021-CIRBI-599-Override ClickPortal.css*/
	color: #FFFFFF;
}

/*Organizations page - link to Meetings*/
TD.Column1banner [data-display-name="Links"] A:LINK:not(.TransparentButton, .HeaderMajorTabContentsOverflow A){
	/*WLL-15Mar2021-CIRBI-599-Override ClickPortal.css*/
	color: #FFFFFF;
}

/*References page - table with links to reference materials*/
TD.Column1banner TD.List A.FolderNav1:LINK:not(.TransparentButton, .HeaderMajorTabContentsOverflow A){
	/*WLL-15Mar2021-CIRBI-599-Override ClickPortal.css*/
	color: #FFFFFF;
}

#AccountDropDownLink {
	/*WLL-15Mar2021-CIRBI-599-Override ClickPortal.css*/
	color: #FFFFFF;
}

A {
    text-decoration: none;
}
A:ACTIVE {
	color : #095DBE;
}
A:LINK	{
	color : #095DBE;
	/*color: #FFFFFF; */
}
A:HOVER 	{
    color : #00BBFE;
	text-decoration: underline;
}
A:HOVER:not(.TransparentButton) {
    color : #00BBFE;
	text-decoration: underline;
}

A:VISITED {	
	color : #7030a0;
}
BODY,P,DIV,TR,TD,CENTER,TABLE,SELECT,TEXTAREA, INPUT {
	font : 13px Arial, Helvetica, sans-serif;
}
HR	{
	border : thin solid #E5DCCF;
}
H1	{
	font: 20px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #007298;
	margin-top: 15px;
	margin-bottom: 15px;
}
H3.RoomComponentTitle {
	font-size: 16px;
}

A.AccountDropdown {
	color: #FFFFFF;
}
.BreadCrumbOpener, .Icon-Breadcrumb
{
	display: none;
}
.Breadcrumb, .Breadcrumb:link, .Breadcrumb:active, .Breadcrumb:visited	{
	color: #1678A4;
	font-weight: normal;
}
.Breadcrumb:hover {
	color: #006666;
}
.BreadcrumbArea	{
    background-color: #FFFFFF;
	color: #1678A4;
	/*border-bottom: 1px solid #2D3249; */
}
.BreadcrumbRule	{
    background-color: #003366;
}
.BreadcrumbTarget, .BreadcrumbTarget:link, .BreadcrumbTarget:active, .BreadcrumbTarget:visited {
	color: #1678A4;
}
.BreadcrumbTarget:hover {
	color: #1678A4;
	font-weight: bold;
	text-decoration: none;
}
.Button, .Button2, .button2 {
	background-color: #DBDBDB;
	color: #000000;
}
.Button:hover, .Button2:hover, .button2:hover {
	background-color: #34B4E3;
	color: #000000;
}
.Button:focus, .Button2:focus, .button2:focus {
	background-color: #A5F3FE;
	color: #000000;
}
.ComponentBodyArea {
	vertical-align: bottom;
}
.ComponentMarginTop {
	margin-top: 0px;
}
.ComponentText:link, .ComponentText:active, .ComponentText:visited {
    text-decoration: none;
}
.ComponentText:hover	{
    	color : #00BBFE;
	text-decoration: underline;
}

/* Standard - Default */
.ComponentHeaderTable {
	background-color: #007298;
}
/*Standard - Fill*/
.ComponentStyle_StandardFill .ComponentBodyTable {
	background-color: #D9CEBD;
}
.ComponentStyle_StandardFill .List {
    border-top: 1pt solid #7A7BAF;
}

/*Standard - NoHeader*/
.ComponentStyle_StandardNoHeader .ComponentHeaderTitle {
	background-color: #EEE;
}
.ComponentStyle_StandardNoHeader .ComponentBodyTable {
	background-color: #EEE;
}

/* Custom Login Component */
.ComponentCustomLogin {
	background-color: #4D525A;
}
.ComponentCustomLogin H3 {
	font: 13px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.ComponentCustomLogin INPUT[type=checkbox] + label.ReplaceWithIcon::before {
	color: #FFFFFF;
}
.HideInitialComponent {
	display: none;
}
/* Custom Gray Fill Component */
.ComponentCustomGray {
	background-color: #EDEDED;
}
.ComponentCustomGray .RoomComponentTitle {
	padding-bottom: 6px;
	padding-top: 6px;
	padding-left: 2px;
}
.ComponentCustomGray .RoomComponentTitleArea {
	background-color: #CCCCCC;
	display: block;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
}
.ComponentCustomGray .RoomComponentTitleArea > H3 {
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: bold;
}
DIV.ComponentCustomGray > DIV.RoomComponentTitleArea + DIV {
	display: none;
}
/*Standard - WhiteHeader*/
.ComponentStyle_StandardWhiteHeader .ComponentHeaderTable {
	background-color : transparent;
}
.ComponentStyle_StandardWhiteHeader .ComponentHeaderImage {
	display : none;
}
.ComponentStyle_StandardWhiteHeader .ComponentHeaderTitle {
	color : #FFF;
	padding-left : 5px;
}
.ComponentStyle_StandardWhiteHeader .List {
    border-top: 1pt solid #7A7BAF;
}
.ComponentStyle_StandardWhiteHeader .Success {
    	color: #FFF;
	padding-left : 5px;
}
/*Standard - WhiteHeader/Fill*/
.ComponentStyle_StandardWhiteHeaderFill .ComponentHeaderTable {
	background-color : transparent;
}
.ComponentStyle_StandardWhiteHeaderFill .ComponentHeaderImage {
	display : none;
}
.ComponentStyle_StandardWhiteHeaderFill .ComponentHeaderTitle {
	background-color: #4D525A;
	color : white;
	padding-left : 5px;
}
.ComponentStyle_StandardWhiteHeaderFill .ComponentBodyTable {
	background-color: #76C4D5 !important;
}
.ComponentStyle_StandardWhiteHeaderFill .List {
    /*border-top: 1pt solid #7A7BAF;*/
    background-color: #76C4D5 !important;
}
.ComponentStyle_StandardWhiteHeaderFill .Success {
    	color: #FFF;
	padding-left : 5px;
}
/*Special - Clear Header/Fill*/
.ComponentStyle_SpecialClearHeaderFill .ComponentHeaderTable {
	background-color : #FFFFFF;
}

.ComponentStyle_SpecialClearHeaderFill  .ComponentHeaderImage {
	display : always;
}
.ComponentStyle_SpecialClearHeaderFill  .ComponentHeaderTitle {
	display : always ;
}
.ComponentStyle_SpecialClearHeaderFill .ComponentBodyTable {
	background-color : #4D525A !important;
}
.ComponentStyle_SpecialClearHeaderFill .List {
	background-color : #4D525A !important;
    border-bottom: 2pt solid #626973;
	border-top: 0pt solid #2e3136;
	color : #FFFFFF;
}

.ComponentStyle_SpecialClearHeaderFill A:LINK {

	color : #FFFFFF;
}

/*Special - Clear Header/BlueFill*/
.ComponentStyle_SpecialClearHeaderBlueFill TD, .ComponentStyle_SpecialClearHeaderBlueFill SPAN, .ComponentStyle_SpecialClearHeaderBlueFill DIV, .ComponentStyle_SpecialClearHeaderBlueFill P {
	color : #FFFFFF;
}
.ComponentStyle_SpecialClearHeaderBlueFill A:link, .ComponentStyle_SpecialClearHeaderBlueFill A:active, .ComponentStyle_SpecialClearHeaderBlueFill A:visited {
	color : #FFFFFF;
}
.ComponentStyle_SpecialClearHeaderBlueFill A:hover {
	color: #FFFFFF;
}
.ComponentStyle_SpecialClearHeaderBlueFill .ComponentHeaderTable {
	background-color : transparent;
}
.ComponentStyle_SpecialClearHeaderBlueFill  .ComponentHeaderImage {
	display : none;
}
.ComponentStyle_SpecialClearHeaderBlueFill  .ComponentHeaderTitle {
	display : none;
}
.ComponentStyle_SpecialClearHeaderBlueFill .ComponentBodyTable {
	background-color: #7A7BAF;
	border: 1px solid #2D3249;
}
.ComponentStyle_SpecialClearHeaderBlueFill .List {
    /*border-top: 1pt solid #FFFFFF;*/
	color : #FFFFFF;
}

/*Special - Clear No Rule */
.ComponentStyle_SpecialClearNoRule .ComponentHeaderTable {
 background-color : transparent;
}
.ComponentStyle_SpecialClearNoRule .ComponentHeaderImage {
 display : none;
}
.ComponentStyle_SpecialClearNoRule .ComponentHeaderTitle {
 display : none;
}
.ComponentStyle_SpecialClearNoRule .List {
 border-top: none;
}
.DisplayHead, .DisplayHeadSort {
	font-weight: normal;
	background-color : #CDE6F7;
	color: #000000;
}
.DisplayHead:link, .DisplayHead:active, .DisplayHead:visited, a.DisplayHead:hover {
	color: #000000
}
DIV.BreadCrumbDropLayout {
	border: none;
	display: inline;
	box-shadow: none;
	position: relative;
	z-index: 25;
	left: 0.5em;
	bottom: -0.3em;
	padding-left: 0em;
}
.DRSV-PagingBarArea {
	background-color: #DCDDDD;
	height: 36px;
}
.DRSV-ToolArea {
	border-color: #0078A3;
	border-style: solid;
	border-width: 2px;
}
.FolderNav1, .FolderNav1:link, .FolderNav1:active, .FolderNav1:visited {
	color : #FFFFFF;
	font-weight : normal;
	font-size : 13px;
}
.FolderNav1:hover {
	color : #006666;
}
.FolderNav2, .FolderNav2:link, .FolderNav2:active, .FolderNav2:visited {
	color : #11194B;
	font-size : 8pt;
}
.FolderNav2:hover {
	color : #006666;
}
.FolderNav3, .FolderNav3:link, .FolderNav3:active, .FolderNav3:visited {
	color : #11194B;
	font-size : 8pt;
}
.FolderNav3:hover {
	color : #006666;
}
.FooterText {
	color: #808080;
	font-family : "Times New Roman", Times, serif;
}
.FooterText:link, .FooterText:active, .FooterText:visited {
	color : #0033CC;
	font-family : "Times New Roman", Times, serif;
}
.FooterText:hover {
	color : #006666
	font-family : "Times New Roman", Times, serif;
}
.FormHead {
	font-weight: bold;
	/*color : #000000;
	background-color : #DECFBD; */
	background-color: #0078A3;
	/*background : url(images/custom/BannerBG.jpg) repeat-x top*/
	border-top: 1px solid #7A7BAF; 
	border-bottom: 1px solid #7A7BAF; 
}
.GlobalNavigation {
	border-bottom: 0px;
	box-shadow: none;
}
.HeaderMajorTabContentsOverflow {
	background-color: #0078A3;
}
.HeaderMajorTabContentsOverflow A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
}
.HeaderMajorTabContentsOverflow A:hover {
	text-decoration: none;
}
.HeaderMajorTabRow {
	border-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.HeaderMajorTabRow .HeaderTabContents A:hover {
	background-color: #0078A3;
	text-decoration: none;
}
.HeaderMajorTabRow .HeaderTabContents a.BreadCrumbOpener {
	padding-right: 0px;
	padding-left: 0px;
	width: 0.01% !important;
}
.HeaderMajorTabRow .HeaderTabContents A.BreadCrumbOpener:hover {
	background-color: #FFFFFF;
}
.HeaderMajorTabRow .HeaderTabContents A, .HeaderMajorTabRow .HeaderTabContents .Filler {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.HeaderMajorTabRow .HeaderTabContents a:hover, .HeaderMajorTabRow .HeaderTabContents a:focus {
	color: #FFFFFF !important;
}
.HeaderMajorTabRow .HeaderTabContents a, .HeaderMajorTabRow .HeaderTabContents .Filler {
	color: #0078a3 !important;
	border-right: 0px;
	border-left: 0px;
	font-size: 13pt;
}
.HeaderMajorTabRow .HeaderTabContents A.Selected {
	background-color: #76C4D5;
	color: #76C4D5;
	border-bottom: 0px;
}
.HeaderMajorTabRow .HeaderTabContents A.Selected:hover {
	background-color: #0078A3;
}
.HeaderMajorTabRow .HeaderTabContents a.Selected {
	color: #FFFFFF !important;
}
.HeaderMajorTabRow .HeaderTabContents {
	margin-left: 0px;
}
/* Header Minor Row config */
input + label.ReplaceWithIcon:before {
	/*color: #FFFFFF;*/
}
.LegacyRoomComponent {
	margin-top: 0px;
}
.Label1 {
    color: #000000;
    font-weight: bold;
}
.LoginArea {
	/*background-color: white; */
	background-color: #4D525A;
	padding: 10px;
	color: #FFFFFF;
}
.LoginFooter {
	background-color: #4D525A;
	display: none;
}
.LoginRoomComponent {
	margin: 0px;
}
.LoginTitleArea {
	border-bottom: 15px solid #007298;
	padding-top: 10em;
}
MAIN:not([SessionExpirationDialog]) {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	border-left: 0px;
	border-right: 0px;
}
.MenuLinks {
	width: 100%;
	padding: 0px;
	/*padding-right: 0px;
	padding-bottom: 9px;*/
}
.NavigationTabContent {
	padding: 1em;
	margin: 0px;
	offset: 0px;
	border-top: 5px solid #0078A3;
}
.NavigationTabControl {
	margin-bottom: 0px;
}
.NavigationTabControl a:hover {
	text-decoration: none;
}
.NavigationTabControl .active, .NavigationTabControl .active:hover, td.TabOn {
	color: #FFFFFF !important;
	background: #0078A3;
}
.NavigationTabControl a, td.TabOn, td.TabOff {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000 !important;
	background: #DBDBDB;
}
.NavigationTabSpacer {
	background: #DBDBDB;
}
.NoFilterBorder .DRSV-ToolArea {
	border-width: 0px;
}
.PageBarArea {
	background-color : #DDDEDE;
	border-bottom : 1px solid white;
}
.PageHead {
    font-size: 14pt;
	font-weight: bold;
    color: #0078A3;
    font-family: Arial, Helvetica, sans-serif;
}
.Required {
	font-weight: normal;
	color : #FF3333;
}
.RequiredSpan {
	width: 0px;
	font-weight: normal;
	color: #FF3333; 
}
.ResponseNote {
    background-color: #EDF9FD;
    padding: 5px;
    width: 100%;
}
.ResponseTitle {
    background-color: #EDF9FD;
    border-top: 1px solid #009900;
    padding: 5px;
    width: 100%;
}
.RoomComponent {
	padding: 0px;
}
.RoomComponentTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.Single{
	line-height : 10px;
}
.SubTabArea {
	background-color : #006666;
	border-bottom : 4px solid #FFFFFF;
	padding-left : 4px;
	padding-right : 4px;
	text-align : bottom;
}
.SubTabOff {
	font : bold 8pt;
	color : #FFF;
	border-left : 4px solid #006666;
	padding-left : 8px;
	padding-right : 8px;
}
.SubTabOff:link, .SubTabOff:active, .SubTabOff:visited {
	color : #FFF;
	border-left : none;
	padding-left : none;
	padding-right : none;
}
.SubTabOff:hover {
	color : #005A5A;
}
.SubTabOn {
	font : bold 8pt;
	color : #000000;
	background-color : #FFFFFF;
	border-left : 4px solid #006666;
	padding-left : 8px;
	padding-right : 8px;
}
.SubTabOn:link, .SubTabOn:active, .SubTabOn:visited {
	color : #000000;
	border-left : none;
	padding-left : none;
	padding-right : none;
}
.SubTabOn:hover {
	color : #000000;
	text-decoration : none;
}
.Success {
    color: #339933;
}
.TabBar {
	background-color : #0078A3;
}
.TabOff, .TabOff:link, .TabOff:active, .TabOff:visited {
	background-color: #DDDEDE;
	color : #000000;
}
.TabOff:hover {
	color : #006666;

}
.TabOff {
	border-bottom: 2px solid #76C4D5;
}
.TabOn, .TabOn:link, .TabOn:active, .TabOn:visited {
	font-weight: bold;
	color : #FFFFFF;
	background-color : #0078A3;
}
.TabOn:hover {
	color : #FFFFFF;
	text-decoration : none;
}
td[id$="_filterBar"] {
	background-color : white;
	border : 2px solid #0078A3;
}
td.Column1B + td {
    background-color: #4D525A;
}
TD.Column1banner {
	background-color: #4D525A;
}
.TitleStyle{
	color : #1678A4;
	font-weight: bold;
	font-size: 16px;
	font: Arail, regular;
}
.TobBarUpperBorder {
	border-bottom: 0px;
	height: 0px;
}
.ToolArea {

	background-color : #F2F2F2;
	/*border : 2px solid #007298;*/
}
.TopNavAreaLeft	{
	background-Color: #0078A3;
	border-bottom: 0px;
	height:70px;
	padding: 0px;
	width: 225px;
}
.TopNavAreaLeft img {
	/*
	position: absolute;
	top:0;
	*/
	vertical-align: middle;
	
}
.TopNavRegion {
	display:inline-block;
	/*width: 240px; */
	height: 70px;
	line-height: 70px;
	background: url('../custom/images/cropknot_trans.png');
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-position: left;
    /*opacity : 0.2;*/
}

.TopNavAreaRight {
	/*background: url('../../../CIRBIDev/Doc/0/RF8RLB9JVL14J1L6BVBUOQPI68/cropknot.png');
    background-repeat: no-repeat;
    background-attachment: fixed;*/
	background-Color: #0078A3;
	/*border-bottom: 5px solid #006666;*/
	padding: 0px;
	color: #FFFFFF;
}
.TopNavTabArea {
	background-color: #FFFFFF;
	/*border-left: 7px solid #007298;*/
}
.TopNavTabBar {
	background-color: #FFFFFF;
}
.TopNavTabOn, .TopNavTabOn:link, .TopNavTabOn:active, .TopNavTabOn:visited {
    font-weight: bold;
	color: #FFFFFF;
	background-color: #76C4D5;
	/*
	border-left: 1px solid #D9CEBD; 
	border-top: 1px solid #D9CEBD; 
	border-right: 1px solid #2D3249; 
	*/
	line-height : 23px;
}
.TopNavTabOn:hover {
	color: #0078A3;
	background-color: #1578A3;
	
	text-decoration : none;
}
.TopNavTabOff, .TopNavTabOff:link, .TopNavTabOff:active, .TopNavTabOff:visited {
	font-weight: bold;
	color: #0078A3;
	background-color: #FFFFFF;
	/*
	border-left: 1px solid #006666; 
	border-top: 1px solid #006666; 
	border-right: 1px solid #006666;
	*/
	line-height : 23px;
}
.TopNavTabOff:hover {
	color: black !important;
	background-color: white !important;
}
.TopNavText {
	color : #FFFFFF;
}
.TopNavText:link, A.TopNavText:active, A.TopNavText:visited {
	color : #FFFFFF;
}
A.TopNavText:hover {
	color : #FFFFFF;
}
.TopNavTitleText {
	color : #000;
}

/* START Layout Studio Classes */

.BannerLeft {
	background: url(images/custom/topBanner-area0.png);
    background-size: cover;
    height: 63px;

	/*background-color : white;*/
	/*background : url(images/custom/topBanner-area0.png) repeat-x top;*/
}
.BannerRight {
	/*background-color : white;*/
	background : url(images/custom/topBanner-area1.png) repeat-x top;
	background-size: cover;
	height: 63px;
	/*color: #007298;*/
	/*padding-left: 50px;*/
}
.CurrentState {
	background-color : #F2C810;
	color: #000000;
	border-left : 3px solid #F2EBB6;
	border-top: 3px solid #F2EBB6;
	border-right : 3px solid #BFAA0A;
	border-bottom : 3px solid #BFAA0A;
	font : bold 10pt;
}
.1Column {
	background-color : #FFF;
	background : url(images/custom/TopDropMain.gif) repeat-x top;
	border-top: 1px solid #7A7BAF; 
	padding : 10px;
	vertical-align: top;
}
.1ColumnB {
	background-color : #FFF;
	padding : 10px;
	vertical-align: top;
}
.Column1banner {
	background-color : #4D525A;
	/*border-top: 10px solid #0078A3; 
	border-left: 1px solid #57618D; 
	border-right: 1px solid #636D96;*/
	width: 200px;
/*	padding-right: 20px;*/
	vertical-align: top;
	color: #ffffff;
}
.Column1banner .List {
	background-color: white;
}
.Column1banner a:link, .Column1banner a:ACTIVE, .Column1banner a:visited {
	color: #FFFFFF
}
.Column1banner a:hover {
	color: #00BBFE
}
.Column1 {
	background : #4D525A url(images/custom/TopDropSide.gif) repeat-x top;
	border-top: 1px solid #7A7BAF; 
	border-left: 1px solid #57618D; 
	border-right: 1px solid #636D96;
	width: 204px;
	vertical-align: top;
}
.Column1B {
	background-color : #4D525A;
	/*border-bottom: 1px solid #2D3249; 
	border-left: 1px solid #57618D; 
	border-right: 1px solid #636D96;*/
	vertical-align: middle;
}
.Column1Paging {
	width: 340px;
}
.Column1Paging div {
	padding-bottom: 0px !important;
}
.Column1Paging .DRSV-ToolArea {
	display: none;
}
.Column2banner {
	/* border-top: 1px solid #7A7BAF; */
	padding-left: 0px;
	padding-right: 0px;
	Padding-top: 0px;
	vertical-align: top;
}
.Column2 {
	background : url(images/custom/TopDropMain.gif) repeat-x top;
	border-top: 1px solid #7A7BAF; 
	padding: 10px;
	vertical-align: top;
}
.Column2B {
	padding: 10px;
	vertical-align: top;
}
.Column3 {
	background : url(images/custom/TopDropMain.gif) repeat-x top;
	border-top: 1px solid #7A7BAF; 
	padding: 10px;
	width: 200px;
	vertical-align : top;
}
.FooterArea {
	background-color: #4D525A;
	color: #FFFFFF;
	font: 13px,  Arial, Helvetica, sans-serif;
	/*font-family : "Times New Roman", Times, serif;*/
	text-align : center;
	/*
	padding : 5px 0px 0px 0px;
	margin-left: 60px;
	border-top : 2px solid #007298;
	width: 540px;
	*/
}
.FooterArea2 {
	padding : 10px 0px 0px 0px;
	border-top : 2px solid #007298;
	width: 135px;
}
.FooterArea3 {
	padding : 15px 0px 0px 0px;
	border-top : 2px solid #007298;
	width: 70px;
}
.FooterArea4 {
	padding : 15px 0px 0px 0px;
	border-top : 2px solid #007298;
}
.FooterText {
	color: #999;
	font-family : "Times New Roman", Times, serif;
	font-size: xx-small;
	text-align : right;
}

.FooterTextLeft {
	text-align : Left;
}

.FooterText:link, .FooterText:active, .FooterText:visited {
	color: #999;
	font-family : "Times New Roman", Times, serif;
}
.FooterText:hover {
	color: #006666;
}


/* END Layout Studio Classes */

/******************************************************/
/*                CRRI CUSTOM CLASSES                 */
/******************************************************/

#frmLogin {
	background-color: #4D525A;
	color: #FFFFFF
}

/******************************************************/
/*   CRRI SmartForm Page Template - 4 column table    */
/******************************************************/
.SFtable {
    width: 960px;
    border-collapse: none;
    border-style: solid;
    border-width: 1px;
    border-color: gray;
    background-color: white;

}
.SFheaderRow
{
}
.SFdividerRowTop
{

    background-color: gray;
    height: 0px;
    border-bottom-style: hidden;
    border-left-style: hidden;
    border-right-style: hidden;
    border-top-style: hidden;
    border-collapse: separate;

}
.SFdividerRowBottom
{

    background-color: gray;
    height: 1px;

}
.SFheaderCell
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    color: black;
    background-color: #ebebeb;
    width: 100%;
}
.SFcontentRow {
    border-bottom-style: hidden;
    border-left-style: hidden;
    border-right-style: hidden;
    border-top-style: hidden;
 
}
.SFcontentCol1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #141414;
    background-color: #ebebeb;
    border-style: none;
    vertical-align: top;
    text-align: center;
    width: 40px;

}
.SFcontentCol2{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: white;
    border-style: none;
	width: 100%;
	border-style: solid;
	border-width: 1px;
    border-bottom-style: hidden;
    border-left-style: solid;
    border-right-style: solid;
    border-top-style: hidden;
	padding: 10px;

}
.SFcontentCol2 SPAN {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;

    background-color: white;
	text-align: top;
}
.SFcontentDiv 
{
    MARGIN-LEFT: 0px; 
    MARGIN-RIGHT: 5px; 
    BACKGROUND-COLOR: #bb9977;

}
.SFcontentDivOther
{
    FLOAT: right; 
    MARGIN-LEFT: 5px; 
    WIDTH: 366px; 
    MARGIN-RIGHT: 0px; 
    HEIGHT: 20px; 
    background-color: #ADD8E6;
}

.SFcontentCol3{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #ebebeb;
    width: 150px;
}

.SFfooterRow{
    background-color: #ebebeb;
 
}
.SFfooter1{
    border-bottom-style: hidden;
    border-left-style: hidden;
    border-right-style: hidden;
    border-top-style: hidden;
 }
.SFfooter1 div
{
    width: 40px; 
}
.SFfooter2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8px;
    color: Gray;
    font-style: italic;
    text-align: right; 
    border-bottom-style: hidden;
    border-left-style: hidden;
    border-right-style: hidden;
    border-top-style: hidden;
}
.SFfooter2 div
{
    width: 150px;
}


/******************************************************/
/* END CRRI SmartForm Page Template - 4 column table  */
/******************************************************/



/******************************************************/
/* START ACTIVITY FORM TEMPLATE 		      */
/******************************************************/

.AFTable
{
    border-style: solid;
    border-color: Gray;
    border-width: thin;
    width: 100%;

}


.AFTitleRow
{

}


.AFTitleCell
{
    border-style: solid;
    border-color: Gray;
    border-width: thin;
}

.AFInstRow
{

}

.AFInstCell
{
    border-style: solid;
    border-color: Gray;
    border-width: thin;
}

.AFContRow
{

}

.AFContCell
{
    border-style: solid;
    border-color: Gray;
    border-width: thin;
}

/******************************************************/
/* END ACTIVITY FORM TEMPLATE 			      */
/******************************************************/

.ComponentStyle_ClickAnalyticsHeader .ComponentHeaderTable
{
	font : 9pt Verdana, Geneva, Arial, Helvetica, sans-serif;  
        background : url(ClickAnalytics/Images/barbg.gif) repeat-x center;
	border-top : 1px solid #FFFFFF;
	color:#000066;	
		
}

.ComponentStyle_ClickAnalyticsHeader .ComponentHeaderTitle 
{
         color:#000066;
  
}

.CAButtons {
 /*font-size : 8pt;*/
        font : 9pt Verdana, Geneva, Arial, Helvetica, sans-serif;  
        background : url(ClickAnalytics/Images/barbg.gif) repeat-x center;
 border-top : 1px solid black;
 color:#000066;
 font-weight : bold;
        cursor:hand;
}

.CAText
{
 font : 12pt Verdana, Geneva, Arial, Helvetica, sans-serif;  
        color:#193d70; 
} 

.CATitle
{
 	font : 14pt Verdana, Geneva, Arial, Helvetica, sans-serif;  
    color:#193d70;
 font-weight : bold;
}

.rcorners2 {

    border-radius: 10px;
    border: 2px solid #D7D7D7;
	background-Color: #FCFBE5;
    padding: 20px; 
    width: 575px;
    height: 321px; 
}

form[name=frmLogin] A:Visited{
color: #ffffff; 
}

form[name=frmLogin] A:Link{
color: #ffffff; 
}

TD.LoginArea a:hover{
color: #ffffff; 
}


TD.LoginArea td.Label1{
color: #ffffff; 
}

TD.LoginArea A:Link{
color: #ffffff !important;
}

TD.LoginArea A:Visited{
color: #ffffff !important;
}

TD.Column1banner td.Label1{
color: #ffffff; 
}

TD.LoginArea span.Label1{
color: #ffffff !important;
}

TR.drsv-row > TD.List > SPAN.textControl > A:VISITED:not(.TransparentButton)
{
color: #7030a0;
}



DIV[data-display-name="ICF Review History"] A:VISITED:not(.TransparentButton)
{
color: #7030a0 !important;

}
DIV[data-display-name="Attachments"] A:VISITED:not(.TransparentButton)
{
color: #7030a0 !important;

}

DIV[data-display-name="Client Attachments Single Site"] A:VISITED:not(.TransparentButton)
{
color: #7030a0;
}

  DIV[data-display-name="Client Attachments  Single Site"] A:VISITED:not(.TransparentButton)
{

color: #7030a0;
}
DIV[data-display-name="Client Attachments"] A:VISITED:not(.TransparentButton)
{
color: #7030a0;

}
DIV[data-display-name="IRB Issued Documents"]  A:VISITED:not(.TransparentButton)
{
color: #7030a0;

}
DIV[data-display-name="ICF for Review History"] A:VISITED:not(.TransparentButton)
{
color: #7030a0;

}
DIV[data-display-name="Login"] span.Error
{
color: #FF3300;
font-weight: bold;

}

/* TAM 8/8/18 - Remove the button that deletes users/orgs from the Person/Org Management page */
.DeletePersonBtn, .DeleteCompanyBtn {
	display: none;
} 

/* CS 11/19/2018 - Workspace warning messages */
.alert {
    padding: 15px;
    margin-bottom: 20px !important;
    margin: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-danger {
    color: #FFFFFF !important;
    background-color: #FF4500 !important;
    border-color: #FF4500 !important;
    font-weight: bold !important;
}