/* CSS reset */
html, body, div, h1, h2, h3, p, ul, li, img {
    margin: 0;
    padding: 0;
}

/* Alapelemek */
html { 	
  background-color: rgb(89,89,89);
}
body {
	width: 1000px;
	margin: 5px auto;
	background-color: green;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
/* Tipográfia */
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	letter-spacing: 2px;
	font-variant: small-caps;
	padding: 3px 0 5px 0px;
	color: #0000A3;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	letter-spacing: 2px;
	font-variant: small-caps;
	padding: 3px 0 3px 0px;
	color: #0000A3;
}
h3 {
	font-size: 12px;
	letter-spacing: 1px;
	font-variant: small-caps;
	padding: 3px 0 3px 0px;
	color: #0000A3;
}
strong{
	color: rgb(255,99,71);
	font-style: bolder;
}
.errormessage{
	color: rgb(255,0,0);
}
/*** Header ***************************************************************************/
#top_header {
	height: 50px;
	width: 993px;
	margin: 0;
	padding: 0px 0 0px 5px;
	background: url('images/fejlec.png') no-repeat right center;
	background-color: rgb(145,205,255);
	border: 1px solid rgb(0,0,0);
	color: rgb(51,153,0);
}
#top_header h3 {
	padding: 5px 0px 0px 0px;
}
#top_navigation {
  height: 575px;
	width: 138px;
	float: left;
  margin: 0;
  padding: 20px 0 0 0;
	background: url('images/logo.png') no-repeat center 420px;
	background-color: rgb(145,205,255);
	border-style: solid;
	border-color: rgb(0,0,0);
  border-width: 0px 1px 1px 1px;
}
#top_navigation a {
  width: 100px;
  padding: 5px 5px 5px 8px;
  border-left: 12px solid rgb(34,34,102);
  border-right: 1px solid rgb(34,34,102);
	border-bottom: 1px solid #E6E6FA;
  color: #FFFFFF;
  background-color: rgb(69,123,183);
  text-decoration: none;
	display: block;
	margin: 0;
}
#top_navigation a:hover {
  width: 100px;
  color: #FF0000;
  background-color: #3333CC;
}
#top_navigation  .selected {
  width: 100px;
  color: #FF0000;
  background-color: #3333CC;
}
#top_nav_left {
	width: 100%;
	padding-left: 5px;
	padding-top: 5px;
	word-spacing: 12px;
	white-space: nowrap;
	font-size: 14px;
	font-variant: small-caps;
	text-align: left;
}
#top_nav_right {
	width: 100%;
	padding-left: 5px;
	padding-top: 10px;
	word-spacing: 12px;
	white-space: nowrap;
	font-size: 14px;
	font-variant: small-caps;
	text-align: left;
}
#top_messagebar {
	float: right;
	height: 19px;
  width: 859px;
	margin: 0;
	padding: 5px 0 0 0;
	background-color: #D6F5FF;
	text-align: center;
	font-size: 14px;
	font-weight: bolder;
	letter-spacing: 1px;
	color: #FF0000;
	border-style: solid;
	border-color: rgb(0,0,0);
  border-width: 0px 1px 1px 0px;
}
/*** Content ***************************************************************************/
#content {
	width: 849px;
  height: 560px;
  background-color: rgb(245,245,245);
  margin: 0;
  padding: 5px;
	border-style: solid;
	border-color: rgb(0,0,0);
	border-width: 0 1px 1px 0;
	overflow: auto;
}
/*** Login ablak ***************************************************************************/
#login_body {
	width: 602px;
	height: auto;
}
#login {
	width: 400px;
	height: 215px;
	margin: 0 auto;
	margin-top: 20px;
	padding-left: 200px;
	background: url('images/login_bg.png') no-repeat;
	background-color: white;
	border: 1px solid black;
}
/*** Form elements ***************************************************************************/
.textarea300 {
  height: 90px;
	width: 300px;
	border: 1px solid #000;
  background: #D6F5FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.combobox {
  border: 1px solid #000;
  background: #D6F5FF;
	height: 20px;
}
.combobox100 {
  border: 1px solid #000;
  background: #D6F5FF;
	width: 104px;
	height: 20px;
}
.combobox200 {
  border: 1px solid #000;
  background: #D6F5FF;
	width: 204px;
	height: 20px;
}
.combobox300 {
  border: 1px solid #000;
  background: #D6F5FF;
	width: 304px;
	height: 20px;
}
.input {
  border: 1px solid #000;
  background: #D6F5FF;
	height: 16px;
}
.input50 {
  border: 1px solid #000;
  background: #D6F5FF;
	width: 50px;
	height: 16px;
}
.input100 {
  border: 1px solid #000;
  background: #D6F5FF;
	width: 100px;
	height: 16px;
}
.input200 {
  border: 1px solid #000;
  background: #D6F5FF;
	width: 200px;
	height: 16px;
}
.input300 {
  border: 1px solid #000;
  background: #D6F5FF;
	width: 300px;
	height: 16px;
}
.button {
	color: rgb(0,0,0);
	height: 22px;
	background: url('images/gradient_background.jpg') repeat-x;
	background-color: rgb(193,193,193);
}

/*** Eredménytábla ***************************************************************************/
.table_list {
  color: rgb(0,0,0);
  background: rgb(180,180,180);
  text-align: center;
  border: 1px solid rgb(89,89,89);
}
.table_list th  {
  padding: 2px;
  text-align: center;
  background: rgb(145,205,255);
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-variant: small-caps;
	color: rgb(50,50,50);
}
.table_list td  {
  padding: 2px 5px 2px 5px;
}
.table_list_tr_even {
  vertical-align: center;
  text-align: left;
	background: rgb(248,248,248);
}
.table_list_tr_odd {
  vertical-align: center;
  text-align: left;
  color: rgb(0,0,0);
  background: #D6F5FF;
}
.table_list .table_list_td_left {
  border-width: 0px;
	text-align: left;
}	
.table_list .table_list_td_center {
  border-width: 0px;
	text-align: center;
}
.table_list .table_list_td_right {
  border-width: 0px;
	text-align: right;
}
.table_list_button {
	width: 100px;
	height: 22px;
	background: url('images/gradient_background.jpg') repeat-x;
	background-color: rgb(193,193,193);
	color: rgb(0,0,0);
	text-align: center;
}
.table_list_button_new {
	width: 100px;
	height: 22px;
	background: url('images/gradient_background.jpg') repeat-x;
	background-color: rgb(193,193,193);
	color: rgb(255,99,71);
	text-align: center;
}
.table_list a:link, .table_list a:visited {
    text-decoration: none;
    color: inherit;    
}
.table_list a:hover, .table_list a:active {
    text-decoration: none;
    color: rgb(255,99,71);
}
/*** ckeckbox lista *******************************************************************/
.chkboxlista { 
	height: 196px; 
	width: 300px; 
	margin: 0; 
	padding: 0; 
	border: 1px solid rgb(0,0,0);
	background-color: #D6F5FF;
	list-style-type: none; 
	overflow: auto; 
	overflow-x: hidden;
}
.chkboxlista_label { 
	width: 100%;
	margin: 0; 
	padding: 0; 
	display: block; 
	color: rgb(0,0,0); 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
}
.chkboxlista input {
	padding: 4px 4px 0 4px;
}
/*** tiltott elemek *******************************************************************/
.readonly  {
  /*background: rgb(250,240,230);*/
	background: transparent;
	border-width: 0;
} 