* {
	text-align:left;
	font-family:tahoma;
	font-size:12px;
	color:#5f5851;
}

html {
	margin:0px;
	padding:0px;
}

body {
	text-align:center;
	margin:0px;
	padding:0px;
}

div#preloaded-images {
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

img {
	border:0px;
	margin:0px;
}

ul {
	padding-left:0px;
	margin-left:0px;
}

ul, ul li {
	list-style-type:none;
	margin-top:0px;
	margin-bottom:0px;
}

h1, h2, h3, h4 {
	margin-top:0px;
	margin-bottom:0px;
}

h2 {
	font-family:tahoma;
	font-size:18px;
}

table {
	border-spacing: 0;
	padding: 0;
}

.submittedActivity {
	background-image: url('../images/icon-idea-white.gif');
	background-position: 4px 0px;
}

.voteActivity {
	background-image: url('../images/icon-vote-small-white.gif');
	background-position: 4px 0px;
}

.ideaListRCLeftColumn {
	width: 120px;
}

.ideaListRC td {
	border-bottom: 9px solid white;
	padding: 15px 19px 16px 19px;
	overflow: hidden;
}

.ideaRCLastCommentBodyText {
	*margin-top: 6px;
}

.ideaRCLastCommentBodyWidth span {
	line-height: 14px;
}

.ideaListRCUserLinkContainer {
	display: block;
	float: left;
}

.ideaListRCUserLinkContainer img {
	display: none;
}

.ideaListRCUserLinkContainer {
	padding-left: 0px;
	width: 100%;
}

.ideaRCLastCommentCreatedDate {
	display: block;
	float: left;
	font-size: 11px;
	color: #5f5851;
}

a.ideaSubjectLink, .ideaListRC a.ideaSubjectLink {
	font-weight: bold;
	font-size: 18px;
	color: #5f5851;
	display: block;
	margin-bottom: 5px;
}

a.ideaSubjectLink:hover {
	color: #333333;
}

.ideaNumCommentsLink {
	float: none;
	font-size: 12px;
	font-weight: normal;
	background-image: url('../images/bg/commentsLink.gif');	
	background-position: 0px 3px;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 17px;
	margin-bottom: 5px;
}

a.ideaSubjectLink.ideaIsRead:hover {
	color: #333333;
}

a.ideaNumCommentsLink:hover, a.ideaNumCommentsLink.ideaIsRead:hover {
	text-decoration: none;
	color: #5f5851;
}

.activity {
	border-bottom: 0px none;
}

.activityFeed {
	padding-left: 0px;
}

.activityFeed a, .activityFeed a:visited {
	color: #5f5851;
	font-weight: bold;
}

.activityFeed a:hover {
	color: #333333;
}

.activityFeed .userLink a, .activityFeed .userLink a:hover, .activityFeed .userLink a:visited {
	font-weight: bold;
}

.activityFeed .userLink a, .activityFeed .userLink a:visited {
	font-weight: bold;
}

a.userLink {
	color: #5f5851;
	font-weight: bold;
}

a.userLink:hover {
	color: #333333;
}


a.auth_text {
	white-space:normal;
}

a.auth_text span {
	/*display:block;*/
}

.list .headerRow th, .list .headerRow th a {
	border-bottom-color: #E1DDD2;
}

.list td, .list th, body.oldForecast .list .last td, body.oldForecast .list .last th {
	border-bottom: 1px solid #E1DDD2;
}

.ideaListRCHeader {
	display: none;
}

.leftSpan {
	line-height: 18px;
}

.ideaList li {
	margin-bottom: 0px !important;
}

.ideasProfileSidebar {
	display: none;
}

.pSearchShowMore {
	margin: 0px;
	text-align: right;
}

.pSearchShowMore .prevArrow, .pSearchShowMore .nextArrow {
	display: none;
}

.pSearchShowMore .pShowLess {
	padding-left: 10px;
	background-image:url(../images/bg/chevron_small_less_than.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.pSearchShowMore .pShowMore {
	margin-left: 0px;
	padding-right: 10px;
	background-image:url(../images/bg/chevron_small.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.ideaList {
	padding-bottom: 0px;
}

.listHoverLinks {
	display: none;
}

.bFilterSearch .bFilter .view {
	padding-bottom: 9px;
}

#registerPopup1 {
	position: absolute;
	z-index: 1;
	background-color: white;
	border: 2px solid #666666;
	display: none;
	margin: auto;
	padding: 10px;
	width: 223px;
}

#registerPopup1 td {
	color: #666666;
}

.topheader {
	height:69px;
	width:970px;
	margin:0px auto;
	padding:0px;
	position:relative;
}

.logo {
	position:absolute;
	top:19px;
	left:12px;
}

.dmclogo {
	position:absolute;
	top:19px;
	left:101px;
}

.topnav {
	position:absolute;
	top:0px;
	right:0px;
	color:#636466;
	list-style-type:none;
	background-image:url(../images/lines/topnav.gif);
	background-repeat:repeat-y;
	background-position:right;
	padding:0px;
	margin:0px;
}

.topnav li {
	list-style-type:none;
	float:left;
	height:20px;
	padding:8px 16px 0px 16px;
	background-image:url(../images/lines/divider.gif);
	background-repeat:repeat-y;
	background-position:left;
	margin:0px;
}

.topnav a {
	font-family:tahoma;
	font-size:11px;
	color:#636466;
	text-decoration:none;
}

.topnav a:hover {
	text-decoration:underline;
}

.bottomheaderwrapper {
	height:88px;
	width:100%;
	background-color:#1e1c1a;
	border-bottom:6px solid #f8971c;
	text-align:center;
	background-image:url(../images/bg/header-bg.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	position:relative;
	z-index:100;
}

.bottomheaderbg {
	height:88px;
	width:1000px;
	margin:0 auto;
	text-align:center;
	background-image:url(../images/bg/header.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

.bottomheader {
	height:88px;
	width:970px;
	margin:0 auto;
	position:relative;
}

.coolIdeas {	PADDING-RIGHT: 17px;	BACKGROUND-POSITION: right center;	PADDING-LEFT: 17px;	BACKGROUND-IMAGE: url(../images/home-dashed-border.gif);	PADDING-BOTTOM: 50px;	PADDING-TOP: 0px;	BACKGROUND-REPEAT: repeat-y;	BACKGROUND-COLOR: #efece7; font-size:11px;}

.newConnections {	PADDING-RIGHT: 17px;	BACKGROUND-POSITION: right center;	PADDING-LEFT: 17px;	BACKGROUND-IMAGE: url(../images/home-dashed-border.gif);	PADDING-BOTTOM: 50px;	PADDING-TOP: 0px;	BACKGROUND-REPEAT: repeat-y;	BACKGROUND-COLOR: #efece7; font-size:11px;}

.coolIdeas DIV B SPAN {	COLOR: #000000 !important}

.coolIdeas DIV B SPAN * {	COLOR: #000000 !important}

.coolIdeas b, .keyResources b, .newConnections b {
	font-weight:bold;
	color:#003f5f;
	font-size:11px;
}

.homedata a {
	font-weight:bold;
	color:#003f5f;
	font-size:11px;
}

.homeHeader {
	color:#5e5851;
	font-size:14px;
	font-weight:bold;
}

.keyResources {	PADDING-RIGHT: 17px;	PADDING-LEFT: 17px;	PADDING-BOTTOM: 50px;	PADDING-TOP: 0px;	BACKGROUND-COLOR: #efece7; font-size:11px;}

#signinDiv {
	/*position: absolute;
	top: -136px;*/
	/*top: -107px;*/
	z-index: 999999;
}

.signin {
	width:223px;
	*width:253px;
	height:110px;
	padding:12px 15px 12px 15px;
	background-color:#e1ddd2;
	/*margin-top:63px;*/
	position:absolute;
	top:63px;
	left:12px;
	z-index:9999;
}

.signedin {
	width:223px;
	height:106px;
	/*padding:12px 15px 12px 15px;
	padding: 0px 0px 0px 0px;*/
	background-color:#e1ddd2;
	float: left;
	margin: 12px 15px 12px 15px;
}

.signinSub {
	line-height: 14px;
	width: 99px;
	height: 100%;
	font-size: 8pt;
	background-image: url(../images/bg/signinDivider.gif);
	background-position: right center;
	background-repeat: repeat-y;
	float: left;
}

.signinSubRight {
	/*width: 99px;*/
	height: 100%;
	font-size: 9px;
	/*display: inline;*/
	/*float:right;*/
	padding: 0px;
}

.signinSubRight a, .signinSubRight p {
	text-align: right;
	font-size: 9px;
}

.signedinSub {
	line-height: 14px;
	height: 100%;
	font-size: 8pt;
	float: left;
}

#signinForm {
	text-align: right;
	padding-top: 6px;
}

.signinFieldUsername {
	width: 111px;
	margin-bottom: 4px;
	border: 1px solid #aaa6a2;
	background-image: url('../images/bg/signinUsername.gif');
	background-position: 48px 4px;
	background-repeat: no-repeat;
}

.signinFieldPassword {
	width: 111px;
	margin-bottom: 4px;
	border: 1px solid #aaa6a2;
	background-image: url('../images/bg/signinPassword.gif');
	background-position: 61px 4px;
	background-repeat: no-repeat;
	clear:right;
}

.emptyfield {
	width: 111px;
	margin-bottom: 4px;
	border: 1px solid #aaa6a2;
	background-image: none;
}

.signinSubBig {
	font-size: 12px;
	line-height: 20px;
	color: #333333 !important;
	margin-bottom: 4px;
}

.signedinSubRight {
	display: inline;
	position: relative;
	top: 1px;
}	

.signedinSubRight a {
	font-size: 11px;
	font-weight: bold;
	color: #5F5851 !important;
	margin-left: 25px;
	line-height: 17px;
}

.signinLogout {
	float: right;
	padding-top: 14px;
}

.signinLogout a {
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

.nav {
	position:absolute;
	top:43px;
	right:0px;
}

.nav a {
	float:left;
	margin-left:2px;
	vertical-align: bottom;
	margin-top:6px;
}

.nav a.active {
	margin-top:0px;
}

.navTPadding {
	margin-top: 6px;
}

.bodyContainer {
	width:970px;
	margin:0 auto;
	position: relative;
	z-index:0;
	min-height:350px;
}

.bodyleft {
	float:left;
	width:238px;
	margin-top:118px;
	font-size:14px;
	color:#b1a69b;
}

.categories {
	margin-top:5px;
	margin-bottom:20px;
}

.bodyright {
	float:right;
	width:680px;
	margin-top:24px;
}

.subtabs {
	display:none;
	width:700px;
	border-bottom:7px solid #636466;
	height:31px;
	margin-bottom:12px;
	position: absolute;
	top: 102px;
	*top: 98px;
	left: 270px;
	z-index: 1000;
}

.subtabs li {
	float:left;
	height:31px;
	background-image:url(../images/bg/bg-subtabs.gif);
	background-repeat:repeat-x;
	background-position:0px 4px;
	margin: 0px 0px 0px 0px;
	margin-right:1px;
}

.subtabs li.active {
	background-color:#636466;
	background-image:none;
}

.subtabs li a {
	padding:10px 12px 7px 12px;
	font-size:12px;
	color:#636467;
	text-decoration:none;
	font-weight:bold;
	float:left;
}

.subtabs li.active a {
	color:#ffffff;
}

.subtabs li a:hover {
	text-decoration:underline;
}

.subsubtabs {
	height:17px;
}

.subsubtabs li {
	height:17px;
	float:left;
}

.pagination {
	float:right;
	height:17px;
	margin-bottom:12px;
}

.paginationBottom {
	margin-top:2px;
}

.pagination div {
	float:left;
	color:#ffffff;
	margin-left:2px;
	background-color:#a19589;
	height:16px;
	padding-top:1px;
}

.pagination div.pActive {
	background-color:#f8971c;
}

.pagination a {
	color:#ffffff;
	padding:0px 5px 0px 5px;
}

.voteContainer {
	margin: 0;
	padding: 0;
}

.idea {
	padding:15px 19px 8px 19px;
	background-color:#e1ddd2;
	margin-bottom:10px;
}

.ideaVote {
	float:left;
	width:60px;
	text-align:center;
}

.ideaVote img {
	margin-bottom:2px;
}

.ideaVote a {
	font-family:tahoma;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	color: #5f5851;
}

.ideaVote a:hover {
	text-decoration:none;
	*text-decoration:underline;
}

.ideaVoteList {
	display: none;
}

.ideaDetail {
	/*float:right;*/
	/*width:530px;*/
}

.ideaDetail h2 {
	margin-bottom:5px;
}

.ideaDetailText {
	line-height:15px;
	margin-bottom:16px;
}

.ideaComments {
	margin-bottom:0px;
	height:25px;
}

.ideaComments a:hover {
	text-decoration:none;
}

.commentsLink {
	height:21px;
	padding:4px 15px 0px 15px;
	background-image:url(../images/bg/commentsLink.gif);
	background-repeat:no-repeat;
	background-position:left;
	float:left;
	margin:0px;
}

.favoritesLink {
	height:21px;
	background-image:url(../images/bg/favoritesLink.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:4px 0px 0px 30px;
	float:left;
	margin:0px;
}

.footer {
	width:970px;
	margin:10px auto 18px auto;
	color:#726b64;
	font-size:11px;
	text-align:center;
}

.footer a {
	color:#726b64;
	text-decoration:none;
	font-size:11px;
}

.footer a:hover {
	text-decoration:underline;
}

.footerbar {
	height:22px;
	padding-top:6px;
	background-color:#a19589;
	color:white;
	text-align:center;
	margin-bottom:18px;
}

.footerbar a {
	color:white;
	font-weight:normal;
	font-size:11px;
	text-decoration:none;
}

.footerbar a:hover {
	text-decoration:underline;
}

/* portal customizations */

.bPageHeader, .sectionHeaderWithCommunityNavLinks, .communityIntro {
	display:none;
	z-index:0;
}

.bodyDiv {
	border:0px;
	background-color:#ffffff;
}

.outer TD.oRight, #bodyCell {
	padding-left:290px;
	padding-right:0px;
	padding-top: 42px;
}

.bPageTitle {
	display: none;
}

.bPageTitle .ptBdy, .ideaPageBlock, #ideaSubtabs {
	width:680px;
}

.ideaPageBlock {

}

.ideaContent {
	margin-left: 78px;
}

.ideaContentWidth {
	width:auto;
}

#sidebarDiv {
	top:32px;
	width:255px;
	height:auto !important;
}

.sidebarInner {
	padding-top:80px;
	padding-left:12px;
}

.sidebarModule {
	margin-left:0px;
	border:0px;
}

.oRight {
	padding-left:290px;
}

/*subtabs*/

#ideaSubtabs .bg {
	padding-left: 123px;
	background: none;
}

#ideaSubtabs ul#nav li div {
	border: 0px;
	font-size: 10pt;
	padding: 3px 14px 3px 14px;
	margin: 0;
}

#ideaSubtabs ul#nav .ideasNonCurrentTab div, .ideasCurrentTab div {
	background-color: #FFFFFF;
	background-image: url(../images/lines/divider.gif);
	background-position: left center;
	background-repeat: repeat-y;
}

#tabPopular div {
	background-image: none !important;
}

/*pb stuff*/

.pbHeader {
	display: none;
}

.bPageBlock, .individualPalette .bPageBlock {
	border: 0px none;
}

.bPageBlock .pbBody {
	padding: 0px;
	margin: 0px;
}

/*ideaSection stuff*/

.ideaSection, .ideaDetail {
	background-color: #e1ddd2;
	border-bottom: 9px solid white;
	padding: 15px 19px 16px 19px;
}

.ideaRCInternal {
	padding-bottom: 10px;
}

.ideaSubject {
	width: auto;
	height: auto;
	overflow: hidden;
}

h3.ideaSubject {
	display: block;
}

.ideaListRCRightColumn div {
	font-size: 0px !important;
}

.ideaSubject a {
	color: #5f5851;
}

.ideaContent {
	/*width: 530px;*/
}

.ideaSide {
	padding-right: 0px;
}

.ideaContent h3, .ideaListRC a.ideaSubjectLink {
	margin-bottom:5px;
	padding-left: 13px;
	background-image: url('../images/raquoSubject.gif');
	background-position: 0px 7px;
	background-repeat: no-repeat;
}

#thePage:mainLayout:pbIdea:pbs:textTitle span {
	color: red;
}

.ideaContent h3 a, .ideaContent h3 span {
	font-family: tahoma;
	font-weight: bold;
	font-size: 18px;
}

.ideaDetail div {
	/*line-height:15px;*/
	/*margin-bottom:16px;*/
}

.ideaBody {
	border-bottom: 0px none;
	line-height: 15px;
	margin-top: 5px;
	margin-bottom: 16px;
	font-size: 12px;
	padding: 0px;
	width: auto;
}

.ideaComment {
	line-height:15px;
	padding-top: 0px;
	color: #5F5851;
	padding: 4px 0px 0px 6px;
	height: 21px;
	width: auto;
}

.ideaComment span {
	/*background-image: url('../images/bg/favoritesLink.gif');
	background-position: left center;
	background-repeat: no-repeat;
	float: left;
	height: 21px;
	margin: 0;
	padding: 4px 0 0 30px;*/
}

.ideaCommentIcon {
	background-image: url('../images/bg/commentsLink.gif');	
	background-position: 0px 3px;
	background-repeat: no-repeat;
	float: left;
	font-weight: normal;
	padding: 0px 0px 0px 17px;
}

.userLink {
	color: #5f5851;
}

.normalUserBadge {
	background-image: none;
	padding-left: 0px;
}

.normalUserBadge a {
	font-weight: bold;
	color: #5f5851;
}

.normalUserBadge a:hover {
	color: #333333;
}

.ideaComment a.ideaCommentIcon {
	color: #5f5851;
	text-decoration: none;
	/*padding-right: 15px;*/
}

a.ideaComment, a.ideaComment:visited {
	color: #5f5851;
	font-weight: normal;
}

a.ideaComment:hover {
	text-decoration:none;
	color: #333333;
}

.ideaFooter {
	font-size: 12px;
	height: 21px;
}

.ideaFooter a {
	color: #5f5851;
}

.ideaFooter a:hover {
	color: #333333;
}

.commentsLink {
	height:21px;
	padding:4px 15px 0px 15px;
	background-image:url(../images/bg/commentsLink.gif);
	background-repeat:no-repeat;
	background-position:left;
	float:left;
	margin:0px;
}

.commentList td {
	padding: 35px 0 16px;
	margin: 0;
}

.commentList td.commentUser {
	background-image: none;
	width: 200px;
	padding: 27px 16px 10px 0px;
	margin: 0;
}

.commentList td.commentUser span {
	font-size: 11px;
	line-height: 14.4pt;
}

.commentCreatedBy {
	font-size: 12px !important;
}

.favoritesLink {
	height:21px;
	background-image:url(../images/bg/favoritesLink.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:4px 0px 0px 30px;
	float:left;
	margin:0px;
}

/* left bar */

.sidebarModuleHeader, .nestedModule .sidebarModuleHeader {
	display: none;
}

.searchModule .standardSearchElementBody select {
	display: none;
}

.searchFooter {
	display: none;
}

.searchModule .sidebarModuleBody {
	padding: 2px 0px 2px 2px;
	background-color: #e0ddd4;
}

.sidebarModuleBody {
	padding: 0px;
}

.sidebarModulePortalWelcomeContainer .sidebarModuleBody {
	display: none;
}

.searchModule .searchTextBox {
	width: 145px;
	height: 17px;
	float: left;
	margin: 0;
}

.searchModule .standardSearchElementBody .btn {
	width: 94px;
	height: 23px;
	padding: 0;
	border: 0px none;
	background-image: url('../images/searchIdeas.gif');
}

#sidebarDiv .sidebarInner {
	width: 100%;
}

.createNewModule {
	display: none;
}

.recentItemModule {
	padding: 24px;
	display: none;
}

.voteButtonText {
	display: none;
}

.voteButton {
	width: 59px;
}

#voteButtonsStyle {
	width: 59px;
}

.votedButton a {
	width: 59px;
	height: 69px;
	background-image: url('../images/voted-icon.gif');
}

.voteButton a {
	width: 59px;
	height: 69px;
	background-image: url('../images/vote-icon.gif');
}

.voteButton a.voteUp {
	background: transparent url('../images/vote-icon.gif') no-repeat scroll center top;
	padding: 0;
	margin: 0;
	border: 0px none;
	width: 59px;
	height: 69px;
	background-image: url('../images/vote-icon.gif');
}

.voteButton a.voteUp:hover {
	background-image: url('../images/vote-hover-icon.gif');
	border: 0px none;
}

.voteButton a.voteDown {
	/*background: none;
	padding: 0;
	margin: 0;
	border: 0px none;
	width: 59px;
	height: 69px;
	background-image: url('../images/vote-icon.gif');*/
	display: none;
}

.votedUpButton .voteUp {
	background: transparent url('../images/voted-icon.gif') no-repeat scroll center top;
	padding: 0;
	margin: 0;
	border: 0px none;
	width: 59px;
	height: 69px;
	background-image: url('../images/voted-icon.gif');
}

.voteButton a:hover {
	background-image: url('../images/vote-hover-icon.gif');
}

.voteStatusBlock, .voteStatusBlock span {
	font-weight: bold;
	line-height: 1em;
	font-size: 11px;
}

.score {
	margin-top: 2px;
	width: 59px;
	text-align: center;
	font-size: 11px !important;
}

.label {
	width: 59px;
	text-align: center;
	font-size: 11px !important;
}

.introText {
	color:#b1a69b;
	font-size:14px;
	line-height:18px;
	padding-left:15px;
}

.categories {
	padding-left:15px;
	color:#5f5851;
}

.categories h2 {
	font-weight:normal;
}

.categories a {
	color:#5f5851;
}

.categories ul {
	padding:0px;
	margin:10px 0px;
}

.categories ul li {
	margin: 0; 
	padding-left:10px;
	background-image:url(../images/bg/chevron_small.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
}

.c2a {
	height:100px;
	background-color:#dce3f0;
	margin-bottom:6px;
}

.chevron {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

.chevron li {
	list-style-type:none;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 10px;
	background-image:url(../images/chevron.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
}

.homedata a.pdf {
	padding-left:17px;
	background-image:url(../images/iconPDF.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
}

.homedata a.video {
	padding-left:17px;
	background-image:url(../images/iconVideo.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
}

.homedata a.demo {
	padding-left:17px;
	background-image:url(../images/iconDemo.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
}

.registerC2A {
	font-family:tahoma;
	font-size:15px;
	color:#003f5f;
	padding-left:20px;
	background-image:url(../images/checkOrange.gif);
	background-repeat:no-repeat;
}

.communityNavHeader {
	font-family:tahoma;
	font-size:14px;
	color:#5e5851;
	font-weight:bold;
}

.communityNav, .communityNav li {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.communityNav li {
	font-family:tahoma;
	font-size:11px;
	color:#5e5851;
	font-weight:bold;
	padding:2px 2px 3px 2px;
}

.communityNav li a {
	font-size:12px;
	color:#003f5f;
	font-weight:bold;
}

.communityNav li.active {
	background-color:#9b9388;
	color:#ffffff;
}

.communityNav li.active a {
	color:#ffffff;
}
.hdrInteract {
	margin-bottom:8px;
}

.btnFico2010 {
	display:none;
}

.techtalkcontent a {
	color:#003f5f;
	font-size:12px;
}

.techtalkcontent ul, .techtalkcontent ul li {
	list-style-type:none;
	height:auto;
	margin:0px;
}

.techtalkcontent ul li {
	background-position:0px 5px;
}

.techtalkcontent li a {
	font-size:10px;
}

#lithium-body {
text-align:center;
}
#main_table {
float:right;
}

#main_table ul, #main_table li {
	list-style-type:disc;
	margin-left:10px;
}

#lithium-body .topnav a {font-size:11px;}
#lithium-body .MinimumWidthContainer .lithium-content {float:right;}
.bottomheaderwrapper {border-bottom:6px solid #7fa1b6 !important;}
.leftNav {
position:absolute;
top:220px;
left:12px;
z-index:200;
width:238px;
}
#lidropdown { display:none;}
.module_browse_category_subheading_cell .module_data_sublink {display:none;}


div.popover {
	display: none;
	position: absolute;
	width: 400px;
	height: 200px;
	top: 43px;
	left:0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #dce2f0;
	border: 2px solid #ffffff;
	padding:25px;
	z-index: 9999999;
}

div.popover a {
	float:none;
	color:#003F5F;

}

div.popover {
	display: none;
	position: absolute;
	top: 43px;
	left:0px;
	width: 185px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	/*background-color: #dce2f0;*/
	padding:8px;
	z-index: 9999999;
	/*background-image:url(/communities/images/bg/wavylines.gif);*/
	border: 2px solid #003f5f;
}

div.popover h1 {
	font-family:tahoma;
	font-weight:bold;
	font-size:14px;
	margin-bottom:10px;
	color:#003f60;
}

div.popover a {
	float:none;
	color:#003F5F;

}

#popoverIdeas {
	color:#f89f2b;
	background-color:#fff0dd;
}

#popoverDiscuss {
	color:#85a8bb;
	background-color:#ecf1f4;
	left:154px;
}

#popoverResources {
	color:#98a259;
	background-color:#eff1e6;
	left:318px;
}


.closepopup {
	position:absolute;right:20px;bottom:20px;
}

.main_table {	
	border:1px solid #a9a6a1;
	*border:0px;
}

.main_table td {
	border:1px solid #a9a6a1;
	*border:0px;
}

.main_table td td {
	border:0px;
}

.module_normal_table {
	border:1px solid #a9a6a1;
	*border:0px;
}

.browse {
	border-collapse:collapse;
}

.browse td {
	border:1px solid #a9a6a1 !important;
	*border:0px;
}

.browse td td {
	border:0px !important;
}

#signinPopup {
          position: absolute;
          z-index: 1;
          background-color: white;
          border: 2px solid #666666;
          display: none;
          margin: auto;
          padding: 10px;
          width: 223px;
       top: 20px; 
	left: 300px;
}

#signinPopup td {
	color:#666666;
}

.text_smallest {
	overflow:hidden;
	width:260px;
}

.descbar .text_smallest {
	width:auto;
}

a.subject_style {
	font-weight:bold;
}

.communityNav li a.orange {
	color:#f8971d;
}

.li-mod_banner .banner-text .username {
	font-size:12px !important;
}


.msg_table {
	table-layout:fixed;
}

.msg_table .msg_text_cell p {
	overflow:auto;
}

.menubar_text_dis, .menubar_text {
	font-size:10px;
}

/* GLOBAL SEARCH STYLES */

.globalsearch {
	position:absolute;
	top:-10px;
	right:0px;
	background-color:#ffffff;
	padding:1px;
}

.globalsearch form {
	margin:0px;
}

.globalfield {
	border:1px solid #bdbab7;
	height:19px;
	margin:0px 1px 0px 0px;
	width:150px;
	padding:2px 5px 0px 5px;

}

.globalsubmit {
	vertical-align:bottom;
	margin:0;

}

/* END GLOBAL SEARCH STYLES */

.menubar_standalone b {
	color:#ffffff;
}
