/* CSS Document */

table {
text-align: left;
}

table .headertab{ 
    background: url(../images/h2-bg-video.gif) repeat-x;
    height:25px;
    line-height: 25px;
    text-align: left;
    padding-left: 15px;
    font-size: 1.2em;
    margin-bottom:2px;
}
table td { background-color:#152d03; padding-left: 5px;}

table a{ color:#9dd03c; } 
table a:hover{ color:#9dd03c; text-decoration: none;} 
.neprectene td {
background-color:#295607;
color:white;
}

/* DATEPICKER */

a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}

.bad-link {
  text-decoration: underline; 
  color:#9dd03c; 
}

.bad-link:hover {
  color:#bbe295;  
}

.shoutbox {
  background: #445735;
}
#shoutiframe {
  background: #445735;
}

.submit-video {
  background: url(http://media.loupak.cz:443/images/odeslat.gif) no-repeat;
  border: none;
  width:75px;
  height:24px;
  margin-top:5px;
}

