/* CSS Document */

/* Tabulka diskuze*/
#disk_tab {
  background-color:#151e24;
  width:510px;
  text-align:left; 
  color:#a3eaff;
  border-right:1px solid #0a0f13;
  border-bottom:1px solid #0a0f13;
  }
  
  #disk_tab tr td {
      padding-left:6px;
	  margin:0px;
	  border-left:1px solid #0a0f13;
	  border-top:1px solid #0a0f13;
	  }
  
  #disk_tab tr td img {
    margin:4px 2px 4px 0px;
	}
	
  #disk_tab tr td a {
    font-size:12px;
	text-decoration:none;	
	color:#d5f4f9;
	}
	
  #disk_tab tr td a:hover {
    color:#ffffff;	
	text-decoration:underline;
    }

#disk_tab_top {
  font-weight:bold;
  background-color:#1a1d1f;
  height:45px;
  text-align:center;
  }

.disk_tab_diskuze {}

.disk_tab_prispevky {width:15%;}

.disk_tab_posledni_prispevky {
  width:30%;
  }

.disk_tab_tema {
  background-color:#0a0f13;
  height:45px;
  text-align:center;
  font-size:16px;
  }

.disk_tab_tr {
  background-color:#151e24;
  }

.disk_tab_tr_ob {
  background-color:#1a1d1f;
  }

/* Tabulka výpisu příspěvků */

#disk_prisp {
  background-color:#151e24;
  width:510px;
  text-align:left; 
  color:#a3eaff;
  border-right:1px solid #0a0f13;
  border-bottom:1px solid #0a0f13;
  margin-bottom:25px;
  }
  
  #disk_prisp tr td {
	margin:0px;
	border-left:1px solid #0a0f13;
	border-top:1px solid #0a0f13;
	}

.disk_prisp_titulek { 
  font-weight:bold;
  background-color:#1a1d1f;
  text-align:center;
  height:45px;
  font-size:16px;
  color:#d5f4f9;
  }
  
.r1b1 {
  height:30px;
  text-align:center;
  background-color:#151e24;
  color:#d5f4f9;
  font-size:14px;
  } 

.r1b2 {
  height:20px;
  text-align:left;
  background-color:#151e24;
  padding-left:40px;
  }

.r2 {
  background-color:#1a1d1f;
  padding:15px 20px 15px 20px;
  color:#CCCCCC;
  }
  
  .r2 a {
    text-decoration:underline;
    color:#73c9e2;
    }

  .r2 a:hover {
    text-decoration:underline;
    color:#ffffff;
    }
  
.odesilani {
  margin-bottom:40px;
  background-color:#151e24;
  color:#a3eaff;
  border-right:1px solid #0a0f13;
  border-bottom:1px solid #0a0f13;
  border-top:1px solid #0a0f13;
  border-left:1px solid #0a0f13;
  padding:20px 0px 20px 0px;
  }
  
  .odesilani table {
    margin:auto;
	}
	
  .odesilani table tr td {
    padding:2px 6px;
	font-size:14px;
	}
	
  .odesilani table tr td span input {
    background-color:#1a1d1f;
	border:1px solid #0a0f13;
	color:#CCCCCC;
    }  
  
  .odesilani table tr td textarea {
    background-color:#1a1d1f;
	border: 1px solid #0a0f13;
	color:#CCCCCC;
    }
	
a.stranka {
  text-decoration:none;
  color:#73c9e2;
  }

a:hover.stranka {
  text-decoration:underline;
  color:#cccccc;
  }
  
p.stranka {
text-align:right;
margin:0px 4px 14px 0px;
}

