/* 	GENERAL:
   	---------------------------------------------------------------------------
*/
Span.required{color:red}

.header { 
font: 10px Georgia, Times New Roman;
font-weight: bold;
color: #FFFFFF;
border-top: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
background-color: #666666;
padding: 0px;
padding-left: 10px;
}

body {
	margin: 10px;
	padding: 0;
	background: #FFF;
	font-family: "Verdana", "Arial", sans-serif;
	font-size: 12px;
	color: #333;
}

h2, h3, h4, h5, h6 {
	clear: left;
}

h2, h3 {
	margin: 0 0 10px 0;
	font-family: "Verdana", "Arial", sans-serif;
	font-weight: 100;
	color: #868C47;
}

h2 {
	font-size: 21px;
}

h3 {
	font-size: 18px;
}

h4 {
	margin: 5px 0;
	padding: 0;
	font-size: 14px;
	font-family: "Georgia", "Times New Roman", serif;
}

h4.blue a {
	color: #3760A0;
	text-decoration: none;
}

.entry h4, .entry h5, .entry h6 {
	margin-bottom: -15px;
}

h5 {
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #868C47;
	font-family: "Georgia", "Times New Roman", serif;
	text-transform: uppercase;
}

a {
	color: #9E0206;
	text-decoration: underline;
}

a:visited { color: #BC5050; }
a:active { color: #FAB400; }
a:hover { color: #FAB400; }

img { border: 0; }

form {
	margin: 0;
	padding: 0;
}

.right { float: right; }
.left { float: left; }
.blue { color: #3760A0; }
.red { color: #f00; }
.small { font-size: 10px; }
.overline { border-top: 1px dotted #BBB; }

hr { clear: left; }

div.intro {
	padding: 10px;
	display: none;
}

/* 	BACKGROUNDS:
   	---------------------------------------------------------------------------
*/

div#page-border {
	float: left;
	width: 100%;
	border: 1px solid #CCC;
	background: url(../images/single-sidebar-back.gif) repeat-y right top;
	min-width: 930px;
	_width: expression(((document.body.clientWidth)) < 940 ? "930px" : "auto" ); /* IE/Win min-width crap */
}

body#home div#page-border,
body#events div#page-border {
	background: url(../images/sidebar-back.png) repeat-y right top;
}

body#members div#page-border {
	background: url(../images/left-single-sidebar.gif) repeat-y left top;
}

body#register div#page-border {
	background: none !important;
}

/* 	HEADER:
   	---------------------------------------------------------------------------
*/

#global-header {
	height: 135px;
	margin: 0;
	background: url(../images/bg_header.gif) repeat-x left top;
}

#global-header ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#global-header ul li {
	float: left;
	height: 24px;
}

#global-header div#banner {
	clear: left;
	margin: 0 !important;
	padding: 0 !important;
	margin: -3px 0 0 0;
}

#global-header ul#main-nav {
	margin: 1px 0 0 0;
}

/* 	COLUMNS:
   	---------------------------------------------------------------------------
*/

#ssid{float:right}

div#member-column { margin: 10px; }
div#main-column { margin: 10px 223px 10px 10px; }
body#home div#main-column { margin: 10px 433px 10px 180px; }
body#events div#main-column { margin: 10px 433px 10px 10px; }

div#main-column h4,
div#main-column h5 {
	clear: none;
}

div#main-column img {
	float: left;
	margin: 0 5px 5px 0;
}

div#main-column.npinstitute img {
	float: none;
}

div#main-column.npinstitute img.register {
	margin: 0 240px 0 0;
	float: right;
}

div#main-column.npinstitute img.register2 {
	margin: 0 20px 0 0;
	float: right;
}

div#side-columns {
	float:right;
	width: 213px;
	
}

body#home div#side-columns,
body#events div#side-columns {
	float: right;
	width: 423px;
	
	
}

div#second-column,
div#third-column {
	width: 190px;
	margin: 10px !important;
	margin: 10px 5px 5px 10px;
}

div#second-column p {
	margin: .5em 0;
	font-size: 11px;
}

div#second-column a.title {
	font-weight: bold;
	text-transform: capitalize;
}

div.scrollable {
	overflow: auto;
}

div#third-column {
	float: right;
}

div#third-column ul {
	list-style: none;
	margin: .5em 0;
	padding: 0;
}

div#third-column ul li {
	margin: .4em 0;
}

div#third-column ul.feeds li {
	padding: 0 0 0 1.5em;
	background: transparent url(../images/rss.gif) no-repeat left;
}

div#third-column form {
	margin: 1em 0;
}

div#left-column {
	float: left;
	width: 160px;
	margin: 0;
	padding: 0 10px 10px 10px;
}

div#left-column h4,
div#second-column h4 {
	padding: .7em 0 0 0;
	border-top: 1px dotted #CCC;
}

div#left-column p {
	margin: .5em 0;
	padding: 0 0 10px 0;
}

/* 	ADS/PROMOTIONS:
   	---------------------------------------------------------------------------
*/

div.ads {
	border-top: 1px solid #CCC;
}

div.ads em {
	font-size: 9px;
	color: #ccc;
	margin: 2px 0 5px 0;
	font-style: normal;
}

div.ads img.ad {
	margin: 5px 0;
	border: 0;
}

div.promotion {
	margin: 1em 0;
}

/* 	FOOTER:
   	---------------------------------------------------------------------------
*/

div.footer {
	clear: both;
	padding: 10px;
	background: #FFF;
	border-top: 1px solid #CCC;
	font-size: 11px;
}

div.footer img {
	margin: 0 10px 0 0;
}

/* 	ENTRY TOOLS/FEEDBACK:
   	---------------------------------------------------------------------------
*/

ul.tools,
ul.feedback,
#toc ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.tools li {
	display: inline;
	margin: 0 2em 0 0;
	padding: .2em 0 .2em 1.6em;
}

#toc ul li {
	display: inline;
}

ul.tools li#tool-friend {
	background: transparent url(/sup/images/icons/email.png) no-repeat left 50%;
}

ul.tools li#tool-reprints {
	background: transparent url(/sup/images/icons/images.png) no-repeat left 50%;
}

ul.tools li#tool-save {
	background: transparent url(/sup/images/icons/folder_add.png) no-repeat left 50%;
}

ul.tools li#tool-save-loading {
	background: transparent url(/sup/images/icons/spinner.gif) no-repeat left 50%;
}

ul.tools li#tool-comment {
	background: transparent url(/sup/images/icons/exclamation.png) no-repeat left 50%;
}

ul.tools li#tool-download {
	background: transparent url(/sup/images/icons/page_white_acrobat.png) no-repeat left 50%;
}

ul.tools li#tool-print {
	background: transparent url(/sup/images/icons/printer.png) no-repeat left 50%;
}

ul.feedback li {
	display: inline;
	margin: 0 2em 0 0;
	padding: .2em 0;
}

img.rating {
	margin: 0 1em 0 0;
	vertical-align: middle;
}

/* 	ARTICLES LIST:
   	---------------------------------------------------------------------------
*/

table.articles {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100% !important;
	width: 99%;
}

table.articles th {
	padding: .5em 0;
	text-align: left;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

table.articles th.art-date {
	width: 7%;
}

table.articles th.art-author {
	width: 15%;
}

table.articles th.art-category {
	width: 20%;
}

table.articles th.art-section {
	width: 10%;
}

table.articles th.art-summary {
	width: 48%;
}

table.articles td {
	padding: .5em .5em .5em 0;
	vertical-align: top;
	line-height: 1.3em;
	border: 0;
	border-bottom: 1px solid #CCC;
}

table.articles p {
	margin: .3em 0;
}

p.entry-date {
	margin: 0;
	padding: 0;
	font-size: .8em;
	color: #AAA;
}

/* 	ENTRIES/COMMENTS:
   	---------------------------------------------------------------------------
*/

.entry {
	line-height: 20px;
}

.entry h3,
.entry h4,
.entry h5,
.entry h6 {
	color: #3760A0;
	text-transform: uppercase;
}

.entry h3 {
	text-decoration: underline;
}

.entry h4 {
	font-family: "Verdana", "Arial", sans-serif;
	font-size: 1.3em;
}

.entry h5 {
	font-size: 1em;
}

.entry h6 {
	margin: 0;
	padding: 0;
	font-family: "Verdana", "Arial", sans-serif;
	font-style: italic;
	font-size: 1em;
}

.entry img.photo {
	padding: .4em;
	background: #eee;
	border: 1px solid #aaa;
}

.entry .left {
	margin: 0 1em 1em 0;
}

.entry .right {
	margin: 0 0 1em 1em;
}

.entry ol li {
/*
	font-size: 80%;
*/
}

h3.deck {
	margin: .3em 0;
	padding: 0;
	font-size: 1.3em;
	color: #777;
	
	text-transform: none;
	text-decoration: none;
	border-bottom: 1px solid #AAA;
}

div.shadow {
	margin: 0 0 10px 0;
	padding: 0 2px 2px 0;
	background: #EEE;
}

div.shadowbox {
	padding: 10px;
	background: #FFF;
	border: 1px solid #CCC;
}

div.shadowbox div.featured {
	padding: 10px 0;
	border-top: 1px dotted #CCC;
	overflow: hidden;
}

div.shadowbox div.featured p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

div.featured h5 a {
	color: #868C47;
}

div.featured h6 {
	color: #666;
	font-size: 12px;
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

div.commentbox {
	border: 1px solid #CCC;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 10px;
	line-height: 160%;
	background-color: #FFD;
}

.commentinfo {
	padding: 5px 0 0 0;
	border-top: 1px solid #BBB;
}

table.formatted,
table.blog-entries {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100% !important;
	width: 99%;
}

table.formatted th,
table.formatted td,
table.blog-entries th,
table.blog-entries td {
	margin: 0;
	padding: 5px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	border: 0;
}

table.formatted td, table.formatted th { border-bottom: 1px solid #DDD; }
table.blog-entries td, table.blog-entries th { border-top: 1px dotted #BBB; }

table.formatted th,
table.blog-entries th {
	width: 100px;
	font-weight: bold;
}

/* 	MEMBERS:
   	---------------------------------------------------------------------------
*/

table.member-table,
table.avatar-table,
table.member-table-inner {
	width: 100%;
	border-collapse: separate;
	table-layout: fixed;
	border: 0;
}

table.member-table th,
table.member-table-inner th {
	width: 25%;
	padding: 5px 0;
	text-align: left;
	vertical-align: top;
}

table.member-table td,
table.member-table-inner td {
	padding: 5px 0;
	vertical-align: top;
}

table.member-table-inner td {
	width: 75%;
}

table.member-table-inner span {
	display: block;
	clear: left;
	font-size: 10px;
	color: #666;
	
}

table.member-table-inner span.alert {
	display: inline;
	clear: none;
	color: #f00;
}

table.avatar-table td {
	width: 33%;
}

table.member-table td.profileMenu {
	width: 225px;
	vertical-align: top;
}

td.portrait {
	width: 50px;
}

td.portrait img {
	width: 50px;
	height: 50px;
}

div#profile-menu h2 {
	font-weight: bold;
	font-size: 16px;
	border-bottom: 1px solid #666;
}

div.profileMenuInner {
	margin: 0 0 10px 0;
}

div.menuItem {
	padding: 3px 0 3px 15px;
	background: url(/sup/images/profile-circle.gif) no-repeat left 50%;
}

/* 	FORMS:
   	---------------------------------------------------------------------------
*/

form .input {
	width: 98%;
	padding: 2px;
	border: 1px solid #333;
	color: #333;
	font-size: 12px;
	font-family: "Verdana", "Arial", sans-serif;
}

form .input:focus {
	border: 1px solid #9E0206;
}

.button {
	width: 69px;
	padding: .2em;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-align: center;
	background: #E5B745;
	border: 1px solid #333;
}

label {
	font-weight: bold;
}

/* 	SEARCH:
   	---------------------------------------------------------------------------
*/

input.search {
	width: 98%;
}

table.search-table {
	width: 98%;
	table-layout: fixed;
	border: 0;
}

table.search-table td {
	width: 50%;
	vertical-align: top;
}

table.search-table table {
	width: 98%;
}

fieldset {
	width: 90%;
	padding: 1em;
	margin: 0 0 1.5em 0;
	border: 1px solid #333;
}

legend {
	color: #000;
	font-weight: bold;
}

/* 	ABOUT US:
   	---------------------------------------------------------------------------
*/

ul#about-options {
	list-style: none;
	margin: 0;
	padding: 5px 0;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

ul#about-options li {
	list-style: none;
	display: inline;
	margin: 0 10px 0 0;
}

table.partners {
	border-top: 1px solid #CCC;
}

table.partners th {
	vertical-align: middle;
}

