/*MasterPage*/
.MasterForm
{
    width: 960px;
}
body
{
	font-size: 10pt;
	color: black;
	font-family: Arial, Sans-Serif;
	background-color: #FFFFFF;
}
a:link, a:visited
{
    color: #00579E;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
/* Top menu bar class used across all pages */
.NavigationBar
{
    height: 20px;
    padding-left: 5px;
    padding-right: 0;
    padding-top: 4px;
    padding-bottom: 2px;
    background-color: #00579E;
    color: #FFFFFF;
}
.NavigationMenuItems a:link, .NavigationMenuItems a:visited
{
    text-decoration: none;
    color: #FFFFFF;
}
.MainMenuItems
{
	margin-top: 4px;
	margin-bottom: 4px;
}
/* These are menu choices used for the main menu and the notification menu item lists */
.MenuList
{
    list-style-type:none;
    list-style-position:outside;
    padding-left:4px;
    text-align:left;
    margin-left:0px;
}
/* This is the left hand portion of the logged in navigation menu */
#loggedInNavigationMenu
{
    float:left;
}
/* This is the right hand status portion of the logged in navigation menu */
#statusReadout
{
    float:right;
    padding-right: 5px;
}
.SendNotificationListItems
{
	margin-bottom: 20px;
}
.SendNotificationListLabels
{
	margin-top: 6px;
	margin-bottom: 4px;
	margin-right: 6px;
}
.ErrorMessage
{
	font-size: 8pt;
	color: red;
}
/* These are heading blocks on the login page */
.TextHeader
{
	background-color: #00579E;
	color: #FFFFFF;
	padding:5px;
}
.LastNotificationText
{
	font-size: 9pt;
}
.Important
{
	color:Maroon;
}
.fullWidth
{
    width: 100%;
}
.center
{
    margin-left:auto;
    margin-right:auto;
}
#horizontalLine
{
    clear:both;
    width: 100%;
}
/*LoginWebForm*/
/* top row of login form */
#welcome
{
    width: 100%;
}
#generalInfo
{
    float:left;
    width: 705px;
}
#signIn
{
    float:right;
    width: 240px;
    margin-bottom: 5px;
}
#emailDiv
{
    white-space:nowrap;
}
#newUser
{
    margin-bottom: 5px;
}
#loginButtonDiv
{
    float:left;
}
#newUserDiv
{
    margin-top: 3px;
    float:right;
}
/* Bottom row of login form */
#privacyStatement
{
    clear:both;
    width:100%;
}
/* styling for the template header */
.logo
{
    width: 65px;
    height: 65px;
    margin: 5px 5px 5px 0;
}
#region-branding
{
    background-image: url("../Images/header_background.svg");
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}
#region-branding section {
    margin: 0;
    text-transform: uppercase;
    display: inline-block;
}
#region-branding p {
    margin: auto 0;
}
#organizations {
    display: table-cell;
    vertical-align: middle;
    height: 75px;
}
.logo {
    width:65px;
    height:65px;
    margin: 5px 5px 5px 0;
}
#site_title {
    font-size: 1.5em;
    line-height: .9em;
    text-transform: uppercase;
}
#organization_name {
    text-transform: uppercase;
}
/* Index page footer styles */
div[class*='footer_'] {
    float: left;
    box-sizing: border-box;
    width: 33.33%;
    margin-bottom: .3em;
}
#footer p {
    margin: auto 0 .3em;
}
#footer a:link, #footer a:visited {
    color: #00579E;
}
#footer_bar
{
    clear: both;
}