/* tabbedMenu */
#mainRegion,
#layoutMenu .tabbedMenu 
{
	background-color:#eeeeee;
	width:786px;
}
.tabbedMenu
{
    border-bottom: 1px solid #969696;
	display:inline;
	float:left;
	width:100%;
}
.tabbedMenu ul
{
	display:inline;
	float:left;
	margin:0 0 0 10px;
	padding:0;
}

.tabbedMenu ul li
{
    position: relative;
    top: 1px;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
}

.tabbedMenu ul li span
{
	float:left;
	margin:0 2px 0 0;
	padding-top:10px;
}

.tabbedMenu ul li.tab a
{
	float:left;
	padding:4px 8px;
	border-style: solid;
	border-color: #969696;
	border-width: 1px 1px 0px 1px;
	background-color: #969696;
	color: #fff;
}
.tabbedMenu ul li.disabled a
{
	background-color: #ccc;
	text-decoration: none;
	color: #686868;
}
.tabbedMenu ul li.selected a
{
	background-color: #fff!important;
	color: #2d2d2d!important;
}
/* tabbedInfo */

.tabbedInfo
{
    float: left;
    width: 100%;
}

.tabbedInfo .tabbedInfoInner
{
    float: left;
    width: 100%;
}
#layoutMenu .tabbedInfo .tabbedInfoInner .tabbedContent
{
	padding-left:10px;
	width:766px;
}
#layoutMenu #mainRegion
{
	padding-left: 0px;
	width: 786px
}
#mainRegion h1
{
	color:#666666;
	font-size:180%;
	margin:20px 0 0 10px!important;
}
/* tabbedContent */
.tabbedInfo .tabbedInfoInner .tabbedContent
{
	background-color: #FFFFFF;
	display: inline;
	float: left;
	min-height:400px;
	height: 400px;
	padding-top: 10px;
	padding-right: 10px;
	width: 728px;
}
html>body .tabbedInfo .tabbedInfoInner .tabbedContent
{
	height: auto;
}
.tabbedInfo .tabbedInfoInner .tabbedContent .libraryDcTabContentHelpPara
{
	overflow: hidden;
	width: 99%;
	padding-right: 1%;
}

/* resourceRegion */

.tabbedInfo #resourceRegion
{
	border-top: 15px solid #FFF;
    display: block;
}

#resourceRegion .lastSection
{
	border-bottom: none;
}

.tabbedInfo #resourceRegion .section .sectionInner
{
    margin-left: 0px;
}

/* Results in table */

table.searchResults
{
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

table.searchResults tbody tr th
{
    text-align: left;
    padding-left: 5px;
    font-weight: normal;
    text-decoration: underline;
}

table.searchResults tr th a
{
    color: #000000!important;
    text-decoration: underline;
}

table.searchResults td
{
    vertical-align: top;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 0px;
    margin: 0px;
    background-image: url(../Images/gray_border_with_spacing.gif);
    background-repeat: repeat-x;
}

table.searchResults col.addDocument
{
    width: 25px;
}

table.searchResults td.addDocument
{
    padding-right: 0px;
    text-align: right;
}

table.searchResults col.expcol
{
    width: 15px;
}

table.searchResults td.expcol
{
    padding-top: 0.7em;
    text-align: center;
}

table.searchResults td.title
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 5px;
}

table.searchResults td.title span.details
{
    font-size: 90%;
}

table.searchResults col.documentKind
{
    width: 18ex;
}

table.searchResults td.documentKind
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

table.searchResults tr.selected
{
    background-color: #eeeeee;
}

table.searchResults tr.selected .header
{
    position: relative;
}

table.searchResults tr.selected .title
{
    float: right;
    position: absolute;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
}

table.searchResults tr.selected .close
{
    float: right;
    margin-right: 10px;
    text-align: right;
}

table.searchResults tr.selected div.content
{
    width: 100%;
    position: relative;
    float: left;
    font-size: 90%;
}

table.searchResults tr.selected div.imagePreview
{
    min-width: 13%;
    width: 13%;
    padding: 5px 10px 5px 0px;
    float: left;
    display: inline;
}
html>body table.searchResults tr.selected div.imagePreview
{
	width: auto;
}
table.searchResults tr.selected div.details
{
    width: 60%;
    padding: 5px 5px 5px 0px;
    display: inline;
    float: left;
}

table.searchResults tr.selected div.actions
{
    white-space: nowrap;
    padding: 5px;
    display: inline;
    position: absolute;
    right: 0;
    bottom: 0;
}

table.searchResults tr.selected ul.actions
{
    text-align: right;
    list-style: none;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

table.searchResults tr.selected ul.actions li
{
    padding-right: 4px;
    min-height: 16px;
    margin-bottom: 2px;
}

table.searchResults tr.selected ul.actions a
{
    padding-top: 2px;
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 18px;
    color: #000000!important;
}

table.searchResults tr.selected ul.actions a.add
{
    background-image: url(../Images/searchhit_add.gif);
}

table.searchResults tr.selected ul.actions a.save
{
    background-image: url(../Images/searchhit_save.gif);
}

table.searchResults tr.selected ul.actions a.print
{
    background-image: url(../Images/searchhit_print.gif);
}

table.searchResults tr.selected ul.actions a.email
{
    background-image: url(../Images/searchhit_email.gif);
}

table.searchResults tr.selected ul.actions a.link
{
    background-image: url(../Images/searchhit_link.gif);
}

table.searchResults tr.selected ul.actions a.remove
{
    background-image: url(../Images/searchhit_remove.gif);
}

/* Shadow box */

.shadowBoxGray
{
    float: left;
    background: url(../Images/shadowBox.gif) no-repeat bottom right;
    margin: 10px 0 10px 10px !important;
    margin: 10px 0 10px 5px;
    padding: 0px;
}

.shadowBoxGrayInner
{
    background-color: #eeeeee;
    position: relative;
    bottom: 6px;
    right: 6px;
    padding: 6px;
    margin: 0px 0px 0px 0px;
    font-size: 90%;
}

.shadowBoxGrayInner div.topSpaced
{
    padding-top: 4px;
}

.shadowBoxGrayInner div a:visited
{
    color: #0000ff!important;
}

.searchParamPluss
{
    padding: 20px;
    float: left;
}

/* Misc */

a.rsslink
{
    display: inline;
    padding-right: 16px;
    background-image: url(../Images/rss_small.gif) !important;
    background-repeat: no-repeat;
    background-position: right center;
}

#mainRegion #resourceRegion .section, 
#mainRegion #resourceRegion .strictGrid, 
#mainRegion #resourceRegion .floatingGrid
{
	margin-bottom: 0px;
	padding-bottom: 0px;
	width: 198px;
}
#toolbox
{
	background-position: center top;
}