
@import 'related_product.css';
@import 'forum.css';

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

img.product {
    border: 0px;
}

img.news {
    border: 1px;
}

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

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

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

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

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

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

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

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

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

TEXTAREA.news {
    font-family: verdana, arial, sans-serif;
    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: yellow;
}

FONT.modify:hover {
    font-weight: bold;
    background: yellow;
    color: blue;
}

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.section-title {
	font-size: 10pt;
	font-weight: bold;
	color: yellow;
	padding-top: 6px;
	padding-bottom: 6px;
}

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

table.admin-form td.label-top-aligned {
	vertical-align: top;
	line-height: 2em;
}

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;
}

table.admin-form .hint {
	white-space: normal;
	font-size: 7pt;
	font-style: italic;
}

table.admin-form td.control {
	padding-top: 10px;
	text-align: center;
}

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.order-list-banki-foglalas td a,
table.admin-list tr.order-list-banki-foglalas td {
	color: gray;
}

table.admin-list tr.admin_entry:hover {
	background: #263A4F;
}

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;
}

table.admin-list th {
	white-space: nowrap;
	padding: 1px 5px 1px 5px;
	font-size: 8pt;
}

a.action-link {                                                                                                                     
	color: yellow;                                                                                                                  
	font-weight: bold;                                                                                                              
}                                                                                                                                   

a.action-link:hover {
    background: yellow;
    color: blue;
}



