/* TinyMCE specific rules */

.mceContentBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #828282;
	letter-spacing: 1px;
	line-height: 120%
}
.mceContentBody a {
	color: #9e04a4;
	font-weight: bold;
	text-decoration: none;
}
.mceContentBody a:hover {
       	color: #ffa200;
        /*text-decoration: underline;*/
}
.mceContentBody strong {
	/*color: #2963ac;*/
	font-weight: bold;
}
.mceContentBody h1 {
	color: #008065;
	text-transform:uppercase;
	font-size: 12px;
	font-weight: bold;
}
.mceContentBody h2 {
	color: #008065;
	font-size: 12px;
	font-weight: bold;
	padding-left: 20px;
}
.mceContentBody h3 {
	font-size: 12px;
	font-weight: bold;
	padding-left: 40px;
}

.kiemelt1 {
	color: #008065;
	font-weight: bold;
}
.kiemelt2 {
	color: #2963ac;
	font-weight: bold;
}
.kiemelt3 {
	color: #2963ac;
	background-color: #dee1e0;
	font-weight: bold;
}

.kiemelt4 {
	color: #629736;
	font-weight: bold;
}

.elvalasztovonal {
    display: block;
    line-height: 10px;
    height: 10px;
    margin-top: 4px;
    margin-bottom: 2px;
    background-image: url(kepek/elvalaszto.gif);
    background-repeat: repeat-x;
    background-position: center left;
}

.fejlec {
	color: #425aac;
	background-color: #edf6fe;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
	text-decoration: none;
	display: block;
	padding-left: 6px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 6px;
	margin-top: 3px;
	margin-bottom: 5px;
}

.kepkeret {
        border: 1px solid #9ccbff;
	padding: 2px;
}

.tablazat, .tablazat thead {
	font-size: 12px;
	color: #828282; font-weight: normal;
	border:1px solid #c2c2c2;
	border-collapse: collapse;
	empty-cells: show;
}
.tablazat thead {
	color: #008065;
	font-weight: bold;
	background-color: #fffbbc;
}
.tablazat td {
	border-left:1px solid #c2c2c2;
	border-right:1px solid #c2c2c2;
	border-top:0px solid #c2c2c2;
	border-bottom:0px solid #c2c2c2;
}


.tablazatnoborder, .tablazatnoborder thead {
	font-size: 12px;
	color: #828282; font-weight: normal;
	border:0px solid #c2c2c2;
	border-collapse: collapse;
	empty-cells: show;
}
.tablazatnoborder thead {
	color: #008065;
	font-weight: bold;
	background-color: #fffbbc;
}
.tablazatnoborder td {
	border:0px ;
}
