html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Georgia, 'Times New Roman' , Serif;
}

body
{
	color: #1b1a18;
	font: 13px/16px Georgia, 'Times New Roman' , Serif;
	background-color: #A99B6A;
	margin: 0 auto 0 auto;
	padding-top: 0px;
	background-image: url(Images/bkg_CHH.jpg);
	background-position: center;
	background-repeat: repeat-y;
}

body.bodySharer
{
	background-color: #E6D8AB;
	background-image: none;
	padding: 10px 2px;
}
.bodySharer .innerBoxGrid
{
	float: left;
}

.bodySharer .column1, .bodySharer .column2
{
	width: 140px;
	float: left;
}
.bodySharer .share
{
	background-image: url(Images/sharer.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	line-height: 35px;
}
.bodySharer .share.facebook
{
	background-position: 0pt -180px;
}

.bodySharer .share.twitter
{
	background-position: 0pt -620px;
}

.bodySharer .share.myspace
{
	background-position: 0pt -520px;
}

.bodySharer .share.linkedin
{
	background-position: 0pt -1240px;
}

.bodySharer .share.google
{
	background-position: 0pt -220px;
}

.bodySharer .share.yahoo
{
	background-position: 0pt -720px;
}

#rotateImg, #rotateImg a, #rotateImg a img
{
	color: #EEE8D0;
}

a
{
	color: #567b8d;
	text-decoration: none;
	font-family: Georgia, 'Times New Roman' , Serif;
}

a:hover
{
	color: #567b8d;
	text-decoration: underline;
}

a:visited
{
	color: #567b8d;
	text-decoration: none;
}

a:visited:hover
{
	color: #567b8d !important;
	text-decoration: underline !important;
}

a:active, a:visited:active
{
	color: #567b8d !important;
	text-decoration: underline;
}

hr
{
	color: #CCCCCC;
	height: 1px;
}

h1
{
	padding: 0px;
	margin: 0px;
	font-size: 1em;
}

/* Used for screen readers / accessibility */
.hiddenSR
{
	position: absolute;
	left: 0px;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.required
{
	color: #731E0A;
	font-size: 20px;
}


/* Used to give openads width&height if there is no image*/
.openads
{
	display: block;
	min-width: 213px;
	min-height: 122px;
}

.openadsHome
{
	display: block;
	min-width: 335px;
	min-height: 270px;
}

.checkError
{
	height: 20px;
	width: 20px;
	background-color: Red;
	cursor: help;
}

.checkOk
{
	height: 20px;
	width: 20px;
	background-color: Green;
	cursor: help;
}

/* the rotator on the homepage */
#rotateImg
{
	display: block;
	width: 575px;
	height: 270px;
	background-image: url(Images/loadingBig.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

/* Divs in the MasterPage*/

/* stuff inside the Content Div */
.titleBlock
{
	padding-left: 7px;
}

.bodyBlock
{
	width: 100%;
	clear: both;
	float: left;
	padding-bottom: 15px;
	margin-top: 10px;
}

.bodyBlockPlain
{
	padding: 20px 20px 20px 45px;
	width: 700px;
	clear: both;
	float: left;
	margin-top: 10px;
	font-family: Georgia, 'Times New Roman' , Serif;
}
.bodyBlockPlain.a a:link
{
	color: #000066;
}


.bodyBlockRegister
{
	padding: 0px 0px 0px 0px;
	width: 918px;
	clear: both;
	float: left;
	margin-top: 10px;
	font-family: Georgia, 'Times New Roman' , Serif;
}

.bodyBlockHome
{
	margin-left: 0px;
	width: 100%;
	clear: both;
	float: left;
	margin-top: 0px;
}

.column2
{
	font-family: Georgia, 'Times New Roman' , Serif;
	width: 720px;
	float: left;
}

.channelContainerTopicTree tbody tr td
{
	background-image: url("Images/channelContainerBg.jpg");
	background-repeat: repeat-y;
}

.contentRowGridChannelView tbody tr td, .titleBoxContent tbody tr td
{
	background-image: none;
}

.column2.profile
{
	padding: 20px 0px 10px 15px;
	width: 702px;
}

.column3
{
	width: 200px;
	float: left;
}

.more
{
	display: none;
}

.divUpdateProgress
{
	clear: both;
	position: fixed;
	top: 0px;
	right: 0px;
	height: 18px;
	width: 100px;
	background-color: #B22222;
	color: White;
	font: bold 12px Georgia, 'Times New Roman' , Serif;
	padding: 5px 8px 2px 5px;
	margin: 5px 5px 5px 5px;
}

.divUpdateProgress span
{
	float: left;
}

.divUpdateProgress img
{
	float: right;
}

.divWrapper
{
	margin-left: auto;
	margin-right: auto;
	border-top: solid 1px transparent; /* this is to fix the top margin bug in Safari */
	margin-top: -1px; /* this needs to be here to hide the 1px line above */
	margin-bottom: 0px;
	width: 976px;
	padding-top: 0px;
}

.divHeader
{
	clear: both;
	float: left;
	height: 159px;
	width: 976px;
	background-image: url(images/bkg_header.png);
	background-repeat: no-repeat;
}

.divNavigation
{
	clear: both;
	float: left;
	height: 30px;
	width: 976px;
	background-image: url(images/bkg_navigation.jpg);
	background-repeat: repeat-x;
}

#links
{
	float: left;
	text-align: left;
}

.divContent
{
	height: auto;
	width: 976px;
}

.divContent .imageList
{
	position: relative;
	left: -13px;
}

.divFooter
{
	background-image: url(images/bkg_chh_footer.gif);
	background-repeat: repeat-x;
	background-color: #6e8d9c;
	padding-top: 0;
	margin-top: 15px;
	width: 976px;
}

.divLogo
{
	width: 127px;
	height: 159px;
	float: left;
	background-image: url(images/logo_chh_off.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
}

.navigationLink
{
	float: left;
}

.userLink img
{
	max-height: 120px;
	max-width: 120px;
}

.navigationLink img
{
	float: left;
}

#topics
{
	background-color: #B8B2A6;
	text-align: left;
	margin: 1px 0px 2px 13px;
	z-index: 10000;
}

#topics a
{
	color: #3C3837;
	text-decoration: none;
	font-size: 16px;
}

.topicLinkCell
{
	background-color: #EC5937;
	border-bottom: dotted 1px #fff;
	padding: 5px 10px 6px 10px;
}

.topicLinkCellOver
{
	background-color: #f2752d;
	border-bottom: dotted 1px #fff;
	padding: 5px 10px 6px 10px;
}

.allCell
{
	background-color: #EC5937;
	padding: 5px 10px 6px 10px;
}

.allCellOver
{
	background-color: #f2752d;
	padding: 5px 10px 6px 10px;
}

/* make sure that links in the topics-dropdown aren't styled like links (yep, makes sense) */
.topicLinkCell a, .topicLinkCell a:hover, .topicLinkCell a:visited, .topicLinkCell a:visited:hover, .topicLinkCellOver a, .topicLinkCellOver a:hover, .topicLinkCellOver a:visited, .topicLinkCellOver a:visited:hover, .allCell a, .allCell a:hover, .allCell a:visited, .allCell a:visited:hover .allCellOver a, .allCellOver a:hover, .allCellOver a:visited, .allCellOver a:visited:hover
{
	color: Black !important;
	text-decoration: none !important;
}

#adminBar
{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 20px;
	background-color: #E5E2DB;
	color: #000;
	line-height: 25px;
	cursor: pointer;
	padding: 2px;
}

#adminLinks
{
	position: absolute;
	left: 0px;
	top: 24px;
	background-color: #E5E2DB;
	line-height: 25px;
	cursor: pointer;
	padding: 2px;
}

#search
{
	padding: 10px;
	font-family: Georgia, 'Times New Roman' , Serif;
	background-color: #E5E2DD;
}

.divNavigationAdmin
{
	position: absolute;
	left: 20px;
	top: 176px;
	width: 122px;
	background-color: red;
	line-height: 25px;
}

.divNavigationAdmin a
{
	color: Black;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

.divNavigationAdmin a:hover
{
	color: Black;
	text-decoration: underline;
	padding-left: 5px;
	padding-right: 5px;
}

.resourceUrl
{
	float: left;
	background-image: url(images/goToUrl.png);
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	min-height: 30px;
	width: 550px;
}

.pdfUrl
{
	float: left;
	background-image: url(images/pdf_icon.gif);
	background-repeat: no-repeat;
	padding-left: 40px;
	min-height: 30px;
	padding-top: 9px;
}

#forum
{
	width: 680px !important;
}

.channelContainerTopicTree #forum
{
	width: 470px !important;
}

.eventUrl
{
	background-image: url(images/goToUrl.png);
	background-repeat: no-repeat;
	padding-left: 40px;
	height: 30px;
	padding-top: 11px;
	margin-top: 10px;
	border-bottom: dashed 2px #BFBAA7;
	margin-bottom: 10px;
}

.divBreadcrumbs
{
	clear: both;
	background-color: #fff;
	padding-left: 12px;
}

.divSearch
{
	height: 30px;
	margin-top: 20px;
}


.divSearch a, .divSearch a:hover, .divSearch a:visited
{
	color: #5c7886;
}

.divSearchContent
{
	height: 109px;
	text-align: right;
	padding-right: 8px;
}

.divSearchContent a, .divSearchContent a:hover
{
	color: #aad8f2;
}

.textBoxSearch, .textBoxContrast
{
	font: 14px Georgia, 'Times New Roman' , Serif;
	border: solid 2px #D9D5C7;
	height: 15px;
	margin-right: 2px;
	margin-top: 0px;
	vertical-align: top;
}

.textBoxContrast
{
	margin-left: 5px;
	margin-bottom: 10px;
	font-family: Georgia, 'Times New Roman' , Serif;
}

.buttonSearch
{
	background-image: url(Images/search.gif);
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 70px;
	height: 31px;
	background-position: top;
	border: none;
	cursor: pointer;
	background-color: Transparent;
}

.buttonLogin
{
	background-image: url(Images/Login.gif);
	padding: 0px 0px 0px 0px;
	margin: 15px 39px 0px 0px;
	width: 77px;
	height: 26px;
	background-position: top;
	border: none;
	cursor: pointer;
	background-color: Transparent;
	background-repeat: no-repeat;
}

.buttonRegister
{
	background-image: url(Images/Register.gif);
	padding: 0px 0px 0px 0px;
	margin: 0px 39px 0px 0px;
	width: 77px;
	height: 26px;
	background-position: top;
	border: none;
	cursor: pointer;
	background-color: Transparent;
	background-repeat: no-repeat;
}

.createAccountButton
{
	padding-top: 10px;
	padding-right: 360px;
}

.buttonRetrieve
{
	background-image: url(Images/Retrieve.gif);
	padding: 0px 0px 0px 0px;
	margin: 15px 39px 0px 220px;
	width: 77px;
	height: 26px;
	background-position: top;
	border: none;
	cursor: pointer;
	background-color: Transparent;
	background-repeat: no-repeat;
}

.divInnerContent
{
	margin: 1px 15px 15px 10px;
	min-height: 350px;
}

.divLogoBox
{
	float: left;
}

.divLoginContent
{
	color: #dec066;
	font: normal 16px Georgia, 'Times New Roman' , Serif;
	padding: 4px 15px;
}

.divLoginContent .triggerLoginPopup
{
	float: left;
	margin-left: 122px;
	background-image: url(Images/LoginOrRegister.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 2px 153px 2px 0px;
}

.divLoginContent a, .divLoginContent a:visited, .divLoginContent a:active
{
	color: #b1def4;
	font: normal 16px Georgia, 'Times New Roman' , Serif;
	text-decoration: none;
}

.divLoginContent a:visited:hover, divLoginContent a:hover
{
	color: #b1def4 !important;
	font: normal 16px Georgia, 'Times New Roman' , Serif;
	text-decoration: underline;
}

.loginName
{
	float: left;
	color: #fff;
	text-decoration: none;
	margin-left: 117px;
	padding: 0px 8px 0px 0px;
}

.loginName .community
{
	padding-left: 21px;
	background-image: url(Images/community.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.loginLinks
{
	float: left;
	color: #dec066;
	padding: 0px;
}

.loginLinks a
{
	padding: 0px 8px;
}

.divHeaderBox
{
	height: 55px;
	width: 328px;
}

.divHeaderLinks
{
	color: #716559;
	font: normal 20px Georgia, 'Times New Roman' , Serif;
}

.divHeaderLinks a
{
	color: #7BB8B8;
	text-decoration: none;
	font: bold 14px Georgia, 'Times New Roman' , Serif;
}

.divHeaderLinks a:hover
{
	color: #7BB8B8;
	text-decoration: underline;
	font: bold 14px Georgia, 'Times New Roman' , Serif;
}

.divDivider
{
	float: left;
	width: 3px;
	height: 23px;
}

.divAbout
{
	float: left;
	width: 56px;
	height: 23px;
	background-image: url(images/btn_About_off.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

.divAboutOn
{
	float: left;
	width: 56px;
	height: 23px;
	background-image: url(images/btn_About_on.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

.divAbout:hover
{
	background-image: url(images/btn_About_hover.png);
	cursor: pointer;
}

.divContact
{
	float: left;
	width: 101px;
	height: 23px;
	background-image: url(images/btn_ContactHRC_off.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

.divContactOn
{
	float: left;
	width: 101px;
	height: 23px;
	background-image: url(images/btn_ContactHRC_on.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

.divContact:hover
{
	background-image: url(images/btn_ContactHRC_hover.png);
	cursor: pointer;
}



.divSAMHSA
{
	width: 377px;
	height: 30px;
	cursor: pointer;
}

.divSAMHSA:hover
{
}

.footerLevel1
{
	float: left;
	font: normal 15px Georgia, 'Times New Roman' , Serif;
	color: #A89650;
	background-color: #291711;
	width: 940px;
	padding: 7px 18px;
}

.footerLevel1 .follow
{
	float: left;
}

.footerLevel1 .follow a, .footerLevel1 .follow a:visited
{
	color: #978e8b;
}

.footerLevel1 .follow a:hover
{
	color: #978e8b !important;
	text-decoration: underline;
}

.footerLevel1 .follow a.facebook
{
	background-image: url(Images/followFacebook.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 4px 0px 4px 24px;
	margin-left: 13px;
}

.footerLevel1 .follow a.twitter
{
	background-image: url(Images/followTwitter.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 4px 0px 4px 24px;
	margin-left: 14px;
}

.footerLevel1 .follow a.rss
{
	background-image: url(Images/rss.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 4px 0px 4px 24px;
	margin-left: 14px;
}

.footerLevel1 .links
{
	float: right;
}

.footerLevel1 a, .footerLevel1 a:visited
{
	color: #978e8b;
	text-decoration: none;
}

.footerLevel1 a:hover
{
	color: #978e8b;
	text-decoration: underline;
}

.footerLevel2
{
	float: left;
	padding-top: 20px;
	padding-left: 18px;
	padding-right: 18px;
	text-align: left;
	color: #fff;
	width: 940px;
	height: 190px;
	font: normal 12px Georgia, 'Times New Roman' , Serif;
	line-height: 20px;
	background-color: #6E8D9C;
	background-image: url('Images/bkg_footer.png');
	background-repeat: no-repeat;
	background-position: right top;
}

.footerLevel2 a
{
	color: #fff;
	text-decoration: none;
}

.footerLevel2 a:hover
{
	color: #fff;
	text-decoration: underline;
}

.footerLevel2 a:visited, .footerLevel2 a:visited:hover
{
	color: #fff !important;
}

/* styles for BoxOver-Tooltips */
.tooltipBody
{
	font: normal 14px Georgia, 'Times New Roman' , Serif;
	width: 350px;
	border-bottom: 1px solid #A5CFE9;
	border-left: 1px solid #A5CFE9;
	border-right: 1px solid #A5CFE9;
	padding: 4px;
	color: #3c3a34;
	filter: alpha(opacity=85);
	opacity: 0.85;
	background-color: #ffffff;
}

.tooltipHeader
{
	font: normal 14px Georgia, 'Times New Roman' , Serif;
	width: 350px;
	border-top: 1px solid #A5CFE9;
	border-left: 1px solid #A5CFE9;
	border-right: 1px solid #A5CFE9;
	padding: 4px;
	color: #4B7A98;
	filter: alpha(opacity=95);
	opacity: 0.95;
	background-color: #D5EBF9;
}

/* styles for edit/view pages */
.contentRowEdit
{
	clear: both;
	float: left;
	width: 660px;
	margin-bottom: 5px;
}

.contentLabelEdit
{
	float: left;
	width: 120px;
	font-family: Georgia, 'Times New Roman' , Serif;
}

.contentRowIcon
{
	float: left;
}

.contentRowIcon img, .contentRowIcon span
{
	float: left;
	font-weight: bold;
}

.rateTag .contentRowIcon span
{
	font-weight: normal;
	line-height: 18px;
}

.connections
{
	float: left;
	width: 500px;
	padding: 1px 0px 15px 10px;
}

.contentRow
{
	clear: both;
	float: left;
	font: normal 14px Georgia, 'Times New Roman' , Serif;
	color: #3c3a34;
	padding-bottom: 10px;
	width: 640px;
}

.contentRowSmall
{
	clear: both;
	float: left;
	font: normal 12px Georgia, 'Times New Roman' , Serif;
	color: #3c3a34;
	width: 640px;
}
.contentRowSmall span, .contentRowSmall a
{
	font-size: 12px !important;
}

.contentRow div
{
	float: left;
}

.contentRowGrid
{
	clear: both;
	float: left;
	font: normal 14px Georgia, 'Times New Roman' , Serif;
	color: #3c3a34;
	min-height: 24px;
	background-color: #EFE8D1 !important;
	border-top: dashed 2px #BFBAA7;
	width: 660px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-top: 20px;
	background-image: url(Images/trysearch.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.contentRowGridChannelView
{
	clear: both;
	float: left;
	font: normal 14px Georgia, 'Times New Roman' , Serif;
	color: #fff;
	min-height: 24px;
	background-color: #fff !important; /* E5E2DD */
	width: 670px;
	padding: 0px 0px 30px 20px;
}

.contentRowGridChannelView a
{
	font-family: Georgia, 'Times New Roman' , Serif;
	font-size: 13px;
	line-height: 20px;
}

.contentRowGridChannelView h2
{
	padding: 0 !important;
	margin: 25px 0px 0px 15px !important;
	font-size: 16px;
}

.title2, .title3
{
	font-family: Georgia, Times, Serif;
	color: #8E0A17;
	font-size: 18px;
	padding-bottom: 0px;
	margin-top: 15px;
}

.title2
{
	text-align: center;
}

.title3
{
	text-align: left;
}

.authorsFlat
{
	font-size: 14px;
}

.headerContent, .headerContent p
{
	font-family: Georgia, 'Times New Roman' , Serif;
	background-color: White !important;
}

.headerContent p
{
	padding: 10px 10px 30px 10px !important;
	background-color: White !important;
	width: 668px;
}

.contentRowGridProfile
{
	clear: both;
	float: left;
	font: normal 14px Georgia, 'Times New Roman' , Serif;
	color: #3c3a34;
	min-height: 24px;
	background-color: #EFE8D1 !important;
	border-top: dashed 2px #BFBAA7;
	width: 660px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-top: 20px;
}

.try_search
{
	background-image: url(Images/trysearch.gi); /* removed per Reveal request */
	background-repeat: no-repeat;
	background-position: right top;
}

.try_search_person
{
	background-image: url(Images/LookingForSomeone_blue.gi); /* removed per Reveal request */
	background-repeat: no-repeat;
	background-position: right top;
}

.contentLabel
{
	font-family: Georgia, 'Times New Roman' , Serif;
	font-weight: bold;
	clear: both;
	float: left;
	padding-right: 10px;
	color: #3B2E1D;
}

.contentField
{
	float: left;
	width: 500px;
	font-family: Georgia, 'Times New Roman' , Serif;
}

/* text styles */
.heading1
{
	color: #291711; /* used to be maroon #731E07 */
	font: bold 15px Georgia, 'Times New Roman' , Serif;
	line-height: 40px;
}

.heading1First
{
	color: #000;
	font: bold 15px Georgia, 'Times New Roman' , Serif;
}

.heading2
{
	color: #000;
	font: 18px/19px Georgia, 'Times New Roman' , Serif;
	margin-bottom: 10px;
}

.heading3, h3
{
	color: #3E3A39;
	font: bold 14px Georgia, 'Times New Roman' , Serif;
	padding-bottom: 10px;
}

.heading4, h4
{
	color: #000000;
	font: bold 16px Georgia, 'Times New Roman' , Serif;
	line-height: 20px;
}

.heading5, h5
{
	color: #000000;
	font: normal 14px Georgia, 'Times New Roman' , Serif;
	line-height: 25px;
}

.pageTitle
{
	color: #aa5900;
	font: 18px/19px Georgia, 'Times New Roman' , Serif;
	padding-bottom: 10px;
	font-weight: bold;
}

.titleBox2
{
	background-color: #fff !important; /* used to be E9D65E */
	padding: 10px 15px 15px 15px;
	width: 660px;
}

.titleBox2 .heading1, .loggedInTitle
{
	font: bold 22px Georgia, Times, Serif !important;
	color: #731E07 !important;
	padding: 0px 0px 0px 0px !important;
	line-height: 34px;
	width: 630px;
}

.titleBox2 .heading1, .loggedInStatus
{
	font: normal 22px Georgia, Times, Serif !important;
	color: #731E07 !important;
	padding: 0px 10px 0px 0px !important;
	line-height: 34px;
	width: 630px;
}

.alreadyLinked
{
	margin-top: 27px;
}

.alreadyLinked img
{
	margin-right: 5px;
	margin-bottom: 5px;
}

.resourceHeading
{
	font: bold 16px Georgia, Times, Serif;
	color: #731E07;
	padding: 10px 10px 0px 0px;
	margin-bottom: 10px;
	line-height: 20px;
}

.titleBox .heading2
{
	font: normal 15px Georgia, Times, Serif;
	color: #3c3a34;
}

.contentBox
{
	background-color: #f9f6ed !important;
	margin: 0px 0px 0px 0px;
}

.contentBoxDiv
{
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	background-image: url(Images/contentBoxBg.jpg);
	background-repeat: repeat-x !important;
	background-color: #860000 !important;
	width: 680px;
	display: none;
}

.contentBox div
{
	margin: 0px 0px 0px 0px;
	font-family: Georgia, 'Times New Roman' , Serif;
}

.contentBoxProfile
{
	padding: 14px 14px 14px 14px;
	color: #3C3A34;
	font: normal 14px Georgia, 'Times New Roman' , Serif;
	background-color: #F9F6ED;
	float: left;
	border-top: dashed 2px #BFBAA7;
}

.actions, .contentBox .actions
{
	float: left;
	background-color: #e3d4a3 !important;
	width: 680px;
	padding-left: 10px;
}

.actions > div
{
	background-color: #e3d4a3 !important;
}

.actionDiv
{
	float: left;
	padding-right: 8px !important;
	background-color: #e3d4a3 !important;
	border: solid 1px #e3d4a3;
}

.actionDiv:hover
{
	float: left;
	padding-right: 8px !important;
	border-right: #b3c8c8 1px solid;
	border-top: #b3c8c8 1px solid;
	border-left: #b3c8c8 1px solid;
	border-bottom: #b3c8c8 1px solid;
}

.actionSmall
{
	float: left;
	font: normal 12px Georgia, 'Times New Roman' , Serif;
	padding-left: 5px;
}

.success
{
	color: #006400 !important;
}

.headingRated
{
	color: #aa5900;
	font: 14px/15px Georgia, 'Times New Roman' , Serif;
	padding-bottom: 10px;
}

.textCitation
{
	color: #291711;
	font: bold 14px Georgia, 'Times New Roman' , Serif;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

.textDescription
{
	color: #291711;
	font: 14px Georgia, 'Times New Roman' , Serif;
	line-height: 17px;
	clear: both;
	float: left;
	width: 600px;
	padding-top: 5px;
	padding-bottom: 15px;
}

.textDescriptionQuick
{
	color: #413D3C;
	font: 12px Georgia, 'Times New Roman' , Serif;
}

.textResourceTitle
{
	float: left;
	font: 14px/15px Georgia, Times, Serif;
	padding-right: 5px;
}

.textEventTitle
{
	font: bold 14px Georgia, Times, Serif;
	color: #3C3837;
	line-height: 25px;
}

.textEvent
{
	font: normal 14px Georgia, Times, Serif;
	color: #000000;
	line-height: 25px;
}

.textEventDescription
{
	font: normal 13px Georgia, 'Times New Roman' , Serif;
	color: #3c3a34;
}

.tableTags
{
	clear: both;
	float: left;
	width: 250px;
	margin-left: 125px;
	margin-bottom: 20px;
	font-family: Georgia, 'Times New Roman' , Serif;
}

.gridViewRow .tableTags
{
	margin-left: 0px;
}

.tagContainer
{
	float: left;
	width: 545px;
	padding: 0px 0px 0px 10px;
}

.channelContainerTopicTree .contentRow .tagContainer
{
	width: 360px;
}

/*  errors  */
.error
{
	color: #731e07 !important;
}

.errorCell
{
	color: #731e07;
	background-color: #EEE4C4;
	padding: 0 0 0 0;
	font: normal 15px Georgia, 'Times New Roman' , Serif;
}

.errorResource
{
	color: #731e07;
	padding-left: 135px;
}

/* styles for google-style search word highlighting */
.z0
{
	background-color: #FFFF66;
}
.z1
{
	background-color: #A0FFFF;
}
.z2
{
	background-color: #99FF99;
}
.z3
{
	background-color: #FF9999;
}

/* control styles */

/*AutoComplete*/
.completionListElement
{
	visibility: hidden;
	margin: 0px !important;
	background-color: #ffffff;
	color: black;
	border: black;
	border-width: 1px;
	border-style: solid;
	cursor: 'default';
	overflow: auto;
	height: 200px;
	text-align: left;
	list-style-type: none;
}

.highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

.listItem
{
	background-color: #ffffff;
	color: black;
	padding: 1px;
}
/* end Autocomplete styles */

/* DropDown-Extender */
.ContextMenuPanel
{
	border: 1px solid #868686;
	z-index: 1000;
	background: url(images/menu-bg.gif) repeat-y 0 0 #FAFAFA;
	cursor: default;
	padding: 1px 1px 0px 1px;
	font-size: 11px;
	min-width: 160px;
}

a.ContextMenuItem
{
	margin: 1px 0 1px 0;
	display: block;
	color: #003399;
	text-decoration: none;
	cursor: pointer;
	padding: 4px 19px 4px 33px;
	white-space: nowrap;
}

a.ContextMenuItemSuccess
{
	margin: 1px 0 1px 0;
	display: block;
	color: #006400;
	text-decoration: none;
	cursor: pointer;
	padding: 4px 19px 4px 33px;
	white-space: nowrap;
	font-weight: bold;
}

a.ContextMenuItem-Selected
{
	font-weight: bold;
}

a.ContextMenuItem:hover
{
	background-color: #FFE6A0;
	color: #003399;
	border: 1px solid #D2B47A;
	padding: 3px 18px 3px 32px;
}

a.ContextMenuItemSuccess:hover
{
	background-color: #FFE6A0;
	color: #006400;
	border: 1px solid #D2B47A;
	padding: 3px 18px 3px 32px;
}
/* End DropDown-Extender */


.button
{
	border: solid 1px #585144;
	background-color: #dcdcdc;
	height: 20px;
}

.buttonAddTag
{
	border: solid 1px #585144;
	background-color: #dcdcdc;
	height: 20px;
	float: left;
	margin-left: 10px;
}


/*  begin Generic Row styles  */
.gridView
{
	width: 662px;
}

.gridViewChannelView
{
	width: 650px;
}

.gridViewSearch
{
	background-color: #EFE8D1;
}

.gridViewHeader
{
	text-align: left;
	color: #3c3a34;
	font: bold 14px Georgia, 'Times New Roman' , Serif;
}

.gridViewHeaderChannelView
{
	text-align: left;
	color: #3c3a34;
	font: bold 14px Georgia, 'Times New Roman' , Serif;
}

.gridViewHeaderChannelView th
{
	padding-top: 15px;
}

.gridViewHeaderChannelView a
{
	text-align: left;
	color: #000;
	font: normal 14px Georgia, 'Times New Roman' , Serif;
	padding: 0 0 0 5px;
	position: relative;
	top: -2px;
}

.gridViewHeaderAdmin
{
	text-align: left;
	color: White;
	font: bold 12px Georgia, 'Times New Roman' , Serif;
	height: 18px;
	background-color: #413D3C;
}

.gridViewHeaderAdmin a
{
	color: #fff;
}

.gridViewHeader a, .gridViewHeader a:hover
{
	color: #3c3a34;
	font: bold 14px Georgia, 'Times New Roman' , Serif;
	text-decoration: none;
	padding-left: 3px;
	vertical-align: top;
}
.gridViewHeader img
{
}

.gridViewRow, .gridViewRowHot
{
	color: #3c3a34;
	font: normal 14px Georgia, 'Times New Roman' , Serif;
}

.gridViewRow a, .gridViewRowHot a
{
	color: #567b8d !important;
}

.gridViewRowHot td
{
	padding: 0px 0px 7px 0px !important;
	vertical-align: top;
}

.gridViewRowHot p
{
	text-indent: -12px;
	margin-left: 15px !important;
}

.gridViewRowResourcesChannelView, .gridViewRowResourcesChannelViewAlt
{
	color: #3c3a34;
	font: normal 13px Georgia, 'Times New Roman' , Serif;
	background-color: #F3EDDD;
	line-height: 22px;
}

.gridViewRowResourcesChannelViewAlt
{
	background-color: #FFF;
}


.gridViewAlternatingRow
{
	color: #3c3a34;
	font: normal 14px Georgia, 'Times New Roman' , Serif;
	background-color: #E6D8AB;
}

.gridViewSelectedRow
{
	background-color: orange;
}

.gridViewRow a, gridViewAlternatingRow a
{
	color: #567b8d;
	font: normal 15px Georgia, 'Times New Roman' , Serif;
	text-decoration: none;
}

.gridViewRowResourcesLarge
{
	color: #731e07;
	font: bold 14px Georgia, 'Times New Roman' , Serif;
}

.gridViewRowResourcesLarge a, .gridViewRowResourcesLarge a:hover, .gridViewRowResourcesLarge a:visited
{
	float: left;
	padding-top: 10px;
	padding-right: 8px;
	color: #567b8d;
	font: bold 14px Georgia, 'Times New Roman' , Serif;
	text-decoration: none;
	max-width: 555px;
}

.rateTag, .rateTag .contentLabel
{
	color: #CAC99D !important;
	font-family: Georgia, 'Times New Roman' , Serif !important;
	padding-bottom: 4px;
	font-weight: normal !important;
	padding-right: 5px;
}

.rateTag a
{
	color: #9DB9C7 !important;
	font-family: Georgia, 'Times New Roman' , Serif !important;
}

.contentRow .tag
{
	clear: both;
	float: left;
	margin-left: 67px;
	width: 200px;
	margin-top: 5px;
}

.rateTag .tag
{
	margin-left: 40px;
}

.rateTag .gridViewRow a
{
	position: relative;
	top: -1px;
}

.gridViewRowSearch
{
	background-color: #fff;
}

.gridViewRowSearch a, .gridViewRowSearch a:hover
{
	color: #567b8d; /* used to be 567b8d until 5-27 */
	font: bold 14px Georgia, 'Times New Roman' , Serif;
}

.gridViewRowSearch a:visited, .gridViewRowSearch a:visited:hover
{
	color: #7A9EAD;
}

.gridViewRowChannels
{
	color: #3c3a34;
	font: normal 14px Georgia, 'Times New Roman' , Serif;
}

.gridViewRowChannels td
{
	padding: 5px 0px 5px 0px !important;
}

.gridViewRowChannels a
{
	color: #567b8d;
	font: normal 14px Georgia, 'Times New Roman' , Serif;
	text-decoration: none;
}

.gridViewRowResources
{
	color: #3c3a34;
	font: normal 14px Georgia, 'Times New Roman' , Serif;
	height: 23px;
}

.gridViewRowResources a
{
	color: #3c3a34;
	font: normal 14px Georgia, 'Times New Roman' , Serif;
	text-decoration: none;
}

.gridViewRow a:hover, .gridViewRowResourcesLarge a:hover, .gridViewRowChannels a:hover, .gridViewRowResources a:hover
{
	color: #567b8d;
	text-decoration: underline;
}

.gridViewRow a:visited, .gridViewRowChannels a:visited, .gridViewRowResources a:visited
{
	color: #73938a;
}

.gridViewEmptyRow
{
}

.gridViewEmptyRow td
{
	padding-left: 13px !important;
	padding-top: 10px;
}

.sortBy
{
	font: normal 12px Georgia, 'Times New Roman' , Serif;
	color: #000000;
}

/*  end Generic row styles   */


.highlightCallout
{
	background-color: #d8ebeb;
}

.fileUpload
{
	border: solid 2px #D2CFC6;
	font: 13px/16px Georgia, 'Times New Roman' , Serif;
}

.fileImage
{
	padding-left: 135px;
	padding-right: 5px;
}

.bodyDisclaimer
{
	background-color: #A99B6A;
	background-image: none;
}

.popupBg
{
	background-color: #EFE8D1;
	padding: 5px 5px 0px 5px;
	width: 450px;
	position: relative;
	top: -6px;
	color: #342b1b;
}

.popupTitle
{
	background-color: #EFE8D1;
	color: #cc8833;
	padding: 0px;
	margin-bottom: 7px;
	margin-top: 7px;
	width: 450px;
	font: bold 15px Georgia, 'Times New Roman' , Serif;
}

/* end modal box */

.panelLoginInner
{
	background-color: #ffffff;
	width: 270px;
	color: #000 !important;
	vertical-align: top;
}

.panelLoginInner a, .panelLoginInner a:active, .panelLoginInner a:hover
{
	padding-right: 10px;
	color: #000 !important;
	text-decoration: none;
}

/* Rating */
.upVotesCount
{
	color: #FEFFFF !important;
	font-weight: normal !important;
	padding-right: 0px !important;
	font-size: 15px !important;
}

.red .upVotesCount
{
	color: #791110 !important;
}

.gridViewRow .upVotesCount, .gridViewRowResources .upVotesCount, .gridViewRowResourcesChannelView .upVotesCount, .gridViewRowResourcesChannelViewAlt .upVotesCount
{
	color: #791110 !important;
	font-size: 13px !important;
}

.voteImage, .voteImageResource
{
	background-image: url(Images/upvote_active.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	padding-top: 4px;
}

.voteImageResource
{
	background-image: url(Images/upvote_resource.jpg);
}

/* end Rating */

/* Tag Cloud */
.tagCloud
{
	background-color: #fff;
	padding: 4px 15px 25px 15px;
}

.tagCloud A
{
	font-family: Georgia, 'Times New Roman' , Serif;
	text-transform: lowercase;
	text-decoration: none;
	color: #000;
}

.tagCloud A:link
{
	color: #000; /* teal */
}

.tagCloud A:visited
{
	color: #000;
}

.tagCloud A:hover
{
	color: #297070;
	text-decoration: underline;
}

.tagCloud A.weight1, .tagCloud span.weight1
{
	color: #000000;
	font: bold 15px Georgia, 'Times New Roman' , Serif;
	line-height: 20px;
}

.tagCloud A.weight1:hover
{
	color: #297070;
	text-decoration: underline;
}

.tagCloud A.weight1:visited
{
	color: #000000;
}

.tagCloud A.weight2, .tagCloud span.weight2
{
	color: #3c3a34;
	font: bold 15px Georgia, 'Times New Roman' , Serif;
	line-height: 20px;
}

.tagCloud A.weight2:hover
{
	color: #297070;
	text-decoration: underline;
}

.tagCloud A.weight2:visited
{
	color: #3c3a34;
}

.tagCloud A.weight3, .tagCloud span.weight3
{
	color: #777468;
	font: bold 15px Georgia, 'Times New Roman' , Serif;
	line-height: 20px;
}

.tagCloud A.weight3:hover
{
	color: #297070;
	text-decoration: underline;
}

.tagCloud A.weight3:visited
{
	color: #73938a;
}

.tagCloud A.weight4, .tagCloud span.weight4
{
	color: #b3ae9d;
	font: bold 15px Georgia, 'Times New Roman' , Serif;
	line-height: 20px;
}

.tagCloud A.weight4:hover
{
	color: #297070;
	text-decoration: underline;
}

.tagCloud A.weight4:visited
{
	color: #b3ae9d;
}

.tagCloudLarge
{
	background-color: #f9f6ed;
	padding: 10px 10px 10px 10px;
	width: 670px;
	text-align: center;
}

.tagCloudLarge A
{
	font-family: Georgia, 'Times New Roman' , Serif;
	text-transform: lowercase;
	text-decoration: none;
	color: #000;
}

.tagCloudLarge A:link
{
	color: #000; /* teal */
}

.tagCloudLarge A:visited
{
	color: #000000;
}

.tagCloudLarge A:hover
{
	color: #297070;
	text-decoration: underline;
}

.tagCloudLarge A.weight1, .tagCloudLarge span.weight1
{
	color: #000000;
	font: bold 28px Georgia, 'Times New Roman' , Serif;
	line-height: 36px;
}

.tagCloudLarge A.weight1:hover
{
	color: #297070;
	text-decoration: underline;
}

.tagCloudLarge A.weight1:visited
{
	color: #000000;
}

.tagCloudLarge A.weight2, .tagCloudLarge span.weight2
{
	color: #3c3a34;
	font: bold 26px Georgia, 'Times New Roman' , Serif;
	line-height: 36px;
}

.tagCloudLarge A.weight2:hover
{
	color: #297070;
	text-decoration: underline;
}

.tagCloudLarge A.weight2:visited
{
	color: #3c3a34;
}

.tagCloudLarge A.weight3, .tagCloudLarge span.weight3
{
	color: #777468;
	font: bold 22px Georgia, 'Times New Roman' , Serif;
	line-height: 36px;
}

.tagCloudLarge A.weight3:hover
{
	color: #297070;
	text-decoration: underline;
}

.tagCloudLarge A.weight3:visited
{
	color: #777468;
}

.tagCloudLarge A.weight4, .tagCloudLarge span.weight4
{
	color: #b3ae9d;
	font: bold 20px Georgia, 'Times New Roman' , Serif;
	line-height: 36px;
}

.tagCloudLarge A.weight4:hover
{
	color: #297070;
	text-decoration: underline;
}

.tagCloudLarge A.weight4:visited
{
	color: #b3ae9d;
}

/* end Tag Cloud */

.tableHeader
{
	text-align: left;
	font: bold 13px Georgia, 'Times New Roman' , Serif;
	color: #FFFFFF !important;
	background-color: #413D3C;
}

.tableBody
{
	text-align: left;
	font: bold 13px Georgia, 'Times New Roman' , Serif;
	color: #000000 !important;
	background-color: #ffffff;
}

.tags span
{
	float: left;
	color: #291711;
	font: 14px Georgia, 'Times New Roman' , Serif;
	padding-right: 5px;
	font-weight: bold;
}

.tags a
{
	float: left;
	font: normal 12px Georgia, 'Times New Roman' , Serif !important;
	padding-top: 0px !important;
}

.textBox
{
	float: left;
	border: solid 2px #D2CFC6;
	font: 13px/16px Georgia, 'Times New Roman' , Serif;
}

.textBoxLogin
{
	border: solid 2px #D9D5C7;
	font: 13px/16px Georgia, 'Times New Roman' , Serif;
}

.textBoxRegister
{
	border: solid 0px #000000;
	font: 13px/16px Georgia, 'Times New Roman' , Serif;
	margin: 3px 0px 3px 0px;
}

.textBoxRetrieve
{
	border: solid 2px #CBC6BA;
	font: 13px/16px Georgia, 'Times New Roman' , Serif;
}

.gridViewPager
{
	font: Georgia, 'Times New Roman' , Serif;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	height: 30px;
	background-color: #fff;
}

.gridViewPagerChannelView
{
	font: Georgia, 'Times New Roman' , Serif;
	font-size: 14px;
	color: #860000 !important;
	font-weight: bold;
}

.gridViewPagerChannelView td
{
	padding: 20px 0px 0px 0px;
	margin-top: 20px;
}

.gridViewPagerChannelView td table tr td
{
	margin: 0px 0px;
	padding: 5px 0px;
	height: 0px;
}

.gridViewPager a
{
	font-weight: normal;
}

.gridViewPagerChannelView td table tr td span
{
	color: #860000;
}

.gridViewPagerAdmin, .gridViewPagerAdmin a
{
	color: #000;
}

.gridViewPager td table tr td
{
	padding-right: 3px;
	line-height: 30px;
	color: #860000 !important;
	font-weight: bold;
}

.gridViewPager td table tr td a
{
	font-family: Georgia, 'Times New Roman' , Serif !important;
	font-size: 14px;
	line-height: 30px;
}

.gridViewPager td table tr td a:hover
{
	font-family: Georgia, 'Times New Roman' , Serif !important;
}

.gridViewPager td table tr td a:visited
{
	font-family: Georgia, 'Times New Roman' , Serif !important;
}

.gridViewPager td table tr td a:active
{
	font-family: Georgia, 'Times New Roman' , Serif !important;
}

.pagerHelp
{
	color: #860000 !important;
	font-weight: bold;
	width: 10%;
	text-align: right;
	line-height: 33px;
}

.pagerInfo
{
	color: #860000 !important;
	font-weight: bold;
	width: 90%;
	line-height: 30px;
	padding-left: 10px !important;
}

.pagerInfoChannelView
{
	color: #fff;
	font-weight: normal;
	width: 90%;
}

.pagerHelpChannelView, .pagerHelpChannelView span
{
	padding-right: 7px;
	color: #860000;
}

.resourcesTitle
{
	font-family: Georgia, 'Times New Roman' , Serif !important;
	font-size: 17px;
	font-weight: bold;
	color: #801100;
}

.titleUser
{
	color: #731E29;
	font-size: 15px;
	line-height: 25px;
}


/* for library default page */

.libraryBox
{
	line-height: 25px;
	padding: 7px 18px 18px 18px;
	color: #3C3A34;
	font: normal 14px Georgia, 'Times New Roman' , Serif;
	background-color: #fff;
	float: left;
	background-image: url(Images/bkg_library_blur.png);
	background-repeat: repeat-x;
	margin-left: 14px;
	margin-top: -1px;
	width: 654px;
}



/* Rounded Corners */
.box
{
	float: left;
	margin-top: 10px;
	margin-left: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	display: inline;
	vertical-align: top;
	height: 100%;
}

.column2 .box
{
	margin-right: 15px;
}

.column2 .middleBox
{
	margin-right: 200px;
}

html > body .box
{
	float: left;
	margin-left: 16px;
	margin-bottom: 1px;
	display: table !important;
}

.box tbody tr
{
	margin: 0px !important;
	padding: 0px !important;
	height: 0px !important;
}

.box tbody tr td
{
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	color: #000;
	background-image: none;
}

.box .grid tbody tr td, .box .grid tbody tr th
{
	padding: 5px;
}

.box tbody tr td h1
{
	float: left;
	font: 14px Georgia, 'Times New Roman' , Serif;
	font-weight: bold;
	padding: 10px 15px 15px 15px;
	margin: 0px;
	color: #1b1a18;
}

.box tbody tr td p
{
	float: left;
	font: 14px Georgia, 'Times New Roman' , Serif;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
	margin: 0;
	padding: 0;
	color: #291711;
}

.box tbody tr td img
{
	margin: 0;
	padding: 0;
}


.homepageboxborder
{
	background-color: #6e8d9c !important;
}

.homepageboxborder img
{
	display: none;
}

.boxborder
{
	background-color: #EEE8D0 !important;
}

/* little hack to make the boxes float nicely in ie6 and below (ie6 needs display:inline, other browsers don't) */

.innerBox
{
	line-height: 25px;
	padding: 7px 15px 14px 14px;
	color: #000;
	font: normal 14px Georgia, 'Times New Roman' , Serif;
	background-color: #fff;
	float: left;
}

.column2 .box
{
	margin-left: 10px !important;
}

.innerBox p
{
	line-height: 18px;
	padding-bottom: 7px !important;
	background-color: #fff;
}

#forum
{
	width: 680px;
	padding: 0px 5px 5px 5px;
	background-color: #E3D4A3 !important;
}

.innerBoxGrid
{
	padding: 2px 5px 25px 5px;
	color: #3C3A34;
	font: normal 15px Georgia, 'Times New Roman' , Serif;
	background-color: #fff;
}

.innerBoxGrid.news, .innerBoxGrid.channels
{
	padding-bottom: 15px;
}

.innerBoxGrid.news p
{
	margin: 15px 0px 0px 0px;
	padding: 0px;
}

.innerBoxGrid.channels p
{
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

.innerBoxGrid.blog
{
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
}

.innerBoxGrid.blog .author
{
	width: 217px;
	float: left;
	padding: 2px 0px 2px 0px;
}

.innerBoxGrid.blog .blogTitle
{
	width: 217px;
	float: left;
}

.innerBoxGrid.blog .authorImage
{
	float: left;
	width: 85px;
}

.innerBoxGrid.blog .authorImage img
{
	max-height: 75px;
	width: 75px;
	float: left;
	padding: 0px 10px 0px 0px;
}
.innerBoxGrid.blog .authorTitle
{
	width: 217px;
	float: left;
	padding: 0px 0px 0xp 0px;
	margin-bottom: 10px;
}
.innerBoxGrid.blog p.blurb
{
	padding: 0px 0px 0px 0px;
}
.innerBoxGrid.blog p.readmore
{
	padding: 3px 0px 10px 0px;
}

.innerBoxGrid.resources
{
	margin: 0px 0px 25px 0px;
	padding: 0px 10px 30px 10px;
}

.innerBoxGrid.resources .title
{
	padding-top: 15px;
	width: 100%;
}

.innerBoxGrid.resources .author
{
	 width: 100%;
	color: #655545;
	padding: 7px 0px 0px 0px;
}

.innerBoxGrid.resources .description
{
	padding: 7px 0px 0px 0px;
}

.innerBoxGrid.resources .actions
{
	width: 100%;
	padding: 10px 0px 10px 0px;
	border-bottom: solid 1px #655545;
	background-color: #fff !important;
}

.innerBoxGrid.resources .actions a
{
	margin: 0px 20px 0px 0px;
}

.innerBoxGrid.profile
{
	padding-left: 10px;
}

.innerBoxGrid.profile span
{
	line-height: 25px;
}

.innerBoxGrid.profile ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.profile .innerBoxGrid
{
	background-color: #BEB58A !important;
}

.profile .plain
{
	background-color: #fff !important;
}

.innerBoxGrid.profile ul li
{
	background-repeat: no-repeat;
	line-height: 22px;
	padding-bottom: 10px;
}

.innerBoxGrid.profile ul li.contact
{
	background-image: url('Images/connected.gif');
	padding-left: 25px;
}

.innerBoxGrid.profile ul li.topic, .innerBoxGrid.profile ul li.organization
{
	background-image: url('Images/joined.gif');
	padding-left: 25px;
}

.innerBoxGrid.profile ul li.favorite
{
	background-image: url('Images/favorite.gif');
	padding-left: 25px;
}

.innerBoxGrid.profile ul li.recommended
{
	background-image: url('Images/recommended.gif');
	padding-left: 25px;
}

.innerBoxGrid.profile ul li.comment
{
	background-image: url('Images/commented.gif');
	padding-left: 25px;
}

.innerBoxGrid.profile ul li.post
{
	background-image: url('Images/contributed.gif');
	padding-left: 25px;
}

.innerBoxGrid.profile ul li.contribution
{
	background-image: url('Images/contributed.gif');
	padding-left: 25px;
}

.publicProfileActions
{
	height: 30px;
	background-color: #D9D2B8;
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 20px;
	float: left;
	width: 910px;
	padding: 0px 15px;
}

.publicProfileActions div
{
	padding: 0px 10px 0px 0px;
}

.actionBox
{
	clear: both;
	float: left;
	font: normal 14px Georgia, 'Times New Roman' , Serif;
	min-height: 24px;
	width: 100%;
	background-color: White;
	padding-top: 8px;
}

.innerBoxContent
{
	padding: 14px 14px 14px 14px;
	color: #3C3A34;
	font: normal 14px Georgia, 'Times New Roman' , Serif;
	background-color: #F9F6ED;
	float: left;
	border-top: dashed 2px #B1AB9A;
}

.innerBoxTeaser
{
	line-height: 25px;
	color: #3C3A34;
	background-color: #fff !important;
	float: left;
	padding: 0px 0px 0px 0px;
	font: normal 14px Georgia, 'Times New Roman' , Serif;
}

.innerBoxTeaser img
{
	float:left;
	padding: 5px 10px 0px 0px !important;
}

.innerBoxTeaser p
{
	font: normal 14px Georgia, 'Times New Roman' , Serif;
	line-height: 17px;
	padding: 0px 10px 0px 10px !important;
	color: #291711;
	background-color: #fff !important;
}

/*styles for the login-page */
.innerBoxLogin
{
	width: 344px;
	height: 555px;
	padding: 10px 0px 14px 19px;
	color: #000000;
	font: bold 14px Georgia, 'Times New Roman' , Serif;
	float: left;
	background-image: url(Images/LoginBackground.gif);
	background-repeat: no-repeat;
	background-color: #BDB6AB;
}
.acceptLogin
{
	margin-top: 14px;
	width: 115px;
	height: 24px;
	color: #ffffff;
	font: bold 14px Georgia, 'Times New Roman' , Serif;
	background-image: url(Images/LoginAcceptBackground.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.acceptLogin input
{
	position: relative;
	top: 2px;
	left: -30px;
}

.acceptLogin label
{
	position: relative;
	top: 1px;
	left: -30px;
}
.loginDisclaimer
{
	float: left;
	width: 558px;
	margin-top: 98px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Georgia, 'Times New Roman' , Serif;
	color: #291711;
}

.disclaimer
{
	font-size: 10px;
}

.hotcontent_item
{
	padding-bottom: 5px;
}

.loginError
{
	font: bold 11px Georgia, 'Times New Roman' , Serif;
	color: Maroon;
	float: left;
}

.help
{
	color: #291711;
	font-size: 12px;
	padding-bottom: 5px;
	font-weight: normal;
}

#register span
{
	position: relative;
	top: 5px;
}

/*Tabstrip on quicksearch-page*/
.tabstrip a
{
	font: normal 14px Georgia, 'Times New Roman' , Serif !important;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 5px;
}

.tabstrip li a.selected .wrap, .tabstrip li a.selected .innerWrap
{
	font: bold 14px Georgia, 'Times New Roman' , Serif !important;
	color: Black;
}

.advancedSearchLink
{
	padding-top: 10px;
	color: #000;
}

.advancedSearchLink td
{
	padding-left: 16px;
}

.advancedSearchLink a
{
	color: #567b8d;
	font-family: Georgia, 'Times New Roman' , Serif;
}

.advancedSearchLink img
{
	margin-top: 5px;
	position: relative;
	left: 0px;
	font: normal 13px Georgia, 'Times New Roman' , Serif;
}

.skipNavigation
{
	height: 0px;
	padding: 0;
	margin: 0;
	visibility: hidden;
	display: none;
}

.providerwebgraphic
{
	display: none;
}

.lookingfor
{
	display: none;
}

.createaccountbutton
{
	padding-bottom: 20px;
}


.titleBoxContent
{
	background-color: #fff;
	margin-right: 10px;
}

.titleBoxContentHeading1
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	float: none !important;
	color: #a9090b !important;
	line-height: 30px !important;
	font-size: 26px !important;
	margin-left: 20px !important;
	margin-right: 20px !important;
	margin-top: 10px !important;
	padding: 10px 0px 0px 0px !important;
}

.titleBoxContentHeading2
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	float: none !important;
	color: #806d31 !important;
	font-size: 20px !important;
	line-height: 23px !important;
	margin: 15px 20px 5px 20px !important;
	padding: 0px !important;
}

.titleBoxContentParagraph, .titleBox2 .heading2
{
	font: 14px/17px Georgia, 'Times New Roman' , Serif;
	float: none !important;
	color: #321 !important;
	background-color: #FFFFFF;
	padding: 0px !important;
	margin: 5px 20px 5px 20px !important;
	margin-left: 20px !important;
	margin-right: 20px !important;
}

.submissionForm
{
	background-image: none;
	background-color: #EAE5D1;
	float: left;
}

.submissionForm .form
{
	margin: 20px 20px 25px 20px;
}

.submissionForm img
{
	margin-bottom: 10px;
}

.submissionForm .contentRowEdit
{
	clear: both;
	float: left;
	width: 490px;
	margin-bottom: 12px;
	font-family: Georgia, 'Times New Roman' , Serif;
}

.submissionForm .contentRowEdit img
{
	vertical-align: middle;
}

.label
{
	margin-bottom: 3px !important;
}

.channelEditLink
{
	padding-left: 20px;
}

.submissionForm .contentLabelEdit
{
	width: 110px;
	margin-top: 2px;
}

.submissionForm .textBox, .submissionForm .fileUpload
{
	border-color: #fff;
	background-color: #fff;
}

.submissionForm .disclaimer
{
	font-size: 11px;
}

.submissionForm .help
{
	font-size: 11px;
	color: #731E0A;
}

.submissionForm img
{
	vertical-align: top;
}

.submissionForm .title
{
	color: #1E1204;
	font: bold 18px Georgia, 'Times New Roman' , Serif;
}

.topicTree
{
	float: left;
	width: 218px;
	background-color: #567B8D;
	color: #fff;
	margin-left: 10px;
	margin-top: 10px;
	min-height: 650px;
}

.topicTree h1
{
	font: bold 18px Georgia, 'Times New Roman' , Serif;
	margin: 20px 0px 15px 15px;
	color: #ECE6C2;
}

.topicTree a, .topicTree a:hover, .topicTree a:visited, .topicTree a:visited:hover, .topicTree a:link, topicTre
{
	color: #fff !important;
}

.topicTree .collapsed
{
	display: none;
}

.topicTree .level1
{
	margin: 15px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}

.topicTree .level1 li
{
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 25px;
	border-bottom: solid 1px #D7B551;
	text-indent: -20px;
}

.topicTree .level1 img
{
	vertical-align: text-bottom;
	cursor: pointer;
}

.topicTree .level2
{
	margin: 5px 0px 5px 2px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}

.topicTree .level2 li
{
	margin: 0px 5px 0px 0px;
	padding: 3px 0px;
	text-indent: 0px;
	border: none;
}

.topicTree .level1 a
{
	font-size: 15px;
	font-weight: bold;
}

.topicTree .level2 a
{
	font-size: 13px;
	font-weight: normal;
}

.topicTree a.current, .topicTree a.current:hover
{
	color: #C9BD6B !important;
}

.channelContainerTopicTree .channelContent, .channelContent
{
	float: left;
	width: 480px;
	background-color: #fff;
	min-height: 650px;
}

.channelContainerTopicTree .titleBox2
{
	width: 445px;
	margin-top: 10px;
	vertical-align: top;
}
.channelContainerTopicTree .titleBox2 .heading1
{
	width: 415px;
}
.channelContainerTopicTree .actions, .channelContainerTopicTree .contentBox .actions
{
	width: 470px;
}

.channelContainerTopicTree .contentRow
{
	width: 450px;
}

.channelContainerTopicTree .contentRowGridChannelView
{
	width: 455px;
}

.channelContainerTopicTree .gridViewChannelView
{
	width: 435px;
}

.channelContainerTopicTree .connections
{
	width: 330px;
}

.subtopic
{
	color: #988867;
}

.tabs
{
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
	background-color: #730005;
	width: 941px;
}

.tabNavigation
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.tabNavigation li
{
	float: left;
	padding: 7px 10px;
	border-left: solid 3px #fff;
}

.tabNavigation li a, .tabNavigation li a:hover, .tabNavigation li a:active, .tabNavigation li a:link
{
	font-family: Georgia, 'Times New Roman' , Serif;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}

.tabNavigation li.selected, .tabNavigation li.selected a
{
	color: #000;
	background-color: #fff;
}

.tabContainer
{
	width: 901px;
	background-color: White;
	padding: 20px;
	height: 700px;
	overflow-y: auto;
}

.modalPopup
{
	width: 350px;
	padding: 8px 8px 8px 8px;
	background-color: #E3D4A3 !important;
}

.modalLabel
{
	font-weight: bold;
	color: #3C3837;
	width: 80px;
	float: left;
	padding-top: 12px;
	font-size: 13px;
	clear: both;
}

.modalContent
{
	width: 260px;
	float: left;
	padding-top: 10px;
}

.modalButtons
{
	width: 100%;
	text-align: right;
	margin-right: 14px;
}

.modalBackground
{
	background-color: Gray !important;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modal_topleft
{
	background-image: url(Images/modal_topleft.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
}
.modal_topmid
{
	background-image: url(Images/modal_topmid.png);
	background-repeat: repeat-x;
	height: 30px;
}
.modal_topright
{
	background-image: url(Images/modal_topright.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
}
.modal_middleleft
{
	background-image: url(Images/modal_middleleft.png);
	background-repeat: repeat-y;
}
.modal_middlemid
{
	background-color: #D9D2B8;
	background-image: url(Images/modal_middlemid.png);
}
.modal_middleright
{
	background-image: url(Images/modal_middleright.png);
	background-repeat: repeat-y;
}
.modal_bottomleft
{
	background-image: url(Images/modal_bottomleft.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
}
.modal_bottommid
{
	background-image: url(Images/modal_bottommid.png);
	background-repeat: repeat-x;
	height: 30px;
}
.modal_bottomright
{
	background-image: url(Images/modal_bottomright.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
}

.searchTable
{
	width: 944px;
	margin-left: 7px;
	margin-top: 5px;
}

.searchFilters
{
    width: 250px;
	background-color: #567B8D;
}

.searchFilters hr
{
	color: #E2C87B;
	background-color: #E2C87B;
}

.searchFilters .filters
{
	padding: 15px 0px 15px 15px;
	color: #E2C87B;
}

.searchFilters .filters a
{
	line-height: 22px;
	color: #fff;
}

.searchResults
{
	background-color: #fff;
	width:670px;
}

.searchFilters table tr td input
{
	float:left;
}

.searchFilters table tr td label
{
	margin: 2px 0px 0px 4px;
	display:block;
	width: 170px;
	float:left;
	color: #fff;
}

.searchResults .header
{
	background-color: #AB9A66;
	padding: 7px 15px 7px 15px;
	width: 670px;
}

.searchResults .header span, .searchResults .header label
{
	color: #fff;
}

.searchResults .header span
{
	font-size:16px;
	line-height: 32px;
}
	
.searchResults .header label
{
	font-size: 13px;
}

.searchFilters span
{
	font-weight: bold;
	margin-left: 4px;
}

.searchFilters table span
{
	font-weight: normal;
	margin-left: 0px;
}

.searchResults span.highlight, .searchResults a.highlight, .searchResults em
{
	font-style: normal;
	font-weight: bold;
	color: #a9090b;
	margin-left: 0px;
}

.searchFilters span.highlight
{
	color: #E2C87B;
}

.searchResults ul
{
	padding: 4px 20px;
	margin:0px;
	list-style-type:none;
}

.searchFilters ol
{
	padding: 10px 5px 10px 15px;
	font-size: 14px;
	list-style-position: inside;
}

.searchFilters ol li
{
	padding: 5px 0px;
}

.searchFilters .hotContent, .searchFilters .hotContent a, .searchFilters .hotContent a:hover, .searchFilters .hotContent a:visited:hover, .searchFilters .hotContent a:active
{
	color: #fff !important;
}

.searchFilters .hotContent h1
{
	color: #E2C87B;
	position: relative;
	top: 33px;
	left: 15px;
	font-size: 18px;
}

.searchResults ul li
{
	margin:0px;
	padding: 10px 0px;
	list-style-type:none;
	clear:both;
}
.searchResults ul li p
{
	border: none !important;
	font-size: 12px !important;
	width: 650px;
	padding: 3px 0px;
	margin: 0px;
}

.searchResults ul li.user p
{
	width: 540px;
}

.searchResults ul li p.title a
{
	font-size: 16px;
	font-weight: bold;
}

.searchResults ul li p.title a:visited
{
	color: #7a6f64;
}

.searchResults ul li p.description
{
}

.results .pager
{
   padding: 8px 0px 10px 0px;
   margin: 0px 20px 0px 20px;
}

.results .pager.top
{
	border-bottom: solid 1px #AB9A66; 
}

.results .pager.bottom
{
	border-top: solid 1px #AB9A66; 
}

.results .suggestion
{
	margin: 15px 20px 0px 20px;
	font-size: 14px;
}