/*----------------------------------------------------*/
/* Global Page Styles */
body{
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	background: url('../images/bodyBackground.gif');
	background-position:top left;
	background-repeat:repeat-x;
	background-color: #d5d5d5;
	font-family: sans-serif;
}

div, td, tbody, tr, table, h1, h2, h3, h4, h5
{
	padding: 0px;
	margin: 0px;
}

.metaSlotDivider
{
	display: none;
}

/* pageLeftBorder and pageRightBorder are two standard styles that should be used
	on any aspect of of the page has boundaries on the right and/or left side.
	It sets up the visible borders of the page layout. */
.pageLeftBorder
{
	border-left: 1px solid gray;
}
.pageRightBorder
{
	border-right: 1px solid gray;
}

/* contentTd is a standard style for any td tag that directly contains content */
.contentTd
{
	padding: 5px;
}

/* contentDiv is a standard style for any div that directly contains content. */
.contentDiv
{
	padding: 5px;
}

/* This style should be used for any Div filling a TD in order to style that TD */
.tdFillDiv
{
	height: 100%;
}


/*----------------------------------------------------*/
/* Top Bar Styles */

#TopBar
{
	background: url('../images/TopBarBackground.gif');
}

#Logo
{
	display: block;
	width: 322px;
	height: 54px;
	background: url('../images/TopBarLogo.gif');
}

#LogoText
{
	display: none;
}

#TopBar td
{
	height: 54px;
}

#TopBarFlexSpace
{}

#TopBarDivider1
{
	width: 25px;
	background: url('../images/TopBarDivider1.gif');
}

#TopBarDivider2
{
	width: 24px;
	background: url('../images/TopBarDivider2.gif');
}

#TopBarDivider1 span, #TopBarDivider2 span
{
	display:  block;
	width: 24px;
}


#TopBarNavWell1, #TopBarNavWell2, #TopBarNavWell3
{
	text-align: right;
	width: 50px;
	padding-right: 5px;
}

#TopBarNavWell2
{
	width:110px;
	background: url('../images/TopBarNavWell2.gif');
}

#TopBarNavWell3
{
	width: 110px;
	background: url('../images/TopBarNavWell3.gif');
	text-align: left;
}

/*----------------------------------------------------*/
/* Flash */

#FlashWell td
{
	padding: 10px;
	background-color: white;
}

#FlashWell .flashNotice {
	border:2px dotted red;
	background: orange;
	color: black;
	padding: 20px;
}

/*----------------------------------------------------*/
/* PageTitle */

#PageTitle tr td {
	background: white;
}

#PageTitle td h1
{
	font-family: georgia, serif;
	font-size: 20pt;
	font-weight: normal;
	padding: 2px;
	padding-left:10px;
	background-color: white;
}

.PageTitleRightText
{
	display: block;
	width: 250px;
	float: right;
	text-align: right;
	padding-right: 1em;
	padding-top: 0.5em;
}

/*----------------------------------------------------*/
/* PathBar */

#PathBarTd
{
	font-family: helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: gray;
	padding: 2px;
	padding-left:10px;
	background-color: white;
}

#PathBar a:visited, #PathBar a:link
{
	color: gray;
	text-decoration: underline;
}


/*----------------------------------------------------*/
/* Upper Feature Well Styles */


/* how much of the page width do you want the 'wells' (content or features) to take up */
.WellWrapper
{
	width:100%;
}

#UpperFeatureWellWrapper, #LowerFeatureWellWrapper
{
	width:760px;
}

#UpperFeatureWellTd
{
	color: white;
	min-height: 200px;
	background: url('../images/UpperFeatureWellBackground.gif');
	background-position:bottom left;
	background-repeat:repeat-x;
}

/*----------------------------------------------------*/
/* LowerFeatureWell */

#LowerFeatureWellTd
{
	color: black;
	background: url('../images/user_frame_background.gif');
	background-color: #f3f3f3;
	background-repeat:repeat-x;
	min-height: 100px;
}

#LowerFeatureWellColumn1, #LowerFeatureWellColumn2{
	text-align:left;
	width:50%;
}

/*----------------------------------------------------*/
/* TabsBar - Level 1 */

#TabsBar1Td
{
	background: red;
}

#TabsBar1 ul
{
	display: inline;
}

#TabsBar1 ul li
{
	float: left;
	display: block;
	padding: 10px;
	color: white;
	background: red;
	border-right: 1px solid white;
}

#TabsBar1 ul li a:link, #TabsBar1 ul li a:visited
{
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#TabsBar1 ul li:hover
{
	background: darkred;
	color: white;
}

#TabsBar1 ul li.select
{
	background: darkred;
}

#TabsBar1 img {
	border: 0px;
}

/*----------------------------------------------------*/
/* TabsBar - Level 2 */

#TabsBar2Td
{
	background: darkred;
}

#TabsBar2 ul
{
	display: inline;
}

#TabsBar2 ul li
{
	float: left;
	display: block;
	padding: 7px;
/*	padding-bottom: 5px;*/
	color: white;
	background: darkred;
	border-right: 1px solid #670F0F;
}

#TabsBar2 ul li a:link, #TabsBar2 ul li a:visited
{
	color: white;
	text-decoration: none;
	font-weight: normal;
}

#TabsBar2 ul li:hover
{
	background: #670F0F;
	color: white;
}

#TabsBar2 ul li.select
{
	background: #2F0000;
	border:0px;
}

#TabsBar2 img {
	border: 0px;
}

/*----------------------------------------------------*/
/* ContentWell */


/* address the wrapper of a specific well to define width.*/
#ContentWellWrapper
{

}

#ContentWellTd
{
	color: black;
	background: url('../images/light_orange_background.gif');
	background-position:top left;
	background-repeat:repeat-x;
	background-color: white;
	min-height: 400px;
}

td.RightSideBarTd, td.LeftSideBarTd
{
	text-align:left;
	width:200px;
}

div.SideBar
{
	background: url('../images/user_frame_background.gif');
	background-repeat: repeat-x;
	background-color: #F3F3F3;
	min-height:400px;
}

div.SideBar ul {
	list-style-type: square;
}

div.ContentWell
{
	text-align:left;
	background: url('../images/light_orange_background.gif');
	background-repeat: repeat-x;
	background-color: white;
}

/* Tables inside content */

.contentTable
{
	border-top: 1px dotted gray;
	border-left: 1px dotted gray;
}

.contentTable td
{
	padding:8px;
	border-bottom:1px dotted gray;
	border-right:1px dotted gray;
	background: none;
	background: #F9F9F9;
}

.contentTable td ul
{
	margin-bottom:3px;
}

img.floatRight div.floatRight
{
	display:block;
	float:right;
}

img.floatLeft div.floatLeft
{
	display:block;
	float:left;
}
.centerText{
	text-align: center;
}
img.center div.center
{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
div.imgDiv {
	border: 1px solid #AAA;
	padding: 6px;
	background-color: #FCF6DF;
	font-size: 94%;
	text-align: center;
	overflow: hidden;
}

div.imgDiv img {
	margin-bottom: 5px;
	border: 1px solid #999;
}

/*----------------------------------------------------*/
/* BottomBar */

#BottomBarLeftText a{
	padding: 6px;
	color: white;
}
#BottomBar td
{
	color: white;
	height: 30px;
	background: url('../images/UpperFeatureWellBackground.gif');
	background-position:bottom left;
	background-repeat:repeat-x;
	padding: 10px;
}



/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* Standard Text Styles */
/*----------------------------------------------------*/

.bold { font-weight: bold; }
.italic { font-style: italic; }
.sectionName {
	margin-bottom:5px;
	padding-bottom:2px;
	font-size:14pt;
	border-bottom:1px solid gray;
}
.section{
	clear:both;
	font-size:11pt;
	padding:10px;
	padding-bottom:20px;
	padding-left:5px;
	line-height:130%;
}
.block{ margin-bottom:15px; clear:both;}
.text { padding-bottom:4px; }

.section a.realLink:active
{
	color: white !important;
	background: blue;
}
.section a.realLink:link,
.section a.realLink:visited
{
	color: blue;
	text-decoration:none;
	border-bottom: 1px dotted blue;
}
.section a.realLink:hover
{
	border-bottom: 1px solid blue;
}
.section ul { margin-top:0px; list-style-type:square; }


/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* Standard Listing Styles */
/*----------------------------------------------------*/

.Listing { border-bottom:1px solid black; margin-bottom:20px;}

/* Listing Header */
.Listing .listingHeader
{
	background-color:#2661C3;
	color:white;
	font-weight:bold;
	font-size:11pt;
	line-height:150%;
	border:1px solid black;
	width:100%;
}

.Listing .listingHeaderText
{
	display:block;
	padding:5px;
}

/* Listing Rows */
.Listing .rowContainer
{	font-size:11pt;
	border:1px solid black;
	border-top:1px dashed gray;
	border-bottom:none;

	width:100%;

	padding:0px;
	margin:0px;
	}

.Listing .firstInSection .rowContainer { border-top:none;}
.Listing .evenRow .rowContainer { background-color:#f8f9ff; }
.Listing .oddRow .rowContainer { background-color:#f3f6ff; }

.Listing .rowTitle
{	display:block;
	float:left;
	width:160px;
	padding:5px;
	font-weight:bold;
	line-height:120%;	}

.Listing .rowContent
{	margin:0px;
	margin-left:180px;
	line-height:130%;
	padding: 5px;	}

/* Listing Thumbnails */
.Listing .thumbnail
{
	display:block;
	width:150px;
	height:80px;
	border:1px solid #d9d9d9;
	background-position: center;
	background-color: white;
	background-repeat: no-repeat;
	margin-bottom:5px;
}
.textbookListing .Listing .thumbnail{
	width:120px;
	height:159px;
}
.Listing .thumbnail.clickable
{	cursor:pointer;	}
.Listing .thumbnail.clickable:hover
{	border:1px solid blue; }
.Listing .thumbnail.clickable:active
{	border:1px solid darkblue; }

/* Listing Links */
.Listing a:link, .Listing a:visited{
	color: blue;
	text-decoration:none;
	border-bottom: 1px dotted blue;
}
.Listing a:hover{ border-bottom: 1px solid blue; }
.Listing a:active
{ color: darkblue; border-bottom: 1px solid darkblue; }

/* CategoryLinks and Listing Query (see descriptions below) */
.CategoryLinks, .ListingQuery
{	font-size:11pt;
	background-color:#2661C3;
	color:white;
	line-height:150%;
	border:1px solid black;
	border-bottom:none;
}

.CategoryLinks {width:100%;}

.ListingQuery {
	width: auto;
	padding-right: 5px;
}

/* CategoryLinks (at the top of the list, to the diff categories */
.CategoryLinks .categoryLinksContainer
{	display:block;
	padding:5px; }
.CategoryLinks a:link, .CategoryLinks a:visited
{	color:white; }

/* ListingQuery (the search box at the top of the list */
.ListingQuery .queryContainer { display:block; padding:5px; background-color:#2661C3; }
.ListingQuery input { font-size:11pt; font-family:sans-serif; padding-left:3px;padding-top:2px;}
.ListingQuery .results { margin-left:10px; color: white;}

/* No Results Pane (shows up when result count is 0) */
.Listing .listingNoResults
{	display:none; }

.Listing .listingNoResults div
{	font-style:italic;
	padding:20px; }

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* Standard PhotoView Styles */
/*----------------------------------------------------*/
.photoviewContainer
{
	width:100%;
	margin-bottom:20px;
	margin-top:5px;
}
.photoviewContainer .scrollFrame
{
	overflow:hidden;
	width:600px;
	height:90px;
}
.photoviewContainer .viewFrame
{
	overflow:hidden;
	width:600px;
	height:400px;
	border:2px solid white;
	background-color:black;
	background-position:center;
	background-repeat:no-repeat;
}
.photoviewContainer .controlFrame
{
	margin-top:5px;
	width:600px;
	font-family:sans-serif;
	text-align:center;
}
.photoviewContainer .photoviewBox
{
	width:600px;
	padding:10px;
	border:1px solid gray;
	background:#E9ECF1;
	margin-left: auto;
	margin-right: auto;
}
.photoviewContainer .caption
{
	font-size:11pt;
}
/*  big arrows at the bottom */
.photoviewContainer .bigArrow
{
	margin:0px;
	margin-bottom:10px;
	border:2px solid white;
}
.photoviewContainer .clickable:hover
{
	border:2px solid gray;
	cursor:pointer;
}
.photoviewContainer .clickable:active{border:2px solid red;}
.photoviewMessage {
	text-align: center;
}

.pr2error {
	background-color: Moccasin;
	margin-left: 10px;
	color: black;
	padding:5px;
	border: 1px dotted orange;
	margin-bottom: 10px;
}

.SWATLoginForm {
	width: 400px;
	margin: 50px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid gray;
	border-bottom: 3px solid gray;
	border-right: 3px solid gray;
	background-color: white;
	padding: 10px;
}

.SWATLoginForm table {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: 0px;
}

.SWATLoginForm table td {
	border: 0px;
}

.SWATLoginForm table td:first-child {
	text-align: right;
}

.SWATLoginForm input {
	font-size: 80%;
	font-family: verdana;
}


.right {
	display: block;
	float: right;
	margin-left: 10px;
}

.left {
	display: block;
	float: left;
	margin-right: 10px;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.StdXML3 h3 {
	border-bottom: 1px solid gray;
	margin-bottom: 8px;
}

table.StdXML3
{
        border-top: 1px dotted gray;
        border-left: 1px dotted gray;
}

td.StdXML3
{
        padding:8px;
        border-bottom:1px dotted gray;
        border-right:1px dotted gray;
        background: none;
        background: #F9F9F9;
}

td.StdXML3 ul
{
        margin-bottom:3px;
}

img.latex.StdXML3 {
	vertical-align: sub;
}

span.brokenLink {
	background: red;
	color: yellow;
}

/* backtrace stuff */
div.bt_container {
	display: none;
	margin: 4px;
	padding: 4px;
	border: 1px solid black;
}

div.bt_title {
	width: 300px;
	border-bottom: 1px dashed black;
	margin-bottom: 8px;
	font-style: italic;
}

b.bt_clicker {
	border-bottom: 1px dotted black;
	cursor: pointer;
}

b.bt_clicker:hover {
	color: #665566;
}

div.bt_debugOuter {
	background: lightgray;
	border: 1px solid black;
	padding: 5px;
	margin: 5px;
}

div.bt_warningOuter {
	background: Orange;
	border: 1px solid black;
	padding: 5px;
	margin: 5px;
}

div.bt_errorOuter {
	background: Tomato;
	border: 1px solid black;
	padding: 5px;
	margin: 5px;
}

.backtrace td {
	padding: 3px;
	border: 1px solid black;
}

.backtrace th {
	padding: 3px;
	padding-bottom: 1px
}

td.bt_cell {
	padding: 2px !important;
	background: gray;
}

a [name] {
	color: red;
}


/* DEFAULT SDR ResultSet */
.highlightedSearchTerm {
	background: #FBEE64;
}
#sbox{
	width: 150px;
}
table.ResultSet-Table {
	width: 100%;
	border: none;
}
table.ResultSet-Table td {
	border: none;
	padding: 0px;
}

table.ResultSet-SearchBox {
	width: 100%;
	border:1px solid #CCC;
	border-collapse: collapse;
	margin-top:10px;
	background-color: #f3f6ff;
}
table.ResultSet-SearchBox td {
	padding: 10px;
}
tr.ResultSet-SearchRow {
	width: 100%;
	background-color: #f3f6ff;
	border:#f3f6ff;
	border-width:10px;
	padding:0px;
}
tr.ResultSet-StatsBox {
	background-color: #ffffff;
}

.ResultSet-ItemEven, .ResultSet-ItemOdd {
	padding: 10px;
	border: 0px;
	margin: 6px 0px;
}
.ResultSet-ItemEven {
	background: #f3f6ff;
}
.ResultSet-ItemOdd {
	background: #ffffff;
}

.ResultSet-ItemTitle {
	font-size: 110%;
	font-weight: bold;
}
.ResultSet-ItemTitle a:active
{
	background: blue;
	color: white;
}

.ResultSet-NextPage {
	float: right;
}
.ResultSet-Query {
	font-weight: bold;
}




/** Licensing page **/
#licensingDiv {
	background: white;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	border:1px solid black;
	font-size: 11pt;
	font-color: gray;
}

#licensingText {
	text-align: center;
}

.licensingImage {
	text-decoration: none;
	border: 0px;
}





