/* 
' Copyright 2007 Blackwell Publishing Ltd
###############################################################################
' Change log
' 29/06/2007 JJL, SCS - SWO0215 - Added "head_Bg", "ahead" & "ahead1"
' 12/07/2007 TH, BPS - SWO0229 - Added "coverlink"
'###############################################################################   */


html, body, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, div, img {
	margin: 0;
	padding: 0;
	border: 0;
	}
body {
	background-image: url(images/bg_repeat.gif);
	background-repeat: repeat;
	background-position: center top;
}
#wrapper {
	position: absolute;
	top: 0px;
	left: 10%;
	width: 80%;
	height:100%;
	}
.shadeleft {
	background-image: url(images/shade_left.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	}
.shaderight {
	background-image: url(images/shade_right.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	}
.toptable {
	margin-top:25px;
	}
.highmove {
	font-size: 10px;
	}
.navlinks, .navhlinks {
	font-size: 12px;
	font-weight:bold;
	color: #990033;
	margin-left: 13px;
	}

/* Added in to highlight left menu titles */
.navhlinks {
	margin-left: 8px;
	color: #FFFFFF;
	}
.navhighlight {
	background-color: #666699;
	margin-left: 5px;
	margin-right: 5px;
	}
.navhighlightg {
	background-color: #33CC00;
	margin-left: 5px;
	margin-right: 5px;
	}
/* Added in to highlight left menu titles */

/* Added in to float Virtual Issue images */
#viimage {float:left;
	margin: 0px 10px 10px 0px;
	text-align: center;
	font-weight:bold;}
.viimage {
	margin-bottom: 5px;
	}
/* Added in to float Virtual Issue images */	
	
p, h1, h2, h3, h4 {margin-bottom: 12px;}
.highlighttitle {
	font-weight:bold;
	color:#FFFFFF;
	padding-left: 1px;
	}
.privacy {
	font-size: 10px;
	margin-bottom: 0px;
	}
.homeimage {
	margin-right: 10px;
	margin-bottom: 10px;
	}
H2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-style: normal;
    line-height: 12pt;
    font-weight: bold;
    font-variant: normal;
    color: #990000;
    text-decoration: none;
}
TD {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    color: #000000;
}

.TxtSmall {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    color: #000000;
}
textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;}

.MainTitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-style: normal;
    line-height: 20pt;
    font-weight: bold;
    font-variant: normal;
    color: #990000;
    text-decoration: none;
}

.SectionTitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    color: #990000;
    text-decoration: none;
}

.GreyTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #990000;
	text-decoration: none;
}
 .HomeLink {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-style: normal;
    line-height: 12pt;
    font-weight: bold;
    font-variant: normal;
    color: #990000;
    text-decoration: underline;
}

.image{
	border-color : #000000;
}

a:hover {
    font-family: Arial, Helvetica, sans-serif;

	text-decoration: underline;
}



.selecttitle {
	font-weight:bold;
	color:#FFFFFF;
	background-color:#163295;
	}
.unselecttitle {
	font-weight:normal;
	color:#000000;
	background-color:#ffffff;
	}
.loading {
	font-weight:normal;
	color:#000000;
	background-color:#ffffff;
	position: relative; 
	left: 20%; 
	top: 0%; 
	width:160px;
	}

.error {color: #FF0000;}
.errorfield {background-color: #FF9999; }

<!-- Newely Added part -->

#navigation ol {
	background: #006633;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navigation ol li {
	background: url(../images/nav-corner.gif) bottom right no-repeat;
	display: block;
	min-height: 22px;
	margin: 0;
	padding: 0;
	width: 175px;
}
#navigation ol li a {
	background: url(../images/nav-arrow.gif) 0 5px no-repeat;
	color: #fff;
	border-bottom: 1px solid #66A385;
	display: block;
	font: bold 85% Verdana, Arial, Helvetica, sans-serif;
	min-height: 15px;
	padding: 3px 0 3px 21px;
	text-decoration: none;
	text-transform: uppercase;
}

#navigation ol li a:hover, #navigation ol li a:focus, #navigation ol li a:active, #navigation ol li a.current {
	background: #000 url(../images/nav-arrow-hover.gif) 0 5px  no-repeat;
	color: #fff;
}

#navigation ul {
	background: #4f4f4f;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navigation ol li ul li {
	background: none;
	min-height: 15px;
}

#navigation ol li ul a {
	background: #4F4F4F;
	border-bottom: 1px solid #313131;
	min-height: 10px;
	padding-left: 31px;
	text-transform: capitalize;
	font-size: 75%;
}

#navigation ul li a:hover, #navigation ul li a.current {
	background: #000 url(../images/subnav-arrow-hover.gif) left no-repeat;
	color: #fff;
}


#mainContent {
	border-bottom: 1px solid #A3C8B5;
	font-size: 100%;
	padding: 0 203px 20px 0;
	margin-bottom: 20px;
	min-height: 178px;
}

#mainContent ul, #mainContent ol {
	margin: 0 0 20px 10px;
	padding: 0;
}

#mainContent li {
	background: url(../images/body-arrow.gif) 0 5px no-repeat;
	line-height: 1.4;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 20px;
}

#mainContent legend {
	color: #006633;
	font-weight: bold;
}

#mainContent label {
	clear: left;
	display: block;
	float: left;
	margin-top: 5px;
	padding-right: 5px;
	text-align: right;
	width: 150px;
}

#mainContent table label {
	clear: none;
	display: inline;
	float: none;
	margin-top: 5px;
	padding-right: 5px;
	text-align: left;
	width: auto;
}

#mainContent input, #mainContent textarea {
	border: 1px solid #ccc;
	margin-top: 5px;
}

#mainContent input.checkbox {
	border: 0;
}

#mainContent input:focus, #mainContent textarea:focus {
	border: 1px solid #006633;
}

/* 29/06/2007 JJL, SCS - SWO0215 - display the Articles type with greyed background */
.head_Bg {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
	padding-top: 2pt;
	padding-bottom: 2pt;
	background-color: #A3A3A3;
	color: #FFFFFF;
	margin-bottom: 3px;
}

/*  29/06/2007 JJL, SCS - SWO0215 - To display the href links in synergy links format */
.ahead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #D21C1B;
	text-decoration:underline;
}

/*  29/06/2007 JJL, SCS - SWO0215 - To display the href links (bold) in synergy links format */
.ahead1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #D21C1B;
	font-weight:bold;
	text-decoration:underline;
}

/*  12/07/2007 TH, BPS - SWO0229 - To display the cover image link as small text */
.coverlink {
	font-size: 9px;
	padding-right:10px;
	}
