@charset "utf-8";

table {  border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

ol, ul {
	list-style: none;
}

#contentHeader {
	background: none;
	height: 100px;
	width: 100%;
}

#contentMain {
	width: 100%;
	position: relative;
	min-width: 960px;
}

#openOption {
	display: inline-block;
	float: left;
	padding: 5px 15px 5px 5px;
	width: 220px;
}

#customUpperRight {
	position: absolute;
    right: 21px;
    top: 57px;
}	

#customUpperCenter {
	width: 1000px;
	margin-left: -294px;    /*  (1000-412)/2   */ 
	margin-right: auto;
	padding-bottom: 40px;
}

#customUpperRight img {
	display: block;
}

#customUpperCenter img {
	margin-left: auto;
    margin-right: auto;	
    max-height: 100px;
    display: block;
}

#openWithMenuUl.MenuUl {
	width: 209px;
	position: absolute; 
	top: 4px; 
	z-index: 1002;
	border-radius: 5px;
	background: linear-gradient(#80898D, #343333) #343333;
	padding: 0;
}

.openContentWith {
	color: ffffff;
}

#openWithMenuUl.MenuUl li:FIRST-CHILD, #navMenuUl.MenuUl li:FIRST-CHILD:HOVER {
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

#openWithMenuUl.MenuUl li:LAST-CHILD, #navMenuUl.MenuUl li:LAST-CHILD:HOVER {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#openWithMenuUl.MenuUl li{
	font-weight: bold;
	padding: 10px;
	line-height: 12px;
}

.imagePreview img {
	max-width: 100%;
}

.pdfPreview p, .imagePreview p {
	color: #414B50;
	margin-top: 341px;
	font-size: 64px;
	font-weight: bold;
	display: inline-block;
}

.imagePreview {
	overflow-y: auto;	
}


.pdfPreview, .imagePreview {
	width: 100%;
	height: 700px;
} 

.richtextPreview iframe {
    height: 700px;
    width: 100%;
    overflow-y: auto;
}

.scrollable.no_scroll_v .scrollcontent {
	left: 0 !important;
	right: 0 !important;
}

.scrollable .vscroller .scrollblock {
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(0.0, #585E63),
		color-stop(1.0, #3C3C3C)
	) !important;
	
	background: -moz-linear-gradient(
		left center,
		#585E63 0%,
		#3C3C3C 100%
	) !important;
}

.scrollable .scrollblock {
	background-color: #585E63 !important;
}

.scrollable.no_scroll_h .scrollcontent {
	top: 0!important;
	bottom: 0 !important;
}

#myTags {
	font-size: 64px;
	background-color: #ffffff;
	background-image: url("../../app.portal/img/bg_pattern_grey_standard.jpg");
	width: 500px;
	height: 500px;	
}
/* .breadcrumbLogo{
	position:absolute;
	left:37px;
	top:3px;"	
} */
 

#inputFieldId {
	margin: 5px 0;
	border-radius: 3px;
}

.resType {
	background: none repeat scroll 0 0 transparent;
    float: left;
    width: 70px;
}

.resValue {
	border-left: 2px solid gray;
	padding-left: 10px;
	display: inline-block;
	width: 340px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.searchAll {
	background: transparent;
	text-align: center;
	border-color: black !important;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

.searchAll:hover {
	cursor: pointer;
	text-decoration: underline;
}

#dialogIcon {
	display: none;
}

#tagCloud span:hover, #myTags span:hover {
	cursor: pointer;
	text-decoration: underline;
}

#dockIconsInner {
	display: inline-block;
	min-width: 63px;
	min-height: 47px;
	padding: 5px;
}

.dockIconsOuter {
	position: absolute;
	bottom: 100px;
	width: 100%;
	text-align: center;
	z-index: 1;
}

.dockIconsOuterConfig {
	position: absolute;
	bottom: 120px;
	width: 100%;
	text-align: center;
}

#help a.linkPlato:hover {
	color: #721212;
	text-decoration: underline;
}

/**************/
/*  Settings  */
/**************/

#lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/system/lightbox_bg.png) repeat;
    text-align: center;
	z-index: 9999;
}

#lightBoxContent {
	width: 460px;
	height: 200px;
	background: url(../img/system/system_message_bg.png) transparent 0 0 no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -100px 0 0 -230px;
}

.closeButton {
	position: absolute;
	top: 12px;
	right: 13px;
	cursor: pointer;
	z-index: 10000;	
}

#lightbox h6 {
	color: #FFFFFF;
	margin: 15px 0px 20px 0px;
}

#lightbox td {
	text-align: left;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal !important;
}

#lightbox .settingsDiv {
	margin: 0px 0px 10px 0px;
}

#lightbox table {
	width: 400px;
	margin: 0px 25px 0px 25px;
}


#lightbox .btnAbbrechen {
	border: 0;
	padding: 0;
	margin: 0px 10px 0px 0px;
	background: url('../img/dashboard/bg_button_red_100.png');
	width: 100px;
	height: 28px;
	color: #FFFFFF;
	font-weight: bold;
}

#lightbox .btnAbbrechen:hover {
	background: url('../img/dashboard/bg_button_red_100_h.png');
}

#lightbox .btnUebernehmen {
	border: 0;
	padding: 0;
	margin: 0;
	background: url('../img/dashboard/bg_button_green_100.png');
	width: 100px;
	height: 28px;
	color: #FFFFFF;
}

#lightbox .btnUebernehmen:hover {
	background: url('../img/dashboard/bg_button_green_100_h.png');
}

#searchFeedbackList a:hover {
	background: url(../img/dock/search/searchFeedback_listItem_bg_hover.png) transparent 0 0 no-repeat;
}

#searchFormAB * {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border: 0;
}

#searchFormAB .searchfield {
	background: transparent;
	width: 222px;
	height: 14px;
	margin: 13px 0 13px 10px;
	float: left;
}

#searchFormAB .searchtool {
	width: 278px;
	height: 40px;
	background: url("../img/system/search_input_bg_focus.png") no-repeat scroll 0 0 transparent;
	margin: 0 45px 0 20px !important;
	vertical-align: middle;
}

#searchFormAB .startSearch {
	background: transparent;
	height: 36px !important;
	width: 36px !important;
	margin: 2px 10px 2px 0 !important;
	float: left !important;
	padding: 0 !important;
}

#searchFormAB button {
	margin: 5px 0 5px 20px;
}

/*
#searchFormAB {
	float: right;
*/

#tabs .docTab  li a {
	padding: 0.6em 1.2em;
	width: 120px;
	outline: none;
}

#tabs .docTab > li {
	float: left;
	margin: 0 5px 0 0;
	font-size: 13px;
	font-weight: bold;
	height: 33px;
	width: 150px;
	padding-bottom: 1px;
}

#widgetLeft {
	padding: 0px 0px 0px 0px;
	margin: 0px 21px 0px 21px;
}

#widgetRight {
	padding: 0px 0px 0px 0px;
	margin: 147px 21px 0px 0px;
	width: 278px;
	position: fixed;
	top: 0;
	right: 0;
	display: none;
}

#xeriContentHead {
	background: none;
	height: 100px;
}

#widgetsMain {
	width: 100%;
	position: relative;
	min-width: 960px;
}

#wlDocuments tr:hover td a,#wlDocuments tr:hover td a:hover, #viewStructure tr:hover td a, #viewStructure tr:hover td a:hover {
	color: #FFFFFF;
}

#wlDocuments th {
	background: #eaeded;
	height: 0;
  	line-height: 0;
  	padding: 0 30px 0 0;
  	color: transparent;
  	border: none;
  	white-space: nowrap;
}

#wlDocuments th div {
	position: absolute;
  	background: #eaeded;
  	color: #414b50;
  	padding: 8px 15px 7px;
  	/* width: 100%; */
  	height: 12px;
  	line-height: 12px;
  	top: 0;
  	border-left: 1px solid #dad9c7;
}

#wlDocuments th:first-child div {
	border: none;
}

.stickySection {
	padding-top: 27px;
	position: relative;
	overflow-y: auto;
	overflow-x: hidden;
}

.footer1 {
	text-align: right;
	align: right;
	horizontal-align: right;
}

.hide {
	display: none;
}

.iconWrapper .icons {
	cursor: pointer;
	width: 45px;
	height: 43px;
	left: 0px;
}

.iconWrapper img {
	width: 45px;
	top: 0px;
	left: 0px;
	position: absolute;
}

.iconWrapper img.dockIconShadow {
	width: 69px;
	top: 43px;
	position: absolute;
	left: 3px;
}

.iconWrapper {
	position: relative;
	float: left;
	height: 43px;
	margin: 0 7px;
}

.icons {
	margin: 0 2px 0 2px;
	float: right;
}

.loadingAnimation {
	position: fixed;
	left: 40%;
	top: 40%;
}

.tblDocumentListMoreContent table {
	width: 100%;
}

.tblDocumentListMoreContent td.odd0,.tblDocumentListMoreContent td.odd1,.tblDocumentListMoreContent td.even0,.tblDocumentListMoreContent td.even1
	{
	height: 28px;
	padding: 7px 15px 7px 15px !important;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #414b50;
}

/******************/
/*  Widgets Left  */
/******************/

.wl {
	margin: 0px 0px 20px 0px;
	clear: both;
	overflow: hidden;
	border-radius: 4px;
}

/* Footer */

.wlFooterLeft {
	width: 5px;
	height: 33px;
	background: url('../img/dashboard/wl_bg_foot_left.png') top left no-repeat;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.wlFooterRight .wlPaging {
	padding: 5px 0px 0px 0px;
}

.wlFooterRight {
	height: 33px;
	background: url('../img/dashboard/wl_bg_foot_right.png') top right;
	margin: 0px 0px 0px 5px !important;
	padding: 0 !important;
}

.wlHeadHeadline,.wrHeadHeadline {
	padding: 7px 0px 0px 10px;
	height: 26px;
	float: left;
}

.wlHeadLeft,.wrHeadLeft {
	width: 3px;
	height: 33px;
	background: url('../img/dashboard/wl_bg_head_left.png') top left no-repeat;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.wlHeadRight,.wrHeadRight {
	height: 33px;
	background: url('../img/dashboard/wl_bg_head_right.png') top right;
	margin: 0px 0px 0px 3px !important;
	padding: 0 !important;
}

#resultHeader {
	overflow: hidden;
	width: 93%;
	white-space: nowrap;
}

.wlIcons,.wrIcons {
	float: right;
	margin: 0px 7px 0px 0px;
}

.wlPaging .pp-next:hover {background: url('../img/documentlist/icons_arrow_right.png') no-repeat scroll -43px -4px transparent;}
.wlPaging .pp-prev:hover {background: url('../img/documentlist/icons_arrow_left.png') no-repeat scroll -40px -4px transparent;}

.wlPaging .pp-reload {
	background: url('../img/documentlist/reload.png') no-repeat scroll -20px -9px transparent;
	height: 15px !important;
	margin: 0;
}

.wlPaging .pp-reload:hover {
	background: url('../img/documentlist/reload.png') no-repeat scroll -40px -9px transparent;
	cursor: pointer;
}

.wlPaging {
	float: right;
	margin-right: 15px;
}

.wlPagingView li {
	font-size: 12px;
	padding: 0;
	margin: 0;
	float: left;
	line-height: 22px;
}

.wlPagingView {
	padding: 0;
	margin: 0px 0px 0px 14px;
	clear: both;
	/* display: none; */
}

.wlStreamAddComment:hover {
	color: #0996B3;
	background: url('../img/dashboard/icon_comment_h.png') right 9px no-repeat transparent;
}

.wlSubheadTableSearch {
	height: auto;
	min-width: 100%;
	text-align: left;
	padding: 4px 0px 0px 0px;
	overflow: hidden;
	/* background: url('../img/dashboard/wl_bg_subhead.png'); */
	/* display: inline-block; */
	/* display: none;	 */
}

.wlTable td {
    color: #414b50;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    padding: 7px 15px;
    word-break: normal;
}

.wlTable th {
	padding: 8px 15px 7px 15px;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	color: #414b50;
	text-align: left;
    border-right: 1px solid #DAD9C7;
    cursor: default;
    white-space: nowrap;
}

.wlTable th:last-child {
	border: none;
}

.wlTable span.headerSortUp { 
    background-image: url(../../extern/__jquery.tablesorter/themes/blue/asc.gif) !important;
    background-position: -7px 3px !important;
} 

.wlTable span.headerSortDown { 
    background-image: url(../../extern/__jquery.tablesorter/themes/blue/desc.gif) !important; 
    background-position: -8px 2px !important;
}

.wlTable span.headerText {
	padding-right: 5px;
}

.wlTable span.header { 
    background-position: -7px 0px;
    background-image: url("../../extern/__jquery.tablesorter/themes/blue/bg.gif");
    background-repeat: no-repeat;
    display: inline-block;
    font-weight: bold;
    height: 9px;
    width: 7px;
}

.wlTable,
.wrTable {
	width: 100%;
	clear: both;
}

.wrTable th {
	padding: 0 3px;
}

.wlTableSearch .th0 {
	background: url('../img/dashboard/wl_bg_tblsearch0.png');
}

/*******************/
/*  Widgets Right  */
/*******************/

.wr {
	margin: 0px 0px 20px 0px;
	clear: both;
}

.wrContent {
	background: #585e63;
	height: 300px;
    width: 278px;
}

.wrFilter {
	width: 228px;
	position: relative;
}

.wrFilterAddSubmit {
	width: 26px;
	height: 27px;
	border: 0;
	padding: 0;
	margin: 0;
	background: url('../img/dashboard/bg_addfilter_submit.png');
	float: left;
}

.wrFilterContent {
	display: none;
}

.wrFilterDatePicker {
	border: 0;
	padding: 3px 7px 3px 17px;
	margin: 0;
	background: url('../img/dashboard/bg_input_text.png') top left transparent;
	font-size: 0.9em !important;
	font-weight: normal;
	color: #414B50;
	float: left;
	width: 90px;
	border-radius: 3px;
	text-align: left;
    height: 14px;
}

.wrFooterLeft {
	width: 5px;
	height: 30px;
	background: url('../img/dashboard/wr_bg_foot_left.png') bottom left no-repeat;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.wrFooterRight {
	height: 30px;
	background: url('../img/dashboard/wr_bg_foot_right.png') bottom right;
	margin: 0px 0px 0px 5px !important;
	padding: 0 !important;
}

.wrFooter {
	background: none repeat scroll 0 0 #585E63;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	text-align: center;
	padding: 10px;
	border-top: 1px solid #414B50;
}

.wrTable .even0 {
	background: #4e5559;
}

.wrTable .odd0 {
	background: #585e63;
}

.wrTable td {
	padding: 7px 15px 7px 15px;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #ffffff;
	vertical-align: middle;
}

/********************/
/*   Drag And Drop  */
/********************/

/* .ui-sortable-placeholder {
	border: 1px dashed #006fa6; 
	visibility: visible !important; 
	height: 50px !important;
} */
/* .ui-sortable-placeholder * {
	visibility: hidden;
} */

.xeriDataTable tr td:FIRST-CHILD {width: 180px;}
.xeriDataTable tr:nth-child(2n+0) td:first-child {background: #fdfcfd;}
.xeriDataTable tr:nth-child(2n+0) td:nth-child(2n+1) {background: #fdfdfd;}
.xeriDataTable tr:nth-child(2n+0) td:nth-child(2n+2) {background: #f6f6f6;}
.xeriDataTable tr:nth-child(2n+1) td:first-child {background: #f6f6f6;}
.xeriDataTable tr:nth-child(2n+1) td:nth-child(2n+1) {background: #f6f6f6;}
.xeriDataTable tr:nth-child(2n+1) td:nth-child(2n+2) {background: #f0f0f0;}

a#searchFeedbackShowAll:hover {
	background: url(../img/dock/search/searchFeedback_bg_bottom_hover.png) 0 0 no-repeat transparent;
}

a#searchFeedbackShowAll:visiteda#searchFeedbackShowAlla:active {
	text-align: center;
	padding: 10px 0 0 0;
	color: #FFF;
	font-size: 12px;
	display: block;
	width: 402px;
	height: 23px;
	background: url(../img/dock/search/searchFeedback_bg_bottom.png) 0 0 no-repeat transparent;
}

a.wlCollapse {background: url('../img/dashboard/icon_collapse.png');}
a.wlCollapse:hover {background: url('../img/dashboard/icon_collapse_h.png');}
a.wlDelete:hover {background: url('../img/dashboard/icon_delete_h.png') 0px 0px no-repeat;}
a.wlDrag {background: url('../img/dashboard/icon_drag.png');}
a.wlDrag:hover {background: url('../img/dashboard/icon_drag_h.png');}
a.wlExpand {background: url('../img/dashboard/icon_expand.png');}
a.wlExpand:hover {background: url('../img/dashboard/icon_expand_h.png');}

/*
span.test {background: url('../img/document/icon_black_arrow_up.png');}
span.test:hover {background: url('../img/document/icon_black_arrow_up_h.png')no-repeat;}
*/
#spantest {background: url('../img/document/icon_black_arrow_up.png');}
#spantest:hover {background: url('../img/document/icon_black_arrow_up_h.png')no-repeat;}


a.wlFavourite {
	background: url('../img/documentlist/icons_favourite.png') 0 0 no-repeat;
	margin: 0px 0px 0px 10px;
	height: 30px;
}

a.wlFavourite:hover {background: url('../img/documentlist/icons_favourite.png') -40px 0px no-repeat;}
a.wlHide {background: url('../img/dashboard/icon_arrow_down.png');}
a.wlHide:hover {background: url('../img/dashboard/icon_arrow_down_h.png');}
a.wlHideComments:hover {background: url('../img/dashboard/icon_arrow_comment_down_h.png') right 10px no-repeat transparent;}
a.wlListView {background: url('../img/documentlist/icons_view_list.png') 0px 0px no-repeat;}
a.wlListView:hover {background: url('../img/documentlist/icons_view_list.png') -40px 0px no-repeat;}
a.wlListViewActive {background: url('../img/documentlist/icons_view_list.png') -20px 0px no-repeat;}

a.wlMsgRead:hover,a.wlMsgUnread:hover {
	color: #0996B3;
}

a.wlReload {
	background: url('../img/dashboard/icon_reload.png');
}

a.wlReload:hover {
	background: url('../img/dashboard/icon_reload_h.png');
}

a.wlReloadAjax {
	background: url('../img/dashboard/ajax-loader.gif') 0px 8px no-repeat;
}

a.wlSetting {
	background: url('../img/documentlist/icons_setting.png') 0px0pxno-repeat;
	margin: 0px 0px 0px 10px;
	height: 30px;
}

a.wlSetting:hover {
	background: url('../img/documentlist/icons_setting.png') -40px 0px no-repeat;
}

a.wlShow {
	background: url('../img/dashboard/icon_arrow_up.png');
}

a.wlShow:hover {
	background: url('../img/dashboard/icon_arrow_up_h.png');
}

a.wlShowComments:hover {
	background: url('../img/dashboard/icon_arrow_comment_up_h.png') right 10px no-repeat transparent;
}

a.wlStreamComments:hover {
	color: #0996B3;
}

a.wlTableView span,a.wlListViewActive span,a.wrClose span {
	margin-left: -9999em;
}

a.wlTableView {
	background: url('../img/documentlist/icons_view_table.png') 0px 0px no-repeat;
}

a.wlTableView,a.wlListViewActive {
	background: url('../img/documentlist/icons_view_table.png') 0px 0px no-repeat;
}

a.wlTableView,a.wlTableViewActive,a.wlListView,a.wlListViewActive,a.wrClose,a.wlFavourite,a.wlSetting
	{
	display: block;
	height: 33px;
	margin: -6px 0 0 10px;
	padding: 0;
	width: 20px;
}

a.wlTableView:hover {background: url('../img/documentlist/icons_view_table.png') -40px 0px no-repeat;}
a.wlTableViewActive {background: url('../img/documentlist/icons_view_table.png') -20px 0px no-repeat;}

a.wrClose {
	background: url('../img/documentlist/icons_close.png') 0px 0px no-repeat;
	margin: 0px 0px 0px 0px;
}
a.wrClose:hover {background: url('../img/documentlist/icons_close.png') -40px 0px no-repeat;}
a.wrCloud {background: url('../img/dashboard/icon_cloud.png');}
a.wrCloud:hover {background: url('../img/dashboard/icon_cloud_h.png');}

a.wrDrag {background: url('../img/dashboard/icon_drag.png');}
a.wrDrag:hover {background: url('../img/dashboard/icon_drag_h.png');}

a.wrExpand {background: url('../img/dashboard/icon_expand.png');}
a.wrExpand:hover {background: url('../img/dashboard/icon_expand_h.png');}

a.wrFilterLink:hover .wrFilterIconDown {background: url('../img/documentlist/icons_wr_arrow_down.png') -40px -10px no-repeat;}

.wrFilterIconDown {
	position: absolute;
	top: 0px;
	right: -8px;
	display: block;
	width: 22px;
	margin: 0px 0px 0px 0px;
	padding: 0;
	height: 16px;
	background: url('../img/documentlist/icons_wr_arrow_down.png') 0px -10px no-repeat;
}

a.wrFilterLink:hover .wrFilterIconUp {background: url('../img/documentlist/icons_wr_arrow_up.png') -40px -10px no-repeat;}
.wrFilterIconUp {
	position: absolute;
	top: 0px;
	right: -8px;
	display: block;
	width: 22px;
	margin: 0px 0px 0px 0px;
	padding: 0;
	height: 16px;
	background: url('../img/documentlist/icons_wr_arrow_up.png') 0px -10px no-repeat;
}

a.wrHide {background: url('../img/dashboard/icon_arrow_down.png');}
a.wrHide:hover {background: url('../img/dashboard/icon_arrow_down_h.png');}

a.wrList {background: url('../img/dashboard/icon_list.png');}
a.wrList:hover {background: url('../img/dashboard/icon_list_h.png');}

a.wrReload {background: url('../img/dashboard/icon_reload.png');}
a.wrReload:hover {background: url('../img/dashboard/icon_reload_h.png');}

a.wrShow {background: url('../img/dashboard/icon_arrow_up.png');}
a.wrShow:hover {background: url('../img/dashboard/icon_arrow_up_h.png');}

/* a:hover {color: #FFFFFF !important;} */

a.linkTblMoreContent {
	background: none;
	padding: 0;
}

div a.wrFilterLink {
	display: block;
	color: #ffffff;
	padding: 0px 0px 0px 0px;
	background: none;
}

div#actionBar {
	float: right;
	padding: 0px 0px 0 10px;
	width: 100%;
	text-align: right;
	margin-top: 15px;
}

div#tagCloud {
	position: relative;
	width: 98%;
	height: 160px;
	font-size: 20pt;
}

form#searchFormAB {
	display: inline-block;
}

/*
button.plato.tiny >span.ui-button-text{
    font-size: 80%;
    padding: 1px 4px;
}
*/

/* p.breadcrumb {
	font-size: 12px;
	font-weight: bold;
	color: #a3a6a8;
	float: left;
} */

p.hint {
	position: absolute;
	right: -8px;
	top: -16px;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 0 0 0;
	text-align: center;
	z-index: 1;
	width: 28px;
	height: 26px;
	background: url(../img/dock/dockIcons/dockIcon_counterBg.png) no-repeat 0 0;
}

.crumb a:hover {
	color: #28c8dc !important;
}
.crumb a {
	color: #ffffff;
}

/*.busy{
	display: none;
}*/

table#wlDocuments.busy > tbody tr td,
table#wlDocuments.busy > thead tr th,
#searchFeedbackList.busy a{
	color: #aaa;
	cursor: wait;
}
table.docDataTable tr td:FIRST-CHILD {width: 180px;}
/* odd */
table.docDataTable tr:nth-child(2n+0) td:first-child {background: #fdfcfd;}
table.docDataTable tr:nth-child(2n+0) td:nth-child(2n+1) {background: #f1f1f1;}  
table.docDataTable tr:nth-child(2n+0) td:nth-child(2n+2) {background: #f7f7f7;}  
/* even */
table.docDataTable tr:nth-child(2n+1) td:first-child {background: #f6f6f6;}
table.docDataTable tr:nth-child(2n+1) td:nth-child(2n+1) {background: #e9e9e9;}
table.docDataTable tr:nth-child(2n+1) td:nth-child(2n+2) {background: #eeeeee;}

/* For IE8 compatibility */
table.docDataTable .odd0 {background: #f1f1f1;}  
table.docDataTable .odd1 {background: #f7f7f7;}  
table.docDataTable .even0 {background: #e9e9e9;}
table.docDataTable .even1 {background: #eeeeee;}

table.paper td {padding: 6px 4px !important;}
table.paper th {padding: 0px 4px 6px !important;}

table.paper tr:nth-child(2n+0) td:first-child {background: transparent;}
table.paper tr:nth-child(2n+0) td:nth-child(2n+1) {background: transparent;}
table.paper tr:nth-child(2n+0) td:nth-child(2n+2) {background: transparent;}
table.paper tr:nth-child(2n+1) td:first-child {background: transparent;}
table.paper tr:nth-child(2n+1) td:nth-child(2n+1) {background: transparent;}
table.paper tr:nth-child(2n+1) td:nth-child(2n+2) {background: transparent;}
table.signs tr:nth-child(2n+0) td:first-child {background: transparent;}
table.signs tr:nth-child(2n+0) td:nth-child(2n+1) {background: transparent;}
table.signs tr:nth-child(2n+0) td:nth-child(2n+2) {background: transparent;}
table.signs tr:nth-child(2n+1) td:first-child {background: transparent;}
table.signs tr:nth-child(2n+1) td:nth-child(2n+1) {background: transparent;}
table.signs tr:nth-child(2n+1) td:nth-child(2n+2) {background: transparent;}

.errorpagewrapper {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -120px 0 0 -250px;
	width: 500px;
	height: 200px;
	text-align: center;
	font-size: 16px;
}

#configDock-dialog-form {
	text-align: center;
}
#configDock-dialog-form > span{
    width: 750px;
    position: absolute;
    display: block;
    left: 50%;
    margin-left: -375px;
    text-align: center;
}

#unusedIcons { 
    background-color: transparent;
    display: inline-block;
    list-style-type: none;
    min-height: 47px;
    min-width: 63px;
    padding: 5px;
    border: 1px dotted #EAEDED;
    margin: 105px 7px 10px 7px;
}

.config-wrapper {
	display: none;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.configBar {
	background-color: #374045;
	display: block;
	text-align: center;
	padding-top: 10px;
	margin-top: 15px; 
	height: 190px
}

.configDock-actionBar {
	position: absolute;
	bottom: 40px;
	right: 40px;
}

/* .placeholder {
    color: #999999 !important;
	width: 45px;
} */
#unusedIcons > div, #dockIconsInner > div{ 
    float: right;
    font-size: 1.2em;
    position: relative;
    max-width: 45px;
    padding: 0 5px 0 5px;
    vertical-align: middle;
}


#FilterListSubMenu ul {
	left: -125px !important;
	top: 150px !important;
}

#FilterListSubMenu ul li:first-child {
	background-position: 0px -5px !important;
	padding-top: 4px !important;
	border-radius: 4px 4px 0 0;
}

#FilterListSubMenu ul li:last-child {
	padding-bottom: 0px !important;
	background: url(../img/topNav/subNavUlBg.png) no-repeat transparent !important;
	background-position: 0px -52px !important;
	border-radius: 0px 0px 4px 4px;
}

#FilterListSubMenu ul li:last-child a {	
	padding-top: 5px !important;
	background: none !important;
}

#FilterListSubMenu ul li:last-child a:hover {
	background: url(../img/topNav/subNavUlHoverBg.png) transparent 0 0 repeat-x !important;
}

.actionDialog {
	color: #FFFFFF;
	width: 100%;
}
.actionDialog td {
	padding: 5px;
}

.actionDialog td.buttonList {
	text-align: center;
}

.breadcrumbHoverEnd {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	padding-bottom: 4px;
}

#expandLog {
	color: #414B50;
}

#expandLog:hover {
	color: #28C8DC;
}

#saveFilter > div, #resetFilter > div, #copySearchPermaLink > div:hover {
	cursor: pointer;
}

#selectable .selected, #docData .selected {
	background: #28c8dc;
	color: white;
	border-radius: 4px 4px 4px 4px;
}
#selectable li {
	background-color: #D8DEDE;
	border-radius: 4px 4px 4px 4px;
	cursor: pointer;
}
#selectable { list-style-type: none; margin: 0; padding: 0 0 50px 0; }
#selectable li { margin: 5px 0px; padding: 0.4em; font-size: 1.0em; }




tr.isEditable td.choiceList, 
tr.isEditable td.attributeList,
tr.isEditable td.NABchoiceList {
	cursor: pointer !important;	
	/* cursor: url(../../common/img/pen.gif), url(../app/img/system/cursor_pen.cur), pointer; */
}

.inpWrapper > input[type="text"], .inpWrapper > textarea {
	background-color: transparent;
    border: medium none;
    font-size: 12px;
    line-height: 14px;
    margin: 0;
    padding: 0;
    resize: none;
    width: 100%;
    color: #414B50;
}		        
.textareaWrapper, .inpWrapper {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #D8DEDE;
    border-color: #C8D1D1 #D8DEDE #D8DEDE;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-right: 1px solid #D8DEDE;
    border-style: solid;
    border-width: 1px;
}


.inpWrapper {
	vertical-align: middle;
	padding: 5px 5px;    
}


.NABContent table {
	width: 100%;
}
.NABContent table th {
	text-align: center;
	padding: 5px;
	border-right: 1px solid #DAD9C7;
}
.NABContent table td{
	vertical-align: top;
}
.NABContent {
	height: 518px;
}
#currentResultList li, #currentMemberList li {
	background-color: #D8DEDE;
	border-radius: 4px 4px 4px 4px;
	margin: 0 0 5px 0; 
	padding: 0.4em; 
	font-size: 1.0em; 
	cursor: pointer;
}
#currentResultList button.add {
	background: url("../../app.portal/img/document/arrow_right.png") no-repeat right 3px transparent;
}
#currentMemberList button.delete {
	background: url("../../app.portal/img/documentlist/icons_close.png") no-repeat 0 -11px transparent;
}
#currentMemberList button, #currentResultList button{
	float: right;
   	height: 14px;
   	width: 20px;
   	cursor: pointer;
}
#currentResultList, #currentMemberList { 
	list-style-type: none; 
  	margin: 0; 
	padding: 0;
  	height: 430px; 
  	overflow-x: hidden;
  	overflow-y: auto;
}

#currentResultList li.selected {
	background: #28c8dc;
	color: white;
	border-radius: 4px 4px 4px 4px;
}

#currentResultList li:HOVER, #currentMemberList li:HOVER{
	background: #28c8dc;
	color: white;
	border-radius: 4px 4px 4px 4px;
}
#currentResultList li:ACTIVE, #currentMemberList li:ACTIVE{
	background: #88c8dc;
	color: white;
	border-radius: 4px 4px 4px 4px;	
}

#currentResultList li.chose {
	background-color: #D8DEDE;
	color: #707070;
	border-radius: 4px 4px 4px 4px;
	cursor: default;
}

.choiceHeadline {
	font-size: 12px;
	cursor: default;
	height: 25px;
	padding: 7px 0 0 12px;
	font-family: Helvetica,Arial,Verdana,sans-serif;
}

.contentActionList {
   	width: 800px;
   	height: 600px;
   	margin: -10px;
}
.actionbar {
   	padding: 10px;
}
.buttonbar {
   	padding: 10px;
}
.listContainer {
    border: 1px solid #414B50;
   	border-radius: 4px 4px 4px 4px;
   	margin: 5px;
   	padding: 5px 10px;
   	max-height: 430px;
   }
   
#dialogMessage div{
	overflow: inherit;
}

#gnBackLink {
	position: absolute;
	top: 57px;
	left: 190px;
}

.menuExpandIcon {
	
	background: url("../img/documentlist/icons_wr_arrow_down.png") no-repeat scroll -7px -16px transparent;
	display: inline-block;
	height: 4px;
	width: 7px;
	margin: 11px 0 0 2px; 
	padding: 0 0 9px 0
}

a.optionMenu {
	float: left;
	height: 26px;
	width: 20px;
	outline: medium none;
}

a.removeMenu {
	background: url("../img/document/icon_remove.png") no-repeat scroll 0 -3px transparent;
}

a.removeMenuBlackOnWhite {
	background: url("../img/document/icon_remove_black.png") no-repeat scroll 0 -3px transparent;
}

a.removeMenu:HOVER, a.removeMenuBlackOnWhite:HOVER {
	background: url("../img/document/icon_remove_h.png") no-repeat scroll 0 -3px transparent;
}

a.addMenu {
	background: url("../img/document/icon_add.png") no-repeat scroll 0 -3px transparent;
}

a.addMenuBlackOnWhite {
	background: url("../img/document/icon_add_black.png") no-repeat scroll 0 -3px transparent;
}

a.addMenu:HOVER, a.addMenuBlackOnWhite:HOVER {
	background: url("../img/document/icon_add_h.png") no-repeat scroll 0 -3px transparent;
}


.metaDataOptionMenuWrapper {
	float: right;
	padding: 0 6px 0 12px;
}

#docData ul.metaDataOptionMenu {
	position: relative;
	top: 0;
	display: block;
}

.metaDataOptionMenu > li:hover ul, .metaDataOptionMenu > li:focus ul {
	display: block;
}

#docData ul.sub {
	background-color: #474B50;
	border-radius: 6px;
	top: 26px;
	padding: 10px 0 10px 0;
}

#paperDistMenu ul.sub {
	left: auto;
	right: -6px;
}

#docData ul.sub li {
	width: 140px;
	padding: 4px 10px 4px 10px;
}

#docData ul.sub li>a {
	color: white;
	display: block;
}

#docData ul.sub li:hover {
	background: url("../img/topNav/subNavUlHoverBg.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF !important;
}

#pdDialogContent input, #pdDialogContent  select{
	color: #414B50;
}

#content p {
	margin: 0;
	line-height: normal;
}
