
/*** global ***/

body {
  margin: 0;
  color: #000;
  line-height: 1.5;
  font-family: Verdana, sans-serif;
  font-size: 100%;
}

input,
select,
textarea {
	font-family: Arial;
  font-size: 1em; 
}

a img {
	border: none;
}


/*** layout ***/

#page {
	width: 990px;
	margin: 0 auto;
	font-size: 0.8em;
}
#header {
	background: url('../images/header_kennisbank.gif') no-repeat 100% 30px;
}


/*** logo ***/

#logo {
  padding: 9px 0 0 0;
  display: block;
}
#logo img {
  display: block;
}


/*** middle ***/

#middle {
  font-size: 0.85em;
  position: relative;
  overflow: hidden;
  padding: 15px 0 0 0;
}
#middle h1 {
	font-size: 1.65em;
	margin: 0 0 20px 0;
	padding: 0;
}
#middle h2 {
  font-size: 1.3em;
  margin: 0 0 20px 0;
  padding: 0;
}
#middle a {
	color: #CF4E00;
}


/*** footer ***/

#footer {
  height: 25px;
  background: #ffc300;
  padding: 7px 0 0 10px;
  margin: 15px 0 20px 0;
  font-size: 0.9em;
  color: #fff;
}
#footer p {
	display: inline;
}
#footer a {
	color: #fff;
	text-decoration: none;
}


/*** menu ***/

#menu {
  height: 32px;
  background: #ffc300;
}
#menu ul {
  font-size: .9em;
  margin: 0;
  padding: 0;
  list-style: none;
}
#menu li {
  float: left;
}
#menu a {
  display: block;
  height: 26px;
  padding: 6px 20px 0;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #000;
}
#menu a.active,
#menu a:hover {
  background: #ff7f02;
  color: #fff;
}


/*** messages ***/

.messages {
  margin: 20px;
  padding: 0;
}
.messages .error {
  color: #FF0000;
  font-weight: bold;
}


/*** forms ***/

form .text,
form select {
  width: 150px;
}
form .date {
  width: 70px;
}
form textarea {
  width: 500px;
  height: 100px;
}


/*** home template ***/

.home-template #intro {
	background: #f8c804;
	padding: 15px 20px;
	width: 615px;
	min-height: 230px;
	position: relative;
}
.home-template #intro .text {
	overflow: hidden;
	padding: 0 0 20px;
}
.home-template #intro .open-link {
	cursor: pointer;
	text-decoration: underline;
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-weight: bold;
}


/* search form */

.home-template #search-form {
  position: absolute;
  top: 15px;
  right: 0;
  margin: 0;
  padding: 20px 15px;
  width: 290px;
  height: 220px;
  background: #e2e2e2;
}
.home-template #search-query {
  width: 290px;
  margin: 10px 0 20px 0;
}
.home-template #search-submit {
	width: 110px;
	height: 28px;
	padding-bottom: 2px;
  float: right;
	border: none;
	background: transparent url('../images/grey_button.gif') no-repeat;
	color: #fff;
	font-weight: bold;
  font-size: 1.1em;
}

/* categories */

.home-template #categories {
	overflow: hidden;
	padding: 15px 0 0 0;
}
.home-template .category {
	background: #eee7b9 url('../images/info_beige_bg.gif') no-repeat 272px 15px;
	width: 290px;
	height: 165px;
	margin: 0 15px 0 0;
	float: left;
	padding: 20px 15px;
	position: relative;
}
.home-template .category-2 {
	margin: 0;
}
.home-template .link {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 15px;
	right: 15px;
}
.home-template .link a {
	background: url('../images/yellow_button.gif') no-repeat;
	width: 169px;
	height: 23px;
	display: block;
	color: #fff !important;
	text-decoration: none;
	text-align: center;
	padding: 5px 0 0 0;
	font-weight: bold;
	font-size: 1.15em;
	font-family: Arial;
}


/*** categorie template ***/

.category-template #description {
	height: 205px;
	width: 280px;
	padding: 20px 20px;
	background: #ffc300 url('../images/info_yellow_bg.gif') no-repeat 273px 15px;
	float: left;
	margin: 0 15px 15px 0;
}
.category-template h1 {
	font-size: 1.60em !important;	
}

/* document list boxes */

#recent-added h2,
#most-viewed h2 {
  margin: 0;
  padding: 14px 0 0 20px;
  height: 34px;
  background-color: #e2e2e2;
  background-repeat: no-repeat;
  background-position: 281px 8px;
}
#recent-added ul,
#most-viewed ul {
	list-style: none;
	margin: 4px 0 0 0;
	padding: 0;
}
#recent-added li,
#most-viewed li {
  border-bottom: 1px solid #e2e2e2;
  padding: 7px 0 8px 20px;
}
#recent-added .date,
#most-viewed .date {
  padding-right: 10px;
}
#recent-added a,
#most-viewed a {
  color: #000;
  text-decoration: none;
}
#recent-added a:hover,
#most-viewed a:hover {
  text-decoration: underline;
}
#recent-added {
  height: 245px;
  width: 320px;
  margin: 0 15px 15px 0;
  float: left;
}
#recent-added h2 {
  background-image: url('../images/paperclip_icon.gif');
}
#most-viewed {
  height: 245px;
  width: 320px;
  margin: 0 0 15px 0;
  float: left;
}
#most-viewed h2 {
  background-image: url('../images/mouse_icon.gif');
}

/* add document box */

#add-document {
	width: 280px;
	height: 145px;
	float: left;
	margin: 0 15px 15px 0;
	padding: 20px 20px;
	background: #eee7b9 url('../images/document_icon.gif') no-repeat 273px 15px;
	position: relative;
}
#add-document .link {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
#add-document .link a {
  background: url('../images/orange_button.gif') no-repeat;
  width: 110px;
  height: 24px;
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 4px 0 0 0;
  font-weight: bold;
  font-size: 1.15em;
  font-family: Arial;
}

/* filter-docs-form */

#filter-docs-form {
	padding: 15px 20px;
	width: 615px;
  height: 155px;
  float: left;
  margin: 0 0 15px 0;
  background: #eee7b9;
  position: relative;
}
#filter-docs-form h2 {
	margin-bottom: 15px;
}
#filter-docs-form .first-column {
	float: left;
	margin: 0 20px 0 0;
}
#filter-docs-form .first-column label {
	width: 125px;
}
#filter-docs-form .second-column {
	float: left;
}
#filter-docs-form .second-column label {
  width: 140px;
}
#filter-docs-form .field {
	margin: 0;
	padding: 0 0 10px 0;
	overflow: hidden;
}
#filter-docs-form .field * {
	float: left;
	vertical-align: middle;
}
#filter-docs-form .text {
	margin: 0;
}
#filter-docs-form .date-picker {
  margin: 2px 0 0 2px;
}
#filter-docs-form label {
	padding: 0 5px;
}
#filter-docs-submit {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 110px;
  height: 28px;
  padding-bottom: 2px;
  float: right;
  border: none;
  background: transparent url('../images/grey_button_beige_bg.gif') no-repeat;
  color: #fff;
  font-weight: bold;
  font-size: 1.15em;
}
#filter-docs-form .reset {
  position: absolute;
  right: 140px;
  bottom: 20px;
  margin: 0;
}


/* documents */

#documents {
  clear: both;
  background: #FFC301;
  padding: 0 10px 10px 10px;
}
#documents .no-docs {
	margin: 0;
	padding: 10px 0 0;
}
#documents table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 970px;
}
#documents th {
  padding: 10px;
  text-align: left;
  white-space: nowrap;
  font-family: Arial;
  font-size: 1.15em;
}
#documents th a {
  color: #FFF;
  text-decoration: none;
}
#documents .sort-asc a {
  background: url('../images/sort_asc.gif') no-repeat right;
  padding: 0 15px 0 0;
}
#documents .sort-desc a {
  background: url('../images/sort_desc.gif') no-repeat right;
  padding: 0 15px 0 0;
}
#documents td {
  padding: 7px 10px;
}
#documents tr.even td {
  background: #FFF;
}
#documents tr.odd td {
  background: #E2E2E2;
}
#documents td h3 {
  margin: 0;
  font-size: 1em;
}
#documents td p {
  margin: 0;
}
#documents td.contact,
#documents td.date {
	white-space: nowrap;
}
#documents td a {
  color: #333;
  text-decoration: none;
}
#documents td.title-desc a {
  font-weight: bold;
}
#documents td .unknown {
	color: #aaa;
}
#documents td a:hover {
  text-decoration: underline;
}
#documents a.details {
  white-space: nowrap;
  text-decoration: none;
}
#documents td a.details:hover {
  text-decoration: none;
}
#documents td a.details:hover span {
  text-decoration: underline;
}
#documents td a img {
  vertical-align: middle;
  margin: 0 0 0 10px;
}


/*** document template ***/

#document {
  position: relative;
}
#document .head {
  padding: 15px 20px;
  background: #FFC300;
  margin: 0 0 15px 0;
}
#document h1 {
	padding: 0;
	margin: 0;
	font-size: 1.4em;
}
#document .field {
	overflow: hidden;
	padding: 5px 10px 5px 0;
	margin: 10px 0 0;
  background: #eee;
}
#document label {
	font-weight: bold;
	float: left;
	width: 120px;
	text-align: right;
}
#document .value {
	margin: 0 0 0 140px;
}
#document .options {
	position: absolute;
	top: 15px;
	right: 15px;
}
#document .options p {
	margin: 0;
}
#document .options a {
	font-weight: bold;
}


/*** wizard template ***/

#wizard-intro {
  padding: 20px 20px;
  background: #FFC300;
}

/* options */

#wizard-options {
	overflow: hidden;
	margin: 15px 0 0 180px;
}
#wizard-options p {
	margin: 0;
	float: left;
}

/* wizard form */

#wizard-form {
  margin: 15px 0 0 0;
  padding: 15px;
  background: #EEE7B9;
}
#wizard-form .field {
  overflow: hidden;
  padding: 5px 10px 5px 0;
  margin: 10px 0 0;
}
#wizard-form .field > label {
  font-weight: bold;
  float: left;
  width: 160px;
  text-align: right;
  padding: 5px 0 0 0;
}
#wizard-form .value {
  margin: 0 0 0 180px;
  background: #FEF7C9;
  padding: 5px;
}
#wizard-form .date-picker {
  position: relative;
  top: 3px;
}
#wizard-form .messages {
	margin-top: 0;
}

/* step 2 */

#wizard-step-2 .categories {
  list-style: none;
  margin: 0;
  padding: 0;
}
#wizard-step-2 .categories ul {
  list-style: none;
  margin: 0 0 0 20px;
  padding: 0;
}
#wizard-step-2 .categories li * {
	vertical-align: middle;
}
#wizard-step-2 .categories label {
  font-weight: normal;
}
#wizard-step-2 .next {
	margin: 0 -100% 0 70px !important;
}

/* step 3 */

#wizard-step-3 .next {
  margin: 0 -100% 0 80px !important;
}
#wizard-step-3 .categories {
  margin: 0 0 0 20px;
  padding: 0;
}
#wizard-step-3 .categories ul {
  margin: 0 0 0 20px;
  padding: 0;
}


/*** search ***/

#search #search-form {
  padding: 15px;
  background: #FFC300;
}
#search #search-results {
  padding: 15px;
  margin: 15px 0 0 0;
  background: #EEE7B9;
}
#search-result-list {
	margin: 20px 0 20px 20px;
	padding: 0;
}
#search-result-list h3 {
	font-size: 1em;
}

