/* CSS-File for Edit Pages */

/* Page Title */
		
	div#edit_page div#content {
		width: 960px;
		margin: 0 auto;
	}
	
/* Latest Changes */

div#latest_changes table.header,
div#account-page table.header,
div#custom_page table.header {
	display: block;
	padding: 0;
	background:url(/++resource++img/litsearch/dp_history_table_seperator.gif) bottom repeat-x;	
	margin: 0 0 20px 0;
}

	div#latest_changes table.header th,
	div#account-page table.header th,
	div#custom_page table.header th {
		text-align:left;
		font-size:80%;
		color: #a5b3bf;
		font-weight:normal;
		vertical-align:top;
		padding: 0 30px 5px 0;
	}
	div#latest_changes table td,
	div#account-page table td,
	div#custom_page table td {		
		vertical-align:top;
	}
	
	div#custom_page h2.grouper,
	div#account-page h2.grouper,
	div#latest_changes h2.grouper {
		font-size: 100%;
		font-weight: bold;
		padding: 0 0 20px 0;
		margin: 0;
	}
	
	div#custom_page table.list_item td,
	div#account-page table.list_item td {
		vertical-align:top;
		padding: 0 30px 10px 0;
	}
	
	div#custom_page table.list_item td.bottompadding,
	div#account-page table.list_item td.bottompadding {
		vertical-align:top;
		padding: 0 30px 30px 0;
	}
	
	div#custom_page table.list_item .date {
		width: 100px;
	}
	
	div#custom_page table.list_item .date2 {
		width: 95px;
	}
	
	div#custom_page table.list_item .date3 {
		width: 120px;
		padding: 0 0 30px 0;
	}
	
	div#custom_page table.list_item td.date {
		padding: 0 10px 10px 10px;
	}
	
	div#custom_page table.list_item .label {
		width: 20px;
		padding: 0 5px 0 10px !important;
	}
	
	div#custom_page table.list_item .object,
	div#account-page table.list_item .object {
		width: 320px;
	}
	
	div#custom_page table.list_item .object2 {
		width: 350px;
	}
	
	div#custom_page table.list_item .object3 {
		width: 250px;
	}
	
	div#custom_page table.list_item .items {
		width: 70px;
	}
	
	div#custom_page table.list_item .comment_wide,
	div#account-page table.list_item .comment_wide {
		width: 500px;
	}
	
	div#custom_page table.list_item .wide {
		width: 700px;
	}
	
	
	div#custom_page table.list_item .remove {
		text-align:right;
		width: 100px;
		padding: 0 !important;
	}
	
	div#custom_page table.list_item .remove2 {
		text-align:right;
		width:90px;
		padding: 0 !important;
	}
	
	div#custom_page table.list_item .remove3 {
		text-align: left;
		width:120px;
		padding: 0 0 0 40px !important;
	}
		
		div#custom_page table.list_item .object .picture {
			float: left;
			border: 1px solid #c1cad3;
			width: 30px;
			margin: 2px 10px 0 0;
		}
			div#custom_page table.list_item .object .details {
				float: left;
				width: 290px;
			}
			
			div#custom_page table.list_item .wide .details {
				float: left;
				width: 600px;
			}
				div#custom_page table.list_item .object h3,
				div#account-page table.list_item .object h3 {
					font-size:100%; 
					padding: 0; 
					font-weight:normal;
					margin: 0;
				}
				
				div#custom_page table.list_item .object a.version {
					display: inline-block;
					margin: 8px 0 0 0;
				}
	
	div#custom_page table.list_item .changed {
		width: 130px;
	}
	
	div#custom_page table.list_item .comment {
		width: 270px;
	}
	
	div#custom_page table.list_item .comment2 {
		width: 200px;
	}

	div#latest_changes div.latest_changes_results ul.results,
	div#remember_list ul.results,
	div#history_list ul.results {
		padding: 0;
		margin: 0;
		list-style:none;
	}
	
	div#latest_changes div.latest_changes_results ul.results li,
	div#remember_list ul.results li {
		display: block;
		margin: 0 0 20px 0;
		padding: 1px 0;
	}
	
	
	div#latest_changes div.latest_changes_results ul.results li div.content-label,
	div#remember_list ul.results li div.content-label{
	    width: 70px; padding-left: 5px; float: left;
	}
	
	div#remember_list ul.results li div.marker {
	    width: 25px; 
		float: left;
	}
	
	div#latest_changes div.latest_changes_results ul.results li div.picture,
	div#remember_list ul.results li div.picture{
		float: left;
		width: 70px;
	}
	
	div#latest_changes div.latest_changes_results ul.results li div.title,
	div#remember_list ul.results li div.title {
		float: left;
		width: 325px;
		padding: 0 15px 0 0;
	}
	
	div#remember_list ul.results li div.title {
		width: 725px;
	}
	div#latest_changes ul div.spacing,
	div#remember_list ul div.spacing {
		padding: 5px 0 0 0;
		font-size:90%;
	}
	
	div#latest_changes div.latest_changes_results ul.results li div.only-title,
	div#remember_list ul.results li div.only-title {
		float: left;
		width: 395px;
		padding: 0 15px 0 0;
	}
	
	div#remember_list ul.results li div.only-title {
		width: 795px;
	}
	
	div#remember_list ul.results li div.search_details {
		float: left;
		width: 470px;
		padding: 0 45px 0 15px;
	}
	
	div#remember_list ul.results li div.search_details table th {
		text-align:left;
		vertical-align:top;
		font-weight:normal;
		width: 100px;
		padding: 0 0 5px 0;
	}	
	
	div#remember_list ul.results li div.search_details table td {
		text-align:left;
		vertical-align:top;
		padding: 0 0 5px 0;
	}
	
	div#remember_list ul.results li div.continue {
		float: left;
		width: 185px;
		padding: 0 15px 0 0;
	}
	div#remember_list ul.results li div.date {
		float: left;
		width: 130px;
		padding: 0 15px 0 0;
	}
	div#remember_list ul.results li div.continue a {
		font-weight:bold;
	}
	div#remember_list ul.results li h3 {
		font-size:100%; 
		clear: both; 
		padding: 0; 
		margin: 0;
	}
	
	div#latest_changes div.latest_changes_results ul.results li div.description {
		float: left; width: 450px;
	}
	
	    div#latest_changes div.latest_changes_results ul.results li div.description div.comment {
	        padding-top: 10px;
	    }
	
	div#latest_changes div.picture_tiny,
	div#remember_list div.picture_tiny {
		background:url(/++resource++img/litsearch/lc_pic_tiny_01.gif) top left no-repeat;
		width: 60px;
	}
	
	div#latest_changes div.picture_tiny a,
	div#remember_list div.picture_tiny a {
		padding: 4px 0 0 5px;
		display:block;
	}
	
	
	div#latest_changes div.picture_tiny img.pic_tiny_footer,
	div#remember_list div.picture_tiny img.pic_tiny_footer {
		display:block;
	}
	
	div#custom_page div.batchnav {
		text-align:center;
		padding: 40px 0 0 0;
	}
	
	div#custom_page div.batchnav ul.links {
	    float: left; margin: 10px 0 40px 0; padding: 0; text-align: left;
	    list-style-type: none;
	}
		
	    div#custom_page div.batchnav ul.links li {
	        margin-bottom: 5px
	    }   
		

table.standard_list_header {
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
	background:url(/++resource++img/litsearch/dp_history_table_seperator.gif) bottom repeat-x;	
	margin: 0 0 20px 0;
}	
	
table.standard_list_header th {
	color:#A5B3BF;
	font-size:80%;
	font-weight:normal;
	padding:0 0 5px 0;
	text-align:left;
	vertical-align:top;	
}	
	
table.standard_list_header th.title {
	padding: 0 0 5px 10px;
	width: 305px;
}	
table.standard_list_header th.items {
	width: 100px;
}	
table.standard_list_header th.comment {
	width: 380px;
}	
table.standard_list_header th.shortcomment {
	width: 250px;
}	
table.standard_list_header th.date {
	width: 130px;
}	
table.standard_list_header th.actions {
	width: 135px;
}		

ul#watchlists_list li,
ul#searchprofiles_list li {
	border: 1px solid #fff;
}
ul#watchlists_list li:hover,
#searchprofiles_list li:hover {
	border: 1px solid #e2e8ec;
	background: #f5f6f7;
	cursor: move;
}

table.standard_list_item {
	padding: 0;	
	border-collapse: collapse;
	border-spacing: 0;
}	
	
table.standard_list_item td {
	font-weight:normal;
	padding: 10px 0 10px 0;
	text-align:left;
	vertical-align:top;	
}	
	
table.standard_list_item td.label {
	padding-left: 10px;
	padding-top: 12px;
	width: 25px;
}	

table.standard_list_item td.title {
	padding-right: 20px;
	width: 260px;
}	

table.standard_list_item td.items {
	width: 100px;
}	
table.standard_list_item td.comment {
	width: 360px;
	padding-right: 20px;
}	
table.standard_list_item td.shortcomment {
	width: 230px;
	padding-right: 20px;
}	
table.standard_list_item td.date {
	width: 140px;
}	
table.standard_list_item td.actions {
	width: 120px;
}		

div#custom_page ul.ui-sortable li.dragdrop_placeholder {
	background: #fff;
	padding: 0;
	border: 1px dotted #ccc;
}

div#custom_page ul.ui-sortable li.ui-sortable-helper {
	background: #a5b3bf;
	color: #fff !important;
}

div#custom_page ul.ui-sortable li.ui-sortable-helper span,
div#custom_page ul.ui-sortable li.ui-sortable-helper a {
	color: #fff !important;
}


div#custom_page div.delete_wrapper {
	float: right;
	text-align:right;
	padding: 4px 0 0 0;
}
		
/* History Details */

div.history_remark_wrapper {
	background:#fefde0;
	padding: 10px 18px;
	margin:4px 0 20px 0;
	border: 1px solid #ffd554;
}

		div.history_remark_wrapper div.history_remark {
			background:url(/++resource++img/litsearch/vp_history_remark.gif) 0px 6px no-repeat;
			padding: 0px 8px 20px 35px;
		}
		
		div.history_remark_wrapper span.remark {
			color: #cc0000;
			font-weight:bold;
		}
		
		div.history_remark_wrapper a {
			text-decoration:underline;
		}
		
		div.history_remark_wrapper table#version th {
			width: 120px;
			text-align:left;
			vertical-align:top;
		}
		
		div.history_remark_wrapper table#version th,
		div.history_remark_wrapper table#version td {
			padding: 0 0 3px 0;
		}
		
		div.history_remark_wrapper div.restore {
			text-align:right;
			padding: 5px 0 0 0;
		}
		
			div.history_remark_wrapper div.restore img {
				cursor:pointer;
			}
		
/* Revert Version TB */

div.TB_little_ajaxContent div.thickbox_base {
	height: 201px;
}

div#revert_version div.head {
	background: url(/++resource++img/litsearch/feedback_tb_head_bg.gif) 0 -9px repeat-x;
	padding: 15px 0 0 10px;
	height: 40px;
	color: #fff;
	font-size:140%;
}
 
div#revert_version_area {
	padding: 0 20px;
}
	
div#revert_version_bottom {
	position: absolute;
	z-index: 1002;
	right: 10px;
	bottom: 12px;
}

div#revert_version_bottom #form-buttons-cancel {
	float: right;
	display: inline;
	margin: 12px 13px 0 0;
}

div#revert_version_bottom #form-buttons-ok {	
	float: right;
	display: inline;
	margin: 12px 10px 0 0;
}



/* ----------------------------------------------------------------------- */
/* VERSIONS */


table.versions {
    border: none; border-collapse: collapse;
}

table.versions th {
	font-weight: normal;; 
	text-align: left; 
	color: #666;
	padding: 25px 5px 10px 5px;
	background:url(/++resource++img/litsearch/dp_history_table_seperator.gif) bottom repeat-x;
}

table.versions .version {
	width: 130px;
}
table.versions .compare {
	width: 125px;
	padding: 10px 0 0 10px;
}

table.versions .summary {
	width: 235px;
}

table.versions .comment {
	width: 235px;
}

table.versions .odd {
	background: #f6f8f9;
}


table.versions tr td.seperator {
	background: url(/++resource++img/litsearch/dp-h2-bg.png) repeat-x;
    background-position: bottom;
	height: 5px;
}
table.versions tr.content td {
	background:url(/++resource++img/litsearch/dp_history_table_seperator.gif) bottom repeat-x;
    padding: 10px 5px !important; vertical-align: top;
}

table.versions tr.content td div.comment {
	padding: 8px 0 0 0;
}

table.versions tr.content td.compare input.left {
	float: left; margin-left: 22px;
}

table.versions tr.content td.compare input.right {
	float: right; margin-right: 22px;
}

table.versions img.current-version-label {
    margin-top: 3px;
}


#remember_list div.delete_wrapper {
	padding: 20px 0;
}

#remember_list div.delete_wrapper a,
#remember_list div.delete_wrapper input {
	vertical-align:middle;
}

#remember_list div.delete_wrapper input {
	margin: 0 0 0 20px;
}

#remember_list div.head_wrapper  {
	padding: 20px 0 0 0;
}


#remember_list div.head_wrapper div.intro {
	width:650px;
}

#remember_list div.head_wrapper div.options_wrapper  {
	float: right;
	width: 100px;
	padding: 0 0 0 150px;
}
			
#remember_list div.head_wrapper div.options_wrapper  table.remembered_list th {
	padding: 0 0 3px 0;
	font-weight:normal;
	text-align:left;
	width: 100px;
}	
		
#remember_list div.head_wrapper div.options_wrapper  table.remembered_list td {
	padding: 0 0 3px 0;	
	text-align:right;
	width: 50px;
}
#remember_list div.head_wrapper div.bottom {
	clear: both;
	background:url(/++resource++img/litsearch/lc_tabs_line.gif) bottom no-repeat;
	margin: 0;
	height: 45px;
}
#remember_list div.spacer  {
	height: 150px;
}


div#history_view_wrapper {
	padding: 20px;
	background: #f4f4f4;
	border: 1px solid #ccc;
}
	
	div#history_view_wrapper div.headline {
    	background: url(/++resource++img/litsearch/history_view_dp_h2_bg.gif) bottom repeat-x;
	}

		div#history_view_wrapper div.headline h3 {
	    	background: #e8e8e8;
		}
	
	div#history_view_wrapper ul.keywords li {
    	background: url(/++resource++img/litsearch/history_keywords_border.gif) center bottom repeat-x;
		color:#666;
		cursor:default;
	}
	
	div#history_view_wrapper .history_link {
    	color:#666;
	}
	
	div#history_view_wrapper .add-info {
		background:#eaeaea !important;
	}
	
div#custom_page {
    background: url(/++resource++img/litsearch/custom_page_header.gif) top repeat-x;
	padding: 25px;
	margin-top:18px;
}

	div#custom_page h1 {
	   font-weight: bold;
	   font-size:140%;
	   margin: 0;
	   padding: 0 0 40px 0;
	}
	
	div#custom_page ul.faq_content_wrapper {
		padding: 10px 0 0 10px;
		list-style:none;
		margin: 0;
	}
	
		div#custom_page ul.faq_content_wrapper h4 {
			color: #2f719d;
			font-size: 100%;
			margin: 0;
			padding: 0;
			cursor:pointer;
			display: inline;
		}
		
		div#custom_page ul.faq_content_wrapper li {
			padding: 0 0 10px 0;
		}
		
		div#custom_page ul.faq_content_wrapper h4.open {
		}
		
		div#custom_page ul.faq_content_wrapper div.answer {
			padding: 7px 0 0 5px; 
			display: none;
			line-height:150%;
			width: 600px;
		}
		
	div#custom_page ul.historyresults {
		padding: 0 0 40px 0 !important;
	}

	
div#version_compare_head {
	background:url(/++resource++img/litsearch/version-compare_bg.gif) no-repeat;
	padding:0px 75px 40px 75px;
}
		div#version_compare_head table td.foot  {
			padding-bottom: 5px;
			background:url(/++resource++img/litsearch/dp_history_table_seperator.gif) bottom repeat-x;
		}	
		
		div#version_compare_head table th {
			width: 240px;
			vertical-align:top;
			font-weight:bold;
			padding: 0 0 5px 0;
			text-align:left;
		}	
		
		div#version_compare_head table td {
			vertical-align:top;
		}	
		
		div#version_compare_head table .right {
			text-align:right;
		}

div#version_compare_bottom,
div.version_version_bottom {
	margin: 30px 0;
	background:url(/++resource++img/litsearch/dp_history_table_seperator.gif) top repeat-x;
	padding: 10px 0 0 0;
	text-align:right;
}

div.version_version_info {
	margin: 30px 0;
	background:url(/++resource++img/litsearch/dp_history_table_seperator.gif) top repeat-x;
}

div.version_version_info img {
	float: right;
	margin: 0 0 0 50px;
	cursor:pointer;
}

div#version_view_head {
	background:url(/++resource++img/litsearch/version-view_bg.gif) no-repeat;
	padding:0px 75px 40px 75px;
}


span.expandcollapse {
	float:right;
	font-size:70%;
	font-weight:normal;
}

span.expandcollapse span {
	text-decoration: none;
	cursor:pointer;
}



div#custom_page div.preferences div.formrow {
	padding: 20px 0;
}

div#custom_page div.preferences div.label {
	float: left;
	width: 280px;
	padding: 0 40px 0 0;
}
div#custom_page div.preferences div.label div.text {
	padding: 5px 0;
	line-height:130%;
}

div#custom_page div.preferences div.label span.lighter {
	color: #666;
}

div#custom_page div.preferences div.widgets {
	float: left;
	width: 500px;
}

div#custom_page div.preferences div.widgets select {
	margin: 0;
	font-size: 100%;
	width: 140px;
	padding:3px;
}


div#custom_page div.preferences div.widgets label {
	padding: 0 30px 0 0;
	margin: 0;
}

div#custom_page div.preferences div.widgets input.button {
	margin: 0 10px 0 0;
}

div#custom_page div.preferences div.widgets div.item {
	float: left;
	width: 220px;
}

div#custom_page div.preferences div.widgets div.item img {
	display: block;
	padding: 0 0 10px 0;
}

div#custom_page div.preferences div.widgets div.item label  {
	margin: 0;
	padding: 0;
}

ul.comments_list {
	margin: 0;
	padding: 0;
	list-style:none;
	
}

