﻿html {
    position: relative;
    min-height: 100%;
}

body {
    background-color:#fff;
    font-family:ProximaNovaRegular, sans-serif;
	font-size:18px;
    line-height:27px;
	color:#666666;
	padding:0;
	margin:0;
}

.nygov-universal-container {
    position: static;
    height: 60px;
}

.nygovfooterspacer {
    height: 150px;
}

.nygovfooter {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 0;
}

.StandardPurpleButton, .StandardPurpleButton:visited {
    font-family: ProximaNovaRegular, sans-serif;
    color: #FFF;
    background-color: #24387E;
    font-size: 13px;
    font-weight: bold;
    /*height:48px;*/
    padding: 17px 20px 17px 20px;
    text-transform: uppercase;
    margin: 10px;
}

.StandardPurpleButton:hover
{
    background-color:#1B2A5E;
}

.SectionSubhead {
    font-family: ProximaNovaRegular, sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    color: #000;
    margin-top: 27px;
}

.linkbackground
{
    background-color:#efb31d;
}

a
{
    color:#007AC2;
    line-height:27px;
}

    a:visited
    {
        color:#007AC2;
        line-height:27px;
    }

.Gcontentcontainer
{
    margin: 0 auto;
    padding:0px 12px 12px 12px;
    max-width:1280px;
    background-color:#fff;
}

.GcontentcontainerFULL
{
    margin: 0 auto;
    padding:0px 12px 12px 12px;
    background-color:#fff;
}

.headerStripe
{
    background-color:#464646;
    color:white;
    font-weight:bold;
    font-size:16px;
    padding:4px;
}

@media print {
    .nygov-universal-container {
        display: none;
    }     
}

#leftnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
 
#leftnav > li {
  font: 150 18px/1.5 ProximaNovaRegular, sans-serif;
  border-bottom: 1px solid #ccc;
  padding:6px 0px 6px 0px;
}
 
#leftnav > li:last-child {
  border: none;
}
 
#leftnav > li a {
  text-decoration: none;
  color: #000;
  display: block;
  width: 225px;
 background-image:url(../Images/RightArrowSmall.png);
 background-position-x:right;
 background-position-y:center;
 background-repeat:no-repeat;
  -webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
  -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
  -o-transition: font-size 0.3s ease, background-color 0.3s ease;
  -ms-transition: font-size 0.3s ease, background-color 0.3s ease;
  transition: font-size 0.3s ease, background-color 0.3s ease;
}
 
#leftnav > li a:hover {
  background-color: #f6f8f8;
}

.ui-datepicker {
    font-size: 12px;
}

.dialog {
    font-size: small;
}

table {
    font-size:small;
}

h3 {
    font-size:x-large;
}

input[type="button"] {
    /*font-size: .85em;*/
}

.dialog {
    font-size: small !important;
}

.dialog table {
    font-size: small !important;
}