/* SITE LAYOUT */
body {
	margin: 0; padding: 0;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 12px; _font-size: 0.75em;
}
#body_i {
	background: #fff url(http://media.szlh.sk/grf/body_bg-tile.gif) repeat-x;
}
input,
textarea,
select {
	font: 12px Arial, sans-serif !important;
	border: 1px solid #0C51A5;
	background: #f2f4f7;
}
.content-submit {
	margin-left: 120px;
	border-width: 0px;
	height: 20px;
	font-size: 90%;
	color: #FFFFFF;
	background: #0050A7;
	cursor: pointer;
}

/* borders, margin.. */
h1,
h2,
h3,
h4 {
	margin: 0; padding: 0;
	font-size: 100%;
}
img {
	border: none;
}
ul,
ol,
li {
	padding: 0;
	margin: 0;
}
li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
form,
input,
textarea,
select {
	margin: 0;
	display: inline;
}
p { margin:0; margin-top: 1em; }
.nomargin { margin: 0 !important; }
.nopadding { padding: 0 !important; }
.noborder { border: none !important; }


/* font & alignment*/
.ta-left { text-align: left !important; }
.ta-right { text-align: right !important; }
.ta-center { text-align: center !important; }
.ta-justify { text-align: justify; }

.vatop { vertical-align: top; }
.vabottom { vertical-align: bottom; }
.vamiddle { vertical-align: middle; }

.bold { font-weight: bold !important; }
.italic { font-style: italic !important; }

.small { font-size: 90%; }
.smaller { font-size: 80%; }

.uppercase { text-transform: uppercase !important; }


/* floating & display, clearers */
.float-left,
.float-l { float: left !important; }
.fl-left,
.fl-l { float: left !important; }
.f-left,
.f-l { float: left !important; }
.float-right,
.float-r { float: right !important; }
.fl-right,
.fl-r { float: right !important; }
.f-right,
.f-r { float: right !important; }

.clear-l { clear: left; height: 1px !important; font-size: 1px !important; overflow: hidden; }
.clear-r { clear: right; height: 1px !important; font-size: 1px !important; overflow: hidden; }
.clear-b { clear: both; height: 1px !important; font-size: 1px !important; overflow: hidden; }
.clear-10 { clear: both; height: 10px !important; font-size: 1px !important; overflow: hidden; }


/* backgrounding */
.bg-ultralight { background-color: #f2f4f7; }
.bg-light { background-color: #E7EEF6; }

/* misc*/
.disp-block { display: block !important; }
.disp-none { display: none !important; }

.curhelp { cursor: help; }
.nounderline { text-decoration: none; }

.nodisp { display: none !important; }
.hidden { visibility: hidden; }
.nobg { background: transparent !important; }

.file-xls { padding: 2px 0 2px 20px; background: url("http://media.localhost.tld/grf/icon-file-xls.gif") no-repeat; }

.arrow-l-lr { padding-left: 12px; background: transparent url(http://media.szlh.sk/grf/bullet_arrow-lr.gif) 0 3px no-repeat; }
.arrow-l-rl { padding-left: 12px; background: transparent url(http://media.szlh.sk/grf/bullet_arrow-lr.gif) 0 3px no-repeat; }

.margin-r10 { margin-right: 10px; }

.icon-ff-xls { background: url("http://media.szlh.sk/grf/icon_ff-xls.gif") no-repeat; padding-left: 20px; line-height: 16px; }
.icon-ff-doc { background: url("http://media.szlh.sk/grf/icon_ff-doc.gif") no-repeat; padding-left: 20px; line-height: 16px; }
.icon-ff-pps { background: url("http://media.szlh.sk/grf/icon_ff-pps.gif") no-repeat; padding-left: 20px; line-height: 16px; }
.icon-ff-pdf { background: url("http://media.szlh.sk/grf/icon_ff-pdf.gif") no-repeat; padding-left: 20px; line-height: 16px; }
.icon-ff-txt { background: url("http://media.szlh.sk/grf/icon_ff-txt.gif") no-repeat; padding-left: 20px; line-height: 16px; }
.icon-ff-gif { background: url("http://media.szlh.sk/grf/icon_ff-gif.gif") no-repeat; padding-left: 20px; line-height: 16px; }
.icon-ff-jpg { background: url("http://media.szlh.sk/grf/icon_ff-jpg.gif") no-repeat; padding-left: 20px; line-height: 16px; }

/* main elements */
a {
  text-decoration: underline;
/*   color: #0C51A5; */
  color: #053468;
}
a:hover { text-decoration: none; }

#page {
  position: relative;
  width: 780px;
  height: auto;
  margin: 0 auto;
  text-align: left;
  padding-right: 120px;
}
#page-i {
	height: 100%;
}
* html #page {
	/*msie-only*/
	height: 100%;
}



#header {
	height: 100px;
	background: #fff url(http://media.szlh.sk/grf/header_bg.jpg) repeat-x;
}
#header-duallogo {
	height: 100px;
	background: #fff url(http://media.szlh.sk/grf/header_bg-duallogo.jpg) repeat-x;
}
#header-logo {
	position: absolute;
	height: 82px;
	width: 79px;
	top: 15px;
	left: 4px;
}
#header-title {
	position: absolute;
	height: 20px;
	width: 330px;
	top: 40px;
	left: 105px;
}
#header-title a {
	display: block;
	height: 20px;
	width: 330px;
}
#header-title span { display: none; }



#contact-info {
	position: absolute;
	top: 5px;
	left: 100px;
	font-size: 11px;
}


#head-facebook {
	position: absolute;
	top: 5px;
	right: 230px;
	font-size: 11px;
	text-align: right;
	line-height: 15px;
}



#top-menu {
	position: absolute;
	top: 79px;
	left: 82px;
	width: 580px;
	height: 21px;
	overflow: hidden;
}
#top-menu-i {
	padding-top: 2px;
	float: left;
}
#top-menu a {
	padding: 2px 7px;
	height: 21px;
	text-transform: uppercase;
	color: #0C51A5;
	font-weight: bold;
	text-decoration: none;
}
#top-menu a:hover {
	text-decoration: underline;
}



#logo h2 a span {
	display: none;
}



#content {
	margin-top: 20px;
}



#content-L {
	min-width: 150px;
	/* bez bannerika */
	min-height: 350px;
	/* s bannerikom */
   /*min-height: 460px; */
	float: left;
}



/*
#content-L_menu {
	background: #fff url(http://media.szlh.sk/grf/left_menu_bg.jpg) no-repeat;
	width: 150px;
	height: 350px;
	margin-bottom: 10px;
}
#content-L_menu-i {
	padding: 5px 0 0 10px;
}
#content-L_menu a {
	display: block;
	height: 20px;
	color: #0C51A5;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
	margin: 4px 0;
}
#content-L_menu a span {
	display: block;
	padding: 4px 0 2px 0;
}
#content-L_menu a:hover {
	background-color: #E7EEF6;
}
*/



/* dynamic menue */
#content-L_menu {
	background: #fff url(http://media.szlh.sk/grf/left_menu_bg.jpg) no-repeat;
	width: 150px;
	height: 350px;
	margin-bottom: 5px;
}
#content-L_menu-i {
	padding: 5px 0 0 2px;
}

#content-L_menu-i a {
	font-size: 11px;
	cursor: pointer;
	height: 25px;
	color: #0C51A5;
	font-weight: bold;
	text-decoration: none;
	/*padding: 1px 0px 3px;*/
	display: block;
}
#content-L_menu-i a.noclick {
	cursor: default;
}
#content-L_menu-i a:hover {
	background-color: #E7EEF6;
}
#content-L_menu-i dl {
	margin: 0;
	padding: 0;
}
#content-L_menu-i dl dd {
	display: none;
	position: absolute;
	z-index: 100;
	left: 100px;
	margin-top: -25px;
	_margin-top: -27px;
	min-width: 150px;
	_width: 150px;
	background: #fff url(http://media.szlh.sk/grf/bullet_arrow-rl.gif) 5px 7px no-repeat;
	border: 1px solid #0C51A5;
	font-size: 95%;
}
/*#content-L_menu-i dl dt {
	padding-bottom: 5px;
}*/
#content-L_menu-i dl dd ul {
	padding-left: 15px;
}
#content-L_menu-i dl dd ul a {
}
#smenu1 {
	top: 150px !important;
	background: #fff url(http://media.szlh.sk/grf/bullet_arrow-rl.gif) 5px 30px no-repeat !important;
}
#smenu8 {
	top: 295px !important;
	background: #fff url(http://media.szlh.sk/grf/bullet_arrow-rl.gif) 5px 55px no-repeat !important;
}
#smenu11 {
	top: 423px !important;
	background: #fff url(http://media.szlh.sk/grf/bullet_arrow-rl.gif) 5px 5px no-repeat !important;
}
#smenu12 {
	top: 193px !important;
	background: #fff url(http://media.szlh.sk/grf/bullet_arrow-rl.gif) 5px 260px no-repeat !important;
}
#smenu13 {
	top: 418px !important;
	background: #fff url(http://media.szlh.sk/grf/bullet_arrow-rl.gif) 5px 55px no-repeat !important;
}



#content-R-topnews {
	float: right;
	width: 620px;
	background: #fff url(http://media.szlh.sk/grf/box-topnews_bg.jpg) top left no-repeat;
	overflow: hidden;
}
#content-R-topnews .single {
	float: left;
	width: 230px;
	margin-right: 10px;
}
#content-R-topnews .single img {
	margin-bottom: 5px;
}
#content-R-topnews .single .title {
	font-size: 120%;
	font-weight: bold;
}
#content-R-topnews .single .tiny {
	margin-top: 5px;
}



#content-R-topnews ul li {
	clear: both;
	overflow: hidden;
}


#content-R-topnews .list {
	float: right;
	width: 380px;
}
#content-R-topnews .list ul li {
	height: 85px;
	margin-bottom: 5px;
}
#content-R-topnews .list li img {
	float: left;
	border: 5px #DCE6F1 solid;
	border-width: 0 5px;
	margin-right: 5px;
}
#content-R-topnews .list li div.title {
	color: #053468;
	font-weight: bold;
/* 	margin-bottom: 2px; */
/* 	height: 30px; */
}
#content-R-topnews .list li div.tiny {
	font-size: 90%;
}


#content-R-topnews .datetime {
	font-size: 10px;
	color: #7C7C7C;
}
#content-R-topnews a {
	color: #053468;
}




.boxesduo-L {
	width: 385px;
	margin-right: 10px;
	_margin-right: 0;
	float: left;
}
.boxesduo-R {
	width: 385px;
	float: right;
}




/* special boxes */
.boxesduo {
	margin-bottom: 5px;
}
.boxesduo .box {
	position: relative;
	width: 385px;
	height: 120px;
	float: left;
	margin-bottom: 5px;
}
.boxesduo .box-L {
	/*margin-right: 10px;*/
}


.boxesduo .box .header {
	display: block;
	height: 20px;
	overflow: hidden;
	background: #fff url(http://media.szlh.sk/grf/box-header_bg-halfpage-l.gif) top left no-repeat;
}
.boxesduo .box .box-i {
	padding: 10px 0 0 90px;
	height: 90px;
}
.boxesduo .box ul li {
/* 	height: 30px; */
	overflow: hidden;
	background: #fff url(http://media.szlh.sk/grf/bullet_arrow-lr.gif) 0 3px no-repeat;
	padding-left: 12px;
	padding-bottom: 3px;
}


.boxesduo-dark .box {
/* 	ms 2007 hotfix - remove after event finishes */
/* 	height: 130px !important; */
	height: 120px !important;
	background: #E9EAEC;
}
.boxesduo-dark .box .header {
	background: #fff url(http://media.szlh.sk/grf/box-header_bg-halfpage-d.gif) top left !important;
}
.boxesduo-dark .box-white {
	background: #fff !important;
}
.boxesduo-dark .box-white .header {
	background: #fff url(http://media.szlh.sk/grf/box-header_bg-halfpage-l.gif) top left !important;
}



.boxesduo .box-szlh .box-i {
	background: #fff url(http://media.szlh.sk/grf/box_bg-duo-szlh.jpg) top left no-repeat !important;
}
.boxesduo .box-repr .box-i {
	background: #fff url(http://media.szlh.sk/grf/box_bg-duo-repr.jpg) top left no-repeat !important;
}
.boxesduo .box-slov .box-i {
	background: #fff url(http://media.szlh.sk/grf/box_bg-duo-slov.jpg) top left no-repeat !important;
}
.boxesduo .box-zahr .box-i {
	background: #fff url(http://media.szlh.sk/grf/box_bg-duo-zahr.jpg) top left no-repeat !important;
}



.boxesduo .box-extraliga {
	height: 245px !important;
}
.boxesduo .box-extraliga .box-i {
	background: #fff url(http://media.szlh.sk/grf/box_bg-duo-extraliga.jpg) top left no-repeat !important;
}
.boxesduo .box-extraliga ul li {
	background-image: none !important;
	padding-left: 0px !important;
	padding-bottom: 0 !important;
}
.boxesduo .box-extraliga ul li img {
	border: 1px #DCE6F1 solid;
}
.boxesduo .box-ms2008 .box-i {
	background: #fff url(http://media.szlh.sk/grf/box_bg-duo-ms2008.jpg) top left no-repeat !important;
}
.boxesduo .box-ms2008 .box-i li {
	padding-bottom: 1px !important;
}
.boxesduo .box-ms2009 .box-i {
	background: #fff url(http://media.szlh.sk/grf/box_bg-duo-ms2009.jpg) top left no-repeat !important;
}
.boxesduo .box-ms2009 .box-i li {
	padding-bottom: 1px !important;
}
.boxesduo .box-ms2010 .box-i {
	background: #fff url(http://media.szlh.sk/grf/box_bg-duo-ms2010.png) top left no-repeat !important;
}
.boxesduo .box-ms2010 .box-i li {
	padding-bottom: 1px !important;
}
.boxesduo .box-ms2011 .box-i {
	background: #fff url(http://media.szlh.sk/grf/box_bg-duo-ms2011.png) top left no-repeat !important;
}
.boxesduo .box-ms2011 .box-i li {
	padding-bottom: 1px !important;
}


.box .header h2 {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	padding: 2px 0 0 5px;
}
.box .header h2 a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	height: 20px;
	float: left;
}
.box a.more {
	position: absolute;
	font-size: 11px;
	top: 7px;
	text-decoration: none;
	/*background: url(http://media.szlh.sk/grf/bullet_arrow-lr.gif) 25px 3px no-repeat;
	left: 350px;
	width: 40px;*/
	background: url(http://media.szlh.sk/grf/bullet_arrow-lr.gif) 58px 3px no-repeat;
	left: 317px;
	width: 65px;
}
.box a.more span {
	display: none;
}



.boxestrio {
	padding-left: 5px;
}
.boxestrio .box {
	position: relative;
	width: 250px;
	margin-left: 10px;
	float: left;
	background: #DFE5EC;
}
.boxestrio .box-first {
	margin-left: 0 !important;
}
.boxestrio .box-i {
	min-height: 230px; _height: 230px;
	padding: 5px;
}
.boxestrio .box-i ul li {
	padding-bottom: 5px;
}



.boxestrio .box-zauj .box-i {
	background: #DFE5EC url(http://media.szlh.sk/grf/box_bg-trio-publ.jpg) bottom right no-repeat !important;
}
.boxestrio .box-zauj .box-i ul li {
	background: transparent url(http://media.szlh.sk/grf/bullet_arrow-lr.gif) 0 3px no-repeat;
	padding-left: 12px;
}
.boxestrio .box-zauj .box-i .first {
	background: transparent;
	padding-left: 0px;
}
.boxestrio .box-zauj .box-i .first {
	min-height: 85px;
	_height: 85px;
	margin-bottom: 5px;
}
.boxestrio .box-zauj .box-i .first img {
	float: left;
	margin-right: 5px;
}
.boxestrio .box-zauj .box-i .first .tiny {
	font-size: 90%;
}

.boxestrio .box-poll .box-i {
	background: #DFE5EC url(http://media.szlh.sk/grf/box_bg-trio-poll.jpg) bottom right no-repeat !important;
}
.boxestrio .box-gall .box-i {
	background: #DFE5EC url(http://media.szlh.sk/grf/box_bg-trio-gall.jpg) bottom right no-repeat !important;
}
.boxestrio .box-gall .box-i img {
	margin: 5px 0 5px 5px;
}
.boxestrio .box-gall .box-i .title {
	padding: 0 5px;
	font-weight: bold;
}
.boxestrio .box-gall .box-i .desc {
	font-size: 11px !important;
	padding: 0 60px 0 5px !important;
}

.boxestrio .box .header {
	display: block;
	height: 20px;
	overflow: hidden;
	background: #fff url(http://media.szlh.sk/grf/box-header_bg-trio-d.gif) top left no-repeat;
}
.boxestrio a.more {
	position: absolute;
	font-size: 11px;
	top: 7px;
	left: 215px;
	width: 40px;
	text-decoration: none;
	background: url(http://media.szlh.sk/grf/bullet_arrow-lr.gif) 25px 3px no-repeat;
}
.boxestrio a.more span {
	display: none;
}



/* special box backgrounds */
.boxesduo .box-live {
	background: #E9EAEC url(http://media.szlh.sk/grf/box-bg_halfpage-live.jpg) bottom left no-repeat !important;
}
.boxesduo .box-live .scrollbox {
/*	ms 2007 hotfix - remove after event finishes */
/*	height: 100px;*/
	height: 90px;
	overflow: auto;
}
.boxesduo .box-live h3 {
	color: #053468;
	clear: both;
	margin: 5px 0;
}
.boxesduo .box-live .match {
	clear: both;
}
.boxesduo .box-live .match .time {
	float: left;
	font-size: 10px;
	margin-right: 5px;
}
.boxesduo .box-live .match .result {
	float: right;
	font-size: 10px;
	width: 100px;
	margin-left: 5px;
}
.boxesduo .box-live .match .info {
	float: left;
	font-size: 11px;
}
.boxesduo .box-live .match .info .team1,
.boxesduo .box-live .match .info .team2 {
	font-style: normal;
	font-weight: bold;
}
.boxesduo .box-live .match .info .team1 {
	display: block;
}
.boxesduo .box-stat {
	background: #E9EAEC url(http://media.szlh.sk/grf/box-bg_halfpage-stat.jpg) bottom left no-repeat !important;
}
.boxesduo .box-stat .box-i a {
	background: url(http://media.szlh.sk/grf/bullet_arrow-lr.gif) 0 3px no-repeat;
	padding: 0 0 5px 12px;
}





.boxesduo .box-live-dualbox {
	height: 245px !important;
	background: #E9EAEC url(http://media.szlh.sk/grf/box-bg_halfpage-live.jpg) top left no-repeat !important;
}
.boxesduo .box-live-dualbox .scrollbox {
	height: 220px !important;
}
.boxesduo .box-live-dualbox .scrollbox .result {
	font-size: 12px;
	font-weight: bold;
}


.boxesduo .box-live-new,
.boxesduo .box-live-triplebox {
	height: 370px !important;
	background: #E9EAEC url(http://media.szlh.sk/grf/box-bg_halfpage-live.jpg) top left no-repeat !important;
}
.boxesduo .box-live-new .scrollbox,
.boxesduo .box-live-triplebox .scrollbox {
	height: 340px !important;
}
.boxesduo .box-live-new .scrollbox .result,
.boxesduo .box-live-triplebox .scrollbox .result {
	font-size: 13px;
	font-weight: bold;
}


#content-L_box-sienslavy {
	background: #fff url(http://media.szlh.sk/grf/box-banner-sienslavy.jpg) top left no-repeat;
	width: 150px;
}
#content-L_box-sienslavy a {
	display: block;
	height: 100px;
}
#content-L_box-sienslavy a span { display: none; }




#content-L_box-lotocup {
	background: #fff url(http://media.szlh.sk/grf/banner_lotocup.gif) top left no-repeat;
	width: 150px;
}
#content-L_box-lotocup a {
	display: block;
	height: 100px;
}
#content-L_box-lotocup a span { display: none; }


#content-L_box-ms20 {
	background: #fff url(http://media.szlh.sk/500/0003/5tp2jHheaHJaxIWW-s.jpg) top left no-repeat;
	width: 150px;
}
#content-L_box-ms20 a {
	display: block;
	height: 110px;
}
#content-L_box-ms20 a span { display: none; }

#content-L_box-women2007 {
	/*background: #fff url(http://media.szlh.sk/grf/box-header_logo.gif) top center no-repeat;*/
	width: 150px;
	text-align: center;
}
#content-L_box-women2007 a {
	height: 100px;
	text-align: center;
}

#content-L_box-tournamentlink {
	/*background: #fff url(http://media.szlh.sk/grf/box_bg-duo-szlh.jpg) top left no-repeat;*/
	/*background: #fff url(http://media.szlh.sk/grf/box_bg-duo-szlh.jpg) top left no-repeat;*/
	width: 150px;
	height: 100px;
	text-align: center;
}
#content-L_box-tournamentlink a {
	height: 100px;
	text-align: center;
}



.banner {
}
.banner600x100 {
	clear: both;
	float: left;
	background: #7E97B5 url(http://media.szlh.sk/grf/box-banner600x100_bg.gif) top left no-repeat;
	height: 100px;
	width: 620px;
}
.banner600x100 .banner-i {
	padding-left: 10px;
}



#footer {
	height: 25px;
	background: #fff url(http://media.szlh.sk/grf/box_bg-footer.gif) top left no-repeat;
	margin-bottom: 10px;
}
#footer-i {
	color: #fff;
	padding: 5px 10px;
	font-size: 90%;
}
#footer-i a {
	color: #fff;
	font-weight: bold;
}




#content-R .box-live {
}
#content-R .box-live h3 {
	color: #053468;
	clear: both;
	margin: 5px 0;
}
#content-R .box-live .match {
	_width: 190px;
}
#content-R .box-live .match .time {
	float: left;
	font-size: 10px;
	margin-right: 5px;

}
#content-R .box-live .match .info {
	float: left;
	font-size: 11px;
}
#content-R .box-live .match .info .team1,
#content-R .box-live .match .info .team2 {
	font-style: normal;
	font-weight: bold;
}
#content-R .box-live .match .info .team1 {
	display: block;
}


#content-R ul.bulleted li {
	margin-left: 15px;
	list-style-image: url(http://media.szlh.sk/grf/bullet_arrow.gif);
	padding-bottom: 4px;
}


/* SECTION design */


#content-C.section {
	float: left;
	width: 380px;
	_width: 377px;
}
#content-C.section #content-C-i,
#content-C.section-rawhtml #content-C-i {
	margin: 0 10px 10px 10px;
	_margin: 0 0 10px 10px;
}
#content-C.section h1 {
	font-size: 150%;
	color: #053468;
}
#content-C-i h1 {
	font-size: 130%;
	color: #053468;
}
#content-C.section h2 {
	font-size: 120%;
	color: #053468;
}



#content-C.section .header {
	display: none;
}
#content-C.section .list {
	float: left;
	width: 360px;
}
#content-C.section .list ul li {
	clear: both;
	overflow: hidden;
	height: 85px;
	margin-bottom: 5px;
}
#content-C.section .list li .image {
	width: 80px;
	height: 80px;
	background: #fff url(http://media.szlh.sk/grf/img_bg-missing-80x80.jpg) top left no-repeat;
	float: left;
	border: 5px #DCE6F1 solid;
	border-width: 0 5px;
	margin-right: 5px;
}
#content-C.section .list li div.title {
	color: #053468;
	font-weight: bold;
	height: 30px;
}
#content-C.section .list li div.tiny {
	font-size: 90%;
}


#content-C.section .list ul li.first {
	height: auto !important;
}
#content-C.section .list ul li.first div.title {
	font-size: 120%;
	height: auto;
	margin-bottom: 5px;
}
#content-C.section .list ul li.first .image {
	width: 150px;
	height: 120px;
}
#content-C.section .list ul li.first div.tiny {
	font-size: 110%;
}
#content-C.section .list .datetime {
	font-size: 10px;
	color: #7C7C7C;
}
#content-C.section .list a {
/* 	color: #053468; */
}



#content-C.section .list-delegacky ul li {
	height: auto;
}
#content-C.article-delegacky {
	float: left;
	width: 630px !important;
	/*_width: 620px !important;*/
}


#content-C .article-o-nas .photo {
	width: 130px;
	height: 170px;
	border: 2px #DCE6F1 solid;
	border-width: 0 2px;
	margin: 0 1px;
}


#content-R.section #content-R-i {
	float: right;
	width: 250px;
}



#content-R.section .box {
	position: relative;
	background: #E5EAF0;
	margin-bottom: 5px;
}
#content-R.section .box .box-i {
	padding: 5px;
}



#content-R.section .box .header {
	display: block;
	height: 20px;
	overflow: hidden;
	background: #fff url(http://media.szlh.sk/grf/box-header_bg-section-right-d.gif) top left no-repeat;
}
#content-R.section .box-info {
	/*background: #fff url(http://media.szlh.sk/grf/box_bg-article-info.jpg) bottom right no-repeat !important;*/
	background-color: #fff;
}
#content-R.section .box-info .header {
	background: #fff url(http://media.szlh.sk/grf/box-header_bg-article-right-l.gif) top left no-repeat !important;
}
#content-R.section .box-info .icon-print {
	background: url(http://media.szlh.sk/grf/icon-print.gif) 0 2px no-repeat !important;
	padding-left: 18px;
}
#content-R.section .box-info .icon-envelope {
	background: url(http://media.szlh.sk/grf/icon-envelope.gif) 0 2px no-repeat !important;
	padding-left: 18px;
}
#content-R.section .box  a.more {
	position: absolute;
	font-size: 11px;
	top: 7px;
	left: 215px;
	width: 40px;
	text-decoration: none;
	background: url(http://media.szlh.sk/grf/bullet_arrow-lr.gif) 25px 3px no-repeat;
}


/* ARTICLE design */


/* #content-C.article { */
#content-C {
	float: left;
	width: 430px;
	_width: 420px;
}
#content-C.article {
	float: left;
	width: 430px !important;
	_width: 430px !important;
}
#content-C.article #content-C-i {
	margin: 0 10px 10px 10px;
	_margin: 0 0 10px 10px;
}
#content-C.article h1 {
	font-size: 150%;
	color: #053468;
}
#content-C.article .article-full {
	text-align: justify;
}
.article-full ul {
	margin: .5em 0 .5em 0;
	padding-left: 2em;
}
	.article-full ul li {
		list-style-type: disc;
	}
.article-full ol {
	margin: auto;
	padding-left: 2em;
}
	.article-full ol li {
		margin: .2em 0 .2em 0;
		list-style-type: decimal;
	}
#content-C.article .article-image {
	background: #E5EAF0;
	width: 150px;
}
#content-C.article .article-image div {
	padding: 5px;
	font-size: 10px;
}
#content-C.article .article-image-first {
	float: right;
	margin: 0 0 5px 5px;
}
#content-C.article .article-image-left {
	float: left;
	margin: 5px 5px 5px 0;
}
#content-C.article .article-image-right {
	float: right;
	margin: 5px 0 5px 5px;
}



#content-C.article-delegacky {
	float: left;
	width: 630px !important;
	_width: 620px !important;
}
#content-C.article-delegacky #content-C-i {
	margin: 0 10px 10px 10px;
}


#content-R.article #content-R-i,
#content-R.section-rawhtml #content-R-i {
	float: right;
	width: 200px;
}



#content-R.article .box,
#content-R.section-rawhtml .box {
	position: relative;
	background: #E5EAF0;
	margin-bottom: 5px;
}
#content-R.article .box .box-i,
#content-R.section-rawhtml .box .box-i  {
	padding: 5px;
}



#content-R.article .box .header,
#content-R.section-rawhtml .box .header {
	display: block;
	height: 20px;
	overflow: hidden;
	background: #fff url(http://media.szlh.sk/grf/box-header_bg-article-right-d.gif) top left no-repeat;
}
#content-R.article a.more,
#content-R.section-rawhtml a.more {
	left: 165px !important;
}



#content-R.article .box-info {
	/*background: #fff url(http://media.szlh.sk/grf/box_bg-article-info.jpg) bottom right no-repeat !important;*/
	background-color: #fff;
}
#content-R.article .box-info .header {
	background: #fff url(http://media.szlh.sk/grf/box-header_bg-article-right-l.gif) top left no-repeat !important;
}
#content-R.article .box-info h3 {
	font-size: 11px;
	color: #053468;
}
#content-R.article .box-info em {
	display: block;
	margin-bottom: 5px;
}
#content-R.article .box-info .icon-print {
	background: url(http://media.szlh.sk/grf/icon-print.gif) 0 2px no-repeat !important;
	padding-left: 18px;
}
#content-R.article .box-info .icon-envelope {
	background: url(http://media.szlh.sk/grf/icon-envelope.gif) 0 2px no-repeat !important;
	padding-left: 18px;
}



#content-R.article .box-related {
	background: #fff;
}



#content-C #sitemap-path,
#content-C-live #sitemap-path {
	margin-bottom: 10px;
	background: #f2f4f7 url(http://media.szlh.sk/grf/bullet_arrow-lr.gif) 0 3px no-repeat;
	padding-left: 10px;
}
#content-C h1 {
	font-size: 150%;
	color: #053468;
	margin-bottom: 10px;
}



/* LIVE design */

#content-C-live {
	float: right;
	width: 620px;
}
#content-C-live #content-C-i h3 {
	font-size: 110%;
	color: #053468;
}



/* STATS design */

#content-C.stats {
	width: 780px !important;
}
#content-C.stats #content-C-i {
	text-align: center;
}
#content-C.stats h1 {
	text-align: center;
	width: 780px;
}
#content-C.stats h2 {
	text-align: center;
	color: #053468;
	font-size: 120%;
}
#content-C .main_masxk {
	width: 780px;
}
#content-C .main_masxk td {
	text-align: left;
}
/*#content-C.stats #content-C-i #archive-box {
	float: right;
}*/
#archive-box {
	position: absolute;
	left: 700px;
	/*top: 213px;*/
	top: 157px;
	width: 250px;
}
.archtitle {
	text-align: left;
	color: #053468;
	font-size: 120%;
}



/* GALLERY design */
#content-C.galeria {
	float: right !important;
	width: 620px;
}
#content-C.galeria #content-C-i {

}
#content-C.galeria #content-C-i .list {
	_width: 620px;
	_margin-left: 10px;
}
#content-C.galeria #content-C-i .galeria {

}
#content-C.galeria #content-C-i .galeria-i {
	float: left;
	width: 150px;
	height: 160px;
	border: 2px #fff solid;
	font-size: 10px;
	margin-bottom: 5px;
	overflow: hidden;
}
#content-C.galeria #content-C-i .galeria-i img {
	width: 145px;
	height: 105px;
	border: 1px #f3f3f3 solid;
	margin: 2px;]
}




ul.sitemap {

}
ul.sitemap li {
	margin-bottom: 5px !important;
	list-style: none;
}
ul.sitemap li ul {
	font-size: 90%;
	padding: 2px 0;
}
ul.sitemap a.level-1 {
	font-size: 110%;
	font-weight: bold;
}
ul.sitemap a.level-2 {
	padding-left: 15px;
	background: url(http://media.szlh.sk/grf/bullet_arrow.gif) no-repeat 0 50%;
}



.paging {
	text-align: center;
	margin-bottom: 10px;
}
.paging a {
	font-weight: bold;
}



#content-C.section-rawhtml {
	float: left;
	width: 430px;
	_width: 430px;
}
#content-C.section-rawhtml .photo {
	width: 130px;
	height: 170px;
	border: 2px #DCE6F1 solid;
	border-width: 0 2px;
	margin: 0 1px;
}
#content-C.section-rawhtml table {
}
#content-C.section-rawhtml td {

}


/* right-floating PARTNERS */
.box-float-right {
	z-index: 100;
	position: absolute;
	top: 120px;
	left: 790px;
	width: 120px;
	text-align: center;
}
.box-float-right img {
	margin-bottom: 35px;
}


/* FORMs */
#content-C form div {
	display: block;
	clear: both;
	padding-bottom: 10px;
}
#content-C form label {
	width: 120px;
	float: left;
}
#content-C form input {
	float: left;
}
#content-C form .form-radios {
	float: left;
	width: 310px;
}
	#content-C form .form-radios span {
		display: block;
		padding-bottom: 10px;
	}
	#content-C form .form-radios input {
		float: none !important;
	}
	#content-C form table label {
		width: 70px !important;
	}
	#content-C form table td,
	#content-C form table tr {
		padding: 0 !important;
	}
#content-C input.float-none {
	float: left !important;
	width: 120px !important;
}
#content-C label.float-none {
	float: left;
	width: auto !important;
}
#content-C textarea {
	width: 250px;
	height: 100px;
}


/* POLLs */
.box-poll li {
	height: auto !important;
	width: 80%;
	padding-top: 10px;
	clear: both;
}
.surveybar {
	clear: both;
	float: left;
/* 	margin-top: 8px; */
/* 	margin-left: 8px; */
/* 	border: 1px solid silver; */
/* 	width: 160px; */
	width: 275px;
	height: 20px;
	font-size: 1px;
	background: url(http://media.szlh.sk/grf/anketa-bar.gif) no-repeat 0 0;
	margin: 5px 0;
}
.surveybar div {
	height: 20px;
	width: 1px;
}
.surveypercent {
	float: left;
	margin-left: 15px;
	margin-top: 2px;
	_margin-top: 5px;
/* 	margin-right: 8px; */
	font-weight: bold;
	text-align: right;
	font-size: 14px;
	color: #666;
}
.survey {
/* 	margin-left : 8px; */
/* 	_margin-left : 16px; */
	clear: both;
	height: auto;
}
.boxestrio .box-poll input {
	background: transparent;
	border: none;
	float: left;
}
.boxestrio .box-poll input.submit {
	border: 1px solid #0C51A5;
	background: #f2f4f7;
	margin: 5px 0 0 20px;
}
.boxestrio .box-poll label {
	width: 170px;
	float: right;
}
.survey a {
	color: #094FA4;
}
.answer1 {
/* 	background: red; */
	background: url(http://media.szlh.sk/grf/anketa-bar-01.gif) no-repeat 0 0;
	height: 8px;
}
.answer2 {
/* 	background: yellow; */
	background: url(http://media.szlh.sk/grf/anketa-bar-02.gif) no-repeat 0 0;
	height: 8px;
}
.answer3 {
/* 	background: blue; */
	background: url(http://media.szlh.sk/grf/anketa-bar-03.gif) no-repeat 0 0;
	height: 8px;
}
.answer4 {
/* 	background: lime; */
	background: url(http://media.szlh.sk/grf/anketa-bar-04.gif) no-repeat 0 0;
	height: 8px;
}
.answer5 {
/* 	background: purple; */
	background: url(http://media.szlh.sk/grf/anketa-bar-05.gif) no-repeat 0 0;
	height: 8px;
}



.header-logo-wc2011 {
	position: absolute;
	top: 13px;
	left: 696px;
}
.header-logo-vancouver2008 {
	position: absolute;
	top: 11px;
	left: 805px;
}

.header-duallogo1 {
	position: absolute;
	top: 13px;
	left: 600px;
}



#searchbox {
	position: absolute;
	top: 45px;
	left: 530px;
}
#header-duallogo #searchbox {
	left: 440px;
}
#searchbox .sinput {
	border: 1px solid #094FA4;
	width: 90px;
	height: 14px;
	font-size: 95%;
	color: #000000;
	background: #FFFFFF;
}
#searchbox .ssubmit {
	border-width: 0px;
	width: 55px;
	height: 18px;
	font-size: 90%;
	color: #FFFFFF;
	background: #0050A7;
	cursor: pointer;
}



.sitatext {
	font-size: 9px !important;
	color: #666;
	text-align: justify;
}


.box-promo600x100 a {
	display: block;
	height: 100px;
	width: 200px;
	float: left;
}
.box-promo600x100 a span { display: none; }
.box-promo600x100 .ms2007m { background: url(http://media.szlh.sk/grf/promo-links_ms2007m.gif) no-repeat 0 0; }
.box-promo600x100 .ms2007w { background: url(http://media.szlh.sk/grf/promo-links_ms2007w.gif) no-repeat 0 0; }
.box-promo600x100 .ms2007u18 { background: url(http://media.szlh.sk/grf/promo-links_ms2007u18.gif) no-repeat 0 0; }

.box-promo600x100-2in1 a {
	display: block;
	height: 100px;
	width: 305px;
	float: left;
}
.box-promo600x100-2in1 a span { display: none; }
.box-promo600x100-2in1 .ms2007m { background: url(http://media.szlh.sk/grf/promo-links_2in1_ms2007m.gif) no-repeat 0 0; }
.box-promo600x100-2in1 .ms2007u18 { background: url(http://media.szlh.sk/grf/promo-links_2in1_ms2007u18.gif) no-repeat 0 0; }
.box-promo600x100-2in1 .ihwc { background: url(http://media.szlh.sk/grf/promo-links_2in1_ihwc.gif) no-repeat 0 0; }




/* Editor styles */

.highlight /*+name=higlighted;style=highlight*/
{
	color: #053468; text-decoration: none;
}

.highlightb /*+name=higlighted bold;style=highlightb*/
{
	color: #053468; text-decoration: none; font-weight: bold;
}



