/** BASIC */

body {
    margin: 0px;
    padding: 0px;
    background: #E2E2E2 url("../images/background.gif");
}

.mess {
    color:red;
}

/** FORMS */

form {
    margin: 0px;
    padding: 0px;
}

fieldset {
    margin: 0;
    padding: 0;
    border: none;
    color: #84a3d1;
}

.fsfloat {
    float: right;
    padding-right: 25px;
    padding-top: 10px;
}

.fsfloat {
	width: 300px;
}

input[type="image"] {
	margin-top: 2px;	
}

.text {
    border: none;
    background: #fff;
}

form ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

form li {
}

div.form-details {
	display: none;
}

/**double column lists  HE and RCJ**/
div.dcol {
    width: 480px;

    overflow: hidden;
    float:left;
}
div.dcol ul {
    overflow: hidden;
    width: 480px;
    padding-bottom:20px;

}
div.dcol ul li {
    list-style-type: none;
    width: 200px;
    margin-right: 2%;
    float: left;

}

div.dcol ul li {
    padding-bottom:5px;   

}

div.dcol span{
    font-size:x-small;
}


/**box2a**/

#box2a fieldset {

    float:left;
    clear:left;
    width:100%;
    margin: 20px 0 0 0;
    padding: 0 0 10px 0;
    border: 1px dotted #ccc;
    background-color:#E8F6FF;
    color:#333;
}

#box2a legend{

    margin-left: 15px;
    padding:0;

    font-weight: bold;
    color: #012E6D;

}

#box2a fieldset ol{

    padding: 1em 1em 0 1em;
    list-style:none;

}

#box2a fieldset li {

    float: left;
    clear:left;
    width:100%;
    padding-bottom:2px;
}

#box2a fieldset.submit {
    float:none;
    width: auto;
    border-style: none;
    background-color:transparent;
    padding-top:10px;
    margin:auto  0;
}

#box2a fieldset select{
    margin: 0;
}

#box2a label {
    display:block;
    color: #012E6D;
    float: left;
    width:12em;
    margin-right: 8px;
    text-align:right;
}

#box2a label.wider {
    width: 18em;
}

#box2a label.comply{
    width: 25em;
}

#box2a label.complyet{
    width:30em;
}

#box2a label.D1 {
    color: #999;
}

#box2a fieldset span{
/*    font-size: x-small; */
}

#box2a fieldset p  {
    margin: 10px;
    padding-left: 5px;
}

#box2a textarea {
    margin: 0;
}

#box2a textarea.large{
    margin:5px  25px 5px 40px;
}

#box2a .text {
    background: #FFFFFF;
    border:1px #ccc dotted;
	width: 258px;	
}

#box2a fieldset div {
    margin:0px;
    width: 210px;
    float:left;
}

#box2a .cbclear{
    clear:both;
}

#box2a fieldset a {
    font-weight:normal;

}

#box2a .button {
    float: left;
    width: 54px;
    height: 20px;
    background: url("/images/subpage03.gif") no-repeat left top;
    border: none;
    font: bold 9px Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: #012E6D;
}

/*
#box2a input[type="text"]  {
	width: 258px;	
}
*/

#directory {

    width: 475px;
    float:left;
    margin-top:10px;

}

/** Class selectors */
.cbclear {
    clear: both;
}

/** HEADINGS */

h1, h2, h3 {
    margin: 0px;

}

h1 {
    margin-bottom: 15px;
    padding-left: 5px;
    /**background: url("/images/homepage09.gif") no-repeat left center; */
    line-height: 70%;
    font-size: 24px;
    color: #FF6D02;
}

h2 {
    margin-bottom: 10px;
    font-size: 16px;
    color: #012E6D;
}

h1 span, h2 span {
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding-top:3px;
    color: #7E7E7E;
}

h3 {
    margin-bottom: 6px;
    font-size: 11px;
    color: #012E6D;
}

/** TEXTS */

body, th, td, input, textarea, select {
    font-family: Verdana, Tahoma;
    font-size: 12px;
    color: #494949;
}

p, ul, ol, dl {
    margin-top: 0px;
    margin-bottom: 1.5em;
    text-align: left;
}

strong {
    color: #012E6D;
}

.list1 li.square {

    list-style:square;
    margin-left:15px;
}
.list3 li.square {

    list-style:square;
    margin-left:15px;

}


.list1 {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.list1 li {
    padding-top: 1.5em;
    background: url("/images/homepage06.gif") repeat-x left top;
}



.list1 li.first {
    padding-top: 0px;
    background: none;
}



.list1 h3 {
    padding-left: 11px;
    background: url("/images/homepage05.gif") no-repeat left center;
    font-size: 9px;
}

.list1 li ul a{
    padding-left: 9px;
    background: url("/images/homepage05.gif") no-repeat left center;

}
.list1 li ul {
    list-style: none;
}


.list2 {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.list2 li {
    padding-top: 0.3em;

}


h2.decor {
    color: #FF6D02;
    padding-top: .5em;
/*    background: url("/images/homepage06.gif") repeat-x left top; */
}


.list2 li.first {
    padding-top: 0px;
    background: none;
}

.list2 {
    padding-bottom: 10px;
}

.list2 h3 {
    padding-left: 11px;
    background: url("/images/homepage05.gif") no-repeat left center;
    font-size: 9px;
}

.list2 a {
    text-decoration:none;
    color: #012E6D;
    font-weight:bold;

}

.list2 a:hover {
    color: #FF6D02;
    text-decoration:underline;
}

.list2 p {
    padding:0px;
}

.alert{
    color:red;
}

.list3 {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.list3 li {
    margin-bottom: 5px;
    padding-top: 1.5em;
    background: url("/images/homepage06.gif") repeat-x left top;
}

.list3 li.first {
    padding-top: 0px;
    background: none;
}

.list3 h3 {
    padding-left: 11px;
    font-size: 9px;
}

.list3 li ul a{
    padding-left: 9px;


}

.list3 li ul {
    list-style: none;
}
/* List 4 is for right hand col list*/

.list4 {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.list4 li {
    padding-top: 0.3em;
}


.list4 h2.decor {
    padding-top: .5em;
    background: url("/images/homepage06.gif") repeat-x left top;
}

.list4 li.first {
    padding-top: 0px;
    background: none;
}

.list4 h2 {
    color: #FF6D02;
}

.list4 ul {
    padding-bottom: 10px;
}

.list4 h3 {
    padding-left: 11px;
    background: url("/images/homepage05.gif") no-repeat left center;
    font-size: 9px;
}

.list4 a {
    text-decoration:none;
    color: #3366ff;
    font-weight:Bold;
}

.list4 a:hover {
    color: #FF6D02;
    text-decoration:underline;
}

.list4 p {
    padding:0px;
}


/**t and c**/

.list5 {
    margin: 0px;
    padding: 0px;

}

.list5 li {
    margin-bottom: 5px;
    padding-top: 1.5em;
    background: url("/images/homepage06.gif") repeat-x left top;
}

.list5 li.first {
    padding-left:10px;
    padding-bottom:10px;
    padding-top: 0px;
    background: none;
}

.list5 h3 {
    padding-left: 11px;
    font-size: 9px;
}

.list5 li ul a{
    padding-left: 9px;
}

.list5 li ul {
}

.list6 {
    margin-left: 20px;
    padding: 10px;

}

.list6 li {
    margin-bottom: 5px;
    padding-top: 0em;
    background: none;
}

/** LINKS */

a {
    color: #3366ff;
    font-weight:bold;
    text-decoration: none;
}

a:hover {
    text-decoration:underline;
    color: #FF6D02;

}




/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
}

/** MISC */
.align-center {text-align:center;}
.align-left { text-align:left;}
.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

img.left {
    float: left;
    margin: 3px 30px 10px 0px;
}

img.right {
    float: right;
    margin: 3px 0px 10px 30px;
}

img.cent {

    margin: 0 auto;
    padding-bottom:10px;
}


img.border {
    padding: 4px;
    border: 1px solid #CCCCCC;
}

img.win10logo {
    float: left;
    margin: 0px 10px 10px 0px;
    width: 95px;
    height: 118px;
}

img.sidebarwin10logo {
    float: left;
    padding-bottom:10px;
    width: 95px;
    height: 118px;
}

img.sidebarwin10logocent {
    margin: auto;
    display:block;
    padding-bottom:10px;
    width: 95px;
    height: 118px;
}

img.captcha {
    vertical-align:-10px;
    margin-top:15px;
}

label.captcha {
    vertical-align:-10px;
    margin-top:15px;
}

hr { display: none; }

.hr1 {
    height: 1px;
}

/** WRAPPER */

#wrapper {
    width: 960px;
    margin: 0px auto;
    padding: 20px;
    background: #FFFFFF;
}

/** LOGGED IN USER **/
#logged-in-user {
	display: inline-block;
	float:right;
	height:18px;
	margin-right:5px;
	margin-top:-19px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#logged-in-user-txt {
	float:left;
}
#logged-in-user-btn {
	float:right;
	margin-left:5px;
}
#logged-in-user img {
	width: 15px;
	height: 18px;
	background: url("../images/user-btn.png") 0 -3px;
	margin-left:5px;
}
#logged-in-user img:hover {	
	background: url("../images/user-btn.png") 0 -22px;
	cursor:pointer;
}
#logged-in-menu {
	float:right;
	margin-top:-3px;
	margin-right:5px;
	padding:3px;
	padding-left:5px;
	width:90px;
	height:50px;
	background:#dddddd;
	line-height:20px;
	-webkit-border-radius: 8px 0 8px 8px;
	-moz-border-radius: 8px 0 8px 8px;
	border-radius: 8px 0 8px 8px;
	display:none;
	z-index:10;
	position:absolute;
	right:0px;
}
#logged-in-menu a {
    font-size: 10px;
    color: #FF6D02;
}
/** HEADER */
#header-logged-in {
	position:relative;
    height: 149px;
    background: url("../images/header-bgnd.png") no-repeat left top;
}

#header {
	position:relative;
    height: 106px;
    background: url("/images/homepage0203.jpg") no-repeat left top;
}

/** CONTENT */

#content {
    background: url("/images/subpage02.jpg") no-repeat left top;
}

/** SIDEBAR */

#sidebar {
    background: url("/images/homepage04.jpg") no-repeat left top;
    padding-top:0px;
}


/** MENU */

#menu {
    /**background: url("/images/homepage03a.jpg") no-repeat left top;**/
    position: relative;
}

#menu ul {
    margin: 0px;
    padding: 78px 190px 0px 41px;
    list-style: none;
    float:right;
}

#menu li {
    float: left;
    padding: 0px 13px 0px 15px;
    background: url("/images/subpage01.gif") no-repeat left center;
}

#menu li.first {
    background: none;
}

#menu a {
    text-decoration: none;
    font-weight: bold;
    color: #FFFFFF;
}

#menu a:hover {
    text-decoration: underline;
}

/** LOGIN */

#login {
    height: 180px;
/*    padding: 0px 24px 0px 24px; */
    padding: 0px 10px 0px 10px;
}

#login-form span.error {
color:red;
}
#login-form input.error {
 background-color:#ffcc99;
}

#signin-form p.error {
    color:red;
    margin-left: 175px;
}

#login h2 {
    color: #FFFFFF;
    margin-bottom:5px;
}

#login li {
    margin-bottom: 6px;
}

#login label {
    display: block;
    padding: 0px 0px 3px 0px;
    font-weight: bold;
}

#login .text {
    width: 140px;
    height: 17px;
    padding: 3px 0px 0px 3px;
}

#remember-label {
    font-size: 10px;
    color: #FFFFFF;
}

/*
#login .button {
    float: left;
    width: 54px;
    height: 20px;
    background: url("/images/subpage03.gif") no-repeat left top;
    border: none;
    font: bold 9px Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: #012E6D;
}
*/
#login .button, #signin .button {
	font-size:14px !important;
	height: 25px !important;
	width: 142px;
/*	background-color:#e76301; */
	color:#ffffff;
	background: -webkit-linear-gradient(#fe7c02, #d55200); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#fe7c02, #d55200); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#fe7c02, #d55200); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#fe7c02, #d55200); /* Standard syntax */
    filter: progid:DXImageTransform.Microsoft.Gradient(
            StartColorStr='#fe7c02', EndColorStr='#d55200', GradientType=0);
}
#login .button:hover, #signin .button:hover {
/*	background-color:#012f6d; */
	background: -webkit-linear-gradient(#004195, #012f6d); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#004195, #012f6d); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#004195, #012f6d); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#004195, #012f6d); /* Standard syntax */
	cursor:pointer !important;
}

#login a.login {
    float: left;
    margin: 3px 0px 0px 8px;
    padding: 2px 0px 2px 0px;
/*    border-left: 1px solid #014CB6; */
    font-size: 10px;
    color: #FF6D02;
}

#login a{
    font-size: 12px;
    color: #3366FF;
}

#login .msg{        
    font-size: 12px;
    color: #FF6D02;    
}

#login .msg2{        
    font-size: 12px;
    color: #ffffff;    
}
#login .msg3{        
    font-size: 12px;
    color: #ffffff;    
}

/** Try & Buy and Registration  Forms */
.signin-err, .try-and-buy-error span, .registration-error span, .update-registration-error span, .subscription-form-error span, .request-form-error span, .group-subscription-form-error span  {
	padding-top:10px;
	font-size:1.6em;
	color:red;
}
#sitelok-login div.error, #try-and-buy-form div.error, #registration-form div.error, #update-registration-form div.error, #subscription-form div.error, #request-form div.error, #adhoc-payment-form div.error, #group-subscription-form div.error {
	color:red;
	float:right;
	width:250px;
	margin-right:10px;
}
#sitelok-login input.error, #try-and-buy-form input.error, #registration-form input.error, #update-registration-form input.error, #subscription-form input.error, #request-form input.error, #adhoc-payment-form input.error, #group-subscription-form input.error {
 background-color:#ffcc99;
}

#box2a fieldset div.checkbox-error {
	display:none;
	color:red;
	margin-left:150px;
	margin-top:-30px;
	font-size:1.0em;
}

/** Registration Form */
.required-field {
	color:red;
	font-size:10px;
}


/** SEARCH */
#searchbox{
	position:absolute;
	right: 20px;
	bottom: -37px;
	width:211px;
	height:28px;
}

/** AGL/JBR - 20/12/2022 - Error message for invalid search text entry */
#searchbox-error{
	position:absolute;
	right: 250px;
	bottom: -37px;
	width:160px;
	height:18px;
    background-color: #fff;
    color: red;
    padding: 5px;
    border-radius: 3px;
}

#searchbox form {
/*    padding: 10px 0px 0px 270px; */
}

	.submit-text{
		margin: 0;
		padding: 5px 15px;
		font-family: Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#666;
		border:1px solid #0076a3; border-right:0px;
		border-top-left-radius: 5px 5px;
		border-bottom-left-radius: 5px 5px;
	}
	.search-button {
		margin: 0;
		margin-left:-5px;
		padding: 5px 7px;
		font-family: Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:bold;
		outline: none;
		cursor: pointer;
		text-align: center;
		text-decoration: none;
		color: #ffffff;
		border: solid 1px #0076a3; border-right:0px;
		background: #0095cd;
		background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
		background: -moz-linear-gradient(top,  #00adee,  #0078a5);
		border-top-right-radius: 5px 5px;
		border-bottom-right-radius: 5px 5px;
	}
	.search-button:hover {
		text-decoration: none;
		background: #007ead;
		background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
		background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	}
	/* Fixes submit button height problem in Firefox */
	.search-button::-moz-focus-inner {
	  border: 0;
	}
	.search-clear{
		clear:both;
	}

fieldset.submit input[type=submit] {
	font-size:16px !important;
	height: 30px !important;
	background-color:#012f6d;
	color:#ffffff;
}
fieldset.submit input[type=submit]:hover {
	font-size:20px;
	background-color:#e76301;
	cursor:pointer !important;
}

#search {
    margin-top:10px;
    margin-bottom:20px;

}

#search form {
    padding: 10px 30px 0px 270px;

}    

#search .text {
    float: left;
    width: 143px;
    height: 17px;
}

#search  label {
    float: left;
    padding: 3px 10px 0px 0px;
}

#search #button2 {
    float: left;
    margin-left: 4px;
}

/** LINKS */

#links {
    height: 58px;
    background: url("../images/homepage11.jpg") no-repeat left top;
}

#links p {
    margin: 0px;
    padding-top: 22px;
    text-align: center;
    color: #8096B6;
}

#links a {
    color: #FFFFFF;
}

/** FOOTER */

#footer {
    text-align: center;
}

#footer p {
    margin: 0px;
    padding: 15px 0px 30px 0px;
    text-align: center;
    color: #FFFFFF;
}

.alignc {
    margin: auto;
    text-align: center;
}

/** Strapline on Home page */
/** Add the "font-weight:bold;" line for xmas message (Requested by AP 16/12/20) */
#strapline {
	text-align:center;
	background: #012F6D;
	color:#FFFFFF;
	padding:7px;
	font-size:12px;
	width:475px;
}

/** Strapline on Home page - Queen's Funeral message */
/** Add the "font-weight:bold;" line for Queen's funeral message (Requested by AP 14/09/22) */
#straplinev2 {
	text-align:center;
	background: #000000;
	color:#FFFFFF;
	padding:7px;
	font-size:12px;
	width:475px;
}

.cookies-msg {
top:20px;
	font-weight:bold;
	padding-bottom:5px;
	height:30px;
	margin-top:20px;
	text-align:center;
}
