﻿*:focus {
    outline: none;
}

body {
    font-family: Helvetica,Arial, sans-serif; 
    font-size: 12px;
    color: #000000;
    background-image: url("/public/Style%20Library/FNX/Images/BackgndTile.jpg"); 
    background-repeat: repeat-x; 
	background-color:#F8F8F8;
    background-size:5px,100%;
    min-width: 995px;
}
/*TODO: need to use site collection relative path for background image*/

h1 {
    font-family:  Helvetica, Arial, sans-serif;
    font-size: 33px;
    line-height: 36px;
    font-weight: normal;
    color: #000000;
}

h2 {
    font-family:  Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 27px;
    font-weight: bold;
    color: #000000;
}

h3 {
    font-family:  Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 21px;
    font-weight: bold;
    color: #000000;
}

h4 {
    font-family:  Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 21px;
    font-weight: bold;
    color: #000000;
}

a {
    font-family:  Helvetica, Arial, sans-serif;
    color: #065f8c;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}
    
a:visited {
    color: #800080;
    text-decoration: none;
}

input[type="text"], input[type="password"] {
    border: 1px solid #BABABA;
    font-size: 12px;
    font-family: Helvetica;
    line-height: 22px;
    height: 22px;
    padding-top: 2px;
    padding-left: 5px;
    padding-bottom: 0px;
}

/*============================================================================= */
/* These styles are for working around the problem in SharePoint where the down */
/* arrow disappears in vertical scrollbar. This work around requires remove     */
/* 'scroll=no' from <body> tag in master page and disable 'overfolw:hidden'     */
/* css coded in master page. It also requires overwrite an existing SharePoint  */
/* javascript 'FixRibbonAndWorkspaceDimensions()'. If this work around has side */
/* effect or is not needed, the script and the master page changes also need to */
/* be reversed.                                                                 */
/*============================================================================= */
body {
   overflow: visible;
   height: inherit;
   width: inherit;
}
body #s4-workspace {
	overflow: visible !important;
    padding-top: 0px !important;
}
body #s4-ribbonrow {
	z-index: 1000;
}
#s4-ribbonrow .ms-MenuUIPopupBody, #s4-ribbonrow .ms-popoutMenu, .ms-cui-menu[id ^= "Ribbon."] {
	position: fixed !important;
}
.ms-dlgOverlay {
	width: 100% !important;
}
