/**** Additions for the catalog ****/

/*********************************/
/**** INITIAL HIDES			  ****/
/*********************************/

#loading, #edit_logo, #edit_beschrijving, #edit_naw, #edit_media, #edit_trefwoorden, #edit_vermeldplaatsen, #edit_banner, #edit_klantnummer {
	display:none;
}
		
#button_edit_logo, #button_edit_klantnummer, #button_edit_beschrijving, #button_edit_naw, #button_edit_media, #button_edit_trefwoorden, #button_edit_vermeldplaatsen, #button_edit_banner, #button_new, #button_save, #button_reload, #text_info {
	display:none;	
}

/*********************************/
/**** BASIC PAGE LAYOUT		  ****/
/*********************************/

body, html {
	background-color:#333333;
	font-family:Arial;
	font-size:12px;
}

#page_wrapper {
	background-color:#ffffff;
}

	#header {
		height:180px;
		width:960px;
		background-color:#000000;
	}
	
		#header_col1 {
			height:180px;
			width:200px;
			float:left;
		}
		
		#header_col2 {
			height:180px;
			width:460px;
			float:left;
		}
		
		#header_col3 {
			height:180px;
			width:300px;
			float:left;
		}

	#content {
		width:960px;
		background:url(/catalog/images/foa_content_bg.png) repeat-y;
	}
	
		#content_col1 {
			width:200px;
			float:left;
		}
		
		#content_col2 {
			width:510px;
			float:left;
		}
		
			#content_col2_text {
				position:relative;
				margin-top:10px;
				width:500px;
				height:auto;
				z-index:0;
				overflow:hidden;
			}
		
		#content_col3 {
			width:250px;
			float:left;
		}
	
	
	#footer {
		width:960px;
		padding-bottom:50px;
		background:url(/catalog/images/foa_content_bg.png) repeat-y;
	}	
	
		#footer_col1 {
			padding-top:40px;
			width:200px;
			float:left;
		}
		
		#footer_col2 {
			padding-top:40px;
			background-color:transparent;
			width:760px;
			height:auto;
			float:left;
		}

/*********************************/
/**** HEADER STYLING		  ****/
/*********************************/

#header_menu {
	color:#f37121;
	font-family:Arial;
	font-size:25px;
	padding-top:152px;
	text-align:right;
	margin-right:25px;
	font-weight:normal;
}

/*********************************/
/**** CONTENT STYLING		  ****/
/*********************************/

#content {
	color:#000000;
}

#content_col2_text {
	color:#000000;
}

#content_col2_text p {
	margin-bottom:10px;
}

#content_col2_text h2 {
	font-size:13px;
	font-weight:normal;
	padding:10px 0px 5px 0px;
	color:#000000;
}

#content_col2_text ul {
	margin:0px;
	padding:10px 0px 10px 0px;
	text-align:center;
}

#content_col2_text li {
	display:inline;
	margin:0px 1px 5px 0px;
	padding:0px;
	line-height:23px;
}

#content_col2_text li a, #content_col2_text li a:link, #content_col2_text li a:active, #content_col2_text li a:visited {
	color:#000000;
	background-color:#bbbbbb;
	padding:4px;
	white-space:nowrap;
}

#content_col2_text li a:hover {
	background-color:#f37121;
	text-decoration:none;
	white-space:nowrap;
}

/*********************************/
/**** MENU STYLING			  ****/
/*********************************/

#content_menu {
	color:#000000;
	font-family:Arial;
	font-size:25px;
	text-align:right;
	margin-right:25px;
	font-weight:normal;
}

.menu_item a, .menu_item a:link, .menu_item a:active, .menu_item a:visited {
	color:#000000;
}

.menu_item a:hover {
}

/*********************************/
/**** FOOTER STYLING		  ****/
/*********************************/

#footer_col1 {
	text-align:right;
	color:#888888;
}

#footer_col1 a, #footer_col1 a:link, #footer_col1 a:active, #footer_col1 a:visited {
	color:#000000;
}

#footer_col1 a:hover {

}

/*********************************/
/**** LOGIN STYLING			  ****/
/*********************************/

#login_form .item {
	padding:2px 2px 2px 2px;
	clear:both;
}

#login_form .item .label {
	width:130px;
	float:left;
}

#login_form h1 {
	font-size:16px;
	font-weight:normal;
	padding:10px 0px 10px 0px;
}

#login_form input[type=button], #login_form input[type=submit] {
	width:auto;
	border:1px solid #666666;
	background-color:#999999;
	padding:2px 2px 2px 2px;
	color:#ffffff;
	margin:5px 0px 10px 0px;
	outline:none;
	font-size:10px;
	clear:both;
}

#login_form input[type=button]:hover, #login_form input[type=submit]:hover {
	background-color:#f37121;
}

#login_form input[type=button]:active, #login_form input[type=submit]:focus {
	background-color:#000000;
}

#login_form input {
	font-size:12px;
}

#login_form input[type=text], #login_form input[type=password] {
	width:146px;
	border:1px solid #999999;
	background-color:#eeeeee;	
}

#login_form input[type=text]:hover, #login_form input[type=password]:hover  {
	border:1px solid #f37121;
}

#login_form input[type=text]:focus, #login_form input[type=password]:focus {
	border:1px solid #555555;
	background-color:#dddddd;
}

/*********************************/
/**** SEARCH PAGE STYLING	  ****/
/*********************************/

#admin_panel {
	padding:0px 0px 10px 0px;
}

.item_sv #loading {
	width:220px;
	height:19px;
	margin:0px 0px 0px 60px;
}

#loading_container {
	width:510px;
	height:25px;
	display:block;
}

#loading {
	width:220px;
	height:19px;
	margin:0px auto 0px auto;
}

/*** search_form ***/

.search_form fieldset {
	padding:15px 0px 0px 0px;
}

.search_form .item {
	width:150px;
	height:45px;
	float:left;
	padding:0px 10px 0px 0px;
}

.search_form .item_sv {
	width:500px;
	height:45px;
	padding:0px 10px 0px 0px;
}

.search_form .item_bt {
	width:150px;
	height:33px;
	float:left;
	padding:12px 0px 0px 0px;
}

.search_form select {
	width:150px;
	border:1px solid #999999;
	background-color:#eeeeee;	
	float:left;
	padding:2px 0px 2px 0px;
	font-size:12px;
}

.search_form select#sv, .search_form select#sv1, .search_form select#sv2 {
	width:472px;
}

.search_form select:hover {
	border:1px solid #f37121;
}

.search_form select:focus {
	border:1px solid #555555;
	background-color:#dddddd;
}

.search_form input {
	font-size:13px;
}

.search_form input[type=text] {
	width:146px;
	border:1px solid #999999;
	background-color:#eeeeee;	
	float:left;
	padding:2px 2px 3px 2px;
}

.search_form input[type=text]#sk {
	width:100px;
}

.search_form input[type=text]#sd {
	width:120px;
}

.search_form input[type=text]:hover {
	border:1px solid #f37121;
}

.search_form input[type=text]:focus {
	border:1px solid #555555;
	background-color:#dddddd;
}

.search_form label {
	width:180px;
	display:block;
	font-size:11px;
	float:left;
}

.search_form input[type=button] {
	width:60px;
	border:1px solid #666666;
	background-color:#999999;	
	float:left;
	padding:2px 2px 2px 2px;
	color:#ffffff;
	margin:0px 0px 0px 10px;
	outline:none;
	font-size:10px;
}

.search_form input[type=button]#sk_search {
	width:33px;
}

.search_form input[type=button]:hover {
	background-color:#f37121;
}

.search_form input[type=button]:active {
	background-color:#000000;
}

/*** search_result ***/

#search_result .item, #search_result .item_highlight {
	width:490px;
	display:block;
	border:1px solid #999999;
	padding:15px 5px 15px 5px;
	cursor:pointer;
}

#search_result .item_separator {
	width:510px;
	height:4px;
	display:block;
}

#search_result a.item, a.item:link, a.item:active, a.item:visited {
	color:#555555;
	cursor:pointer;
}

#search_result a.item:hover {
	color:#000000;
	border:1px solid #555555;
	background-color:#f37121;
	cursor:pointer;
	text-decoration:none;
	
}

#search_result a.item_highlight, a.item_highlight:link, a.item_highlight:active, a.item_highlight:visited {
	color:#555555;
	cursor:pointer;
	background-image:url(/catalog/images/foa_highlight.png); 
	background-position:-45px -10px; 
	background-color:transparent; 
	background-repeat:no-repeat; 
}

#search_result a.item_highlight:hover {
	color:#000000;
	border:1px solid #555555;
	background-color:#f37121;
	cursor:pointer;
	text-decoration:none;
	background-image:url(/catalog/images/foa_highlight_on.png);
	background-position:-45px -10px; 
	background-color:transparent; 
	background-repeat:no-repeat;
}

#navigation {
	width:300px;
	text-align:center;
	margin:0 auto 0 auto;	
}

#navigation_text {
	margin:0px 10px 0px 10px;
}

#search_result input[type=button] {
	width:20px;
	border:1px solid #666666;
	background-color:#999999;	
	padding:1px 2px 2px 2px;
	color:#ffffff;
	margin:0px 2px 0px 2px;
	outline:none;
	font-size:10px;
}


#search_result input[type=button]:hover {
	background-color:#f37121;
}

#search_result input[type=button]:active {
	background-color:#000000;
}

#search_result input[type=button][disabled] {
	width:20px;
	border:1px solid #cccccc;
	background-color:#cccccc;	
	padding:1px 2px 2px 2px;
	color:#eeeeee;
	margin:0px 2px 0px 2px;
	outline:none;
	font-size:10px;
}

#search_result input[type=button][disabled]:hover {
	background-color:#cccccc;
}

#search_result input[type=button][disabled]:active {
	background-color:#cccccc;
}

/*********************************/
/**** FETCHONE PAGE STYLING	  ****/
/*********************************/

#edit_panel {
	background-color:#bbbbbb;
	padding:5px 0 5px 0;
	width:510px;
}

#edit_panel input[type=button] {
	width:auto;
	border:1px solid #666666;
	background-color:#999999;	
	float:left;
	padding:2px 2px 2px 2px;
	color:#ffffff;
	margin:5px 0px 0px 10px;
	outline:none;
	font-size:10px;
	float:left;
}

#edit_panel input[type=button]#button_edit {
	border:1px solid #bbbbbb;
	background-color:#bbbbbb;	
	float:left;
	padding:2px 2px 2px 2px;
	color:#ffffff;
	margin:5px 10px 0px 0px;
	outline:none;
	font-size:10px;
	float:right;
}

#edit_panel input[type=button]:hover {
	background-color:#f37121;
}

#edit_panel input[type=button]#button_edit:hover {
	background-color:#f37121;
	border:1px solid #666666;
}

#edit_panel input[type=button]:active,#edit_panel input[type=button]#button_edit:active {
	background-color:#000000;
}

#edit_panel #buttons {
	width:510px;
	height:30px;
}

#edit_panel #feedback {
	width:500px;
	padding:0 10px 0 10px;
	font-size:11px;
}

#response_text {
	width:500px;
	padding:5px 0px 5px 0px;
	font-size:11px;
	font-weight:bold;
}

#entry {
	font-size:12px;
	line-height:16px;
}


#entry .item {
	padding:2px 2px 2px 2px;
	clear:both;
}

#entry .grey {
	background-color:#eeeeee;	
}

#entry .item .label {
	width:130px;
	float:left;
}

#entry h1 {
	font-size:16px;
	font-weight:normal;
	padding:10px 0px 10px 0px;
}

#entry input[type=button], #entry input[type=submit] {
	width:auto;
	border:1px solid #666666;
	background-color:#999999;
	padding:2px 2px 2px 2px;
	color:#ffffff;
	margin:5px 0px 10px 0px;
	outline:none;
	font-size:10px;
	clear:both;
}

#entry input[type=button]:hover, #entry input[type=submit]:hover {
	background-color:#f37121;
}

#entry input[type=button]:active, #entry input[type=submit]:focus {
	background-color:#000000;
}

#entry select {
	width:150px;
	border:1px solid #999999;
	background-color:#eeeeee;	
	font-size:12px;
}

#entry select:hover {
	border:1px solid #f37121;
}

#entry select:focus {
	border:1px solid #555555;
	background-color:#dddddd;
}

#entry input {
	font-size:12px;
}

#entry input[type=text], #entry input[type=file] {
	width:146px;
	border:1px solid #999999;
	background-color:#eeeeee;	
}

#entry input[type=text]:hover , #entry input[type=file]:hover  {
	border:1px solid #f37121;
}

#entry input[type=text]:focus, #entry input[type=file]:focus {
	border:1px solid #555555;
	background-color:#dddddd;
}

#entry textarea {
	width:500px;
	height:100px;
	font-family:Arial;
	font-size:12px;
	line-height:16px;
}

#entry textarea:hover {
	border:1px solid #f37121;
}

#entry textarea:focus {
	border:1px solid #555555;
	background-color:#dddddd;
}

/*********************************/
/**** DATE PICKER       	  ****/
/*********************************/

table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}

table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected.dp-hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	background: #fff;
	color: #000;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background: #bbb;
	color: #888;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}

a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(/catalog/images/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 120px;
	float: left;
}


