@charset "iso-8859-1";
/* CSS Document */

* { margin: 0; padding: 0; }

body {
	font: 14px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #EFEFEF;
	}

ul { list-style-type: none; }

h1 {
	font-size: 2em;
	font-weight: normal;
	letter-spacing: -0.03em;
	margin: 15px 0 25px 0;
	color: #C76DB0;
	}

h2 {
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: -0.03em;
	margin: 0 0 20px 10px;
	padding-top: 20px;
	}

h3 {
	font-size: 1.1em;
	font-weight: normal;
	font-style: italic;
	margin: 15px 0 10px 15px;
	padding-top: 15px;
	}

h4 {
	font-size: 1.3em;
	font-weight: normal;
	font-style: normal;
	margin: 5px 0; padding: 0;
	color: #B0CEFD;
	}
	
.clear { clear: both; line-height: 0; }

#container {
	width: 80%;
	max-width: 700px;
	background-color: #ffffff;
	}

#header {
	width: 100%;
	height: 218px;
	background: url(images/wsn_header.gif) no-repeat top left;
	}

/* DROPDOWN MENU STYLING */

#menu {
	width: 100%;
	height: 35px;
	background: #90BCFF url(images/menu_bg.gif) repeat-x top left;
	}

#menu ul {
	margin-left: 15px;
	height: 35px;
	padding: 8px 0 8px 0;
	}

#menu ul li {
	/* display: inline; */
	float: left;
	}

#menu ul li a:link,
#menu ul li a:visited,
#menu ul li a:hover,
#menu ul li a:active {
	display: block;
	color: #ffffff;
	margin: 0 20px 0 0;
	text-decoration: none;
	}

#menu li ul {
	position: absolute;
	width: 180px;
	height: auto;
	left: -3000px;
	background-color: #3E8AFF;
	font-size: 0.9em;
	}

#menu li ul li { float: none; }
	
#menu li:hover ul { left: auto; margin-left: -5px; }

/* #menu li ul li:hover { background-color: #FFFFFF; color: #3E8AFF; } */

#menu li ul li a:link,
#menu li ul li a:visited,
#menu li ul li a:hover,
#menu li ul li a:active {
	width: 155px;
	padding: 5px 17px 5px 8px;
	color: #B0CEFD;
	font-size: 0.9em;
	} #menu li ul li a:hover { background-color: #ffffff; color: #3E8AFF; }

#content {
	padding: 30px 15px;
	background: url(images/content_bg.gif) no-repeat top left;
	min-height: 300px;
	}

#content a:link,
#content a:visited,
#content a:hover,
#content a:active {
	color: #297EFF;
	} #content a:visited { color: #000000; }
	  #content a:hover { text-decoration: none; }

#content p {
	line-height: 1.3em;
	margin: 10px 15px;
	}

#content .warning {
	width: 80%;
	padding: 10px;
	margin-left: 15px;
	background-color: #FFD6AD;
	border: 1px solid #FF9933;
	}

#content ul { list-style-type: circle; margin: 15px 30px; }

#content ul li {
	margin: 5px 0;
	}
	
/* FORM DEFINITIONS 
form {
	margin: 30px 0 0 15px;
	}*/

form h2 { margin-left: 0; }

form span { margin-right: 15px; }

.form-capsule {
	width: auto;
	padding: 15px;
	background-color: #EFEFEF;
	}

form .form-capsule p { margin-left: 0; }

form .wsn-checkbox, form .wsn-input {
	margin-right: 10px;
	}

form .button {
	padding: 5px;
	margin: 0 3px;
	font-size: 0.8em;
	background-color: #297EFF;
	color: #ffffff;
	border: 0;
	cursor: pointer;
	}

form .colored { background-color: #FF6633; }

form #uploadbtn { margin-left: 0; padding: 3px 5px; }
form #submitbtn { float: right; }

form #sidselect { width: 120px; }

#footer-menu {
	height: 25px;
	margin-left: 15px;
	}

#footer-menu ul { 
	height: 100%;
	margin-left: 15px;
	}

#footer-menu ul li {
	display: inline;
	height: 100%;
	margin: 0 15px 0 0;
	}

#footer-menu ul li a:link,
#footer-menu ul li a:visited,
#footer-menu ul li a:hover,
#footer-menu ul li a:active {
	float: right;
	text-decoration: none;
	font-size: 0.8em;
	color: #297EFF;
	padding: 4px;
	margin: 0 15px 0 0;
	} #footer-menu ul li a:hover { background-color: #297EEF; color: #ffffff; }

#footer {
	background: #297EFF url(images/footer_bg.gif) repeat-x bottom left;
	padding: 10px;
	padding-bottom: 20px;
	font-size: 0.8em;
	color: #ffffff;
	}

#footer h3 {
	font-size: 1.2em;
	font-weight: normal;
	color: #E5EFFF;
	margin-bottom: 5px;
	}

#footer .column { float: left; width: 24%; }

#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active { color: #ffffff; }
#footer a:hover { text-decoration: none; }


/* LEKÉRDEZÉSEK */
	
body#querypage #container { background-color: #ffffff; padding-top: 50px; }

body#querypage #container table {
	width: 90%;
	margin-left: 20px;
	margin-top: 30px;
	text-align: center;
	}

body#querypage #container table thead { background-color: #297EFF; color: #ffffff; }

body#querypage #container table thead tr,body#querypage #container table thead td {
	padding: 3px 3px;
	background-color: #297EFF;
	}

body#querypage #container table tr.odd { background-color: #ffffff; }

body#querypage #container table tr.even { background-color: #EDF3FC; }

body#querypage #container h1 { margin: 20px 0 15px 0; }

body#querypage .form-capsule { position: fixed; width: 100%; }

body#querypage #container #graphs { 
	position: absolute;
	width: 350px;
	left: 700px;
	top: 0;
	background-color:#FFFFFF;
	padding: 15px; border: 1px solid #EEEEEE;
	}

/* GRÁF LEKÉRDEZÉS */
table#matrix {
	text-align: center;
	width: 60%;
	padding: 5px;
	background-color: #ffffff;
	color: #000000;
	margin-top: 15px;
	}

table#matrix thead { background-color: #297EFF; color: #ffffff; }

table#matrix thead tr, table#matrix thead td { padding: 3px; }

/* EGYEDI LETÖLTÉS MENÜPONT FORMÁZÁSOK */
body#letoltes #content a:link, body#linktar #content a:link,
body#letoltes #content a:visited, body#linktar #content a:visited,
body#letoltes #content a:hover,body#linktar #content a:hover,
body#letoltes #content a:active, body#linktar #content a:active { 
	margin-left: 15px;
	color: #ffffff;
	background: #297EFF url(images/arrow_dl.gif) 4px center no-repeat;
	padding: 3px 10px 3px 20px;
	text-decoration: none;
	}

body#linktar #content a:link,
body#linktar #content a:visited,
body#linktar #content a:hover,
body#linktar #content a:active {
	display:block;
	float: left;
	background: #297EFF;
	padding: 3px 10px;
	margin-right: 10px;
	} body#linktar #content a:hover { background-color: transparent; color: #297EFF; }

body#letoltes #content a.normal-link:link,
body#letoltes #content a.normal-link:visited,
body#letoltes #content a.normal-link:hover,
body#letoltes #content a.normal-link:active {
	margin-left: 0;
	color: #297EFF;
	background: transparent;
	padding: 0;
	text-decoration: underline;
	} body#letoltes #content a.normal-link:visited { color: #000000; }
	  body#letoltes #content a.normal-link:hover { text-decoration: none; }

body#linktar #content p { padding: 3px 5px; }