/**
 * HTML5 ✰ Boilerplate
 *
 * style.css contains a reset, font normalization and some base styles.
 *
 * Credit is left where credit is due.
 * Much inspiration was taken from these projects:
 * - yui.yahooapis.com/2.8.1/build/base/base.css
 * - camendesign.com/design/
 * - praegnanz.de/weblog/htmlcssjs-kickstart
 */


/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }


/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */

body { font:13px/1.231 sans-serif; *font-size:small; } /* Hack retained to preserve specificity */
select, input, textarea, button { font:99% sans-serif; }

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/**
 * Minimal base styles.
 */

/* Always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } 

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

/* Colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
   border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */
::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }

/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; }

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

/**
 * You might tweak these..
 */

body, select, input, textarea {
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
  color: #444;
  /* Set your base font here, to apply evenly */
  /* font-family: Georgia, serif;  */
}

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }

a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }


/**
 * Primary styles
 *
 * Author: 
 */



#header h1
{
    background-image:url(../img/sgc-logo.gif);
    background-repeat:no-repeat;
    background-position:left bottom;
    height:150px;
}

.ie7 #header h1
{
    margin-bottom:10px;
}

#header .upper
{
    margin-top:10px;
    background-image:url(../img/header-children.jpg);
    background-repeat:no-repeat;
    background-position:right top;
    position:relative;
}

#header .upper .white-line
{
    position:absolute;
    bottom:0px;
    height:1px;
    background-color:White;
    width:960px;
}

#header .logo
{
        margin-bottom:10px;
}

#header ul
{
    margin:0 0 0 -20px;
    padding:0px;
    position:absolute;
    bottom:0px;
}

#header ul li
{
    list-style-image:none;
    list-style-type:none;
    float:left;
    margin-right:5px;
    text-align:center;
    width:100px;
}

#header ul li a
{
    display:block;
    background-color:#99B989;
    color:White;
    padding:5px;
    text-decoration:none;
    border:1px solid White;
    height:32px;
}

#header ul li a:hover
{
    color:#EEE;
}

#header ul .home
{
    margin-right:6px;
}

#header ul .home a
{
    background-image:url(../img/home.gif);
    background-repeat:none;
    background-position:35px center;
    background-color:white;
    border-top:1px solid #B0D0A0;
    border-left:1px solid #B0D0A0;
    border-right:1px solid #B0D0A0;
} 

#header  ul .home a:hover, #header ul .home .selected
{
    background-image:url(../img/home-white.gif);
    background-color:#B0D0A0;
    border-bottom: 1px solid #B0D0A0;
    
}

#header #divider-top.home, #footer #footer-divider-bottom.home, #breadcrumbs.home
{
        background-color:#B0D0A0;
}

#header ul .what a, #header #divider-top.what, #footer #footer-divider-bottom.what, #left-section-navigation.what
{
        background-color:#99B989;
}

#header ul .what a:hover, #header ul .what .selected
{
    border-bottom: 1px solid #99B989;
}

#header ul .children a, #header #divider-top.children, #footer #footer-divider-bottom.children,  #left-section-navigation.children
{
        background-color:#800080;
}

#header ul .children a:hover, #header ul .children .selected
{
    border-bottom: 1px solid #800080;
}

#header ul .parents a, #header #divider-top.parents,  #footer #footer-divider-bottom.parents,  #left-section-navigation.parents
{
        background-color:#A2B9E8;
}

#header ul .parents a:hover, #header ul .parents .selected
{
    border-bottom: 1px solid #A2B9E8;
}

#header ul .professionals a, #header #divider-top.professionals, #footer #footer-divider-bottom.professionals, #left-section-navigation.professionals
{
         background-color:#000080;
}

#header ul .professionals a:hover, #header ul .professionals .selected
{
    border-bottom: 1px solid #000080;
}

#header ul .schools a, #header #divider-top.schools,  #footer #footer-divider-bottom.schools, #left-section-navigation.schools
{
        background-color:#FF9900;
}

#header ul .schools a:hover, #header ul .schools .selected
{
    border-bottom: 1px solid #FF9900;
}

#header ul .concerned a, #header #divider-top.concerned, #footer #footer-divider-bottom.concerned, #left-section-navigation.concerned
{
        background-color:#CC0000;
}

#header ul .concerned a:hover, #header ul .concerned .selected
{
    border-bottom: 1px solid #CC0000;
}


#left-navigation .what a
{
        background-color:#99B989;
        border: 1px solid #99B989;
}

#left-navigation .what a:hover, #left-navigation .what .selected
{
    background-color:#FFF;
    border: 1px solid #99B989;
    color: #99B989;
}

#left-navigation .children a
{
        background-color:#800080;
        border: 1px solid #800080;
}

#left-navigation .children a:hover, #left-navigation .children .selected
{
        background-color:#FFF;
        border: 1px solid #800080;
        color: #800080;
}

#left-navigation .parents a
{
        background-color:#A2B9E8;
        border: 1px solid #A2B9E8;
}

#left-navigation .parents a:hover, #left-navigation .parents .selected
{
        background-color:#FFF;
        border: 1px solid #A2B9E8;
        color: #A2B9E8;
}

#left-navigation .professionals a
{
         background-color:#000080;
         border: 1px solid #000080;
}

#left-navigation .professionals a:hover, #left-navigation .professionals .selected
{
        background-color:#FFF;
        border: 1px solid #000080;
        color: #000080;
}

#left-navigation .schools a
{
        background-color:#FF9900;
        border: 1px solid #FF9900;
}

#left-navigation .schools a:hover, #left-navigation .schools .selected
{
        background-color:#FFF;
        border: 1px solid #FF9900;
        color: #FF9900;
}

#left-navigation .concerned a
{
     background-color:#CC0000;
     border: 1px solid #CC0000;
}

#left-navigation .concerned a:hover, #left-navigation .concerned .selected
{
        background-color:#FFF;
        border: 1px solid #CC0000;
        color: #CC0000;
}


#header #divider-top
{
    background-color:#99B989;
    min-height:6px;
    margin-bottom:1px;
    text-align:right;
}

.ie6 #header #divider-top
{
  height:6px;
}

#header #divider-top p
{
  padding:5px 0 5px 0;
  color:white;
}

#header #divider-top p a
{
  color:white;
  padding-left:10px;
}

#header #divider-top p a:hover
{
  color:#eee;
}

#footer #footer-divider-bottom
{
    background-color:#99B989;
    color:White;
}

#footer-bar
{
    padding-top:5px;
    padding-bottom:5px;
    text-align:right;
}

#footer #footer-divider-bottom a
{
    color:White;
    text-decoration:none;
}

#footer #footer-divider-bottom a:hover
{
    text-decoration:underline;
}

#header #divider-bottom, #footer #footer-divider-top
{
    background-color:#91A6D5;
    min-height:6px;
}

.ie6 #header #divider-bottom, #footer #footer-divider-top
{
    height:6px;
}

#header #divider-bottom
{
  overflow:hidden;
  position:relative;
}

#header #divider-bottom p, #header #divider-bottom ul li
{
  padding:5px 0 5px 0;
  color:white;
}

#header #divider-bottom a
{
  color:white;
}

#header #divider-bottom a:hover
{
  color:#eee;
}

#footer #footer-divider-top
{
        margin-bottom:1px;
}

#main
{
    padding-top:10px;
}

#left-navigation, #left-section-navigation
{
    margin:0 0 10px 0;
    padding:0px;
}

.ie7 #left-section-navigation
{
  margin-bottom:0px;
}

.ie7 #left-column
{
  padding-bottom:10px;
}

#left-navigation li, #left-section-navigation li
{
    list-style-image:none;
    list-style-type:none;
}

#left-navigation li a
{
    color:White;
    text-decoration:none;
    padding:10px;
    display:block;
    background-color:#99B989;
    margin-bottom:10px;
}

#left-section-navigation li a
{
    color:White;
    text-decoration:none;
    padding:10px;
    display:block;
    border-top:1px solid transparent;
    border-bottom:1px solid white;
    margin-bottom:-1px;
}

#left-section-navigation li li a
{
    margin-left:-26px;
    padding-left:30px;
}

#left-section-navigation li li li a
{
        margin-left:-52px;
    padding-left:50px;
}

#left-section-navigation li li li li a
{
        margin-left:-78px;
    padding-left:70px;
}

#left-section-navigation li li li li li a
{
        margin-left:-104px;
    padding-left:90px;
}

#left-section-navigation li a:hover
{
    background-color:White;

}

#left-section-navigation.what a:hover, #left-section-navigation.what .selected
{
    border-top:1px solid #99B989;
    border-bottom:1px solid #99B989;
    background-color:White;
    color:#99B989;
}

#left-section-navigation.children a:hover, #left-section-navigation.children .selected
{
    border-top:1px solid #800080;
    border-bottom:1px solid #800080;
    background-color:White;
    color:#800080;
}

#left-section-navigation.parents a:hover, #left-section-navigation.parents .selected
{
    border-top:1px solid #A2B9E8;
    border-bottom:1px solid #A2B9E8;
    background-color:White;
    color:#A2B9E8;
}

#left-section-navigation.professionals a:hover, #left-section-navigation.professionals .selected
{
    border-top:1px solid #000080;
    border-bottom:1px solid #000080;
    background-color:White;
    color:#000080;
}

#left-section-navigation.schools a:hover, #left-section-navigation.schools .selected
{
    border-top:1px solid #FF9900;
    border-bottom:1px solid #FF9900;
    background-color:White;
    color:#FF9900;
}

#left-section-navigation.concerned a:hover, #left-section-navigation.concerned .selected
{
    border-top:1px solid #CC0000;
    border-bottom:1px solid #CC0000;
    background-color:White;
    color:#CC0000;
}

#main-column
{
      font-size:100%;
      margin-bottom:10px;
      line-height:20px;
}

#main-column table caption, #main-column h2, #main-column h3, #main-column h4, #main-column h5, #main-column h6
{
    color: #99B989;
    font-family: 'Nunito', sans-serif;
    margin-bottom:20px;
}

#main-column h3, #main-column h4, #main-column h5, #main-column h6
{
        margin-bottom:10px;
}

.what #main-column table caption,
.what #main-column h2,
.what #main-column h3,
.what #main-column h4,
.what #main-column h5,
.what #main-column h6
{
        color: #99B989;
}

.children #main-column table caption,
.children #main-column h2,
.children #main-column h3,
.children #main-column h4,
.children #main-column h5,
.children #main-column h6
{
        color:#800080;
}

.parents #main-column table caption,
.parents #main-column h2,
.parents #main-column h3,
.parents #main-column h4,
.parents #main-column h5,
.parents #main-column h6
{
        color:#A2B9E8;
}

.professionals #main-column table caption,
.professionals #main-column h2,
.professionals #main-column h3,
.professionals #main-column h4,
.professionals #main-column h5,
.professionals #main-column h6
{
         color:#000080;
}

.schools #main-column table caption,
.schools #main-column h2,
.schools #main-column h3,
.schools #main-column h4,
.schools #main-column h5,
.schools #main-column h6
{
        color:#FF9900;
}

.concerned #main-column table caption,
.concerned #main-column h2,
.concerned #main-column h3,
.concerned #main-column h4,
.concerned #main-column h5,
.concerned #main-column h6
{
     color:#CC0000;
}

#main-column h2
{
      font-size:160%;
}

#main-column h3
{
      font-size:140%;
}

#main-column h4, .ie7 #main-column h3
{
      font-size:130%;
}

#main-column h5, .ie7 #main-column h4
{
      font-size:120%;
}

#main-column h6, .ie7 #main-column h5
{
      font-size:110%;
}

.ie7 #main-column h6
{
      font-size:105%;
}

#main-column p, #main-column ul, #main-column ol, #main-column table, #main-column address,  #main-column dl, #main-column caption, #main-column div, #main-column form
{
    margin-bottom:20px;
}

#main-column ul ul, #main-column ol ol, #main-column div div, #main-column form div, #main-column table p
{
  margin-bottom:0px;
}

#main-column li a, #main-column td a 
{
    display:block;
    background-position:left top;
    padding-left: 23px;
    background-image:url(../umbraco/images/umbraco/page_link.png);
    background-repeat:no-repeat;
    margin-left:0px;
}

#main-column li a
{
    margin-left:-23px;
}

/*#main-column li a[href^='http'], #main-column td a[href^='http'], #main-column td p a[href^='http']
{
  background-image:url(../umbraco/images/umbraco/page_link.png);
  background-repeat:no-repeat;
} */

#main-column li a[href^='http'], #main-column td a[href^='http']
{
    background-image:url(../umbraco/images/umbraco/page_world.png);
    background-repeat:no-repeat;
}

#main-column li a[href$='.pdf'], #main-column td a[href$='.pdf']
{
    background-image:url(../umbraco/images/umbraco/page_white_acrobat.png);
    background-repeat:no-repeat;
}

#main-column li a[href$='.doc'], #main-column li a[href$='.docx'], #main-column td a[href$='.doc'], #main-column td a[href$='.docx']
{
    background-image:url(../umbraco/images/umbraco/page_word.png);
    background-repeat:no-repeat;
}

#main-column li a[href$='.xls'], #main-column li a[href$='.xlsx'], #main-column li a[href$='.csv'], #main-column li a[href$='.sxw'], #main-column li a[href$='.fb2'],
#main-column td a[href$='.xls'], #main-column td a[href$='.xlsx'], #main-column td a[href$='.csv'], #main-column td a[href$='.sxw'], #main-column td a[href$='.fb2']
{
    background-image:url(../umbraco/images/umbraco/page_excel.png);
    background-repeat:no-repeat;

}

#main-column li a[href$='.ppt'], #main-column li a[href$='.pptx'], #main-column td a[href$='.ppt'], #main-column td a[href$='.pptx']
{
    background-image:url(../umbraco/images/umbraco/page_white_powerpoint.png);
    background-repeat:no-repeat;

}

#main-column li a[href$='.rtf'], #main-column li a[href$='.odt'],  #main-column li a[href$='.txt'], #main-column td a[href$='.rtf'], #main-column td a[href$='.odt'],  #main-column td a[href$='.txt']
{
    background-image:url(../umbraco/images/umbraco/page_white_text.png);
    background-repeat:no-repeat;

}

#main-column li a[href$='.swf'], #main-column li a[href$='.fla'], #main-column td a[href$='.swf'], #main-column td a[href$='.fla']
{
    background-image:url(../umbraco/images/umbraco/page_white_actionscript.png);
    background-repeat:no-repeat;
}


#main-column li a[href$='.zip'], #main-column td a[href$='.zip']
{
    background-image:url(../umbraco/images/umbraco/page_white_zip.png);
    background-repeat:no-repeat;
}


#main-column li a[href^='mailto'], #main-column td a[href^='mailto']
{
    background-image:url(../umbraco/images/umbraco/email_open.png);
    background-repeat:no-repeat;
}

.no-images a
{
    padding-left: 0px;
    padding-right:0px;
    background-image:none !important;
}

#main-column  sub
{
  font-size:70%; vertical-align:sub;
}

#main-column sup
{
  font-size:70%; vertical-align:super;
}

#main-column table
{
  border-collapse:collapse;
}

#main-column table, #main-column tr, #main-column th, #main-column td
{
  padding:5px;
  border:1px solid #999;
}

#main-column blockquote
{
     font-style:italic;
     color:#999;
}

#breadcrumbs
{
  clear:both;
  position:relative;
  float:left;
  height:auto;
  width:960px;
}

#breadcrumbs .left
{
  width:90px;
  float:left;
  margin-bottom:0px;
}

#breadcrumbs .right
{
  text-align:left;
  display:block;
  overflow:hidden;
  margin-bottom:0px;
}

#breadcrumbs p
{
  padding:0px;
}

#breadcrumbs ul
{
  position:relative;
  padding:0px;
  margin:0px;
}

#breadcrumbs ul li
{
  float:left;
  padding:5px 7px 5px 0px !imporant;
  list-style-image:none;
  list-style-type:none;
  font-size:110%;
  width:auto;
  margin:0px;
}

#breadcrumbs ul li a
{
  display:inline;
  padding:0 14px 0 0;
  margin:0 7px 0 0;
  background-image:url(../img/right-arrow.gif);
  background-position: right 5px;
  background-repeat:no-repeat;
  background-color:transparent;
  border: 0px solid white;
  text-decoration:underline;
}

.form fieldset
{
  margin-bottom:0px !important;
  border: 1px solid #000080 !important;
  background-color: transparent !important;
}

.form fieldset legend
{
    background-color: transparent !important;
    color: #000080 !important;
    font-family: 'Nunito', sans-serif !important;
}



.spacedList
{
    margin:0px;
    padding:0px;
    list-style-type:none;
    list-style-image:none;
    display:block;
    overflow:hidden;
    clear:both;
}

.spacedList li
{
    margin:0px;
    padding:0px;
    list-style-type:none;
    list-style-image:none;
    float:left;
    width: 100px;
    clear:left;
    display:inline;
}

.spacedList li ul
{
    float:left;
    margin-left:100px !important;
    margin-top:-20px !important;
    display:inline-block;
    width: 500px;
    margin:0px;
    padding:0px;
    list-style-type:none;
    list-style-image:none;
    overflow:hidden;

}

.ie7 .spacedList li ul
{
        height:70px;
}

.spacedList li ul li
{
        width: 500px !important;
        overflow:hidden;
        margin-bottom:40px;
        display:block !important;
}


/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }



/**
 * Media queries for responsive design.
 *
 * These follow after primary styles so they will successfully override.
 */

@media all and (orientation:portrait) {
  /* Style adjustments for portrait mode goes here */

}

@media all and (orientation:landscape) {
  /* Style adjustments for landscape mode goes here */

}

/* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
   consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {


  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

























































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
