/* ##### TAGS ##### */

/* NTPD2 design */


body.default {
	background-color		: #e8eadf;
	padding 				: 0;
	text-align				: center;
}

a {
	color					: #72472a;
	text-decoration			: underline;
}

a:hover {
	text-decoration			: underline;
}

a:active, a:focus {
	background-color 		: #cfb06d !important;
	color 					: #000 !important;
}

#main-nav li a:focus, #main-nav li a:active, #main-nav li a:focus strong, #main-nav li a:active strong, .tabs li a:focus, .tabs li a:active {
	background-color  		: transparent !important;
	color 					: #ffffff !important;
	text-decoration 		: underline;
}

legend.noDisplay {
	display 				: none;
}

hr {
	clear 					: both;
}

ul.arrow a, 
ul.arrow a:visited, 
a.arrow, 
a.members,
a.arrow:visited, 
a.members:visited,
a.pdf, a.pdf:visited, ul.arrow.nolink li { 
	/* see ltie7.css */
	background				: url("../images/i/arrow-brown-white.png") no-repeat left 0.1em;
	color					: #724629;
	display					: block;
	font-weight				: bold;
	padding-left			: 17px;
	text-decoration			: none;
}

#middle-col .pod ul.arrow a, 
#middle-col .pod li.arrow a, 
#middle-col .pod li.members a  {
	font-weight				: normal;
}

ul.arrow a:hover, a.arrow:hover, a.member:hover, a.pdf:hover {
	text-decoration			: underline;
}

.pdf, .doc, .zip, .xls {
	background				: url("../images/i/pdf.gif") no-repeat left 2px;
	padding-left			: 20px !important;
}

.doc {
	background-image 		: url("/idk/site-ntpd2/css/doc.gif");
}

.xls {
	background-image 		: url("/idk/site-ntpd2/css/xls.gif");
}

.zip {
	background-image 		: url("/idk/site-ntpd2/css/zip.gif");
}

p.error {
	color 					: #c00;
}
.mask {
	right 					: 0px !important; 
	position 				: absolute;
	top 					: 0px;
}

p.pages {
	float 					: left !important;
}

/* tables */

/* ###### TABLES ##### */

.default td, .default th {	
	font-weight					: normal;
	padding						: 5px 10px;
	text-align 					: left;
	vertical-align				: top;
}

.default th {
	font-weight					: bold;
}

table.confirmation {
	border-bottom			: 1px solid #B3CDCD;
	float					: left;
	margin-bottom			: 10px;
	width					: 100%;
}

table.confirmation th {
	text-align 				: left;
	width					: 25%;
}

td.important, th.important {
	color					: #D94A01;
	font-weight				: bold;
}

table.confirmation tr.last td,
table.confirmation tr.last th {
	padding-bottom			: 10px;
}

h4.confirm {
	color					: #095EA1; 
	margin-left				: 3px;
}

/* reusable classes */

.text, .text-error {
	/*background				: url("../images/f/input-bg-large.jpg") no-repeat left top;*/
	background-color	: #FFFFFF;
	border-bottom			: 1px solid #BDBDBD;
	border-left				: 1px solid #747474;
	border-right			: 1px solid #BDBDBD;
	border-top				: 1px solid #747474;
	font-family 			: arial;
	font-size 				: 100%;
	padding 				: 2px;
}

.text-error {
	background 				: url(../images/f/input-bg-error.gif) no-repeat left top;
}

p {
	font					: normal 100%/130% Arial; 
	margin-bottom			: 7px !important;
}

#banner p {
	font					: normal 115%/130% Arial;  /*DD Issue 552 Changed the font-size. GG restricted to #banner */
}

p.intro, p.larger {
	font					: normal 108.33%/130% Arial;
}

p.large-intro {
	font-size				: 125%;
	padding-bottom			: 15px;
}

p.intro {
	font					: normal 108.33%/130% Arial;
	margin-bottom			: 20px;
}

.hr {
	border-top				: 2px solid #ECECE9;
	float					: left;
	height					: 1px;
	margin-bottom			: 10px;
	width					: 100%;
}

.hr hr {
	display					: none;
}

.default.slight {
	margin-bottom			: 3px;
}

.nomarg {
	margin					: 0 !important;
}

.replace {
	display					: block;
	text-indent				: -999999px;
	overflow				: hidden;
}

.max {
	width					: 100%;
}

.aright {
	text-align				: right !important;
}

.aleft {
	text-align				: left;
}

.high {
	color					: #74482B;
}

.marbot10 {
	margin-bottom			: 10px !important;
}

.martop10 {
	margin-top			: 10px !important;
}

.martop20 {
	margin-top			: 20px !important;
}

.marbot20 {
	margin-bottom			: 20px !important;
}

.marbot15 {
	margin-bottom			: 15px !important;
}

.padtop10 {
	padding-top			: 10px !important;
}

.padall10 {
	padding			: 10px !important;
}

.slight {
	margin-bottom			: 5px !important;
}
.noclear {
	clear					: none !important;
}
.nofloat {
	float					: none !important;
}

div.scroller {
	clear					: left;
	height					: 100px;
	overflow				: auto;
	padding					: 5px;
	/* see ltie7.css */
	width					: 90%;	
}

span.important {
	color					: #990000;
	font-weight				: bold;
}
.auto {
	width					: auto !important;
}

/* ##### HEADINGS ##### */

#banner {
	/*
	background				: #4A7D6A none no-repeat left bottom; */
	border				: #4A7D6A solid 1px; 
	 /* float					: left;Commented by Jitin to fix overflow of h2 in content pages */
	margin-bottom			: 6px;
	/*overflow 				: hidden;*/ /* Luca, 2008-07-08 */
	font-size				: 100%;
	margin-bottom			: 20px;
	/* see ltie7.css */
	min-height				: 8.3333333em;
	position				: relative; /* Luca, 2008-07-08 */
	width					: 100%;
}

#banner h1 {
	margin-left				: 0; /* Luca, 2008-06-26 */
}

#banner p.summary, #banner p.summary p {
	font-size				: 130%;
	font-weight 			: bold;
	margin-left				: 0; /* Luca, 2008-06-26 */
	padding					: 8px 10px 0; /* Luca, 2008-06-26 */
	width 	 				: 60%; /* Luca, 2008-07-22 */
}

/* Jits 1518 added this css for text inside banner */
#banner p.detail, #banner p.detail p {
	font-size				: 100%;
	font-weight 			: normal;
	margin					: 0; 
	padding					: 5px 0 5px 10px; 
	width 	 				: 65%;
}
/* Jits 1518 added this css for text inside banner */

#banner img {
	float 					: right;
	/* See ltie7.css */
	right					: 0px;
	position				: absolute;
	top						: 0px;
}

#banner h1, h1.plain {
	/*background				: url(../images/f/h1-tl.gif) no-repeat left top;*/
	color					: #4A7D6A;
	display					: block;
	font-size				: 150%;
	padding					: 8px 10px 0 10px;
}

h1.plain {
	background				: none;
	font					: bold 200% Arial;
	margin					: 0 0 5px 0;
	padding					: 0;
	color					:#74482B;
}

#banner a.arrow, #banner a.members {
	background-image		: url("../images/i/arrow-brown-white.png");
	float					: left;
}

h2.default {
	font					: bold 133.33% Arial;
	color					: #74482b;
	margin					: 0 0 14px 0;
	padding 				: 0;
}

h3.default {
	color					: #095EA1;  /* DD Issue 551 Amended the link contrast from #5376A3 to #095EA1 */
	font					: bold 116.67% Arial;
	margin					: 0 0 2px 0;
}

h4.default{ /* DD Issue 484-4 Amended heading structure */
	font					: bold 108.33% Arial;
	margin-bottom			: 4px;	
}

h3.default.var {
	color					: #095EA1;  /* DD Issue 551 Amended the link contrast from #5376A3 to #095EA1 */
}

h4.default {
	color					: #095EA1;  /* DD Issue 551 Amended the link contrast from #5376A3 to #095EA1 */
	font					: bold 108.33% Arial;
	margin-bottom			: 4px;	
}

h4.default.var {
	color					: #D94A01;
}

h5.default {
	font					: bold 108.33% Arial;
	margin-bottom			: 4px;	
}

/* ##### LISTS ##### */

ul.teasers li {
	border-bottom			: 2px solid #ecdfbd; 
	/* clear 					: left; */
	padding-bottom			: 0px; 
	position				: relative;
	margin-bottom			: 20px !important; 
	/* see ie.css */
	min-height				: 8.3333333em;
	width 					: 100%;
}

ul.teasers.noimg li, ul.teasers li.noimg {
	/* see ltie6.css */
	min-height				: 1px;
	padding-bottom			: 10px;
	background:none !important; /* Jits 1518 added backgroung, margin and padding css */
	margin:0;
	padding:0;
	
}

/* Jits 1518 added this css */
ul.teasers.noimg li, ul.teasers li.noimg {
	color:#000000;
	text-decoration:none !important;
	}


ul.teasers.noimg li, ul.teasers li.noimg a {
	color:#000000;
	text-decoration:none;
	}
	
ul.teasers.noimg li, ul.teasers li.noimg a:hover {
	color:#000000;
	text-decoration:underline;
	}
/* Jits 1518 added this css */



ul.teasers.noimg li div, ul.teasers li.noimg div { 
        margin                                        : 0 !important; 
} 

ul.teasers div {
	margin-left				: 9.4em;
}

ul.teasers.noimg div {
	margin-left				: 0;
}

ul.teasers img, ul.teasers li a.a-img {
	left					: 0px;
	margin					: 0;
	position				: absolute;
	top						: 0px;
}

ul.teasers h3 {
	color					: #D94A01;
	font-size			: 115%  !important;
}

ul.teasers h4 {
	color					: #095EA1; /* DD Issue 551 Amended the link contrast from #5376A3 to #095EA1 */
	margin-bottom			: 3px;
}

ul.teasers h4, ul.teasers h4 a { 
	color                  	: #72472a; 
} 

ul.teasers h3 .date {
	color 					: #666;
	display 				: block;
	font-weight 		: normal;
	font-size 				: 83%; 
	padding 				: 4px 0 2px 0;
}

ul.arrow {
	margin-bottom			: 6px;
}

ul.arrow li {
	padding-bottom			: 6px; /* Luca, 2008-06-26 */
}

ul.arrow.col2 li {
	float					: left;
	width					: 50%;
}

#right-col ul.arrow a, #right-col ul.arrow a:visited  {
	font-weight				: normal;
}

#right-col ul.arrow strong a, 
#right-col ul.arrow strong a:visited {
	font-weight 			: bold;
}

ul.icons {
	margin-bottom			: 5px;
}

ul.icons li {
	padding-bottom			: 3px;
	/* see ltie7.css */
	min-height				: 20px;
	padding-left			: 35px;
	padding-top			: 8px;
}

ul.icons a, a.icons, ul.icons a:visited, a.icons:visited {
	text-decoration			: none;
}

ul.icons a:hover, a.icons:hover {
	text-decoration			: underline;
}

li.rss, li.rss-single {
	background				: url(../images/i/rss.gif) no-repeat left center; /* Luca, 2008-06-25 */
	padding-right 			: 42px; /* Luca, 2008-06-25 */
}

ul.icons li.rss-single {
	padding-bottom			: 3px;	
}

li.email {
	background				: url("../images/i/email.png") no-repeat left top;
}

li.communities {
	background				: url("../images/i/communities.png") no-repeat left top;
}

ul.squares, .bodyContent ul, .bodyContent ul  {
	margin-bottom			: 14px;
}

ul.squares li, .bodyContent ul li {
	background				: url("../images/f/square.gif") no-repeat left 4px;
	/*GSM: changed font-size to 100% to make it work properly for nested ul li */
	/*font					: 108.33%/130% Arial;*/
	font						: 100% Arial;
	margin-left				: 10px;
	/* see ltie6.css */
	padding-left			: 14px;
}

ul.toplinks li {
	font-size 				: 125%;
	font-weight 			: bold;
	line-height 			: 130%;
	margin-left				: 0;
}

ol.nums {
	float 					: left;
	margin-left 			: 0;
	width 					: 100%;
}

ol.nums li {
	background				: url("../images/i/num1.gif") no-repeat left 3px;
	font-size 				: 100%;
	/*	font-size 				: 125%;*/
	/* see ie.css */
	list-style				: none inside;
	margin-left				: 0;
	padding					: 1px 0 10px 20px;
}

ol.nums li.num2 {
	background-image		: url("../images/i/num2.gif");
}

ul.publications {
	float					: left;
	width					: 100%;
}

ul.publications li {
	float					: left;
	/* see ltie7.css */
	min-height				: 11.66em !important;
	width 					: 100%;
}

ul.publications div {
 	margin-left				: 9.3em;
}


/* ##### LAYOUT ##### */

#content {
	font					: normal 75% Arial, Verdana;
	margin					: 0 auto;
	padding					: 20px 0 15px 0;
	/*position:relative; */ /*this causes all kinds of problems in IE6. See also #main=content*/
	/* see ltie7.css */
	max-width				: 1200px;
	min-width				: 770px;
	text-align				: left;
}

div.small-font {
	font-size: 75% !important;
}

div.medium-font {
	font-size: 85% !important;
}

div.large-font {
	font-size: 100% !important;
}

#logo {
	float					: left;
	margin					: 0 0 10px 5px;
}

/* ##### TOP NAVIGATION ##### */

#nav1, #nav2 {
	clear					: right;
	float					: right;
	margin					: 0 3px 4px 0;
}

#nav1 li, #nav2 li {
	float					: left;
	font-size				: 91.67%;
	line-height 			: 1.3em; /* Luca, 2008-06-25 */
	margin-left				: 6px;			
}

#nav1 li a, #nav2 li a {
	border-left				: 1px solid black;
	color					: black;
	padding-left			: 6px;
	text-decoration			: none !important;
}	

#nav2 li a { /* Luca, 2008-06-25 */
	color 					: #70472b;
	font-weight 			: bold;
}	

#nav1 li a strong, #nav2 li a strong {
	font-weight				: normal;
}

#main-nav {
	background				: url("../images/f/header-tl-new.png") no-repeat left top; /*To revert back just remove the (-new) from the image name*/
	float					: left;
	width					: 100%;
}

#main-nav .inner {
	background				: url("../images/f/header-tr-new.png") no-repeat right top; /*To revert back just remove the (-new) from the image name*/
	float					: left;
	position				: relative;
	width					: 100%;
}

#main-nav ul {
	float					: left;
	/* see ltie7.css */
	margin					: 16px 0 0 15px;
	position				: relative;
}

#main-nav ul li {
	background				: url("../images/f/header-tab-tr-off.png") no-repeat right top;
	float					: left;
	margin-right			: 1px;
	text-align				: center;
	margin-top			: 5px; 
}

#main-nav ul li a {
	background				: url("../images/f/header-tab-tl-off.png") no-repeat left top;
	color					: #ffffff;
	float					: left;
	font-weight				: bold;
	padding					: 10px 5px 7px 5px;
	text-align				: center;
	text-decoration			: none;
	width					: 7em;
}


#main-nav li.selected {
	background				: url("../images/f/header-tab-tr-on.png") no-repeat right top;
	position				: relative;
	z-index				: 100;
	margin-top			: 0px;
}
#main-nav li.selected a {
	background				: url("../images/f/header-tab-tl-on.png") no-repeat left top;
	color					: #73472a;
	position				: relative;
	z-index				: 101;
	padding-top			: 15px;
}

#main-nav form {
	float					: right;
	margin					: 20px 20px 0 0;
}

#main-nav form * {
	float					: left;
}

#main-nav form label {
	color					: white;
	font-weight				: bold;
	padding-top				: 3px;
	width 					: auto;
}

#main-nav form .text,
#main-nav form .text-error {
	width					: 15em;
	height					: 1.2em;
	margin					: 0 12px;
}

#nav-fade {
	/* see ie.css */
	background				: url("../images/f/nav-fade.png") repeat-x scroll 0%;
	bottom					: 0px;
	height					: 3px;
	left					: 0px;
	position				: absolute;
	width					: 100%;
	z-index					: 12;
}

#clipper {
	display					: block;
	margin					: 0 2px;
	overflow				: visible; /* Luca, 2008-07-08 */
	position				: relative;
	/* Not sure why this was added, but 100% gives a horizontal scroll bar, 99.8% works but seems unneccesary */
	/* width					: 100%; Luca, 2008-07-08 */

}

/* ###### PAGE CONTROL AREA ##### */

#control-area {
	float					: left;
	margin					: 14px 0 8px 0;
	position:relative;
	width					: 100%;
}

#controls {
	float					: right;
	/* see ltie7.css */
	margin-right			: 16px;
	width					: 220px;
}

#controls h3 {
	float 					: left;
	font-size 				: 91.66666666667%;
	font-weight 			: normal;
}

#font-size {
	float					: left;
	position				: relative;
	top						: -1px;
	width					: 50%;
}

#font-size li,
#font-size h3 {
	float 					: left;
}

#font-size * {
	margin-right			: 2px;
}

#font-size a {
	color					: #333;
	font-weight				: bold;
	margin-right			: 0px;
	position				: relative;
	text-decoration			: none;
}

#font-size a.small-font {
	font-size				: 80%;
}

#font-size a.medium-font {
	font-size				: 95%;	
}

#font-size a.large-font {
	font-size				: 110%;
}

div.small-font #font-size a.small-font,
div.medium-font #font-size a.medium-font,
div.large-font #font-size a.large-font {
	color					: #71482a;
}

#colour-contrast img {
	margin-right			: 3px;
}

#colour-changer {
	float					: right;
	text-align 				: right;
	width					: 42%;
}

#colour-changer li {
	float 					: right;
}

#colour-normal {
	margin-right			: 5px;
}

/* ##### BREADCRUMB ##### */

#breadcrumb {
	float					: left;
	/* see ltie7.css */
	margin-left				: 18px;
	width					: 70%;
}

#breadcrumb li {
	display: run-in !important;
	float 					: left;
	margin-right 			: 4px;
}

#breadcrumb li a {
	background 				: url('../images/f/gt.gif') no-repeat right 4px;
	color					: #73472a;
	padding-right 			: 9px;
	text-decoration 		: none;
}

#breadcrumb li a:hover {
	text-decoration 		: underline;
}

/* ###### MAIN CONTENT AREA ##### */

#main-content {
	background				: #fff url("../images/f/main-l.gif") repeat-y left;
	float					: left;
	position				: relative;
	width					: 100%;
	z-index 				: 1; /* Luca, 2008-06-26 */
}

#main-content  .inner {
	background				: url("../images/f/main-r.gif") repeat-y right;
	float					: left;
	width					: 100%;
}

/* ##### ABOVE COLUMNS ##### */

#above-columns {
	padding					: 0 16px;
}

/* ###### 1 columns ##### */

.col1 #middle-col {
	margin 					: 0 20px;
}

.col1 #right-col, .col1 #left-col{
	display 				: none;
}

/* ###### 2 columns ##### */

/* without left */

.col2 #middle-col {
	margin					: 0 241px 0 16px;
}

/* without right */

.col2-noright #elastic2 {
	margin-right			: 20px;
}

/* ###### Elastic stuff ##### */

#elastic1 {
	float					: left;
	margin-right			: -241px;
	/*margin-right			: -235px;*/
	width					: 100%;
}

#elastic2 {
	margin-right			: 237px;
} 

.col2 #elastic2 {
	margin-right			: 0;
}

#elastic3 {
	float					: left;
	margin-right			: -220px;
	width					: 100%;
}

/* ###### LEFT COLUMN ##### */

#left-col {
	float					: left;
	/* see ltie7.css */
	margin					: 0 13px 0 16px;
	width					: 208px;	
}

#left-col {
	float					: left;
	width					: 205px;	
	/* Collapse margins */
	border-top			:	1px solid white;
}

#left-col li {
	background-color		: #fff;
	width					: 205px;
}

#left-col li a {
	background-color		: #e8eadf;
	/* Must use hex triplets for colours set by moo tools */
	color					: #000000;
	display					: block;
	padding					: 7px 5px;
	text-decoration			: none;
}

#left-col li.activeSection-first a {
	background-color		: #cdbbad;
	color:#000000;
}

#left-col li.activeSection a,
#left-col li.activeSection-last a {
	background-color		: #cdbbad;
}

#left-col li.parent-first,
#left-col li.activeSection-first,
#left-col li.activeSection-last,
#left-col li.parent {
	background				:transparent url(../images/f/lhn-parent-top.png) no-repeat left top !important;
	font-weight				: bold;
	position				: relative;
	color					:#ffffff;
}

#left-col li.parent {
	background				:transparent  url(../images/f/lhn-parent.png) no-repeat left top !important;
}

#left-col li.parent a{
background:transparent url(../images/f/lhn-parent.png) no-repeat scroll left top !important;
}

#left-col li.last {
	/*background				: url("../images/f/lhn-bottom.gif") left bottom;*/
	padding-bottom			: 3px;
}

#left-col li.activeSection-last {
	/*background				: url("../images/f/lhn-bottom-on.gif") left bottom;*/
	padding-bottom			: 3px;
}

#left-col li.activeSection-last a {
	padding-bottom			: 5px;
}

#left-col li.activeSection-first {
	/*background				: #F78F1E url("../images/f/lhn-top-on.gif") no-repeat left top;*/
	
}

#left-col li.parent-first a {
	/*border-bottom			: 1px solid #BCCDE2;*/
	background				:transparent url(../images/f/lhn-parent-top.png) no-repeat left top !important;
}

#left-col li.parent-first a,
#left-col li.parent a {
	background-color		: #73472a;
	padding-top				: 6px;
}

#left-col li.parent-first a,
#left-col li.parent a {
	padding-left			: 25px;
}

#left-col .pod {
	overflow 				: hidden;
	width 					: 205px;
}

#left-col .pod li,
#left-col .pod li a {
	background 				: none;
	width 					: auto !important;
}

#left-col .pod ul {
	margin-left 			: 2px !important;
}

#left-col .pod h2 {
	padding-left 			: 6px;
}

/* ###### MIDDLE COLUMN ##### */

#middle-col  {
	background				: none;
	color					: #333;
	float					: none;
	margin-left				: 237px;
	/* see ltie6.css */
	width					: auto;
	/* Collapse margins */
	border-top			:	1px solid white;
}

#inner-middle-col {
	margin-right			: 220px;
}

/* ###### RIGHT COLUMN ##### */

#right-col {
	float					: right;
	/* see ltie7.css */
	margin					: 0 16px 0 25px;
	width					: 200px;
}

#inner-right-col {
	float					: right;
	margin					: 0 0 0 20px;
	width					: 200px;
}

/* ##### PODS ##### */

.pod {
	background				: url("../images/f/pod-bottom.gif") no-repeat left bottom;
	float					: left;
	margin-bottom			: 18px; /* Luca, 2008-06-26 */
	width					: 100%;
}

.pod p {
	color					: #000;
}

.pod a {
	color					: #724629;
}

.pod a.titleLink{
	color					: #000;
	text-decoration		: none;
}

.pod ul.arrow a {
	background-image		: url("../images/i/arrow-brown-white.png");
}

.pod ul, .pod p, .pod a.arrow{
	margin-left				: 7px;
	margin-right			: 7px;
}
.pod li {
	margin			: 0 7px 7px 0 !important;
			
}
.pod li p, .pod li a.arrow {
	margin-left				: 0;
}

.pod h2, .pod h3 { /* DD Issue 484-4 Amended heading structure */
	background				: url("../images/f/pod-top.gif") no-repeat left top;
	color						: black;
	font						: bold 116.67% Arial !important;
	margin-bottom			: 10px !important;
	padding					: 8px 0 7px 7px; /* Luca, 2008-06-25 */
	/* border:none !important;Jits 1498 added border and important  - Jits commented border to revert changes for h2 in other pages*/
}

.pod img {
	margin					: 0 0 10px 2px;
}

.pod li p {
	margin					: 0 0 3px 16px !important;
}

.pod-pad {
	padding					: 0 5px 5px 5px;
}

.pod-pad a {
	color					: #095EA1;  /* DD Issue 551 Amended the link contrast from #5376A3 to #095EA1 */
}

/* purple outline */

	.pod.type1 {
		background-image		: url("../images/f/pod-type1-bottom.gif");
	}
	
	.pod.type1 h2 {
		background-image		: url("../images/f/pod-type1-top.gif");
	}
	
	.pod.type1 ul.arrow a,
	.pod.type1 a.arrow,
	.pod.type1 a.members {
		background-image		: url("../images/i/arrow-brown-white.png") !important;
	}
	
/* blue outline */

	.pod.type2 {
		background-image		: url("../images/f/pod-type2-bottom.gif");
	}
	
	.pod.type2 h2 {
		background-image		: url("../images/f/pod-type2-top.gif");
	}
	
	.pod.type2 ul.arrow a,
	.pod.type2 a.arrow,
	.pod.type2 a.members
	 {
		background-image		: url("../images/i/arrow-brown-white.png") !important;
	}
	
/* blue filled */

	.pod.type3 {
		background-image		: url("../images/f/pod-type3-bottom.gif");
	}
	
	.pod.type3 h2 {
		background-image		: url("../images/f/pod-type3-top.gif");
	}
	
	.pod.type3 ul.arrow a,
	.pod.type3 a.arrow,
	.pod.type3 a.members
	 {
		background-image		: url("../images/i/arrow-brown-white.png") !important;
	}
	
/* orange filled */

	.pod.type4 {
		background-image		: url("../images/f/pod-type4-bottom.gif");
		padding-bottom			: 5px; /* Luca, 2008-06-25 */
	}
	
	.pod.type4 h2 {
		background-image		: url("../images/f/pod-type4-top.gif");
	}
	
	.pod.type4 ul.arrow a,
	.pod.type4 a.arrow,
	.pod.type4 a.members
	 {
		background-image		: url("../images/i/arrow-brown-white.png") !important;
		font-weight				: normal; /* Luca, 2008-06-25 */
		margin-left				: 0; /* Luca, 2008-06-25 */
	}
	
/* orange outline */

	.pod.type5 {
		background-image		: url("../images/f/pod-type5-bottom.gif");
	}
	
	.pod.type5 h2 {
		background-image		: url("../images/f/pod-type5-top.gif");
	}
	
	.pod.type5 ul.arrow a,
	.pod.type5 a.arrow,
	.pod.type5 a.members
	 {
		background-image		: url("../images/i/arrow-brown-white.png") !important;
	}
	
/* results */

	.pod.results ul {
		margin-top				: 8px;
	}

	.pod.results ul li {
		border-top				: 2px solid #D5D5D5;
		padding					: 8px 0;
	}
	
	.pod.results ul li a {
		color					: #72472A; /* DD Issue 551 Amended the link contrast from #5376A3 to #095EA1 */
		font-weight				: bold;		
	}
	
	.pod.results ul li p {
		color					: #000000;
		margin-left				: 0 !important;
	}
	
/* blue admin style */

	.pod.type6 {
		background-image		: url("../images/f/pod-type6-bottom.gif");
	}
	
	.pod.type6 h2 {
		background-image		: url("../images/f/pod-type6-top.gif");
	}
	
	.pod.type6 ul.arrow a,
	.pod.type6 a.arrow,
	.pod.type6 a.members
	 {
		background-image		: url("../images/i/arrow-brown-white.png") !important;
	}
	
/* subscribe */

	.pod.subscribe {
		position				: relative;
	}
	
	.pod.subscribe img { 
		left					: 4px;
		position				: absolute;
	}
	
	.pod.subscribe p {
		margin-left				: 82px;
		position				: relative;
	}
	
/* type7 blight blue middle pod */

	#middle-col .pod.type2,
	#middle-col .pod.type7 {
		background				: url("../images/f/pod-type7-bl.gif") no-repeat left bottom;
	}
	
	#middle-col .pod.type2 .pod-inner,
	#middle-col .pod.type7 .pod-inner {
		background				: url("../images/f/pod-type7-br.gif") no-repeat right bottom;
		float					: left;
		width					: 100%;
	}
	
	#middle-col .pod.type2 h2,
	#middle-col .pod.type7 h2  {
		background				: url("../images/f/pod-type7-tl.gif") no-repeat left top;
		padding					: 0;
		width 					: 100%;
	}
	
	#middle-col .pod.type2 h2 strong,
	#middle-col .pod.type7 h2 strong {
		background				: url("../images/f/pod-type7-tr.gif") no-repeat right top;
		display					: block;
		padding					: 8px 0pt 7px 9px;
	}
	
/* type8 grey middle pod */

	#middle-col .pod.type8 {
		background				: url("../images/f/pod-type8-bl.gif") no-repeat left bottom;
	}
	
	#middle-col .pod.type8 .pod-inner {
		background				: url("../images/f/pod-type8-br.gif") no-repeat right bottom;
		float					: left;
		width					: 100%;
	}
	
	#middle-col .pod.type8 h2, #middle-col .pod.type8 h3{ /* DD Issue 484-4 Amended heading structure */
		background				: url("../images/f/pod-type8-tl.gif") no-repeat left top;
		padding					: 0;
	}
	#middle-col .pod.type8 h2, #middle-col .pod.type8 h3{ margin-left:0px !important; } /* DD Issue 484-4 Amended heading structure */
	#middle-col .pod.type8 h2 strong, #middle-col .pod.type8 h3 strong { /* DD Issue 484-4 Amended heading structure */
		background				: url("../images/f/pod-type8-tr.gif") no-repeat right top;
		display					: block;
		padding					: 8px 0pt 7px 9px;
	}
	
/* type9 green pod */

	.pod.type9 {
		background-image		: url("../images/f/pod-type9-bottom.gif");
	}
	
	.pod.type9 h2 {
		background-image		: url("../images/f/pod-type9-top.gif");
		color 					: white;
	}
	
	.pod.type9 ul.arrow a,
	.pod.type9 a.arrow,
	.pod.type9 a.members,
	.pod.type9 ul.arrow.nolink li
	
	 {
		background-image		: url("../images/i/arrow-brown-white.png") !important;
	}
	
	.pod.type9 ul.arrow.nolink li {
		font-weight 			: normal;
		padding-bottom 			: 10px;
	}
	
	.pod.type9 h4 {
		font-size 				: 100%;
		margin 					: 0 0 5px 7px;
	}
	
	.pod.type9 img.laa {
		margin 					: 0 0 3px 4px;
	}
	
	/* favourites blue */
	.pod.type10 {
		margin-top 				: 10px;
		width 					: 205px;
	}
	
	.pod.type10 {
		background-image		: url("../images/f/pod-type10-bottom.gif");
	}
	
	.pod.type10 h2 {
		background-image		: url("../images/f/pod-type10-top.gif");
	}
	

/* forms */
	
	#job-other {
		display					: none;
		margin-top				: 10px;
	}
	
	.checks label {
		display					: block;
		padding					: 0 0 3px 0px;
		position				: relative;
		padding-left			: 20px;
		width 					: 90% !important;
	}
	
	.checks label, label.check {
		font-weight				: normal !important;
	}
	
	.checks input {
		/* see ltie7.css */
		left					: 0;
		position				: absolute;
	}
	
	.checks.col2 label {
		clear					: none;
		float					: left;
		width					: 40% !important;
	}
	
	.registration h3 {
		clear					: left;
		color					: #D94A01;
		margin-bottom			: 5px;
	}
	
	.registration h4 {
		margin-bottom			: 2px;
	}
	
	#btn-update {
		margin-left				: 15px;
	}
	
	fieldset.last,
	.fieldset.last {
		padding-top				: 0;
	}
	
/* bubble form */

	.bubble-form {
		background		: url("../images/f/form-bl.gif") no-repeat left bottom;
		clear					: left; 
		float					: left; 
		position				: relative;
		margin-bottom	: 30px; 
	 	width					: 100%; 
	}
	
	.bubble-form .inner1,
	.bubble-form .inner2,
	.bubble-form .inner3 {
		background				: url("../images/f/form-br.gif") no-repeat right bottom;
		float					: left;
		/* see ltie7.css */
		width					: 100%;
	}
	
	.bubble-form .inner2 {
		background				: url("../images/f/form-tr.gif") no-repeat right top;
		width 					: 100%;
	}
	
	.bubble-form .inner3 {
		background				: url("../images/f/form-tl.gif") no-repeat left top;
		width 					: 100%;
	}
	
	.bubble-form .inner-padding {
		float					: left;
		/* see ltie7.css */
		padding					: 10px 2% 20px 2%;
		width					: 96%;
	}
	
	.bubble-form .text {
		margin-bottom			: 9px;
		width					: 60%;
	}
	
	.bubble-form .radios {
		margin-bottom			: 9px;
	}
	
	.bubble-form fieldset,
	.bubble-form .fieldset {		
		padding					: 10px 0 10px 3%;
		/* see ltie7.css */
		float					: left;
		width					: 97%;
	}
	
	.bubble-form legend {
		position				: absolute;
	}
	
	.bubble-form legend span {
		font					: bold 116.66667% "Trebuchet MS";
		background-color		: white;
		color					: #D94A01;
		left					: 0px;
		padding					: 3px;
		position				: absolute;
		top						: -30px;
		white-space				: nowrap
		
		
	}
	
	.bubble-form .info {
		clear					: none;
		float					: left;
		font-weight				: normal;
		margin-left				: 10px;
		width					: 30%;
	}
	
	.bubble-form  h3.floater {
		background-color		: white;
		color					: #DE6020;
		display					: inline;
		font-size				: 116.666666667%;
		left					: 16px;
		padding					: 2px 4px;
		position				: absolute;
		top						: -10px;
		
	}
	
	.bubble-form  h4 {
		clear					: left;
		color					: #724629;
		font-size				: 133.33333333333331%;
		margin-bottom			: 10px;
	}
	
	.bubble-form select {
		margin-bottom			: 9px;
	}
	
	.bubble-form label {
		clear					: left;
		display					: block;
		font-weight				: bold;
		padding-bottom			: 2px;
		font-size				: 115%; /* DD Issue 552 Changed the font-size */
	}
	
	.bubble-form label span {
		font-weight				: normal;
	}
	
	.bubble-form h3 {
		font-size				: 150%;
		font-weight				: bold;
	}
	
	.radios {
		clear					: both;
		float					: left;
		width					: 60%;
	}
	
	.radios label {
		clear					: none;
		float					: left;
		font-weight				: normal;
		padding-bottom			: 2px;
		width					: 33%;
	    margin-top			:9px;
	}
	
	
	.req {
		color					: #D94A01;
		line-height				: 40%;
		font-size				: 150%;
	}
	
	.req img {
		position 				: relative;
		top 					: -6px;
	}
	
	label.required {
		background 				: url('../images/f/req.gif') no-repeat right top;
		display 				: inline !important;
		padding-right 			: 7px;
	}
	
/* error bubble */

	.bubble-form.error {
		background 				: url(../images/f/bubble-white-tl.gif) no-repeat left top;
	}
	
	
	.bubble-form.error .inner1 {
		background 				: url(../images/f/bubble-white-tr.gif) no-repeat right top;
	}
	
	.bubble-form.error .inner2 {
		background 				: url(../images/f/bubble-white-br.gif) no-repeat right bottom;
	}
	
	.bubble-form.error * {
		background 				: none;
	}

	
/* ###### COMMENTS ##### */

	.comments .inner3 {
		padding-top				: 10px;
	}
	
	.comments .inner4 {
		background 				: #F9F9F9 url(../images/f/comments-bor.gif) repeat-y right;
	
	}

	.comments ul {
		background 				: url(../images/f/comments-bor.gif) repeat-y left;
		padding					: 10px 20px 0 20px;
		margin-bottom			: 21px;
	}
	
	.comments li {
		border-bottom			: 1px solid #B3CDCD;
		margin-bottom			: 8px;
		padding-bottom			: 8px;
	}
	
	.comments p {
		padding-right			: 22px;
	}
	
	.comments li.last {
		padding-bottom			: 0;
		margin-bottom			: 0;
	}
	
	.comments p img.close-quote,
	.comments p img.open-quote {
		margin-left				: 3px;
		position				: relative;
		top						: 4px;
	}
	
	.comments p img.open-quote {
		margin					: 0 3px 0 0;
	}
	
	.comments fieldset,
	.comments .fieldset {
		width					: 93%;
	}
	
	.comments li p {
		position				: relative;
	}
	
	.quote {
		font-size				: 416.666666667%;
		left					: 0px;
		position				: absolute;
		top						: 0px;
	}
	
/* ###### FORMS ###### 

.search-inner {
	background-color		: #F9F4E9;
	border					: 2px solid #ECDFBD;
	border-width			: 2px 0;
	float					: left;
	margin					: 10px 0;
	padding					: 10px 0 6px 0;
	width					: 100%;
}*/

.search-inner fieldset,
.search-inner .fieldset {
	padding					: 0 5px;
}

/* ###### STEPS ###### */

ul#steps {
	float					: left;
	margin-bottom			: 30px;
	width					: 100%;
}

ul#steps li {
	color					: #095EA1; /* DD Issue 551 Amended the link contrast from #5376A3 to #095EA1 */
	float					: left;
	background				: url("../images/i/arrow-brown-white.png") no-repeat left top;
	font-size				: 115.384615385%;
	font-weight				: bold;
	padding-left			: 22px;
	margin-right			: 20px;
	/* see ltie7.css */
	min-height				: 16px;
	text-transform			: uppercase;
}

ul#steps li.active {
	background-image		: url("../images/i/arrow-brown-white.png.gif");
	color					: #D94A01;
	
}
	
/* ###### TABS */

	.tabs {
		float					: left;
		position				: relative;
		width					: 100%;
		/* ltie7.css */
		z-index					: 95;
	}

	.tabs li {
		background				: url("../images/f/tab-tl.gif") no-repeat left top;
		float					: left;
		font-size				: 108.33333%;
		margin					: 0 5px 1px 0;		
		position				: relative;
		top						: 2px;
		text-align				: center;
	}
	
	.tabs li a {
		background				: url("../images/f/tab-tr.gif") no-repeat right top;
		color					: black;
		/* see ltie7.css */
		display					: block;
		font-weight				: bold;
		padding					: 7px 20px 4px 20px;
		/* see ltie7.css */
		max-width				: 100px;
		text-decoration			: none;
	}
	
	.tabs li.active {
		background-image		: url("../images/f/tab-tl-active.gif");
		margin-bottom			: 0px !important;
		position				: relative;
		top						: 2px;
		z-index					: 100;
	}
	
	.tabs li.active a {
		background-image		: url("../images/f/tab-tr-active.gif");
		padding-bottom			: 7px;
	}
	
	
	.tabs-inner li {
		background-image		: url("../images/f/tab-tl-inner.gif");
		margin-bottom			: 0;
		top						: 2px;
	}
	
	.tabs-inner li a {
		background-image		: url("../images/f/tab-tr-inner.gif");
		padding-bottom			: 5px;
	}
	
	.tabs-inner li.active {
		background-image		: url("../images/f/tab-tl-active-inner.gif");		
		top						: 2px;
	}
	
	.tabs-inner li.active a {
		background-image		: url("../images/f/tab-tr-active-inner.gif");
	}
	
	#page-inner {
		background-color		: #FFFFFF;
		border					: 2px solid #CCCCCC;
		float					: left;
	}
	
	#page-inner .inner {
		margin					: 0 !important;
		padding					: 0 !important;
	}
	
	#page-inner .inner1 {
		background				: url("../images/f/page-inner-br.gif") no-repeat right bottom;
	}
	
	#page-inner .inner2 {
		background				: url("../images/f/page-inner-tr.gif") no-repeat right top;
		padding-top				: 10px;
		
	}
	
	#page-inner .inner2 p,
	#page-inner .inner2 ul.squares,
	#page-inner .inner2 .checks {
		clear						: left;
		padding-left				: 20px;
		padding-right				: 20px;
	}

		/* ### JavaScript tips ### */
		#tab-tips {
			clear:both;
			z-index:100;
			position:relative;
			top:-3.9em;
			left:15px;
		}
		
		#tab-tips p span {
			display: block;
			margin-left: 2px;
		}
		
		#tip1, #tip2, #tip3, #tip4, #tip5, #tip6, #tip7 { 
			background 			: transparent url(../images/f/tab-tip-bottom.png) no-repeat bottom left;
			padding: 0 0 2px 0;
			position 			: absolute;
			top					: 4.9em;
			visibility 			: hidden;
			width				: 192px;
			z-index				: 100;

		}
		
		#tip1 { 
			left				: 1.26em;
		}
		
		#tip2 { 
			left				: 8em;
		}
		
		#tip3 { 
			left				: 16em;
		}
		
		#tip4 { 
			left				: 24em;
		}
		
		#tip5 { 
			left				: 32em;
		}
		
		#tip6 { 
			left				: 39em;
		}
		
		#tip7 { 
			left				: 48em;
		}
		
		
			#tip1 p, #tip2 p, #tip3 p, #tip4 p, #tip5 p, #tip6 p, #tip7 p { 
				margin-left 		: 10px;
				margin-right 		: 80px;
				padding-bottom		: 5px;
				width 				: 172px;
			}		
		
			#tip1 p.title, #tip2 p.title, #tip3 p.title, #tip4 p.title, #tip5 p.title, #tip6 p.title,#tip7 p.title  { 
				background 			: transparent url(../images/f/tab-tip-top.png) no-repeat top left;
				margin 				: -15px 0px 0px;
				padding 			: 10px 10px 0px;
			}

			

/* ###### TOP OF PAGE */

.top-of-page {
	border-top					: 2px solid #ECECE9;
	display 					: block;
	float						: left;
	/* see ltie7.css */
	margin 						: 0 2%;
	padding 					: 2px 0 0 0 !important;
	text-align 					: right;
	width 						: 94% !important;
}

.top-of-page a {
	color						: #333;
	display 					: inline-block;
	font						: bold 91.67% Arial;
	background					: url("../images/i/top.gif") no-repeat left 2px;
	padding						: 3px 0 10px 15px;
	margin 						: 0;
	text-decoration				: none;
}
	
/* ###### DOCUMENT FOOTER */

#doc-footer {
	border-top			: 2px solid #ECECE9;
	float				: left;
	font-size			: 91.66666666666667%;
	margin				: 10px 2% 0 2%;
	padding				: 5px 0;
	width				: 96%;
}

#doc-footer a {
	background			: url("../images/i/top.gif") no-repeat left center;
	color				: #333;
	display				: inline;
	/* see ltie7.css */
	min-height			: 14px;
	padding				: 2px 0 0 17px;
	text-decoration		: none;
}

#doc-footer li.print a {
	background-image	: url("../images/i/print.gif");
}

#doc-footer li.mail a {
	background-image	: url("../images/i/mail.gif");
}

#doc-footer li.updated {
	float				: left;
	margin-left			: 0;
	padding-top			: 2px;
}

#doc-footer li {
	float				: right;
	margin-left			: 20px;
}

/* ###### BUTTONS ##### */

#btn-remove-selected {
	background			: url("../images/b/remove-selected.gif") no-repeat left top;
	height				: 26px;
	width				: 124px;
}

/* ###### FORMS ###### */

.search-inner {
	background-color		: #F9F4E9;
	border					: 2px solid #ECDFBD;
	border-width			: 2px 0;
	float					: left;
	margin					: 10px 0;
	padding					: 10px 0 6px 0;
	width					: 100%;
}

/* ###### A-Z ##### */

#a-z-container {
	float					: left;
	margin-bottom			: 20px;
	width					: 99%;
}

ul#a-z {
	float					: left;
	width					: 100%;
}

ul#a-z li {
	background-color		: #BCCDE2;
	float					: left;
	/* see ltie7.css */
	/* see ie.css */
	width					: 3.56%;
	text-align				: center;
	border-right			: 1px solid white;
	line-height			: 24px;
}
	
#a-z li.selected {
	background-color		: #F78F1E;
}

ul#a-z li a,
ul#a-z li span,
ul#a-z li.no-link {
	/*border-right			: 1px solid white;*/
	color					: black;
	display					: block;
	/*padding					: 4px 0;*/
	/*text-align				: center;*/
	text-transform			: uppercase;
	text-decoration			: none;
}

ul#a-z span {
	background-color 		: #D94A01;
}

ul#a-z li.no-link {
	background-color		: #CACACA;	
	width					: 3.62%;
}

ul#a-z-toplinks {
	list-style			: 	none;
	float					: left;
	width					: auto;
}

ul#a-z-toplinks li {	
	padding	: 3px 0px;	
	border-right		:1px solid white;
	float					: left;
	list-style-type	: none;
	margin-bottom	: 1px;
	margin-left		: 0px;	
	list-style-image	: none;
	background-image	: none;
	background-color	: #BCCDE2;	
	width	: auto; 
}

ul#a-z-toplinks li a {
	padding-left: 7px;
	padding-right: 7px;
	color: #000;
	text-decoration: none;
	display: block;
	width: 100%;
}

ul#a-z-toplinks li.current {
	background-color		: #F78F1E;
}

ul#a-z-toplinks li a:hover {
	text-decoration: underline;
}

ul#a-z-toplinks li.current {
	padding-left: 7px;
	padding-right: 7px;
}


/* ###### 123 index ##### */

#num-idx-container {
	float					: left;
	margin-bottom			: 20px;
	width					: 100%;
}

ul#num-idx {
	float					: left;
	width					: 100%;
}

ul#num-idx li {
	background-color		: #BCCDE2;
	float					: left;
	width				: 9%;
}

#num-idx li.selected {
	background-color		: #F78F1E;
}

ul#num-idx li a,
ul#num-idx li span,
ul#num-idx li.no-link {
	border-right			: 1px solid white;
	color					: black;
	display					: block;
	padding					: 4px 0;
	text-align				: center;
	text-transform			: uppercase;
	text-decoration			: none;
}

ul#num-idx span {
	background-color 		: #D94A01;
}

ul#num-idx li.no-link {
	background-color		: #CACACA;
}


/* #### Point of interest */

#poi {
	border 					: 2px solid #ECECE9;
	border-width			: 2px 0;
	clear					: both;
	float					: left;
	margin-bottom			: 20px;
	padding 				: 10px 0;
	width					: 100%;
}


/* ###### FOOTER ##### */

#footer {
	background				: url("../images/f/main-bl.png") no-repeat left top;
	color					: #707068;
	float					: left;
	font					: normal 91.67%/120% Arial;
	padding 				: 0 0 20px 0;
	position 				: relative;
	text-align				: center;
	width					: 100%;
}

#footer a {
	color					: #707068;
	text-decoration			: underline;
}

#footer .inner {
	background				: url("../images/f/main-br.png") no-repeat right top;
	float					: left;
	padding					: 25px 0 0 0;
	width					: 100%;
}

#footer ul li {
	display 				: inline;
	border-right 			: 1px solid black;
	padding 	 			: 0 5px 0 2px;	/* see ltie7.css */
}

#footer #lga-img {
	position 				: absolute;
	right 					: 10px;
	top 					: 25px;
}

#middle-col h2.category {
	color				: black;
	float				: left;
	font				: bold 133.33% "Trebuchet MS";
	width				: 98%;
	background-color	: #E1E7F0;
	border-top			: 2px solid #BCCDE2;
	padding				: 6px 1% 6px 1%;
	margin-bottom : 10px;
}

#middle-col h2.category a.top {
	display				:inline; 	/* Fix for ghost text */
	background 			: url(../images/i/top.gif) no-repeat left top;
	font-size 			: 81.250000000000027%;
	font-weight 		: normal;	
	padding-left 		: 17px;
	margin-left		:65%; /*float right does not work...*/
}

#middle-col ul.categoryList {
	margin : 10px 0 10px 0;
	display : block;
	clear : both;
	}

#middle-col ul.categoryList li {
	display : block;
	padding : 5px 0px 5px 0;
}

#middle-col ul.categoryList li  {
	font-size : 130%;
	color : #333333;
}

select.title-select {
	width: 80px;
}

#add-interest label {
	padding-top: 20px !important;
}

span.fieldhelp {
	display: block;
	font-size: 95%;
}

/* ###### STRAPLINE ##### */

.strapline {
	padding: 0;
	font-size: 50%;
	color: #999;
	display: none;
}

/* Class recommended by webcredible */
.hide {position: absolute; left: -9000px; top: 0}

.forum-attachment { 
	background				: url("../images/i/arrow-brown-white.png") no-repeat left 0.1em;
	color					: black;
	display					: block;
	font-weight				: bold;
	padding-left			: 17px;
	text-decoration			: none;
}

#antispam-question {
	border-width: 1px;
	border-color: #ccc;
	border-style: solid;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 20px;
	width: 65%;
}

#antispam-question h3 {
	background-color		: #F9F9F9;
	color					: #DE6020;
	display					: inline;
	font-size				: 100%;
	padding					: 2px 4px;
	left						: -2px;
	position				: relative;
	top						: -8px;
}

#antispam-question label {

}

#print-logo {
	 display: none;
}
.bubble-form label{
		width : 97% !important;
		float: none !important;
}
.checks, .checks label{ display: block !important; width: 97% !important; }

/* DD Issue 554 Changed the Reasons to register panel headings from <strong> to <H3> */
.default h3 { margin: 0; padding:0; background: none; font-size:115% !important; }
.default h3 a{ font-weight : bold !important; }

/* Jits 1492 - Added New Pod Type */

	.pod.type11 {
		background-image		: url("../images/f/pod-type11-bottom.gif");
	}
	
	.pod.type11 h2 {
		background-image		: url("../images/f/pod-type11-top.gif");
		color:#ffffff;
	}
	
	.pod.type11 ul.arrow a,
	.pod.type11 a.arrow,
	.pod.type11 a.members {
		background-image		: url("../images/i/arrow-brown-white.png") !important;
	}
	
/* Jits 1492 - Added New Pod Type */

/* Jits 1493 - Added class for rss icon */
.rss-icon {background: url(../images/i/rss.gif) no-repeat !important; padding-left:22px !important; line-height:17px;}

/* Jits 1496 - Added css for top banner of old pages */
.oldpage-banner { background-color:#f9bd8b; padding:5px 15px; width:97.4%;  font-size:14px;}/* Jits changed width */
.oldpage-banner span { font-size:24px; margin-right:10px;}

/* Jits 1518 - added min-height according to image */
#banner .banner-inner {
	min-height	: 213px;

}

/* Jits 1519 - added css for Tags */
.tags {margin:0; padding:0;  padding-bottom:5px;}
.tags li{ display:inline; line-height:22px; padding:0 5px;}
.tags li a{ text-decoration:none;}
.tags li a.size1{ font-size:160%;}
.tags li a.size2{ font-size:130%; font-weight:bold;}
/* Jits 1519 - added css for Tags */

.search-form {clear:right; float:right; width:30%; height:25px; text-align:right; margin:15px 0 15px 0;}
.search-form input {vertical-align:middle;}

