body,td,th {
	font-family: Trebuchet MS, TrebuchetMS, Arial Narrow, Arial, Verdana;
	font-size: 12px;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link, a:visited {
	color: #FF6B00;
}
a:hover {
	color: #cc0000;
}

#glava_napis {
	position: absolute;
	margin-left: 250px;
}
#glava_napis h1 {
	font-family: "Trebuchet MS", TrebuchetMS, "Arial Narrow", Arial, Verdana;
	font-size: 25px;
	color: #FF6B00;
	width: 505px;
	margin-top: 130px;
	text-align: right;
}
#container2 {
	background-image: url(/img/bg_right.gif);
	background-repeat: repeat-y;
	background-position: right top;
	margin: 0px;
}
#container1 {
	background-image: url(/img/bg_left.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
}
#bodycontainer {
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
	border: 2px solid #FF6B00;
	width: 760px;
}
#glava {
	background-image: url(/img/bg_head.jpg);
	background-repeat: no-repeat;
}
#mainmenu {
	background-image: url(/img/bg_menu.jpg);
	height: 25px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-top-color: #FF6B00;
	border-bottom-color: #FF6B00;
	border-bottom-style: solid;
}
#vsebina {
	width: 530px;
	margin: 5px;
	border: 1px solid #FF6B00;
	background-color: #fff;
	padding: 5px;
	clear: both;
	float: left;
}
#desni_stolpec {
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 551px;
	border: 1px solid #FF6B00;
	background-color: #fff;
	padding: 5px;
}

/* koledar */

.koledar_prva {
	padding: 0px;
	background: #F8F8F8;
	margin: 1px;
	text-align: center;
	border-left: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	border-top: 1px solid #b2b2b2;
}
.koledar_prva_cell {
	padding: 0px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	border-right: 1px solid #b2b2b2;
	border-top: 1px solid #b2b2b2;
}
.koledar_prva_header_cell {
	font-size: 12px;
	font-weight: bold;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: center;
	background: #cccccc;
	color: #808080;
	border-right: 1px solid #b2b2b2;
}
.koledar_prva_header_sun_cell {
	font-size: 12px;
	font-weight: bold;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: center;
	background: #cccccc;
	color: #C00500;
	border-right: 1px solid #b2b2b2;
}
.koledar_prva_off_cell {
	color: #c0c0c0;
	font-size: 11px;
	font-weight: bold;	
	text-align: center;
	padding: 1px;
	border-right: 1px solid #b2b2b2;
	border-top: 1px solid #b2b2b2;
}
.koledar_prva_weekend_cell {
	color: #C00500;
	font-size: 11px;
	font-weight: bold;	
	padding: 1px;
	text-align: center;
	cursor: pointer;
	border-right: 1px solid #b2b2b2;
	border-top: 1px solid #b2b2b2;
}
.koledar_prva_today_cell {
	border-style: solid;
	border-width: 2px;
	border-color: #C00500;
}


.koledar {
	padding: 0px;
	background: #F8F8F8;
	margin: 4px;
	text-align: center;
	width: 400px;
	border-left: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	border-top: 1px solid #b2b2b2;
}
.koledar_cell {
	padding: 5px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
	border-right: 1px solid #b2b2b2;
	border-top: 1px solid #b2b2b2;
}
.koledar_header_cell {
	font-size: 12px;
	font-weight: bold;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: center;
	background: #cccccc;
	color: #808080;
	border-right: 1px solid #b2b2b2;
}
.koledar_header_sun_cell {
	font-size: 12px;
	font-weight: bold;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: center;
	background: #cccccc;
	color: #C00500;
	border-right: 1px solid #b2b2b2;
}
.koledar_off_cell {
	color: #c0c0c0;
	font-size: 13px;
	font-weight: bold;	
	text-align: center;
	padding: 5px;
	border-right: 1px solid #b2b2b2;
	border-top: 1px solid #b2b2b2;
}
.koledar_weekend_cell {
	color: #C00500;
	font-size: 13px;
	font-weight: bold;	
	padding: 5px;
	text-align: center;
	cursor: pointer;
	border-right: 1px solid #b2b2b2;
	border-top: 1px solid #b2b2b2;
}
.koledar_today_cell {
	border-style: solid;
	border-width: 3px;
	padding: 3px;
	border-color: #C00500;
}

.koledar_data {
	display: none;
}


/* lestvica */
.lestvica_prva_tab {
	width: 100%;
	padding: 0px;
}
.lestvica_prva_head {
	background: #E5E5E5;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}
.lestvica_prva_head2 {
	background: #eeeeee;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
}

.lestvica_prva_cell {
	text-align: center;
	font-size: 10px;
	border-top: 1px solid #b2b2b2;
	padding:0px;
}
.lestvica_prva_tigers {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #C00500;
	background: #ffe500;
	border-top: 1px solid #b2b2b2
}
.lestvica_prva_pts_tigers {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #C00500;
	background: #ffe500;
	border-top: 1px solid #b2b2b2
}
.lestvica_prva_pts {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #C00500;
	border-top: 1px solid #b2b2b2
}


#vsebina h1 {
	font-size: 17px;
	border-bottom: 1px solid #FF6B00;
}
#vsebina h2 {
	font-size: 15px;
	border-bottom: 1px solid #FF6B00;
}

#desni_stolpec h1,h2 {
	font-size: 17px;
	border-bottom: 1px solid #FF6B00;
}

.copyr {
	border-top: 1px solid #FF6B00;
	background: #000;
	font-size: 10px;
	color: #aaa;
}
.copyr a {
	color: #aaa;
	text-decoration: none;
}
.copyr strong {
	font-weight: normal;
}

.prva_zadnja_tekma {
	float: left;
}

#prva_koledar {
	float: left;
	width: 250px;
}

#prva_zadnja_tekma {
	float: left;
	width: 250px;
}

#prva_lestvica {
	width: 250px;
	margin-left: 260px;
}
#prva_razpored {
	width: 250px;
	margin-left: 260px;
}

.prva_novica {
	clear: both;
	padding: 3px;
	margin-bottom: 5px;
}
.prva_novica .novice_prva_naslov {
	font-size: 16px;
	font-weight: bold;
}

.novice_prva_vsebina {
	font-size: 12px;
	font-weight: bold;
}

.druge_novice {
	clear: both;
	padding: 3px;
	margin-top: 5px;
	border-top: 1px solid #FF6B00;
}

.druge_novice .novice_prva_naslov {
	font-size: 13px;
	font-weight: bold;
}

.novice_prva_link {
	font-size: 10px;
	font-weight: bold;
	text-align: right;
}

.novice_prva_link a {
	text-decoration: none;
}

.prva_novica .novice_prva_link {
	clear: both;
	text-align: right;
}

.novice_prva_datum {
	font-size: 9px;
	color: #aaa;
}

.novica_slika {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
.naslov_koledar {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.dogodki_tab {
	background-color:#eeeeee;
	padding: 5px;
	font-size:12px;
	margin: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.dogodki_tab_head {
	background-color:#cccccc;
	font-size:12px;
	font-weight:bold;
	margin: -3px;
	padding-left: 3px;
}

.rooster_tab {
	cursor: pointer;
}

.rooster_tit {
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
}

.rooster_glava {
	background-color:#FF6B00;
	color: #fff;
	font-weight: bold;
}

.igralec_r {
	font-weight: bold;
	font-size: 14px;
}

.stat_title {
	font-weight: bold;
	font-size: 14px;	
}

.lestvica_head2 {
	background-color:#FF6B00;
	color: #fff;
	font-weight: bold;	
}

.lestvica_tab {
	width: 100%;
}

.lestvica_cell {
	background-color: #efefef;
	font-weight: bold;
}

.legenda {
	font-size: 9px;
}

.rezultat_tab {
	width: 100%;
}
.rezultat_head1 {
	background: #E5E5E5;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}
.rezultat_small {
	background: #eeeeee;
	font-size: 9px;
	padding: 2px;
	border-bottom: 1px solid #b2b2b2;
	font-family: Arial, Verdana,Tahoma;
	text-align: center;
}

.rezultat_ekipa {
	font-size: 13px;
	width: 120px;
	text-align: center;
}
.rezultat_dvopicje {
	font-size: 30px;
	font-weight: bold;
}

.rezultat_rez {
	font-size: 22px;
	font-family: Arial Black, "Arial Black", Verdana, Tahoma;
	text-align: center;
	color: #cc0000;
	
}

/* GALERIJA */

/* image or gallery name header */
.sgTitle {
  margin-bottom: 0;
}

/* image or gallery artist subheader */
.sgSubTitle {
  margin-top: 0;
}

/* image and artist name displayed beneath image */
p.sgNameByArtist { }

/* image and gallery details such as date, location, camera model, hits etc. */
p.sgDetailsList { }

/* language select box and template select box respectively */
div.sgLanguageFlipper, div.sgTemplateFlipper {
  float: right;
  clear: right;
}

div.sgClear {
  clear: both;
}

/* wraps the drop-shadow table to allow IE to center it */
div.sgShadow {
  text-align: center;
  padding: 1em;
}

/* the main content table that does the drop-shadow effect */
table.sgShadow {
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

table.sgShadow {
  background-color: #f0f0f0;
  padding: 0;
  text-align: left;
}

table.sgShadow td {
  padding: 0;
  margin: 0;
}

/* div containing each gallery sub-gallery on a gallery page */
div.sgGallery {
  margin: 5px;
  padding: 5px;
  border: 1px solid #ccc;
  background-color: #fff;
}

/* the table cell containing the gallery thumbnail */
td.sgGalleryThumb {
  width: 100px;
  text-align: center;
}

/* the gallery thumbnail itself */
img.sgGalleryThumb {
  border: 1px solid #000;
}

/* the descriptive text (title, summary, contents) */
div.sgGallery p {
  margin-top: 0;
  margin-bottom: 2px;
}


/* full size image on an image page*/
img.sgImage {
  border: none;
}

/* the preview thumbnails and previous, thumbnails, next links */
p.sgTopNavBar, p.sgBottomNavBar {
  text-align: center;
}

/* wraps the thumbnail and rounded-corner code on an album page */
div.sgThumbnail {
  width:  124px;
  height: 124px;
  margin: 10px 5px;
  float: left;
	padding: 0px;
  text-align: center;
}

div.sgThumbnail table {
  width:  114px;
  height: 114px;
  margin: 0px;
  text-align: center;
  vertical-align: middle;
}

.sgThumbnailContent {
  background: #fff;
	margin: 0px;
	padding: 0px;
	border: 1px solid #ccc;
}


/* the following code does the rounded corners of the 35mm slide effect on 
   the album pages. Taken from http://www.albin.net/CSS/roundedCorners/ */
.roundedCornerSpacer {
    margin: 0px; padding: 0px; border: 0px;
    clear: both;
    font-size: 1px; line-height: 1px;
}
.borderTL, .borderTR, .borderBL, .borderBR {
    width: 5px; height: 5px;
    padding: 0px; border: 0px;
    z-index: 99;
}
.borderTL, .borderBL { float: left; clear: both; }
.borderTR, .borderBR { float: right; clear: right; }
.borderTL { margin: -1px 0px 0px -1px; }
.borderTR { margin: -1px -1px 0px 0px; }
.borderBL { margin: -5px 0px 0px 0px; }
.borderBR { margin: -5px 0px 0px 0px; }


/* appropriate background images for drop-shadow effect */
table.sgShadow td.tabl { background-image: url('/galerija/templates/default/images/shadow-tabl.gif'); width: 16px; height: 16px; }
table.sgShadow td.tabm { background-color: #fff; font-size: 9px; }
table.sgShadow td.tabr { background-color: #fff; }

table.sgShadow td.tl {  background-image: url('/galerija/templates/default/images/shadow-tl.gif'); width: 32px; height: 16px; }
table.sgShadow td.tm {  background-image: url('/galerija/templates/default/images/shadow-tm.gif');}
table.sgShadow td.tr {  background-image: url('/galerija/templates/default/images/shadow-tr.gif');}
table.sgShadow td.ml {  background-image: url('/galerija/templates/default/images/shadow-ml.gif');}
table.sgShadow td.mm {  padding: 10px;} /* cell containing image */
table.sgShadow td.mr {  background-image: url('/galerija/templates/default/images/shadow-mr.gif');}
table.sgShadow td.bl {  background-image: url('/galerija/templates/default/images/shadow-bl.gif');}
table.sgShadow td.bm {  background-image: url('/galerija/templates/default/images/shadow-bm.gif');}
table.sgShadow td.br {  background-image: url('/galerija/templates/default/images/shadow-br.gif'); width: 32px; height: 32px; }

/* the bit with previous, next */
table.sgShadow td.tabm div { 
  font-size: 9px;
  background: #f0f0f0 url('/galerija/templates/default/images/shadow-tabm.gif') top right;
  padding-right: 30px;
  padding-top: 2px;
  padding-bottom: 2px;
  float: left; 
}

a img {
  border: 0;
}

.sgThumbnailPreview {
	border-style: solid;
	border-width: 1px;
	border-color: #c0c0c0;
	padding: 2px;
}

