﻿/*--------------------------------------------------Pop-up notices - Jubilee events/open days--------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
}
#openContainer {
    background-color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size:10px;
    overflow: auto;
}
#openContent {
    float: left;
    margin: 20px 40px 0;
}
#openContent #openText {
    background-color: #FFFFFF;
    padding: 0;
}
#openContent #openText h1 {
    color: #D81E05;
    font-size: 2.2em;
    font-weight: normal;
    line-height: 1.2em;
    margin-bottom: 12px;
}
#openContent #openText h2 {
    color: #232120;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 12px;
}
#openContent #openText p {
    color: #464340;
    font-size: 1.3em;
    line-height: 1.3em;
    margin-bottom: 15px;
}
#openContent #openText b {
    font-weight: bold;
}
#openContent #openText ul {
    margin: 0 0 15px;
}
#openContent #openText li {
    background: url("/SiteElements/images/CorporateWeb/StudyHere/bullet-red.png") no-repeat scroll 12px 10px #FFFFFF;
    color: #464340;
    font-size: 1.3em;
    line-height: 1.3em;
    list-style-type: none;
    margin-top: 5px;
    padding: 4px 0 2px 23px;
}
#openContent #openText a:link, #openContent #openText a:visited {
    color:#1a67b4;
    text-decoration: none !important;
}
#openContent #openText a:hover {
    text-decoration: underline !important;
}
#openContent #openText dl {
    margin: -10px 0 15px;
    overflow: auto;
}
.jubilee {
    color: #A2905E !important;
}
#openContent #openText dt, #openContent #openText dd {
    float: left;
    font-size: 1.3em;
    line-height: 1.3em;
    margin-top: 15px;
}
#openContent #openText dt {
    color: #D81E05;
    font-weight: bold;
    width: 90px;
}
#openContent #openText dd {
    margin-left: 10px;
    width: 400px;
    color:#464340;
}
#openContent #openText dd span {
    display: block;
    margin-bottom: 15px;
}
#openContent #openText img {
    padding: 0 !important;
}
#openContent #openText img.ODButton {
    padding-top: 8px !important;
}
span.ODInfo {
    color: #D81E05;
    font-weight: bold;
}
.BookEvent {
    background: none repeat scroll 0 0 #7FB543;
    color: #FFFFFF !important;
    float: left;
    font-size: 1em;
    font-weight: bold;
    line-height: 1em;
    padding: 2px 7px;
}
.BookEvent a:link {
    color: #FFFFFF !important;
    text-decoration: none;
}
.BookEvent a:hover {
    color: #FFFFFF !important;
    text-decoration: underline !important;
}
.BookNowLink {
    color: #FFFFFF !important;
    text-decoration: none !important;
}
.BookEvent img {
    margin-left: 5px;
    margin-top: 2px;
}
