/*--------------------------------------
   Typ.
--------------------------------------- */
#mainContent h1,
#secContainer h2                        {
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 5px;
	border-bottom: 1px solid #d5ece8;
	color: #3c746b;
	margin-bottom: 25px;
}
#mainContent h2                         { font-size: 1.2em; font-weight: bold; margin: 20px 0 10px 0; }
#mainContent h3, #mainContent h4,
#mainContent h5, #mainContent h6        { font-size: 1em; font-weight: bold; margin: 20px 0 10px 0; }
	
#mainContent p, #mainContent ul,
#mainContent ol                         { margin: 10px 0; }

#mainContent ul li                      {
	padding-left: 20px;
	background: transparent url(../images/layout/bullet.gif) no-repeat 0 2px;
	margin-bottom: 2px;
}
#mainContent ol li                      { list-style: outside decimal; margin: 0 0 2px 35px; }
#mainContent ol ol li                   { margin-left: 20px; }

#mainContent table                      { margin: 10px 5px; border-collapse: collapse; }
caption                                 { margin: 10px 0 0 0; font-size: .9em; color: #2e8275; }
#mainContent th                         {
	font-weight: bold;
	background: #2bc0a8;
	padding: 5px;
	color: #fff;
	border: 1px solid #dadada;
}
#mainContent td                         { background: #f6f6f6; padding: 5px; border: 1px solid #dadada; }

#mainContent img                        { margin: 0 5px 5px 5px; padding: 1px; border: 1px solid #dadada; }

#mainContent a                          { color: #2e8275; text-decoration: underline; }
#mainContent a:hover                    { color: #666; text-decoration: underline; }

/*--------------------------------------
   HOME Spec. & Typ.
--------------------------------------- */
.boxWrapper                             { height: 100%; overflow: hidden; margin-bottom: 15px; }
.boxWrapper div                         {
	display: inline;
	float: left;
	width: 330px;
	min-height: 230px;
	height: auto !important;
	height: 230px;
	margin: 0 20px 0 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #d5ece8;
}
.boxbg                                  { background: transparent url(../images/layout/boxbg.jpg) no-repeat right bottom; }

#homeContent h2                         {
	font-size: 18px;
	font-weight: normal;
	color: #3c746b;
	margin-bottom: 25px;
	clear: both;
}
#homeContent #topBoxWrapper h2          { border-bottom: 1px solid #d5ece8; padding-bottom: 5px; }
#homeContent h2 a                       { color: #3c746b; text-decoration: none; }
#homeContent h2 a:hover                 { color: #3c746b; text-decoration: underline; }
#homeContent #topBoxWrapper h2 a        { color: #3c746b; text-decoration: none; }
#homeContent #topBoxWrapper h2 a:hover  { color: #3c746b; text-decoration: underline; }

#homeContent h3, #homeContent h4,
#homeContent h5, #homeContent h6        { font-size: 1em; font-weight: bold; margin: 20px 0 10px 0; }
	
#homeContent h3 a, #homeContent h4 a,
#homeContent h5 a, #homeContent h6 a    { color: #666; text-decoration: none; }
#homeContent h3 a:hover, #homeContent h4 a:hover,
#homeContent h5 a:hover, 
#homeContent h6 a:hover                 { color: #666; text-decoration: underline; }

#homeContent ul, #homeContent ol, 
#homeContent p                          { margin: 10px 0; }

#homeContent ul li                      {
	padding-left: 20px;
	background: transparent url(../images/layout/bullet.gif) no-repeat 0 2px;
	margin-bottom: 2px;
}
#homeContent ol li                      { list-style: outside decimal; margin: 0 0 2px 35px; }
#homeContent ol ol li                   { margin-left: 20px; }

#homeContent table                      { margin: 10px 5px; border-collapse: collapse; }
caption                                 { margin: 10px 0 0 0; font-size: .9em; color: #2e8275; }
#homeContent th                         {
	font-weight: bold;
	background: #2bc0a8;
	padding: 5px;
	color: #fff;
	border: 1px solid #dadada;
}
#homeContent td                         {
	background: #f6f6f6;
	padding: 5px;
	border: 1px solid #dadada;
}
#homeContent img                        { margin: 0 10px; padding: 1px; border: 1px solid #dadada; }
.date                                   { color: #59948a; }

#homeContent a                          { color: #2e8275; text-decoration: underline; }
#homeContent a:hover                    { color: #666; text-decoration: underline; }
#homeContent #topBoxWrapper a           { color: #666; text-decoration: underline; }
#homeContent #topBoxWrapper a:hover     { color: #2e8275; text-decoration: underline; }

/*--------------------------------------
   secContainer (Rezultati)
--------------------------------------- */
#title                                  {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin-bottom: 5px;
	font-weight: bold;
}
#title  h3                              {
	font-size: 1em;
	display: inline;
	float: left;
	margin: 0 20px 0 0;
	}
#season                                 { display: inline; float: right; width: auto; }

#secContainer table                     { margin-bottom: 15px; width: 100%; border-collapse: collapse; }
#secContainer th                        {
	text-align: left;
	font-weight: normal;
	color: #fff;
	padding: 1px 3px;
}
#secContainer td                        { padding: 1px 3px; }

.dark th                                { background: #2e8275; }
.light th                               { background: #86e7d8; }
.normal th                              { background: #2bc0a8; }
.gray td                                { background: #f0f0f0; }
