a {
	color: #cc66ff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	background: #f4f4f4 url("//static.proconto.nl/img/bg.png") repeat-x;
	margin: 0px 0px 0px 0px;
}

body,
p,
table {
	color: #606060;
	font: 8pt/23px "Trebuchet MS", "Verdana", "Arial", "Helvetica";
}

button,
.button {
	background: #999999;
	border: 0px;
	color: #000000;
	cursor: pointer;
	display: inline-block;
	padding: 2px 25px 2px;
}

.button {
	padding-top: 2px;
}

.button.small {
	font-size: 11px;
	line-height: 22px;
	padding: 2px 15px 2px;
}

div.icon {
	float: right;
	height: 24px;
	text-align: center;
	width: 24px;
}

div.icon img {
	vertical-align: middle;
}

form {
	margin: 0px 0px 0px 0px;
}

h1 {
	background: url("//static.proconto.nl/img/h1.png") no-repeat;
	color: #cc66ff;
	font: 14pt/20px "Eurostile";
	font-weight: bold;
	height: 20px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 30px;
}

h2 {
	background: url("//static.proconto.nl/img/h2.png") no-repeat;
	color: #6666ff;
	font: 11pt/15px "Eurostile";
	font-weight: bold;
	height: 15px;
	margin: 25px 0px 0px 0px;
	padding: 0px 0px 0px 30px;
}

html {
	overflow: -moz-scrollbars-vertical;
}

hr {
	background: url("//static.proconto.nl/img/hr.png") no-repeat center center;
	border: 0px;
	height: 7px;
	margin: 15px 0px 15px 0px;
}

img {
	border: 0px;
}

img.opacity {
	-moz-opacity: 0.3;
	filter: alpha(opacity = 30);
}

input,
select,
textarea {
	border: solid #cccccc 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #606060;
	font: 8pt/23px "Trebuchet MS", "Verdana", "Arial", "Helvetica"
}

input.text,
select.text,
textarea.text {
	border: solid #cccccc 1px;
	color: #7f7f7f;
	height: 30px;
	line-height: 23px;
	padding: 0px 5px;
	width: 240px;
}

select.text {
	height: 30px;
	padding: 6px;
}

select.text option {
	padding: 5px 0px;
}

textarea.text {
	height: 125px;
}

input.error,
select.error,
textarea.error {
	background: #ffffcc;
	border-color: #cc0000;
}

input.amount {
	background: #ffffff url("//static.proconto.nl/img/input_euro.png") no-repeat 5px center;
	text-align: right;
	width: 75px;
}

p,
table {
	margin: 12px 0px 12px 0px;
}

p.lead {
	font-weight: bold;
}

span.caption {
	background: url("//static.proconto.nl/img/h2.png") no-repeat;
	color: #6666ff;
	font: 10pt/20px "Eurostile";
	font-weight: bold;
	height: 20px;
	padding-left: 23px;
}

table {
	width: 100%;
	border: solid #808080 1px;
	border-spacing: 0px;
}

table td,
table th {
	padding: 3px;
	vertical-align: top;
}

table td.fieldName {
	width: 185px;
}

table td.requiredField {
	color: #cc0000;
	font-weight: bold;
	text-align: center;
	width: 10px;
}

table thead {
	color: #6666ff;
	font-weight: bold;
	
	background: #f4f4f4;
}

table tfoot {
	font-weight: bold;
	
	background: #f4f4f4;
}

table thead tr th {
	border-bottom: solid #808080 1px;
	text-align: left;
}

table tfoot tr td {
	border-top: solid #808080 1px;
	text-align: left;
}

table tr {
	height: 23px;
}

table tbody tr.selected {
	background: #a7cdf0;
}

table tbody tr.selected:hover {
	background: #a7cdf0 !important;
}

table.hover tbody tr:hover,
tr.hover:hover {
	background: #e6edf7;
}

ul {
	padding: 0px 0px 0px 25px;
	margin: 10px 0px 0px 0px;
	
	list-style-image: url("//static.proconto.nl/img/ul.png");
}

ul li {
	padding: 5px 5px 5px 5px;
}

/**
* ID's
*/
#LoginContainer {
	background: #ffffff;
	border: solid #cccccc 1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 340px;
	left: 50%;
	margin: -180px 0 0 -300px;
	padding: 0px;
	position: absolute;
	top: 50%;
	width: 580px;
}

#LoginContainer .Head {
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	height: 80px;
	padding: 10px;
}

#LoginContainer .Form {
	height: 240px;
	overflow: auto;
	padding: 0px 10px;
}

#OuterContainer {
	margin: 0px auto;
	position: relative;
	width: 1200px;
}

#InnerContainer {
	border: solid #808080 1px;
	border-top-width: 0px;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	float: left;
	margin-bottom: 20px;
	width: 1200px;
}

#Header {
	background: url("//static.proconto.nl/img/header.png") no-repeat;
	height: 175px;
	width: 1200px;
}

#Content {
	background: #ffffff url("//static.proconto.nl/img/bg_submenu.png") repeat-y;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	float: right;
	width: 1200px;
}

#Content #SubMenu {
	border-radius: 0px 0px 0px 5px;
	-moz-border-radius: 0px 0px 0px 5px;
	-webkit-border-radius: 0px 0px 0px 5px;
	float: left;
	width: 245px;
}

#Content #Navigation {
	background: url("//static.proconto.nl/img/bg_navigation.png") repeat-x;
	float: right;
	height: 19px;
	width: 955px;
}

#Content #Navigation img {
	float: left;
	height: 19px;
}

#Content #Body {
	background: #ffffff;
	border-radius: 0px 0px 5px 0px;
	-moz-border-radius: 0px 0px 5px 0px;
	-webkit-border-radius: 0px 0px 5px 0px;
	float: right;
	padding: 0px 10px 10px 0px;
	width: 945px;
}


/**
* Classes
*/
table tr.foot {
	font-weight: bold;
	background: #f4f4f4;
	text-align: left;
}

table tr.foot td {
	border-top: solid #808080 1px;
	border-bottom: solid #808080 1px;
}

.nobackground,
table.nobackground thead tr,
table.nobackground tfoot tr {
	background: transparent;
}

.noborder,
table.noborder td,
table.noborder th {
	border: 0px;
}

table.noborder td,
table.noborder th {
	padding-left: 0px;
	padding-right: 6px;
}

div.attachment {
	background: #ffffff;
	border: solid #cccccc 1px;
	cursor: pointer;
	float: left;
	height: 20px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-right: 25px;
	padding: 5px;
}

div.attachment:hover {
	background: #f3f3f3;
}

div.formResult {
	background: #ffffcc;
	border: solid #ffcc00 1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 12px 0px;
	padding: 10px;
}

div.error {
	background: #ffcccc;
	border-color: #cc0000;
	font-style: italic;
}

div.success {
	background: #ccffcc;
	border-color: #00cc00;
	font-style: italic;
}

.canceled {
	text-decoration: line-through;
}

.rounded-corners  {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.siteOverlay {
	background: #666666 url("//static.proconto.nl/img/overlay.png") 50% 50% repeat fixed;
	left: 0px;
	opacity: 0.50;
	filter: Alpha(Opacity=50);
	position: fixed;
	top: 0px;
	z-index: 1002;
}

.button.fileupload {
	background: #f9f9f9;
	border: solid #f3f3f3 1px;
}

.button.fileupload input[type='file'] {
	background: #f9f9f9;
	cursor: pointer;
	/*margin: -1px 0px 0px -25px; */
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
}
