html, body
{
	margin: 0;
	padding: 0;
	height:100%;
}

body
{
	color: #000;
	font: 13px/16px Arial, Helvetica, Sans-Serif;
	background-color: #A7CCCC;
	margin:0;
	padding:0;
	background-image: url(Images/background.gif);
	background-repeat:repeat-y;
	background-position: 50% 200px;
}

#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;
}

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-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;
}

.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
{
	clear: both;
	float: left;
	height: 116px;
}

.divLogo
{
	width: 623px;
	height: 85px;
	float: left;
	background-image: url(images/hrclogo_off.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

.divLogo:hover
{
	background-image: url(images/hrclogo_over.png);
	cursor: pointer;
}

#links
{
	width: 1000px; 
	float: left;
}

.divNavigation
{
	clear:both;
	float: left;
	height: 54px;
	background-image: url(images/bkg_content.png);
	background-repeat: repeat-y;
	text-align: center;
	padding-left: 10px;
}

.navigationLink
{
	float: left;
}

.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;
}

.pdfUrl
{
	float: left;
	background-image: url(images/pdf_icon.gif);
	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
{
	float:left;
	height: 116px;
	width: 377px;
	background-image: url(images/bkg_search.png);
	background-repeat: no-repeat;
	padding:0;
	margin:0;
}

.divSearch a
{
	padding:0;
	margin:0;
	
}

.divSearchContent
{
	padding-top: 30px;
	padding-left: 27px;
}

.textBoxSearch
{
	font: 14px Arial, Helvetica, Sans-Serif;
	border: solid 2px #D9D5C7;
	height: 15px;
	margin-right: 2px;
	margin-top: 2px;
	vertical-align: top;
}

.buttonSearch
{
	background-image: url(Images/button_search.gif);
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 66px;
	height: 30px;
	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;
}

.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 15px 14px;
	min-height: 350px;
}

.divLogoBox /* this is new 1-29-08 to reconfigure logo rollover */
{
	height: 85px;
}

.divLoginContent
{
	height: 31px;
	color: #ffffff;
	font: normal 20px Arial, Helvetica, Sans-Serif;
	line-height: 31px;
	padding-left: 159px;
	background-image: url(images/hrclogo_top.png);
	background-repeat: no-repeat;
}

.divLoginContent a, .divLoginContent a:visited
{
	color: #245453;
	font: normal 14px Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

.divLoginContent a:visited:hover, divLoginContent a:hover
{
	color: #245453 !important;
	font: normal 14px Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.loginName
{
	color: #000000;
	font: normal 14px Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

.divLoginContent a:hover
{
	color: #245453;
	font: normal 14px Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.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: 377px;
	height: 45px;
	cursor: pointer;
	background-color:#A7CCCC;
	background-image: url(Images/samhsa.gif);
	position:relative;
	left:-6px;
}

.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;
}

.footerLevel1
{
	text-align: right;
	color: #B7AB93;
	width: 950px;
}

.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: #3c3a34;
	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: #3c3a34;
	padding-bottom: 10px;
	width: 640px;
}

.contentRowSmall
{
	clear: both;
	float: left;
	font: normal 12px Arial, Helvetica, Sans-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 Arial, Helvetica, Sans-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 Arial, Helvetica, Sans-Serif;
	color: #3c3a34;
	min-height: 24px;
	background-color: #EFE8D1 !important;
	border-top: dashed 2px #BFBAA7;
	width: 690px;
	padding-bottom: 15px;
	padding-top: 0px !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: #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.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: 300px;
}

.contentField ol, contentfield ul
{
	clear:both;
}

/* text styles */
.heading1
{
	color: #342b1b;
	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: #000000;
	padding: 0px 10px 0px 0px;
	line-height: 34px;
}

.resourceHeading
{
	font: bold 16px Arial, Helvetica, Sans-Serif;
	color: #000000;
	padding: 10px 10px 0px 0px;
	margin-bottom: 10px;
	line-height: 20px;
}

.titleBox .heading2
{
	font: normal 14px Arial, Helvetica, Sans-Serif;
	color: #3c3a34;
}

.titleBox2 .heading2
{
	font: normal 14px Arial, Helvetica, Sans-Serif;
	color: #3c3a34;
}

.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: #3C3A34;
	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-right: 13px;
	border: solid 1px #ffffff;
}

.actionDiv:hover
{
	float: left;
	margin-right: 13px;
	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 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;
}

.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: #3c3a34;
}

.tableTags
{
	clear: both;
	float: left;
	width: 275px;
}

.contentRowEdit div table tr td div div .tableTags
{
	padding-left:100px;
}

.tagContainer
{
	float:left;
	width: 370px;
}

/*  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: #3c3a34;
	font: bold 14px Arial, Helvetica, Sans-Serif;
}
.gridViewHeaderChannelView
{
	text-align: left;
	color: #3c3a34;
	font: bold 14px Arial, Helvetica, Sans-Serif;
	width: 690px;
}

.gridViewHeaderChannelView th
{
	padding-top:15px;
}

.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: #3c3a34;
	font: bold 14px Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	padding-left: 3px;
	vertical-align: top;
}
.gridViewHeader img
{
}

.gridViewRow, .gridViewRowHot
{
	color: #3c3a34;
	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: #3c3a34;
	font: normal 14px Arial, Helvetica, Sans-Serif;
	background-color: #E6D8AB;
}

.gridViewRowAdmin
{
	color: #3c3a34;
	font: normal 14px Arial, Helvetica, Sans-Serif;
}

.gridViewAlternatingRowAdmin
{
	color: #3c3a34;
	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: #3c3a34;
	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;
}

.searchTable
{
	width: 95%;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: solid 1px #CBC5B2;
	text-align: left;
}

.gridViewRowSearch a
{
	color: #215b5b;
	font: bold 14px Arial, Helvetica, Sans-Serif;
}

.gridViewRowChannels
{
	color: #3c3a34;
	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: #3c3a34;
	font: normal 14px Arial, Helvetica, Sans-Serif;
	height: 23px;
}
.gridViewRowResourcesChannelView
{
	color: #3c3a34;
	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;
}

.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;
}
/* 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: #3c3a34;
	font: bold 15px Arial, Helvetica, Sans-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 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: #3c3a34;
	font: bold 26px Arial, Helvetica, Sans-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 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: #3c3a34;
	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: solid 0px #000000;
	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;
}

.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: #3C3A34;
	font-weight: normal;
	width: 95%;
	padding-left: 5px;
}
.pagerInfoChannelView
{
	color: #3C3A34;
	font-weight: normal;
	width: 95%;
}
.resourcesTitle
{
	font-weight:bold;
	margin-left:12px;
}

/* for library default page */

.libraryBox
{
	line-height: 25px;
	padding: 7px 18px 18px 18px;
	color: #3C3A34;
	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-left: 10px;
	margin-bottom: 10px;
	display: inline;
}
html > body .box
{
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	display: table !important;
}

/* little hack to make the boxes float nicely in ie6 and below (ie6 needs display:inline, other browsers don't) */

.box tbody tr td p
{
	margin: 0;
	padding: 0;
}
.box tbody tr td img
{
	margin: 0;
	padding: 0;
}

.innerBox
{
	line-height: 25px;
	padding: 7px 14px 14px 14px;
	color: #3C3A34;
	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%;
}

.innerBoxGrid
{
	padding: 2px 10px 25px 10px;
	color: #3C3A34;
	font: normal 14px Arial, Helvetica, Sans-Serif;
	background-color: #EFE8D1;
}
.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: #3C3A34;
	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: #3C3A34;
	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: #3C3A34;
	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: #3C3A34;
}

.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;
}