/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 30, 2015, 4:44:34 PM
*/
html, body
{
    height: 100%;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
 caption, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/******DATE PICKER STYLES*****/
.ui-datepicker-div
{
    background: #FFFFFF;
}
.ui-widget-header
{
    background: #000000;
    color: #fff;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span
{
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -15px;
    width: 100%;
    height: 100%;
}
.ui-datepicker-prev .ui-icon
{
    background-image: url(https://media.msufcu.org/publicsites/publicsite/icons/arrow_left_white.png);
    background-size: 25px;
}
.ui-datepicker-next .ui-icon
{
    background-image: url(https://media.msufcu.org/publicsites/publicsite/icons/arrow_right_white.png);
    background-size: 25px;
}
.ui-icon-circle-triangle-w,
.ui-icon-circle-triangle-e
{
    background-position: -5px;
}

/***DatePicker Branded Styles***/
.ui-widget-header
{
    background: #000000;
    color: #fff;
}
/******DATE PICKER STYLES*****/
.ui-datepicker
{
    background: #FFFFFF;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span
{
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -15px;
    width: 100%;
    height: 100%;
}
.ui-datepicker-prev .ui-icon
{
    background-image: url(https://media.msufcu.org/publicsites/publicsite/icons/arrow_left_white.png);
    background-size: 25px;
}
.ui-datepicker-next .ui-icon
{
    background-image: url(https://media.msufcu.org/publicsites/publicsite/icons/arrow_right_white.png);
    background-size: 25px;
}
.ui-datepicker td a
{
    background: #DCDCDC;    
}
/* Overwrite for OMLA style */
.omla_po_features_list_container ul
{
    padding: 15px;
}