
/*
Barvy:
Zluta: #fdfec5
Zelena: #006500
*/

/* Obecne styly atp */
img {border: 0;}

a
{
    color: black;
    text-decoration: underline;
}

a:hover
{
	/*text-decoration: underline;*/
	color: Red;
}

input, textarea, select
{
    background-color: #f5f5dc;
    border-right: green 1px solid;
    border-top: green 1px solid;
    border-left: green 1px solid;
    border-bottom: green 1px solid;
}
hr { height: 1px;}

h1
{
    font-size: 13px;
    color: White;
    margin: 0;
    padding: 10px 0px 0px 110px;
}

h2
{
    font-size: 13px;
    color: White;
    margin: 0;
    padding: 18px 0px 0px 25px;
}

h3
{
    font-size: 18px;
    text-align: left;
}

h4
{
    font-size: 16px;
    text-align: left;
}

h5
{
    font-size: 13px;
    text-align: left;
}

h6
{
    font-size: 13px;
    text-align: left;
    text-decoration: underline;
}

h3, h4, h5, h6, ol, ul
{
    margin: 10px 0px 5px 0px;
}

pre
{
    border: solid 1px green;
    margin: 10px;
    padding: 10px;
    background-color: #E6FFE2;
    font-size: 11px;
}

fieldset
{
	font-size: 9px;
}
body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    background: White; 
    margin: 0;
    padding: 0;
    color: #191c1f;
}

#wrapper
{
    margin: 0 auto;
    width: 761px;
}

#part_1_1
{
    width: 761px;
    height: 26px;
    background-color: White;
    background-image: url('../images/valid_01.gif');
    text-align: right;
}

#part_1_2
{
    width: 761px;
    height: 42px;
    background-color: White;
    background-image: url('../images/valid_02.gif');
}

#part_1_3
{
    width: 761px;
    height: 82px;
    background-color: #006500;
    background-image: url('../images/valid_03.gif');
}

#part_2
{
    width: 731px;
    min-height: 500px;
    _height: 500px;
    text-align: left;
    padding: 5px 15px 5px 15px;
    line-height: 18px;
}

#part_2 p
{
    margin: 5px 0px 5px 0px;
}

#part_3
{
    height: 26px;
    width: 761px;
    margin-top: 10px;
    background-image: url('../images/footer.jpg');
}

#part_3 p
{
    font-size: 10px;
    padding: 5px 15px 0px 15px;
    display: inline;
}

/*******************************************************************
 * HORIZONTALNI MENU
 * -----------------
 */

#menu
{
	height: 26px;
	background: #FFA214;
	background-image: url('../images/h-menu.gif');
	overflow: visible;
	position: relative;
/*	padding-left: 216px;*/
}

#menu ul { list-style-type: none; padding: 0; margin: 0; position: absolute; }
#menu li { display: inline; float: left; }
#menu a 
{
	font-family: Verdana, arial, sans-serif;
	color: white;
	font-weight: bold;
	font-size: 10px;
	display: block;
	height: 25px;
	line-height: 25px;
	text-align: center;
	margin: 0 0 0 0px;
	padding: 1px 15px 0 15px;
	text-decoration: none;
	width: 60px;
	background-image: url('../images/h-menu.gif');
}

#menu a:hover
{
	color: #fefecc;
	background-image: url('../images/h-menu-hover.gif');
}

.middle
{
	height: 26px;
	width: 2px;
	background-image: url('../images/h-menu-mid.gif');
}

#menu .on
{
    background-image: url('../images/h-menu-hover.gif');
}

.on 
{
    color: Red;
}
.freeware img
{
	margin: 5px;
	vertical-align: middle;
}

.textarea_html
{
    height: 450px;
    width: 100%;
    font-size: 11px;
}

.naStred
{
    text-align: center;
}

.chyba, .error
{
    color: Red;
    font-weight: bold;
}

.required
{
    
}

.tucne
{
    font-weight: bold;
}

.normalne
{
    font-weight: normal;
}

.admin_table
{
    width: 100%;   
    font-size: 11px;
    line-height: normal;
}

.admin_table tr, td
{
    border-bottom: dotted 1px black;
    vertical-align: top;
}

.button
{
    width: 75px;
    background-image: url('../images/h-menu.gif');
    background-color: #006500;
    color: White;
    border: 3px solid White;
}

.buttonExtra
{
    width: 85px;
    background-image: url('../images/h-menu.gif');
    background-color: #006500;
    color: #CCFF33;
    border: 3px solid White;
}

.buttonExtra:hover
{
    border: 3px solid #CCFF33;
}

.button:hover
{
    color: yellow;
    border: 3px solid Yellow;
}

.obteceni
{
    float: left;
}

.modry_text
{
    color: Blue;
}

.zeleny_text
{
    color: Green;
}

.oranzovy_text
{
    color: Orange;
}

.oranzovy_text_tucny
{
    color: Orange;
    font-weight: bold;
}

.cerveny_text
{
    color: Red;
}

.sedy_text
{
    color: #808080;
}
.vystraha
{
    color: Red;
    font-weight: bold;
    text-decoration: blink underline;
}

.vystraha2
{
    color: Red;
    font-weight: bold;
    text-decoration: blink;
}


/*Formatovani formularu*/
#forms
{
    margin: 5px;
    text-align: left;
    padding: 8px;
}

#forms label
{
	width: 300px;
	float: left;
	margin: 0;
	padding: 0.2em;
	text-align: right;
	font-weight: bold;
}

#forms input, textarea, select
{
	margin: 3px;
	width: 250px;
	font-size: 11px;
}

#forms textarea
{
    height: 120px;
}

.courier
{
    font-family: Courier New;
}

.needed
{
    display: none;
}

#forms_translate2 select
{
    width: 150px;
}

/* TMNF specialni formaty */
#tmnf-stats
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background: #f5f5f5;
    padding: 10px;
}

#tmnf-stats h5
{
    margin: 3px;
}

#tmnf-stats table td
{
    vertical-align: top;
    border: 0px;
    margin: 0px;
    padding: 0px 5px 0px 5px;
}

#tmnf-stats table
{
    width: 710px;
}

#tmnf-stats tr:hover
{
    background-color: #FFFFFF;
}

#tmnf-stats .table_tr1
{
    background: #f0f0f0;
}

#tmnf-stats a
{
    text-decoration: none;
}

#tmnf-stats a:hover
{
    text-decoration: underline;
}

#tmnf-admin
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background: #f5f5f5;
    padding: 10px;
}

#tmnf-admin table td
{
    vertical-align: top;
    border: 0px;
    margin: 0px;
    padding: 0px 5px 0px 5px;
}

#tmnf-admin table
{
    width: 710px;
}

#tmnf-admin tr:hover
{
    background-color: #FFFFFF;
}

#tmnf-admin th
{
    text-align: right;
    padding-right: 10px;
}

#tmnf-admin input text, #tmnf-admin select
{
    width: 150px;
    margin: 0px;
    padding: 0px;
}

#tmnf-admin a
{
    text-decoration: none;
}

#tmnf-admin a:hover
{
    text-decoration: underline;
}

.ONLINE
{
    font-weight: bold;
    color: #00cc00;
}

.DELETED
{
    font-weight: bold;
    color: #006699;
}

.DISABLED
{
    font-weight: bold;
    color: #ff0000;
}

.OFF-ERROR
{
    font-weight: bold;
    color: #cc33ff;
}

.STOPED
{
    font-weight: bold;
    color: #ffcc00;
}

.BLOCKED
{
    font-weight: bold;
    color: #660033;
}

.FREE
{
    font-weight: bold;
    color: #808080;
}

.nazev_serveru
{
	background-color: #E8E8E8;
}

.tabulka_tmnf_detaily td
{
    padding: 1px 10px 1px 10px;
    background-color: #E8E8E8;
}

#tabulka_overeni_kreditu
{
    padding-left: 200px;
}

#tabulka_overeni_kreditu table
{
    width: 400px;
}