body {
	margin:0;
	font:13px Arial, Helvetica, sans-serif;
	min-width:1000px;
	zoom: 1;
}
img {border-style:none;}
a {
	color:#333;
	text-decoration:none;
}
a:hover{
	color:#f00;
}
input,
textarea,
select {
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
form,fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
#wrap {
	width:1000px;
	margin:0 auto;
	position:relative;
	padding:110px 0 0;
}
/* header start */
#header {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:82px;
	background:url(images/header-bg.gif) repeat-x 0 2px;
	padding:25px 0 0;
	border-bottom:3px solid #e9e6e6;
	z-index: 300;
}
/* logo start */
.logo {
	position:absolute;
	top:25px;
	left:0;
	width:197px;
	height:65px;
	background:url(images/logo.gif);
	overflow:hidden;
	text-indent:-9999px;
}
.logo a {
	display:block;
	height:100%;
}
/* logo end */
/* search start */
.search {
}
.search div {
	height:19px;
	background:url(images/search-bg.gif) no-repeat;
	border:1px solid #999;
	padding:0;
}
.search div input {
	padding:1px 0 0;
	border:0;
	color:#666;
	font-size:12px;
/* 	text-transform:uppercase; */
	background:none;
	width:100%;
}
.search .search-btn {
	margin:5px 0 0 0;
}
/* search end */
/* top navigation start */
#top-navigation {
	padding:0;
	margin:0;
	list-style:none;
	position:absolute;
	right:2px;
	bottom:1px;
	font-size:12px;
	font-weight:bold;
}
#top-navigation li {
	padding-left:30px;
}

#top-navigation li ul li {
	display:block;
	padding-left: 10px;
	float: none;
}


#top-navigation li a {
	color:#666666;
	text-decoration:none;
}
#top-navigation li.current_page_item a {
	color:#ff0000;
	text-decoration:none;
}
#top-navigation li.current_page_parent a {
	color:#ff0000;
	text-decoration:none;
}

#top-navigation li.current_page_item li a, #top-navigation li.current_page_parent li a {
	color:#000000;
}

#top-navigation li.current_page_item li a:hover, #top-navigation li.current_page_parent li a:hover {
	color:#ff0000;
}

#top-navigation li a:hover {
	color:#ff0000;
}

#top-navigation li.current_page_item > a, #top-navigation li.current_page_parent > a {
	color:#ff0000 ! important;
}


.rss {
	padding-left:23px;
	background:url(images/rss.gif) no-repeat 0 50%;
}
/* top navigation end */
/* header end */
/* content start */
#content {
	padding:14px 0 12px;
	width:100%;
	overflow:hidden;
	
}
#main-content {
	width:844px;
	float:right;
}
.content-holder {
	float:left;
	width:658px;
	position:relative;
	z-index:2;
}

.content-holder-wide {
	/* content w/no sidebar on right */
	width:840px ! important;
}

.right-holder {
	width:174px;
	float:right;
	padding:10px 0 0 8px;
}
.container {
	border:1px solid #cecece;
	margin-bottom:4px;
	/* background:url(images/main-shadow.gif) repeat-y; */
	width:656px;
}
.second-container {
	border-color:#e9e6e6;
}

.third-container {
	width: 206px;
	margin: 5px 5px 0px 5px;
	float: left;
	display: inline;
}

.third-container div.featured-box {
	width: 176px;
	height: 200px;
	padding: 0px 0px 0px 7px;
	overflow: hidden;
}

.container-top {
	/* background:url(images/top-shadow.gif) no-repeat; */
	padding-top:10px;
}
.container-btm {
	/* background:url(images/btm-shadow.gif) no-repeat 0 100%; */
	padding:10px 12px 15px 9px;
	height:1%;
	overflow:hidden;
}
.container a {
	color:#f00;
}
.container a:hover {
	color:#333;
}
.welcome {
	width:414px;
	float:right;
	padding:5px 30px 5px 0;
	color:#666;
}
.galectin-logo {
	float:left;
	margin:7px 0 0 30px;
}
.block,
.light-block {
	border-bottom:1px solid #999;
	width:100%;
	overflow:hidden;
	margin-bottom:10px;
	padding-bottom:5px;
}
.light-block {
	border-color:#dbdbdb;
}
#content h1 {
	margin:0 0 25px;
	font-size:30px;
	color:#f00;
	font-weight:normal;
}
#content h2 {
	color:#666666;
	font-size:20px;
	font-weight:bold;
	margin:0 0 5px;
}

div.right-holder h2 {
	margin:0 0 5px ! important;
	color:#666 ! important;
	text-transform:uppercase ! important;
	font-weight:normal ! important;
}

div.featured-box h2 {
	margin:0 0 5px ! important;
	color:#000000 ! important;
	text-transform:none ! important;
	font-weight:bold ! important;
}


div.right-holder h2 {
	font-size:12px ! important;
}

div.featured-box h2 {
	font-size:15px ! important;
	color:#000000;
	font-weight:bold;
	text-transform:none;
}

#content h3,
#content h4 {
	margin:0 0 15px;
	font-size:13px;
	color:#000;
}
#content h4 {
	margin-bottom:10px;
}
#content h3 a,
#content h4 a {
	text-decoration: underline;
	color:#000;
}
#content h3 a:hover,
#content h4 a:hover {
	color:#f00;
}
#content p {
	margin:0 0 15px;
}
.featured-calendar {
	background:url(images/featured-calendar-bg.jpg) no-repeat 407px 50%;
	padding-bottom:0;
}
.right-link {
	text-align:right;
	text-transform:uppercase;
	font-size:11px;
	margin:0 3px 10px 0 !important;
}
.right-link a {
	color:#f00;
}
.right-link a:hover {
	color:#333;
}
.featured-box {
	width:377px;
	float:left;
	padding:0 23px 0 7px;
}
#content .featured-box h2 {
	margin-bottom:15px;
	font-size: 15px;
}

#content .featured-box h2 a {
	text-transform: none;
	font-weight: bold;
	color: #000000;
}

.featured-box img {
	float:left;
	margin:0 28px 0 0;
}
.calendar-box {
	width:175px;
	float:right;
	padding:0 26px 0 0;
}
.list {
	padding:0 0 10px;
	margin:0;
	list-style:none;
}
#content .list p {
	margin:0;
}
.list a {
	color:#000;
}
.list a:hover {
	color:#f00;
}
.list li {
	background:url(images/dot.gif) repeat-x 0 100%;
	padding:3px 0 10px;
}
.list li em {
	font-style:normal;
	color:#666;
	font-size:11px;
	display:block;
}
.list li div.row {
	padding-left:17px;
	background:url(images/calendar-ico.gif) no-repeat 0 3px;
}
.calendar-box .block {
	margin-bottom:5px;
}
.pumbed-box {
	padding:5px 2px 0 12px;
}
.pumbed-content {
	width:100%;
	overflow:hidden;
	padding-top:15px;
}
.pumbed-info {
	width:333px;
	float:right;
}
.pumbed-info .list li em {
	color:#999;
}
.pumbed-info .list li p {
	font-size:12px;
}
.pumbed-top {
	background: url(images/pumbed-top.gif) no-repeat;
	padding-top:5px;
	width:268px;
	float:left;
}
.pumbed-btm {
	background: #e9e6e6 url(images/pumbed-btm.gif) no-repeat 0 100%;
	padding:12px 10px 45px;
}
.pumbed-btm img {
	margin-bottom:10px;
}
.pumbed-btm p {
	margin:0 0 10px;
}
.pumbed-block {
/* 	padding:15px 12px; */
}
.items {
	font-weight:bold;
}

.pumbed-info .items {
	color: #333333;
	font-size: 12px;
}

.pumbed-info ul.list li a {
	font-weight: bold;
	color: #FF0000;
}

.pumbed-info ul.list li a:hover {
	color: #333333;
}

.pumbed-info ul.list li p {
	font-size: 12px;
	padding-top: 9px;
}

.pumbed-info ul.list li p.citation {
	font-size: 11px;
	color: #999999;
	padding-top: 0px;
}

.btm-items {
	width:100%;
	overflow:hidden;
}
.btm-items .items {
	float:left;
}
.list-keysearch {
	padding:0 0 5px;
	margin:0;
	list-style:none;
}
#content .list-keysearch p {
	margin:0;
}
.list-keysearch a {
	color:#000;
}
.list-keysearch a:hover {
	color:#f00;
}
.list-keysearch li {
	padding:5px 10px 8px;
	background:#e9e6e6;
	margin-bottom:2px;
}
.list-keysearch li em {
	font-style:normal;
	color:#666;
	font-size:11px;
	display:block;
	margin-top:5px;
}
/* search start */
.subscribe {
	width:100%;
	overflow:hidden;
	padding:5px 0 10px;
}
.subscribe label {
	display:block;
	font-weight:bold;
	margin-bottom:10px;
}
.subscribe div.input {
	width:141px;
	height:23px;
	background:url(images/subscribe-bg.gif) no-repeat;
	border:1px solid #999;
	padding:0 14px;
	float: left;
}
.subscribe div.input input {
	padding:3px 0 0;
	border:0;
	color:#000;
	font-size:12px;
	text-transform:uppercase;
	background:none;
}
.subscribe-btn {
	margin:0px 0px 15px 10px;
	display:block
	float: left;
}
.subscribe .rss {
	color:#f00;
	background:url(images/rss-ico.gif) no-repeat 0 50%;
	padding:3px 0 3px 27px;
}
/* search end */
#sidebar {
	float:left;
	width:150px;
	padding:0 4px 0 2px;
	margin-right:-6px;
	position:relative;
	z-index:10;
	zoom: 1;
}
#sidebar h5 {
	margin:0 1px 0 0;
	color:#fff;
	font-size:12px;
	font-weight:normal;
	background:#f00 url(images/sidebar-title.gif) no-repeat 100% 0;
	padding:7px 14px;
}
/* left navigation start */
#sidebar ul {
	padding:0 0 10px;
	margin:10px 0px;
	font-size:12px;
	position:static;
	list-style: none;
}
#sidebar ul li {
	margin-bottom:10px;
	vertical-align:top;
	height:1%;
}

#sidebar ul ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#sidebar ul ul li {
	margin: 3px 0px;
}

#sidebar ul ul li a {
	background-image: url(images/red-row.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 11px;
	display: block;
}
#sidebar ul ul li a:hover {
	background-image: url(images/red-row.gif);
}

.sec-nav a {
	background:url(images/gray-row.gif) no-repeat 8px 50%;
	color:#666;
}
.sec-nav a:hover {
	color:#000;
}
.first-nav a em {
	font-style:normal;
	background:url(images/red-row.gif) no-repeat 100% 50%;
	display:block;
}
.first-nav a:hover em {
	font-style:normal;
	background:#ccc url(images/black-row.gif) no-repeat 100% 50%;
	display:block;
}
#main-nav ul {
	margin:0;
	padding:2px 0 1px 20px;
}


/* left navigation end */


.contacts-list {
	padding-bottom:20px;
	color:#333;
}
.contacts-list li div.row {
	padding:5px 0 0 11px;
	background:url(images/contacts-separ.gif) no-repeat 0 10px;
}
.contacts-list li div.row a {
	font-weight:bold;
	color:#f00;
	font-size:14px;
}
.contacts-list li div.row a:hover {
	color:#666;
}
#content .contacts-list li div.row p {
	margin:0 0 5px;
}
.content-box {
	padding:0 30px 40px;
	height:1%;
	overflow:hidden;
	font-size:14px;
	color:#333;
}
.content-box a {
	color:#f00;
}
.content-box a:hover {
	color:#333;
}
.left-img {
	float:left;
	margin:0 16px 10px 0;
	border:1px solid #999;
}
.content-list {
	padding:0 0 10px;
	margin:0;
	list-style:none;
}
.content-list li {
	padding-left:14px;
	background:url(images/red-row.gif) no-repeat 0 5px;
}
.content-box blockquote {
	padding:0 0 0 50px;
	color:#000;
	background:url(images/cite.gif) no-repeat 27px 0;
	margin:0 0 25px;
}
.content-box q{quotes: none;}
.content-box q:before{content:"";}
.content-box q:after{content:"";}
/* breadcrumb start */
.breadcrumb {
	padding:0 0 20px;
	margin:0;
	list-style:none;
	font-size:11px;
	text-transform:uppercase;
	overflow:hidden;
	height:1%;
}
.breadcrumb li {
	display:inline;
	background:url(images/breadcrumb-separ.gif) no-repeat 0 50%;
	padding:0 13px 0 13px;
	margin-left:-9px;
}
.breadcrumb li a {
	color:#666;
}
.breadcrumb li a:hover {
	color:#f00;
}
/* breadcrumb end */
.contact-form {
	width:526px;
	padding:20px 0 0 23px;
}
.contact-form fieldset {
	border:1px solid #aeaeae;
	padding-bottom:13px;
	margin-bottom:15px;
}
.contact-form legend {
	font-size:10px;
	text-transform:uppercase;
	color:#787878;
	margin:0 20px;
	padding:0 7px;
}
.contact-form .row {
	height:1%;
	overflow:hidden;
	padding:12px 0 0 59px;
}
.contact-form .row .text,
.contact-form .row .textarea {
	width:360px;
	border:1px solid #999;
	font:14px Arial, Helvetica, sans-serif;
	padding:0 5px;
}
.contact-form .row .text {
	height:28px;
	background:url(images/big-input.gif);
}
.contact-form .row .text input {
	padding:4px 0 0;
	border:0;
	color:#666;
	font:14px Arial, Helvetica, sans-serif;
	background:none;
	width:100%;
}
.contact-form .row .textarea {
	height:60px;
	background:url(images/textarea.gif);
	padding:5px 0 5px 5px;
	width:365px;
}
.contact-form .row .textarea textarea {
	border:0;
	color:#666;
	font:14px Arial, Helvetica, sans-serif;
	background:none;
	width:100%;
	height:58px;
	padding:0;
	overflow:auto;
}
.contact-form .row select {
	width:240px;
	color:#666;
	font:14px Arial, Helvetica, sans-serif;
}
.contact-form p {
	text-align:center;
	font-size:10px;
	color:#787878;
	margin:0 0 10px !important;
	text-transform:uppercase;
}
.contact-form p a {
	color:#35566b;
	text-decoration:underline;
}
.contact-form p a:hover {
	color:#f00;
}
.send-updates {
	height:1%;
	overflow:hidden;
	padding:10px 0 0 27px;
}
.send-updates input {
	float:left;
	margin-right:4px;
}
.send-updates label {
	font-size:10px;
	color:#787878;
	text-transform:uppercase;
	float:left;
	padding-top:5px;
}
.send-updates .check {
	position:relative;
	top:-2px;
}
* html .send-updates .check {
	top:-4px;
}
* +html .send-updates .check {
	top:-4px;
}
.send-updates .submit,
.send-updates #sendbutton2{
	float:right;
	margin-right:20px;
}
.right-block {
	padding-top:30px;
}
.news-list {
	padding:0 0 5px;
	margin:0;
	list-style:none;
	border-top:3px solid #dbdbdb;
	font-size:12px;
	color:#000;
}
.news-list li {
	border-bottom:1px solid #dbdbdb;
	padding:20px 0 14px;
}
#content .news-list li h3 {
	font-size:18px;
	font-weight:normal;
	margin-bottom:5px;
}
#content .news-list li h3 a {
	color:#f00;
}
#content .news-list li h3 a:hover {
	color:#333;
}
#content .news-list li p {
	margin:0 0 10px;
}
.news-list li .post-info {
	width:100%;
	overflow:hidden;
	padding-bottom:15px;
}
.news-list li .post-info em {
	font-style:normal;
	color:#666;
}
.news-list li .post-info ul {
	float:right;
	padding:0;
	margin:0 -5px 0 0;
	list-style:none;
	overflow:hidden;
}
.news-list li .post-info ul li {
	padding:0 12px 0 10px;
	margin-left:-11px;
	border:0;
	display:inline;
	background:url(images/post-separ.gif) no-repeat 0 50%;
}
.sum-comments a {
	color:#666;
}
.read-more {
	font-weight:bold;
}
.tags {
	width:100%;
	overflow:hidden;
}
.tags ul {
	padding:0;
	margin:0;
	list-style:none;
	float:left;
	color:#f00;
}
.tags ul span {
	color:#666;
}
.tags ul li {
	padding:0;
	border:0;
	display:inline;
}
.tags img {
	float:right;
}
.older-articles {
	font-weight:bold;
	text-transform:none;
	font-size:12px;
}
/* content end */
/* footer start */

#footer {
	font-size:12px;
	clear:both;
	overflow:hidden;
	text-align:center;
	height:100%;
	width:1000px;
	margin:0 auto;
	padding:10px 10px 15px 10px;
	background:#ffffff;
	border-top: 3px solid #E9E6E6;
	
}

#footer a {
	color:#333333;
}
#footer a:hover {
	color:#ff0000;
}
.footer-content {
	width:1000px;
	margin:0 auto;
	text-align:center;
}
#footer ul {
	padding:0;
	margin:0;
	list-style:none;
}
#footer ul li {
	display:inline;
	padding:0 15px 0 10px;
}
#footer ul li.galetin {
	font-weight:bold;
	background:url(images/footer-separ.gif) no-repeat 100% 50%;
	margin-right:5px;
	padding-right:20px;
}

#footer ul.footerlinks-vertical {
	list-style: disc;
	text-align: left;
	margin-left: 50px;
}

#footer ul.footerlinks-vertical li {
	display: list-item;
}

/* footer end */


#publogo {
	width:244px;
	height:56px;
	background:url(images/publogo.png) no-repeat 0px 0px;
}

#pubmedSearch {
	height:21px;
	margin-right: auto;
	margin-left: auto;
	margin-top:20px;
	padding:2px 0px 0 0px;
	width:245px;
}

#pubmedSearch .s {
	font:12px Arial, Helvetica, sans-serif;
	width:206px;
	float:left;
	display: inline;
	margin-right:1px;
	padding:3px;
	background:transparent url(images/searchbg.png) no-repeat scroll 0 0;
	border:1px solid #888888;
	color:#888888;
}
#pubmedSearch .sgo {
	width:27px;
	height:21px;
	margin:0 0 0 0px;
	background:#FFFFFF url(images/b_go_pubmed.png) no-repeat scroll 0 0;
}

/* PUBMED SEARCH PAGE -----------------------------------------------------------------------*/
#pubmedsearchContainer {
	float: left;
	margin-left: 25px;
	margin-top: 10px;
	width: 811px;
	margin-bottom: 16px;
	display: inline;
}

#pubmedsearchGreyBox {
	background-color: #e7e6e6;
	border: 1px solid #cecece;
	padding: 35px 32px 22px 20px;
	color: #333333;
	font-size: 12px;
}

div#pubmedsearchFilteredPrefix {
	width: 245px;
	margin-right: 32px;
	padding-top: 7px;
	height: 19px; /* 26px - padding */
	overflow: hidden;
}

div#pubmedsearchTitle {
	width: 479px;
	height: 26px;
	line-height: 1em;
	overflow: hidden;
	font-size: 18px;
	color: #666666;
	font-weight: bold;
	text-align: right;
}

div#pubmedsearchFilteredList {
	width: 243px; /* 245px - border - padding */
	border: 1px solid #9b9b9b;
	height: 375px; /* 377px - border - padding */
	overflow: auto;
	margin-right: 32px;
	background-color: #ffffff;
	color: #999999;
	font-size: 11px;
}

div#pubmedsearchFilteredList p {
	color: #999999 ! important;
	font-size: 11px;
	line-height: 1.2em;
	margin-bottom: 10px;
}

div#pubmedsearchFilteredList a {
	font-weight: bold;
	color: #333333;
}

div#pubmedsearchFilteredList div.inner {
	padding: 8px 12px 8px 12px;
}

div#pubmedsearchDetail {
	width: 477px; /* 479px - border - padding */
	border: 1px solid #9b9b9b;
	height: 375px; /* 377px - border - padding */
	overflow: auto;
	background-color: #ffffff;
}

div#pubmedsearchDetail div.inner {
	padding: 14px 12px 14px 17px;
}

div#pubmedsearchDetail .title {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
}

div#pubmedsearchDetail .author {
	color: #ff0000;
}

div#pubmedsearchDetail .source {
	font-weight: bold;
}

div#pubmedsearchFilteredSuffix {
	width: 245px;
	margin-right: 32px;
	padding-top: 13px;
}

div#pubmedsearchFilteredSuffix div.inner {
	height: 29px;
	overflow: hidden;
}

div#pubmedsearchFilteredSuffix div#pubmedSearch {
	margin-top: 0px;
}

div#pubmedsearchRelated {
	width: 479px;
	color: #000000;
	font-weight: bold;
	padding-top: 13px;
}

div#pubmedsearchRelated div.inner {
	margin-bottom: 15px;
}

div#pubmedsearchRelated a {
	display: block;
	font-size: 11px;
	color: #333333;
	padding-left: 30px;
	margin: 0px;
	padding: 0px 30px 15px 30px;
	background-image: url(images/pdf-icon.gif);
	background-repeat: no-repeat;
	background-position: 4px 2px;
}

div#pubmedsearchGreyBoxFooter {
	background-color: #e7e6e6;
	border: 1px solid #cecece;
	padding: 24px 12px 24px 286px;
	color: #333333;
	font-size: 13px;
	background-image: url(images/pubmed-horiz-logo.gif);
	background-repeat: no-repeat;
	background-position: 20px 20px;
	margin-top: 1px;
}

.content-holder-pubmed-search {
	float:left;
	position:relative;
	z-index:2;
	display: inline;
}

.content-holder-pubmed-search .content-box {
	padding-left: 0px;
	padding-right: 0px;
}

/* GENERIC ADDON STYLES -----------------------------------------------------------------------*/

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear {
	clear: both;
}




#top-navigation {
	z-index: 200;
}

#top-navigation, #top-navigation ul {
	float: left;
	list-style: none;
	background: white;
	padding: 0;
}

#top-navigation ul li {
	background-color: #e9e6e6;
}

#top-navigation a {
	display: block;
	color: #7C6240;
	text-decoration: none;
	padding: 0px 0px 4px 30px;
}

#top-navigation li ul li a {
	padding: 6px 0px;
	margin: 0px;
}

#top-navigation a.daddy {
	background: url(rightarrow2.gif) center right no-repeat;
}

#top-navigation li {
	float: left;
	padding: 0;
}

#top-navigation li ul {
	position: absolute;
	left: -999em;
	height: auto;
	font-weight: normal;
	margin: 0;
	margin-left: 20px;
}

#top-navigation li li {
	padding-right: 1em;
	padding-bottom: 1px;
	margin-bottom: 0px;
	border-top: 1px solid #ffffff;
}

#top-navigation li ul a {
	color: #000000;
}

#top-navigation li ul ul {
	margin: -1.75em 0 0 14em;
}

#top-navigation li:hover ul ul, #top-navigation li:hover ul ul ul, #top-navigation li.sfhover ul ul, #top-navigation li.sfhover ul ul ul {
	left: -999em;
}

#top-navigation li:hover ul, #top-navigation li li:hover ul, #top-navigation li li li:hover ul, #top-navigation li.sfhover ul, #top-navigation li li.sfhover ul, #top-navigation li li li.sfhover ul {
	left: auto;
}

#top-navigation li:hover, #top-navigation li.sfhover {

}
div#tab-container ul{
    font-size: 11px;
    font-weight: bold;
    list-style: none outside none;
    margin: 0 0 -1px;
    overflow: hidden;
    padding: 0 0 0 6px;
    position: relative;
    width: 472px;
}
div#tab-container ul li {
    float: left;
    padding-left: 1px;
}
div#tab-container ul li a {
    background: none repeat scroll 0 0 #F00;
    color: #FFFFFF;
    display: block;
    margin-top: 1px;
    outline: medium none;
    padding: 5px 10px 6px 12px;
}
div#tab-container ul li a:hover {
    background: none repeat scroll 0 0 #F03;
    color: #FFFFFF;
    text-decoration: none;
}
div#tab-container ul li.active a,/*  ul#tab-container li.current_page_item a,  .tabset1 li.current_page_parent a,*/ div#tab-container ul li a.active:hover {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #CCCCCC #CCCCCC #FFFFFF;
    border-style: solid;
    border-width: 1px;
    color: #000000;
    margin-top: 0;
    padding-bottom: 5px;
}
.panel-container {
    border-top: 1px solid #CCCCCC;
    padding: 24px 15px 10px 20px;
}

div#tab-container .panel-container ul{
    font-size: inherit;
    font-weight: inherit;
    list-style: outside disc;
    margin: auto;
    overflow: inherit;
    padding: 0px 0px 0px 40px;
    position: static;
    width: auto;
}
div#tab-container .panel-container ul li {
    float: none;
    padding: none;
}


ul.continent-tabs{
    font-size: 11px;
    font-weight: bold;
    list-style: disc outside none;
    margin: 0 0 -1px;
    overflow: hidden;
    padding: 0 0 0 6px;
    position: relative;
    width: 472px;
}
ul.continent-tabs li {
    float: left;
    padding-left: 1px;
}
ul.continent-tabs li a {
    background: none repeat scroll 0 0 #F00;
    color: #FFFFFF;
    display: block;
    margin-top: 1px;
    outline: medium none;
    padding: 5px 10px 6px 12px;
}
ul.continent-tabs li a:hover {
    background: none repeat scroll 0 0 #F03;
    color: #FFFFFF;
    text-decoration: none;
}
ul.continent-tabs li.active a,/*  ul#tab-container li.current_page_item a,  .tabset1 li.current_page_parent a,*/ ul.continent-tabs li a.active:hover {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #CCCCCC #CCCCCC #FFFFFF;
    border-style: solid;
    border-width: 1px;
    color: #000000;
    margin-top: 0;
    padding-bottom: 5px;
}




div#intro{
	padding:0 6px;
}
.left{
	float:left;
}
div#rightSide {
    float: right;
    margin-left: 20px;
    width: 220px;
}
#rightSide .callout {
    display: block;
    float: left;
    font-size: 10px;
    text-align: center;
    width: 100px;
}

.panel-container th{
	background:#000;
	color:#fff;
}
.panel-container td, .panel-container th{
	padding:3px;
}
.panel-container tr.even{
	background:#D5D5D5;
}
.panel-container tr.odd{
	background:#ECECEC;
}

.pdf{
	display: block;
	line-height:0;
	text-indent:-99999px;
	color: #333333;
	height:16px;
	background-image: url(images/pdf-icon.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

table.dataTable {
	width: 627px;
	border-collapse: collapse;
	font-size: 11px;
	color: #000000;
}

table.dataTable th {
	background-color: #d9d9d9;
	text-align: center;
	font-style: normal;
	font-weight: bold;
	border: 1px solid #000000;
	padding: 5px;
	white-space: nowrap;
	font-size: 12px;
}

table.dataTable td {
	border: 1px solid #000000;
	padding: 5px;
}

table.dataTable td.subHead {
	font-weight: bold;
	font-style: italic;
}
