﻿body
{
	font-family:Arial;
	font-size:0.8em;
	/*background:#c7e3f2;*/
	background:#fff;
}
.searchBoxWrapper
{
    /*overflow:hidden;*/
}
html, body, form, .wrapper
{
	height:100%;
}
h1
{
	color:#431D4B;
}
a, a:link, a:active, a:hover, a:visited
{
	color:#5C0B7D;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
.hidden
{
    position:absolute;
    right:99999px;
}
.clear
{
	clear:both;
}
p
{
    padding-bottom:5px;
}
/******pager*****************************/

.pager
{
	padding-top:10px;
	padding-bottom:10px;
}
.pager .noleftIndent
{
	padding-left:0px;
	margin-left:0px;
}
.docDetailsPagerWrapper
{
    clear:both;
    background:#ebebeb url(../Images/Backgrounds/PagerBG.gif) bottom repeat-x;
    padding:3px 5px 5px 5px;
    margin-top:5px;
    margin-bottom:10px;
    overflow:auto;
}
.docDetailsPagerWrapper .fullTextHeader
{
    float:left;
    font-weight:bold;
    /*font-size:1em;*/
    background:none;
    color:#000;
}
.docDetailsPagerWrapper .fullTextBackToSearch
{
	float:left;
	padding-left:40px;
}
.docDetailsPagerWrapper .fullTextBackToSearch a, .docDetailsPagerWrapper .fullTextBackToSearch a:link, 
.docDetailsPagerWrapper .fullTextBackToSearch a:active, .docDetailsPagerWrapper .fullTextBackToSearch a:visited,
.docDetailsPagerWrapper .fullTextBackToSearch a:hover
{
	background:url(../images/Buttons/PagerFirst.gif) no-repeat;
	padding-left:20px;
	display:block;
}
.docDetailsPagerWrapper .pagerWrapper
{
    float:right;
    width:360px;
}
.docDetailsPagerWrapper .pagerWrapper .clear
{
    margin-top:-5px;
}
.pagerButton
{
    display:block;
    padding:1px 3px;
    margin-right:5px;
}
.pagerButton.selected
{
    background:#fff;
}
.pagerButton
{
    display:block;
    float:left;
    padding-right:2px;
}
.pagerButton a:link,
.pagerButton a:visited
{
    display:block;
    float:left;
}

.pagerTitle, .pagerSummary
{
    display:block;
    float:left;
    padding-right:5px;
    /*font-size:0.8em;*/
    color:#616161;
}
/*****************document details**************/

.highlight
{
	background:#86ffff;
}
.docDetailsWrapper
{
}
.topStrip
{
    background:#72b58a url(../Images/Backgrounds/DocDetailsTopLine.gif) left no-repeat;
    width:100%;
    height:10px;
    font-size:0px;
}
.docDetailsWrapper .logo,
.docDetailsWrapper h1
{
    float:left;
}
.docDetailsWrapper h1
{
    /*font-size:0.8em;*/
    padding-top:51px;
    padding-left:3px;
    color:#725578;
}
.docDetailsWrapper h2
{
    color:#fff;
    background:#527aaf;
    padding:5px;
    /*font-size:0.9em;*/
    margin-bottom:10px;
}
.docDetailsWrapper .thumbnailWrapper
{
    padding-left:10px;
    width:210px;
    float:left;
}
.docDetailsWrapper .thumbnailWrapper a:link,
.docDetailsWrapper .thumbnailWrapper a:visited
{
    display:block;
    border-bottom: solid 1px #cbcbcb;
    padding-bottom:5px;
    width:200px;
    /*font-size:0.8em;*/
}
/******left of page**************/
.thumbnailWrapper a.view:link,
.thumbnailWrapper a.view:visited
{
    display:block;
    padding-right:20px;
    float:left;
    width:180px;
}

.thumbnailImageWrapper
{
    text-align:center;
    width:200px;
}
.detailsInnerWrapper
{
    /*padding: 0px 180px 0px 220px;*/
    margin: 0px 180px 0px 220px;
}
/**********middle table************/
.detailsTableWrapper
{
   /* float:left;*/
}
.documentDetailsTable
{
    width:100%;
}
.documentDetailsTable td,
.documentDetailsTable th
{
    border-bottom:1px solid #cbcbcb;
    padding:5px;
}
.documentDetailsTable th
{
    text-align:left;
    font-weight:normal;
    border-right:1px solid #cbcbcb;
}
/*********right col****************/
.collectionsAvailableWrapper
{
    float:right;
    /*width:300px;*/
    width: 170px;
    text-align:center;
    padding-left: 10px;
}
.collectionsAvailableWrapper .description
{
    display:block;
    clear:both;
    padding-top:5px;
}
.collectionsAvailableWrapper h2
{
    text-align:center;
}
.collectionsAvailableWrapper .description
{
    /*font-size:0.9em;*/
    color:#74597a;
}
/********share box*********************/
.detailsShareWrapper,
.detailsCrossWrapper
{
    background: url(../Images/Backgrounds/DetailsShareBG.gif) left top no-repeat;
    width:121px;
    float:right;
    padding-bottom:10px;
    position:relative;
    top:-10px;
}
.detailsCrossWrapper
{
    width:40px;
}
.detailsShareWrapper .addthis_toolbox
{
    width:67px;
    padding:5px 0px 5px 15px;
    float:left;
}
.detailsShareWrapper .closeButton
{
    margin-top:5px;
    padding-left:8px;
    cursor:pointer;
    border-left:1px solid #cbcbcb;
}
.detailsCrossWrapper .closeButton
{
    margin-top:3px;
    padding-left:14px;
    cursor:pointer;
}

.hitsWrapper
{
    width:150px;
    float:left;
    border-right:1px solid #cbcbcb;
    padding-left:10px;
}
.hitsWrapper ul
{
	/*font-size:90%;*/
}

/*************************************SEARCH BOX**********************/

.searchBoxWrapper
{
    background:url(../Images/Backgrounds/SearchBoxBG.gif) right bottom repeat-x;
    height:100%;
    font-size:1.0em;
}
.searchBox
{
    width:500px;
    margin:20px 0px 20px 105px;
    height:330px;
    /*padding-bottom:100px;*/
}
.searchBoxError
{
	color:#f00;
	padding-left:3px;
	/*font-size:80%;*/
}
.searchInputWrapper
{
	padding-left:3px;
    padding-bottom:3px;
}
.searchInputWrapper .searchInput
{
    color:#682f73;
    font-size:1.45em;
    padding:0px 5px 0px 5px;
    line-height:1em;
    width:225px;
}
.searchInputWrapper .searchButton
{
    font-size:1em;
    font-weight:bold;
    padding:3px 3px 2px 3px;
    color:#371d36;
}
.radioButtonWrapper
{
	padding:3px 3px;
    clear:both;
}

.searchTipWrapper
{
	margin-left:60px;
	padding-left:40px;
	background:url(../images/icons/SearchTip.png) no-repeat 0px 10px;
	color:#71b385;
	width:500px;
	float: left;
}
/* AMD Logo in three different contexts */
.searchBoxWrapper .amdLogoWrapper
{
    float: right;
    margin-right: 35px;
}

.searchResultsWrapper .amdLogoWrapper
{
    float: right;
    margin-right: 10px;
    margin-top: 20px;
}

.docDetailsWrapper .amdLogoWrapper
{
    float: right;
    margin-right: 60px;
    margin-top: 20px;
}

/* just incase we need to copy the border manually... */
.searchBoxWrapper .amdLogoWrapper img.dontuse
{
    border: solid 1px #bbb;
    padding-right: 4px;
    background-color: White;
}

/* scrollable field set list */

.fieldSetBackground
{
	background:url(../images/Backgrounds/fieldSetBorder.gif) no-repeat 0px 12px;
	height:176px;
	width:486px;
	/*margin-top:3px;*/
	padding:0px;
}
.fieldSetBackground .fieldSetBackgroundInner
{
	padding:3px 3px 0px 3px;
	position:relative;
	/*background:#f00;*/
}
.fieldSetBackground .fieldSetLegend
{
	background:#fff;
	z-index:10;
	/*width:400px;*/
	top:3px;
	left:3px;
	padding-right:10px;
	position:absolute;
}

.scrollListContainer
{
	overflow:auto;
    height:152px;
    width:480px;
    position:absolute;
    top:13px;
    z-index:0;
}
.checkBoxList
{
    padding-left:20px;
    padding-top:13px;
}
.checkBoxList label
{
    padding-bottom:3px;
    display:block;
    float:left;
}
.checkBoxList input
{
    float:left;
    margin-right:8px;
}
.searchDateWrapper
{
    padding-top:20px;
    /*font-size:0.9em;*/
}

.searchDateWrapper .underline
{
    text-decoration:underline;
}
.searchDateWrapper input
{
    width:50px;
}

.radioButtonWithInfo
{
    float:left;
}
/* resources held at my institution drop down list */
.infoHoverWrapper
{
    float:left;
    width:20px;
    height:15px;
    padding-left:10px;
    position:relative;
    z-index:9999;
}
.bubbleTop
{
	position:absolute;
    left:29px;
    top:-22px;
    z-index:999;
    background: url(../Images/Backgrounds/BubbleTop.png) right top no-repeat;
    float:left;
}
.bubbleTop h4
{
	font-weight:bold;
	/*font-size:1.0em;*/
	margin-bottom:3px;
	margin-top:4px;
}
.bubbleBottom
{
    background: url(../Images/Backgrounds/BubbleBottom.png) right bottom no-repeat;
    float:left;
    padding:0px 10px 20px 40px;
    width:250px;
    margin-top:0px;
    margin-bottom:-17px;
}
.bubbleItems
{
	overflow:auto;
	/*font-size:90%;*/
	height:110px;
}
.bubbleItems ul, .bubbleItems li
{
	list-style-type:none;
}
.bubbleItems li
{
	background:url(../Images/Icons/Bullet.gif) no-repeat 0px 9px;
	padding:4px 0px 0px 10px;
	color:#662474;
}
.bubbleClose
{
/*	position:absolute;
	top:0px;
	right:10px;
	z-index:1000;*/
	float:left;
	
	/*padding:6px 25px 0px 258px;*/
	padding:6px 5px 0px 285px;
}
.bubbleClose img
{
    cursor:pointer;
}

/* results filter drop down list */
.projectFilterWrapper
{
    float:left;
    padding:0px 0px 0px 5px;
    position:relative;
    color:#5C0B7D;
}
.projectFilterWrapper .selected .tabLabel
{
	font-weight:bold;
}
.projectFilterWrapper .bubbleClose
{
	padding:6px 5px 0px 516px;
}

.projectFilterWrapper .bubbleTop
{
	background: url(../Images/Backgrounds/BoxBubbleTop.png) right top no-repeat;
	width:531px;
	padding:0px;
	float:none;
	top:-15px;
	left:75px;
	
}
.projectFilterWrapper .bubbleBottom
{
	background: url(../Images/Backgrounds/BoxBubbleBottom.png) right bottom no-repeat;
	width:476px;
	padding:0px 15px 8px 40px;
}

.projectFilterWrapper .bubbleTop h4
{
	margin-top:0px;
	background:#fff;
	display:block;
	width:260px;
	position:relative;
	z-index:200;
}
.projectFilterWrapper .bubbleItems
{
	position:relative;
	top:-9px;
	height:137px;
	padding:8px 0px 0px 5px;
}

.projectFilterWrapper .bubbleItems li.selected
{
	font-weight:bold;
}

/****************SEARCH RESULTS PAGE****************************************************/

.searchResultsWrapper
{
    background: url(../Images/Backgrounds/SearchBoxBG.gif) repeat-x 100px -100px;
}
.searchResultsHeader
{
	/*float:none;*/
	height:97px;
}

.resultRadioButtonWrapper
{
    border-top:1px dotted #ccc;
    border-bottom:1px solid #ccc;
    padding:5px 10px;
    zoom:1;
    
}
.resultRadioButton
{
    float:left;
    padding-right:20px;
}
.searchAgain
{
    float:left;
    margin-left:20px;
}
.resultRadioButtonWrapper .infoHoverWrapper
{
    padding-left:0px;
    margin-left:-10px;
}

.searchTerm
{
    color:#662474;
}

.resultsSummary
{
	padding:10px 10px 5px 30px;
	height:46px;
}
.emailWrapper
{
    float:right;
    width:360px;
    padding-top:20px;
    padding-right:10px;
}
.emailWrapper .emailControls
{
	float:right;
}
.emailWrapper img
{
    float:left;
    padding-right:10px;
    padding-left:20px;
}
.emailWrapper input
{
    float:left;
    height:15px;
}
.emailButton
{
    padding-top:2px;
    padding-left:3px;
}
.emailInput
{
    padding:0px 5px;
    width:140px;
}
.searchResultsWrapper .pager
{
    float:right;
    width:390px;
    padding-bottom:2px;
    padding-top:5px;
}
.errorMessage
{
    color:red;
    height:17px;
    float:right;
    padding-top:3px;
    padding-right:10px;
    /*font-size:80%;*/
}
/********results**********************/
.selected .resultsTabTL
{
    background:#d5d8dc url(../Images/Buttons/ResultsTabsTL.gif) left top no-repeat;
}
.resultsTabTL
{
    float:left;
    margin-right:5px;
}
.selected .resultsTabTR
{
    background:url(../Images/Buttons/ResultsTabsTR.gif) right top no-repeat;
}
.resultsTabTR
{
    float:left;
    padding:7px 10px;
}
.selected a
{
	font-weight:bold;
}

.filterNextPrevious a, .filterNextPrevious a:link, .filterNextPrevious a:active, .filterNextPrevious a:visited 
{
	color:#645d66;
}
.filterNextPrevious a:hover
{
	color:#5C0B7D;
}

.resultsList 
{
    clear:both;
    padding-bottom:0px;
}
.scrollingTable
{
	height:385px;
	width:100%;
	overflow-y:scroll;
	overflow-x:hidden;
	background:#fff;
	/*border:1px solid #f0f;*/
}
.scrollingTable table
{
    width:100%;
}
.tableHeadingWrapper
{
    background-color:#d5d8dc;
}
.tableHeading
{
    width:100%;
}

.resultsList table
{
	border-collapse:collapse;
	background:#fff;
}
.resultsList th
{
	padding:10px 5px;
	background-color:#d5d8dc;
	text-align:left;
}
.resultsList th
{
    border-right:1px solid #b6b6b6;
}
.resultsList td
{
	border-bottom:1px solid #b6b6b6;
	padding:5px;
}
.resultsList td
{
	border-right:1px solid #b6b6b6;
}

.resultsList .resourceCol 
{
	width:160px;
}
.resultsList .titleCol 
{
	/*width:50%;*/
}
.resultsList .dateCol 
{
	width:67px;
}
.resultsList .referenceCol 
{
	width:250px;
	border-right:0px;
}
.resultsList .emptyCol
{
	border:0px;
}
.resultsList th.emptyCol
{
	width:30px;
}
.resultsList td.emptyCol
{
	/*width:14px;*/
}

.documentAnchorContainer
{
	position:relative;
}
.documentAnchor
{
	line-height:5px;
	font-size:5px;
	position:absolute;
	top:0px;
	left:0px;
}
/******************Loading screen******************/
.loadingWrapper
{
	width:100%;
	position:absolute;
}
.loadingMessage
{
	padding:35px 0px 40px 0px;
	margin:150px auto 0px auto;
	width:550px;
	font-size:1.2em;
	color:#5C0B7D;
	text-align:center;
}
.loadingMessage img
{
	margin-bottom:10px;
}
.hiddenPostBackButton
{
	line-height:0px;
	font-size:0px;
	height:0px;
	width:0px;
}
.hiddenPostBackButton input
{
	display:none;
}
.searchBoxWrapper .loadingMessage
{
	margin:0px auto 0px auto;
}
/*********** ERROR PAGE ***********/
.errorWrapper
{
	padding:10px;
}
.errorWrapper h1
{
	font-size:1.2em;
	color:#431D4B;
}
.errorWrapper p
{
	margin-top:1em;
}