/* Home Page */

#homeCont1 {
	float: left;
	display: inline;
	width: 529px;
	height: 223px;
	padding: 40px 35px;
	background: url(graphics/homeCont1-trans.png);
}

#homeCont1 h1 {
	font-size:18px;
	color: #4a566d;
	text-transform:uppercase;
	border: 0;
	margin: 0;
}

#homeCont1 h2 {
	font-size:30px;
	color: #ec8b00;
	letter-spacing: -0.06em;
	text-transform:uppercase;
	margin: 0 0 16px;
}

#homeCont1 p {
	font-size:13px;
	line-height: 14px;
}

#homeCont1 a {
	color: #ffffff;
	padding: 6px 37px;
}

#homeCont1 a:hover {
	text-decoration: none;
}

#homeCont2 {
	float: right;
	width: 267px;
	height: 270px;
	background: url(graphics/homeCont2-trans.png);
	padding: 23px 10px 10px 10px;
}

#homeCont2 h1 {
	text-transform:uppercase;
	color: #FFFFFF;
	font-size:18px;
	border: 0;
	margin: 0 5px 10px 5px;
}

#homeCont2 p {
	font-size: 12px;
	color: #FFFFFF;
	margin: 0 5px 18px;
	line-height: 14px;
}

.homeCont3 {
	float: left;
	width: 290px;
	margin: 35px 5px 0 5px;
}

.homeCont3 .last {
	margin-right: 0;
}

.homeCont3 .a {
	height: 20px;
	background: url(graphics/yellowGrad.gif) repeat-x;
	padding: 5px 20px 0;
}

.homeCont3 a {
	font-weight: bold;
	color: #ffffff;
}

.homeCont3 .b {
	height: 77px;
	border-top: 3px solid #455166;
	background: url(graphics/greyGrad.gif);
	padding: 15px 20px 0;
}

/* */

#update {
	margin-top: 40px;
	position: relative;
	left: 220px;
}



/* Manual Page */

#contents {
	color: #444444;
	margin-bottom: 25px;
	border: 1px dotted #ccc;
	background: #eee;
	padding: 15px 20px;
	
}

/* Test */

.conta a {
	text-transform: uppercase;
	font-size:12px;
	padding: 5px 8px;
	background: #9EA0A9;
	border: 1px solid #666;
	color: #FFFFFF;
}

.question {
	margin: 0 0 20px;
	font-weight: bold;
}
.quest {
	padding: 10px 15px 0;
	margin: 0 0 20px;
	background: #f6f6f6;
	border: 1px solid #eee;
}



/* Login Page */


#loginPage {
	margin-bottom: 25px;
}

#login {
	padding: 41px 0 0 0;
	font-size:10px;
	width: 320px;
}

#login div.entry {
	width: 125px;
	float: left;
	margin-right: 10px;
	color: #000033;
}

#user, #password {
	width: 125px;
	height: 16px;
	margin-top: 2px;
	float: left;
}

#go {
	float: left;
	width: auto;
	margin: 15px 0 0;
}

#forgot {
	display:none;
	width: 200px;
	margin: 4px 0 0 135px;
}

/* Buy Now */

#subs_confirm-form {
	margin: 30px 0;
	padding: 5px 30px 20px;
	width: 538px;
	border-color: #ccc;
}

#subs_confirm-form h3 {
	margin-bottom: 25px;
}

#subs_confirm-form label {
	border: 0;
	width: 100px;
	padding: 0 0 0 25px;
	font-weight:bold;
	color: #003366;
	font-size: 12px;
}

#subs_confirm-form label:hover {
	text-decoration:underline;
}

#subs_confirm-form input {
	cursor: pointer;
	border: 0;
	width: 20px;
}

.subs_confirm-paymentMethod {
	float: left;
	font-size: 15px;
	margin-right: 40px;
}

.subs_confirm-paymentMethod label {
	margin-right: 7px;
}

/* details.php */
/*PE 071210 - add discount sMembershipNum to uppercase */
/* BF10_34b PE 15/12/10 Initials */
#sTown, #sPostcode, #sSupervisoryOrganisation, #sMembershipNum, #uInitials
 {
	text-transform: uppercase;
} 

/* PE 071210 - add principal and ,lro names to uppercase */
/* BF10_34 PE 15/12/10 Capitalise names */
#firstname, #secondname, #lastname, #sCountry, #sCustomerName, #sPrincipalTitle,
#sPrincipalFirstnames, #sPrincipalSurname, #sMlroTitle, #sMlroFirstnames, 
#sMlroSurname, #sAddress1, #sAddress2, #sCounty, #uSurname, #uFirstnames, #uTitle
{
	text-transform:capitalize;
}

/* viewrep.php */

#viewreport label, #viewreport span {
	float: right;
	width: 278px;
	min-height: 15px;
	background: #f7f7f7;
	margin: 0 0 10px 0;
	padding: 5px 10px;
}

#viewreport label {
	font-weight: bold;
	float: left;
	background: #f1f1f1;
	clear:both;
}

#viewreport .priv {
	height: 30px;
}

#viewreport div {
	clear: both;
	border: 1px dotted #ddd;
	padding: 15px;
	margin: 40px 0 20px;
}


/* Jquery Lightbox - colorbox */

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#fff;}
#colorbox{}
    #cboxTopLeft{width:25px; height:25px; background:url(graphics/colorbox/border1.png) no-repeat 0 0;}
    #cboxTopCenter{height:25px; background:url(graphics/colorbox/border1.png) repeat-x 0 -50px;}
    #cboxTopRight{width:25px; height:25px; background:url(graphics/colorbox/border1.png) no-repeat -25px 0;}
    #cboxBottomLeft{width:25px; height:25px; background:url(graphics/colorbox/border1.png) no-repeat 0 -25px;}
    #cboxBottomCenter{height:25px; background:url(graphics/colorbox/border1.png) repeat-x 0 -75px;}
    #cboxBottomRight{width:25px; height:25px; background:url(graphics/colorbox/border1.png) no-repeat -25px -25px;}
    #cboxMiddleLeft{width:25px; background:url(graphics/colorbox/border2.png) repeat-y 0 0;}
    #cboxMiddleRight{width:25px; background:url(graphics/colorbox/border2.png) repeat-y -25px 0;}
    #cboxContent{background:#fff; overflow:hidden;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:20px;}
        #cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
        #cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
        #cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
        #cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
        #cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
        #cboxLoadingOverlay{background:#fff url(graphics/colorbox/loading.gif) no-repeat 5px 5px;}
         #cboxClose{position:absolute; top:0; right:0; background:url(graphics/colorbox/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to IE9.
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
*/
.cboxIE6 #cboxTopLeft{background:url(graphics/colorbox/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(graphics/colorbox/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(graphics/colorbox/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(graphics/colorbox/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(graphics/colorbox/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(graphics/colorbox/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(graphics/colorbox/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(graphics/colorbox/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}

