/* For all browsers (917 from bottom if new item added to menu) (854 is original menu) Add 63 for each new menu item */ .OutsideForm { position: absolute; right: 145px; bottom: 990px; } /*Specific to IE (1025 from bottom if new item added to menu)*/ #IEroot .OutsideForm { position: absolute; right: 155px; bottom: 1025px; } /* Generic elements */ a.FrontPageLink:link, a.FrontPageLink:visited { color: gray; font-weight:bold; text-decoration:none; /*removes the underline*/ } a.FrontPageLink:link:hover, a.FrontPageLink:visited:hover { color: gray; font-weight:bold; text-decoration:underline; /*adds the underline*/ } a.FrontPageLinkWithLine:link, a.FrontPageLinkWithLine:visited { font-weight:bold; text-decoration:underline; /*adds the underline*/ color: gray; } a.FrontPageLinkWithLine:link:hover, a.FrontPageLinkWithLine:visited:hover { font-weight:bold; text-decoration:none; /*adds the underline*/ color: gray; } a.greylink:link, a.greylink:visited, a.greylink:link:hover, a.greylink:visited:hover { color: gray; font-weight:bold; text-decoration:none; /*removes the underline*/ } a.greylink2:link, a.greylink2:visited { color: gray; } a.greylink2:link:hover, a.greylink2:visited:hover { text-decoration:none; /*removes the underline*/ } a.TableLink:link, a.TableLink:visited, a.TableLink:link:hover, a.TableLink:visited:hover { color: gray; font-size: 1em; text-decoration:none; /*removes the underline*/ } a.TableLink2:link, a.TableLink2:visited, a.TableLink2:link:hover, a.TableLink2:visited:hover { color: gray; } a.currentpage:link, a.currentpage:visited, a.currentpage:link:hover, a.currentpage:visited:hover { background:url("Images/PinkDotFromLogo_Small_GreyBackground.jpg") no-repeat; /*sets the unmoused image*/ color: gray; font-weight:bold; line-height: 17px; /*match to height of the image*/ text-decoration:none; /*removes the underline*/ /*text-indent: 1.7em;*/ width: 17px; /*match to width of the image*/ } a.swapped:link, a.swapped:visited { background:url("Images/BlueDotFromLogo_Small_GreyBackground.jpg") no-repeat; /*sets the unmoused image*/ color: gray; line-height: 17px; /*match to height of the image*/ text-decoration:none; /*removes the underline*/ /*text-indent: 1.7em;*/ width: 17px; /*match to width of the image*/ } a.swapped:link:hover, a.swapped:visited:hover { background:url("Images/PinkDotFromLogo_Small_GreyBackground.jpg") no-repeat; /*changes to the moused image on hover*/ color: gray; width: 17px; } body { background-image:url("Patterns/pattern_096_lightened.gif") } h1 { color: D592C7; font-family: Garamond; font-size: 2em; font-style: italic; margin-top: 0; margin-bottom: 5px; } h2 { color: D592C7; font-family: Garamond; font-size: 2em; font-style: italic; margin-top: 0; margin-bottom: 5px; text-align: center; } h3 { color: gray; font-family: Garamond; font-size: 0.7em; font-style: bold; margin-top: 0; margin-bottom: 5px; text-align: center; } h4 { color: 97D0D9; font-family: Garamond; font-size: 1.2em; margin-top: 20px; margin-bottom: 8px; } /* Classes */ .AlternateRow { Background-color: EDF5FF; } .CalendarImageBorder { border: none; } .CalendarTable { background-color: white; } .Content { color: gray; font-family: Georgia; padding-left:20px; padding-right:20px; padding-top: 20px; } .Header { background-color: E8E8E8; color: gray; font-family: Georgia; font-size: 0.9em; height: 25px; position: relative; width: 769px; } .HeaderInner { left: 1%; right 1%; position: absolute; top: 50%; vertical-align: middle } .HeaderInner2 { position: relative; top: -50%; } .HeaderRow { Background-color: ECECED; border-width: 0px 0px 0px 0px; } .ImageBorder { border: 2px solid #E8E8E8; height: 140px; padding-top: 5px; padding-bottom: 5px; padding-left: 5px; padding-right: 5px; } .ImageNoBorder { border: none; padding-top: 5px; padding-bottom: 5px; padding-left: 5px; padding-right: 5px; } .LargeImageBorder { border: 2px solid #E8E8E8; padding-top: 5px; padding-bottom: 5px; padding-left: 5px; padding-right: 5px; } .nav { display: table; margin: 0; padding: 0; table-layout: fixed; width: 100%; } .nav li { display: inline; float: left; width: 12%; } .nav li.ingr { font-size: 0.8em; } .OrderingTable { border-style:solid; border-width:1px; border-color:#808080; border-spacing: 0px; } .OrderingTableCells { padding: 6px 6px 6px 6px; border-style:solid; border-width: 0 1px; border-color:ECECED; color: gray; } .OrderingTableCellsLeftBorder { border-style:solid; border-left-width: 1px; border-right-width: 0; border-top-width: 0; border-bottom-width: 0; border-color:ECECED; padding: 6px 6px 6px 6px; color: gray; } .OrderingTableCellsNoBorder { padding: 6px 6px 6px 6px; color: gray; } .TableText { color: gray; font-size: 0.7em; } .TableTextBigger { color: gray; font-size: 1em; } .WhitePage { background-color: white; border:6px solid E8E8E8; color: gray; font-family: Georgia; horizontal-align: center; width: 769px; position: relative; margin-left: auto; margin-right: auto; margin-top: 0em; padding: 0; } .WhitePageWithoutWhite { width: 769px; } /* Sexy buttons! */ .clear { /* generic container (i.e. div) for floating buttons */ overflow: hidden; width: 100%; } a.button { background: transparent url('Images/bg_button_a.gif') no-repeat scroll top right; color: #444; display: block; float: left; font: normal 12px arial, sans-serif; height: 24px; margin-right: 6px; padding-right: 18px; /* sliding doors padding */ text-decoration: none; } a.button span { background: transparent url('Images/bg_button_span.gif') no-repeat; display: block; font: normal 12px arial, sans-serif; line-height: 14px; padding: 5px 0 5px 18px; } a.button:hover { background-position: bottom right; color: #000; font: normal 12px arial, sans-serif; outline: none; /* hide dotted outline in Firefox */ } a.button:hover span { background-position: bottom left; padding: 6px 0 4px 18px; /* push text down 1px */ } /* Rounded corners */ /* tlc = top left corner trc = top right corner blc = bottom left corner brc = bottom right corner lb = left border rb = right border tb = top border bb = bottom border */ #boxcontent { padding:1em; } #tlc, #trc, #blc, #brc { background-color: transparent; background-repeat: no-repeat; } #tlc { background-image:url(images/tlc.gif); background-position: 0% 0%; } #trc { background-image:url(images/trc.gif); background-position: 100% 0%; } #blc { background-image:url(images/blc.gif); background-position: 0% 100%; } #brc { background-image:url(images/brc.gif); background-position: 100% 100%; } #tb, #bb { background-color: transparent; background-repeat: repeat-x; } #tb { background-image:url(images/tb.gif); background-position: 0% 0%; } #bb { background-image:url(images/bb.gif); background-position: 50% 100%; } #rb { background-image:url(images/r.gif); background-position: 100% 0%; background-repeat: repeat-y; } #lb { background-image:url(images/l.gif); background-position: 0% 100%; background-repeat: repeat-y; } /* Copyright (c) 2009, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt version: 2.7.0 */ .yui-calcontainer { position:relative; float:left; _overflow:hidden; } .yui-calcontainer iframe { position:absolute; border:none; margin:0; padding:0; z-index:0; width:100%; height:100%; left:0; top:0; } .yui-calcontainer iframe.fixedsize{width:50em;height:50em;top:-1px;left:-1px;}.yui-calcontainer.multi .groupcal{z-index:1;float:left;position:relative;}.yui-calcontainer .title{position:relative;z-index:1;}.yui-calcontainer .close-icon{position:absolute;z-index:1;text-indent:-10000em;overflow:hidden;}.yui-calendar{position:relative;}.yui-calendar .calnavleft{position:absolute;z-index:1;text-indent:-10000em;overflow:hidden;}.yui-calendar .calnavright{position:absolute;z-index:1;text-indent:-10000em;overflow:hidden;}.yui-calendar .calheader{position:relative;width:100%;text-align:center;}.yui-calcontainer .yui-cal-nav-mask{position:absolute;z-index:2;margin:0;padding:0;width:100%;height:100%;_width:0;_height:0;left:0;top:0;display:none;}.yui-calcontainer .yui-cal-nav{position:absolute;z-index:3;top:0;display:none;}.yui-calcontainer .yui-cal-nav .yui-cal-nav-btn{display:-moz-inline-box;display:inline-block;}.yui-calcontainer .yui-cal-nav .yui-cal-nav-btn button{display:block;*display:inline-block;*overflow:visible;border:none;background-color:transparent;cursor:pointer;}.yui-calendar .calbody a:hover{background:inherit;}p#clear{clear:left;padding-top:10px;}.yui-skin-sam .yui-calcontainer{background-color:#f2f2f2;border:1px solid #808080;padding:10px;}.yui-skin-sam .yui-calcontainer.multi{padding:0 5px 0 5px;}.yui-skin-sam .yui-calcontainer.multi .groupcal{background-color:transparent;border:none;padding:10px 5px 10px 5px;margin:0;}.yui-skin-sam .yui-calcontainer .title{background:url(http://yui.yahooapis.com/2.7.0/build/assets/skins/sam/sprite.png) repeat-x 0 0;border-bottom:1px solid #ccc;font:100% sans-serif;color:#000;font-weight:bold;height:auto;padding:.4em;margin:0 -10px 10px -10px;top:0;left:0;text-align:left;}.yui-skin-sam .yui-calcontainer.multi .title{margin:0 -5px 0 -5px;}.yui-skin-sam .yui-calcontainer.withtitle{padding-top:0;}.yui-skin-sam .yui-calcontainer .calclose{background:url(http://yui.yahooapis.com/2.7.0/build/assets/skins/sam/sprite.png) no-repeat 0 -300px;width:25px;height:15px;top:.4em;right:.4em;cursor:pointer;}.yui-skin-sam .yui-calendar{border-spacing:0;border-collapse:collapse;font:100% sans-serif;text-align:center;margin:0;}.yui-skin-sam .yui-calendar .calhead{background:transparent;border:none;vertical-align:middle;padding:0;}.yui-skin-sam .yui-calendar .calheader{background:transparent;font-weight:bold;padding:0 0 .6em 0;text-align:center;}.yui-skin-sam .yui-calendar .calheader img{border:none;}.yui-skin-sam .yui-calendar .calnavleft{background:url(http://yui.yahooapis.com/2.7.0/build/assets/skins/sam/sprite.png) no-repeat 0 -450px;width:25px;height:15px;top:0;bottom:0;left:-10px;margin-left:.4em;cursor:pointer;}.yui-skin-sam .yui-calendar .calnavright{background:url(http://yui.yahooapis.com/2.7.0/build/assets/skins/sam/sprite.png) no-repeat 0 -500px;width:25px;height:15px;top:0;bottom:0;right:-10px;margin-right:.4em;cursor:pointer;}.yui-skin-sam .yui-calendar .calweekdayrow{height:2em;}.yui-skin-sam .yui-calendar .calweekdayrow th{padding:0;border:none;}.yui-skin-sam .yui-calendar .calweekdaycell{color:#000;font-weight:bold;text-align:center;width:2em;}.yui-skin-sam .yui-calendar .calfoot{background-color:#f2f2f2;}.yui-skin-sam .yui-calendar .calrowhead,.yui-skin-sam .yui-calendar .calrowfoot{color:#a6a6a6;font-size:85%;font-style:normal;font-weight:normal;border:none;}.yui-skin-sam .yui-calendar .calrowhead{text-align:right;padding:0 2px 0 0;}.yui-skin-sam .yui-calendar .calrowfoot{text-align:left;padding:0 0 0 2px;}.yui-skin-sam .yui-calendar td.calcell{border:1px solid #ccc;background:#fff;padding:1px;height:1.6em;line-height:1.6em;text-align:center;white-space:nowrap;}.yui-skin-sam .yui-calendar td.calcell a{color:#06c;display:block;height:100%;text-decoration:none;}.yui-skin-sam .yui-calendar td.calcell.today{background-color:#000;}.yui-skin-sam .yui-calendar td.calcell.today a{background-color:#fff;}.yui-skin-sam .yui-calendar td.calcell.oom{background-color:#ccc;color:#a6a6a6;cursor:default;}.yui-skin-sam .yui-calendar td.calcell.selected{background-color:#fff;color:#000;}.yui-skin-sam .yui-calendar td.calcell.selected a{background-color:#b3d4ff;color:#000;}.yui-skin-sam .yui-calendar td.calcell.calcellhover{background-color:#426fd9;color:#fff;cursor:pointer;}.yui-skin-sam .yui-calendar td.calcell.calcellhover a{background-color:#426fd9;color:#fff;}.yui-skin-sam .yui-calendar td.calcell.previous{color:#e0e0e0;}.yui-skin-sam .yui-calendar td.calcell.restricted{text-decoration:line-through;}.yui-skin-sam .yui-calendar td.calcell.highlight1{background-color:#cf9;}.yui-skin-sam .yui-calendar td.calcell.highlight2{background-color:#9cf;}.yui-skin-sam .yui-calendar td.calcell.highlight3{background-color:#fcc;}.yui-skin-sam .yui-calendar td.calcell.highlight4{background-color:#cf9;}.yui-skin-sam .yui-calendar a.calnav{border:1px solid #f2f2f2;padding:0 4px;text-decoration:none;color:#000;zoom:1;}.yui-skin-sam .yui-calendar a.calnav:hover{background:url(http://yui.yahooapis.com/2.7.0/build/assets/skins/sam/sprite.png) repeat-x 0 0;border-color:#A0A0A0;cursor:pointer;}.yui-skin-sam .yui-calcontainer .yui-cal-nav-mask{background-color:#000;opacity:.25;filter:alpha(opacity=25);}.yui-skin-sam .yui-calcontainer .yui-cal-nav{font-family:arial,helvetica,clean,sans-serif;font-size:93%;border:1px solid #808080;left:50%;margin-left:-7em;width:14em;padding:0;top:2.5em;background-color:#f2f2f2;}.yui-skin-sam .yui-calcontainer.withtitle .yui-cal-nav{top:4.5em;}.yui-skin-sam .yui-calcontainer.multi .yui-cal-nav{width:16em;margin-left:-8em;}.yui-skin-sam .yui-calcontainer .yui-cal-nav-y,.yui-skin-sam .yui-calcontainer .yui-cal-nav-m,.yui-skin-sam .yui-calcontainer .yui-cal-nav-b{padding:5px 10px 5px 10px;}.yui-skin-sam .yui-calcontainer .yui-cal-nav-b{text-align:center;}.yui-skin-sam .yui-calcontainer .yui-cal-nav-e{margin-top:5px;padding:5px;background-color:#EDF5FF;border-top:1px solid black;display:none;}.yui-skin-sam .yui-calcontainer .yui-cal-nav label{display:block;font-weight:bold;} .yui-skin-sam .yui-calcontainer .yui-cal-nav-mc{width:100%;_width:auto;}.yui-skin-sam .yui-calcontainer .yui-cal-nav-y input.yui-invalid{background-color:#FFEE69;border:1px solid #000;}.yui-skin-sam .yui-calcontainer .yui-cal-nav-yc{width:4em;}.yui-skin-sam .yui-calcontainer .yui-cal-nav .yui-cal-nav-btn{border:1px solid #808080;background:url(http://yui.yahooapis.com/2.7.0/build/assets/skins/sam/sprite.png) repeat-x 0 0;background-color:#ccc;margin:auto .15em;}.yui-skin-sam .yui-calcontainer .yui-cal-nav .yui-cal-nav-btn button{padding:0 8px;font-size:93%;line-height:2;*line-height:1.7;min-height:2em;*min-height:auto;color:#000;}.yui-skin-sam .yui-calcontainer .yui-cal-nav .yui-cal-nav-btn.yui-default{border:1px solid #304369;background-color:#426fd9;background:url(http://yui.yahooapis.com/2.7.0/build/assets/skins/sam/sprite.png) repeat-x 0 -1400px;}.yui-skin-sam .yui-calcontainer .yui-cal-nav .yui-cal-nav-btn.yui-default button{color:#fff;}