@charset "utf-8";

/* dokumentum */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #FFCC66; /* Keret */
	margin: 5px;
}
a:link {
	text-decoration: none;
	}
a:visited {
/*	color: #888888; */
	}
a:hover {
	text-decoration: underline;
	}


/* fejléc */
#header {
	background-image: url(headBack);
	height: 75px;
	width: 100%;
	border-bottom: 2px solid #CC6600;
	}
#headLogo {
	width: 13%;
	}
#headLeft {
	width: 6%;
	}
#headMiddle {
	width: 62%;
	}
#hadRight {
	width: 3%;	
	}
#headEnd {
	width: 3%;
	background-color: #FFEECC;
	}
#headMsg {
	width: 13%;
	height: 75px;
	background-color: #FFEECC;
	text-align: center;
	vertical-align: middle;
    text-decoration: none;
	}
#headMsg a:link, #headMsg vlink, #headMsg a:visited {
	color: #CC6600;
	text-decoration: none;
	}
#headMsg a:hover {
	color: #CC6600;
	text-decoration: underline;
	}


/* belbecs */
#main {
	background-color: #FFEECC;
	}
#vmenu {
	width: 152px;
	vertical-align: top;
	padding: 2px 0px 0px 0px;
	}
#middle {
	vertical-align: top;
	}
.middleTable {
    border: 1px solid #CC6600;
	padding: 0px;
    border-collapse: collapse;
    margin: 3px 3px;
	}
.middleTable td {
	border: 1px solid #CC6600;
	padding: 0px 0px 1px 0px;
	}
#ad {
	width: 120px;
	padding: 2px;
	vertical-align: top;
	}



#content {
	padding: 1px 20px;
	background-color: #F0F0F0;
	}
#content tr, #content td {
	border: 0px none;
	}
.fillError{
	background-color: #0000FF;
	color           : #FF8040;
	font-size       : 20px;
	font-weight     : bold;
}
#content table.dataTable td {
    text-align: left;
    padding: 0px 4px 0px 4px;
}
#content table.dataTable tr.even {
  background-color: #D6D3D4;
}
#content table.dataTable tr.even a:link, #content table.dataTable tr.even a:visited {
  display          : block;
  font-size        : 14px;
  font-weight      : normal;
  color            : #000000;
  text-indent      : 0px;
  text-decoration  : none;
}

#content table.dataTable tr.odd {
  background-color: #ebebeb;
}
#content table.dataTable tr.odd a:link, #content table.dataTable tr.odd a:visited {
  display          : block;
  font-size        : 14px;
  font-weight      : normal;
  color            : #000000;
  text-indent      : 0px;
  text-decoration  : none;
}

#content table.dataTable th.dHeader {
  background-color: #ECEAD8;
}

#content table.dataTable td.dFooter {
  background-color: #ECEAD8;
}

#content table.vizard tr.even {
  background-color: #D6D3D4;
}
	
#content table.vizard tr.odd {
  background-color: #ebebeb;
}
		
		
#content td.status {
    text-align: center;
}

#content hr.ExamParticH1 {
	height: 3px;
	line-height: 80%;
	width:70%;
	color: blue;
	background-color: red;
}

#content hr.ExamParticH2 {
	height: 3px;
	line-height: 80%;
	width:70%;
	color: blue;
	background-color: black;
}
	
#invisible{
	width: 150px;
	position: absolute; top: -100px; left: 0px;
}

.stb {
/* Status ablak nagybetu (big) Pl. szamjegyek*/
	color: black;
	font-family: Arial;
	font-size: 90%;
	text-align: center;
}

.stm {
/* Status ablak kozepes betu (small) Pl. szamlalok csoportnevei*/
	color: black;
	font-family: Arial;
	font-size: 80%;
	text-align: center;
}

.sts {
/* Status ablak kisbetu (small) Pl. szamlalok nevei*/
	color: black;
	font-family: Arial;
	font-size: 80%;
	text-align: center;
}

.stgg {
/* STatus Graph Green bar */
	color: #000000;
	background: rgb(0,255,247);
	font-family: courier, courier new, monospace;
	font-size: 100%;
	font-weight:bold;
	text-align: center;
}

.stgr {
/* STatus Graph Red bar */
	color: #000000;
	background: rgb(192,4,209);
	font-family: courier, courier new, monospace;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
}

.stqs {
/* STatus Question Sum */
	font-family: Arial;
	font-weight: bold;
	color: rgb(52,54,186);
	font-size: 100%;
	text-align: center;
}



.waitForExam {
	text-align: center;
}

.waitForExamText {
	font-family: Arial;
	font-weight: bold;
	color:#202060;
	font-size: 30px;
	text-align: center;
}

.waitForExamTime {
	font-family: Arial;
	font-weight: bold;
	color:#602020;
	font-size: 30px;
	text-align: center;
}
	


/* vízszintes menüsorok */
.hmenu {
	border-collapse: collapse;
	border: 0;/**/
	width: 100%;
	table-layout: fixed;
	}
.hmenu td {
	border: 0;/**/
	padding: 0;
	margin: 0;
	}
.hmenu a {
	border: 0;/**/
	color: #000000;
	display: block;
	height: 18px;
	text-decoration: none;
	padding: 5px 10px;
	}
.hmenu a:hover {
	border: 0;/**/
	background-color: #FFCC66;
	color: #000000;
	}
.hmenu a:visited {
	border: 0;/**/
	color: #000000;
	}
.hmenuL {
	text-align: left;
	}
.hmenuC {
	text-align: center;
	}
.hmenuR {
	text-align: right;
	}

.icon {
	border: none;
	padding: 0px 5px;
	}
/* lábléc */
#footer {
	padding: 2%;
	color: #FF9900;
	text-align: center;
	background-color: #3E2000;
	border-top: 4px solid #CC6600;
	}
#footer a:link {
	color: #CC6600;
	text-decoration: none;
	}
#footer a:visited {
	color: #888888;
	text-decoration: none;
	}
#footer a:hover {
	color: #FF9900;
	text-decoration: underline;
	}
/* Oldalso menu */
ul.vmenubar {
	margin: 0 0 2px 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	width: 150px;
	}
ul.vmenubaractive {
	z-index: 1000;
	}
ul.vmenubar li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	width: 150px;
	}
ul.vmenubar ul {
	margin: 5% 0 0 95%;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	width: 150px;
	left: -500px;
	top: 0;
	}
ul.vmenubar ul.vmenubarsubvisible {
	left: 0;
	}
ul.vmenubar ul li {
	width: 150px;
	}
ul.vmenubar {
	border: 1px solid #CC6600; /* Menu keret */
	}
ul.vmenubar ul {
	border: 1px solid #CC6600; /* Menu keret */
	}
ul.vmenubar a {
	display: block;
	background-color: #FFEECC; /* Background */
	padding: 5px 10px;
	color: #000000;
	text-decoration: none;
	}
ul.vmenubar a.blank {
	color: #CCCCCC;
	cursor: default;
	}
ul.vmenubar a:hover {
	background-color: #FFCC66; /* Footer */
	color: #000000;
	}
ul.vmenubar a.blank:hover {
	color: #CCCCCC;
	cursor: default;
	background-color: #FFEECC;
	}
ul.vmenubar a.menubaritemhover, ul.vmenubar a.menubaritemsubhover, ul.vmenubar a.vmenubarsubvisible {
	background-color: #FFCC66; /* Footer */
	color: #000000;
	}
ul.vmenubar a.menubaritemsub {
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	cursor: default;
	}
ul.vmenubar a.menubaritemsubhover {
	}
ul.vmenubar iframe {
	position: absolute;
	z-index: 1010;
	}
@media screen, projection
{
	ul.vmenubar li.vmenubarie {
		display: inline;
		float: left;
		background: #FFFFFF;
	}
}

