A.spell {
    font-weight: bold;
    color: red;
}

IMG.product {
    border: 0px;
}

IMG.news {
    border: 1px;
}

input.beallitas {
font-family:verdana;
font-size:11px;
border-style: solid;
border-width: 1px;
width: 138px;
height: 18px;
}

TEXTAREA.spell {
    font-family: verdana;
    font-size: 11px;
    width: 450px;
}

TEXTAREA.template {
    font-family: verdana;
    font-size: 11px;
    width: 350px;
}

TEXTAREA.label {
    font-family: courier;
    font-size: 11px;
    width: 350px;
}

TEXTAREA.blog {
    font-family: verdana;
    font-size: 10px;
    width: 350px;
}

TEXTAREA.page {
    font-family: verdana;
    font-size: 10px;
    width: 350px;
}

TEXTAREA.product {
    font-family: verdana;
    font-size: 10px;
    width: 350px;
}

TEXTAREA.post {
    font-family: verdana;
    font-size: 10px;
    width: 350px;
}

TEXTAREA.category {
    font-family: verdana;
    font-size: 10px;
    width: 350px;
}

TEXTAREA.news {
    font-family: verdana;
    font-size: 10px;
    width: 350px;
}

TABLE.poll {
    width: 450px;
}

TABLE.blog {
    width: 450px;
}

TABLE.blog_entry {
    padding: 0px;
    margin: 0px;
    width: 100%;
}

FONT.modify {
    font-weight: bold;
    color: green;
}

FONT.modify:hover {
    font-weight: bold;
    background: #d1d1d1;
    color: green;
}

TABLE.admin {
    width: 450px;
}

TABLE.login {
    width: 450px;
}

TABLE.news {
    width: 450px;
}

TABLE.news_entry {
    width: 100%;
}

TABLE.page {
    width: 450px;
}

TABLE.post {
    width: 450px;
}

TABLE.post_entry {
    width: 100%;
}

TABLE.product {
    width: 450px;
}

TABLE.product_entry {
    width: 100%;
}

TABLE.kep {
    width: 384px;
}

TABLE.search {
    width: 450px;
}

TABLE.topic {
    width: 450px;
}

TABLE.stat_table {
    border-width: 1px;
    border-style: solid;
    border-color: black;
    background: #2C445A;
}

TD.stat_table {
    background: #406182;
}

TR.csomagkuld_warning {
    background: red;
}

table.admin-form td.label {
    width: 1%;
    white-space: nowrap;
}

table.admin-form input.submit-button {
    border: 1px outset #375A7F;
    background: #375A7F;
    color: white;
}
table.admin-form input.submit-button:hover {
    background: #4C7CAF;
}

table.admin-form input.delete-button {
    border: 1px outset #6F1418;
    background: #6F1418;
    color: white;
}

table.admin-form input.delete-button:hover {
    background: #8F1A1F;
}

table.admin-form td.admin-label {
    color: #ff9999;
}

div.textarea_block {
    white-space: nowrap;
}

a.textarea_block_link {
    display: block;
    text-align: right;
}

div.fullscreen_full {
    background: #2C435C;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid black;
    z-index: 999;
}

div.fullscreen_normal {
    background: none;
    position: relative;
    border: 0;
}

table.admin-list tr.admin_entry td.first {
	border-left: 1px dotted gray;
}

table.admin-list tr.admin_entry td {
	white-space: nowrap;
	padding: 1px 5px 1px 5px;
	border-right: 1px dotted gray;
}


