﻿

/* Standard HTML element overrides
 */

html {
     overflow: -moz-scrollbars-vertical; /* Force visibility of vertical scroll on FF: otherwise page alignment can shift left and right depending on content depth */
}

/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button {
     margin: 0;
     padding: 0;
     border: 0;
}

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
    /*background-color: #EEEEEE;*/
}

table, form 
{
    border-collapse: collapse;
}

h1 {
	margin-bottom:1em;
	font-size: 2.0em;
	font-weight: bold;
}
h2 {
	margin-bottom:1em;
	font-size: 1.3em;
	font-weight: bold;
}
h3 {
	margin-bottom: 0.5em;
	font-size: 1.2em;
	font-weight: normal;
}
h4 {
	margin-bottom: 0.5em;
	font-size: 1.0em;
	font-weight: bold;
}
h5 {
	margin-bottom: 0.5em;
	font-size: 1.0em;
	font-weight: bold;
}
h6 {
	margin-bottom: 0.5em;
	font-size: 0.8em;
	font-weight: bold;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

div {
	text-align: left;
}

textarea {
    font-family: Arial, sans-serif;
}

ul 
{
	/*list-style-image: url(imgs/bullet.png);*/
	margin: 0;
	padding: 0;
	border: none;
	margin-left: 10px;
}
	
li 
{
    margin-left: 16px;
    margin-bottom: 2px;
}

blockquote
{
    float:right;
    width:200px;
    font-weight:bold;
    margin:0 0 12px 12px;
}

area 
{
    border: none;
}

/* Utility classes
 */

.clearBoth
{
    clear: both;
    font-size: 0px;
}

.floatLeft
{
	float: left;
}

.floatRight
{
	float: right;
}

.marginRight10
{
	margin-right: 10px;
}

.marginTop10
{
	margin-top: 10px;
}

.marginSmall
{
	margin: 5px;
}

.marginMedium
{
	margin: 10px;
}

.height0
{
    clear: both;
	font-size: 0px;
	height: 0px;
	min-height: 0px;
}

.height5
{
    clear: both;
	font-size: 5px;
	height: 5px;
	min-height: 5px;
}

.height10
{
    clear: both;
	font-size: 10px;
	height: 10px;
	min-height: 10px;
}

.height15
{
    clear: both;
	font-size: 15px;
	height: 15px;
	min-height: 15px;
}

.height20
{
    clear: both;
	font-size: 20px;
	height: 20px;
	min-height: 20px;
}

.height25
{
    clear: both;
	font-size: 25px;
	height: 25px;
	min-height: 25px;
}

.height30
{
    clear: both;
	font-size: 25px;
	height: 25px;
	min-height: 25px;
}

.small
{
	font-size: 0.8em;
}

.fadeColor
{
	color: #999999;
}

.siteColor
{
	color: #F8001B;
}

.rightAlign
{
	text-align: right;
}

.centreAlign
{
    text-align: center;
}

/* Top master page
 */

div.banner
{
    width: 1000px;
    position: relative;
    height: 90px;
    margin-bottom: 10px;    
}

div.banner div
{
    position: absolute;
}

div.banner div.long
{
    left: 0px;
}

div.banner div.short
{
    right: 0px;
    direction: rtl;
}

div.frameOuter
{
    margin-top: 10px;
}

div.frameInner
{
    text-align: left;
    background-color: White;
    width: 1000px;
    margin-bottom: 20px;
}

div.centerRegion
{
    min-height: 500px;
}

div.mainFooter
{
    padding: 4px 16px;
    font-size: smaller;
}

div.footer a
{
    /*color: White;*/
}

div.footer p
{
    margin-bottom: 0px;
    margin-top: 10px;
    color: Gray;
}

div.leftColumn
{
    float:left;
    width: 170px;
    text-align: center;
}

div.middleColumn
{
    width: 640px;
    float:left;
    padding-left: 20px;
}

div.rightColumn
{
    float:left;
    width: 170px;
    text-align: right;
}

div.towerAdvert
{
    text-align: center;
}

div.buttonAdvert
{
    margin-bottom: 15px;
}

/* Header and top menu
 */

div.mainHeader
{
    position: relative;
    height: 116px;
    margin-bottom: 16px;
    background-image: url(/imgs/logoBanner.png);
}
div.mainHeader div.logoBox
{
    position: absolute;
    top: 0px; 
    left: 0px;
    cursor: pointer;
    width: 335px;
    height: 116px;
}

div.mainHeader div.buttonBox
{
    position: absolute;
    top: 17px; 
    right: 13px;
    cursor: pointer;
    width: 128px;
    height: 85px;
}

/* Breadcrumb trail
 */

div.navTrail
{
    margin-bottom: 8px;
    color: #666666;
}
div.navTrail a
{
    text-transform: lowercase;
    font-size: 1.0em;
    color: #666666;
}
div.navTrail span.navTrailChev
{
    padding: 0px 4px;
}

/* Article list
 */

div.listItem div.thumbDiv
{
    float:left;
    margin-right: 10px;
}

div.listItem div.textDiv
{
    float:left;
}

/* Article
 */

#document h1
{
}
#document div.dateLabel
{
    position: relative;
    top: -20px;
    color: #666666;
}

#document p 
{
	/*font-size: 0.9em;*/
    margin: 0 0 1.3em 0;
}

#document a {
	text-decoration: underline;
}

#document a:hover {
	text-decoration: none;
}

.stdleadertext {
    font-style: italic;
}

.stdsubheader1 {
    font-weight: bold;
}

.articleImage { }

.articleElementRight {
	float:right;
	display:inline;
	margin: 0.0em 0 0.25em 1.5em;
}

.articleElementLeft {
	float:left;
	display:inline;
	margin: 0.0em 1.5em 0.25em 0;
}

.mpu {
    float:left;
    margin-right: 12px;
    margin-bottom: 12px;
}

.commentsEmailPrint {
    float: right;
    margin-left: 10px;
    font-size: 0.85em;
}

div.quote {
    float:right;
    width:200px;
    font-weight:bold;
    margin:0 0 8px 8px;
}

.rssImage {
    vertical-align: middle;
}

.hplPagination
{
    margin: 10px 0px;
    width: 80px;
}
.hplPagination label
{
    font-weight: bold;
}
.hplPagination a
{
    text-decoration: underline;
}
.hplPagination a:hover
{
    text-decoration: none;
}

.hplPagination .selected
{
    font-size: 1.2em;
}

.commentBox
{
    float: left;
    width: 278px;
    height: 250px;
    border: solid 1px #cccccc;
    margin-right: 10px;
}

/* footer
 */ 

div.mainFooter
{
    background-color: rgb(205,237,250);
    padding: 4px 10px;
    margin-top: 10px;
}

/* Boxes
 */

div.box
{
    width: 165px;
    margin-bottom: 16px;
}
div.box div.header
{
    background-color: rgb(205,237,250);
    background-image: url(/imgs/boxHeader.png);
    background-repeat: no-repeat;
    font-weight: bold;
    padding: 2px 10px;
    height: 16px;
}
div.box div.body
{
    padding: 4px 6px 0px 6px;
    border-left: solid 1px rgb(205,237,250);
    border-right: solid 1px rgb(205,237,250);
}
div.box div.body a
{
    color: rgb(37, 57, 128);
    font-weight: bold;
}
div.box div.footer
{
    background-repeat: no-repeat;
    background-image: url(/imgs/boxFooter.png);
    height: 12px;
}

/* Home
 */

div.home
{
}
div.home div.left
{
    width: 418px;
    float:left;
    padding-right: 10px;
    border-right: solid 1px #AAAAAA;
}
div.home div.right
{
    position: relative;
    left: -1px;
    width: 210px;
    float:right;
    border-left: solid 1px #AAAAAA;
}
div.home div.left img
{
    margin-bottom: 14px;
}
div.home div.articleList h2
{
    margin: 0px;
    padding: 0px 0px 1px 12px;
    border-bottom: solid 1px #AAAAAA;
}
div.home div.left div.articleList div.list
{
    padding-right: 4px;
}
div.home div.right div.articleList div.list
{
    padding-left: 14px;
}
div.home div.articleList a.more
{
    position: relative;
    top: 2px;
    float: right;
}
div.home div.articleList div.list div.more
{
    margin-top: 16px;
    border-top: solid 1px #AAAAAA;    
}
div.articleList div.articleSummary
{
    margin-top: 14px;
}
div.articleList div.articleSummary h3
{
    margin-bottom: 2px;
    padding-bottom: 0px;
    font-size: 1.0em;
    font-weight: bold;
}
div.articleList div.articleSummary p
{
}
div.articleList div.articleSummary div.image
{
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 12px;
}
div.articleList div.articleSummary div.image img
{
    width: 60px;
}

div.articleList div.articleSummary div.bkdGrey
{
    background-color: #aaaaaa;
}

div.articleList div.articleSummary div.body
{
    float: left;
    overflow: hidden;
}

div.articleList div.articleSummary div.date
{
    font-size: 0.85em;
    padding-top: 4px;
    font-weight: bold;
}

div.home div.left div.articleList div.articleSummary div.image
{
}
div.home div.left div.articleList div.articleSummary div.body
{
    width: 342px;
}
div.folder div.articleList div.articleSummary div.body
{
    width: 550px;
}
div.folder div.articleList div.articleSummary div.bodyNoImage
{
    width: 622px;
}

div.bestFromBlog
{
}
div.bestFromBlog div.articleSummary
{
    width: 195px;
    overflow: hidden;
}

/* Search box
 */

div.searchBox 
{
    position: absolute;
    right: 170px;
    top: 30px;
    height: 40px;
    padding: 10px;
    border: solid 1px rgb(170,217,240);
    /*background-color: rgb(215,247,250);*/
}

div.searchBox div.inner
{
    position: relative;
    width: 190px;
}

div.searchBox input.searchEdit 
{
    position: absolute;
    top: 0px;
    left: 0px;
	height: 18px;
	width: 154px;
	margin-right: 4px;
}

div.searchBox input.searchButton 
{
    position: absolute;
    top: 0px;
    right: 0px;
	border: 1px #4B7C9F solid;
}

div.searchBox div.searchText
{
    position: absolute;
    top: 26px;
    left: 0px;
    font-size: 0.85em;
    color: #909090;
}

div.searchBox input.inactiveInput
{
	border: 1px #4B7C9F solid;
	color: #999999;				
}

div.searchBox input.activeInput
{
	color: black;
	border: 1px #00ADEF solid;
}

/* Blog page
 */

div.blog div.dialog
{
    width: 555px;
    border: solid 1px #AAAAAA;
}
div.blog div.dialog div.header
{
    background-color: rgb(224,224,189);
    padding: 4px;
}
div.blog div.dialog div.body
{
    background-color: rgb(255,255,214);
    padding: 16px;
}
div.blog div.dialog div.body div.row input,
div.blog div.dialog div.body div.row textarea
{
    float: left;
}
div.blog div.dialog div.body div.row textarea
{
    width: 420px;
}
div.blog div.dialog div.body div.row label
{
    display: block;
    width: 80px;
    float: left;
    padding-right: 4px;
}
div.blog div.dialog div.body div.row
{
    margin-bottom: 6px;
}
div.blog div.dialog div.body div.bottom
{
    margin-bottom: 0px;
}
div.blog div.dialog div.body span.note
{
    color: #999999;
}
div.blog div.dialog div.body span.highlight
{
    color: red;
}

/* Competition form
 */

#document div.competition label
{
    width: 80px;
    /*font-weight: bold;*/
    display: block;
    float: left;
}

div.competition input
{
    margin-bottom: 4px;
}