/* Start - Modern Poll Style */

.polled { height: 22px; }
.voted { height: 11px; }
.progress { border: 1px solid #ccc; position: relative; display: block; padding: 0; margin:4px 0; background: #DEDEDE; background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#e9e9e9)); background: -moz-linear-gradient(top, #ccc, #e9e9e9);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#e9e9e9');

    -moz-box-shadow:0 1px 0 #fff;
    -webkit-box-shadow:0 1px 0 #fff;
    box-shadow:0 1px 0 #fff;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.polled span { height:20px; }
.voted span { height: 9px; }
.progress span { display: block; margin: 0; padding: 0; text-align:center; width:0;
    
    -moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
    -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.progress span b { color:#fff; line-height:20px; padding-left:2px; text-shadow:0 1px 1px rgba(0, 0, 0, 0.5); }

.progress-1 span {
    border: 1px solid #0078a5; background-color: #5C9ADE;
    background: -moz-linear-gradient(top, #00adee 10%, #0078a5 90%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #00adee), color-stop(0.9, #0078a5));
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}

.progress-2 span {
    border: 1px solid #5c9425;  background-color: #77AF3F;
    background: -moz-linear-gradient(top, #8fc857 10%, #5c9425 90%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #8fc857), color-stop(0.9, #5c9425));
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#8fc857', endColorstr='#5c9425');
}
.progress-3 span {
    border: 1px solid #f47a20; background-color: #faa51a;
    background: -moz-linear-gradient(top, #faa51a 10%, #f47a20 90%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #faa51a), color-stop(0.9, #f47a20));
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.progress-4 span {
    border: 1px solid #A92C2C; background-color: #C44747;
    background: -moz-linear-gradient(top, #DD5F5F 10%, #A92C2C 90%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #DD5F5F), color-stop(0.9, #A92C2C));
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#DD5F5F', endColorstr='#A92C2C');
}
.progress-5 span {
    border: 1px solid #8c2ca9; background-color: #C44747;
    background: -moz-linear-gradient(top, #bf5fdd 10%, #8c2ca9 90%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #bf5fdd), color-stop(0.9, #8c2ca9));
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf5fdd', endColorstr='#8c2ca9');
}

/* End - Modern Poll Style */






/* Tablici */

.ttable table {
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
	width:100%;
}
.ttable th, .ttable td {
border-bottom: 1px solid #DCDCDC;
     border-right: 1px solid #DCDCDC;
border-left: 1px solid #DCDCDC;
	padding: 1px 5px;
text-aligh:center;
}



.ttable th.n {
	line-height: 11px;
	padding: 1px 10px !important;
}

.ttable th {
	background: -o-linear-gradient(top, #eeeeee, #e2e1e1) transparent;
	font-size: 10px "Tahoma", "Arial", "Verdana";
	text-align: left;
}
.topborder {
	border-top: 1px solid #F8F7F3;
}
.ttable td {
	font-size: 11px;
	font-style: normal;
}

.ttable tr.odd td{
    background-color: #EBEAE3;
    
}

.ttable tr.even td{
     background-color: #eeee00;

}

.ttable tr.l td {
	background-color: #eeeeee;
}

.ttable th.l, td.l {
	border-right: 0px !important;

}
.ttable tr.dark td { background-color:#EBEAE3; }
.ttable tr.shine td { background-color:#FBFAF3; }
.ttable .full th {
	font-weight: normal;
}
.ttable input { margin:0; padding:0; }
.tbb {
	font-size: 0px;
	height: 8px;
}

/* Bombardirs */

.ttable1 table {
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
	width:100%;
}
.ttable1 th, .ttable1 td {
border-bottom: 1px solid #DCDCDC;
     border-right: 1px solid #DCDCDC;
	padding: 3px 3px;
}



.ttable1 th.n {
	line-height: 11px;
	padding: 1px 10px !important;
}

.ttable1 th {
	font-size: 10px "Tahoma", "Arial", "Verdana";
	text-align: left;
}
.topborder {
	border-top: 1px solid #F8F7F3;
}
.ttable1 td {
	font-size: 11px;
	font-style: normal;
}

.ttable1 tr.odd td{
    background-color: #EBEAE3;
    
}

.ttable1 tr.even td{
     background-color: #eeee00;

}

.ttable1 tr.l td {
	background: url(../images/fon-bomb.png) repeat-x transparent; 
        height: 60px;
        text-align: center;
}

.ttable1 tr.l td img{
	padding: 1px;
        border: 1px solid #bababa;
        text-align: center;
}

.ttable1 th.l, td.l {
	border-right: 0px !important;
        text-align: center;

}
.ttable1 tr.dark td { background-color:#EBEAE3; }
.ttable1 tr.shine td { background-color:#FBFAF3; }
.ttable1 .full th {
	font-weight: normal;
}
.ttable1 input { margin:0; padding:0; }
.tbb {
	font-size: 0px;
	height: 8px;
}