/* CSS Towards Maturity */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body {
	background-color: #FFFFFF;
	font-family: Veranda, Helvetica, sans-serif;
	font-size: .85em;
	background: #AFCFEE;
	color: #666666;
	margin-bottom: 30px;
}

p {
	line-height: 1.3;
	margin-top: 10px;
}

a {
	color: #0B79BF;
	text-decoration: none;
}

a:hover {
	color: #003399;
	text-decoration: underline;
}

:focus
{
	-moz-outline-style: none;
}


h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

h1 {
	font-size: 120%;
	display: block;
	color: #FFFFFF;
	font-weight: normal;
	padding: 12px 14px;
	font-weight: bold;
}

h2 {
	font-size: 110%;
	font-weight: bold;
	margin-top: 20px;
}

h3 {
	font-size: 110%;
	font-weight: bold;
	margin-top: 10px;
}

input {
	border: 1px solid #CCCCCC;
}

textarea {
	border: 1px solid #CCCCCC;
}

img.icon {
	vertical-align: middle;
	margin-right: 5px;
	margin-bottom: 2px;
}

img.alignleft {
	padding: 3px;
	float: left;
	margin-right: 15px;
	background: #FFFFFF;
	border: 1px solid #DEEAF8;
}

#container {
	width: 970px;
	margin: 20px auto;
	background-color: #FFFFFF;
	z-index: 1;
}

#roundtop {
	background: url(../images/tr.gif) no-repeat top right #FFFFFF;
}

#roundbottom {
	background: url(../images/br.gif) no-repeat top right #FFFFFF;
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

#header {
	height: 145px;
}

#logo {
	float: left;
    margin: 20px 0px 0 30px;
}

#logo a {
	display: block;
	width: 350px;
	height: 105px;
	text-decoration: none;
}

#quicknav {
	width: 335px;
	height: 95px;
	float: right;
	background: url(../images/bg_quicknav.png) no-repeat top left;
	margin: 20px 10px 0 0;
}

#loglinks {
	color: #333333;
	margin: 8px 10px 10px 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #BBBEC0;
}

.quicklinks {
	margin: 5px 10px;
}

.quicklinks img {
	vertical-align: middle;
	margin: 0 3px 2px 0;
}

.quicklinks span {
	margin: 0 6px;
	color: #CCCCCC;
}

#navholder {
	width: 950px;
	margin: 0 10px 10px 10px;
	padding: 0;
	background: url(../images/bg_nav.gif) no-repeat left;
}

#navholder-end {
	background: url(../images/bg_nav_right.gif) no-repeat right;
}

ul#mainnav {
	float: left;
	margin: 0 0 0 5px;
	border: 0 none;
	padding: 0;
	list-style: none;
	height: 36px;
	font-family: Veranda, Helvetica, sans-serif;
}

ul#mainnav li {
	font-size: 110%;
	margin: 8px 0 0 0;
	padding: 0;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	height: 20px;
	line-height: 20px;
	border-right: 1px solid #3385D5;
	border-left: 1px solid #0052A2;
}

ul#mainnav li#firstnav {
	border-left: none;
}

ul#mainnav li#lastnav {
	border-right: none;
}

.currentnav {
	text-decoration: underline;
	color: #FFFFFF;
}

ul#mainnav a {
	padding: 0 14px;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	color: #D6E6F8;
	font-weight: bold;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
}

ul#mainnav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* --------------------------------------------------------------------------- */
/* Search Box */
/* --------------------------------------------------------------------------- */

#search {
	float: right;
	margin: 8px 0 0 0;
	padding: 0;
	font-family: Veranda, Helvetica, sans-serif;
}

#search .form-text {
	border: 0px;
	padding: 2px !important;
	float: left;
	width: 150px;
}

input.search-btn {
	width: 57px;
	height: 20px;
	margin: 0 8px 0 3px;
	border: none !important;
	background: url(../images/btn_search.gif) no-repeat;
	outline: none;
}

input.search-btn:hover {
	background: url(../images/btn_search.gif) no-repeat 0 -20px;
}

/* --------------------------------------------------------------------------- */
/* Tag Cloud */
/* --------------------------------------------------------------------------- */

/* Tag Cloud Homepage */

#tag-cloud-home {
	width: 525px;
	font-size: 110%;
	background: #FFFFFF;
}

#tag-cloud-header-home {
	background: url(../images/tag_cloud_header_home.png) no-repeat top left;
	height: 50px;
}

#tag-cloud-header-home h1 {
	color: #2F4A74;
}

#tag-cloud-content-home {
	border-left: 1px solid #CDE1F5;
	border-right: 1px solid #CDE1F5;
}

#tag-cloud-bottom-home {
	height: 7px;
	line-height: 0;
	font-size: 0%;
	background: url(../images/block_bottom_black.png) no-repeat bottom left;
}

/* Tag Cloud Sidebar */

#tag-cloud-sidebar {
	width: 385px;
	font-size: 110%;
	background: #FFFFFF;
}

#tag-cloud-header-sidebar {
	background: url(../images/tag_cloud_header_sidebar.png) no-repeat top left;
	height: 50px;
}

#tag-cloud-header-sidebar h1 {
	color: #2F4A74;
}

#tag-cloud-content-sidebar {
	border-left: 1px solid #CDE1F5;
	border-right: 1px solid #CDE1F5;
}

#tag-cloud-bottom-sidebar {
	height: 7px;
	line-height: 0;
	font-size: 0%;
	background: url(../images/block_bottom_blue.png) no-repeat bottom left;
}

.tag-cloud {
	list-style-type: none;
}

.tag-cloud li {
	display: inline;
	font-weight: bold;
}

/* --------------------------------------------------------------------------- */
/* Left Content Area */
/* --------------------------------------------------------------------------- */

.content-area {
	float: left;
}

.content-area-inner-left {
	padding: 10px 10px 10px 20px;
}

.content-area-inner-right {
	padding: 10px 20px 10px 10px;
}

#maincontent {
	width: 555px;
	font-size: 110%;
	color: #333333;
	/*border-right: 1px solid #F0F0F0;*/
}

.block {
	margin-bottom: 20px;
	background-color: #F8FCFF;
}

.block-header-black {
	background: url(../images/block_header_black.png) no-repeat top left;
	height: 50px;
}

.block-header-black h1 {
	float: left;
}

.block-content-left {
	width: 523px;
	border-left: 1px solid #CDE1F5;
	border-right: 1px solid #CDE1F5;
}

.block-content-right {
	width: 383px;
	border-left: 1px solid #CDE1F5;
	border-right: 1px solid #CDE1F5;
}

.block-bottom-black {
	height: 7px;
	line-height: 0;
	font-size: 0%;
	background: url(../images/block_bottom_black.png) no-repeat bottom left;
}

.content-cell {
	float: left;
	width: 100%;
}

.content-cell-inner-left {
	padding: 0 15px 10px 15px;
}

#report-pages-inner {
	padding: 0 0 10px 15px;
}

.content-cell-inner-left h1 {
	color: #2F4A74;
	margin: 30px 0 10px 0;
	padding: 0;
}

.content-cell-inner-right {
	padding: 0 15px 10px 15px;
}

#sidecontent {
	width: 415px;
	color: #333333;
	font-size: 110%;
}

#offthepress {
	width: 385px;
}

#offthepress h3 {
	background: url(../images/ico_newspaper.gif) no-repeat top left;
	color: #2F4A74;
	font-size: 120%;
	padding: 5px 0 5px 40px;
}

#offthepress-top {
	width: 385px;
	background: url(../images/bg_about_top.png) no-repeat top left;
}

#offthepress-title {
	margin-bottom: 5px;
}

#offthepress-body {
	margin: 0;
}

#offthepress-bottom {
	height: 10px;
	line-height: 0;
	background: url(../images/bg_about_bottom.png) no-repeat top left;
}

.block-header-blue {
	background: url(../images/block_header_blue.png) no-repeat top left;
	height: 50px;
}

.block-header-blue h1 {
	float: left;
}

.block-bottom-blue {
	height: 7px;
	line-height: 0;
	font-size: 0%;
	background: url(../images/block_bottom_blue.png) no-repeat bottom left;
}

/* Article Block */

.article-image {
    float: left;
    margin-right: 15px;
	background: #FFFFFF;
	padding: 3px;
	border: 1px solid #DEEAF8;
}

.article-item {
	background: url(../images/dotted.gif) repeat-x bottom left;
	padding: 10px 0;
}

h2.article-title {
	font-size: 125%;
	font-weight: bold;
	margin-top: 0;
}

.article-info {
	font-size: 90%;
	color: #999999;
	margin-top: 3px;
}

.article-summary {
    margin-top: 5px;
}

#template-area {
	margin-top: 10px;
	width: 490px;
	background: url(../images/bg_template.gif) no-repeat center center;
}

#template-icon {
	float: left;
	margin-left: 10px;
}

#template-link {
	width: 240px;
	float: left;
	margin-left: 10px;
	margin-top: 15px;
	font-size: 90%;
}

#template-download {
	width: 139px;
	height: 34px;
	display: block;
	background: url(../images/btn_download.png) no-repeat top left;
	float: right;
	margin: 14px 5px 0 0;
}

#template-download:hover {
	background-position: 0 -35px;
}

/* End Article Block */

/* Page Content */
#page-content-top {
	height: 7px;
	line-height: 0;
	font-size: 0%;
	background: url(../images/page_content_top.png) no-repeat top left;
}

.page-content-header {
	background: #F8FCFF url(../images/page_content_header.png) no-repeat bottom center;
	width: 523px;
	border-left: 1px solid #CDE1F5;
	border-right: 1px solid #CDE1F5;
}

.page-content-header h1 {
	color: #2F4A74;
}

#page-content-bread {
	margin: 0 15px;
	padding: 7px 0 0 0;
	font-size: 80%;
}

#page-content-bread img {
	margin: 0 5px;
}

#page-content-bread span {
	color: #999999;
	font-weight: bold;
}

#article-title {
	float: left;
}

#article-rss {
	float: right;
	margin: 10px 20px;
}

/* End Page Content */

/* Podcast Page */

#podcast-player {
	margin: 10px 0;
}

/* End Podcast Page */

/* Article Tools */

#article-tools {
	float: right;
	width: 140px;
	margin: 0 0 15px 15px;
}

#article-tools-top {
	height: 28px;
	background: url(../images/tools_panel_top.png) no-repeat top left;
}

#article-tools-top h4 {
	color: #FFFFFF;
	padding: 8px 10px;
	font-size: 80%;
}

#article-tools-bottom {
	height: 5px;
	line-height: 0;
	font-size: 0%;
	background: url(../images/tools_panel_bottom.png) no-repeat top left;
}

#article-tools-content {
	border-left: 1px solid #CCE1F5;
	border-right: 1px solid #CCE1F5;
	background-color: #FFFFFF;
}

#article-tools-content ul {
	list-style: none;
	padding: 0;
	margin: 0 5px;
}

#article-tools-content ul li {
	padding: 6px 6px 6px 2px;
	font-size: 90%;
	background: url(../images/dotted.gif) repeat-x bottom left;
}

#article-tools-content ul li a {
	display: block;
	text-decoration: none;
	color: #333333;
}

#article-tools-content ul li img {
	vertical-align: middle;
	margin-right: 5px;
}

#article-tools-content ul li#lastitem {
	background: none;
}

#article-tools-content ul li img#font-up {
	margin-right: 0;
	margin-left: 10px;
	cursor: pointer;
}

#article-tools-content ul li img#font-down {
	margin-right: 0;
	cursor: pointer;
}

/* End Article Tools */

/* Blog Block */

#latest-blog-posts {
	background-color: #F8FCFF;
}

#blog-keywords {
	float: left;
	width: 350px;
	list-style: none;
	padding: 5px 0 10px 0;
	background: url(../images/dotted.gif) repeat-x bottom left;
}

#blog-keywords li {
	width: 115px;
	height: 20px;
	float: left;
}

/* End Blog Block */

.list-item {
	background: url(../images/dotted.gif) repeat-x bottom left;
	padding-bottom: 10px;
}

.list-item-info {
	font-size: 90%;
	color: #999999;
	margin-top: 3px;
}

.list-item-info img {
	vertical-align: middle;
	margin-right: 5px;
}

.list-item-info span {
	margin-left: 10px;
}

/* Podcast Block */

#latest-podcasts {
	background-color: #F8FCFF;
}

.podcastinfo {
	font-size: 90%;
	color: #999999;
	margin-top: 3px;
}

.onpage {
	margin-top: 10px;
}

.podcastinfo img {
	vertical-align: middle;
	margin-right: 5px;
}

.podcastinfo span {
	margin-left: 10px;
}

.podcast-links {
	background: url(../images/dotted.gif) repeat-x top left;
	font-size: 80%;
	padding: 10px 0 15px 0;
	color: #CCCCCC;
}

.podcast-links a {
	padding: 0 5px 0 4px;
}

.podcast-links img {
	padding-left: 5px;
	margin-top: -2px;
	vertical-align: middle;
}

.podcast-links .first-icon {
	padding-left: 0px;
}

/* End Podcast Block */

/* Header RSS Feed */

.header-rss {
	float: right;
	margin-top: 9px;
	margin-right: 15px;
}

.header-rss img {
	vertical-align: middle;
	margin-right: 5px;
}

.header-rss a {
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
}

.header-rss a:hover {
	color: #FFFFFF;
}

/* End Header RSS Feed */

/* Quick Poll Block */
.poll-answer {
	background: url(../images/dotted.gif) repeat-x bottom left;
	padding: 7px 0;
}

.poll-answer input {
	margin-right: 5px;
	vertical-align: middle;
}

.poll-link {
	font-size: 90%;
	font-weight: bold;
	margin-left: 20px;
}

.poll-result {
	background: url(../images/dotted.gif) repeat-x bottom left;
	padding: 7px 0;
}

.poll-result p {
	width: 200px;
	margin: 0;
	float: left;
}

.poll-resultbar {
	height: 10px;
	background: url(../images/bg_bar.gif) repeat-x top left;
	float: left;
	margin-top: 2px;
}

.poll-percent {
	float: left;
	font-size: 90%;
	font-weight: bold;
	margin-left: 5px;
}

/* End Quick Poll Block */

/* Footer */

#footer {
	clear: both;
	font-size: 100%;
	line-height: 1.5;
	padding: 10px 10px 0 10px;
	margin: 20px 10px 0 10px;
	background: url(../images/bg_footer.jpg) no-repeat top left;
}

#footer-about {
	color: #333333;
	margin: 5px 5px 20px 5px;
	font-size: 120%;
}

#footer a {
	padding: 0px 5px;
}

#footer span {
	color: #CCCCCC;
	margin: 0 5px;
}

#footer .first-link {
	padding-right: 5px;
	padding-left: 0px;
}

#footer img {
	float: right;
	margin: 0 10px;
	padding: 0;
	vertical-align: bottom;
}

#flinks {
	float: left;
}

/* End Footer */

/* Read More Button */

.readmore-panel {
	height: 26px;
	background: url(../images/bg_readmore.gif) no-repeat center right;
}

.readmore-button {
	float: right;
	margin: 4px 4px 0 0;
	width: 66px;
	height: 18px;
	display: block;
	background: url(../images/btn_readmore.gif) no-repeat top left;
}

.readmore-button:hover {
	background-position: 0 -20px;
}

/* ------------------------------------------- */

.more-panel {
	height: 26px;
	background: url(../images/bg_more.gif) no-repeat center right;
}

.more-button {
	float: right;
	margin: 4px 4px 0 0;
	width: 41px;
	height: 18px;
	display: block;
	background: url(../images/btn_more.gif) no-repeat top left;
}

.more-button:hover {
	background-position: 0 -20px;
}

/* End Read More Button */

/* Various Styling */

.clear {
	clear: both;
}

.lastitem {
	background: none;
}

/* End Various Styling */

/* Rounded corners panel */

.roundedcornr_box {
   background: #ebf4fc;
   margin: 15px 0;
}
.roundedcornr_top div {
   background: url(../images/rc/roundedcornr_tl.png) no-repeat top left;
}
.roundedcornr_top {
   background: url(../images/rc/roundedcornr_tr.png) no-repeat top right;
}
.roundedcornr_bottom div {
	line-height: 0;
	font-size: 0%;
   background: url(../images/rc/roundedcornr_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom {
   background: url(../images/rc/roundedcornr_br.png) no-repeat bottom right;
}

.roundedcornr_top div, .roundedcornr_top,
.roundedcornr_bottom div, .roundedcornr_bottom {
   width: 100%;
   height: 10px;
   font-size: .01em;
}
.roundedcornr_content { margin: 0 15px; }

/* End Rounded corners panel */

#tag-list {
	float: left;
	list-style: none;
}

#tag-list li {
	width: 105px;
	padding: 2px;
	margin: 3px;
	float: left;
	font-size: 90%;
}

#tag-active {
	font-weight: bold;
}

/* -------------------------------------------------------------- */
/* Register specific styling */
/* -------------------------------------------------------------- */

#loginpanel, #lostpasspanel {
	background: #FFFFFF;
}

.regpanel-header {
	background: url(../images/tag_cloud_header_sidebar.png) no-repeat top left;
	height: 50px;
}

.regpanel-header h1 {
	color: #2F4A74;
}

.regtabledata {
	width: 100%;
	margin-top: 15px;
}

.regtabledata input, .regtabledata select {
	padding: 5px;
	border: 1px solid #92A7C7;
	width: 271px;
	background: url(../images/bg_form.png) repeat-x top left;
	font-family: Veranda, Helvetica, sans-serif;
	font-size: 100%;
}

.regtabledata textarea {
	padding: 5px;
	border: 1px solid #92A7C7;
	background: url(../images/bg_form.png) repeat-x top left;
	background-color: #FFFFFF;
	font-family: Veranda, Helvetica, sans-serif;
	font-size: 100%;
}

.regtabledata select {
	width: 283px;
	background-color: #FFFFFF;
}

#telnr {
	width: 120px;
}

#telext {
	width: 70px;
}

#postcode {
	width: 50px;
}

#lostpass_email, #id_auth_email, #id_auth_password {
	width: 250px;
}

.regsectiontitle {
	color: #000000;
	font-weight: bold;
	background: url(../images/dotted.gif) repeat-x bottom left;
	padding: 15px 0 5px 0;
}

.regsectiontitle img {
	margin-right: 5px;
	vertical-align: middle;
	margin-top: -2px;
}

.regfieldtitle {
	width: 150px;
	text-align: right;
	vertical-align: middle;
	padding: 0 10px;
}

.regfieldtitle-side {
	width: 20%;
	text-align: right;
	vertical-align: middle;
	padding: 0 10px;
}

.regasterisk {
	font-size: 80%;
	color: #FF0000;
	font-weight: bold;
}

.newsletteroptin {
	height: 30px;
}

.newsletteroptin input {
	background: #FFFFFF;
	width: 18px;
	border: none;
}

.regbtncell {
	height: 30px;
	border-top: 4px solid #DFEDFA;
}

#btn-register {
	width: 99px;
	height: 34px;
	display: block;
	background: url(../images/btn_register.png) no-repeat top left;
	margin: 10px 0 0 195px;
}

#btn-update {
	width: 99px;
	height: 34px;
	display: block;
	background: url(../images/btn_update.png) no-repeat top left;
	margin: 10px 0 0 195px;
}

#btn-login {
	width: 79px;
	height: 34px;
	display: block;
	background: url(../images/btn_login.png) no-repeat top left;
	margin: 10px 0 0 0;
}

#btn-submit {
	width: 79px;
	height: 34px;
	display: block;
	background: url(../images/btn_submit.png) no-repeat top left;
	margin: 10px 0 0 0;
}

#btn-register:hover, #btn-login:hover, #btn-submit:hover, #btn-update:hover {
	background-position: 0 -35px;
}

/* Horizontal and vertical spacing for td elements */
.tablespacerowbig {
	height: 15px;
}

.tablespacerow {
	height: 5px;
}

.tablespacecol {
	width: 20px;
}

/* Styling for UL */

.text-content ul {
	margin: 10px 0 0 10px;
	border: 0 none;
	padding: 0;
	list-style: none;
}

.text-content ul li {
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: 0 6px;
	padding: 2px 0 2px 12px;
}

/* Buttons */

.btn-blue {
	background: transparent url( ../images/bluebtn_left.png ) top left no-repeat;
	display: inline-block;
	font-size: .9em;
	font-weight: bold;
	padding: 3px 0 5px 4px;
	line-height: 1.2;
}

.btn-blue span {
	background: transparent url( ../images/bluebtn_right.png ) top right no-repeat;
	padding: 3px 8px 5px 4px;
}

a.btn-blue:link, a.btn-blue:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-color: transparent;
}

a.btn-blue:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: transparent url( ../images/bluebtn_left_over.png ) top left no-repeat;
}

a.btn-blue:hover span {
	background: transparent url( ../images/bluebtn_right_over.png ) top right no-repeat;
}

a.btn-blue:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: transparent;
}

/* Recently Viewed */

#recently-viewed {
	background-color: #F8FCFF;
}

.recent-item {
	background: url(../images/dotted.gif) repeat-x bottom left;
	padding-bottom: 10px;
}

.recent-item img {
	vertical-align: middle;
	margin-right: 5px;
}

/* Edit in place for Profile page */

.btnholder {
	float: left;
	padding: 5px;
	margin-left: 3px;
}

.profileinfo span {
	float: left;
	padding: 2px;
}

#author-photo {
	width: 104px;
	vertical-align: top;
}

#aphoto {
	width: 104px;
	height: 104px;
	background: url(../images/bg_photo.gif) no-repeat top left;
}

#aphoto img {
	margin: 2px;
}

#author-profile {
	vertical-align: top;
}
#author-profile h3 {
	margin: 0;
	padding: 2px;
}

#author-profile p {
	float: left;
	padding: 2px;
}

#author-profile input {
	width: 350px;
	margin-bottom: 5px;
}

#author-profile textarea {
	width: 350px;
}

#eip_website {
	margin: 0;
	font-weight: bold;
}

.help {
	font-size: 90%;
	background-color: #FFFFE5;
	border: 1px solid #ECECC8;
	padding: 5px;
}

.help img {
	vertical-align: middle;
	margin-bottom: 3px;
}

#nrkeywords {
	font-size: .9em;
}

#nrkeywords span {
	color: #CCCCCC;
	margin: 0 5px;
}

/* Admin Report */

#report-data h2 {
	margin: 5px 0 10px 0;
}

#report-data h2 img {
	vertical-align: middle;
	margin-bottom: 4px;
	margin-right: 5px;
}

.report-table {
	margin-top: 10px;
}

.report-table th {
	text-align: left;
	padding: 5px;
}

.report-table tr {
	background: url(../images/dotted.gif) repeat-x bottom left;
}

.report-table td {
	padding: 5px;
}

.activelink {
	font-weight: bold;
}

/* VAN Styles */

#van-filters {
	background: #E0ECF9;
	margin-top: 10px;
	padding: 5px;
	font-size: 90%;
}

#van-filters span {
	color: #CCCCCC;
	margin: 0 5px;
}

.partner-item {
	width: 493px;
	background: url(../images/dotted.gif) repeat-x bottom left;
	float: left;
	padding-bottom: 10px;
	margin: 5px 0 0 0;
}

.van-tags {
	margin-top: 5px;
	font-size: 90%;
}

.van-info {
	margin-top: 5px;
}

.ruler {
	background: url(../images/dotted.gif) repeat-x bottom left;
	height: 1px;
	margin-top: 15px;
}

.articlefieldtitle {
	width: 90px;
	text-align: right;
	vertical-align: top;
	padding: 0 10px;
}

.report-sublinks {
	background: url(../images/bg_rsublinks.png) no-repeat bottom left;
	padding: 5px 0 10px 10px;
	font-size: 90%;
	font-weight: bold;
	margin-bottom: 10px;
}

.report-sublinks span {
	color: #CCCCCC;
	font-weight: normal;
	margin: 0 5px;
}

.report-sublinks a#selected {
	color: #000000;
	text-decoration: none;
	cursor: default;
}

#alphanav {
	list-style: none;
	margin: 15px 0 0 0;
}

#alphanav li {
	float: left;
	background-image: none;
	padding: 0;
	margin-left: 2px;
	margin-bottom: 2px;
}

#alphanav li a {
	display: block;
	width: 10px;
	height: 10px;
	padding: 3px 6px 8px 6px;
	background: #FFFFFF;
	border: 1px solid #E0ECF9;
}

#alphanav li a:hover {
	background: #E0ECF9;
	border: 1px solid #D2E3F7;
	text-decoration: none;
}

.sidenav-links {
	margin: 5px 0 0 0;
	list-style: none;
}

.sidenav-links li {
	border-bottom: 1px dotted #C1C1C1;
	background: url(../images/ico_arrow.gif) no-repeat top left;
	padding: 5px 0 5px 12px;
	background-position: 0 8px;
}

/* Styling for the article tools panel */

#article-downloads {
	margin: 5px 0 0 0;
	list-style: none;
}

#article-downloads li {
	border-bottom: 1px dotted #C1C1C1;
	background: url(../images/ico_pdf.png) no-repeat top left;
	padding: 5px 0 5px 20px;
	background-position: 0 4px;
}

#toolspanel {
	width: 493px;
	margin-top: 30px;
}

#toolspanel-tabs {
	height: 32px;
	line-height: normal;
	background: url(../images/tabbg.gif) repeat-x bottom;
}

#toolspanel-tabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#toolspanel-tabs li {
	float: left;
	background: url("../images/tableft.png") no-repeat left top;
	padding: 0 0 0 10px;
	margin: 0 1px 0 0;
}

#toolspanel-tabs a {
	float: left;
	display: block;
	background: url("../images/tabright.png") no-repeat right top;
	padding: 10px 12px 6px 2px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#toolspanel-tabs a {
	float: none;
}
/* End IE5-Mac hack */

#toolspanel-tabs li:hover {
	/*background-position: left -25px;*/
}

#toolspanel-tabs li:hover a {
	/*background-position: right -25px;*/
}

#toolspanel-tabs .activetab {
	background-image: url("../images/tableft_on.png");
}

#toolspanel-tabs .activetab a {
	background-image: url("../images/tabright_on.png");
	color: #027AC2;
	height: 14px;
	float: left;
	padding: 10px 12px 8px 2px;
	color: #2F4A74;
}

#toolspanel-content {
	background: #FFFFFF;
	border-left: 1px solid #CDE1F5;
	border-right: 1px solid #CDE1F5;
	padding-bottom: 10px;
}

#toolspanel-btm {
	height: 10px;
	background: url(../images/toolspanel_btm.gif) no-repeat bottom left;
}

#toolspanel-content-related {
	margin: 0 20px;
	padding-top: 10px;
}

#toolspanel-content table, #toolspanel-content form {
	margin: 0;
	padding: 0;
}

.toolspanel-content-form {
	padding: 15px 0 0 0;
}

#toolspanel-content-related ul {
	margin: 0;
}

#toolspanel-content-related ul li {
	border-bottom: 1px dotted #C1C1C1;
	background: url(../images/ico_document.png) no-repeat top left;
	padding: 5px 0 5px 20px;
	background-position: 0 4px;
}

#toolspanel-content h3 {
	margin-bottom: 10px;
}

#toolspanel-content h4 {
	margin-bottom: 5px;
}

.hidecontent {
	display: none;
}

.share-link {
	border-bottom: 1px dotted #C1C1C1;
	padding: 5px 2px;
}

.share-link img {
	vertical-align: middle;
	margin-right: 5px;
}

.bio_textarea_limit
{
	width:100%;
	float:right;
	display:inline;
	font-weight:bold;
	text-align:right;
	padding-top:8px;
}

.poll_stats_table
{
	/*
	border-top:1px solid #FB7A31;
	background: #FFC;
	border-bottom:1px solid #FB7A31;
	*/
	margin:8px;

}

.poll_stats_table th
{
	text-align:left;
	font-weight:normal;

}

.poll_stats_table th
{
	/*border-top:1px solid #ddd;*/
	border-bottom:1px solid #ddd;
	padding:4px;
	border-right:1px solid #888;

	background-color:#fff;
	font-size:.9em;
	font-weight:normal;
	font-style:normal;

}

.poll_stats_table td
{
	/*border-top:1px solid #ddd;*/
	border-bottom:1px solid #ddd;
	border-left:1px solid #ddd;
	text-align:center;
	background-color:white;
	white-space: nowrap;
	padding:2px;
}



.poll_stats_table .header th
{
	/* border-top:1px solid #ddd;*/
	border-bottom:1px solid #888;
	border-right:none;
	text-align:center;
	border-left:1px solid #ddd;

	background-color:white;
	background-color:#eee;
	font-weight:bold;
}

.poll_stats_table .header th.corner
{
	border-top:none;
	border-right:1px solid #888;
	background-color:transparent;
	/*border:1px solid #f00;*/
	border-left:none;
}

.poll_stats_table td.alternate
{
	background-color:rgb(234, 247, 255);
	/*border:1px solid #f00;*/
}

/* YUI */

.mask {
    background-color: #000;
    opacity: .25;
    *filter: alpha(opacity=25);  /* Set opacity in IE */
}

#suggPanel.yui-panel, #askPanel.yui-panel {
	position: relative;
	overflow: visible;
	background: #FFFFFF;
	border: 2px solid #666666;
}

#suggPanel.yui-panel .hd, #askPanel.yui-panel .hd {
	height: 37px;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	background: url(../images/bg_overlay_title.png) no-repeat top left;
	margin: 2px 2px 0 2px;
	overflow: visible;
	border: none;
}

#suggPanel.yui-panel .hd p, #askPanel.yui-panel .hd p {
	margin: 0;
	padding: 10px;
}

#suggPanel.yui-panel .bd, #askPanel.yui-panel .bd {
	overflow: hidden;
	margin: 0 15px;
	padding-bottom: 10px;
}

#suggPanel.yui-panel .container-close, #askPanel.yui-panel .container-close {
	position: absolute;
	top: 15px;
	right: 15px;
	height: 14px;
	width: 14px;
	background: url(../images/btn_close.png) no-repeat top left;
}

#id_name_frm1, #id_email_frm1, #id_body_frm1, #id_name_frm2, #id_email_frm2, #id_body_frm2 {
	width: 260px;
}

.tool-tip { font-family: Veranda, Helvetica, sans-serif; color: #fff; width: 160px; z-index: 13000; border:2px #0B79BF solid;}

.tool-title { font-weight: bold; font-size: .9em; margin: 0; color: #9FD4FF; padding: 8px 8px 4px; background-color:white; display:none }

.tool-text { font-size: .9em; padding: 4px 8px 8px; background-color:#fff;color:black; }

.read-more-text
{
	font-size:80%;
}

.feedback-form-text
{
	color:maroon;
}
.no-margin
{
	margin:0;
}

.article-add-submit-link
{
	margin-left: 130px;
}

.invisible-element
{
	display:none;
}

.rating-width
{
	width:80px;
}