html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
}

body
{
	color: #000;
	font: 13px/16px Arial, Helvetica, Sans-Serif;
	background-color: #B6D5D7;
	margin: 0;
	padding: 0;
	background-image: url(Images/background.gif);
	background-repeat: repeat-y;
	background-position: 50% 200px;
}

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
{
	padding-left: 3px;
	font-size: 20px;
	line-height: 32px;
	vertical-align: top;
}

.bodySharer br
{
	margin: 10px;
}

#rotateImg, #rotateImg a, #rotateImg a img
{
	color: White;
}

a
{
	color: #215b5b;
	text-decoration: none;
}

a:hover
{
	color: #215b5b;
	text-decoration: underline;
}

a:visited
{
	color: #73938a;
	text-decoration: none;
}

a:visited:hover
{
	color: #73938a !important;
	text-decoration: underline !important;
}

a:active, a:visited:active
{
	color: #D0882E !important;
	text-decoration: underline;
}

.stateHeading
{
	font-weight: bold;
	font-size: 16px;
	padding-top: 7px;
	float: left;
	clear: left;
}

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;
}

.openadsHomeTop img
{
	padding: 2px 0px 7px 11px;
}

.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-left: 4px;
	padding-bottom: 15px;
}

.bodyBlockPlain
{
	padding: 20px 20px 20px 45px;
	width: 623px;
	clear: both;
	float: left;
}

.bodyBlockRegister
{
	padding: 20px 20px 20px 30px;
	width: 918px;
	clear: both;
	float: left;
}

.bodyBlockHome
{
	width: 100%;
	clear: both;
	float: left;
}

.column2
{
	width: 717px;
	float: left;
}

.column2.profile
{
	padding: 20px 0px 0px 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 Arial, Helvetica, Sans-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;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 1000px;
	padding-top: 0px;
}

.skipNavigation
{
	height: 0px;
	padding: 0;
	margin: 0;
	visibility: hidden;
	display: none;
}

.divHeader
{
	height: 120px;
	background-color: #B6D5D7;
}

.divLogo
{
	width: 623px;
	height: 97px;
	background-image: url('images/hrclogo_off.png');
	background-repeat: no-repeat;
	cursor: pointer;
	padding: 0px;
	margin: 0px;
	z-index: 1;
}

#links
{
	width: 1000px;
	float: left;
}

.divNavigation
{
	clear: both;
	float: left;
	height: 47px;
	background-image: url(images/bkg_content.png);
	background-repeat: repeat-y;
	text-align: center;
	padding-left: 10px;
}

.navigationLink
{
	float: left;
}

.userLink img
{
	max-height: 120px;
	max-width: 120px;
}

.navigationLink img
{
	float: left;
}

#topics
{
	background-color: #DC9E4F;
	text-align: left;
	padding: 0px 0px 0px 0px;
}

#topics a
{
	color: #332211;
	text-decoration: none;
}

.topicLinkCell
{
	cursor: pointer;
	background-color: #DC9E4F;
	border-bottom: dotted 1px #332211;
	padding: 3px 10px 4px 10px;
}

.topicLinkCellOver
{
	cursor: pointer;
	background-color: #EAC28F;
	border-bottom: dotted 1px #332211;
	padding: 3px 10px 4px 10px;
}

.allCell
{
	background-color: #DC9E4F;
	padding: 3px 10px 4px 10px;
}

.allCellOver
{
	background-color: #EAC28F;
	padding: 3px 10px 4px 10px;
	cursor: pointer;
}

/* 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, .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: #8ABBBB;
	line-height: 25px;
	cursor: pointer;
	padding: 2px;
}

#adminLinks
{
	position: absolute;
	left: 0px;
	top: 24px;
	background-color: #E6D8AB;
	line-height: 25px;
	cursor: pointer;
	padding: 2px;
}

.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;
	min-height: 30px;
	padding-top: 9px;
	width: 550px;
}

.pdfUrl
{
	float: left;
	background-image: url(images/icon_pdf.png);
	background-repeat: no-repeat;
	padding-left: 40px;
	min-height: 30px;
	padding-top: 9px;
}

.resourceUrl a:visited
{
	float: left;
	background: url(images/visitedcheck.gif) no-repeat 0 2px;
	padding-left: 14px;
	margin-left: 5px;
	color: #73938a;
	text-decoration: none;
}

.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
{
	background-position: left 1px;
}
html > body .divSearch
{
	background-position: left top;
}

.divSearch
{
	height: 125px;
	width: 375px;
	background-image: url(images/bkg_search.png);
	background-repeat: repeat-y;
	padding: 0;
	z-index: 1;
}

.divSearch a
{
	padding: 0;
	margin: 0;
}

.divSearchContent
{
	padding-top: 21px;
	padding-left: 42px;
}

.textBoxSearch, .textBoxContrast
{
	font: 14px Arial, Helvetica, Sans-Serif;
	border: solid 2px #D9D5C7;
	height: 15px;
	margin-right: 2px;
	margin-top: 2px;
	vertical-align: top;
}

.textBoxContrast
{
	margin-left: 5px;
	margin-bottom: 10px;
	font-family: Helvetica, Arial, Sans-Serif;
}

.buttonSearch
{
	background-image: url(Images/button_search.gif);
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 57px;
	height: 25px;
	background-position: top;
	border: none;
	cursor: pointer;
	background-color: Transparent;
	color: #fff;
}

.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;
}

.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;
}

.createAccountButton
{
	padding-top: 10px;
	padding-right: 395px;
}

.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;
}

.divContent
{
	height: auto;
	width: 1000px;
	background-image: url(images/bkg_content.png);
	background-repeat: repeat-y;
}

.divInnerContent
{
	margin: 0px 15px 0px 14px;
	min-height: 350px;
}

.divLogoBox
{
}

.divLoginContent
{
	height: 31px;
	color: #655E54;
	font: normal 16px Arial, Helvetica, Sans-Serif;
	padding-left: 61px;
	padding-top: 2px;
	z-index: 999;
}

.loginName
{
	width: 300px;
	text-align: right;
	color: #BAA89A;
	font: normal 15px Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	position: relative;
	left: -345px;
	padding-top: 6px;
	z-index: 999;
}

.loginLinks
{
	font: normal 13px Arial, Helvetica, Sans-Serif;
	color: #D1D2CC;
	margin-top: -17px;
	margin-left: -21px;
}

.loginLinks a, .loginLinks a:hover, .loginLinks a:visited, .loginLinks a:active
{
	color: #97AAA8 !important;
	padding: 1px 8px;
}

.loginLinks a.community, .loginLinks a.community:hover, .loginLinks a.community:visited, .loginLinks a.community:active
{
	padding-left: 20px;
	background-image: url(Images/community.gif);
	background-repeat: no-repeat;
}

.divHeaderBox /* this is new 1-29-08 to reconfigure logo rollover */
{
}

.divHeaderLinks
{
	color: #716559;
	font: normal 20px Arial, Helvetica, Sans-Serif;
}

.divHeaderLinks a
{
	color: #000;
	text-decoration: none;
	font: normal 14px Arial, Helvetica, Sans-Serif;
}

.divHeaderLinks a:hover
{
	color: #7BB8B8;
	text-decoration: underline;
	font: bold 14px Arial, Helvetica, Sans-Serif;
}

.divDivider
{
	float: left;
	width: 3px;
	height: 23px;
	background-color: #fff;
}

.divAbout
{
	float: left;
	width: 56px;
	height: 23px;
	cursor: pointer;
}

.divAboutOn
{
	float: left;
	width: 56px;
	height: 23px;
	cursor: pointer;
}

.divAbout:hover
{
	cursor: pointer;
}

.divContact
{
	float: left;
	width: 101px;
	height: 23px;
	cursor: pointer;
}

.divContactOn
{
	float: left;
	width: 101px;
	height: 23px;
	cursor: pointer;
}

.divContact:hover
{
	cursor: pointer;
}



.divSAMHSA
{
	width: 378px;
	height: 45px;
	cursor: pointer;
}

.divSAMHSA:hover
{
}

.divFooter
{
	background-image: url(images/bkg_footer.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 8px;
	height: 180px;
	clear: both;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.divFooter img
{
	float: left;
	margin: 0px 0px 0px 25px;
}

.footerLevel1
{
	text-align: right;
	color: #B7AB93;
	width: 915px;
}

.footerLevel1 a
{
	color: #215b5b;
	font: normal 13px Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

.footerLevel1 a:hover
{
	color: #215b5b;
	font: normal 13px Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.footerLevel1 a:visited
{
	color: #73938a;
	font: normal 13px Arial, Helvetica, Sans-Serif;
}

.footerLevel2
{
	margin-top: 20px;
	padding-left: 35px;
	text-align: left;
	color: #000000;
	width: 950px;
	font: normal 12px Arial, Helvetica, Sans-Serif;
	line-height: 20px;
}

.footerLevel2 a
{
	color: #163B3B;
	text-decoration: none;
}

.footerLevel2 a:hover, .footerLevel2 a:visited:hover
{
	color: #163B3B !important;
	text-decoration: underline;
}

.footerLevel2 a:visited
{
	color: #163B3B;
}

/* styles for BoxOver-Tooltips */
.tooltipBody
{
	font: normal 14px Arial, Helvetica, Sans-Serif;
	width: 350px;
	border-bottom: 1px solid #87bbbb;
	border-left: 1px solid #87bbbb;
	border-right: 1px solid #87bbbb;
	padding: 7px;
	color: #322212;
	filter: alpha(opacity=100);
	opacity: 1;
	background-color: #ffffff;
}

.tooltipHeader
{
	font: normal 14px Arial, Helvetica, Sans-Serif;
	width: 350px;
	border-top: 1px solid #87bbbb;
	border-left: 1px solid #87bbbb;
	border-right: 1px solid #87bbbb;
	padding: 4px 7px 4px 7px;
	color: #4B7A98;
	filter: alpha(opacity=100);
	opacity: 1;
	background-color: #b4d4d4;
}

/* styles for edit/view pages */
.contentRowEdit
{
	clear: both;
	float: left;
	width: 660px;
	margin-bottom: 5px;
}

.contentLabelEdit
{
	float: left;
	width: 120px;
}

.contentRowIcon
{
	float: left;
}

.contentRowIcon img, .contentRowIcon span
{
	float: left;
	font-weight: bold;
	line-height: 30px;
}

.connections
{
	float: left;
	width: 500px;
	padding: 7px 0px 15px 10px;
}

.contentRow
{
	clear: both;
	float: left;
	font: normal 14px Arial, Helvetica, Sans-Serif;
	color: #322212;
	padding-bottom: 10px;
	width: 640px;
}

.contentRowSmall
{
	clear: both;
	float: left;
	font: normal 12px Arial, Helvetica, Sans-Serif;
	color: #322212;
	width: 640px;
}
.contentRowSmall span, .contentRowSmall a
{
	font-size: 12px !important;
}

.contentRow div
{
	float: left;
}

.contentRowGrid
{
	clear: both;
	float: left;
	font: normal 14px Arial, Helvetica, Sans-Serif;
	color: #322212;
	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;
}

.channelEditLink
{
    clear: both;
    padding-left: 15px;
	font-weight: bold;
	line-height: 30px;
}

.contentRowGridChannelView
{
	clear: both;
	float: left;
	font: normal 14px Arial, Helvetica, Sans-Serif;
	color: #322212;
	min-height: 24px;
	background-color: #EFE8D1 !important;
	border-top: dashed 2px #BFBAA7;
	width: 690px;
	padding-bottom: 15px;
	padding-top: 10px !important;
	margin-top: -10px !important;
}

.contentRowGridChannelView h2
{
	padding: 0 !important;
	margin: 25px 0px 0px 15px !important;
	font-size: 16px;
}

.contentRowGridProfile
{
	clear: both;
	float: left;
	font: normal 14px Arial, Helvetica, Sans-Serif;
	color: #322212;
	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.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.try_search_person
{
	background-image: url(Images/LookingForSomeone_blue.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.contentLabel
{
	font-weight: bold;
	clear: both;
	float: left;
	padding-right: 10px;
}

.contentField
{
	float: left;
	width: 500px;
}

.contentField ol, contentfield ul
{
	clear: both;
}

/* text styles */
.heading1
{
	color: #3A2208;
	font: bold 18px Arial, Helvetica, Sans-Serif;
	line-height: 40px;
}

.heading1First
{
	color: #CC8B38;
	text-transform: uppercase;
}

.heading2
{
	color: #aa5900;
	font: 18px/19px Arial, Helvetica, Sans-Serif;
	padding-bottom: 10px;
}

.heading3
{
	color: #332211;
	font: bold 14px Arial, Helvetica, Sans-Serif;
	padding-bottom: 10px;
}

.heading4
{
	color: #000000;
	font: bold 16px Arial, Helvetica, Sans-Serif;
	line-height: 20px;
}

.heading5
{
	color: #000000;
	font: normal 14px Arial, Helvetica, Sans-Serif;
	line-height: 25px;
}

.pageTitle
{
	color: #aa5900;
	font: 18px/19px Arial, Helvetica, Sans-Serif;
	padding-bottom: 10px;
	font-weight: bold;
}

.titleBox2
{
	background-color: #D2E7E7 !important;
	padding: 10px 15px 15px 15px;
	width: 660px;
}

.titleBox2 .heading1
{
	font: bold 20px Arial, Helvetica, Sans-Serif;
	color: #3A2208;
	padding: 0px 10px 0px 0px;
	line-height: 34px;
}

.titleBox2 .heading1, .loggedInTitle
{
	font: bold 22px Arial, Helvetica, Sans-Serif !important;
	padding: 0px 0px 0px 0px !important;
	line-height: 34px;
	width: 630px;
}

.titleBox2 .heading1, .loggedInStatus
{
	font: normal 22px Arial, Helvetica, Sans-Serif !important;
	padding: 0px 10px 0px 0px !important;
	line-height: 34px;
	width: 630px;
}
.loggedInTitle, .loggedInStatus
{
	color: #842D0C !important;
}

.alreadyLinked
{
	margin-top: 27px;
}

.alreadyLinked img
{
	margin-right: 5px;
	margin-bottom: 5px;
}

.resourceHeading
{
	float:left;
	font: bold 16px Arial, Helvetica, Sans-Serif;
	color: #000000;
	padding: 10px 10px 0px 0px;
	margin-bottom: 10px;
	line-height: 20px;
	width: 550px;
}

.viewCounter
{
	font: bold 14px Arial !important;
	float: right;
	margin-right: -8px;
	margin-top: 5px;
}

.viewCounter span
{
	padding: 5px;
	color: #fff;
	background-color: #452c14;
}

.channelContent .viewCounter
{
	position: absolute;
	float: none;
	width: 476px;
	text-align: right;
	margin-top: 9px;
}

.titleBox .heading2
{
	font: normal 14px Arial, Helvetica, Sans-Serif;
	color: #322212;
}

.titleBox2 .heading2
{
	font: normal 14px Arial, Helvetica, Sans-Serif;
	color: #322212;
}

.contentBoxDiv
{
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	background-color: #f9f6ed;
	width: 680px;
}

.contentBox
{
	/*background-color: #ffffff !important; Gone for now to make the stars work*/
	margin: 0px 0px 0px 0px;
}

.contentBoxProfile
{
	padding: 14px 14px 14px 14px;
	color: #322212;
	font: normal 14px Arial, Helvetica, Sans-Serif;
	background-color: #F9F6ED;
	float: left;
	border-top: dashed 2px #BFBAA7;
}

.contentBoxProfile .contentRow a:visited, .contentBoxProfile .contentRow a:visited:hover, .contentRowGridProfile .contentRow a:visited, .contentRowGridProfile .contentRow a:visited:hover
{
	color: #215b5b !important;
}

.actionDiv
{
	float: left;
	margin: 5px 0px;
}

.actionSmall
{
	float: left;
	font: normal 12px Arial, Helvetica, Sans-Serif;
	padding-left: 5px;
}

.success
{
	color: #006400 !important;
}

.headingRated
{
	color: #aa5900;
	font: 14px/15px Arial, Helvetica, Sans-Serif;
	padding-bottom: 10px;
}

.textCitation
{
	color: #706d62;
	font: bold 13px Arial, Helvetica, Sans-Serif;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

.textDescription
{
	color: #000;
	font: 12px Arial, Helvetica, Sans-Serif;
	clear: both;
	float: left;
	width: 600px;
	padding-top: 5px;
	padding-bottom: 15px;
}

.textDescriptionQuick
{
	color: #000;
	font: 12px Arial, Helvetica, Sans-Serif;
}

.textResourceTitle
{
	float: left;
	font: 14px/15px Arial, Helvetica, Sans-Serif;
	padding-right: 5px;
	padding-bottom: 5px;
}

.textEventTitle
{
	font: bold 14px Arial, Helvetica, Sans-Serif;
	color: #332211;
	line-height: 25px;
}

.textEvent
{
	font: normal 14px Arial, Helvetica, Sans-Serif;
	color: #000000;
	line-height: 25px;
}

.textEventDescription
{
	font: normal 13px Arial, Helvetica, Sans-Serif;
	color: #322212;
}

.tableTags
{
	clear: both;
	float: left;
	width: 275px;
}

.contentRowEdit div table tr td div div .tableTags
{
	padding-left: 100px;
}

.tagContainer
{
	float: left;
	width: 370px;
	padding: 7px 0px 15px 10px;
}

.channelContainerTopicTree .contentRow .tagContainer
{
	width: 375px;
}

/*  errors  */
.error
{
	color: #731e07 !important;
}

.errorCell
{
	color: #731e07;
	background-color: #EEE4C4;
	padding: 0 0 0 0;
	font: normal 15px Arial, Helvetica, Sans-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: 663px;
}

.gridViewChannelView
{
	width: 663px;
}

.gridViewSearch
{
	background-color: #EFE8D1;
}
.gridViewHeader
{
	text-align: left;
	color: #322212;
	font: bold 14px Arial, Helvetica, Sans-Serif;
}
.gridViewHeaderChannelView
{
	text-align: left;
	color: #322212;
	font: bold 14px Arial, Helvetica, Sans-Serif;
	width: 690px;
}

.gridViewHeaderChannelView th
{
	padding-top: 5px;
}

.gridViewHeaderChannelView th a
{
	padding-left: 3px;
	padding-top: 5px;
}

.gridViewHeaderChannelView th img
{
}


.gridViewHeaderAdmin
{
	text-align: left;
	color: White;
	font: bold 12px Arial, Helvetica, Sans-Serif;
	height: 18px;
	background-color: #514539;
}


.gridViewHeaderAdmin a, gridViewHeaderAdmin a:hover
{
	text-align: left;
	color: White;
	font: bold 12px Arial, Helvetica, Sans-Serif;
	height: 18px;
	background-color: #514539;
}

.gridViewHeader a, .gridViewHeader a:hover
{
	color: #322212;
	font: bold 14px Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	padding-left: 3px;
	vertical-align: top;
}
.gridViewHeader img
{
}

.gridViewRow, .gridViewRowHot
{
	color: #322212;
	font: normal 14px Arial, Helvetica, Sans-Serif;
}

.gridViewRowHot td
{
	padding: 0px 0px 7px 0px;
}

.gridViewRowHot p
{
	text-indent: -12px;
	margin-left: 15px !important;
}

.gridViewAlternatingRow
{
	color: #322212;
	font: normal 14px Arial, Helvetica, Sans-Serif;
	background-color: #E6D8AB;
}

.gridViewRowAdmin
{
	color: #322212;
	font: normal 14px Arial, Helvetica, Sans-Serif;
}

.gridViewAlternatingRowAdmin
{
	color: #322212;
	font: normal 14px Arial, Helvetica, Sans-Serif;
	background-color: #E6D8AB;
}

.gridViewSelectedRow
{
	background-color: orange;
}

.gridViewRow a, gridViewAlternatingRow a
{
	color: #215b5b;
	font: normal 14px Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

.gridViewRowResourcesLarge
{
	color: #322212;
	font: normal 14px Arial, Helvetica, Sans-Serif;
	float: left;
}

.gridViewRowResourcesLarge a, .gridViewRowResourcesLarge a:hover, .gridViewRowResourcesLarge a:visited
{
	float: left;
	padding-top: 10px;
	padding-right: 8px;
	color: #215b5b;
	font: bold 14px Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	max-width: 555px;
}

.gridViewRowChannels
{
	color: #322212;
	font: normal 14px Arial, Helvetica, Sans-Serif;
	height: 23px;
}

.gridViewRowChannels a
{
	color: #215b5b;
	font: normal 14px Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

.gridViewRowResources
{
	color: #322212;
	font: normal 14px Arial, Helvetica, Sans-Serif;
	height: 23px;
}
.gridViewRowResourcesChannelView
{
	color: #322212;
	font: normal 14px Arial, Helvetica, Sans-Serif;
	height: 23px;
}

.gridViewRowResources a
{
	color: #215b5b;
	font: normal 14px Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

.gridViewRow a:hover, .gridViewRowResourcesLarge a:hover, .gridViewRowChannels a:hover, .gridViewRowResources a:hover
{
	color: #215b5b;
	text-decoration: underline;
}

.gridViewRow a:visited, .gridViewAlternatingRow a:visited, .gridViewRowChannels a:visited, .gridViewRowResources a:visited, .gridViewRowSearch a:visited
{
	background: url(Images/visitedcheck.gif) no-repeat 0 2px;
	padding-left: 16px;
	color: #73938a;
	text-decoration: none;
}

.gridViewRowResourcesLarge a:visited
{
	background: url(Images/visitedcheck.gif) no-repeat 0 2px;
	padding-left: 16px;
	float: left;
	padding-top: 0px;
	padding-right: 8px;
	color: #73938a;
	font: bold 14px Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	max-width: 555px;
}

.gridViewEmptyRow
{
	text-align: left;
}

.gridViewEmptyRow td
{
	padding-left: 11px;
	padding-top: 10px;
}


.sortBy
{
	font: normal 12px Arial, Helvetica, Sans-Serif;
	color: #000000;
}

/*  end Generic row styles   */


.highlightCallout
{
	background-color: #d8ebeb;
}

.fileUpload
{
	border: solid 1px #585144;
}

.fileImage
{
	padding-left: 135px;
	padding-right: 5px;
}

.topicTree
{
	float: left;
	width: 210px;
	color: #fff;
	height: 100%;
}

.topicTree h1
{
	font: bold 18px Helvetica, Arial, Sans-Serif;
	margin: 20px 0px 15px 15px;
	color: #3A2208;
}

.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 #FFC83D;
	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: normal;
}

.topicTree .level2 a
{
	font-size: 13px;
	font-weight: normal;
}

.topicTree a.current, .topicTree a.current:hover
{
	color: #3A2208 !important;
}

.channelContent
{
	float: left;
	width: 690px;
	background-color: #fff;
	min-height: 650px;
}

.channelContainerTopicTree
{
    background-image: url('Images/channelContainerTopicTreeBg.png');
}

.channelContainerTopicTree .channelContent
{
	float: left;
	width: 480px;
	background-color: #fff;
	min-height: 650px;
}

.channelContainerTopicTree .titleBox2
{
	width: 450px;
	vertical-align: top;
}
.channelContainerTopicTree .titleBox2 .heading1
{
	width: 415px;
}
.channelContainerTopicTree .actions, .channelContainerTopicTree .contentBox .actions
{
	padding: 0px 0px 0px 10px;
	width: 475px;
}

.channelContainerTopicTree .contentBoxDiv
{
	padding: 8px 7px 8px 8px;
}

.channelContainerTopicTree .contentRow
{
	width: 480px;
}

.channelContainerTopicTree .contentRowGridChannelView
{
	width: 480px;
}

.channelContainerTopicTree .gridViewChannelView
{
	width: 460px;
}

.channelContainerTopicTree .gridViewPagerChannelView td table
{
	width: 478px;
	text-align: right;
}

.channelContainerTopicTree .connections
{
	width: 330px;
}

.subtopic
{
	color: #C98836;
}

.tabs
{
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
	background-color: #842C0C;
	width: 948px;
}

.tabNavigation
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.tabNavigation li
{
	float: left;
	padding: 7px 10px;
	border-left: solid 3px #EFE8D1;
}

.tabNavigation li a, .tabNavigation li a:hover, .tabNavigation li a:active, .tabNavigation li a:link
{
	font-family: Helvetica, Arial, Sans-Serif;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}

.tabNavigation li.selected, .tabNavigation li.selected a
{
	color: #000;
	background-color: #EFE8D1;
}

.tabContainer
{
	width: 908px;
	background-color: #EFE8D1;
	padding: 20px;
	height: 700px;
	overflow-y: auto;
}

.modalPopup
{
	width: 350px;
	padding: 8px 8px 8px 8px;
	background-color: #EFE8D1;
}

.bodyDisclaimer
{
	background-color: #B3D5D6;
	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 Arial, Sans-Serif;
}

.popupButtons
{
	float: right;
	margin-top: 30px;
}

.popupButtons input
{
	margin-left: 10px;
}

.modalLabel
{
	font-weight: bold;
	color: #332211;
	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;
	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: #EFE8D1;
	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;
}

/* 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: #61100D !important;
	font-weight: bold !important;
	padding-right: 0px !important;
}
.voteImage
{
	background-image: url(Images/upvote_active.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 1px;
}
/* end Rating */

/* Tag Cloud */
.tagCloud
{
	background-color: #EFE8D1;
	padding: 3px 15px 25px 15px;
}

.tagCloud A
{
	font-family: Arial, Helvetica, Sans-Serif;
	text-transform: lowercase;
	text-decoration: none;
	color: #000;
}

.tagCloud A:link
{
	color: #000; /* teal */
}

.tagCloud A:hover
{
	color: #297070;
	text-decoration: underline;
}

.tagCloud A.weight1, .tagCloud span.weight1
{
	color: #000000;
	font: bold 15px Arial, Helvetica, Sans-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: #322212;
	font: bold 15px Arial, Helvetica, Sans-Serif;
	line-height: 20px;
}

.tagCloud A.weight2:hover
{
	color: #297070;
	text-decoration: underline;
}

.tagCloud A.weight2:visited
{
	color: #322212;
}

.tagCloud A.weight3, .tagCloud span.weight3
{
	color: #777468;
	font: bold 15px Arial, Helvetica, Sans-Serif;
	line-height: 20px;
}

.tagCloud A.weight3:hover
{
	color: #297070;
	text-decoration: underline;
}

.tagCloud A.weight3:visited
{
	color: #777468;
}

.tagCloud A.weight4, .tagCloud span.weight4
{
	color: #b3ae9d;
	font: bold 15px Arial, Helvetica, Sans-Serif;
	line-height: 20px;
}

.tagCloud A.weight4:hover
{
	color: #297070;
	text-decoration: underline;
}

.tagCloud A.weight4:visited
{
	color: #b3ae9d;
}

.tagCloudLarge
{
	background-color: #EFE8D1;
	padding: 10px 10px 10px 10px;
	width: 670px;
	text-align: center;
}

.tagCloudLarge A
{
	font-family: Arial, Helvetica, Sans-Serif;
	text-transform: lowercase;
	text-decoration: none;
	color: #000;
}

.tagCloudLarge A:link
{
	color: #000; /* teal */
}

.tagCloudLarge A:visited
{
	color: #000;
}

.tagCloudLarge A:hover
{
	color: #297070;
	text-decoration: underline;
}

.tagCloudLarge A.weight1, .tagCloudLarge span.weight1
{
	color: #000000;
	font: bold 28px Arial, Helvetica, Sans-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: #322212;
	font: bold 26px Arial, Helvetica, Sans-Serif;
	line-height: 36px;
}

.tagCloudLarge A.weight2:hover
{
	color: #297070;
	text-decoration: underline;
}

.tagCloudLarge A.weight2:visited
{
	color: #322212;
}

.tagCloudLarge A.weight3, .tagCloudLarge span.weight3
{
	color: #777468;
	font: bold 22px Arial, Helvetica, Sans-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 Arial, Helvetica, Sans-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 Arial, Helvetica, Sans-Serif;
	color: #FFFFFF !important;
	background-color: #514539;
}

.tableBody
{
	text-align: left;
	font: bold 13px Arial, Helvetica, Sans-Serif;
	color: #000000 !important;
	background-color: #ffffff;
}

.tags span
{
	float: left;
	color: #322212;
	font: 13px Arial, Helvetica, Sans-Serif;
	padding-right: 5px;
}

.tags a
{
	float: left;
	font: normal 12px Arial, Helvetica, Sans-Serif;
	padding-top: 0px !important;
}

.textBox
{
	float: left;
	border: solid 2px #D2CFC6;
	font: 13px/16px Arial, Helvetica, Sans-Serif;
}

.textBoxLogin
{
	border: solid 2px #D9D5C7;
	font: 13px/16px Arial, Helvetica, Sans-Serif;
}

.textBoxRegister
{
	border: 1px solid #999999;
	font: 13px/16px Arial, Helvetica, Sans-Serif;
}

.textBoxRetrieve
{
	border: solid 2px #CBC6BA;
	font: 13px/16px Arial, Helvetica, Sans-Serif;
}

.gridViewPager
{
	font: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	color: #000000;
	background-color: #FFFFFF;
	font-weight: bold;
	height: 30px;
}

.gridViewPager td table tr td
{
	padding-right: 3px;
}

.gridViewPager td table tr td a
{
	font: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: normal;
}

.gridViewPagerChannelView
{
	font: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	color: #000000;
	background-color: #FFFFFF;
	font-weight: bold;
	height: 30px;
}

.gridViewPagerChannelView td table
{
	width: 650px;
}

.pagerHelp
{
	color: #777468;
	font-weight: normal;
	width: 5%;
	text-align: right;
}
.pagerHelpChannelView
{
	color: #777468;
	font-weight: normal;
	width: 5%;
	text-align: right;
	padding-right: 10px;
}

.pagerInfo
{
	color: #322212;
	font-weight: normal;
	width: 95%;
	padding-left: 5px;
}
.pagerInfoChannelView
{
	color: #322212;
	font-weight: normal;
	width: 95%;
}
.resourcesTitle
{
	font-weight: bold;
	margin-left: 12px;
}

.titleUser
{
	color: #842D0C;
	font-size: 15px;
	line-height: 25px;
}

/* for library default page */

.libraryBox
{
	line-height: 25px;
	padding: 7px 18px 18px 18px;
	color: #322212;
	font: normal 14px Arial, Helvetica, Sans-Serif;
	background-color: #EFE8D1;
	float: left;
	background-image: url(Images/bkg_library_blur.png);
	background-repeat: repeat-x;
	margin-left: 18px;
	margin-top: -10px;
	width: 654px;
}



/* Rounded Corners */
.box
{
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #EFE8D1;
}

.border
{
	border: 8px solid #fff;
}

.box p
{
	margin: 0;
	padding: 0;
}
.box img
{
	margin: 0;
	padding: 0;
}

.innerBox
{
	line-height: 25px;
	padding: 7px 14px 14px 14px;
	color: #322212;
	font: normal 14px Arial, Helvetica, Sans-Serif;
	background-color: #EFE8D1;
	float: left;
}

.innerBox p
{
	line-height: 18px;
	padding-bottom: 7px !important;
	background-color: #EFE8D1;
}

#forum
{
	width: 100%;
}

.channelContainerTopicTree #forum
{
	width: 470px !important;
}

.innerBoxGrid
{
	padding: 2px 10px 25px 10px;
	color: #322212;
	font: normal 14px Arial, Helvetica, Sans-Serif;
	background-color: #EFE8D1;
}

.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: 15px 10px 10px 10px;
}

.innerBoxGrid.blog .author
{
	padding: 10px 0px 0px 0px;
}
.innerBoxGrid.blog .authorImage img
{
	max-height: 75px;
	max-width: 75px;
	float: left;
	padding: 0px 10px 0px 0px;
}
.innerBoxGrid.blog .authorTitle
{
	padding: 0px 0px 0xp 0px;
}
.innerBoxGrid.blog .blurb
{
	padding: 10px 0px 0px 0px;
}

.innerBoxGrid.resources
{
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 15px 20px;
}

.innerBoxGrid.resources .title
{
	padding-top: 15px;
}

.innerBoxGrid.resources .author
{
	color: #655545;
	padding: 7px 0px 0px 0px;
}

.innerBoxGrid.resources .description
{
	padding: 7px 0px 0px 0px;
}

.box div.actions
{
	float:left;
	background-color: #fff;
	width: 690px;
}

.innerBoxGrid.resources .actions
{
	padding: 10px 0px 10px 0px;
	border-bottom: solid 1px #655545;
	width: auto;
	background-color: #EFE8D1 !important;
	width: 540px !important;
	margin-bottom: 15px;
}

.innerBoxGrid.resources .actions a
{
	margin: 0px 20px 0px 0px;
}

.innerBoxGrid.profile
{
	padding-left: 10px;
}

.innerBoxGrid.newsfeed
{
	width: 400px;
}

.innerBoxGrid.profile ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.profile .innerBoxGrid
{
	background-color: #EFE8D1 !important;
}

.profile .plain
{
	background-color: #EFE8D1 !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;
	background-color: #EFE8D1;
}

.innerBoxGrid.profile ul li.contribution
{
	background-image: url('Images/contributed.gif');
	padding-left: 25px;
	background-color: #EFE8D1;
}

.publicProfileActions
{
	height: 30px;
	background-color: #fff;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
	float: left;
	width: 918px;
	padding: 0px 15px;
}

.publicProfileActions div
{
	padding: 0px 10px 0px 0px;
}

.actionBox
{
	clear: both;
	float: left;
	font: normal 14px Arial, Helvetica, Sans-Serif;
	min-height: 24px;
	width: 100%;
	background-color: White;
	padding-top: 8px;
}

.innerBoxContent
{
	padding: 14px 14px 14px 14px;
	color: #322212;
	font: normal 14px Arial, Helvetica, Sans-Serif;
	background-color: #DDD6C1;
	float: left;
	border-top: dashed 2px #B1AB9A;
}

.innerBoxTeaser
{
	line-height: 25px;
	padding: 0px 0px 0px 0px;
	color: #322212;
	font: normal 14px Arial, Helvetica, Sans-Serif;
	background-color: #EFE8D1;
	float: left;
	width: 100%;
}
.innerBoxTeaser p
{
	line-height: 18px;
	padding-bottom: 7px !important;
	background-color: #EFE8D1;
	padding: 0px 14px 0px 14px !important;
}

/*styles for the login-page */
.innerBoxLogin
{
	width: 344px;
	height: 550px;
	padding: 10px 0px 0px 19px;
	color: #000000;
	font: bold 14px Arial, Helvetica, Sans-Serif;
	float: left;
	background-image: url(Images/LoginBackground.gif);
	background-repeat: no-repeat;
}
.acceptLogin
{
	margin-top: 14px;
	width: 115px;
	height: 24px;
	color: #ffffff;
	font: bold 14px Arial, Helvetica, Sans-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;
}

.disclaimer
{
	font-size: 10px;
}

.loginError
{
	position: absolute;
	top: 250px;
	left: 185px;
	font: bold 11px Arial, Helvetica, Sans-Serif;
	color: Maroon;
	float: left;
	text-align: left;
	width: 220px;
}
.help
{
	color: #322212;
	font: normal 12px Arial, Helvetica, Sans-Serif;
	padding-bottom: 5px;
}

/*Tabstrip on quicksearch-page*/
.tabstrip a
{
	font: normal 14px Arial, Helvetica, Sans-Serif !important;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 5px;
}

.tabstrip li a.selected .wrap, .tabstrip li a.selected .innerWrap
{
	font: bold 14px Arial, Helvetica, Sans-Serif !important;
	color: Black;
}

.advancedSearchLink
{
	padding-top: 10px;
	padding-left: 20px;
	color: #322212;
}

.advancedSearchLink img
{
	margin-top: 5px;
	position: relative;
	left: -4px;
}

.compareTable .contentRow, .compareTable .contentRowSmall, .compareTable .contentField
{
	width: 400px !important;
}

.compareTable .innerBox, .compareTable .innerBoxContent
{
	width: 425px !important;
}

.compareTable .column2
{
	width: 475px !important;
}

.searchTable
{
	width: 948px;
	margin-left: 8px;
	margin-top: 5px;
}

.searchFilters
{
	width: 250px;
	background-color: #C98838;
}

.searchFilters hr
{
	color: #fff;
	background-color: #fff;
}

.searchFilters .filters
{
	padding: 15px;
}

.searchFilters .filters a
{
	margin: 0px 0px 0px 7px;
	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: #F3ECDA;
	padding: 7px 15px 7px 15px;
	width: 670px;
}

.searchResults .header span, .searchResults .header label
{
	color: #4C3A22;
}

.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: #C98838;
	margin-left: 0px;
}

.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: #4C3A22;
	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: 2px 0px;
	margin: 0px;
}

.searchResults ul li.user p
{
	width: 560px;
}

.searchResults ul li p.title a
{
	font-size: 16px;
	font-weight: bold;
}

.searchResults ul li p.description
{
}

.results .pager
{
	padding: 8px 0px 10px 0px;
	margin: 0px 20px 0px 20px;
}

.results .pager.top
{
	border-bottom: solid 1px #EBDFB9;
}

.results .pager.bottom
{
	border-top: solid 1px #EBDFB9;
}

.results .suggestion
{
	margin: 15px 20px 0px 20px;
	font-size: 14px;
}

