/**
 * CSS styles for forms generated by yiic.
 *
 * The styles can be applied to the following form structure:
 *
 * <div class="form">
 *     <div class="row">
 *         <label for="inputid">xyz</label>
 *         <input name="inputid" id="inputid" type="text" />
 *         <p class="hint">hint text</p>
 *     </div>
 *     <div class="row">
 *         <label for="inputid">xyz</label>
 *         <input name="inputid" id="inputid" type="text" />
 *         <p class="hint">hint text</p>
 *     </div>
 *     <div class="row buttons">
 *         <label for="inputid">xyz</label>
 *         <input name="inputid" id="inputid" type="text" />
 *         <p class="hint">hint text</p>
 *     </div>
 * </div>
 *
 * The above code will render the labels and input fields in separate lines.
 * In order to render them in the same line, please use the "wide" form as follows,
 *
 * <div class="wide form">
 *     ......
 * </div>
 *
 * @author Qiang Xue <qiang.xue@gmail.com>
 * @link http://www.yiiframework.com/
 * @copyright Copyright &copy; 2008-2010 Yii Software LLC
 * @license http://www.yiiframework.com/license/
 */

div.form
{
}

div.form input,
div.form textarea,
div.form select
{
	margin: 0.1em 0 0.2em 0;
}

div.form.wide select
{
	font-size: 11px;
	background-color: #fff;
	height: 16px;
	border: 1px solid #BCB7B7;
	-moz-border-radius:3px;
	border-radius: 3px;
}

div.form fieldset
{
	border: 1px solid #DDD;
	padding: 10px;
	margin: 0 0 10px 0;
    -moz-border-radius:7px;
}

div.form label
{
	font-weight: none;
	font-size: 11px;
	display: block;
}

div.form .row
{
	margin: 5px 0;
}

div.form .hint
{
	margin: 0;
	padding: 0;
	color: #999;
}

div.form .note
{
	font-style: italic;
}

div.form span.required
{
	color: red;
}

div.form div.error label,
div.form label.error,
div.form span.error
{
	color: #C00;
}

div.form div.error input,
div.form div.error textarea,
div.form div.error select,
div.form input.error,
div.form textarea.error,
div.form select.error
{
	background: #FEE;
	border-color: #C00;
}

div.form div.success input,
div.form div.success textarea,
div.form div.success select,
div.form input.success,
div.form textarea.success,
div.form select.success
{
	background: #E6EFC2;
	border-color: #C6D880;
}


div.form .errorSummary
{
	border: 2px solid #C00;
	padding: 7px 7px 12px 7px;
	margin: 0 0 20px 0;
	background: #C20B0B;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	-moz-border-radius:3px;
	border-radius: 3px;
}

div.m_kot_tipus
{
	padding: 5px 5px 5px 5px;
	border: 1px solid #A1A1A1;
	font-size: 11px;
	-moz-border-radius:3px;
	border-radius: 3px;
	margin-bottom: 7px;
	width: 540px;
}

div.div_cim
{
	border-bottom: 1px solid #B1B1B1;
	margin-bottom: 3px;
	font-weight: bold;
	text-align: center;
}

div.m_kot_tipus ul
{
	padding-bottom: 5px;
	margin-bottom: 0px;
}

div.wide.form .sugo_gomb
{
	padding: 0px 0px 0px 5px;
}

div.form .errorMessage
{
	color: red;
	font-size: 11px;
}

div.form .errorSummary p
{
	margin: 0;
	padding: 5px;
}

div.form .errorSummary ul
{
	margin: 0;
	padding: 0 0 0 20px;
}

div.wide.form label
{
	float: left;
	margin-right: 10px;
	position: relative;
	text-align: right;
	padding-top: 4px;
	width: 200px;
}

div.wide.form .row
{
	clear: left;
}

div.wide.form .buttons, div.wide.form .hint, div.wide.form .errorMessage
{
	clear: left;
	padding-left: 110px;
}

table.konyv_dijtabla
{
	font-size: 11px;
	width: 760px;
}

tr.konyv_dijtabla_fej td
{
	font-weight: none;
	text-align: middle;
	border-bottom: 1px double #666666;
}

td.vonal
{
	border-bottom: 1px solid #aaaaaa;
}

th.vonal
{
	border-bottom: 1px solid #aaaaaa;
	padding-top: 0px;
	padding-bottom: 0px;
}


td.jobb
{
	text-align: right;
	width: 100px;
}

td.kozep
{
	text-align: middle;
}

td.konyv_dijtabla_allianz
{
	background:#ffffff url('allianz_logo_25.png') no-repeat left center; ;
	height: 25px;
}

th.konyv_dijtabla_sor
{
	height: 10px;
	padding: 2px 0 0 0;
	margin: 0 0 0 0;
	font-weight: none;
}

td.konyv_dijtabla_sor
{
	height: 10px;
	padding: 2px 0 0 0;
	margin: 0 0 0 0;
	font-weight: none;
}

th.jobbigazit
{
	text-align: right;
}

.sarga
{
	background-color: yellow;
}

div.gomb_sz
{
	heigth: 30px;
	width: 90px;
	margin: 0px 1px 1px 0px;
	padding: 3px 3px 3px 3px;
	background-color: #ACACAC;
	border: 1px solid #4D4D4D;
	font-weight: bold;
	color: #E5E5E5;
	font-size: 11px;
	-moz-border-radius:5px;
	border-radius: 5px;
	text-align: center;
}

div.gomb_mk
{
	heigth: 20px;
	width: 90px;
	margin: 0px 1px 1px 0px;
	padding: 1px 1px 1px 1px;
	background-color: #FDDB67;
	border: 1px solid #D19405;
	font-weight: bold;
	color: #6B3000;
	font-size: 11px;
	-moz-border-radius:3px;
	border-radius: 3px;
	text-align: center;
}

div.gomb_mkp
{
	heigth: 20px;
	width: 90px;
	margin: 0px 1px 1px 0px;
	padding: 1px 1px 1px 1px;
	background-color: #FC0E02;
	border: 1px solid #AF1E16;
	font-weight: bold;
	color: #fff;
	font-size: 11px;
	-moz-border-radius:3px;
	border-radius: 3px;
	text-align: center;
}

div.gomb
{
	heigth: 30px;
	width: 90px;
	margin: 0px 1px 1px 0px;
	padding: 3px 3px 3px 3px;
	background-color: #FDDB67;
	border: 1px solid #D19405;
	font-weight: bold;
	color: #6B3000;
	font-size: 11px;
	-moz-border-radius:5px;
	border-radius: 5px;
	text-align: center;
}

div.gomb_p
{
	heigth: 30px;
	width: 90px;
	margin: 0px 1px 1px 0px;
	padding: 3px 3px 3px 3px;
	background-color: #FC0E02;
	border: 1px solid #AF1E16;
	font-weight: bold;
	color: #fff;
	font-size: 11px;
	-moz-border-radius:5px;
	border-radius: 5px;
	text-align: center;
}

a.gomb_m
{
	text-decoration: none;
}

div.form.wide select
{
	font-size: 11px;
	background-color: #fff;
	height: 18px;
	border: 1px solid #BCB7B7;
	-moz-border-radius:3px;
	border-radius: 3px;
	
}

div.form.wide select:focus
{
	font-size: 11px;
	background-color: #F7E98B;
	height: 18px;
	border: 1px solid #F29C12;
	-moz-border-radius:3px;
	border-radius: 3px;
	
}

div.form.wide select.focus
{
	font-size: 11px;
	background-color: #F7E98B;
	height: 18px;
	border: 1px solid #F29C12;
	-moz-border-radius:3px;
	border-radius: 3px;
	
}

div.wide.form input
{
	border: 1px solid #BCB7B7;
	background-color: #fff;
	-moz-border-radius:3px;
	border-radius: 3px;
	font-size: 11px;
}

div.wide.form input.focus
{
	border: 1px solid #F29C12;
	background-color: #F7E98B;
	-moz-border-radius:3px;
	border-radius: 3px;
	font-size: 11px;
}

div.wide.form input:focus
{
	border: 1px solid #F29C12;
	background-color: #F7E98B;
	-moz-border-radius:3px;
	border-radius: 3px;
	font-size: 11px;
}

.orange {
	width:100px;
	height: auto;
	color: #fef4e9;
	padding: 5px;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: ;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
 
}
.orange p {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;	
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

.black {
	color: #d7d7d7;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top,  #666,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.black:hover {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top,  #444,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
.black:active {
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top,  #000,  #444);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}

.red {
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.red:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.red:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}

.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

.green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}

.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: bold;
	font: 12px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
