html,body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #FFF;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #000;
	text-align: center
}

/*******************************************************************************************************************
HTML STYLES 
*******************************************************************************************************************/
h1 {
	color: #0978BE;
	font-size: 1.6em;
	font-weight: bold;
}

h1 a {
	color: #0978BE;
	text-decoration: none;
}

h2 {
	clear: both;
	font-size: 1.4em;
	font-weight: bold;
	color: #0978BE;
}

h3 {
	font-size: 1.4em;
	font-weight: bold;
	color: #000000;
}

h4 {
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
}

h5 {
	font-weight: bold;
}

h6 {
	
}

p {
	font-size: 1.2em;
}

th,td {
	font-size: 1.2em;
}

span.boldType {
	font-weight: bold;
}

hr {
	height: 1px;
	background-color: #0978be;
	border: 0px;
	clear: both;
}

input { /*font-size:1.2em;*/
	margin: 0px;
}

input[type=text],input[type=password] {
	width: 180px;
}

input[type=text] .textinput {
	width: 50px;
}

input[readonly="readonly"] {
	background-color: #ddd;
}

input[type=radio],input[type=checkbox] {
	font-size: 1.2em;
	margin-left: 2px;
	margin-right: 2px;
}

select {
	font-size: 1.20em;
	padding: 1px;
	width: 100%;
}

textarea {
	font-size: 1.2em;
	min-height: 50px;
	min-width: 250px;
}

.panel {
	background-color: rgb(246,245,245);
	padding: 10px;
	border-radius: 6px;
}

.button {
	background-color: #2E93CE;
	color: white;
	padding: 5px;
	border: 0px;	
	text-decoration: none;
}

.button a {
	background-color: #2E93CE;
	color: white;
	border: 0px;	
}

/*******************************************************************************************************************
 MAIN ELEMENTS
*******************************************************************************************************************/
div#container {
	min-height: 100%;
	width: 100%;
	position: relative;
}

/** Main container **/
div#main {
	position: relative;
	height: 100%;
	min-height: 300px;
	margin: 0px auto;
	width: 900px;
	text-align: left;
	padding-top: 3px;
	/**padding-bottom: 75px; **/
	background-color: #FFF;
	box-shadow: 0px 0px 10px 0px;
	-webkit-box-shadow: 0px 0px 10px 0px #000;
	-mozilla-box-shadow: 0px 0px 10px 0px;
}

div#header {
	position: relative;
	float: left;
	height: 80px;
	padding: 10px;
	margin-left: 20px;
}

div#header img {
	width: 200px;
	padding-top: 8px;
	float: left;
}

span#slogan {
	display: block;
	float: Left;
	font-size: 1.8em;
	font-weight: bold;
	vertical-align: middle;
	line-height: 2.0em;
	margin: 15px 30px;
	padding-top: 8px;
}

/**Top menu **/
div#topMenu {
	position: relative;
	float: left;
	width: 100%;
	height: 30px;
	background-color: #0978be;
}

div#topMenu ul {
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

div#topMenu .menuitem {
	float: left;
	line-height: 30px;
	vertical-align: middle;
	font-size: 1.2em;
	color: #FFF;
	text-decoration: none;
	margin: 0;
	padding: 0px 15px;
}

div#topMenu .menuitem:hover {
	cursor: pointer;
	text-decoration: underline;
}

div#menuRightAlign {
	float: right;
}

div#content {
	position: relative;
	clear: both;
	min-height: 250px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 20px;
	overflow: hidden;
}

div#leftside {
	position: relative;
	float: left;
	overflow: hidden;
	width: 220px;
	min-height: 200px;
}

div#rightside {
	position: relative;
	float: right;
	width: 600px;
	min-height: 200px;
}

/** footer  **/
div#footer {
	width: 100%;
	height: 25px;
	bottom: 0px;
	background-color: #0978BE;
	color: white;
}

#footerslogan {
	float: left;
	margin-left: 10px;
	margin-top: 5px;
}

#footercontact {
	float: right;
	margin-right: 10px;
	margin-top: 5px;
}

/** div used for showing errors **/
div#errors {
	display:none;
	width: 400px;
}
	div#errors ul{
		list-style: none;
	}
	
	div#errors li{
		padding-bottom: 10px
	}
	

div#errordialog {
	margin: auto;
	margin-top: 50px;
	padding: 15px;
	border: 1px solid #ddd;
	width: 400px;
	height: 200px;
	text-align: center;
}

/** general div for showing messages in the center of the screen **/
#messagebox {
	background-color: rgb(246,245,245);
	padding: 20px;
	margin: auto;
	text-align: center;
	font-weight: bold;
	margin-top: 50px;
	width: 300px;
}

/*******************************************************************************************************************
CONTENT ELEMENTS
*******************************************************************************************************************/

/** form style table elements **/
.formTable {
	width: auto;
	border-collapse: collapse;
	text-align: left;
}

.formTable td {
	min-width: 100px;
	padding-left: 0px;
	padding-right: 5px;
}

.formTable td span {
	width: 100%;
}

.formTable td input[type=text],.formTable td select {
	width: 250px;
}

.formTable #tbGebruiker,.formTable #tbBedrijfsnaam,.formTable #tbLeverancier
	{
	border: 0px;
	background-color: transparent;
	min-height: 16px;
	width: 400px;
}

/** Logon **/
div#loginMiddle {
	position: relative;
	width: 400px;
	height: 200px;
	margin: 50px auto;
	padding: 15px;
	border: 1px solid #ddd;
}

div#logontitle {
	clear: both;
}

.welcometext {
	display: block;
	width: 100%;
	text-align: left;
	font-size: 1.2em;
}

div#login {
	position: relative;
	width: 100%;
	font-size: 1.2em;
}

div#login #loginform {
	width: 100%;
	margin: 0px;
}

#loginerror {
	padding: 5px;
	color: red;
	font-weight: bold;
}

/** articles list page **/
div#grouping {
	float: left;
	overflow: hidden;
}

div#grouping a {
	display: block;
	overflow: hidden;
	height: 25px;
	width: 210px;
	font-size: 1.2em;
	letter-spacing: 0px;
	text-decoration: none;
	text-align: Left;
	padding-top: 6px;
	padding-left: 6px;
	color: #000;
	border-bottom: 1px solid #ddd;
}

div#grouping a#lbidstart:hover {
	border: 1px solid #aeaeae;
}

div#grouping input {
	font-size: 1.2em;
	width: 100px;
	height: 16px;
	margin-top: 1px;
	margin-left: 15px;
}

div#grouping a:hover {
	text-decoration: none;
	color: #187fb4;
	cursor: pointer;
}

div#grouping br {
	float: left;
	clear: none;
	display: block;
	line-height: 0px;
	height: 0px;
	font-size: 0px;
	padding: 0px;
	margin: 0px;
}

div#grouping a img {
	border-width: 4px;
	border-style: hidden;
	border-left-color: white;
	padding-bottom: 1px;
}

div#articles {
	width: 100%;
	overflow: auto;
	min-height: 0%;
}

/** Shoppingcart **/
div#shoppingcartdata {
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

div.dataform {
	width: 400px;
	float: left;
	margin-bottom: 15px;
}

div.dataform  tr {
	height: 26px;
}

div.dataform select {
	width: 254px;
}

div.dataform #tbLeverdatum {
	width: 145px;
}

div.dataform #tbDatumInvoer {
	width: 150px;
}

div#attachmentupload {
	float: right;
	width: 100%;
	margin-top: 5px;
}


div#attachmentupload input[type="file"] {
	width: 225px;
}

div#attachmentupload input[type="submit"] {
	float: right;
}

div#finalize {
	width: 100%;
	border-top: 2px solid #ddd;
	margin-top: 20px;
	padding: 10px 0px 10px 0px;
}

/** datagrid used for showing data in a grid **/
.datagrid {
	clear: both;
	table-layout: fixed;
	width: 100%;
	border-spacing: 0px;
	border: solid 1px #ddd;
	box-shadow: 0px 1px 1px #ddd;
	border-radius: 6px;
	text-align: center;
}

.datagrid th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.datagrid th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.datagrid th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.datagrid td {
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

td:first-child{
	border-left: none;
}

.datagrid thead tr {
	height: 20px;
	font-weight: bold;	
	background-color: #0978BE;
	color: white;
}

.datagrid thead th {
	padding: 3px;
	overflow: hidden;
	border: hidden;
	padding: 8px 4px 8px 3px;
}

.datagrid thead buttonheader {
	width: 30px;
}

.datagrid thead Linkbuttonheader {
	width: 30px;
}

.datagrid thead {
	min-width: 20px;
	width: 50px;
}

.datagrid tbody tr:nth-child(even) {
	background-color: #f8f8f8;
}

.datagrid tbody tr:hover,.dgalternatingitem:hover,.dgselecteditem:hover
	{
	color: #187fb4;
	Cursor: default;
}

.datagrid tbody td {
	padding: 3px;
	overflow: hidden;
}

.datagrid tbody td a{
	display: block;
  	width: 100%;
  	height: 100%;
  	color: inherit;
  	text-decoration:none;
}

tfoot tr {
	height: 30px;
}

tfoot td {
	padding: 3px;
	font-weight: bold;
	overflow: hidden;
	border: hidden;
}

.datagrid input[type=text] {
	width: 30px;
	height: 18px;
	text-align: right;
}

#browsepagination{
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	margin-left: 5px;
}

#addtocart{
	float: right;
}

#browsefooter {
	margin-top: 10px;
}

/** Grouplist **/
.groupList {
	list-style: none;
	font-size: 1em;
}

ul,li {
	margin-left: 4px;
	padding-left: 0;
}

.groupItem {
	font-size: 1em;
	font-weight: normal;
}

.selectedGroupItem {
	font-size: 1.1em;
	font-weight: bold;
}

.selectedGroupLink {
	background-color: #4c85d0;
	color: white !important;
}

/** Article Details **/
#leftColumn {
	float: left;
	width: 500px;
}

#rightColumn {
	float: right;
	width: 250px;
}

#titlediv {
	margin-bottom: 30px;
}

#attachments {
	margin-top : 20px;
}

#attachments h4 {
	margin-bottom: 0px;
}

#attachments p {
	margin-top: 0px;
}

#details {
	min-width: 220px;
	margin-bottom: 30px;
}

.datalist td {
	padding: 3px;
}

.framedimage {
	padding: 3px;
	border: 5px solid white;
	margin: 5px;
	width: 200px;
	height: 120px;
	background-repeat:no-repeat;
	background-position:center;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
}

#orderdiv {
	margin: 20px 0px 30px 0px;
	padding: 30px;
    border: 1px solid #f89946;
    background-color: rgba(248, 153, 70, 0.06);	
}

#orderdiv input[type=text] {
	width: 50px;
}


/** Titlescreen, show groups information in the browse view **/
#titleimage {
	max-width: 250px;
	max-height: 250px;
	margin-right: 10px;
	float: left;
}

#titlebottom {
	clear:both;
	width:600px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#groupimage {
	max-width: 250px;
	max-height: 250px;
	border-radius: 3px;
}

/** Searchform **/
#searchform {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	width: 300px;
}

#searchinput {
	width: 200px;
}

#searchresults {
}

/** Imageformats **/
.thumbnail {
	max-width: 250px;
	max-height: 250px;
}

.large {
	max-width: 500px;
	max-height: 500px;
}


/** Ajaxshoppingcart Table **/
#shoppingcartrolloutcontainer{
	position: absolute;
	display: none;	
	margin-top: 30px;
	z-index: 5000;
	border : 1px solid #0978be;
	border-top: 0px;
	background-color: white;
	box-shadow: 0px 0px 10px 0px;
	-webkit-box-shadow: 0px 0px 10px 0px #000;
	-mozilla-box-shadow: 0px 0px 10px 0px;
}

#ajaxshoppingcartcontainer {
	width: 206px;
	padding: 15px;
	padding-bottom: 5px;
}

#ajaxshoppingcartcontainer table {
	width: 100%;
	border-spacing: 0px;
	text-align: center;
}

#ajaxshoppingcartcontainer tbody td {
	border-bottom: 1px solid #ddd;
	padding: 5px;
}

#ajaxshoppingcartcontainer tbody tr:hover{
	color: #187fb4 !important;
}

#ajaxshoppingcartcontainer a {
	text-decoration: none;
	color: inherit;
}

#ajaxshoppingcartbottombar {
	height: 15px;
	background-color: #0978be;
}

#ajaxshoppingcarterror {
	padding: 5px;
	text-align: center;
}

#ajaxshoppingcarterror {
	padding: 5px;
	text-align: center;
}

#languageSelectBox {
	margin-top: 5px;
	width: 100px;
	float: right;
	margin-right: 15px;
}

#shoppingcartdiv {
	float: right;
}


/** Stored carts style **/
.storedcartsgrid {
	width: 100%;		
}

.storedcartsgrid ul {
	list-style: none;
	margin: 0px;
}

.storedcartsgrid tbody {
	vertical-align: top;
}

.storedcartsgrid td {
	padding-bottom: 20px;
}

#dialog-message {
	display:none;
}


/** Stored shoppingcart **/
.shoppingcartpanel{
	background-color: white;
}

/** Form validation **/
.help-block{
	display:block;
}

/** Modal form **/

/** Model dialog **/
.modaldialog .ui-dialog-titlebar{
	display:none;
}

.modaldialog .ui-button{
	min-width: 30px;
	background: none;
	background-color: #2E93CE;
	color: white;
	padding: 5px;
	border: 0px;	
	text-decoration: none;
	border:none;
	border-radius:0px;
}

.modaldialog .ui-state-default{
}

.modeldialog .ui-state-selected{
	border-radius:0px;
}


/** Change password dialog **/
#changePasswordPanel{
    position: relative;
    width: 400px;
    margin: 50px auto;
    padding: 15px;
    border: 1px solid #ddd;
}