@CHARSET "UTF-8";

/*
*	GLOBAL
*/

div#foglalas input.input {
	font-size: 10px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#660000;
	border: 1px solid #660000;
	
}
div#foglalas input.button {
	border: 1px solid #000000;
	/*background-color: #FF9933;*/
	background-color: #FFC337;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#660000;
}



/*
*	FOGLALAS_TABLE
*/
div#foglalas div#title {
    font-size:14px;
    color:#660000;
    text-align: center;
    font-weight: bold;
    margin: 10px;
}
div#foglalas table.foglalastable {
	border: 1px solid #000000;
}
div#foglalas table.foglalastable th {
	font-weight: bold;
}
div#foglalas table.foglalastable td.place {
	text-transform: uppercase;
}
div#foglalas table.foglalastable td.td_default {
	width: 50px;
}
div#foglalas table.foglalastable td.td_default:hover{
	background-color: #994C00;
}
div#foglalas table.foglalastable td.td_click {
	cursor: pointer;
}
div#foglalas table.foglalastable td.td_elfoglalt {
	background-color: #FBFF00;
}
div#foglalas table.foglalastable td.td_vegleges {
	background-color: #FB7300;
}
div#foglalas table.foglalastable td.td_szabad {
	background-color: #FFFFFF;
}
div#foglalas table.foglalastable td.td_nincs {
	background-color: #666666;
}


/*
*	FOGLALAS_FORM
*/

div#foglalas form.form div.partnerkod {
	/*background-color: #FF9933;*/
	background-color: #FFC337;
	border: 1px solid #000000;
	text-align: center;
	margin-bottom: 10px;
	padding: 3px;
}

div#foglalas form.form dt {
	float: left;
	vertical-align: middle;
	width: 120px;
}

div#foglalas form.form dd input.input{
	width: 250px;
	margin-bottom: 2px;
}

div#foglalas form.form div.error {
	background-color: #FF3333;
	border: 1px solid #000000;
	color: #FFFFFF;
	text-align: center;
	margin-top: 10px;
	padding: 3px;
	font-weight: bold;
	height: 14px;
}

div#foglalas form.form div.errordummy {
	margin-top: 10px;
	padding: 3px;
	height: 14px;
	border: 1px solid #FFF0E1;
}



/**
*	BUTTONS
*/

div#foglalas div.buttons {
    text-align: center;
    display: block;
    clear: both;
}

div#foglalas div.buttons div.middle {
}

div#foglalas div.buttons div.left {
	float: left;
}

div#foglalas div.buttons div.right {
	float: right;
}



/**
*	GRID
*/
div#foglalas div.grid {
	border: 1px solid #000000;
	display: block;
	margin-bottom: 10px;	
	background-color: #FFFAF6;
}

div#foglalas div.grid div.title {
	/*background-color: #FF9933;*/
	background-color: #FFC337;
	padding: 2px;
	font-weight: bold;
}

div#foglalas div.grid div.line {
	display: block;
	margin: 2px;
}

div#foglalas div.grid div.line div.label {
	float: left;
	display: inline;
	width: 120px;
}

div#foglalas div.grid div.line div.value {
	display: inline;
	font-weight: bold;
}



/*
*	CAPTCHA
*/
div#foglalas #captcha {
	margin-bottom: 15px;
}
div#foglalas #captcha #captchaimg {
	float: left;
	border: 1px solid #AA6666;
	clear: both;
}
div#foglalas #captcha #captchatxt {
	text-align: center;
	padding-left: 10px;
	
}



