﻿/* --------------------------------- Hide Default Sign In Link --------------------------------- */
#O365_MainLink_SignIn {
	display:none !important;
}

/* --------------------------------- Styles for Request Access Form --------------------------------- */
.wp_Label 
{
	vertical-align:top;
}
.val_recaptcha
{
	vertical-align:top;
}
.validationMessage
{
	color:red;
	font-weight:bold;
}
.g-recaptcha
{
	float:right;
	margin-top:5px;
	margin-bottom:5px;
}
#requestAccessTable .textInput, .textareaInput
{
	min-width:292px;

	margin-bottom:3px;
}
input[type="button"], input[type="reset"], input[type="submit"], button
{
	margin-left:0px;
}
.submitBtn
{
	float:right;
}
.labelTD
{
	padding-bottom: 12px;
	padding-right: 50px;
}

/* --------------------------------- Styles for Site Background Color --------------------------------- */
.ms-core-overlay 
{
	background-color:#f9f9f9;
}
/* --------------------------------- Styles for Front Page --------------------------------- */
.title
{
	font-size:11pt;
	font-weight:bold;
	color:#4c4c4c;
	padding-left:2px;
	margin-bottom:4px;
	border-bottom:#AAC6FF 1px solid;
	width:100%
}
.title a:visited
{
	color: #14437D;
}
.titleContent
{
	font-size:10pt;
	margin-top:0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.titleContent li
{
	font-size:10pt;
}
.titleContent a
{
	color: #14437D;
}
.titleContent a:visited
{
	color: #14437D;
}
a.associatedGroups
{
	color:#003399;
}
a.wpLinks:visited
{
	color:#3966bf;
}

/* --------------------------------- Style to Hide SharePoint's Customized Page Warning --------------------------------- */
div#DeltaPageStatusBar 
{
	height:0px;
	font-size:0px;
	padding:0px;
	display:none!important;
}

/* --------------------------------- Style for Custom Table Styling for ITAC-R Documents Page --------------------------------- */
.ms-alternating
{
	background-color:#f7f2f2;
	color:gray;
}

