
/* div the contains the resource library */
.ResLibClientContainer
{
	padding: 10px;
}

/* SEARCH AREA STYLES */

/* table that displays the search fields */
.ResLibClientSearchTable
{
	font-family: "Arial", "Helvetica", "Serif";
	font-size: 12px;
	font-weight: bold; 
	color: #505098;
}

/* cell that displays the Category Search Text */
.ResLibCatSearchCell
{
	text-wrap: nowrap;
	text-align: right; 
	padding-top: 10px;
	padding-bottom: 10px;
}

/* cell that displays the Category List */
.ResLibCatSearchListCell
{
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* the dropdown list of categories */
.ResLibCatSearchList
{
	font-size: 12px;
	color: #000000;
	width: 160px;
}
/* cell that displays the keyword search text
.ResLibKeySearchCell
{
	text-wrap: nowrap;
	text-align: right; 
}

/* cell that stores the input text field for search keywords */
.ResLibKeySearchInputCell
{
	text-align: left;
	padding-left: 10px;
}

/* input box for keyword searches */
.ResLibKeySearchInput
{
	font-size: 12px;
	color: #386996;
	width: 125px;
}

/* cell that displays the display all link */
.ResLibAllCell
{
	padding-left: 10px;
	padding-bottom: 20px;
}

A.ResLibAllLink:visited {color : #724725; font-size : 12px; text-decoration: underline;}
A.ResLibAllLink:link {color : #724725; font-size : 12px; text-decoration: underline;}
A.ResLibAllLink:active {color : #724725; font-size : 12px; text-decoration: underline;}
A.ResLibAllLink:hover {color : #724725; font-size : 12px; text-decoration: underline;}

.ResLibSearchButton
{
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	color: #000000;
	background-color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	padding: 2px;
}

/* ITEM LIST STYLES */

/* style for search result text */
.ResLibResults
{
	font-family: "Arial", "Helvetica", "Serif";
	font-size: 12px;
	font-weight: bold; 
	color: #386996;
	padding-top: 15px;
	padding-bottom: 15px;
}

/* style for no results text */
.ResLibNoResults
{
	font-family: "Arial", "Helvetica", "Serif";
	font-size: 12px;
	font-weight: bold; 
	color: #FF0000;
	padding-top: 15px;
	padding-bottom: 15px;
}

/* item title cell */
.ResLibItemTitle
{
	padding-bottom: 0px;
	
}

/* item description cell */
.ResLibItemDesc
{
	font-family: "Arial", "Helvetica", "Serif";
	font-size: 12px;
	color: #505098;
	padding-bottom: 5px;
}


/* item title cell expanded beneath a category */
.ResLibCatItemTitle
{
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	
}

/* item description cell expanded beneath a category */
.ResLibCatItemDesc,
.ResLibCatItemDesc table
{
	font-family: "Arial", "Helvetica", "Serif";
	font-size: 12px;
	color: #505098;
	padding-top: 10px;
	padding-left: 10px;
}

.ResLibItemLink
{
	color : #724725; 
	font-size : 12px; 
	text-decoration: underline;	
	padding-left: 13px;
	background-image: url(http://www.bcasw.org/Images/Bullet_PurpleSquare.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


/* item links */
A.ResLibItemLink:visited {color : #724725; font-size : 12px; text-decoration: underline;}
A.ResLibItemLink:link {color : #724725; font-size : 12px; text-decoration: underline;}
A.ResLibItemLink:active {color : #724725; font-size : 12px; text-decoration: underline;}
A.ResLibItemLink:hover {color : #724725; font-size : 12px; text-decoration: underline;}

/* Category title cells */
.ResLibCategoryTitle
{
	font-weight: bold;
	padding-bottom: 0px;
	padding-top:10px;
}

/* category expand and contract links */
A.ResLibCategoryLink:visited {color : #505098; font-size : 14px; text-decoration: underline;}
A.ResLibCategoryLink:link {color : #505098; font-size : 14px; text-decoration: underline;}
A.ResLibCategoryLink:active {color : #505098; font-size : 14px; text-decoration: underline;}
A.ResLibCategoryLink:hover {color : #505098; font-size : 14px; text-decoration: underline;}

/* EMBEDDED ITEM STYLES */

.ResLibEmbedItemTitle
{
	font-family: "Arial", "Helvetica", "Serif";
	font-size: 14px;
	font-weight: bold;
	color: #724725;
}

.ResLibEmbedItemAuthor
{
	font-family: "Arial", "Helvetica", "Serif";
	font-size: 12px;
	font-weight: bold;
	color: #505098;
	padding-bottom: 10px;
}

.ResLibEmbedItemDate
{
	font-family: "Arial", "Helvetica", "Serif";
	font-size: 12px;
	font-weight: bold;
	color: #505098;
	display: none;
}

.ResLibEmbedItemContent
{
	font-family: "Arial", "Helvetica", "Serif";
	font-size: 12px;
	font-weight: normal;
	color: #505098;
	padding-bottom: 10px;
}

/* VIEW/PRINT ITEM STYLES */
.ResGroupItemTitle
{
	font-family: "Arial", "Helvetica", "Serif";
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	line-height: 25px;
	margin-top: 5px;
}

.ResGroupItemAuthor
{
	font-family: "Arial", "Helvetica", "Serif";
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 20px;
}

.ResGroupItemDate
{
	font-family: "Arial", "Helvetica", "Serif";
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 20px;
}

.ResLibItemPrintLink
{
	font-family: "Arial", "Helvetica", "Serif";
	font-size: 12px;
	color: #FF0000;
	float: right;
	padding-top: 40px;
	background-image: url(http://www.bcasw.org/common/resourcelibrary/images/print.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

a.ResLibItemPrintLink:Link, a.ResLibItemPrintLink:Hover, a.ResLibItemPrintLink:Visited, a.ResLibItemPrintLink:Active
{
	color: #FF0000;
}


/* TOOLBAR STYLES */
/* ToolBar */
.ResLibItemToolBar
{
	width: 100%;
	height: 80px;
	position: relative;
	
}

/* New Search Link */
.ResLibItemToolBarNewLink
{
	position: absolute;
	top: 15%;
	left: 15%;
	background-image: url(http://www.bcasw.org/common/resourcelibrary/images/search.gif);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 40px;
}
a.ResLibItemToolBarNewLink:Link, a.ResLibItemToolBarNewLink:Hover, a.ResLibItemToolBarNewLink:Visited, a.ResLibItemToolBarNewLink:Active
{
	color: #000000;
	text-decoration: none;
}

/* Email Link */
.ResLibItemToolBarEmailLink
{
	position: absolute;
	top: 15%;
	left: 45%;
	background-image: url(http://www.bcasw.org/common/resourcelibrary/images/email.gif);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 40px;
}
a.ResLibItemToolBarEmailLink:Link, a.ResLibItemToolBarEmailLink:Hover, a.ResLibItemToolBarEmailLink:Visited, a.ResLibItemToolBarEmailLink:Active
{
	color: #000000;
	text-decoration: none;
}


/* Print Link */
.ResLibItemToolBarPrintLink
{
	position: absolute;
	top: 15%;
	left: 75%;
	padding-top: 40px;
	background-image: url(http://www.bcasw.org/common/resourcelibrary/images/print.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

a.ResLibItemToolBarPrintLink:Link, a.ResLibItemToolBarPrintLink:Hover, a.ResLibItemToolBarPrintLink:Visited, a.ResLibItemToolBarPrintLink:Active
{
	color: #000000;
	text-decoration: none;
}

/* EMAIL STYLES */
/* Instructions*/
#ResLibEmailInstructions
{
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	font-family: "Arial", "Helvetica", "Serif";
	font-weight: bold;
	font-size: 12px;
}

/* Email input box */
#ResLibEmailInput
{
	margin-left: 10px;
	margin-right: 10px;
	height: 18px;
}

/* Send button */
#ResLibEmailSubmit
{
	font-family: "Arial", "Helvetica", "Serif";
	font-size: 12px;
	color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	border-style: outset;
	border-width: 2px;
	position: relative;
	top: -4px;	
}
a#ResLibEmailSubmit:Link, a#ResLibEmailSubmit:Hover, a#ResLibEmailSubmit:Active, a#ResLibEmailSubmit:Visited
{
	color: #000000;
	text-decoration: none;
}

/* Close Link */
#ResLibEmailCloseLink
{
	font-family: "Arial", "Helvetica", "Serif";
	font-size: 12px;
	color: #FF0000;
	margin-left: 10px;
	position: relative;
	top: 5px;
}

a#ResLibEmailCloseLink:Link, a#ResLibEmailCloseLink:Hover, a#ResLibEmailCloseLink:Active, a#ResLibEmailCloseLink:Visited
{
	color: #FF0000;
	text-decoration: underline;
}

/* Email send failed message */
#ResLibEmailFailed
{
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	font-family: "Arial", "Helvetica", "Serif";
	font-weight: bold;
	font-size: 12px;
	color: #FF0000;
}

/* Email Send succeeded message */
#ResLibEmailSuccess
{
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	font-family: "Arial", "Helvetica", "Serif";
	font-weight: bold;
	font-size: 12px;
}