@CHARSET "utf-8";


/*************/
/*INPUTY TEXT*/
/*************/


/*input pro nazev a text noveho topicu*/
input.tname{
  width:100px;
  	
}
input.ttext{
  width:350px;	
}





/***************/
/*INPUTY SUBMIT*/
/***************/

input.tsubmit{
  width:70px;	
}



/*********/
/*SELECTY*/
/*********/

/*obecny*/
select{
  border:1px inset #003300;
  height:17px;
  font-size:8pt;
}

select.char{
	width:102px;
}


/**********/
/*TEXTAREA*/
/*********/

/*informace o postave - tvorba postavy*/
textarea.informace{
  width: 700px;
  height: 150px;
}

textarea.majetek{
  width: 300px;
  height: 150px;
}


textarea.forumArea
{
  width:  710px;
  height: 150px;
}



/************/
/*INPUT FILE*/
/************/

.file_char{
	font-size:8pt
	height:15px;
}


.char_avatar{
	font-size:8pt
}


// area pro vkladani vyslkedku
table.smajlici
{
  margin-left:4px;
}

#div.smajlici
{
	width:81px;
  height:200px;
	border: 1px solid black;

  //text-align:center;
}



.buttonI{  
  height:16px;
  color:#000000;
  font-weight:bold;
  font-style:italic;
  font-size:8pt;
  background:#dacc91;
  border:1px solid #204200;
}

.buttonU{  
  height:16px;
  color:#000000;
  font-weight:bold;
  text-decoration:underline;
  font-size:8pt;
  background:#dacc91;
  border:1px solid #204200;
}
  
.buttonR{  
  height:16px;
  width:20px;
  color:#000000;
  font-weight:bold;
  font-size:8pt;
  background:#cc4444;
  border:1px solid #204200;
}

.colorChooser{  
  height:14px;
  width: 40px;
  color:#000000;
  font-size:8pt;
  background:black;
  border:1px solid #204200;
}

.prvniPrispevekSelect
{  
  height:15px;
  width: 50px;
  color:#000000;
  font-size:8pt;
  border:1px solid #204200;
}

.fontChooser{
  height:14px;
  width:30pt;
  color:#000000;
  font-size:8pt;
  border:1px solid #204200;
}

img.rank{
	position:relative;top:2px;
}

.orgNick
{
	position:relative;top:3px;
	font-size:8pt;
	font-weight:bold;
	color:red;
}

