body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333333;
}

h1 {
	font-size: 1.8em;
	font-weight: normal;
}

h2 {
	color :#333333;
	font-size: 1.6em;
	font-weight: normal;
	line-height:1.1em;
}

h3 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 5px;
	color: #0379CA;
}

h4, h5, h6 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 5px;
	color: #0379CA;
}

p {
	line-height: 1.4em;
}

a {}

ul {}

ul li {}

ol {}

ol li {}

table {}



/* End of global styles */

/* Beginning of page styles */

div#page {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

div#header {
	width: 100%;
	padding: 10px 0;
}

div.headerContainer {
	width: 100%;
}

div#main {
}

div#landing-header-global {
	clear: both;
	width: 100%;
	min-height: 60px;
	_height: 10px;
	margin-bottom: 10px;
	background-color: #FF0;
	position: relative;
}


div#sidebar-left {
	float: left;
	width: 180px;
	background-color: #ffffff;
}

div#content {
	float: left;
	width: 522px;
	padding: 0 34px 0 34px;
}

div#content p {
	font-size: 1.2em;
	margin-bottom: 1em;
	padding: 0;
}


div#content p.standfirst {
	font-size: 1.4em;
}


div#content ul li, div#content ol li {
	font-size: 1.2em;
}

div#sidebar-right {
	float: right;
	width: 180px;
	background-color: #ffffff;
}

div#footer {
	width: 100%;
	margin-top: 15px;
	color: #000000;
	font-size:1.1em;
}

/* Beginning of header styles */

div#header h1 {
	margin: 0;
	position: absolute;
	z-index: 1000;
}

div#header h1 img#left,
div#header img#left {
	display: block;
	float:left;
}

div#header img#right {
	display: block;
	float:right;
}
div#header div#nav-bar {
	margin-top: 15px;
	border-top : 1px solid #0379CA;
	border-bottom : 5px solid #0379CA;	
	min-height: 45px;
}

div#header div#nav-bar ul {
	
}

div#header div#nav-bar ul li {	
	float: left;
}

div#header div#nav-bar ul li a:link, div#header div#nav-bar ul li a:visited {
	background:url(../images/arrow-right-navbar.gif) no-repeat 0 bottom;
	text-decoration: none;
	color: #0379CA;
	display: block;
	width: 77px;
	padding-bottom: 10px;
	padding-top: 5px;
	padding-left:5px;
	min-height: 30px;
	font-size:1.1em;
	font-weight: bold;
}

div#header div#nav-bar ul li a:hover {
	background: url(../images/arrow-right-navbar-on.gif) no-repeat 70px bottom;
	color: #FFFFFF;
	background-color: #0379CA;
}

div#header div#nav-bar ul li a#home:link, div#header div#nav-bar ul li a#home:visited {
	background:url(../images/arrow-left-navbar.gif) no-repeat 0 bottom;
}

div#header div#nav-bar ul li a#home:hover {
	background:url(../images/arrow-left-navbar-on.gif) no-repeat 70px 32px;
	color: #FFFFFF;
	background-color: #0379CA;
}

div#header div#nav-bar ul li a.on {
	background: #0379CA;
	color: #FFFFFF;
}

div#search-box {
	float: right;
	height:30px;
	padding-top:5px;
}

div#search-box #search-input {
	border: 5px solid #0379CA;
	position: relative;
	top: -14px;
	height: 19px;
	padding-top: 5px;
	padding-left:3px;
	width:136px;
	font-size: 1.1em;
}



/* Beginning of landing-header styles */

div#landing-header-global div#landing-header-left {
	height: 100%;
	float: left;
	margin-right: 34px;
	padding-bottom: 41px;
	position:relative;
	width: 180px;
}

div#landing-header-global div#landing-header-left span {
	display: block;
	padding: 8px 0 0 8px;
	font-size: 1.1em;
	font-weight: bold;
}

div#landing-header-global p.intro {
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.1em;
}

div#landing-header-global h2 {
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: 5px;
}

div#landing-header-global h2#section-header {
	border-top: 4px solid white;
	border-right: 4px solid white;
	width: 170px;
	min-height: 15px;
	position: absolute;
	margin-bottom: 0px;
	left: 0px;
	bottom: 0px;
	padding: 11px 0 5px 9px;
}

div#landing-header-global div#landing-header-middle {
	position: absolute;
	bottom: 8px;
	left: 214px;
}

div#landing-header-global div#landing-header-middle p.intro {
	padding: 20px 0px 10px 0px;
}

div#landing-header-global img#imageHeader {
	left: 0;
	bottom: 0;
	position: absolute;
	width: 172px;
}

/* Beginning of sidebar-left styles */

div#sidebar-left ul {
	background-color :#ffffff;
	width: 180px;
}

div#sidebar-left ul li {
	border-top: 1px solid #97C8E9;
	color: #0151A2;
	font-weight: normal;
	min-height: 30px;
}

div#sidebar-left ul li.expanded {
	background-color: #F0F0F0;
	font-weight: bold;
	padding: 0 !important;
}

div#sidebar-left ul li a {
	color: #0152A4;
	display: block;
	min-height: 9px;
	padding: 12px 2px 9px 0px;
}

div#sidebar-left ul li a:link, div#sidebar-left ul li a:visited {
	text-decoration: none;
}

div#sidebar-left ul li a:hover {
	text-decoration: underline;
}

div#sidebar-left ul li span {
	display: block;
	font-size: 1.1em;
	padding-right: 7px;
}

div#sidebar-left ul li.expanded span {
	background: url(../images/nav-expanded.gif) right 80% no-repeat;
}

div#sidebar-left ul li.on {
    background-color: #E0EEF8;
	color: #333333 !important;
	font-weight: bold;
	min-height: 9px;
	padding: 12px 0px 9px 0px;
}

div#sidebar-left ul li.on span {
	background: url(../images/nav-expanded.gif) right bottom no-repeat;
}

div#sidebar-left ul li.on span.end {
	background: #E0EEF8 url(../images/nav-on.gif) right bottom no-repeat;
	margin-right: 8px;
}

div#sidebar-left ul li.link span {
	background: url(../images/nav-default.gif) right bottom no-repeat;
}

div#sidebar-left ul li.on span.expanded {
	margin: 12px 8px 9px 0px;
}

div#sidebar-left ul.menu {
	border-bottom: 2px solid #0379CA;
}
div#sidebar-left ul.menu ul {
	border-bottom: none;
}
div#sidebar-left ul#level1 span {
	padding-left: 9px;
}

div#sidebar-left ul#level2 span {
	padding-left: 16px;
}

div#sidebar-left ul#level3 span {
	padding-left: 23px;
}

div#sidebar-left ul#level4 span {
	padding-left: 30px;
}

div#sidebar-left ul#level5 span {
	padding-left: 37px;
}

div#sidebar-left ul#level6 span {
	padding-left: 44px;
}


/* Beginning of sidebar-right styles */

div.relatedLinks {
	border: 1px solid #97C8E9;
	margin-bottom: 10px;
	padding: 2px;
}

div.relatedLinks h2 {
	border-bottom: 1px solid #0379CA;
	color: #333333;
	font-size: 1.1em;
	font-weight: bold;
	padding: 8px 6px;
}

div.relatedLinks h4 {
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: 0.2em;
}

div.relatedLinks ul li {
	border-bottom: 1px solid #97C8E9;
	font-size: 1.1em;
	padding: 10px 6px;
}

div.relatedLinks ul li.last {
	border: none;
}

div.relatedLinks ul li a {
	color: #0152A4;
	display: block;
	background: url(../images/nav-default.gif) no-repeat right bottom;
	padding-right:10px;
}

div.relatedLinks ul li.rss {
	padding:6px;
}

div.relatedLinks ul li.rss a {
	background: url(../images/rss-icon.gif) no-repeat right center;
	line-height:16px;
}

div.relatedLinks ul li a:link,
div.relatedLinks ul li a:visited {
	text-decoration: none;
}

div.relatedLinks ul li a:hover {
	text-decoration: underline;
}

div.relatedLinks ul li h4 a {
	background: none;
}

div.relatedLinks p {
	line-height: 1.2em;
	margin-bottom: 0.2em;
}

div.relatedPromo {
	margin-bottom: 12px;
	font-size: 1.1em;
}

div.relatedPromo img {
	display: block;
	margin: 0px 0px 2px;
}

div.relatedPromo div {
	padding: 7px;
}

div.relatedPromo div h3 {
	font-weight: normal;
	font-size: 1.1em;
}

div.relatedPromo div a {
	display: block;
	font-weight: bold;
	background: url(../images/arrow-right-navbar-on.gif) no-repeat right 3px;	
}

div.relatedPromo div a:link, div.relatedPromo div a:visited {
	text-decoration: none;
}

div.relatedPromo div a:hover {
	text-decoration: underline;
}

div#library.relatedPromo div,
div#library.relatedPromo div h3,
div#library.relatedPromo div a {
	background-color: #B60072;
	color: #ffffff;
}

div#library.relatedPromo div a {
	background: url(../images/arrow-right-white.gif) no-repeat right 3px;
	font-size:1.1em;
	padding-right:10px;
}

div#newsletter2.relatedPromo div,
div#newsletter2.relatedPromo div h3,
div#newsletter2.relatedPromo div a {
	background-color: #0379CA;
	color: #FFFFFF;
}

div#newsletter2.relatedPromo div a {
	background: url(../images/arrow-right-white.gif) no-repeat right 3px;
	font-size:1.1em;
	padding-right:10px;
}

div#research.relatedPromo div,
div#research.relatedPromo div h3,
div#research.relatedPromo div a {
	background-color: #FFF200;
	color: #333333;
}

div#research.relatedPromo div a {
	background: url(../images/arrow-right-dark.gif) no-repeat right 3px;	
	font-size:1.1em;
	padding-right: 10px;
}

div#newsletter.relatedPromo div,
div#newsletter.relatedPromo div h3,
div#newsletter.relatedPromo div a {
	background-color: #FFFFFF;
	color: #0078c1;
}

div#newsletter.relatedPromo div#newsletterText {
	border: 1px solid #0078c1;
}

/* Main content styles */

div#content h2 {
	font-size: 1.8em;
	margin-bottom: 0.5em;
}

div#content h3 {
	color: #333333;
	font-size: 1.4em;
}

div#content h4, div#content h5, div#content h6 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
	color: #333333;
}

div#content h1 a,
div#content h2 a,
div#content h3 a,
div#content h4 a,
div#content h5 a,
div#content h6 a { text-decoration:none; }

div#content hr {
	color: #97C8E9;
	background-color: #97C8E9;
	border: none;
	height: 1px;
}

div#content img#main-image.right {
	float: right;
	margin-left: 17px;
	margin-bottom: 5px;
}

div#content img#main-image.left {
	float: left;
	margin-right: 22px;
	margin-bottom: 5px;
}

div#content ul {
	margin: 1em 0;
	margin-left: 25px;
	list-style-type: square;
}

div#content ul li {
	margin-bottom: 0.2em;
	line-height: 1.4em;
}

div#content ol {
	list-style-type: decimal;
	margin: 1em 0;
	margin-left: 25px;
}

div#content ol li {	
	margin-bottom: 0.2em;
	line-height: 1.4em;
}

sup {
	bottom: 0.4em;
}

sub {
	top: 0.25em;
}

sup, sub {
	color: #888888;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
	font-size: 0.8em;
}

div#content table {
	width: 100%;
	text-align: left;
	border: 1px solid #0151A2;
	margin-bottom:15px;
}

div#content table tbody {
}

div#content table caption {
	color:#333333;
	font-size:1.2em;
	font-weight:bold;
	text-align: left;
	padding: .5em 0;

}

div#content table th {
	font-size: 1.2em;
	border: 1px solid #0151A2;
	padding: 6px 10px;
	background-color: #0379CA;
	color: #FFFFFF;
}

div#content table td {
	font-size: 1.2em;
	border: 1px solid #0379CA;
	padding: 6px 10px;
}

div#content a:link,
div#content a:visited {
	color: #0379CA;
	text-decoration: underline;
}

div#content a:hover {
	text-decoration: none;
}

div#content div.breadcrumb {
	margin-bottom: 34px;
	font-size:1.1em;
}

div#content div.breadcrumb a:link,
div#content div.breadcrumb a:visited {
	margin-right: 4px;
	padding-right: 8px;
	background: url(../images/arrow-right-breadcrumb.gif) no-repeat right 6px;
	text-decoration: underline;
}

div#content div.breadcrumb a:hover {
	text-decoration: none;
}

div#content form {
	margin-bottom:10px;
}

div#content div.relatedPanel {
	width: 250px;
	margin-bottom:15px;
}


.left {
	float: left;
}

.right {
	float: right;
}

div#content div.relatedPanel h2 {
	font-size: 1.1em;
	font-weight: bold;
	background-color: #fff200;
	padding : 5px 15px 5px 8px;
}

div#content div.relatedPanel.download h2 {
	background-color: #0379ca;
	color: #FFFFFF;
}
div#content div.relatedPanel ul {
	font-size: 0.9em;
}

div#content div.relatedPanel p {
	padding-left: 10px;
}

div#content div.relatedPanel p#acrobat {
	border-top: 1px solid #0379ca;
	border-bottom: 1px solid #0379ca;
	font-size:1.1em;
	padding: 5px;
}

div.relatedPromoWide {
	margin-bottom: 12px;
	width: 250px;
}

div.relatedPromoWide img {
	display: block;
	margin: 0px 0px 2px;
}

div.relatedPromoWide div {
	padding: 7px 15px 7px 7px;
}

div.relatedPromoWide div h3 {
	font-weight: normal;
}

div.relatedPromoWide div a {
	display: block;
	font-weight: bold;
	background: url(../images/arrow-right-navbar-on.gif) no-repeat right 3px;	
}

div.relatedPromoWide div a:link, div.relatedPromoSmall div a:visited {
	text-decoration: none;
}

div.relatedPromoWide div {
	background-color: #fff200;
}

div#content div.relatedPromoWide div a:link,
div#content div.relatedPromoWide div a:visited {
	color: #333333;
	font-size: 1.1em;
	font-weight: bold;
}

div#content div.relatedPromoWide div h3 {
	font-size: 1.1em;
}

div#content div.relatedPromoWide div a {
	background: url(../images/arrow-right-dark.gif) no-repeat right 3px;
}

div#content div.relatedPromoWide div a:link,
div#content div.relatedPromoWide div a:visited {
	text-decoration: none;
}

div#content div.relatedPromoWide div a:hover {
	text-decoration: underline;
}

div#content div#top-news {
	margin-bottom: 15px;
}

div#content div#top-news a:link, div#content div#top-news a:visited {
	display: block;
	color: #0379CA;
	background: url(../images/arrow-right-navbar-on.gif) no-repeat 242px 10px;
	text-decoration: none;
	font-size: 1.1em;
}

div#content div#top-news p a:link, div#content div#top-news p a:visited {
	background: none;

}

div#content div#top-news a:hover {
	text-decoration: underline;
}

div#content div#top-news div#top-stories{
	overflow: hidden;
}

div#content div#top-news ul#main-news {
	float: left;
	width: 522px;
	margin: 0;
}

div#content div#top-news ul#main-news li {
	list-style-type: none;
	width: 250px;
	float: left;
}

div#content div#top-news ul#main-news li.left {
	width: 261px;
	margin-right: 10px;
	border-right: 1px solid #97C8E9;
}

div#content div#top-news ul#main-news li.ruler {
	width: 261px;
	margin: 11px 0;
	padding: 0;
	border: 0;
}

div#content div#top-news ul#main-news li.ruler hr {
	width: 242px;
	text-align: center;
}

div#content div#top-news ul#main-news li p {
	margin: 0;
	padding: 5px 0;	
	font-size: 1em;
}

div#content div#top-news ul#main-news hr {
	color: #97C8E9;
	background-color: #97C8E9;
	border: none;
	height: 1px;
}

div#content div#top-news ul#main-news li span {
	font-size: 0.9em;
}

div#content div#top-news h2 {
	font-size: 1.6em;
}

div#content div#publications ul {
	list-style-type: none;
	margin: 0;
}

div#content div#publications ul li {
	margin-top:15px;
}

div#content div#publications h3 {
	color: #0151a2;
}

div#content div#publications span {
	font-size:0.9em;
	margin-bottom:1em;
	padding:0;
}

div#content div#publications p {
	font-size:1em;
	margin-bottom:1em;
	margin-top: 10px;
	padding:0;
}

div#content div#publications ul li div.bookInfo {
	float: left;
	width: 341px;
}

div#content div#publications ul li img {
	float: right;
	margin-bottom: 25px;
}

div#content div#publications ul li div.bookInfo ul {
	font-size:0.8em;
	list-style-type:square;
	margin-left:15px;
}

div#content div#publications ul li div.bookInfo ul li {
	margin-top: 5px;
}

div#content div#publications a:link,
div#content div#publications a:visited {
	text-decoration: underline;
}

div#content div#publications a:hover {
	text-decoration: none;
}

div#content div#pager span {
	xdisplay: block;
	padding: 3px 5px 2px 5px;
}

div#content div#pager li.previous span {
	background: url(../images/previous-arrow.gif) no-repeat left;
	padding-left: 15px;
}

div#content div#pager li.next span {
	background: url(../images/next-arrow.gif) no-repeat right;
	padding-right: 20px;
}


div#content div#pager a:hover {
	text-decoration: underline;
}

div#content div#pager li.active{
	background: url(../images/arrow.gif) top center no-repeat;
}

div#content div#pager li.active a{
	color: #0379ca;
	border-right: 1px solid #0379ca;
}

div#content div#pager li.active span{
	border-left: 1px solid #0379ca;
	color:#fff;
}

div#content div#generic-listings ul {
	list-style-type: none;
	margin: 0;
}

div#content div#generic-listings h3 {
	color: #0151a2;
}

div#content div#generic-listings span {
	font-size:0.9em;
	margin-bottom:1em;
	padding:0;
}

div#content div#generic-listings p {
	font-size:1em;
	margin-bottom:1em;
	margin-top: 10px;
	padding:0;
}

div#content div#generic-listings p.standfirst {
	font-size:1.2em;

}

div#content div#generic-listings div.bookingDetails {
	width: 520px;
}

div#content div#generic-listings div.bookingDetails p {
	display: block;
	float: left;
	padding-left: 0px;	
	padding-right: 15px;
	margin: 5px 0;
}
	

div#content div#generic-listings div.bookingDetails img {
	float: right;
	margin: 5px;
}


div#content div#generic-listings img {
	float: right;
	margin: 10px 0 10px 10px;
}

div#content div#generic-listings li.event {
	margin-bottom: 20px;
}


div#content div#listingButtons div#buttonLeft {
	background: #0379CA url(../images/arrow-right-white.gif) no-repeat 145px center;
	border: none;
	width: 152px;
	text-align: left;
	padding: 3px 0 3px 8px;
	font-size: 1em;
	font-weight: bold;
	float: left;
	margin-bottom: 5px;
}

div#content div#listingButtons div#buttonRight {
	background: #0379CA url(../images/arrow-right-white.gif) no-repeat 145px center;
	border: none;
	width: 152px;
	text-align: left;
	padding: 3px 0 3px 8px;
	font-size: 1em;
	font-weight: bold;
	float: right;
	margin-bottom: 5px;
}


div#content div#listingButtons a {
	color: #FFFFFF;
	text-decoration: none;
}

div#content div#listingButtons a:hover {
	text-decoration: underline;
}


div#content div#search-results ul {
	list-style-type: none;
	margin: 0;
}

div#content div#search-results p {
	font-size:1em;
	margin-bottom:1em;
	margin-top: 10px;
	padding:0;
}

div#content div#libraryTemplate {
	margin-bottom: 15px;
}

div#content div#libraryTemplate a:link, div#content div#libraryTemplate a:visited {
	background: url(../images/nav-default.gif) no-repeat 242px center;
	display: block;
	text-decoration: none;
	font-size: 1.1em;
}

div#content div#libraryTemplate a:hover {
	text-decoration: underline;
}

div#content div#libraryTemplate div#top-stories{
	overflow: hidden;
}

div#content div#libraryTemplate ul#main-news {
	float: left;
	width: 522px;
	margin: 0;
}

div#content div#libraryTemplate ul#main-news li {
	list-style-type: none;
	width: 250px;
	float: left;
}

div#content div#libraryTemplate ul#main-news li.left {
	width: 261px;
	margin-right: 10px;
	border-right: 1px solid #97C8E9;
}

div#content div#libraryTemplate ul#main-news li.ruler {
	width: 261px;
	margin: 11px 0;
	padding: 0;
	border: 0;
}

div#content div#libraryTemplate ul#main-news li.ruler hr {
	width: 242px;
	text-align: center;
}

div#content div#libraryTemplate ul#main-news li p {
	margin: 0;
	padding: 5px 0;	
	font-size: 1em;
}

div#content div#libraryTemplate ul#main-news hr {
	color: #97C8E9;
	background-color: #97C8E9;
	border: none;
	height: 1px;
}

div#content div#libraryTemplate ul#main-news li span {
	font-size: 0.9em;
}

div#content div#libraryTemplate h2 {
	font-size: 1.6em;
}

div#content div.relatedPanel a.moreLink:link,
div#content div.relatedPanel a.moreLink:visited {
	display: block;
	text-decoration: none;
	background: url(../images/arrow-right-navbar-on.gif) no-repeat right 3px;
	margin: 8px 0;
	font-size:1.1em;
}

div#content div.relatedPanel a.moreLink:hover {
	text-decoration: underline;
}

div#content div#coursesA ul#courses-nav-bar {
	margin: 15px 0 0 0;
}

div#content div#coursesA ul#courses-nav-bar li {
	display: inline;
	border: 1px solid #0379ca;
	background: #FFFFFF url(../images/arrow-right-space.gif) no-repeat right 8px;
	padding: 3px 8px;
	padding-right: 25px;
	clear: both;
}

div#content div#coursesA ul#courses-nav-bar li.on {
	background: #0379ca;
	padding-right: 8px;
}

div#content div#coursesA ul#courses-nav-bar li.on a {
	color: #FFFFFF;
}

div#content div#coursesA hr {
	margin-top: 2px;
	height: 5px;
	color: #0379CA ;
	background-color: #0379CA ;
	border: none;
}


div#content div#coursesA ul#courses-nav-bar li a:link,
div#content div#coursesA ul#courses-nav-bar li a:visited {
	text-decoration: none;
}

div#content div#coursesA ul#courses-nav-bar li a:hover {
	text-decoration: underline;
}

div#content div#coursesB span {
	font-size: 1.1em;
}

div#content div#coursesC ul#courses-nav-bar {
	margin: 15px 0 0 0;
}

div#content div#coursesC ul#courses-nav-bar li {
	display: inline;
	border: 1px solid #0379ca;
	background: #FFFFFF url(../images/arrow-right-space.gif) no-repeat right 8px;
	padding: 3px 8px;
	padding-right: 25px;
	clear: both;
}

div#content div#coursesC ul#courses-nav-bar li.on {
	background: #0379ca;
	padding-right: 8px;
}

div#content div#coursesC ul#courses-nav-bar li.on a {
	color: #FFFFFF;
}

div#content div#coursesC hr {
	margin-top: 2px;
	height: 5px;
	color: #0379CA ;
	background-color: #0379CA ;
	border: none;
}


div#content div#coursesC ul#courses-nav-bar li a:link,
div#content div#coursesC ul#courses-nav-bar li a:visited {
	text-decoration: none;
}

div#content div#coursesC ul#courses-nav-bar li a:hover {
	text-decoration: underline;
}

div#content div#coursesC ul#alphabetic {
	margin-left: 0;
	margin-top: 0;
}

div#content div#coursesC ul#alphabetic ul {
	font-size: 0.85em;
}

div#content div#coursesC ul#alphabetic li {
	list-style-type: none;
}

div#content div#coursesC ul#alphabetic li span {
	font-size: 2.8em;
	display: block;
	float: left;
	padding-top:18px;
	padding-bottom:8px;
	width:35px;
}

div#content div#coursesC ul#alphabetic li ul {
	width:450px;
	display: block;
	float: left;
}

div#content div#coursesC ul#alphabetic li a.backTop {
	background:url(../images/arrow-courses-link.gif) no-repeat right 5px;
	text-decoration: none;
	float: right;
	padding-right: 13px;
}

div#content div#coursesC ul#alphabetic li a.backTop:hover {
	text-decoration: underline;
}

div#content div#coursesC ul#alphabetic hr {
	color: #97C8E9;
	background-color: #97C8E9;
	border: none;
	height: 1px;
}

div#content p span.highlight {
	background-color: #FFFFAA;
}


div#content div#search-results a {
	font-weight: bold;
}

div#content div#pager a {
	font-weight: bold;
	font-size: 0.9em;
}

div#content div#pager a:link,
div#content div#pager a:visited {
	text-decoration: none;
}

div#content div#pager a:hover {
	text-decoration: underline;
}


div#content form #submitButton {
	background: #0379CA url(../images/arrow-right-white.gif) no-repeat 145px center;
	border: none;
	color: #FFFFFF;
	width: 160px;
	text-align: left;
	padding: 4px 8px;
	font-size: 1.1em;
	font-weight: bold;
	float: right;
	margin-top: 21px;
	text-decoration: none;
}

div#content form #submitButton:hover {
	text-decoration: underline;
}

div#content div#errorMessages {
	width: 345px;
	color: #FF0000;
	padding-left: 175px;
}

div#content div#errorMessages h3 {
	color: #FF0000;
}
	
div#content form div {
	clear:both;
}

div#content form div label {
	float: right;
	width: 150px;
	margin: 3px 21px 10px 0;
	font-size: 1.2em;
	text-align: right;
	line-height: 1.1em;
}

div#content form div label.error {
	color: #FF0000;
	font-weight: bold;
}

div#content form div label small {
	display: block;
	font-size: 0.9em;
}

div#content form div input {
	float: right;
	width: 341px;
	margin-bottom:15px;
	
}

div#content form div input.error {
	border: 2px solid #FF0000;
}

div#content form div.fieldSupportText input {
	margin-bottom: 5px;
}

div#content form label.flexWidth  {
	float: left;
	width: 157px;
	margin-right: 20px;
}

div#content form input#flexWidth {
	width: auto;
	float: left;
}

div#content form div.fieldSupportText p {
	float: right;
	width: 341px;
	margin-bottom: 15px;	
	display: block;
	font-size: 0.95em;
}

div#content form div select {
	float: right;
	width: 345px;
	margin-bottom: 15px;
}

div#content form div textarea {
	float: right;
	width: 341px;
	margin-bottom: 15px;
}

div#content form div.radioButtons {
	float: right;
	width: 345px;
	border-bottom: 1px solid #0379CA;
	margin-bottom: 10px;
}

div#content form div.radioButtons input {
	width: auto;
	float: left;
	margin: 0 5px 10px 0;
}

div#content form div.radioButtons label {
	width: 5%;
	float: left;
	margin-top: 0;
}

div#content form div.checkButtons {
	float: right;
	width: 345px;
	border-bottom: 1px solid #0379CA;
	padding-bottom: 10px;
}

div#content form div.checkButtons input {
	width: auto;
	float: left;
	margin: 0 5px 10px 0;
	display: block;
}

div#content form div.checkButtons label {
	float: left;
	text-align: left;
	margin-top: 0;
	width: 85%;
}

div#content form .longer {
	width: 156px;
}

div#content div#forumTopButtons div.button {
	background: #0379CA url(../images/arrow-right-white.gif) no-repeat 145px center;
	border: none;
	width: 144px;
	text-align: left;
	padding: 6px 8px;
	font-size: 1.1em;
	font-weight: bold;
	float: left;
	margin-right: 21px;
	margin-bottom: 21px;
}

div#content div#forumTopButtons div.button a {
	color: #FFFFFF;
	text-decoration: none;
}

div#content div#forumTopButtons div.button a:hover {
	text-decoration: underline;
}

body.forum div#content {
	width: 736px;
	padding-right: 0;
	
}

body.forum div#content table span {
	display: block;
}

body.forum div#content table a:link,
body.forum div#content table a:visited {
	text-decoration: none;
}

body.forum div#content table a:hover {
	text-decoration: underline;
}

body.forum div#content table a.post {
	background: url(../images/envelope.gif) no-repeat left center;
	padding-left: 27px;
}

body.forum div#content div#pager ul {
	padding: 0;
}

div#content div#sub-landing {
	margin-bottom: 15px;
}

div#content div#sub-landing a:link, div div#content#sub-landing a:visited {
	display: block;
	color: #0379CA;
	background: url(../images/arrow-right-navbar-on.gif) no-repeat 242px 5px;
	text-decoration: none;
	font-size: 1.1em;
}

div#content div#sub-landing a:hover {
	text-decoration: underline;
}

div#content div#sub-landing div#top-stories{
	overflow: hidden;
}

div#content div#sub-landing ul#main-item {
	float: left;
	width: 522px;
	margin: 0;
}

div#content div#sub-landing ul#main-item li {
	list-style-type: none;
	width: 250px;
	float: left;
	font-size: 1.1em;
}

div#content div#sub-landing ul#main-item li li {
	width: 225px;
	font-size: 1.1em;
	list-style-type: square !important;
}

div#content div#sub-landing ul#main-item li a {
	background: none;
	text-decoration: underline;
}

div#content div#sub-landing ul#main-item li a:hover {
	text-decoration: none;
}


div#content div#sub-landing ul#main-item li li a {
	background: none;
	text-decoration: underline;
}

div#content div#sub-landing ul#main-item li li a:hover {
	text-decoration: none;
}

div#content div#sub-landing ul#main-item li.left {
	width: 261px;
	margin-right: 10px;
	border-right: 1px solid #97C8E9;
}

div#content div#sub-landing ul#main-item li.ruler {
	width: 261px;
	margin: 11px 0;
	padding: 0;
	border: 0;
}

div#content div#sub-landing ul#main-item li.ruler hr {
	width: 242px;
	text-align: center;
}

div#content div#sub-landing ul#main-item hr {
	color: #97C8E9;
	background-color: #97C8E9;
	border: none;
	height: 1px;
}

div#content div#sub-landing ul#main-item li span {
	font-size: 0.9em;
}

div#content table tr.forumSection {
	background-color: #EAF4FB;
}

div#content table tr.forumSection a {
	font-weight: bold;
}

div#content table td.container {
	background-color: #EAF4FB;
}
div#content table td.container a{
background:none;
padding-left:0px;
	font-weight: bold;
} 
div#content table td a{
background:transparent url(../images/envelope.gif) no-repeat scroll left center;
padding-left:27px;
}
div#content table#forum-topic-75 th a, a:hover, a:visited, a.active{
color:#FFFFFF;
text-decoration: none;
}
div#content table#forum-topic-77 th a, a:hover, a:visited, a.active{
color:#FFFFFF;
text-decoration: none;
}
div#content div#publications ul li div.blogPost img {
	margin: 15px 0 25px 25px;
}

div#content div#publications ul li div.blogPost a {
	clear:both;
	float: right;
	text-decoration: none;
	background: url(../images/nav-default.gif) no-repeat right 5px;
	padding-right: 15px;
}

div#content div#publications ul li div.blogPost p {
	margin-bottom: 0;
}


div#content div#blogButtons div#buttonPrev {
	background: #0379CA url(../images/arrow-left-white.gif) no-repeat 8px center;
	border: none;
	width: 40%;
	text-align: left;
	padding: 6px 0 6px 25px;
	font-size: 1.1em;
	font-weight: bold;
	float: left;
	margin-bottom: 21px;
	margin-top: 15px;
}

div#content div#blogButtons div#buttonNext {
	background: #0379CA url(../images/arrow-right-white.gif) no-repeat 219px center;
	border: none;
	width: 40%;
	text-align: right;
	padding: 6px 25px 6px 0;
	font-size: 1.1em;
	font-weight: bold;
	float: right;
	margin-bottom: 21px;
	margin-top: 15px;
}


div#content div#blogButtons a {
	color: #FFFFFF;
	text-decoration: none;
}

div#content div#blogButtons a:hover {
	text-decoration: underline;
}

div#content div#blog ul {
	list-style-type: none;
	margin: 0;
}

div#content div#blog ul li {
	margin-top:15px;
}

div#content div#blog h3 {
	color: #0151a2;
}

div#content div#blog span {
	margin-bottom:1em;
	padding:0;
}

div#content div#blog p {
	font-size:1em;
	margin-bottom:1em;
	margin-top: 10px;
	padding:0;
}

div#content div#blog .left {
	margin-right: 15px;
}

div#content div#blogPosts ul {
	margin: 0;
}

div#content div#blogPosts ul li {
	list-style-type: none;
	margin-bottom:20px;
}

div#content div#blogPosts p {
	font-size: 1em;
	margin: 1em 0;
}

div#content div#blogPosts span {
	font-size: 0.95em;
}

div#content div#blogPosts div.edit-delete {
	float: right;
}

div#content div#blogPosts div.edit-delete a {
	margin-left : 17px;
}

div#content div#blogPosts div.button {
	background: #0379CA url(../images/arrow-right-white.gif) no-repeat scroll 145px center;
	border: medium none;
	float: right;
	font-weight: bold;
	margin-bottom: 13px;
	padding: 3px 8px;
	text-align: left;
	width: 144px;
	clear: both;
	
}

div#content div#blogPosts div.button a {
	color: #FFFFFF;
	text-decoration: none;
}

div#content div#blogPosts div.button a:hover {
	text-decoration: underline;
}

div#content div.archivePanel {
	margin-bottom: 15px;
	width: 250px;
}

div#content div.archivePanel h2 {
	background: url(../images/arrow-down-dark.gif) no-repeat 232px center;
	font-size:1.1em;
	font-weight:bold;
	padding:5px 0 5px 8px;
}

div#content div.archivePanel a {
	font-size: 1em;
}

div#content div.relatedPanel p {
	border-top: 1px solid #0379ca;
	border-bottom: 1px solid #0379ca;
	font-size:1.1em;
	padding: 8px 5px;
}

div#content div.relatedPanel p a {
	background: url(../images/nav-default.gif) no-repeat 232px center;
	display: block;
	text-decoration: none;
}

div#content div.relatedPanel p a:hover {
	text-decoration: underline;
}

/* Footer Styles */

div#footer p {
	padding: 12px 0;
	line-height: 1em;
	text-indent: 3px;
}

div#footer ul {
	padding: 9px 0;
	background-color: #0379CA;
	width: 100%;
}

div#footer ul li {
	display:inline;
	float: left;
}

div#footer ul li a:link, div#footer ul li a:visited {
	padding: 0 7px;
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
	text-decoration: none;
}

div#footer ul li a:hover {
	text-decoration: underline;
}

div#footer ul li#rlc {
	display: inline-block;
	float: right;
}

div#footer ul li#rlc a {
	border: none;
}

/* Clear fix */

.clearBoth {

	clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */


/* 30 Apr 2009*/
div#sidebar-left ul li.leaf span, div#sidebar-left ul li.collapsed span {
	background: url(../images/nav-default.gif) right bottom no-repeat;
}
div#sidebar-left ul li a:link, div#sidebar-left ul li a:visited {
	text-decoration: none;
}
div#sidebar-left ul li a:hover {
	text-decoration: underline;
}
/*div#sidebar-left ul li.collapsed {
	background-color: #F0F0F0;
	font-weight: bold;
	padding: 0 !important;
}
div#sidebar-left ul li.collapsed span {
	background: url(../images/nav-expanded.gif) right 80% no-repeat;

}

div#sidebar-left ul li.on span.collapsed {
	margin: 12px 8px 9px 10px;
}*/
div#sidebar-left ul li.expanded a.active {
background-color:#E0EEF8;
color:#333333 !important;
font-weight:bold;
/*min-height:9px;*/
}
div#sidebar-left ul li.leaf a.active  span, div#sidebar-left ul li.collapsed a.active  span{
background:#E0EEF8 url(../images/nav-on.gif) no-repeat scroll right;
}

div#sidebar-left ul li a.active{
background:#E0EEF8;
}
div#sidebar-left li a  {
	padding-left:10px;
}

div#sidebar-left li li a{
	padding-left:26px;
}

div#sidebar-left li li li  a {
	padding-left:33px;
}

div#sidebar-left li li li li a {
	padding-left:40px;
}

div#sidebar-left li li li li li a {
	padding-left:47px;
}

div#sidebar-left li li li li li li a {
	padding-left:54px;
}



div#search-box #edit-search-block-form-1 {
border:5px solid #0379CA;
font-size:1.1em;
height:19px;
padding-top:5px;
position:relative;
top:-14px;
width:136px;
}

/*********added by team*************/
div#content #content{
float:left;
padding:0px;
}


div#content div#pager {
	width:100%;
}

div#content div#pager ul {
	width:100%;
	height:50px;
	margin:10px 0 0 0;
	text-align:center;
}

div#content div#pager li {
	display:inline;
}

div#content div#pager li a {
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	background:#0379ca;
	border-bottom:1px solid #0379CA;
}

div#content div#pager li a:hover {
	text-decoration:underline;
}

div#content div#pager ul li.pager-previous a {
	background:#0379ca url(../images/previous-arrow.gif) no-repeat 5px;
	padding-left: 20px;
}

div#content div#pager ul li.pager-next a {
	background:#0379ca url(../images/next-arrow.gif) no-repeat right;
	padding-right: 20px;
}

div#content div#pager ul li.pager-last a {
	background:#0379ca url(../images/next-arrow.gif) no-repeat right;
	padding-right: 20px;
}

div#content div#pager ul li.pager-first a {
	background:#0379ca url(../images/previous-arrow.gif) no-repeat 5px;
	padding-left: 20px;
}

div#content div#pager ul li.pager-current {
	background:transparent url(../images/arrow.gif) no-repeat scroll -84px 0px;
	padding-top:9px;
}

div#content div#pager ul li.pager-current a {
	border:1px solid #0379ca;
	border-top:none;
	color: #0379ca; 
	text-decoration:none;
	background:#fff;
	padding-left:10px;
	padding-right:10px;
}


div#search-box #edit-search-block-form-1 {
	border: 5px solid #0379CA;
	position: relative;
	top: -14px;
	height: 19px;
	padding-top: 5px;
	padding-left:3px;
	width:136px;
	font-size: 1.1em;
}

div#content form#webform-client-form-80 #edit-submit {
	background: #0379CA url(../images/arrow-right-white.gif) no-repeat 145px center;
	border: none;
	color: #FFFFFF;
	width: 160px;
	text-align: left;
	padding: 4px 8px;
	font-size: 1.1em;
	font-weight: bold;
	float: right;
	margin-top: 0px;
	text-decoration: none;
}
div#content form#webform-client-form-80 #edit-submit:hover {
	text-decoration: underline;
}
div#content form#webform-client-form-438 #edit-submit {
	background: #0379CA url(../images/arrow-right-white.gif) no-repeat 145px center;
	border: none;
	color: #FFFFFF;
	width: 160px;
	text-align: left;
	padding: 4px 8px;
	font-size: 1.1em;
	font-weight: bold;
	float: right;
	margin: 6px 0px 0px 100px;
	text-decoration: none;
}
div#content form#webform-client-form-438 #edit-submit:hover {
	text-decoration: underline;
}
div#content form#webform-client-form-441 #edit-submit {
	background: #0379CA url(../images/arrow-right-white.gif) no-repeat 145px center;
	border: none;
	color: #FFFFFF;
	width: 160px;
	text-align: left;
	padding: 4px 8px;
	font-size: 1.1em;
	font-weight: bold;
	float: right;
	margin: 21px 0px 0px 100px;
	text-decoration: none;
}
div#content form#webform-client-form-441 #edit-submit:hover {
	text-decoration: underline;
}
div#content form div label {
	float: left;
	width: 150px;
	margin: 3px 21px 10px 0px;
	font-size: 1.2em;
	text-align: right;
	line-height: 1.1em;
}
div#content #edit-submit {
	background: #0379CA url(../images/arrow-right-white.gif) no-repeat 145px center;
	border: none;
	color: #FFFFFF;
	width: 160px;
	text-align: left;
	padding: 4px 8px;
	font-size: 1.1em;
	font-weight: bold;
	float: right;
	margin: 10px 0px 0px 100px;
	/*margin: 35px 0px 30px 100px;*/
	text-decoration: none;
}
div#content #edit-submit:hover {
	text-decoration: underline;
}


/* 9-05-2009 */

#content #user-login .description{font-size:1.2em;padding-left: 80px;}
#content #user-login #edit-name-wrapper{padding-bottom:20px;}

/* 11-05-2009 */

#edit-action-subscribe-wrapper label.option{padding-left:41px; }
div.form-radios  #edit-action-subscribe-wrapper input{width:10px; margin:0px 0px 0px 17px; }
#edit-submitted-message-wrapper .resizable-textarea {position: relative; float: right; top: -25px;}
div#content div.blogPost span.readmore a{
	background:url(../images/nav-default.gif) right 8px no-repeat;
	float:right;
	padding-right:15px;
	text-decoration:none;
	font-size: 1.1em;
}

.bookingDebtails_1{float:left; padding:15px 60px 0px 0px;}
div#content  div.bookingDetails {
width:520px;
}
.bookInfo {
float:left;
width:360px;
padding-right:40px;
}

div#content form #edit-submit-1 {
background:#0379CA url(../images/arrow-right-white.gif) no-repeat scroll 145px center;
border:medium none;
color:#FFFFFF;
float:right;
font-size:1.1em;
font-weight:bold;
/*margin-top:21px;*/
margin-top:0px;	
padding:4px 8px;
text-align:left;
text-decoration:none;
width:160px;
clear:both;
}

/* 14-05-2009 */

#edit-submitted-message-1-wrapper .resizable-textarea textarea {position: relative; top: -25px;}


/* 15-05-2009 */

#content form.webform-client-form-604-1 input#edit-submit-1{clear:both;}

.content  form .container-inline{width:350px; float:right; margin-top:-35px;}

#subscription-form .form-checkboxes input {
float:left;
margin-top:10px;
}

.disp_date{
font-size:0.9em;
margin-bottom:1em;
padding:0;
}
div#content div.standfirst {
	font-size: 1.2em;
}
/*26 May 2009*/
div#content form#subscription-form div.form-checkboxes{ float:right; width:345px; clear:none;padding-bottom:10px;
border-bottom:1px solid #0379CA;}
div#content form#subscription-form div.form-checkboxes div label { float:left;
margin-top:0;
text-align:left;
width:85%;}
div#content form#subscription-form div.form-checkboxes div label input{
    margin:0px 5px 5px 0px;
	float:left;
	width:auto;
}

.content #edit-submitted-message-1-wrapper{height:100px;}

div#content form div.resizable-textarea textarea {
	float: right;
	width: 341px;
	margin-bottom: 0px;
}
/* 27-05-2009 */

div#content form#webform-client-form-438-1 div input#edit-submitted-mobile-number-1{margin-bottom:21px;}
div#content form#webform-client-form-604-1 div input#edit-submit-1{margin-top:6px;}
div#content form#webform-client-form-604 div input#edit-submit{margin-top:6px;}
div#content form#webform-client-form-604-1 div input#edit-submit-1{margin-bottom:0px;}
div#content form#webform-client-form-438-1 div input#edit-submit-1{margin-bottom:0px;}
div#content form#user-login div input#edit-submit{margin-top:21px; margin-bottom:16px;}




div#content div.menutree-page ul{
margin:0px;
padding:0px 0px 0px 15px;
}
div#content div.menutree-page ul span{
font-size:12px;
font-weight:normal;
}
div#content div.menutree-page ul li a{
text-decoration:underline;
}
div#content div.menutree-page ul li li{
list-style:square
padding-left: 5px;
;
}
div#content div.menutree-page ul ul span{
font-size:12px;
font-weight:normal;
}
div#content div.menutree-page ul ul{
margin:0px;
padding-left:10px;
}
div#content div.menutree-page ul li{
margin:0px;
padding:3px;
font-size:12px;
}
div#content div.menutree-page ul a{
margin:0px;
padding:0px;
font-size:12px;
}
div#content div.menutree-page ul ul span{
margin:0px;
padding:0px;
font-size:12px;
}
div#content #edit-other-value-wrapper{padding-top:21px;}
div#content #edit-other-value-wrapper input#edit-other-value{margin-bottom:0px;}

/*ADDED BY SEKHAR ON  16JULY09div#content form div label {
	float:left;
	font-size:1.2em;
	line-height:1.1em;
	margin:3px 21px 10px 0;
	text-align:right;
	width:150px;
}
div#content form#subscription-form div.form-checkboxes div label {
	float:left;
	margin-top:0;
	text-align:left;
	width:85%;
}
div#content form#subscription-form div.form-checkboxes div label input {
	float:left;
	margin:0 5px 5px 0;
	width:auto;
}
div#content form#subscription-form div.form-checkboxes {
	border-bottom:1px solid #0379CA;
	clear:none;
	float:left;
	padding-bottom:10px;

}*/


/* 16-07-2009 Add by SKN*/

#subscription-form-1 .form-checkboxes{width:345px; float:right; clear:none; padding-bottom:15px;
border:none;
margin-bottom:15px;
}
#subscription-form-1 .form-checkboxes div input{width:10px; float:left; padding:0px; margin:0px 5px 14px 0px;}
div#content form#subscription-form-1 div.form-checkboxes div label{
width:180px;
float:left;
text-align:left;
margin:0px 0px 0px 0px;
line-height:1.1em;
padding:0px;
}
/*div#content form#node-form  div.resizable-textarea textarea{float:right; width:341px; clear:none;
position:relative; top:-21px;}*/
div#content form#node-form  div .teaser-button-wrapper input{
background:#0379CA url(../images/arrow-right-white.gif) no-repeat scroll 145px center;
border:medium none;
clear:both;
color:#FFFFFF;
float:right;
font-size:1.1em;
font-weight:bold;
margin-top:0;
padding:4px 8px;
/*margin-bottom:9px;*/
text-align:left;
text-decoration:none;
width:160px;
}
#content form#node-form .node-form input#edit-preview:hover,
div#content form#node-form  div .teaser-button-wrapper input:hover,
#content form#comment-form input#edit-preview:hover{
	text-decoration: underline;
}
#content form#node-form .node-form input#edit-preview, #content form#comment-form input#edit-preview {
	background:#0379CA url(../images/arrow-right-white.gif) no-repeat scroll 145px center;
	border:medium none;
	color:#FFFFFF;
	float:right;
	font-size:1.1em;
	font-weight:bold;
	margin:10px 0 0 100px;
	padding:4px 8px;
	text-align:left;
	text-decoration:none;
	width:160px;
}
#content .box span.title, #comment-form a {font-size:12px;}
div#content form div.resizable-textarea {
	clear:none;
}

/* 17-07-2009 */

div#content div#tabs li{padding:0px; margin:0px; list-style-type:none; display:inline;}
div#content div#tabs{float:left; width:500px; padding-bottom:10px;}
div#content div#tabs li.active, div#content div#tabs li{
	border: medium none;
	font-weight: bold;
	padding: 5px 8px;
	text-align: left;
	margin-right:11px;
	font-size:12px; 
}
div#content div#tabs li.active{float: left;
	background: #0379CA url(../images/arrow-right-white.gif) no-repeat scroll 145px center;
	margin-right:11px;
	width:144px;
	/*width: 50px;
	position:relative;
	top:0px;*/
}
div#content div#tabs li{float: left;
	background: #0379CA url(../images/arrow-right-white.gif) no-repeat scroll 145px center;
	width:144px;
	/*width: 45px;
	position:relative;
	top:-22px;
	margin-left:68px;*/
}
div#content div#tabs li.active a.active, div#content div#tabs li a{
	color: #FFFFFF;
	text-decoration: none;
}

div#content div#tabs li.active a:hover, div#content div#tabs li a:hover{text-decoration: underline;}


div#bottom-stories ul li p {
     width:95%;
}


/*18-07-2009*/

div#content .box form#comment-form{
	padding-left:0px;
	margin:9px 0px 0px 0px;
	position:relative;
	left:0px;
}
div#content .clear-block ul {
	list-style-type:square;
	margin:1em 0 1em 0px;
}
div#content .box form#comment-form div label{
	text-align:left;
	width:76px;
	margin-right:7px;
}
div#content .box form#comment-form div#edit-subject-wrapper input,
div#content .box form#comment-form div#edit-comment-wrapper div.resizable-textarea textarea{
position:relative; left:-92px;
}
div#content .box form#comment-form input#edit-preview{position:relative; left:-92px;}
div#content form#webform-client-form-80-1 #edit-submitted-message-1-wrapper .resizable-textarea textarea
{
position:relative;
top:0px;
margin-bottom:15px;
}
div#content form#webform-client-form-80 #edit-submitted-message-wrapper .resizable-textarea textarea{
position:relative;
top:0px;
margin-top:27px;
margin-bottom:15px;	
}
div#content form#webform-client-form-80-1 #edit-submit-1:hover, div#content form#subscription-form #edit-submit:hover{
	text-decoration: underline;
}
div#content form#subscription-form .form-checkboxes{ margin-bottom:4px;}
#content .box .node{ margin:0px; padding:0px 0px 0px 20px; clear:both; }
#content .box .node h2{ padding-top:10px; }

#content .box .node .clear-block ul{ margin-left:15px;}


/* 20-07-2009 */

#content div.forum-post div.links ul, #content div.forum-post div.links li{
padding:0px; margin:0px; list-style-type:none;}

#content div.forum-post div.links ul.links li.comment_edit{
background:#0379CA url(../images/arrow-right-white.gif) no-repeat scroll 145px center;
border:medium none;
float:left;
font-weight:bold;
margin-bottom:13px;
padding:3px 8px;
text-align:left;
width:144px;
}
#content div.forum-post div.links ul.links li.comment_edit a, #content div.forum-post div.links ul.links li.comment_reply a{text-decoration:none; color:#fff;}

#content div.forum-post div.links ul.links li.comment_edit a:hover, #content div.forum-post div.links ul.links li.comment_reply a:hover{text-decoration:underline; color:#fff;}

#content div.forum-post div.links ul.links li.comment_reply{
background:#0379CA url(../images/arrow-right-white.gif) no-repeat scroll 145px center;
border:medium none;
float:right;
font-weight:bold;
margin-bottom:13px;
padding:3px 8px;
text-align:left;
width:144px;
margin-top:2px;
}

div#content form#node-form #edit-shadow-wrapper{float:left; padding-left:175px;}
div#content form#node-form div.node-form #edit-shadow-wrapper input#edit-shadow{float:left; width:10px; margin-right:6px;}
div#content form#node-form div.node-form #edit-shadow-wrapper label.option{
float:left;
text-align:left;
line-height:20px;
}

/* 21-07-2009 */

div#content div.menutree-page div.archivePanel h2 {
background-color:#0379CA !important;
color:#ffffff !important;
}

#main #mainPanel #knowledge-learning h2{text-indent:7px;}
#main #mainPanel #knowledge-learning div{padding-left:7px; float:left; width:140px;}

#content #generic-listings ul#main-news .view-content li.event a{text-decoration:none;}
div#header div#nav-bar-home div#search-box label {
color:#0379CA;
display:block;
font-size:1.1em;
font-weight:bold;
padding:11px 0 7px;
}


/* 22-07-2009 */

div#content div.menutree-page div.archivePanel h2 {
background:transparent url(../images/arrow-down-white.gif) no-repeat scroll 230px center;
font-size:1.1em;
font-weight:bold;
padding:5px 0 5px 8px;
}

/* 04-09-2009*/

#content table th a.active{color:#fff;}


/* 17-09-2010 */
/* 21-09-2010 */
/*
 Forms with help panels: /course_payment
 Lots of funky stuff happened in IE6.
 This code is, therefore, very fragile.
*/
/* Form Layout */
#content form.help {
 float: left; /* Contain inner floats */
 width: 702px; /* Overflow or expand #content and form */
 position: relative; /* layout context */
/* background: #eee; */ /* debugging */
}
#content form div.help, #content form.help div.continue {
 clear: none;
 float: left;
 width: 702px; /* Overflow or expand #content and form */
}
#content form div.help div {
 clear: none;
}
#content form.help .form-item {
 float: left; /* Shrink-wrap to label and input */
 padding: 0 0 15px 0;
 width: 497px; /* 2px space to .help-icon */
}
#content form.help .form-item .form-item {
 padding-bottom: 0;
}
/* Links */
#content form.help div.help a:link, #content form.help div.help a:visited {
 color: #fff;
 text-decoration: none;
}
/* Labels */
#content form.help label {
 margin-bottom: 0;
}
/* Textboxes */
#content form.help input, #content form.help .resizable-textarea textarea {
 float: left;
 margin: 0; /* IE7 ignored margin-bottom 15px */
 padding: 2px 2px 3px 2px;
 width: 318px; /* 341px */
 font: 1.2em/1.25 Arial, Helvetica, sans-serif; /* CSS Reset is incomplete */
 border: 1px solid #a5acb2;
}
div#content form .help div.resizable-textarea .grippie {
 display: none; /* Not resizable */
}
/* Radio Buttons */
#content form .form-radios {
 float: left;
 width: 324px; /* Textboxes */
}
#content form .form-radios .form-item {
 width: 324px; /* Textboxes */
}
#content form.help .form-radios label, #content form.help .checkbox label {
 margin-right: 0;
 width: 324px; /* Textboxes */
 text-align: left;
}
#content form.help input.form-radio, #content form.help input.form-checkbox {
 float: none;
 margin: 0;
 width: auto;
 border: 0; /* OS standard */
}
/* Checkbox */
#content form.help div.checkbox {
 float: left;
 margin: 0 0 15px 0;
 padding: 0 0 0 171px; /* 150 + 21 = 171 = width of textbox <label> */
 width: 531px; /* ? + 171 = 702px */
}
#content form.help div.checkbox .form-item {
 width: 326px; /* Textboxes + gap to .help-icon */
}
#content form.help div.checkbox label {
}
/* Small Print */
#content form.help .small-print {
 display: block;
 padding: 0 0 0 20px; /* Indent past radio circles */
 font-size: 0.917em; /* 12px- > 11px */
}
/* Help Icon */
#content form .help-icon {
 float: left;
 width: 23px;
}
#content form .help-icon a { 
 display: block;
 padding: 5px 0 0 0;
 width: 23px;
 height: 17px; /* ? + 5 = 22 */
 font-weight: bold;
 font-size: 1.2em;
 text-align: center;
 background: #0379ca;
}
/* Help Panel */
#content form .help-panel {
 display: none; /* Shown via Javascript */
 clear: none;
 float: left;
 padding: 18px 18px 18px 31px; /* 13 + 18, 18 */
 width: 133px; /* 13 + 18 + ? + 18 = 214px */
 right: 0;
 position: absolute;
 color: #fff;
 font-weight: bold;
 background: #0379ca url(../images/help-panel.gif) top left no-repeat;
}
#content form .help-panel p {
 margin: 0;
}
#content form .help-panel a.close {
 top: 5px;
 right: 5px;
 width: 12px;
 height: 11px;
 position: absolute;
 font-size: 0.833em; /* 12px -> 10px */
 line-height: 1.0;
 text-align: center;
 border: 1px solid;
}
/* Cancel & Continue Button */
#content form.help div.continue {
 clear: none;
 padding: 0 182px 0 0; /* 31 + 133 + 18 = .help-panel */
 width: 520px; /* ? + 182 = 702px */
 text-align: right;
}
#content form.help .continue #edit-submit-1, #content form.help .continue #edit-submit {
 float: none;
 margin: 0;
 top: -5px;
 vertical-align: middle;
}

