/*
    Ticket(s): 510 Make it easier for users to find Michelle's phone number
*/

@media print {
    .noprint {
	 display:none;
    }
}


A {
    color: #990000;
    font-weight: bold;
}

A:hover {
    color: #354A63;
}


.Title, .Title2, .Title3 {
    color: black;
    font-family: Verdana, Trebuchet MS, Arial, Helvetica, Sans-Serif;
    text-decoration: none ;
}

.Title {
    font-size: 1.7em;
    font-weight: normal;
}

.Title2 {
    font-size: 1.3em;
    font-weight: normal;
}


.Title3 {
    font-size: 0.8em;
    font-weight: bold;
}

body {
	font-size:62.5%;
}

td, th, input, textarea, .DefaultText, select {
    font-family: Verdana, Trebuchet MS, Arial, Helvetica, Sans-Serif;
    font-size: 0.73em;
    text-decoration: none;
}

body {
    margin: 0px;
    min-width:810px
}

img {
    border: none;
}

.BiggerText {
    font-size: 0.9em;
}

.Form {
    margin:0px 0px 10px 0px;
}

.InvisibleTable, .InvisibleTable TR, .InvisibleTable TD, .InvisibleTable TH {
    padding: 0 !important;
    border-collapse: collapse;
    border: none !important; /* $### */
}


.FooterRule {
    border:0;
    background-color: black;
    color: black;
    height: 1px;
    width: 790px;
    margin-left: 10px;
}

/* LinkButtons made to look like they used to */
.LinkButton, a.LinkButton, span.LinkButton {
	font-family: Verdana, Trebuchet MS, Arial, Helvetica, Sans-Serif;
    text-shadow: none;
    font-weight: bold;
    margin: 0;
    text-decoration: none;
    text-align: center;
    display: inline-block;

    color: white;
    background-color: #990000;
    cursor: hand;
    margin-top: 1px;
    margin-bottom: 1px;
    padding: 0px;
}

.LinkButton:hover, a.LinkButton:hover, span.LinkButton:hover {
    background-color: #990000;
    color: #DDDDDD;
}

.LinkButtonMedium, a.LinkButtonMedium, span.LinkButtonMedium {
    height: 19px;
    line-height: 19px;
    min-width: 100px;
    font-size: 9pt;
}
.LinkButtonSmallWidest, a.LinkButtonSmallWidest, span.LinkButtonSmallWidest {
    height: 18px;
    line-height: 18px;
    min-width: 153px;
    font-size: 8pt;
}
.LinkButtonSmallWide, a.LinkButtonSmallWide, span.LinkButtonSmallWide {
    height: 18px;
    line-height: 18px;
    min-width: 100px;
    font-size: 8pt;
}
.LinkButtonRegAction, a.LinkButtonRegAction, span.LinkButtonRegAction {
    height: 17px;
    line-height: 17px;
    min-width: 80px;
    font-size: 7pt; /* ? */
}
.LinkButtonSmaller, a.LinkButtonSmaller, span.LinkButtonSmaller {
    height: 16px;
    line-height: 16px;
    min-width: 55px;
    font-size: 7pt;
}
.xxxLinkButtonSmallest, a.xxxLinkButtonSmallest, span.xxxLinkButtonSmallest {
    height: 10px;
    line-height: 10px;
    min-width: 55px;
    font-size: 3pt;
}
.LinkButtonPrevNext, a.LinkButtonPrevNext, span.LinkButtonPrevNext {
    height: 16px;
    line-height: 16px;
    min-width: 65px;
    font-size: 7pt;
}
.LinkButtonDefault, a.LinkButtonDefault, span.LinkButtonDefault,
.LinkButtonSmall, a.LinkButtonSmall, span.LinkButtonSmall {
    height: 18px;
    line-height: 18px;
    min-width: 70px;
    font-size: 8pt;
}

a.LinkButtonYellow {
    height: 18px;
    line-height: 18px;
    background-color: #FADB61 !important;
    color: black !important;
    border: solid black 1px !important;
    width: 80%;
}

/* Proposed new styles for LinkButtons */
a.NewLinkButton, a.NewLinkButton {
	font-family: Verdana, Trebuchet MS, Arial, Helvetica, Sans-Serif;

    /* http://www.graemeboy.com/modern-css-buttons */

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;   
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition-property: background;
    -moz-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    text-shadow: none;
    border: none;
    font-weight: 300; /* normal=400, bold=700 */
    margin: 0;
    text-decoration: none;
    text-align: center;
    display: inline-block;

    color: white;
    background-color: #990000;
    cursor: hand;
    margin: 1px;
    padding: 0px;
}

a.NewLinkButton:hover {
    background-color: #990000;
    color: #DDDDDD;
}

a.NewLinkButtonMedium {
    height: 18px;
    line-height: 18px;
    min-width: 100px;
    font-size: 14px; /* Original: 9pt */
}
a.NewLinkButtonSmallWidest {
    height: 18px;
    line-height: 18px;
    min-width: 153px;
    font-size: 8pt; /* Original: 8pt */
}
a.NewLinkButtonSmallWide {
    height: 18px;
    line-height: 18px;
    min-width: 100px;
    font-size: 8pt; /* Original: 8pt */
}
a.NewLinkButtonRegAction {
    height: 17px;
    line-height: 17px;
    min-width: 80px;
    font-size: 12px;
}
a.NewLinkButtonSmaller {
    height: 16px;
    line-height: 16px;
    min-width: 55px;
    font-size: 12px; /* Original: 7pt */
}
a.NewLinkButtonPrevNext {
    height: 16px;
    line-height: 16px;
    min-width: 65px;
    font-size: 12px; /* Original: 7pt */
}
a.NewLinkButtonDefault, a.NewLinkButtonSmall {
    height: 19px;
    line-height: 18px;
    min-width: 70px;
    font-size: 14px; /* Original: 8pt */
}

a.NewLinkButtonYellow {
    height: 18px;
    line-height: 18px;
    background-color: #FADB61 !important;
    color: black !important;
    border: solid black 1px !important;
    width: 80%;
}


/* Style used for centering blocks in IE.  IE doesn't handle
   "margin-left: auto; margin-right: auto;", so you have to
   add a <div class=CenterForIE> around the block to be centered.
   The centered block will need a "text-align: left" to fix
   its text alignment. */

.CenterForIE {
    clear: both;
    text-align: center;
}


.LinkList {
    list-style-type: none; padding:0px 0px 0px 0px;
}
.LinkList LI {
    padding: 0px 0px 5px 0px;
}


/* Styles for page layout DIVs */

#page {
    margin: 0px;
    width: 810px;
	position: relative;
}

#PageHeader, #PageMenu, #PageContent, #PageFooter {
    overflow: hidden;
    /*display: inline-block;*/           /*to fix a display error with firefox v 3.0 and later that caused the footer to not display over the width of the page - 7/24/1986*/
}

#PageMenu {
    float: left;
}

/* SEE THE BOTTOM OF THE STYLE SHEET FOR A LAST BIT OF THE #PageContent style */


#PageMenu {
    width: 0px;
}

#PageContent {
    width: 800px;
	margin-top: 10px;
	margin-left: 5px;
    overflow: visible;
    display: inline-block;
}

#PageHeader {
    width: 802px;
    margin-left: 5px;
}

#PageFooter {
	height: 70px;
	text-align: center;
	padding-right: 20px;
}

#PageFooter ul {
    padding-top: 5px;
}

#PageFooter li {
	display: inline !important;
	list-style-type: none;
	list-style-image: none;
    color: #990000;
	padding-right: 3px;
	padding-left: 3px;
}

#PageFooter li a {
    font-family: Verdana, Trebuchet MS, Arial, Helvetica, Sans-Serif;
    font-weight: normal;
	text-decoration: none;
}

#PageFooter li a:hover {
	text-decoration: underline;
}

#PageBanner {
	background-color: yellow;
	font-size: 14pt;
	padding: 3px 0px 3px 0px;
	text-align: center;
	font-family: Verdana, Trebuchet MS, Arial, Helvetica, Sans-Serif;
}

.SiteMap {
    font-size: 8pt;
    font-family: Verdana, Trebuchet MS, Arial, Helvetica, Sans-Serif;
    list-style-type: none;

}

.SiteMap li {
    margin-top: 0px;
    font-weight: bold;
}

.SiteMap ul {
    margin-top: 2px;
 }

#HomePageText {
/* The top menu disappears in IE8 if BOTH margin-left and width are set here
   and add up to more than 802. */
	margin-left: 23px;
	width: 779px;
}


/* Styles for top-of-page menu */

.topHover, .topText, .itemText, .itemHover {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

.topHover, .topText {
	font-size: 1.1em;
	text-align: center;
	font-weight : bold;
}

.topText {
	color: white;
}

.itemText, .itemHover {
	font-size: 1.0em;
    color: black;
}

.itemBorder {
	border: white 1px solid;
}

.offBorder {
	border: black 1px solid;
}

.HomePageLink {
	 display: block;
	 padding: 1px 1px 1px 1px;
}

.HomePageLink:link,  .HomePageLink:visited {
	 text-decoration: none
}

.HomePageLink:hover {
    color: #354A63;
}

.HomeTable, .HomeTable TR, .HomeTable TD, .HomeTable TH {
    font-size: 0.97em;
	border: solid 1px black;    
    padding: 1px 1px 1px 1px;
}

.HomeTableInvisible, .HomeTableInvisible TR, .HomeTableInvisible TD, .HomeTableInvisible TH {
    font-size: 0.97em;  
    padding: 1px 1px 1px 1px;
}

.ExpanderPopup {
	background-color: #9DB4CC;
}

.ViewModeLinks {
	width: 100%;
	margin-bottom: 10px;
	font-size: 9pt;
	font-family:Verdana,Arial,Helvetica,Sans-Serif;
}

.ViewModeLinksLeft {
	text-align:right;
	padding-right: 3px;
}

.ViewModeLinksRight {
	width: 40px;
	text-align:left;
	font-weight: bold;
}



/* This hack keeps Safari from interpreting a section of the style sheet.
   The semicolon-pound sign combination hides everything from that point
   to the end of the style sheet from Safari. */

.safari_hack { ;# }

/* "float: left" is needed for #PageContent in IE and FF, but it makes
   Safari put the PageContent div all the way at the bottom of the page. */

#PageContent {
    float: left;
}

.SsuTitleTooltip {
    display:none;
    position:absolute;
    max-width: 500px;
    border:1px solid #333;
    background-color:LemonChiffon;
    border-radius:5px;
    padding:5px;
    color:black;
    font-size:12px;
    font-family: Verdana;
}
.SsuTitleTooltip p {
    margin-bottom: 0px;
}
