﻿#searchBar 
{
	padding: 5px 0; overflow: hidden; 
}
#dialog-confirm, #cmdToExecute
{
    display: none;
}
.resultActions
{
	border-bottom: 1px solid #AAA; 
	margin-top: 5px;
	padding: 0 5px;
	padding-bottom: 3px;
	overflow: hidden;
}
.resultActions > .action
{
	float: left;
	padding: 3px 5px 0 5px;
}
.resultActions > input
{
	margin-left: 5px;
}
.resultHeader
{
    height:25px; 
    border-top: 1px solid #FFF; 
    padding: 0 5px;
    border-bottom: 1px solid #ECECDE; 
    background-color: #F7F7F7;
}
.resultHeader > .docName
{
	float: left;
	padding: 4px 0 0 5px;
	cursor: pointer;
}
.resultHeader > .docName:hover
{
	float: left;
	padding: 4px 0 0 5px;
	text-decoration: underline;
	cursor: pointer;
}
.resultHeader > .docAction
{
	float:right;
	font-size: 10px; 
	padding:5px 0 0 5px;
}
.docInfo, .docInfoUserControl
{
    overflow: hidden; 
    width: 870px; 
    padding-top: 5px;
    margin: 0 auto;
}
.docInfoUserControl
{
    width: 100%;
}
.leftInfo
{
    float:left;
    width: 490px; 
}
.rightInfo
{
    float:right;
    width: 330px; 
}
.infoLabel
{
    vertical-align: top; text-align:right; font-weight:bold;
}
.infoData
{
    vertical-align: top; width:100%;padding-left: 5px;
}
.files
{
    clear: both;
}
.fileBar
{
    overflow: hidden; border-top: 1px solid #ECECDE;width: 100%;
}
.fileBar > img
{
    float:left; padding-top: 2px;
}
.fileBar > span
{
    float:left; padding: 3px 5px 0 5px;
}
.fileBar > a
{
    float:left; padding:3px 5px 0 5px; font-size: 10px;
}
.fileDesc
{
    width: 810px; 
    margin: 0 auto; 
    overflow: hidden; 
    padding: 5px 0;
}
.fileLeftInfo
{
    float:left; width: 460px;
}
.fileRightInfo
{
    float:right; width: 300px;
}
span.action
{
    font-family: Trebuchet MS,Geneva,Sans-Serif;   
}
#uploadMask
{
     background: #ffffff;
    opacity: 0.6;
    z-index: 9050;
    position: absolute;
    top:0;
    left:0;
    display: none;
}
.catalogueContainer
{
    display: inline-table;
    padding: 2px 5px 2px 2px;
    border: 1px solid #AAAAAA;
    background-color: #F5F5F5;
    margin-bottom: 2px;
}
.catalogueLabel
{
    margin-right: 5px;
}
a.deleteCatalogue
{
    display: inline-table;
    font-size: 1px;
    height: 7px;
    width: 7px;
    background-image: url(close2.png);
    margin-top: 4px;
}
.ruUpload:hover
{
	background-position: 100% -23px !important;
}

.ruInputs > li > input[type="checkbox"]
{
	margin-top: 3px !important;
	margin-right: 3px !important;
}

a.delVersion
{
	display: none;
	font-size: 12px !important;
    text-decoration: none !important;
    color: #387DFE !important;
    cursor: pointer !important;
    padding: 6px 5px 6px 0px !important;
    font-weight: normal !important;
    font-family: Trebuchet MS, Geneva, Sans-Serif !important;
}

a.delVersion > img
{
	width: 16px;
}

li.ui-state-active > a.delVersion 
{
	display: block;
}
.paginationPanel
{
    margin-top: 7px;
}
.paginationPanel *
{
    display: inline-block;
    margin-right: 7px;
}