﻿* {
 margin: 0;
 padding: 0; 
}

body {
	font-family: verdana, trebuchet MS, tahoma, arial, helvetica;
	font-size: 12px;
	color: #444444;
	text-align: left;
	background-color:#D1D1D1;
}

a, a:link, a:visited, a:active {
	color: #445CA6;
	text-decoration: none;
	outline: 0;
}


a:hover {
	color: #7C9EC3;
}

form {
	background-image: url(fejlec.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width: 1020px;
	padding: 50px 5px 5px 5px;
	margin: 5px auto;
	display: block;
	background-color: #fff;
}

input, textarea, select {
	border: #5B6FAE 1px solid;
	background-color: #FFFFFF;
	font-family: inherit;
	font-size: 11px;
	margin: 1px;
	padding: 1px;
}

input.radio {
	border: 0;
	background-color: none;
}


select {
 padding: 0;
}

option {
 padding: 0 2px;
}


input:hover, input:focus, textarea.mezo:hover, textarea.mezo:focus, select.mezo:hover, select.mezo:focus {
	background-color: #fff;
	border-color: #0E2385;
}

td, th {
	padding: 2px 4px;
	border-collapse: collapse;
}
table {
	border-collapse: collapse;
	width: 100% !important;
	margin: 0 auto;
}
table, td, th {
	font-family: inherit;
	font-size: inherit;
	border-color: #444;
}
table.style1 td {
	font-weight: bold;
	font-size: 13px;
}

.drill_cursor {
    cursor: url('/haladas/aspnet_client/system_web/4_0_30319/crystalreportviewers13/js/crviewer/images/drill_cursor.cur') 
!important;
}
