/* Print stylesheet
----------------------------------------------
	Name: Firstname Lastname
	Date: Day Month Year
*/

/* 2. Typography
----------------------------------------------*/

body {
    margin: 20pt;
    color: #58595b;
    font: normal 14px/22px 'Open Sans', Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    /* for more information on font stacks please visit - http://articles.sitepoint.com/article/eight-definitive-font-stacks *//* for more information on css typeset please visit - http://www.jan-quickels.de/tools-web-typography/ */
}

/* --- links */

a {
    color: #ef4035;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* --- paragraph */

p {
    margin: 0;
    padding: 0 0 15px;
}

/* --- lists */

ul {
    margin: 0;
    padding: 6px 0 12px 18px;
}

ol {
    padding: 6px 0 12px 21px;
}

ul li {
    padding: 3px 0 0 5px;
}

ol li {
    padding: 3px 0;
}

/* --- headings */

h1 {
    margin: 0 0 16px;
    font-size: 32px;
    line-height: 36px;
    font-weight: normal;
    font-family: Eurostile, Courier New;
    color: #294785;
}

h2, h3, h4, h5, h6 {
    margin: 5px 0 10px;
    font-weight: normal;
    font-family: Eurostile, Courier New;
    color: #294785;
}

h2 {
    font-size: 28px;
    line-height: 35px;
}

h3 {
    font-size: 21px;
    line-height: 29px;
}

h4 {
    font-size: 17px;
    line-height: 23px;
    color: #414042;
    font-weight: bold;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

h5 {
    font-size: 16px;
    line-height: 22px;
    color: #414042;
    font-weight: bold;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

h6 {
    font-size: 14px;
    line-height: 20px;
    color: #414042;
    font-weight: bold;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

h1 a, h2 a, h3 a {
    text-decoration: none;
    color: #294785;
}

h4 a, h5 a, h6 a {
    text-decoration: none;
    color: #414042;
}

h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    text-decoration: none;
    color: #576c80;
}

.sbFieldGroupHeading {
    font-size: 17px;
    line-height: 23px;
    margin: 5px 0 10px;
    font-weight: normal;
    color: #1d356b;
}

/* --- images */

img.imageRight {
    float: right;
    display: inline;
    margin: 0 0 10px 15px;
    -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.3);
}

img.imageLeft {
    float: left;
    margin: 0 15px 10px 0;
    -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.3);
}

img.imageCentre {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img {
    border: 0;
    max-width: 100%;
    height: auto !important;
    display: inline-block;
}

/* --- tables */

.contentTable, #read_only_order_list {
    border: 0;
    margin: 15px 0 30px;
            border-radius: 2px;
       -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
            box-shadow: 0 1px 3px rgba(0,0,0,0.2);
       -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.timeRemaining {
    margin: 0 0 20px;
}

th, td {
    vertical-align: top;
    text-align: left;
    font-size: 14px;
}

.contentTable th, #read_only_order_list th {
    text-align: left;
    padding: 18px 2% !important;
    background: none;
    color: #294785;
    font-weight: 500;
    border: 0;
}

.contentTable td, #read_only_order_list td {
    text-align: left;
    padding: 18px 2% !important;
    background: none;
    border: 0;
    font-weight: 200;
}

.contentTable tr, #read_only_order_list tr {
    text-align: left;
    background: url('images/adia-insep2.png') no-repeat 50% bottom;
    background-size: 100% 1px;
    border: 0;
}

.contentTable tr:nth-child(even), #read_only_order_list tr:nth-child(even) {
    background-color: #fcfcfc;
}

.contentTable tr:last-child, #read_only_order_list tr:last-child {
    background-image: none;
}

/* 2. Hidden Elements
----------------------------------------------*/

/* hide here any elements you do not want to print */

form, #topheadbg, #botheadbg, #mainNavbg, #subfootbg, #footbg, #sideBar,
#bannerbg, .breadcrumb, .path {
    display: none !important;
}

#welcometext {
    float: right;
    width: 50%;
    font-size: 10px;
    line-height: 14px;
}

#welcometext p {
    padding: 0 0 28px;
    color: #888 !important;
}

#logolink {
    float: left;
    width: 250px;
    padding: 0 0 20px;
}
