body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background: url(/design/glava.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #000;
	color: #000;
	margin: 0px;
	padding: 0px;
}

table {
	border-collapse: collapse;
	border: none;
	background-color: #ffffff; 
}

table.main, table.mainouter {
	background-color: #ececec;
	-moz-border-radius: 10px;
	-webkit-border-radius: 8px;
}

table.mainwhite {
	background-color: #ffffff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 8px;
}

table.white {
	background-color: #FFFFFF;
}

table.message {
	border: solid #000000 1px;
}

table.bottom {
	background: transparent;
}

a.info{
	position:relative; /*this is the key*/
	z-index:24; background-color:#ccc;
	color:#000;
	text-decoration:none
}

a.info:hover{z-index:25; background-color:#ff0}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #0cf;
    background-color:#cff; color:#000;
    text-align: center}
	
table.bottom {
  background: transparent;
}

h1 {
  font-size: 12pt;
}

h2 {
  font-size: 10pt;
  margin-bottom: 6px;
}

h3 {
	font-size: 10pt;
}

p {
	font-size: 8pt;
}

td {
	font-size: 8pt;
	border: 0px;
}

td.embedded {
   border: none;
   padding: 0px;
  text-align: left;
}

td.bottom {
  border: none;
}

td.heading {
  font-weight: bold;
  background: #ececec;
}

td.text {
  padding: 10pt;
  text-align: left;
}

td.comment {
  padding: 10pt;
  font-size: 8pt;
  text-align: left;
  background: #ececec;
}

.bgbar {
  background: url('/design/td.png') repeat-x;
  font-size: 12pt;
  color: #ffffff;
  font-weight: bold;
}

td.colhead {
  font-weight: bold;
  color: #ffffff;
  background: url(/design/td.png);
  background-repeat: repeat-x;
}

td.colhead a {
	color: #FFFFFF;
}

td.rowhead {
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  background: #ececec;
}

td.white {
	background-color: white;
}

td.rowhead2 {
  background: #e3e3e3;
  color: #588090;
  border-left: #f5f3f3 solid;
}

td.rowhead2 a{
  color: #588090;	
}

td.lighter {
	background-color: #E8E8E6;
}

td.title {
	font-size: 14pt;
}

td.navigation {
	font-weight: bold;
	font-size: 10pt;
   border: none;
}

td.clear {
  padding: 0px;
  border: 0px;
  background: transparent;
}

td.GlavaTabele {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	padding: 0px 15px 0px 15px;
	height: 25px;
	text-align: center;
	vertical-align: middle;
	background: url('http://www.shrani.si/f/2e/rx/40mBooZi/bgall2.gif');
}

form {
	margin-top: 0;
	margin-bottom: 0;
}

.sublink {
	font-style: italic;
	font-size: 7pt;
	font-weight: normal;
}

font.gray
{
  color: #ACA899;
  text-decoration: underline;
}

a:link, a:visited {
  text-decoration: none;
  color: #000000;
}

a:hover {
  color: #FF0000;
}

a.index {
	font-weight: bold;
}

a.biglink {
	font-weight: bold;
	font-size: 12pt;
}

a.altlink:link, a.altlink:visited{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a.altlink:hover {
  text-decoration: underline;
}

a.altlink2:link, a.altlink2:visited{
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

a.altlink2:hover {
  text-decoration: underline;
}

a.altlink_blue:link, a.altlink_blue:visited{
	font-weight: bold;
	color: #004E98;
	text-decoration: none;
}

a.altlink_blue:hover {
  text-decoration: underline;
}

a.altlink_green:link, a.altlink_green:visited{
	font-weight: bold;
	color: #007800;
	text-decoration: none;
}

a.altlink_green:hover {
  text-decoration: underline;
}

.important {
	font-weight: bold;
	font-size: 8pt;
}

.red {
	color: #ee0000;
}

.yellow {
	color: #997700;
}

.green {
	color: #000000;
}

input, select, textarea {
	font-family: sans-serif;
	font-size: 8pt;
}

.btn2 {
  	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#666;
	font-weight:bold;
	padding: 1px 2px;
	background:url(../pic/formbg.gif) repeat-x left top;
}

.btn {
  	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#666;
	font-weight:bold;
	padding: 1px 2px;
	background:url(../pic/formbg.gif) repeat-x left top;
}

.small {
  font-size: 7pt;
}

.big {
  font-size: 10pt;
}

li {
  margin-top: 6pt;
  margin-bottom: 6pt;
}

ul {
  margin-left: 16pt;
  margin-top: 0px;
  margin-bottom: 0px;
}

img.border  
{  
  border-style: solid;  
  border-color: #000000; 
  border-width: 1px; 
}
/*Image Resizer v0.1 by xam */
table.ncode_imageresizer_warning {
    background: #FFFFE1;
    color: #000000;
    border: 1px solid #CCC;
    cursor: pointer;
}

table.ncode_imageresizer_warning td {
    font-size: 12px;
    color: red;
    vertical-align: middle;
    text-decoration: bold;
}

table.ncode_imageresizer_warning td.td1 {
    padding: 5px;
}

table.ncode_imageresizer_warning td.td1 {
    padding: 2px;
}
/*Image Resizer v0.1 by xam */

.gobutton{
	background: #476BA2;
	color: #FFF;
}
.codetop{
	background: #f1b000 url(../pic/code.gif) no-repeat right;
	color: #000;
	font-weight: bold;
	margin: 0 auto 0 auto;
	padding: 3px;
}

.codemain{
	background: #FFF;
	border: 1px solid #000;
	color: #000;
	margin: 0 auto 0 auto;
	padding: 3px;
}

.shadetabs{
border-bottom: 1px solid gray;
/* width: 90%; width of menu. Uncomment to change to a specific width */
margin-bottom: 1em;
}

.shadetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(../pic/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
font: bold 11px Verdana;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(../pic/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}
.listitem {
margin-left:10px;
margin-right:5px;
}
.alert {
  width:500px;
  padding:10px;
  background-image:url('../pic/alert.gif');
  background-repeat:repeat-x;
  background-position:top;
  background-color:#f78c18;
  font-weight:bold;
  margin-bottom:5px
}
td.clearalt6 {
  padding: 5px;
  border: 0px;
border: hidden;
}
td.clearalt7 {
  padding: 5px;  
  border: 0px;
border: hidden;
}

p.sub {
	background: #ececec;
	margin: 0px;
}

div.main {
    background-color: #ececec;
	-moz-border-radius: 5px;
	-webkit-border-radius: 8px;
}
.clear {
    clear: both;
}

/* nov design */

#meni_status_info {
	min-width: 972px;
	max-width: 972px;
	width: 972px;
	min-height: 147px;
	max-height: 147px;
	height: 147px;
	background: url(/design/meni_status_info.png);
	background-position: top center;
	background-repeat: no-repeat;
	border: none;
}

span.status{
	color: #787878;
	font-size: 11px;
	font-weight: bold;
}

#noga {
	min-width: 973px;
	max-width: 973px;
	width: 973px;
	min-height: 38px;
	max-height: 38px;
	height: 38px;
	background: url(/design/noga.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.spodaj {
	min-width: 972px;
	max-width: 972px;
	width: 972px;
	min-height: 5px;
	max-height: 5px;
	height: 5px;
	background: url(/design/spodaj.png);
	background-position: top center;
	background-repeat: no-repeat;
}

/* novice */

.noviceZgoraj {
	min-width: 507px;
	max-width: 507px;
	width: 507px;
	min-height: 12px;
	max-height: 12px;
	height: 12px;
	background: url(/design/novice/top.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.noviceSpodaj {
	min-width: 507px;
	max-width: 507px;
	width: 507px;
	min-height: 12px;
	max-height: 12px;
	height: 12px;
	background: url(/design/novice/bottom.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.noviceOzadje {
	min-width: 507px;
	max-width: 507px;
	width: 507px;
	background: url(/design/novice/middle.png);
	background-repeat: repeat-y;
}

.noviceVsebinaDiv {
	padding: 0px 10px 0px 10px;
	text-align: justify;
}

.noviceNaslov, a.noviceNaslov, a.noviceNaslov:hover, a.noviceNaslov:visited {
	font-family: sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: black;
	font-size: 13px;
	padding-bottom: 5px;
}

/* anketa */

.anketaZgoraj {
	min-width: 197px;
	max-width: 197px;
	width: 197px;
	min-height: 9px;
	max-height: 9px;
	height: 9px;
	background: url(/design/anketa/top.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.anketaSpodaj {
	min-width: 197px;
	max-width: 197px;
	width: 197px;
	min-height: 9px;
	max-height: 9px;
	height: 9px;
	background: url(/design/anketa/bottom.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.anketaOzadje {
	min-width: 197px;
	max-width: 197px;
	width: 197px;
	background: url(/design/anketa/middle.png);
	background-repeat: repeat-y;
}

.anketaQZgoraj {
	min-width: 174px;
	max-width: 174px;
	width: 174px;
	min-height: 6px;
	max-height: 6px;
	height: 6px;
	background: url(/design/anketa/qTop.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.anketaQSpodaj {
	min-width: 174px;
	max-width: 174px;
	width: 174px;
	min-height: 19px;
	max-height: 19px;
	height: 19px;
	background: url(/design/anketa/qBottom.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.anketaQOzadje {
	min-width: 174px;
	max-width: 174px;
	width: 174px;
	background: url(/design/anketa/qBg.png);
	background-repeat: repeat-y;
}

.anketaVprasanjeDiv {
	padding: 0px 10px 0px 10px;
	text-align: center;
}

.anketaALeft {
	min-width: 6px;
	max-width: 6px;
	width: 6px;
	min-height: 24px;
	max-height: 24px;
	height: 24px;
	background: url(/design/anketa/aLeft.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.anketaARight {
	min-width: 6px;
	max-width: 6px;
	width: 6px;
	min-height: 24px;
	max-height: 24px;
	height: 24px;
	background: url(/design/anketa/aRight.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.anketaABg {
	min-height: 24px;
	max-height: 24px;
	height: 24px;
	background: url(/design/anketa/aBg.png);
	background-repeat: repeat-x;
}

.brezOzadjaSivo {
	background-color: #ececec;
}

.anketaVprasanje {
	font-family: sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	font-size: 13px;
}

/* iskanje */

.iskanjeZgoraj {
	min-width: 410px;
	max-width: 410px;
	width: 410px;
	min-height: 9px;
	max-height: 9px;
	height: 9px;
	background: url(/design/iskanje/top.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.iskanjeSpodaj {
	min-width: 410px;
	max-width: 410px;
	width: 410px;
	min-height: 9px;
	max-height: 9px;
	height: 9px;
	background: url(/design/iskanje/bottom.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.iskanjeOzadje {
	min-width: 410px;
	max-width: 410px;
	width: 410px;
	background: url(/design/iskanje/middle.png);
	background-repeat: repeat-y;
}

.topInfoNaslov {
	font-family: sans-serif, Verdana, Arial, Helvetica;
	font-size: 14px;
	color: #555555;
	font-weight: bold;
	padding-left: 31px;
	text-align: left;
}

.TopInfoTop {
	width: 301px;
	height: 42px;
	min-height: 42px;
	max-height: 42px;
	background: url(/design/topinfo/top.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-left: 17px;
}
.TopInfoBottom {
	width: 301px;
	height: 12px;
	min-height: 12px;
	max-height: 12px;
	background: url(/design/topinfo/bottom.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}
.TopInfoBg {
	width: 301px;
	background: url(/design/topinfo/bg.png);
	background-repeat: repeat-y;
	background-position: center;
	text-align: left;
}
.TopInfoKonkretno {
	width: 285px;
	height: 36px;
	min-height: 36px;
	max-height: 36px;
	background: url(/design/topinfo/bg_info.png);
	background-repeat: no-repeat;
	background-position: center middle;
	margin: auto;
	margin-bottom: 2px;
	padding-top: 3px;
}

a.TopInfoIme, a.TopInfoIme:hover, a.TopInfoIme:visited, a.TopInfoIme:link {
	font-family: sans-serif, Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#podrobnosti_torrenta {
	margin: 0 10px 0 15px;
	width: 532px;	
	float: left;
}

td.podrobnosti_levo {
	background: url(/design/torrent_details/bg_bar_left.gif) no-repeat;
	width: 72px;
	height: 22px;
	padding-left: 5px;
}

td.podrobnosti_desno {
	background: url(/design/torrent_details/bg_bar_right.gif) no-repeat;
	width: 458px;
	height: 22px;
	padding-left: 5px;
	color: #68909f;
	text-align: left;
}

#poster_torrent {
	background: url(/design/torrent_details/poster_bg.gif) no-repeat;
	width: 188px;
	height: 212px;
	margin: 0 10px 0 15px;
	float: left;
}

#poster_naslov {
	font-size: 15px;
	padding: 5px;
}

#poster_slika {
	padding-right: 2px;
	padding-top: 1px;
}

#prenos_torrent {
	width: 174px;
	height: 46px;
	margin: 0 15px 0 10px;
	float: right;
}

#torrent_prenosi {
	background: url(/design/torrent_details/bg_prenosi.gif) no-repeat;
	width: 174px;
	height: 46px;
	margin: 10px 15px 0 10px;
	float: right;
}

#prenosi_naslov {
	padding-top: 2px;
}

#prenosi_podatki {
	color: #68909f
}

#torrent_zahvale {
	width: 174px;
	float: right;
	margin: 10px 0 10px 10px;
}

#zahvale_top {
	background: url(/design/torrent_details/bg_zahvale_top.gif) no-repeat;
	width: 174px;
	height: 7px;
}

#zahvale_middle {
	background: url(/design/torrent_details/bg_zahvale_middle.gif) repeat-y;
	width: 174px;
	height: auto;
}

#zahvale_bottom {
	background: url(/design/torrent_details/bg_zahvale_bottom.gif) no-repeat;
	width: 174px;
	height: 7px;
}

#oglasi_stolp {
	width: 172px;
	/*height: 638px;*/
	background: url(/design/torrent_details/bg_oglas.gif) no-repeat;
	margin: 15px 0 10px 10px;
	float: right;
}

#oglas_naslov
{
	font-size: 15px;
	padding: 5px;
}

#oglas_banner
{
	padding-top: 1px;
}

.clear {
	clear: both;
}

#torrent_opis  {
	width: 770px;
	float: left;
}

#torrent_opis_top {
	margin-top: 10px;
	background: url(/design/torrent_details/bg_opis_top.gif) no-repeat;
	width: 730px;
	height: 8px;
	padding: 0 10px 0 7px;
}

#torrent_opis_middle {
	background: url(/design/torrent_details/bg_opis_middle.gif) repeat-y;
	width: 730px;
	height: auto;
	text-align: justify;
	padding: 0 10px 0 7px;
}

#torrent_opis_bottom {
	background: url(/design/torrent_details/bg_opis_bottom.gif) no-repeat;
	width: 730px;
	height: 8px;
	padding: 0 10px 0 7px;	
}

#torrent_comment {
	width: 725px;
	float: left;
}

#torrent_comment_top {
	background: url(/design/torrent_details/bg_comment_top.gif) no-repeat;
	width: 725px;
	height: 8px;
}

#torrent_comment_middle {
	background: url(/design/torrent_details/bg_comment_middle.gif) repeat-y;
	width: 725px;
	height: auto;
}

#torrent_comment_bottom {
	background: url(/design/torrent_details/bg_comment_bottom.gif) no-repeat;
	width: 725px;
	height: 8px;
	clear: both;
}

#novice_slika {
	width: 105px;
	float: left;
}

#novice_tekst {
	width: 590px;
	text-align: justify;
	float: right;
	margin: 0 10px 0 0;
}

#novice_naslov {
	background: url('/design/novice/novica_naslov.gif') no-repeat;
	width: 343px;
	height: 22px;
	float: left;
	margin: 15px 0 3px 0;
}

#naslov_novice {
	text-align: left;
	font-weight: bold;
	float: left;
	margin: 4px 0 0 5px;
}

#datum_novice {
	text-align: right;
	float: right;
	margin: 4px 5px 0 0;
	color: #68909f;
}

td.tabela_browse_naslov {
	background: url('/design/browse/tabela_vrh.gif') repeat-x;
	height: 23px;
	width: auto;
	padding-left: 5px;
	color: #264d5c;
	font-weight: bold;
}

td.tabela_browse_naslov a {
	color: #264d5c;
}

tr.tabela_browse {
	border-bottom: #f5f3f3 solid;
}

/*Anketa in statistika nova 25.3.2020 */

.anketa_zgoraj {
	min-width: 200px;
	max-width: 200px;
	width: 200px;
	min-height: 7px;
	max-height: 7px;
	height: 7px;
	background: url(/design/torrent_details/anketa_zgoraj.gif) no-repeat;
	background-position: top center;
	background-repeat: no-repeat;
}

.anketa_sredina {
	background: url(/design/torrent_details/anketa_sredina.gif) repeat-y;
	width: 200px;
	height: auto;
}

.anketa_spodaj {
	min-width: 200px;
	max-width: 200px;
	width: 200px;
	min-height: 7px;
	max-height: 7px;
	height: 7px;
	background: url(/design/torrent_details/anketa_spodaj.gif) no-repeat;
	background-position: top center;
	background-repeat: no-repeat;
}

.anketa_vprasanje {
	font-family: sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	font-size: 10px;
}

/*Oglasni 25.3.2010*/

.oglasi_stolp {
	width: 200px;
	height: 638px;
	background: url(/design/torrent_details/oglasni_stolp.gif) no-repeat;
	margin: 15px 0 10px 10px;
	float: right;
}

.oglas_naslov
{
	font-size: 15px;
	padding: 5px;
}

.oglas_banner
{
	padding-top: 1px;
}

/*Novice nove 25.3.2010*/

.novice_zgoraj {

	width: 400px;
	height: 12px;
	background: url(/design/novice/novica_zgoraj.gif);
	background-repeat: no-repeat;
	margin-bottom: -2px;
}
.novice_spodaj {

	width: 400px;
	height: 12px;
	background: url(/design/novice/novica_spodaj.gif);
	background-repeat: no-repeat;
}
.novice_ozadje {

	width: 400px;
	background: url(/design/novice/novica_sredina.gif);
	background-repeat: repeat-y;
	margin-top:0px
}

.novice_vsebina_div {
	padding: 0px 10px 0px 10px;
	text-align: justify;
}

.noviceNaslov, a.noviceNaslov, a.noviceNaslov:hover, a.noviceNaslov:visited {
	font-family: sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: black;
	font-size: 13px;
	padding-bottom: 5px;
}

/*Pravni pouk*/

.hotgreen {
  font-weight: bold;
  color: #ffffff;
  background: url(/design/gr.gif);
  background-repeat: repeat-x;
}

.clear
{
    clear: both;
}
