/**
 * defaut
 *  **
 * couleur1: #27606B
 */

a
{
	color: #333;
}
a:hover,
a.selected,
a.open
{
	color: #707070;
}
a.disabled,
a.disabled:hover
{
	color: #707070;
	cursor: default;
}
a.sort
{
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 0 0 0 30px;
	text-decoration: underline;
}
a.sort.asc
{
	background: url(img/sort-asc.png) 0 0 no-repeat;
}
a.sort.desc
{
	background: url(img/sort-desc-alt.png) 0 0 no-repeat;
}
.loginarea
{

}
.loginarea h1
{

}
.loginarea form
{

}
.loginarea label
{

}
.loginarea br
{

}
.loginarea .nav li
{
	line-height: 20px;
}

.header
{
	background: #fff;
  height: 120px;
}
.lite .header,
.minimal .header
{
	background: #333;
}
.header .nav.account
{
	background: #27606B;
	color: #fff;
  height: 75px;
  line-height: 75px;
  padding: 8px;
  box-shadow: 0 3px 1px grey;
  box-sizing: content-box;
}
.header .nav.account > ul
{
	position: relative;
	background: #27606B;
	color: #fff;
}
.header .nav.account > ul > li
{
	height: 30px;
}
.header .nav.account li.modules
{
	margin: 0 20px;
}
.header .nav.account li.modules label
{
	font-weight: bold;
	padding: 4px 10px;
	background: #707070;
	background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#707070));
	background: -moz-linear-gradient(top,  #333,  #707070);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#707070');
	border: 1px solid #333;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.header .nav.account li.modules label:hover
{
	background: #707070;
}
.header .nav.account a
{
	height: 20px;
	line-height: 20px;
	color: #fff;
}
.header .nav.account a:hover{
	color: #999;
}
.header .account a.button
{
	color: #333;
	padding: 1px 4px;
	margin: 0 5px;
	border: 1px solid #ccc;
	background: #ccc;
	background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#ccc));
	background: -moz-linear-gradient(top,  #efefef,  #ccc);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#cccccc');
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: visible\9;
	zoom: 1;
}
.header .account a.button:hover
{
	color: #fff;
	border: 1px solid #333;
	background: #333;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#333333');
}
.icoLang.fra
{
	padding: 0 0 0 20px;
	background: url(flags/fr.gif) 0 2px no-repeat;
}
.icoLang.eng
{
	padding: 0 0 0 20px;
	background: url(flags/gb.gif) 0 2px no-repeat;
}
.icoLang.eng
{
	padding: 0 0 0 20px;
	background: url(flags/gb.gif) 0 2px no-repeat;
}
.icoLang.mlg
{
	background: url(flags/mg.gif) 0 2px no-repeat;
}
.icoLang.por
{
	background: url(flags/pt.gif) 0 2px no-repeat;
}
#logo
{
	display: block;
	position: absolute;
	top: 30px;
	left: 20px;
}
#div_navigator
{
}
#div_navigator ul
{
  margin-left: 25px;
}
#div_navigator li
{
	margin: 0;
	padding: 0;
}
#div_navigator a
{
	height: 30px;
	line-height: 30px;
	display: block;
	margin: 0;
	padding: 0 20px 0 0;
	background: url(buttons/breadcrumb.png) 100% 5px no-repeat;
}
#div_navigator a.siteNavigatorBtnBack
{
	position: absolute;
	top: 0;
	left: 10px;
	margin: 5px 0;
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -1000px;
	overflow: hidden;
	background: url(buttons/back.png) 0 0 no-repeat;
	padding: 0;
}
#div_navigator a.siteNavigatorBtnBack:hover
{
	background-position: 0 -20px;
}
#div_navigator a.siteNavigatorBtnBack.disabled,
#div_navigator a.siteNavigatorBtnBack.disabled:hover
{
	background-position: 0 -40px;
}
.lite #div_navigator a.siteNavigatorBtnBack
{
	top: 0;
	left: 10px;
}
.hgroup
{

	color: #fff;
}
.hgroup h1, .hgroup h2, .hgroup h3
{

}
.hgroup h2, .hgroup h3
{
	max-width: 33%;
	overflow: hidden;
}
.hgroup a
{
	color: #fff;
}
#div_searchform
{
	/*position: relative;
	top: 1em;*/
	margin-top: 1em;
}
#div_searchform .fulltext
{

}
#searchoptions
{
	background: #f7f7f7;
	border-top: none;
	width: 100%;
	display: flex;
	flex-direction: column;

	width: 800px;
	position: absolute;
	margin: 0px 0px 0px -400px;
	left: 50%;
	height: 600px;
	top: 20px;
}
#searchoptions a.close i{
	display: none;
}
#searchoptions a.close{
	display: block;
	width: 20px;
	height: 20px;
	margin: 5px 0 0 0;
	text-indent: -1000px;
	overflow: hidden;
	background: url(buttons/close.png) 0 0 no-repeat;
}
#searchoptions ul.fields{
	height: 100%;
	max-height: inherit;
	display: flex;
}
#searchoptions ul.fields li{
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}
#searchoptions ul.fields li > select{
	flex-grow: 1;
}
#searchoptions ul.controls {
	height: 100%;
	max-height: inherit;
	display: flex;
	padding: 10px;
	overflow: auto;
  }
#searchoptions input,
#searchoptions select,
#searchoptions textarea
{
	width: 100%;
	float: inherit;
}
#searchoptions  ul.controls input{
	width: inherit;
	margin: 0;
	margin-right: 1em;
	font-size: 110%;
}
#searchoptions  ul.controls input[type=submit]{
	font-weight: bold;
}
#searchoptions .nav
{
	background: #efefef;
	display: flex;
	padding-top: 0;
	padding-bottom: 0;
}
#searchoptions .nav > h3{
	flex-grow: 1;
	line-height: 30px;
}
#searchoptions .nav a
{
	color: rgb(51, 51, 51);
}
.btnHelplist,
.btnCalendar,
.btnTime
{
	display: block;
	margin: 0 0 0 5px;
	width: 20px;
	height: 20px;
	text-indent: -1000px;
	overflow: hidden;
	float: left;
}
.btnAdvSearchHelp,
.btnHelplist
{
	background: url(buttons/search_helplist.png) 0 0 no-repeat;
}
.btnCalendar
{
	background: url(buttons/search_calendar.png) 0 0 no-repeat;
}
.btnTime
{
	background: url(buttons/search_time.png) 0 0 no-repeat;
}
.btnAdvSearchHelp:hover,
.btnHelplist:hover,
.btnCalendar:hover,
.btnTime:hover
{
	background-position: 0 -20px;
}
.form_multival_btn li
{
	clear: none;
	float: left;
	margin: 0 10px 0 0;
}
.form_multival_btn a
{
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -1000px;
	overflow: hidden;
}
.btnAddMultival
{
	background: url(buttons/search_multivaladd.png) 0 0 no-repeat;
}
.btnRepMultival
{
	background: url(buttons/search_multivalrep.png) 0 0 no-repeat;
}
.btnDelMultival
{
	background: url(buttons/search_multivaldel.png) 0 0 no-repeat;
}
.btnAddMultival:hover,
.btnRepMultival:hover,
.btnDelMultival:hover
{
	background-position: 0 -20px;
}
.btnAddMultival.disabled,
.btnRepMultival.disabled,
.btnDelMultival.disabled,
.btnAddMultival.disabled:hover,
.btnRepMultival.disabled:hover,
.btnDelMultival.disabled:hover
{
	background-position: 0 -40px;
}
#searchlinks,
#accountlinks,
#basketlinks,
#mediacontent
{
	background: #efefef;
  top: 200px;
}
#multiPlayer
{
	background: #efefef;
}
.nav.option
{
  top: 170px;
	background: #efefef;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
}
.nav.option li
{

}
.tablink1,
.link1
{
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -1000px;
	overflow: hidden;
}
#optionsaccountlink
{
	background: url(buttons/account.png) 0 0 no-repeat;
}
#optionsearchlink
{
	background: url(buttons/search.png) 0 0 no-repeat;
}
#optionsmailboxlink
{
	background: url(buttons/mailbox.png) 0 0 no-repeat;
}
#optionsbasketlink
{
	background: url(buttons/basket.png) 0 0 no-repeat;
}
#optionsaccountlink:hover,
#optionsaccountlink.selected,
#optionsearchlink:hover,
#optionsearchlink.selected,
#optionsmailboxlink:hover,
#optionsmailboxlink.selected,
#optionsbasketlink:hover,
#optionsbasketlink.selected
{
	background-position: 0 -20px;
}
.tab2
{
	color: #fff;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	background: #27606B;
}
.link2
{
	color: #efefef;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #707070;
}
.tablink2
{
	background: #707070 url(buttons/doc_display.png) 100% 0 no-repeat;
	color: #efefef;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
a .tab2:hover,
.tablink2:hover
{
	color: #fff;
}
.tablink2.selected
{
	color: #fff;
	background-color: #27606B;
	background-position: 100% -20px;
}
a .tab2
{
	color: #efefef;
}
a:hover .link2
{
	color: #fff;
	background: #333;
}
.content2,
.tabcontent2
{
	background: #fff;
	border: 1px solid #cdcdcd;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
.content2 table,
.tabcontent2 table
{

}
.content2 th,
.tabcontent2 th
{

}
.content2 td,
.tabcontent2 td
{
	background: #fff;
}
#main
{
  top: 170px;
  bottom: 60px;
}
/* jscrollbar */
#div_doclist .overview { list-style: none; position: absolute; left: 0; top: 0; }
#div_doclist .thumb .end,
#div_doclist .thumb { background-color: #003D5D; }
#div_doclist .scrollbar { position: relative; float: right; width: 15px; z-index: 110; }
#div_doclist .track { background-color: #D8EEFD; height: 100%; width:13px; position: relative; padding: 0 1px; }
#div_doclist .thumb { height: 20px; width: 13px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
#div_doclist .thumb .end { overflow: hidden; height: 5px; width: 13px; }
#div_doclist .disable{ display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }

.lite #main,
.minimal #main
{

}
.searchForm {
  /*border: 1px solid black;*/
  /*overflow: hidden;*/
  color: #333;
}
.searchForm > p {
	overflow: hidden;
}
.searchForm input[type=submit], .searchForm .advsearch {
	display: inline-block;
	margin-bottom: 0;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: none;
	border-radius: 0;
}
.searchForm .fulltext {
  margin: 0px 8px;
  padding: 3px;
  line-height: inherit;
  font-size: 110%;
  border: none;
}
.searchForm ul.links, .searchForm ul.links li{
	display: inline;
}
.searchForm ul.links{
	display: flex;
	justify-content: space-between;
	padding: 3px 8px;
	width: 356px;
}

#fReset{
	display: none;
}

.searchForm ul.links li{
	color: #fff;
	height: inherit !important;
}
.searchForm .advsearch {
  line-height: inherit;
  padding: 8px 8px;
  color: #fff;
  background-color: #595959;
  border-left: 1px solid black;
  font-weight: bold;
}
.searchForm .advsearch:hover {
    color: #595959;
    background-color: #fff;
}
/*
.searchForm input[type=submit] {
  line-height: inherit;
	padding: 4px 18px;
  color: #fff;
  background-color: #27606B;
  border-left: 1px solid black;
  font-weight: bold;
}
.searchForm input[type=submit]:hover {
    color: #27606B;
    background-color: #fff;
}*/
.searchForm input[type=submit] {
	color: #333;
	padding: 1px 4px;
	margin: 0 5px;
	border: 1px solid #ccc;
	background: #ccc;
	background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#ccc));
	background: -moz-linear-gradient(top, #efefef, #ccc);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#cccccc');
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: visible\9;
	zoom: 1;
}
.searchForm input[type=submit]:hover {
	color: #fff;
	border: 1px solid #333;
	background: #333;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#333333');
}
.indicator{
	display: none;
	color: #0f0;
}
#btnSearchOptions.active .indicator{
	display: inline;
}

#div_doclist_searchsubcat
{
	background: #fff;
}
#div_doclist_searchsubcat li
{
	background: #C1C1C1;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
#div_doclist_searchsubcat li.prevCat
{
	margin: 0;
	background: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#div_doclist_searchsubcat li.nextCat
{
	background: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#div_doclist_searchsubcat li.prevCat a,
#div_doclist_searchsubcat li.nextCat a
{
	margin: 5px 0 0 0;
	display: block;
	overflow: hidden;
	width: 20px;
	height: 20px;
	text-indent: -1000px;
}
#div_doclist_searchsubcat li.prevCat a
{
	background: url(buttons/arrow_left.png) 0 0 no-repeat;
}
#div_doclist_searchsubcat li.nextCat a
{
	background: url(buttons/arrow_right.png) 0 0 no-repeat;
}
#div_doclist_searchsubcat li.prevCat a:hover,
#div_doclist_searchsubcat li.nextCat a:hover
{
	background-position: 0 -20px;
}
#div_doclist_searchsubcat li.prevCat.disabled a,
#div_doclist_searchsubcat li.nextCat.disabled a,
#div_doclist_searchsubcat li.prevCat.disabled a:hover,
#div_doclist_searchsubcat li.nextCat.disabled a:hover
{
	cursor: default;
	background-position: 0 -40px;
}
#div_doclist_searchsubcat li.selected
{
	background: #27606B;
  color: white;
}
#div_doclist,
#div_detail
{
	background: #efefef;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
  border-top: 5px solid #27606B;
}
.lite #div_doclist,
.minimal #div_doclist,
.lite #div_detail,
.minimal #div_detail
{
	background: #fff;
}
#main .doclistPagenav
{

}
#main .doclistPagenav.top
{

}
#main .doclistPagenav.bottom
{

}
.lite .doclistPagenav.top,
.minimal .doclistPagenav.top
{
	background: #efefef;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
}
.lite .doclistPagenav.bottom,
.minimal .doclistPagenav.bottom
{
	background: #efefef;
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
}
.doclistPagenav.bottom .btnSelectAll,
.doclistPagenav.bottom .btnSelectInvert,
.doclistPagenav.bottom .btnSelectNone,
.doclistPagenav.bottom .btnOrder,
.doclistPagenav.bottom .btnDownload,
.doclistPagenav.bottom .btnPrint,
.doclistPagenav.bottom .btnAddToBasket,
.doclistPagenav.bottom .btnAddComment,
.doclistPagenav.bottom .btnPermalink,
.doclistPagenav.bottom .btnShareVideo
{
	display: block;
	width: 20px;
	height: 20px;
	margin: 5px 0 0 0;
	text-indent: -1000px;
	overflow: hidden;
}
.doclistPagenav.bottom .btnSelectAll
{
	background: url(buttons/item_selectall.png) 0 0 no-repeat;
}
.doclistPagenav.bottom .btnSelectInvert
{
	background: url(buttons/item_selectinvert.png) 0 0 no-repeat;
}
.doclistPagenav.bottom .btnSelectNone
{
	background: url(buttons/item_selectnone.png) 0 0 no-repeat;
}
.doclistPagenav.bottom .btnOrder
{
	background: url(buttons/item_order.png) 0 0 no-repeat;
}
.doclistPagenav.bottom .btnDownload
{
	background: url(buttons/item_download.png) 0 0 no-repeat;
}
.doclistPagenav.bottom .btnPrint
{
	background: url(buttons/item_print.png) 0 0 no-repeat;
}
.doclistPagenav.bottom .btnAddToBasket
{
	background: url(buttons/doc_addtobasket.png) 0 0 no-repeat;
}
.doclistPagenav.bottom .btnAddComment
{
	background: url(buttons/doc_comment.png) 0 0 no-repeat;
}
.doclistPagenav.bottom .btnPermalink
{
	background: url(buttons/doc_permalink.png) 0 0 no-repeat;
}
.doclistPagenav.bottom .btnShareVideo
{
	background: url(buttons/doc_sharevideo.png) 0 0 no-repeat;
}
.doclistPagenav.bottom .btnSelectAll:hover,
.doclistPagenav.bottom .btnSelectInvert:hover,
.doclistPagenav.bottom .btnSelectNone:hover,
.doclistPagenav.bottom .btnOrder:hover,
.doclistPagenav.bottom .btnDownload:hover,
.doclistPagenav.bottom .btnPrint:hover,
.doclistPagenav.bottom .btnAddToBasket:hover,
.doclistPagenav.bottom .btnAddComment:hover,
.doclistPagenav.bottom .btnPermalink:hover,
.doclistPagenav.bottom .btnShareVideo:hover
{
	background-position: 0 -20px;
}
.doclistPagenav.bottom .btnSelectAll.disabled,
.doclistPagenav.bottom .btnSelectAll.disabled:hover,
.doclistPagenav.bottom .btnSelectInvert.disabled,
.doclistPagenav.bottom .btnSelectInvert.disabled:hover,
.doclistPagenav.bottom .btnSelectNone.disabled,
.doclistPagenav.bottom .btnSelectNone.disabled:hover,
.doclistPagenav.bottom .btnOrder.disabled,
.doclistPagenav.bottom .btnOrder.disabled:hover,
.doclistPagenav.bottom .btnDownload.disabled,
.doclistPagenav.bottom .btnDownload.disabled:hover,
.doclistPagenav.bottom .btnPrint.disabled,
.doclistPagenav.bottom .btnPrint.disabled:hover,
.doclistPagenav.bottom .btnAddToBasket.disabled,
.doclistPagenav.bottom .btnAddToBasket.disabled:hover,
.doclistPagenav.bottom .btnAddComment.disabled,
.doclistPagenav.bottom .btnAddComment.disabled:hover,
.doclistPagenav.bottom .btnPermalink.disabled,
.doclistPagenav.bottom .btnPermalink.disabled:hover,
.doclistPagenav.bottom .btnShareVideo.disabled,
.doclistPagenav.bottom .btnShareVideo.disabled:hover
{
	background-position: 0 -40px;
}
.displayModes,
.searchFilter,
.buttonsList,
.toolbar,
.toolbarSelection,
.toolbarBasket,
.toolbarAction
{
	line-height: 30px;
}
.pageNav
{
	line-height: 30px;
}
.displayModes li,
.searchFilter li,
.buttonsList li,
.toolbar li,
.toolbarSelection li,
.toolbarBasket li,
.toolbarAction li,
.pageNav li
{

}
.btnDisplayMosaic,
.btnDisplayList,
.btnDisplayDetail,
.btnDisplayDiapo,
.btnDisplayFlip,
.btnWorkflow,
.btnLoan,
.btnBook
{
	margin: 5px 0 0 0;
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -1000px;
	overflow: hidden;
}
.btnDisplayMosaic
{
	background: url(buttons/display_mosaic.png) 0 0 no-repeat;
}
.btnDisplayList
{
	background: url(buttons/display_list.png) 0 0 no-repeat;
}
.btnDisplayDetail
{
	background: url(buttons/display_detail.png) 0 0 no-repeat;
}
.btnDisplayDiapo
{
	background: url(buttons/display_diaporama.png) 0 0 no-repeat;
}
.btnDisplayFlip
{
	background: url(buttons/display_flippage.png) 0 0 no-repeat;
}
.btnWorkflow
{
	background: url(buttons/item_workflow.png) 0 0 no-repeat;
}
.btnLoan
{
	background: url(buttons/doc_loan.png) 0 0 no-repeat;
}
.btnBook
{
	background: url(buttons/doc_reserve.png) 0 0 no-repeat;
}
.btnDisplayMosaic.selected,
.btnDisplayMosaic:hover,
.btnDisplayList.selected,
.btnDisplayList:hover,
.btnDisplayDetail.selected,
.btnDisplayDetail:hover,
.btnDisplayDiapo.selected,
.btnDisplayDiapo:hover,
.btnDisplayFlip.selected,
.btnDisplayFlip:hover,
.btnWorkflow:hover,
.btnLoan:hover,
.btnBook:hover
{
	background-position: 0 -20px;
}
.btnDisplayMosaic.disabled,
.btnDisplayMosaic.disabled:hover,
.btnDisplayList.disabled,
.btnDisplayList.disabled:hover,
.btnDisplayDetail.disabled,
.btnDisplayDetail.disabled:hover,
.btnDisplayDiapo.disabled,
.btnDisplayDiapo.disabled:hover,
.btnDisplayFlip.disabled,
.btnDisplayFlip.disabled:hover,
.btnWorkflow.disabled,
.btnWorkflow.disabled:hover,
.btnLoan.disabled,
.btnLoan.disabled:hover,
.btnBook.disabled,
.btnBook.disabled:hover
{
	background-position: 0 -40px;
}
.btnPageNext
{
	display: block;
	margin: 5px 0 0 0;
	width: 20px;
	line-height: 20px;
	text-indent: -1000px;
	overflow: hidden;
	background: url(buttons/arrow_next.png) 0 0 no-repeat;
}
.btnPageNext,
.btnPagePrev,
.btnPageFirst,
.btnPageLast
{
	display: block;
	margin: 5px 0 0 0;
	width: 20px;
	line-height: 20px;
	text-indent: -1000px;
	overflow: hidden;
}
.btnPageNext
{
	background: url(buttons/arrow_next.png) 0 0 no-repeat;
}
.btnPagePrev
{
	background: url(buttons/arrow_prev.png) 0 0 no-repeat;
}
.btnPageFirst
{
	background: url(buttons/arrow_first.png) 0 0 no-repeat;
}
.btnPageLast
{
	background: url(buttons/arrow_last.png) 0 0 no-repeat;
}
.btnPageNext:hover,
.btnPagePrev:hover,
.btnPageFirst:hover,
.btnPageLast:hover
{
	background-position: 0 -20px;
}
.btnPageNext.disabled,
.btnPagePrev.disabled,
.btnPageFirst.disabled,
.btnPageLast.disabled,
.btnPageNext.disabled:hover,
.btnPagePrev.disabled:hover,
.btnPageFirst.disabled:hover,
.btnPageLast.disabled:hover
{
	background-position: 0 -40px;
}
.preview .buttonsList
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 20px;
}
.preview .buttonsList .pagenum
{
	position: absolute;
	top: 100%;
	left: 50%;
	margin: -25px 0 0 -100px;
	margin: -40px 0 0 -100px\9;
	width: 200px;
	text-align: center;
}
.preview .buttonsList .btnMagnifier
{
	position: absolute;
	bottom: 5px;
	bottom: 25px\9;
	right: 10px;
	width: 20px;
	height: 20px;
	text-indent: -1000px;
	overflow: hidden;
	background: url(buttons/doc_enlarge.png) 0 0 no-repeat;
}
.preview .buttonsList .btnMagnifier:hover
{
	background-position: 0 -20px;
}
.preview .buttonsList .btnMagnifier.disabled
{
	background-position: 0 -40px;
}
.preview .buttonsList .btnFlipbook
{
	position: absolute;
	bottom: 5px;
	bottom: 25px\9;
	right: 40px;
	width: 20px;
	height: 20px;
	text-indent: -1000px;
	overflow: hidden;
	background: url(buttons/doc_flippage.png) 0 0 no-repeat;
}
.preview .buttonsList .btnFlipbook:hover
{
	background-position: 0 -20px;
}
.preview .buttonsList .btnFlipbook.disabled
{
	background-position: 0 -40px;
}
.preview .btnPagePrev
{
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 40px;
	margin: -40px 0 0 5px;
	background: url(buttons/arrowbig_left.png) 0 0 no-repeat;
}
.preview .btnPageNext
{
	position: absolute;
	top: 50%;
	left: 100%;
	width: 20px;
	height: 40px;
	margin: -40px 0 0 -25px;
	background: url(buttons/arrowbig_right.png) 0 0 no-repeat;
}
.preview .btnPagePrev:hover,
.preview .btnPageNext:hover
{
	background-position: 0 -40px;
}
.preview .btnPagePrev.disabled,
.preview .btnPageNext.disabled,
.preview .btnPagePrev.disabled:hover,
.preview .btnPageNext.disabled:hover
{
	background-position: 0 -80px;
}
#main .doclist.overview,
#main .stdlist.overview
{
	overflow: hidden;
}
.mosaic .doclistItem
{
  height: 222px;
	border-bottom: 1px solid #cdcdcd;
	background: #fff;
}
.mosaic .doclistItem.selected
{
	background: #efefef;
}
.mosaic .doclistItem .figure
{

}
.mosaic .doclistItem .figcaption
{

}
.mosaic .doclistItem .figure img
{

}
.mosaic .doclistItem .fieldlist
{
	/*padding: 40px 0 0 0;*/
  padding: 0 10px 0 10px;
	height: inherit;
	line-height: 16px;
	overflow: hidden;
	/*text-align: center;*/
  text-align: left;
}
.mosaic .doclistItem .fieldlist li
{
	padding: 0;
	height: 16px;
	overflow: visible;
}
.mosaic .doclistItem .fieldlist .title
{
	font-weight: bold;
}
.mosaic .doclistItem .fieldlist label,
.mosaic .doclistItem .fieldlist .noMosaic
{
	display: none;
}
.mosaic .buttonsList
{
	position: absolute;
	top: 140px;
	left: 0;
	/*left: 50%;
	margin: 0 0 0 -65px;*/
	margin: 5px 0 0 10px;
	line-height: 20px;
}
.mosaic .buttonsList li
{
	display: none;
	float: none;
	margin: 10px 0;
}
*+html .mosaic .buttonsList li,
.mosaic .buttonsList li:first-child
{
	display: block;
}
.list .doclistItem,
.orderList .doclistItem
{
	border-bottom: 1px solid #cdcdcd;
	background: #fff;
}
.list .doclistItem.selected,
.orderList .doclistItem.selected
{
	background: #efefef;
}
.list .doclistItem .figure,
.orderList .doclistItem .figure
{

}
.list .doclistItem .figcaption,
.orderList .doclistItem .figcaption
{
	display: none;
}
.list .doclistItem img,
.orderList .doclistItem img
{

}
.list .doclistItem .infos,
.orderList .doclistItem .infos
{

}
.list .doclistItem .fieldlist,
.orderList .doclistItem .fieldlist
{

}
.list .doclistItem .fieldlist li,
.orderList .doclistItem .fieldlist li
{
	padding: 0;
}
.list .doclistItem .fieldlist label,
.orderList .doclistItem .fieldlist label
{
	color: #707070; /*#333;*/
}
.list .doclistItem .fieldlist input,
.orderList .doclistItem .fieldlist input,
.list .doclistItem .fieldlist select,
.orderList .doclistItem .fieldlist select,
.list .doclistItem .fieldlist textarea,
.orderList .doclistItem .fieldlist textarea
{

}
.list .doclistItem .fieldlist .title,
.orderList .doclistItem .fieldlist .title
{
	font-weight: bold;
}
.orderList .buttonsList,
.list .buttonsList
{
	padding: 10px 0 10px;
	line-height: 20px;
}
.list td .buttonsList
{
	padding: 0;
}
.orderList.btnDoclist
{
	line-height: 20px;
}
.replist .doclistItem
{
	float: left;
	width: 50%;
}
.replist .doclistItem:first-child
{
	width: 100%;
}
.tooltip
{
	padding: 10px;
	max-width: 300px;
	background: #fff;
	border: 1px solid #333;
}
.tooltip ul
{

}
.orderList .doclistItem.dragged,
.orderList .doclistItem.dragged.selected
{
	background: #efefef;
	-moz-opacity : 0.3;
	opacity : 0.3;
	filter: alpha(opacity=30);
}
.orderList .doclistItem.tempdrag,
.orderList .doclistItem.dragged.selected.tempdrag
{
	background: #ff0;
	height: 80px;
}
.doclistItemCover
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 990;
}
.doclistItemDetail
{
	position: absolute;
	top: 0;
	left: 0;
	width: 600px;
	height: 300px;
	background: #efefef;
	z-index: 991;
	border: 1px solid #707070;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.doclistItemDetail .figcaption
{
	display: none;
}
.doclistItemDetail .figure
{
	width: 300px;
	height: 300px;
	float: left;
	padding: 10px;
	background: #fff;
	text-align: center;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}
.doclistItemDetail .figure img
{
	display: inline;
	margin: 0 auto;
	width: 100%;
	height: auto;
	max-height: 280px;
	max-width: 300px;
	-ms-interpolation-mode: bicubic;
}
.doclistItemDetail .infos
{
	position: relative;
	width: 260px;
	height: 280px;
	padding: 10px;
	float: left;
	line-height: 20px;
	overflow: hidden;
}
.doclistItemDetail .infos .fieldlist
{
	max-height: 260px;
	overflow: hidden;
}
.doclistItemDetail .infos .fieldlist .title
{
	font-weight: bold;
}
.doclistItemDetail .infos label
{
	display: none;
}
.doclistItemDetail .infos .btnDoclist
{
	position: absolute;
	top: 253px;
	left: 0;
	width: 240px;
	background: #efefef;
}
.docdetail
{
	border-left: 10px solid #efefef;
}
.docdetail .preview
{
  position: relative;
	background: #fff;
	border: 1px solid #cdcdcd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
  right: 0;
}
.docdetail .preview img
{
	border: 1px solid #efefef;
}
#div_metadata_content
{
  margin-top: 10px;
}
.docdetail .infos
{
	background: #efefef;
    left: 0;
}
.docdetail .infos a
{
	text-decoration: underline;
}
.docdetail.large,
.docdetail.large .infos
{
	border: 0;
	left: 0;
}
.detailsectionheader {
	background: #27606B;
	color: #efefef;
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.detailsection {
  margin-top: 10px;
}
.detailtablink
{
	background: #27606B;
	color: #efefef;
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.detailtablink:hover
{
	color: #fff;
}
.detailtablink.selected
{
	color: #fff;
	background-color: #333;
	background-position: 100% -20px;
}

.nav-tabs > li {
  margin-right: 1em;
}
.nav-tabs > li a {
    padding: 0.3em 1em 0.3em 1em;
}
.nav-tabs > li a, .nav-tabs > li a:hover, .nav-tabs > li a:focus {
    color: rgb(51, 51, 51);
    background-color: #C1C1C1;
}
.nav-tabs > li.active a, .nav-tabs > li.active a:hover, .nav-tabs > li.active a:focus {
    color: #FFF;
    background-color: #27606B;
}

/*TODO changer*/
#wrapper {
  margin-right: 350px;
}
#content {
  float: left;
  width: 100%;
}
#sidebar {
  float: right;
  width: 340px;
  margin-right: -350px;
}
#cleared {
  clear: both;
}

.detailtabcontent
{
	background: #fff;
	padding: 10px;
	border: 1px solid #cdcdcd;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	width: auto\9;
	clear: both;
}
.detaildownloads li
{
	clear: both;
	height: 20px;
	line-height: 20px;
	margin: 0 0 5px 0;
}
.detaildownloads a
{
	float: left;
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 0 5px 0 25px;
	background: url(buttons/doc_download.png) 0 0 no-repeat;
}
.detaildownloads a:hover
{
	background-position: 0 -20px;
}
.detailcomments .btnAddComment
{
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -1000px;
	overflow: hidden;
	background: url(buttons/doc_comment-alt.png) 0 0 no-repeat;
}
.detailcomments .btnAddComment:hover
{
	background-position: 0 -20px;
}
.fields .summary
{
	font-weight: bold;
	background: #efefef;
	border-bottom: 1px solid #cdcdcd;
}
.fields label
{
	font-weight: bold;
	color: #333;
}
.fields p
{
	line-height: 20px;
}
.associated{
}
.associated a{
  width: inherit;
  margin: 0.8em;
  padding: 0.8em;
  background-color: #EFEFEF;
  height: 148px;
}
.associated a:hover{
  background-color: #27606B;
}
.associated .summary
{
	background: #efefef;
}
.associated .figure
{

}
.associated .figcaption{
  line-height: inherit;
}
ul.figcaption {
	width: 100%;
	font-size: 90%;
}
ul.figcaption > li {
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
ul.figcaption > li.title {
	font-weight: bold;
}
.associated img
{

}

#video_preview {
  text-align: center;
  /*display: none;*/
}
/*
#video_preview .video-js{
	width: 0 !important;
	height: 100% !important;
}
*/
#video_preview video{
  display: inline-block;
  width: auto !important;
  height: 100% !important;
}
#video_preview video.audio{
	width: 100% !important;
	height: 3.5em !important;
}
#f4Player
{

}
#img_magnifyingglass
{
	background: #fff;
	border: 10px solid #707070;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#img_magnifyingglass img
{

}
.treelist li
{
}
.treelist li .treelist
{

}
.treelist .btn
{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	cursor: default;
	background: url(buttons/arrow_treelist.png) 0 0 no-repeat;
}
.treelist .btn.open
{
	color: #333;
	background: url(buttons/blank.png) 0 0 no-repeat;
	cursor: pointer;
}
.treelist .btn.closed,
.treelist .btn.open:hover
{
	color: #fff;
	background: url(buttons/blank.png) 0 -20px no-repeat;
	cursor: pointer;
}
.treelist .label {
 white-space: inherit;
}
#div_mybasketslite select
{
	width: 100%;
}
.mybasketslite .toolbars{
	margin-top: 1em;
}
.mybasketslite li.list-group-item.selected > a{
	font-weight: bold;
}
.mybasketslite .toolbars > ul{
	float: inherit;
	display: inline;
	margin: inherit;
	line-height: inherit;
}
.mybasketslite .toolbars > ul > li{
	float: inherit;
	display: inline;
	margin: inherit;
	margin-right: 0.25em;
}
.mybasketslite .toolbars > ul > li > a{
	display: inline-block;
}

.basketlistItem .toolbar li
{
	width: 20px;
	overflow: hidden;
	margin: 0 0 0 5px;
}
.btnNewBasket
{
	background: url(buttons/basket_new.png) 0 0 no-repeat;
	height: 20px;
	width: 20px;
	overflow: hidden;
	display: block;
	text-indent: -1000px;
}
.btnNewBasket:hover
{
	background-position: 0 -20px;
}
.basketlist .basketlistItem
{

}
.basketlist .basketlistItem.selected
{

}
.basketlist .basketlistItem h4
{
	background: #f7f7f7;
}
.basketlist .basketlistItem.selected h4
{
	background: #cdcdcd;
}
.basketlistItem  .toolbar
{
	margin: 0;
	padding: 5px 0;
}
.basketlistItem .buttonsList
{
	padding: 5px 0;
	margin-right: 0;
}
.basketlistItem .buttonsList li
{
	margin: 0 0 0 5px;
}
.basketlist .basketlistItem .basketcontent .buttonsList a
{
	display: block;
	background: #efefef;
}
.basketlist .basketlistItem .basketcontent .buttonsList a:hover
{
	color: #fff;
	background: #333;
}
.btnBasketExport, .btnBasketDownload, .btnBasketDisplay, .btnBasketEdit, .btnBasketOrder, .btnBasketDelete, .btnBasketSendto,
.btnEdit, .btnDelete, .btnExecQuery
{
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -1000px;
	overflow: hidden;
}
.btnBasketDisplay
{
	background: url(buttons/display_list.png) 0 0 no-repeat;
}
.btnBasketEdit
{
	background: url(buttons/item_action.png) 0 0 no-repeat;
}
.btnBasketDownload
{
	background: url(buttons/item_download.png) 0 0 no-repeat;
}
.btnBasketExport
{
	background: url(buttons/log.png) 0 0 no-repeat;
}
.btnBasketOrder
{
	background: url(buttons/item_order.png) 0 0 no-repeat;
}
.btnDelete,
.btnBasketDelete
{
	background: url(buttons/item_delete.png) 0 0 no-repeat;
}
.btnBasketSendto
{
	background: url(buttons/item_sendbasket.png) 0 0 no-repeat;
}
.btnEdit
{
	background: url(buttons/item_edit.png) 0 0 no-repeat;
}
.btnExecQuery
{
	background: url(buttons/item_exec.png) 0 0 no-repeat;
}
.btnBasketExport:hover,
.btnBasketDownload:hover,
.btnBasketDisplay:hover,
.btnBasketEdit:hover,
.btnBasketOrder:hover,
.btnBasketDelete:hover,
.btnBasketSendto:hover,
.btnDelete:hover,
.btnEdit:hover,
.btnExecQuery:hover
{
	background-position: 0 -20px;
}
.basketlist .basketlistItem  .basketcontent li
{
	background: #f7f7f7;
}
.basketlist .basketlistItem  .basketcontent img
{

}
.basketlist .basketlistItem  .btnBasketDefault
{
	background: #efefef;
	color: #333;
}
.basketlist .basketlistItem  .btnDelFromBasket
{
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 20px;
	line-height: 20px;
	background: #efefef;
	text-align: center;
}
.basketlist .basketlistItem  .btnDelFromBasket:hover
{
	color: #fff;
	background: #333;
}
.basketlist .basketlistItem  .basketcontent li:hover .btnDelFromBasket
{
	display: block;
}
#div_mybasketslite .slide .imagenav .previous a
{
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -1000px;
	overflow: hidden;
	background: url(buttons/arrow_left.png) 0 0 no-repeat;
}
#div_mybasketslite .slide .imagenav .next a
{
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -1000px;
	overflow: hidden;
	background: url(buttons/arrow_right.png) 0 0 no-repeat;
}
#div_mybasketslite .slide .imagenav .previous a:hover,
#div_mybasketslite .slide .imagenav .next a:hover
{
	background-position: 0 -20px;
}
.historylistItem,
.downloadlistItem
{
	position: relative;
	padding: 0 40px 5px 0;
	min-height: 20px;
}
.historylistItem .btnPermalink
{
	position: absolute;
	top: 0;
	right: 44px;
	display: none;
	width: 20px;
	height: 20px;
	text-indent: -1000px;
	overflow: hidden;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	color: #333;
	background: url(buttons/doc_permalink.png) 0 0 no-repeat;
}
.btnHistorySave
{
	position: absolute;
	top: 0;
	right: 22px;
	display: none;
	width: 20px;
	height: 20px;
	text-indent: -1000px;
	overflow: hidden;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	color: #333;
	background: url(buttons/item_save.png) 0 0 no-repeat;
}
.btnDelHistory,
.btnDelDownload
{
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	width: 20px;
	height: 20px;
	text-indent: -1000px;
	overflow: hidden;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	color: #333;
	background: url(buttons/item_delete.png) 0 0 no-repeat;
}
.historylistItem:hover .btnPermalink,
.historylistItem:hover .btnHistorySave,
.historylistItem:hover .btnDelHistory,
.downloadlistItem:hover .btnDelDownload
{
	display: block;
}
.historylistItem:hover .btnPermalink:hover,
.historylistItem:hover .btnHistorySave:hover,
.historylistItem:hover .btnDelHistory:hover,
.downloadlistItem:hover .btnDelDownload:hover
{
	color: #fff;
	background-position: 0 -20px;
}
.buttonsListItem input
{
	display: block;
	width: 16px;
	height: 16px;
	margin: 2px;
	border: none;
	/*display: block;
	width: auto;
	height: auto;
	margin: 0;
	border: none;*/
}
.buttonsListItem.chk {
	width: 20px;
	margin: 0 auto;
	position: relative;
}
.buttonsListItem.chk  label {
	cursor: pointer;
	position: absolute;
	width: 18px;
	height: 18px;
	top: 0;
	left: 0;
	border-radius: 4px;
	border: 1px solid #ccc;
	background: #ccc;

	background: -webkit-linear-gradient(top, #efefef 0%, #cccccc 100%);
	background: -moz-linear-gradient(top, #efefef 0%, #cccccc 100%);
	background: -o-linear-gradient(top, #efefef 0%, #cccccc 100%);
	background: -ms-linear-gradient(top, #efefef 0%, #cccccc 100%);
	background: linear-gradient(top, #efefef 0%, #cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#cccccc',GradientType=0 );
	display: none\9;
	float: none;
}

.buttonsListItem.chk label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 3px;
	left: 3px;
	border: 3px solid #111;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.buttonsListItem.chk label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.5;
}
.buttonsListItem.chk input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.buttonsListItem .btn
{
	height: 20px;
	line-height: 20px;
	white-space: nowrap;
	display: block;
}
.buttonsListItem .btnDetail,
.buttonsListItem .btnAddToBasket,
.buttonsListItem .btnDownload,
.buttonsListItem .btnOrderDisplay,
.buttonsListItem .btnDelFromBasket
{
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -1000px;
	overflow: hidden;
}
.buttonsListItem .btnDetail
{
	background: url(buttons/item_detail.png) 0 0 no-repeat;
}
.buttonsListItem .btnAddToBasket
{
	background: url(buttons/item_addtobasket.png) 0 0 no-repeat;
}
.buttonsListItem .btnDownload
{
	background: url(buttons/item_download.png) 0 0 no-repeat;
}
.buttonsListItem .btnOrderDisplay
{
	background: url(buttons/item_view.png) 0 0 no-repeat;
}
.buttonsListItem .btnDelFromBasket
{
	background: url(buttons/item_delete.png) 0 0 no-repeat;
}
.buttonsListItem .btnDetail:hover,
.buttonsListItem .btnAddToBasket:hover,
.buttonsListItem .btnDownload:hover,
.buttonsListItem .btnOrderDisplay:hover,
.buttonsListItem .btnDelFromBasket:hover
{
	background-position: 0 -20px;
}
.buttonsListItem .btnDetail.disabled,
.buttonsListItem .btnAddToBasket.disabled,
.buttonsListItem .btnDownload.disabled,
.buttonsListItem .btnDetail.disabled:hover,
.buttonsListItem .btnAddToBasket.disabled:hover,
.buttonsListItem .btnDownload.disabled:hover,
.buttonsListItem .btnOrderDisplay.disabled,
.buttonsListItem .btnOrderDisplay.disabled:hover,
.buttonsListItem .btnDelFromBasket.disabled,
.buttonsListItem .btnDelFromBasket.disabled:hover
{
	background-position: 0 -40px;
}
.btnApplyToAll
{
	float: left;
	margin: 0 0 0 5px;
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -1000px;
	overflow: hidden;
	background: url(buttons/item_selectall.png) 0 0 no-repeat;
}
.btnApplyToAll:hover
{
	background-position: 0 -20px;
}
.btnApplyToAll.disabled,
.btnApplyToAll.disabled:hover
{
	background-position: 0 -40px;
}
input,
select,
textarea
{
	border: 1px solid #ccc;
}
input.highlight,
select.highlight,
textarea.highlight
{
	border: 1px solid #b00;
}
.button,
.abutton,
.btnPayment
{
	cursor: pointer;
	padding: 1px 4px;
	border: 1px solid #ccc;
	background: #ccc;
	background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#ccc));
	background: -moz-linear-gradient(top,  #efefef,  #ccc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#cccccc');
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: visible\9;
}
.doclistPagenav.bottom .button,
.doclistPagenav.bottom .abutton,
.button:hover,
.abutton:hover,
.btnPayment
{
	color: #fff;
	border: 1px solid #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#707070), to(#333));
	background: -moz-linear-gradient(top,  #707070,  #333);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#707070', endColorstr='#333333');
}
.button.disabled,
.button.disabled:hover
{
	color: #eee;
	background: #ccc;
}
.doclistPagenav.bottom .button:hover,
.doclistPagenav.bottom .abutton:hover,
.btnPayment:hover
{
	background: #333;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#333333');
}
a.button
{
	height: 20px;
	line-height: 20px;
	zoom: 1;
}
.stdForm fieldset
{

}
.stdForm legend
{
	background: #f7f7f7;
	border-bottom: 1px solid #cdcdcd;
}
.stdForm p
{
	padding: 5px 10px;
	line-height: 20px;
}
.stdForm label
{

}
.stdForm label em
{
	color: #f00;
}
.stdForm textarea
{

}
.stdForm input[type=checkbox],
.stdForm input[type=checkbox]
{

}
.stdForm input[type=checkbox] ~ a{
	text-decoration: underline;
	line-height: 22px;
}
.stdForm .btnCalendar
{

}

.btnAdvSearchAdd,
.btnAdvSearchDel
{

}
#formAdvSearch .formaction {
	padding: 10px 0 0 0;
}
#formAdvSearch .button {
	margin: 0 6px;
	font-weight: bold;
  }
.stdForm .btnAdvSearchHelp
{
	display: block;
	margin: 0 0 0 5px;
	width: 20px;
	height: 20px;
	text-indent: -1000px;
	overflow: hidden;
	float: left;
	background: url(buttons/search_helplist.png) 0 0 no-repeat;
	border: none;
	cursor: pointer;
}
.stdForm .btnAdvSearchHelp:hover
{
	background-position: 0 -20px;
}
.filterForm
{
	padding: 0 0 20px 0;
}
.filterForm li
{

}
.filterForm label
{

}
.filterForm .formaction
{

}
.filterForm .button,
.filterForm .abutton
{

}
.fixedaction
{
	position: fixed;
	bottom: 0;
	left: 0;
	height: 30px;
	background: #fff;
}
.helplist.forfixedaction
{
	padding-bottom: 40px;
}
.icoOrderStatus_ERR_INCOMPLETE,
.icoOrderStatus_PENDING,
.icoOrderStatus_REJECTED,
.icoOrderStatus_ACCEPTED,
.icoOrderStatus_PAID
{
	padding: 0 0 0 25px;
	float: left;
	display: block;
	height: 20px;
	line-height: 20px;
}
.icoOrderStatus_ERR_INCOMPLETE
{
	background: url(img/bullet-black-alt.png) 0 0 no-repeat;
}
.icoOrderStatus_PENDING
{
	background: url(img/bullet-yellow-alt.png) 0 0 no-repeat;
}
.icoOrderStatus_REJECTED
{
	background: url(img/bullet-red-alt.png) 0 0 no-repeat;
}
.icoOrderStatus_ACCEPTED
{
	background: url(img/bullet-green-alt.png) 0 0 no-repeat;
}
.icoOrderStatus_PAID
{
	background: url(img/bullet-blue-alt.png) 0 0 no-repeat;
}
.icoStatus
{
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -1000px;
	overflow: hidden;
}
.icoStatus.prev
{
	background: url(buttons/arrow_up.png) 0 0 no-repeat;
}
.icoStatus.next
{
	background: url(buttons/arrow_down.png) 0 0 no-repeat;
}
.icoStatus:hover
{
	background-position: 0 -20px;
}
.icoStatus.disabled
{
	background-position: 0 -40px;
}
tr.rowalt0
{
	background: #f7f7f7;
}
tr.rowalt1
{
	background: #fff;
}
tr.highlight td
{
	border-top: 2px solid #333;
	background: #ccc;
}
td.gridstart
{
	border-left: 1px solid #ccc;
}
td.subgridstart
{
	border-left: 1px solid #eee;
}
.ar-dlgcover,
.ar-dlgcovermini,
#diaporamacover
{
	-moz-opacity : 0.7;
	opacity : 0.7;
	filter: alpha(opacity=70);
}
.ar-dlgcovermini
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 1px;
	z-index: 999;
	overflow: visible;
}
.ar-dlgcover.opaque,
#diaporamacover
{
  background: #000;
}
#diaporamawindow
{
	background: #fff;
}
.ar-dlgcovermini.opaque
{
  width: 1px;
  height: 1px;
}
.ar-dlgwindow,
.ar-dlgloading,
.ar-dlgloadingwindow,
.ar-dlgloadingmini
{
	background: #fff;
	border: 1px solid #333;
}
.ar-loading
{
	background: none;
}
.ar-dlgloadingmini
{
	width: 60px;
	height: 60px;
	margin: 0 0 0 -30px;
	background: #fff url(img/ajax-loader.gif) 50% 50% no-repeat;
}
.ar-dlgloadingmini .ar-loading
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	overflow: visible;
}
.ar-dlgloadingmini .ar-loading h3
{
  display: none;
}
.ar-dlgloadingmini .ar-loading a
{
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -1000px;
  overflow: hidden;
  background: none;
}
.ar-dlgtoolbar
{
	background: #efefef;
}
.ar-loading h3
{
  padding: 10px 0;
}
.ar-dlgtoolbar a
{
	display: block;
	width: 20px;
	height: 20px;
	margin: 5px 0 0 0;
	text-indent: -1000px;
	overflow: hidden;
	background: url(buttons/close.png) 0 0 no-repeat;
}
.ar-dlgtoolbar a:hover
{
	background-position: 0 -20px;
}
.ar-dlgcontents
{
	background: #fff;
}
.ar-dlgloading .ar-dlgcontents,
.ar-dlgloadingwindow .ar-dlgcontents,
.ar-dlgloadingmini .ar-dlgcontents
{
	top: 0;
	background: none;
}
.ar-dlgloading .ar-dlgtoolbar,
.ar-dlgloadingwindow .ar-dlgtoolbar,
.ar-dlgloadingmini .ar-dlgtoolbar
{
	display: none;
}
.ar-menucontents
{
	background: #fff;
	border: 1px solid #333;
}
.ar-menucontents li
{
	border-bottom: 1px solid #f7f7f7;
}
.ar-dlgiframe
{

}
.icoNew
{
	cursor: pointer;
	padding: 1px 4px;
	border: 1px solid #ccc;
	-background: #ccc;
	background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#ccc));
	background: -moz-linear-gradient(top,  #efefef,  #ccc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#cccccc');
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: visible\9;
}
.icoNew:hover
{
	color: #fff;
	border: 1px solid #333;
	-background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#707070), to(#333));
	background: -moz-linear-gradient(top,  #707070,  #333);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#707070', endColorstr='#333333');
}
#divLog
{
	font-size: 10px;
	background: #efefef;
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
}
#divLog_link
{
	float: left;
	display: block;
	width: 20px;
	height: 20px;
	margin: 5px 5px 0 0;
	text-indent: -1000px;
	overflow: hidden;
	background: url(buttons/log.png) 0 0 no-repeat;
}
#divLog_link:hover
{
	background-position: 0 -20px;
}
#divLog_link.highlight,
#divLog_link.highlight:hover
{
	background-position: 0 -60px;
}
#divLog ul
{
	width: 200px;
	float: left;
}
.footer {
  border-top: 20px solid white;
  background: #27606B;
  height: 62px;
  line-height: 42px;
}
body.minimal .footer {
  height: inherit;
  line-height: inherit;
  padding: 6px 0 6px 0;
}
body.minimal #div_doclist {
  border: none;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
}
.footer .nav:before {
    display: inherit;
    content: inherit;
}
.footer .nav,
.footer ul,
.footer li
{
	margin-right: 40px;
}
.footer li a{
  color: white;
}
/*
	Mailbox
*/
.msgline
{
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	background: #fff;
	overflow: auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #cdcdcd;
}
.msgline h5
{
	position: relative;
	padding: 0 10px;
	height: 20px;
	line-height: 20px;
	border-bottom: 1px solid #cdcdcd;
	overflow: hidden;
}
.msgline p
{
	padding: 0 10px;
	line-height: 20px;
}
.msgline.highlight h5
{
	background: #707070;
	color: #fff;
}
.msgline h5 span
{
	float: left;
	overflow: hidden;
}
.msgline h5 a span
{
	float: none;
}
.msgline.highlight h5 a,
.msgline.highlight h5 a:hover
{
	float: none;
	color: #fff;
}
.msgline .toolbar_btn
{
	margin: 0;
	display: block;
	float: none;
}
.msgline .toolbar_btn .btnView
{
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 80%;
	height: 20px;
	text-indent: -1000px;
	overflow: hidden;
	background: none;
}
.msglist .btnMsgRead0,
.msglist .btnMsgRead1,
.msglist .btnReply,
.msglist .btnDelete,
.msglist .btnPriority0,
.msglist .btnPriority1,
.msglist .btnPriority2,
.msglist .btnPriority3
{
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -1000px;
	overflow: hidden;
}
.msglist .btnMsgRead0
{
	background: url(buttons/mail_unread.png) 0 0 no-repeat;
}
.msglist .btnMsgRead1
{
	background: url(buttons/mail_read.png) 0 0 no-repeat;
}
.msglist .btnReply
{
	background: url(buttons/mail_respond.png) 0 0 no-repeat;
}
.msglist .btnDelete
{
	background: url(buttons/mail_delete.png) 0 0 no-repeat;
}
.msglist .btnPriority1
{
	background: url(buttons/mail_priority.png) 0 0 no-repeat;
}
.msglist .btnPriority2
{
	background: url(buttons/mail_priority.png) 0 -20px no-repeat;
}
.msglist .btnPriority3
{
	background: url(buttons/mail_priority.png) 0 -40px no-repeat;
}
.msglist .btnPriority0
{
	background: url(buttons/mail_priority.png) 0 -60px no-repeat;
}
.current input
{
	width: 50px;
	text-align: center;
}
.btnYearPrev,
.btnYearNext,
.btnMonthPrev,
.btnMonthNext
{
	margin: 5px 0;
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -1000px;
	overflow: hidden;
}
.btnYearPrev
{
	background: url(buttons/arrow_first.png) 0 0 no-repeat;
}
.btnYearNext
{
	background: url(buttons/arrow_last.png) 0 0 no-repeat;
}
.btnMonthPrev
{
	background: url(buttons/arrow_prev.png) 0 0 no-repeat;
}
.btnMonthNext
{
	background: url(buttons/arrow_next.png) 0 0 no-repeat;
}
.btnYearPrev:hover,
.btnYearNext:hover,
.btnMonthPrev:hover,
.btnMonthNext:hover
{
	background-position: 0 -20px;
}
.list_caption
{
	position: fixed;
	bottom: 30px;
	right: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	margin: 0 10px 5px 0;
	overflow: hidden;
	background: #333;
}
.list_caption:hover
{
	width: auto;
	max-width: 240px;
	height: 154px;
	overflow: auto;
	padding: 0 2px;
	margin: -154px 10px 5px 0;
	background: #fff;
	border: 1px solid #333;
}
.list_caption li
{
	display: none;
}
.list_caption:hover li
{
	clear: both;
	display: block;
	line-height: 18px;
	padding: 0 10px;
	margin: 4px 0;
	background: #fff;
	border-width: 0 0 0 20px;
	border-style: solid;
}

/*
	FORUM UserItem
*/
.userItem
{
	width: 500px;
	margin: 10px auto;
	position: relative;
	background: #efefef;
	padding: 10px 20px;
	min-height: 140px;
	/*border: 1px solid #707070;*/
}
.userItem .figure
{
	float: left;
	position: relative;
	text-align: center;
	background: #fff;
	width: 98px;
	max-height: 98px;
	padding: 1px;
	z-index: 2;
	border: 1px solid #ccc;
}
.userItem .figure img
{
	margin: 0 auto;
	padding: 1px;
	width: auto;
	height: auto;
	max-width: 96px;
	max-height: 96px;
}
.userItem .infos
{
	float: left;
	padding: 30px 0 0 37px;
	line-height: 20px;
}
.userItem .infos li
{
	clear: both;
}
.userItem .infos label
{
	float: left;
	width: 150px;
	font-weight: bold;
	color: #999;
}
.userItem .username
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 0 0 0 160px;
	background: #fff;
	/*color: #fff;
	-background: #707070;
	background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#707070));
	background: -moz-linear-gradient(top,  #ccc,  #707070);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#707070');
	border-bottom: 1px solid #fff;*/
	height: 30px;
	line-height: 30px;
	font-weight: bold;
}
.userItem .username label
{
	display: none;
}
.userItem .like
{
	position: absolute;
	top: 120px;
	left: 20px;
	width: 100px;
	height: 20px;
	line-height: 20px;
	background: #707070;
	padding: 0 1px;
	text-align: center;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-weight: bold;
	display: none;
}
.userItem .like label
{
	display: none;
}

/*
	Loan
*/
.toolbar_btn li.btnTypeBooking,
.toolbar_btn li.btnTypeLoan,
.toolbar_btn .btnRenew,
.toolbar_btn .btnAlert,
.toolbar_btn .btnCancelBook
{
	width: auto;
	height: 20px;
	display: block;
	line-height: 20px;
	padding: 0 0 0 30px;
	margin: 0;
	white-space: nowrap;
}
.toolbar_btn li.btnTypeBooking
{
	background: url(buttons/doc_loan-alt.png) 0 0 no-repeat;
}
.toolbar_btn li.btnTypeLoan
{
	background: url(buttons/doc_reserve-alt.png) 0 0 no-repeat;
}
.btnAlert
{
	background: url(buttons/alert.png) 0 0 no-repeat;
}
.btnRenew
{
	background: url(buttons/doc_renew.png) 0 0 no-repeat;
}
.btnCancelBook
{
	background: url(buttons/doc_loancancel.png) 0 0 no-repeat;
}
.btnRenew:hover,
.btnCancelBook:hover
{
	background-position: 0 -20px;
}
.btnRenew.disabled,
.btnRenew.disabled:hover,
.btnCancelBook.disabled,
.btnCancelBook.disabled:hover
{
	background-position: 0 -40px;
}
.icoSelect
{
	width: 20px;
	height: 20px;
	display: block;
	text-indent: -1000px;
	overflow: hidden;
	background: url(img/tick.png) 0 0 no-repeat;
}
.stdForm .icoSelect {
    float: left;
    margin: -0.2em 0;
}
input.readonly
{
  cursor: default;
  text-decoration: none;
	background-color: transparent;
}

.toggle.unselected
{
	opacity:0.5;
	filter:alpha(opacity=50);
}
.toggle.selected
{
}
.icoSelect.unselected
{
	background: url(img/bullet-red-alt.png) 0 0 no-repeat;
}
.icoSelect.selected
{
	background: url(img/bullet-green-alt.png) 0 0 no-repeat;
}

.loantablink
{
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	background: #f7f7f7;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.loantablink.selected
{
	-background: #efefef;
	background: -webkit-gradient(linear, left top, left bottom, from(#cdcdcd), to(#efefef));
	background: -moz-linear-gradient(top,  #cdcdcd,  #efefef);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cdcdcd', endColorstr='#efefef');
	color: #333;
}
.sliderbar
{
	clear: both;
	margin: 30px 0 0;
	width: 100%;
	height: 16px;
	background: #fff url(img/slider_background.png) 0 0 no-repeat;
}
.slidercursor
{
	cursor: pointer;
	width: 8px;
	height: 16px;
	background: url(img/slider_cursor.png) 0 0 no-repeat;
}
.slidercursor p
{
	position: absolute;
	top: 0;
	left: 50%;
	padding: 0 5px;
	margin: -30px 0 0 -30px;
	width: 60px;
	text-align: center;
	height: 20px;
	line-height: 20px;
	background: #fff;
	border: 1px solid #cdcdcd;
	z-index: 999;
}
#logBox
{
	background: #efefef;
	border: 2px solid #333;
	font-size: 12px;
	line-height: 20px;
}
.sortingListTempElement
{

	background: #ff0;
}
.sortingListDragElement
{
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 100%;
	display: block;
	line-height: 20px;
	padding: 0;
	margin: 0;
	text-indent: -1000px;
	background: #ccc url(buttons/item_drag.png) 0 0 no-repeat;
	cursor: move;
}
/*.sortingListDragElement:hover
{
	background-position: 0 -20px;
}*/
.ar-menuSearch
{
  height: 30px;
  background: #ccc;
  white-space: nowrap;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.ar-menuSearchField
{
  margin: 0 0 0 1%;
  width: 78%;
}
.ar-menuSearchButton
{
  float: none;
  font-size: 9px;
  padding: 3px 5px;
  width: auto;
  border: 1px solid #74ab21;
  background: #86c22d;
  color: #fff;
  overflow: visible;
  cursor: pointer;
  font-weight: bold;
  margin: 0 0 0 1%;
}
.ar-menuNav
{
  margin: 0;
  height: 30px;
  background: #ccc;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.ar-menuNav .prev
{
  margin: 5px;
  float: left;
}
.ar-menuNav .prev a
{
  display: block;
  width: 20px;
  height: 20px;
  text-indent: -1000px;
  overflow: hidden;
  background: url(buttons/arrow_prev.png) 0 0 no-repeat;
}
.ar-menuNav .next
{
  margin: 5px;
  float: right;
}
.ar-menuNav .next a
{
  display: block;
  width: 20px;
  height: 20px;
  text-indent: -1000px;
  overflow: hidden;
  background: url(buttons/arrow_next.png) 0 0 no-repeat;
}
.ar-msgcontent
{
	overflow: auto;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 1em;
}

.detailtablinks.selected {
    background: none repeat scroll 0% 0% #333;
}
.detailtablinks {
    color: #FFF;
    background: none repeat scroll 0% 0% #707070;
    height: 20px;
    line-height: 20px;
    padding: 0px 10px;
    border-top: 1px solid #707070;
    float: left;
    margin: 0px 10px 0px 0px;
}

.detaillinkeddocstitle {
    background: none repeat scroll 0 0 #707070;
    border-top: 1px solid #707070;
    color: #FFFFFF;
    float: left;
    height: 20px;
    line-height: 20px;
    margin: 5px 10px 0 0;
    padding: 0 10px;
}
.detaillinkeddocstitle.selected {
    background: none repeat scroll 0 0 #333;
}

ul.popup{
  padding: 1em;
  text-align: left;
}
ul.popup li{
  margin: 1em;
}
ul.popup label{
  font-weight: bold;
}

ul#toolbar_basket a.btnBasketSendto{
  display: none;
}
.form_basketDownload legend {
    background: #f7f7f7;
    border-bottom: 1px solid #cdcdcd;
    font-weight: bold;
    padding: 0 1%;
    display: block;
    width: 98%;
    width: 96%\9;
    height: 20px;
    line-height: 20px;
}
.form_basketDownload fieldset{
	margin-bottom: 1em;
	border-bottom: 1px solid #cdcdcd;
}
.form_basketDownload fieldset ul{
	margin: 1em;
}
.form_basketDownload fieldset li{
	line-height: 1.75em;
}
.form_basketDownload fieldset input[type=checkbox]{
	margin: 0 1em 0 0;
}
.form_basketDownload input.button[type=submit]{
	color: #fff;
	background: #007bff;
	border-color: #007bff;
	padding: 0.25em 1em;
}

.form_basketDownload input.button[type=submit]:hover{
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc;
}
.ar-msgcontent .alert{
	font-size: 125%;	
}
.moduleAlert{
	margin: 1em;

	text-shadow: 0 1px 0 rgba(255,255,255,.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
  	border-top-color: transparent;
  	border-right-color: transparent;
  	border-bottom-color: transparent;
  	border-left-color: transparent;
	border-radius: 4px;
}
.moduleAlert.error{
	background-image: -webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%);
	background-image: -o-linear-gradient(top,#f2dede 0,#e7c3c3 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#e7c3c3));
	background-image: linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
	background-repeat: repeat-x;
	border-color: #dca7a7;
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
.captcha-container{
	float: right;
	width: 48%;
	margin-right: 20%;	
}
.g-recaptcha {
	display: inline-block;
}
