﻿.dxrpcontent-background {
	background-color: rgb(221, 236, 254);
}

.header-background {
	background-color: #C3DAF9;
}

/*
.header-capere {
	background-color: #C8DCF5;
	background: linear-gradient(to bottom, #dae9fc 0%,#d4e4fb 14%,#d2e4f8 15%,#d1e3fb 17%,#d1e1f8 19%,#d0e2fa 20%,#c8dcf5 31%,#c2d7f6 41%,#bed5f4 42%,#b4ceef 54%,#aec7ef 64%,#aac8ee 66%,#a6c3eb 71%,#a6c3ed 73%,#9ebde9 83%,#9dbeeb 85%,#95b7e7 100%);
}

input[type='submit'] {
	font-size: 9pt;
	font-family: Tahoma;
	border: solid 1px #6A8CCB;
	background-color: #CBE1FC;
	background: linear-gradient(to bottom, #D7E8FD 0%,#CAE1FC 53%,#9CBDEB 100%);
	padding: 5px 9px 6px 9px;
	cursor: pointer;
}

input[type='submit']:hover {
	background-color: #FFE1AC;
	background: linear-gradient(to bottom, #fff2c8 0%,#ffe1ac 47%,#ffe1ac 53%,#ffd294 100%); 
}

input[type='submit']:active {
  	color: #000000;
  	background-color: #FFB16D;
  	background: linear-gradient(to bottom, #fe9552 0%,#ffb16d 47%,#ffb06d 53%,#ffcf8b 100%);
  	outline: 0;
}*/
