/*Graphico Generic Print CSS  - Stuart Johnston 05/07/07*/
/*dont print the ugly stuff - footers, right hand promotional panels, 
secondary navigation  - just give them the good stuff*/
#extra,
#flexible,
#siteInformation,
#skipLinks,
#additional,
#primaryNavigation,
.countrySwitcher,
#assistanceBar,
.secondaryContent,
#breadcrumb,
.gr-trigger,
#navhor,
.hide,
#inspire,
#socialBookmarks
{
    display: none;
    border: solid 1px #900;
}

#mainPage a:link, #mainPage a:visited
{
    text-decoration: underline;
}
#mainPage a:link:after, #mainPage a:visited:after 
{
   content: " (" attr(href) ") ";
   font-size: 90%;
}
#mainPage a[href^="#"]:after 
{
  content: "";
}
#skipLinks h2,
#skipLinks ul
{
    display: none;
}
/*dont print Flash unless it is essential to the mission*/
object,
embed
{
    display: none;
}
/*if you breadcrumb trail is called "breadcrumb" show it at the top of the page*/
#breadcrumb {
    background-color:#C4C4C4;
    margin-bottom:30px;
}
#breadcrumb ul {
    padding:5px 0px;
}
#breadcrumb ul li {
    background-image:url(../../SiteImages/Breadcrumb/iconDivider.gif);
    background-position:right center;
    background-repeat:no-repeat;
    color:#FFFFFF;
    display:inline;
    padding:0px 10px 0px 5px;
}
#breadcrumb ul li.first {
    background-image:none;
    padding:0px;
}
#breadcrumb ul li.last {
    background-image:none;
    font-weight:bold;
}
    
/*set the basic inherited colours and simple fonts font stuff*/
body
{
    font-family: Times New Roman, Serif;
    font-size: 11pt;
    background-color: #fff;
    color: #000;
}

/* a visual rendering of basic structural typography - if you get lower than H4 - well I dont know*/
h1
{
    font-size: 26pt;
    margin: 15px 0 20px 0;
    clear: left;
}
h2
{
    margin: 10px 0 10px 0;
    font-size: 15pt;
}
h3
{
    margin: 0 0 10px 0;
    font-size: 11pt;
    display: block;
    clear: both;
}

p
{
    margin-bottom: 10px;
}
em
{
    font-style:normal;
    font-weight: bold;
}
ul
{
    list-style-type:disc;
    margin-left: 25px;
    margin-bottom: 5px;
}
ol
{
    list-style-type:decimal;
    margin-left: 25px;
    margin-bottom: 5px;
}
dl
{
    margin: 25px 0 10px 25px;
}
dt
{
    font-weight: bold;
    font-size: 11pt;
}
/* Give all inline images a float left, margin and a nice simple border*/
body img
{
    margin: 0 10px 5px 0;
    /* 
        padding: 5px;
        border: 1px solid #aaa; 
    */
    clear:left;
    float: left;
}
body li img
{
    float: none;
}
img[alt]:after 
{ 
    content:" " attr(alt) " ";
}

/*make you hard rules simple and lovely*/
hr
{
    height: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0 none;
    display: block;
    clear: both;
    margin: 5px 0 5px 0;
}

.subPanel .gr-mask p
{
    margin-bottom: 0;
    padding-bottom: 5px;
}
.gr-js .gr-mask
{
    overflow: hidden;
    position: relative;
    height: 127px;
}
.gr-js .gr-mask .gr-desc
{
    position: absolute;
    left: 0;
}
.gr-js .gr-mask h4,
.gr-js .gr-mask p
{
    padding: 0 4px;
}