/* zaklad - vychozi font a velikost, pripadne barvy */
* {
font-size: 13px;
		font-family: Arial CE, Arial, sans-serif;
		color: #000000;}

/* zaklad - vychozi barvy a pozadi */
body {
	color: #000;
	background-image: url(background.jpg);
	background-color: #eee;
}

/* zaklad - barvy a tvary inputu */
/*input,select,textarea {
	color: #000;
	background-color: #fff;
	border: 1px solid #aaa;
}
*/


a:link {color: #000000; text-decoration: none; font-weight: bold }
a:active {color: #ffffff; text-decoration: none; font-weight: bold }
a:visited {color: #666666; text-decoration: none; font-weight: bold }
a:hover {color: #000000; text-decoration: underline }

/* sirka postranniho menu, napr. kvuli logu a tlacitkum.
 * vsechna cisla musi byt nastavena na stejnou hodnotu */
#lftmenu { width: 151px; }
#topmenu { left: 151px; _padding-left: 151px; }
#main { margin-left: 151px; }

/* TIMHLE SE PAK NEJAK JESTE VYPORADAT;) */
/*
.right .box ul
{
margin-left: 17px;
list-style-image: url('img/li_o.png');
list-style-position: outside;
}*/


ul
{
/*ul1*/
margin-left: 18px;
list-style-image: url('img/li_o.png');
list-style-position: outside;
}

ol
{
margin-left:-10px;
list-style-position: outside;
}

li
{
margin-bottom:1px;
padding-top:0px;
}


/* vyska horniho menu, napr. kvuli obrazku echa.
 * vsechna cisla musi byt nastavena na stejnou hodnotu*/
#topmenu { height: 30px; }

/* pozadi jednotlivych typu stranek - odkomentuj pokud chces pouzit */

body#b-nastenky { background-image: url(img/b_nast.gif); background-position: 151px top;}
body#b-nastenka,body#b-posledni { background-image: url(img/b_nast.gif); background-position: 151px top; }
body#b-nast-set { background-image: url(img/b_nast.gif); background-position: 151px top; }
body#b-uvod { background-image: url(img/b_uvit.gif); background-position: 151px top; }
body#b-login { background-image: url(img/b_uvit.gif); background-position: 151px top; }
body#b-registrace { background-image: url(img/b_uvit.gif); background-position: 151px top; }
body#b-echo { background-image: url(img/b_echo.gif); background-position: 151px top; }
body#b-info { background-image: url(img/b_info.gif); background-position: 151px top; }
body#b-nastaveni { background-image: url(img/b_nstv.gif); background-position: 151px top; }
body#b-uzivatele { background-image: url(img/b_uziv.gif); background-position: 151px top; }


/* pozadi leveho menu */
#lftmenu {
	background-image: url(img/side.gif);
	background-color: #000;
}

/* pozadi horniho menu */
#topmenu {
	background-image: url(img/top.gif);
	background-color: #000;
	padding-left: 30px;
}

#topmenu li
{
  color: #ffffff;
  font-weight: bold;
}

/* odkazy v hornim menu */

#topmenu a,#topmenu a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}               
#topmenu a:hover, #topmenu a:active /* po najeti mysi */ {
	color: #000000;
	text-decoration: underline;
}                    

/* odkazy v levem menu */
#lftmenu a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#lftmenu ul
{
list-style-type:none;
list-style-image:none;
}

/* NEBO obrazkova tlacitka, odkomentuj pokud chces pouzit. */

#lftmenu a {
	background-repeat: no-repeat;
}

#lftmenu li {margin:0; }

#lftmenu a span { display: none; }

#lftmenu li#nastenky a 		{ background-image: url('img/m_nast.gif'); height:35px;}

#lftmenu li#srazy a 		{ background-image: url('img/m_sraz.gif'); height:30px;}

#lftmenu li#uzivatele a 	{ background-image: url('img/m_uziv.gif'); height:32px;}

#lftmenu li#info a 		{ background-image: url('img/mic_info.gif'); height:11px; }

#lftmenu li#echo a 		{ background-image: url('img/mic_echo.gif'); height:11px; }

#lftmenu li#nastaveni a		{ background-image: url('img/mic_nstv.gif'); height:11px; }

li#info,li#echo,li#nastaveni
{
display:inline-block;
padding-top:25px;
width:40px;
}

li#info a,li#echo a, li#nastaveni a
{
background-position: center bottom;
}



/* logo rakety vlevo nahore */
#main-logo a {
  background-color: #cfcfcf;
	background-image: url(img/mainlogo.gif);
	background-repeat: no-repeat;
	/* vyska a sirka loga, sirka by mela byt maximalne stejna jako sirka leveho sloupce */
	width: 151px; height: 68px;
}

/* vyska a sirka log jednotlivych stranek */
.logo { width: 162px; height: 76px; background-color: transparent; display: block; }
#all {background-repeat: repeat-x; }
/* obrazky jednotlivych log */
#b-uvod 		.logo { background-image: url('img/l_uvit.gif'); }
#b-uvod #all { background-image: url('img/t_7.gif'); background-position: 151px top;}

#b-login 		.logo { background-image: url('img/l_uvit.gif'); }
#b-login #all { background-image: url('img/t_7.gif'); background-position: 151px top;}

#b-registrace 		.logo { background-image: url('img/l_uvit.gif'); }
#b-registrace #all { background-image: url('img/t_7.gif'); background-position: 151px top;}

#b-nastenky 	.logo { background-image: url('img/l_nast.gif'); height: 68px;}
#b-nastenky #all { background-image: url('img/t_5.gif'); }

#b-nastenka 	.logo { background-image: url('img/l_nast.gif'); height: 68px;}
#b-nastenka #all { background-image: url('img/t_5.gif'); }

#b-nast-set	.logo { background-image: url('img/l_nast.gif'); height: 68px;}
#b-nast-set #all { background-image: url('img/t_5.gif'); }

#b-uzivatele 	.logo { background-image: url('img/l_uziv.gif'); height: 68px;}
#b-uzivatele #all { background-image: url('img/t_5.gif'); }

#b-info 		.logo { background-image: url('img/l_info.gif'); height: 68px;}
#b-info #all { background-image: url('img/t_5.gif'); }

#b-echo 		.logo { background-image: url('img/l_echo.gif'); height: 68px;}
#b-echo #all { background-image: url('img/t_2.gif'); }

#b-nastaveni 		.logo { background-image: url('img/l_nstv.gif'); height: 68px;}
#b-nastaveni #all { background-image: url('img/t_8.gif'); }

/* ikonky pohlavi */

.sex-ico { width: 8px; height: 11px;}
span.sex-ico.m { background-image: url('img/sex_m.gif'); }
span.sex-ico.f { background-image: url('img/sex_f.gif'); }


.echo-ico, .chat-ico, .rande-ico, .info-ico {
	/* rozmery ikonek echa, chatu, rande, infa (tech malickych pro seznam uzivatelu ) */
	width: 15px; height: 11px;
}
/* jednotlive obrazky */

.echo-ico { background-image: url('img/mic_echo.gif'); }
.chat-ico { background-image: url('img/mic_chat.gif'); }
.rande-ico { background-image: url('img/mic_rand.gif'); }
.info-ico { background-image: url('img/mic_info.gif'); }


/* nove echo */

/* nebo obrazky echa a odhlaseni, odkomentuj pro pouziti */

#login
{
  background-image: url('img/a_bckg.gif');
  background-position: right top;
  background-repeat:no-repeat;
  height:25px;
}

.echo-img, .logout-img {
	display: -moz-inline-box; display: inline-block;
	vertical-align: middle;
}

.echo-img span, .logout-img span { display: none; }

#topmenu .echo-img.e, #topmenu .echo-img.r, #topmenu .echo-img.c {
	padding: 0px 0px;
	border: 0px solid black;
}

.echo-img {
	background-image: url('img/a_echo.gif');
	width: 28px; height: 28px; 
	position:relative;
	bottom:3px;
	margin-left:40px;
	left:3px;
}


.echo-img:hover { background-image: url('img/a_echo1.gif'); } 

.logout-img {
	width: 42px; height: 28px; 
	background-image: url('img/a_logof.gif'); 
	background-repeat: no-repeat;
	background-position:left bottom;
	position:relative;
	bottom:3px;
	left:3px;
}
.logout-img:hover { background-image: url('img/a_logof1.gif'); } 

.echo-img.e { 
	background-image: url('img/a_echod.gif');
}

.echo-img.c {
	background-image: url('img/a_echoc.gif');
}

.echo-img.r {  
	background-image: url('img/a_echor.gif');
}


.laquo
{
font-size: 10px;
		font-family: verdana, sans-serif, Arial CE, Arial;
		color: #ff9618;font-weight:bold;
}

.footer {
	width: auto;
	margin-left:0.3%;
	padding: 3px;
	background-color: #ffffd0; /* td1 */
	text-align: left;
	border: 0px;
}

.footer a
{
font-size: 10px;
font-family: verdana, sans-serif, Arial CE, Arial;
color:#000000;
}

/* na nastenkach a uzivatelich vsechny boxy krome seznamu, v infu vsechny vnitrni boxy */
.box {
	width: 70%;
	margin: 0px auto 12px auto;
	background-color: #ffffff; /* td6 */
	border: 2px solid #000000; /* td0 */
	text-align: left;
}

#b-uvod .box
{
margin: 20px auto 0 auto;
}

/* vsechny boxy zarovnane vpravo */
.right .box {
	width: auto;
/*	height: auto; */
}

/* zahlavi vsech boxu krome seznamu , */
.box .box-head {
	background-color: #ffffd0; /* td1 */
	border-bottom: 2px solid #000000; /* td0 */
	text-align: center;
	padding-left: 10px;
  font-size: 14px;
	font-weight: normal;
}



.right .box .box-head
{
padding:3px;
}

.right .box .box-head h3
{
font-size: 10px;
		font-family: verdana, sans-serif, Arial CE, Arial;
		color: #000000;
    }

/* override degaultniho h2 v boxheadu */
.box .box-head h2
{
  background-color: transparent;
  border: 0;
  text-align:center;
  padding:0;
}

.box .box-head h3
{
  padding:0;
}

.box .in-box, .box a
{ 
font-size: 10px;
		font-family: verdana, sans-serif, Arial CE, Arial;
		color: #000000;
    }

.box .in-box
{
padding: 5px;
}

/* DOPRCIC KURNIK */

#b-uvod .left .box,#b-uvod.left #welcome.box
{
width:auto;
}

/* items */

/* echa a prispevky na nastenkach */
.item {
	padding: 0.5em;
	margin-top:-5px;
}

/* nevim co je .contact-item .finish ! kazdopadne je tohle takova simulace hr*/
.item .finish, .contact-item .finish {
	clear: both;
	
	line-height: 0px;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #777;
	
}

/* vnitrek itemu */
.item .content
{
    padding-bottom: 26px;
}

/* de fakto dve tecky pred nickem */
.item .content .nick
{
font-size: 10px;
		font-family: verdana, sans-serif, Arial CE, Arial;
		color: #ff9618;font-weight: bold;
}

/* samotny text nicku*/
.item .content .nick a 
{
font-size: 16px;
		font-family: Arial CE, Arial, sans-serif;
		color: #000000;}

.item-mini
{ 
  font-size: 10px;
		font-family: verdana, sans-serif, Arial CE, Arial;
		color: #000000;
      margin-left:20px;
  padding-bottom:7px;
}

.item-mini .nick, .item-mini .nick b
{
  font-size: 10px;
		font-family: verdana, sans-serif, Arial CE, Arial;
		color: #000000;
      font-weight:bold;
}


/* hlavicka s datem */
.item .head {
	padding: 2px;
	margin-left: 50px;
	background-color: transparent;
	position: relative;
	
font-size: 10px;
		font-family: verdana, sans-serif, Arial CE, Arial;
		color: #ff9618;font-weight: bold;
}

.item .head .date {
font-size: 10px;
		font-family: verdana, sans-serif, Arial CE, Arial;
		color: #606760;
    font-weight: normal;
}

/*hlavicka odchoziho echa */
.item.other .head {
	margin-left: 0px;
	margin-right: 50px;
}

/* hlavicka neprecteneho prispevku */
.item.unread .head {
	background-color: #ffffd0; /* td1 */
}


/* ramecek s re */	

.item .tooltip {	
background-image: url('img/b_nast.gif');	
border: 2px solid #000000;	
}

.item.r .head { background-color: #ffc785;  } /* td10 */
.item.c .head { background-color: #ddd8b1; }  /* tahle barva neni z master barev rakety, tak jsem ji vzal z pozadi infa */
.item.e .head { background-color: #afc7cf; }/* td2 */

/* nastenky, echa */

.audit-head,.echo-head
{
	background-color: #ffffd0; /* td1 */ 
	padding: 0px;
	border: 2px solid #000000; /* td0 */
	background-image:url('img/head_a.gif');
	background-repeat:repeat-y;
	background-position:right top;
}

.echo-head
{
background-color: #afc7cf; /* td2 */
background-image:url('img/head_e.gif');
}

.audit-head textarea,.echo-head textarea
{
  height:88px;

}

.finish { clear: right }

.echo-head .details,.audit-head .details
{
background-color: transparent; /* td0 JE V OBRAZKU ;) */
	padding-right: 15px;
  margin-top:0px;
	margin-right:-2px;
	padding-top: 30px;
	padding-bottom:8px;	
	width:254px;
}

.audit-head .details { padding-top: 0px; }

.echo-head select
{
margin-left:15px;
}

.audit-head .details .divider,.echo-head .details .divider
{	
font-size: 10px;
		font-family: verdana, sans-serif, Arial CE, Arial;
		color: #ff9618;}

.audit-head .details .section,.audit-head .details .timendate
{
font-size: 10px;
		font-family: verdana, sans-serif, Arial CE, Arial;
		color: #ffffff;}

.audit-head .details .num,.audit-head .details a,.echo-head .details .num,.audit-head #sp-set a,.audit-head #subhead b
{
font-size: 13px;
		font-family: Arial CE, Arial, sans-serif;
		color: #ffffff;}

.audit-head .details .found,.audit-head .details .sec,.audit-head .details .booked,.audit-head .details .owner,.audit-head .details .admins,.echo-head .details .echo,.echo-head .details .chat,.echo-head .details .rande,.echo-head .details .sum
{
font-size: 10px;
		font-family: verdana, sans-serif, Arial CE, Arial;
		color: #606760;
    }


.pager
{
 	background-color: #ffffd0; /* td1 */ 
	padding: 0.5em;
}

.pager form
{
margin-top:3px;
}

.echo-head{}

.audit-head .header,.echo-head .header {
	background-color: #000000; /* td0 */
	border-bottom: 2px solid #000000; /* td0 */
	padding: 0.3em;
	padding-left: 0.8em;
}


.audit-head #subhead 
{
  background-color: #000000; /* td0 */
  margin: 0px;
  padding-bottom: 3px;
  padding-right:123px;
}

.audit-head #subhead em,.audit-head #subhead a
{
font-size: 13px;
		font-family: Arial CE, Arial, sans-serif;
		color: #ffffff;} 

.audit-head .header strong,.echo-head .header strong
{
font-size: 16px;
		font-family: Arial CE, Arial, sans-serif;
		color: #ffffff;}


#sp-book  
{
background-color: #afc7cf; /* td2 */ 
margin-top:-22px;
margin-right:15px;
padding:2px;
height:10px;
font-size: 11px;
font-weight:bold;
}

#sp-book a
{
background-color: #afc7cf; /* td2 */ 
font-size: 10px;
font-family: verdana, sans-serif, Arial CE, Arial;
}

#sp-book a:hover
{

background-color: #ffffd0; /* td1 */ 
font-size: 10px;
		font-family: verdana, sans-serif, Arial CE, Arial;
		color: #ff9618;}


/* uziv.php ---------------------------------------------------------- */


/* USER SEARCH ============================= */

#user-search
{
width:auto;
}

#user-search .box-head
{
background-color: #000000; /* td0 */
}

#user-search .box-head strong
{
color: #ffffff;
}

#user-search h2
{
font-size: 13px;
		font-family: Arial CE, Arial, sans-serif;
		color: #ff9618;
font-weight:bold;
text-align:left;
}

#user-search .in-box
{
background-color: #afc7cf; /* td2 */ 
}

#user-search .in-box a
{
font-size:13px;
}


/* END USER SEARCH ============================= */

/* TOPLEVEL */

#toplevel .box-head
{
background-color: #afc7cf; /* td2 */ 
}

#toplevel ul li
{
font-size: 10px;
		font-family: verdana, sans-serif, Arial CE, Arial;
		color: #000000;
    }

#toplevel ol
{
margin-bottom:10px;
}

#toplevel ol li
{
font-size: 10px;
		font-family: verdana, sans-serif, Arial CE, Arial;
		color: #ff9618;}

/* END TOPLEVEL */

/* UZIV-TOPNEW */

#uziv-topnew .box-head
{
background-color: #ffffd0; /* td1 */ 
}

/* END UZIV-TOPNEW */


/* TOPCVRKOT */

#topcvrkot .box-head
{
background-color: #afc7cf; /* td2 */ 
}


#topcvrkot ol li
{
font-size: 10px;
		font-family: verdana, sans-serif, Arial CE, Arial;
		color: #ff9618;}

/* END TOPCVRKOT */


/* TOPNEW */

#topnew .box-head
{
background-color: #ffffd0; /* td1 */ 
}


#topnew ul li
{
font-size: 10px;
		font-family: verdana, sans-serif, Arial CE, Arial;
		color: #606760;
    }
/* END TOPNEW */


/* BLACKHOLE */

#blackhole .box-head
{
background-color: #919391; /* td9 */
 
}

#blackhole .in-box
{
background-color: #ddddcf; /* td5 */
}

#blackhole ul li
{
font-size: 10px;
		font-family: verdana, sans-serif, Arial CE, Arial;
		color: #606760;
    }
/* END BLACKHOLE */


/* USER LIST ============================= */


#userlist
{
width:auto;
border: 0px solid #000000; /* td0 */
background: transparent;
}

#userlist .box-head
{
display:none;
}

#userlist .in-box
{
padding: 0px;
}

#userlist table
{
width: 100%; text-align: center;
}

#userlist .htext, #userlist strong
{
	color: #000000;  /* td0 */
	text-decoration: none;
	margin: 2px;
	padding: 3px
}

#userlist td,#userlist th
{
	text-decoration: none;
	margin: 2px;
	padding: 3px
}

#userlist th 
{
  color: #ffffff; /* td6 */
  background-color: #ff9618; /* td3 */
}

#userlist .htext,#userlist strong
{
font-size: 10px;
		font-family: verdana, sans-serif, Arial CE, Arial;
		color: #ffffff;}

#userlist tr.m td {
	background-color: #afc7cf; /* td2 */ 
}
#userlist tr.f td {
	background-color: #ffffd0; /* td1 */ 
}

#userlist .order,#userlist .age,#userlist .timendate
{
font-size: 10px;
		font-family: verdana, sans-serif, Arial CE, Arial;
		color: #606760;
    }

#userlist .age,#userlist .timendate
{
font-weight:bold;
}

#userlist .user { text-align: left; }

/* END USER LIST ============================= */



/* NAST LIST ============================= */

 #nastlist, #nast-create,#fav_boards,#newest_boards,#nerusime {
	width: 100%;
	border: 2px solid #000000; /* td0 */
	width:auto;
}

#nastlist .box-head strong
{
font-size: 13px;
		font-family: Arial CE, Arial, sans-serif;
		color: #606760;}

#nastlist h2
{
font-size: 13px;
		font-family: Arial CE, Arial, sans-serif;
		color: #ffffff;
font-weight:bold;
text-align:center;
}

#nastlist .box-head
{
background-color: #000000; /* td0 */
margin-bottom:15px;
}

#nastlist 
{ 
background: transparent; 
border:0;
}

#nastlist .in-box { padding: 0px; }
#nastlist table { width: 100%; text-align: center; }
#nastlist .htext, #nastlist strong {
	color: #000000; /* td0 */
	text-decoration: none;
	margin: 2px;
	padding: 3px
}

#nastlist td, #nastlist th {
	text-decoration: none;
	background-color: transparent;
	margin: 2px;
	padding: 3px
}

#nastlist th {
	background-color: #afc7cf; /* td2 */
	padding:2px;
}

#nastlist .htext,#nastlist th strong
{
font-size: 10px;
		font-family: verdana, sans-serif, Arial CE, Arial;
		color: #ffffff;}

#nastlist .order
{
font-size: 13px;
		font-family: Arial CE, Arial, sans-serif;
		color: #000000;
font-weight:bold;
}

#nastlist strong
{
font-size: 16px;
		font-family: Arial CE, Arial, sans-serif;
		color: #000000;}

#nastlist em,#nastlist .num,#nastlist .timendate
{
font-size: 10px;
		font-family: verdana, sans-serif, Arial CE, Arial;
		color: #606760;
    
font-weight:bold;
font-style:normal;
}

#nastlist .odd2 td
{
background-color: #ffffff; /*td6*/
}

#nastlist .even2 td 
{ 
background-color: #efefef; /*td11*/ 
}

/* END NAST LIST ============================= */

/* NAST-CREATE ================================ */

#nast-create .box-head
{
background-color: #000000; /* td0 */
}

#nast-create h2 strong
{
font-size: 13px;
		font-family: Arial CE, Arial, sans-serif;
		color: #606760;}

#nast-create h2
{
font-size: 16px;
		font-family: Arial CE, Arial, sans-serif;
		color: #ff9618;text-align:left;
}


#nast-create .in-box 
{
padding:0;
	background-color: #afc7cf; /* td2 */
font-size: 10px;
		font-family: verdana, sans-serif, Arial CE, Arial;
		color: #606760;
    }

#nast-create .in-box div
{
padding:5px;
font-size: 10px;
		font-family: verdana, sans-serif, Arial CE, Arial;
		color: #606760;
    }

#nast-create .in-box div h2
{
background-color: #afc7cf; /* td2 */
border:0;
font-size: 13px;
		font-family: Arial CE, Arial, sans-serif;
		color: #000000;font-weight:bold;
}

#nast-create .in-box form
{
background-color: #ffffd0; /* td1 */ 
}

/* END NAST-CREATE ============================= */

/* info.php ------------------------------------------------*/

#base-div {
	width: 90%;
	border: 2px solid #000000; /*td0*/
	background-color: #ffffff; /*td6*/
	margin: 0 auto;
	height: auto;
	padding:0px;
}
#base-div .header {
	background-color: #ddd;
	border-bottom: 2px solid #bbb;
	padding: 0; margin: 0;
}

#base-div .footer
{
border-top:2px solid #000000; /*td0*/
margin:0;
}

#info-head {
	padding: 1em;
	background-color: #afc7cf; /* td2 */
	border-bottom: 2px solid #000000; /*td0*/
	min-height: 50px;
	text-align:left;
}

#info-head h3,#info-head #status
{
margin-left:60px;
}

#info-head #status {margin-top:5px;}

#info-head .ico { float: left; }

#b-info h3 {
 font-size: 22px;
		font-family: Arial CE, Arial, sans-serif;
		color: #000000; text-align:left;
}

/*USER FACTS & CASTECNE FAV_BOARDS*/
#user-facts,#fav_boards
{ 
border:2px solid #003760; /*td8*/
}

#user-facts {float:left;}

#user-facts .box-head,#fav_boards .box-head
{
background-color: #003760; /*td8*/
border-bottom:2px solid #003760; /*td8*/
padding:3px;
padding-left:8px;
}

#user-facts .box-head h2,#fav_boards .box-head h2
{
font-size: 10px;
		font-family: verdana, sans-serif, Arial CE, Arial;
		color: #ffffff;	
	font-weight:bold;
	text-align:left;
}

#user-facts .box-head strong, #fav_boards .box-head strong
{
font-size: 10px;
		font-family: verdana, sans-serif, Arial CE, Arial;
		color: #ff9618;}

#user-facts .in-box {padding:0px;}
#user-facts table { width:100%; height:100%; margin:0px;  border-collapse:collapse; table-layout:fixed;}


/* TADY POCKAT NA MATEJCIKA A PAK NASTAVIT VLEVO FONT MTEXT1, VPRAVO TEXT2 (A ALIGN SAMOZREJME)*/
#user-facts #popisek { text-align:right; border:0;}
#user-facts #hodnota { text-align:left; border:0;}

#user-facts .odd td { background-color: #ffffff; /*td6*/ }

#user-facts .even td { background-color: #efefef; /*td11*/ }

/*END USER FACTS*/


/* USER STATS & NERUSIME */

#user-stats { float: right; background-color: #efefef; /*td11*/ border:2px solid #ddddcf; /* td5 */}
#user-stats .in-box { padding: 1em; }
#user-stats li {
font-size: 10px;
		font-family: verdana, sans-serif, Arial CE, Arial;
		color: #000000;
    }

#nerusime .box-head,#user-stats .box-head {border:0; padding:3px; padding-left:15px;  background-color: #ddddcf; /* td5 */ }
#nerusime .box-head strong,#user-stats .box-head strong
{
font-size: 10px;
		font-family: verdana, sans-serif, Arial CE, Arial;
		color: #ff9618;}

#nerusime .box-head h2,#user-stats .box-head h2
{
font-size: 10px;
		font-family: verdana, sans-serif, Arial CE, Arial;
		color: #000000;
    		
		font-weight:bold;
    text-align:left;
}


/* END USER STATS */


/* JAKYJE, MARAD, NEMARAD */

#fav-uziv,#is-fav,#jakyje, #marad,#nemarad
{
border:0;
}

#fav-uziv .box-head,#is-fav .box-head,#jakyje .box-head, #marad .box-head ,#nemarad .box-head,#fav-nast .box-head { border:0; padding:3px; padding-left:5px;}
#fav-uziv .box-head h2,#is-fav .box-head h2,#jakyje .box-head h2, #marad .box-head h2,#nemarad .box-head h2,#fav-nast .box-head h2 { text-align:left; }

/* JAKYJE & NEWEST_BOARDS*/

#jakyje .box-head,#newest_boards .box-head {background-color: #ffffd0; /* td1 */}
#jakyje .box-head strong,#newest_boards .box-head strong 
{ 
font-size: 10px;
		font-family: verdana, sans-serif, Arial CE, Arial;
		color: #ff9618;
}
#jakyje .box-head h2,#newest_boards .box-head h2
{
font-size: 10px;
		font-family: verdana, sans-serif, Arial CE, Arial;
		color: #000000;
    		
		font-weight:bold;
}

#newest_boards .box-head h2
{
padding:3px;
margin-left:-3px;
text-align:left;
}


/* MARAD FAV-UZIV IS-FAV WELCOME*/

#welcome .box-head,#fav-uziv .box-head,#is-fav .box-head,#marad .box-head {background-color: #ff9618; /* td3 */}
#welcome .box-head strong,#fav-uziv .box-head strong,#is-fav .box-head strong,#marad .box-head strong 
{ 
font-size: 10px;
		font-family: verdana, sans-serif, Arial CE, Arial;
		color: #ffffff;font-weight: bold;
}
#welcome .box-head h2,#fav-uziv .box-head h2,#is-fav .box-head h2,#marad .box-head h2
{
font-size: 10px;
		font-family: verdana, sans-serif, Arial CE, Arial;
		color: #000000;
    		
		font-weight:bold;
}

/* NEMARAD */

#nemarad .box-head {background-color: #000000; /* td0 */}
#nemarad .box-head strong 
{ 
font-size: 10px;
		font-family: verdana, sans-serif, Arial CE, Arial;
		color: #ff9618;
font-weight: bold;
}
#nemarad .box-head h2
{
font-size: 10px;
		font-family: verdana, sans-serif, Arial CE, Arial;
		color: #ffffff;		
		font-weight:bold;
}


/* END JMN */

/* FAV - NAST */

#fav-nast 
{
border:2px solid #cfcfcf; /* td4 */
}

.box .num
{
font-size: 10px;
		font-family: verdana, sans-serif, Arial CE, Arial;
		color: #000000;
    }

.box .date
{
font-size: 10px;
		font-family: verdana, sans-serif, Arial CE, Arial;
		color: #606760;
    
}

#fav-nast .box-head { background-color: #cfcfcf; /* td4 */ }

#fav-nast .box-head h2
{
font-size: 10px;
		font-family: verdana, sans-serif, Arial CE, Arial;
		color: #000000;
    		
		font-weight:bold;
}

#fav-nast .box-head h2 strong
{
font-size: 10px;
		font-family: verdana, sans-serif, Arial CE, Arial;
		color: #ff9618;}

#fav-nast .in-box .odd,#fav-nast .in-box .even
{
background-image: url('img/li_o.png');
background-position: left center;
background-repeat:no-repeat;
padding-left:15px;
}

/* END FAV NAST */

#add-user {border:0; background-color: #ffffff; /* td6 */ }


#b-info .box {
	width: auto;
	margin: 1em;
}

#user-stats, #user-facts { width: 40% !important; }


#set { float: right; }


#vyvoleni .box-head
{
background-color: #ff9618; /* td3 */
}


#vyvoleni .in-box,#vyvoleni h3
{
font-size: 10px;
		font-family: verdana, sans-serif, Arial CE, Arial;
		color: #000000;
    }

#vyvoleni small
{
font-size: 10px;
		font-family: verdana, sans-serif, Arial CE, Arial;
		color: #000000;
    }

#b-info textarea {
	width: 40em;
	height: 10em;
}

#b-uvod .left #welcome.box
{
width:300px;
text-align:center;
margin-left:252px;
}

#welcome .box-head
{
padding:3px;
}

#nerusime .box-head h2
{
margin-left:-5px;
}

#nerusime .box-head
{
border-bottom:2px solid #000000; /*td0*/
}

.acts
{
font-size: 10px;
		font-family: verdana, sans-serif, Arial CE, Arial;
		color: #000000;
    margin-top:2px;
}


.newitems
{
font-size: 10px;
		font-family: verdana, sans-serif, Arial CE, Arial;
		color: #ff9618;}

.immortal
{
font-size: 10px;
		font-family: verdana, sans-serif, Arial CE, Arial;
		color: #606760;
    }

.dead
{
/*mtext1*/
		font-size: 10px;
		font-family: verdana, sans-serif, Arial CE, Arial;
		color:red; /* em, tuning */
}

.selected
{
background-color: #ff9618; /* td3 */
}

.def
{
text-align:right;
font-size: 10px;
		font-family: verdana, sans-serif, Arial CE, Arial;
		color: #606760;
    padding-right:30px;
background-image: url('img/li_o.png');
background-repeat:no-repeat;
background-position:97% 35%;
padding:4px 16px 4px 4px;
}

.val,.val a
{
text-align:left;
font-weight:bold;
font-size: 13px;
		font-family: Arial CE, Arial, sans-serif;
		color: #000000;		overflow: hidden;
}

.newitems a, .newitems	
{	
/*ctext1*/	
font-size: 10px;	
font-family: verdana, sans-serif, Arial CE, Arial;	
color: #ff9618 !important;    /* td3 */
}

#loginform, #registrace
{
  margin-top:100px;
}

.comment
{
font-size: 10px;
		font-family: verdana, sans-serif, Arial CE, Arial;
		color: #606760;
    }

#login a,#login a:visited
{
font-size: 13px;
		font-family: Arial CE, Arial, sans-serif;
		color: #ffffff;}

/*----------------------------------------------------*/
