/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

.cleaner {width: 1px; clear: both; font-size: 1px; height: 1px; margin: -1px 0 0 0; padding: 0; border: none; display: inline;  visibility: hidden;}
.clleft {clear: left;}
.clright {clear: right;}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'Layout: All' */
* {
   margin:0;
   padding:0;
}
body {
   color: #003;
   text-align: center;
   padding: 0;
   background-color: #fefefe;
}
div#page {
}
div#page-t {
}
div#page-w {
   width: 970px;
   margin: 0 auto;
   padding: 0;
   text-align: left;
   position: relative;
}
div#top {
   position: relative;
   z-index: 10000;
}
div#header {
   position: absolute;
}
div#header h1 {
   padding: 0;
   line-height: 1em;
}
div#header h1 a {
   display: block; 
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
   padding: 0;
   margin: 0;
}
div#header h1 a:hover {
   background-color: transparent;
}
div#menumain {
   position: absolute;
   left: 5px;
   bottom: 10px;
}
div#menuwrapper {
   padding-left: 5px;
}
div#menuseason {
   position: absolute;
   bottom: 10px;
}
div#smenuwrapper {
   padding-left: 98px;
   padding-right: 5px;
}
div.ms { background: url(images/menu-season.gif) no-repeat left -4px transparent; }
div.ms div#smenuwrapper { padding-left: 55px; }
div.ms2010 { background: url(images/menu-season-2010.gif) no-repeat left -4px transparent; }
div.ms2009 { background: url(images/menu-season-2009.gif) no-repeat left -4px transparent; }
div.ms2008 { background: url(images/menu-season-2008.gif) no-repeat left -4px transparent; }
div.ms2007 { background: url(images/menu-season-2007.gif) no-repeat left -4px transparent; }
div.ms2006 { background: url(images/menu-season-2006.gif) no-repeat left -4px transparent; }

div#content {
   padding: 0 5px;
   min-height: 300px;
   height: 300px;
}
div[class] div#content {
   height: auto;
}

div.occontent-1col-bg {
   background: url(images/content-1col.gif) repeat-y center top transparent;
}
div.occontent-1col-top {
   background: url(images/content-1col-top.gif) no-repeat center top transparent;
}
div.occontent {
}
div.occontent div.c-inner {
   padding: 0 0px;
}

div.text-inner {
   padding: 8px 10px;
}

div.contact-content {
   width: 450px;
   float: left;
}
div.contact-form {
   width: 250px;
   float: right;
}
div#searchbox {
   position: absolute;
   z-index: 50000;
}
div#searchbox label {
  display: none;
  padding-right: 0.5em;
  line-height: 1.2em;
  font-weight: normal;
  color: #036;
}
div#searchbox span.inputbox input {
   width: 170px;
   border: 1px solid #ccc;
   background: url(images/icons/search-input-bg.gif) repeat-x left bottom #fff;
   font-size: 10px;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   padding: 4px 0.2em;
   text-align: center;
   margin: 0;
}
div#searchbox input.submit {
   width: 8em;
   border: 1px solid;
   border-color: #fff #999 #999 #fff;
   border: 1px outset #ccc;
   color: #333;
   background: url(images/icons/search.gif) no-repeat 5px center #ccc;
   font-size: 10px;
   padding: 2px 0.2em;
   padding-left: 20px;
   cursor: hand;
}
.content div.searchform {display: none;}

div#toplinks {
   position: absolute;
   z-index: 50000;
}
div#toplinks ul {
   margin: 0;
   padding: 0;
   list-style: none;
   float: left;
   padding-left: 15px;
}
div#toplinks ul li {
   margin: 0;
   padding: 0 0 0 25px;
   line-height: 21px;
   text-align: left;
   min-height: 1%;
   min-width: 1%
   height: 1%;
   width: 1%
}
div[class] div#toplinks ul li {
   height: auto;
   width: auto;
}
div#toplinks ul li a {
   display: block;
   font-size: 11px;
   font-weight: normal;
   white-space: nowrap;
}
div#toplinks ul li.tl_home {
   background: url(images/icons/home.png) no-repeat left center transparent;
}
div#toplinks ul li.tl_contact {
   background: url(images/icons/contact.png) no-repeat left center transparent;
}
div#toplinks ul li.tl_sitemap {
   background: url(images/icons/sitemap.png) no-repeat left center transparent;
}
div#toplinks ul li.tl_rss {
   background: url(images/icons/rss.png) no-repeat left center transparent;
}

div#topflash {
   position: absolute;
   z-index: 50000;
}

div#rellinks { display: none; }
div#rellinks div.rellinks-inner { padding: 0; }
div#rellinks table.rellinks { width: 700px; }
div#rellinks table.rellinks td{ width: 33%; font-size: 0.85em; }

div#footer {
   clear: both;
   background: url(images/footer.gif) repeat-x center top transparent;
   padding: 180px 0 0;
   position: relative;
}
div#footer-inner {
   font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
   padding: 10px;
   color: #666;
}
div#footer-loga {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 960px;
  height: 170px;
  overflow: hidden;
}
div#footer-loga table {
  margin: 5px auto 0;
}
div#footer-loga table td {
  margin: 0;
  padding: 4px 5px;
}
div#footer-info {
   width: 370px;
   float: left;
   font-size: 0.9em;
   text-align: left;
}
div#footer-info2 {
   width: 570px;
   float: right;
   font-size: 0.9em;
   text-align: right;
}
div#footer-inner a  {
   font-weight: bold;
   color: #333;
}
div#footer-inner a:hover  {
   color: #000;
}

/* End of 'Layout: All' */

/* Start of CMSMS style sheet 'Content' */
body {
   text-align: center;
   /* font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif; */
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 72.01%;
   line-height: 1em;
}
div, table, td, th {
   font-size: 1em;
   line-height: 1.5em;
}

div.playeronetitle {
   color: #333;
   font-size: 0.95em;
   font-weight: bold;
   text-align: center;
   padding: 0.5em 2em;
}
div.playerone {
   margin: 0 auto 1em;
   padding: 1px;
   border: 1px solid #ccc;
}

img {
   border: 0;
}
img.obrazekvlevo, img.obrazekvpravo, img.obrazek {
   padding: 1px;
   border: 1px solid #eee;
}
img.obrazekvlevo {
   float: left;
   margin: 0.2em 0.8em 0.2em 0;
}
img.obrazekvpravo {
   float: right;
   margin: 0.2em 0 0.2em 0.8em;
}
img.obrazek {
   margin: 0.2em;
}
a,
a:link, 
a:active,
a:visited {
   text-decoration: none;
   background-color: transparent;
   color: #900; 
}
a:hover {
   text-decoration: underline;
   color: #300;
}
a img.obrazekvlevo, a img.obrazekvpravo, a img.obrazek {
   padding: 1px;
   border: 1px solid #ccc;
}
a:hover img.obrazekvlevo, a:hover img.obrazekvpravo, a:hover img.obrazek {
   border-color: #600;
}
a.arrowlink, a.arrowlinkb {
   padding: 0 18px 0 0;
   font-weight: bold; 
   font-size: 0.95em;
   white-space: nowrap;
   background: url(images/icons/arrowr.gif) no-repeat right 60% transparent;
}
a.arrowlinkb {
   padding: 0 0 0 18px;
   background: url(images/icons/arrowl.gif) no-repeat left 60% transparent;
}
a.photolink, a.videolink {
   padding: 0 0 0 20px;
   font-weight: bold; 
   font-size: 0.95em;
   white-space: nowrap;
   background: url(images/icons/small/photo.png) no-repeat 5px 60% transparent;
}
a.videolink {
   background: url(images/icons/small/video.png) no-repeat 5px 60% transparent;
}
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted #999;
}
/* CONTENT STYLING */

div.block {
   padding: 15px 10px 10px 0px;
}
div.binner {
   font-size: 90%;
}
div.contact-block {
   padding: 0.5em 0;
}

/* HEADINGS */
h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
h2 {
   display: block;
   color: #600; 
   font-size: 1.2em; 
   line-height: 1em;
   margin: 0 0 0.5em;
}
h2 span {
   display: block;
   padding: 0.5em 0;
}
div#main {
   margin: 0;
   border-bottom: 1px solid #fff;
}
div.full-header div#main {
   padding: 0.5em 0 0.2em;
}
div#main div.breadcrumbs {padding: 0.6em 7px 0; font-size: 0.8em;}
div.full-header div#main div.breadcrumbs {float: right; padding: 1.2em 10px 0; font-size: 0.8em;}
div#main div.breadcrumbs a {font-weight: bold;}
div#main div.breadcrumbs span.lastitem { }
div#main h2.maintitle { padding: 0; font-size: 1.3em; margin: 0; text-transform: none; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }
div#main h2.maintitle span {
   padding: 0.8em 10px 0.8em 18px;
   border-bottom: none;
}
h3, h4, h5, h6 {
   font-weight: bold;
   color: #c33; 
   margin: 0.5em 0 0.25em 0;
   line-height: 1.3em;
}
h3 {
   font-size: 1.2em;
}
h4 {
   font-size: 1.1em;
}
h5 {
   font-size: 1em;
}
h6 {
   font-size: 0.95em;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0;  /* some air around p elements */
   line-height: 1.5em;
   padding: 0 0 0.5em;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}


code, pre {
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
ul, ol, dl {
   font-size: 1.0em;
   line-height:1.4em;
   margin: 0;
   padding: 0 0 0.5em 0;
}
ul li, ol li  {
   margin: 0 0 0 2.5em;
   padding: 0 0 0.25em 0;
}
dl dt {
   font-weight: bold;
   margin: 0 0 0 2.5em;
   padding: 0 0 0.25em 0;
}
dl dd {
   margin: 0 0 0 2.5em;
   padding: 0;
}

.arrowlist ul, ul.arrowlist {
   list-style: none; 
   margin: 0;
   padding: 0.5em;
}
.arrowlist ul li, ul.arrowlist li {
   list-style: none; 
   margin: 0;
   padding: 0.2em 0 0.2em 20px;
   background: url(images/icons/arrowr.gif) no-repeat 0px 0.3em transparent;
}

/* END LISTS */


/* TABLES */

table.summarytable, table.summarytablenb {
   padding: 0;
   margin: 0.5em auto 0.5em 0;
   width: auto;
   border-collapse: collapse;
}
table.summarytable td, table.summarytable th,
table.summarytablenb td, table.summarytablenb th {
   padding: 0.2em 0.3em;
   border: 1px solid #ccc;
   border-collapse: collapse;
   font-size: 1em;
   font-family: sans-serif;
}
table.summarytablenb td, table.summarytablenb th {
   border: none;
   padding: 0.3em 0;
   font-size: 1em;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
table.summarytable th, table.summarytablenb th {
   font-weight: bold;
   font-size: 0.9em;
   text-align: center;
   background: url(images/th-bg-light.gif) repeat-x left top #f6f6f6;
}
table.summarytable tr.bottomline td, table.summarytablenb tr.bottomline td  {
   border-bottom: 1px dotted #ccc;
}
/* END TABLES */


/* SIDE BLOCKS */
div.sblock {
   margin-top: 1px;
   border-top: 4px solid #999;
   background: url(images/title-bg-light.gif) repeat-x 0 0 transparent;
}
div.sblocktitle {
   background: url(images/title-dark.gif) no-repeat 7px center transparent;
   color: #666;
   padding: 0.5em 10px 0.5em 20px;
   font-size: 1em;
   font-weight: bolder;
   font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
   text-transform: uppercase;
}
div.sinner {
   padding: 10px 5px;
}
div.sblockbottom {
   text-align: center;
   margin: 5px 10px;
   padding: 0.2em;
   border-top: 1px dotted #999; 
   font-size: 0.95em;
}


/* END SIDE BLOCKS */
/* End of 'Content' */

/* Start of CMSMS style sheet 'Navigation: CSSMenus' */
/* MAIN MENU */

/* Fix for Opera 8 */
.clearb { clear: both; }
#menuwrapper { 
   /* Fix for Opera 8 */ 
   /*   overflow: hidden;  */ 
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li { 
   width: 175px; 
}
#primary-nav li li li { 
}

/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
   z-index: 10000;
}
#primary-nav ul { 
   position: absolute; 
   top: auto; 
   display: none; 
}
#primary-nav ul ul { 
   margin-top: 1px;
   margin-left: -1px;
   left: 100%; 
   top: 0px; 
   background-color: #20202a; 
}
	
#primary-nav li { 
   margin-left: -1px;
   padding: 0;
   float: left; 
}

#primary-nav li li { 
   margin-left: 0px;
   margin-top: -1px;
   float: none; 
   position: relative; 
   background-color: #20202a; 
}

/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   display: block; 
   margin: 0px; 
   padding: 6px 8px; 
   text-decoration: none; 
   color: #f0f0f0;
   font-weight: normal;
   font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
   font-size: 12px;
   line-height: 14px;
}
#primary-nav a:hover { 
   color: #fc3; 
}
#primary-nav li a { 
   border-right: 1px solid #505063;
   border-left: 1px solid #505063;
}
#primary-nav li li a { 
   border: 1px solid #505063;
}	
#primary-nav li, #primary-nav li.menuparent { 
}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive a { 
   color: #fff;
   background-color: #20202a; 
}
#primary-nav li.menuactive a:hover { 
   color: #fc3;
}

/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul li.menuparent, 
#primary-nav ul li.menuparent:hover, 
#primary-nav ul li.menuparenth { 
/* arrow for menuparents */
   background-image: none; 
   background-position: center right; 
   background-repeat: no-repeat; 
}


/* Styling the apperance of menu items on hover */

#primary-nav li:hover, 
#primary-nav li.menuh,
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
   color: #fc3; 
   background-color: #20202a; 
}


/* The magic - set to work for up to a 4 level menu, but can be increased unlimited */

#primary-nav ul, 
#primary-nav li:hover ul,
#primary-nav li:hover ul ul, 
#primary-nav li:hover ul ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul, 
#primary-nav li.menuparenth ul ul ul { 
   display: none; 
}

#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav ul ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul, 
#primary-nav ul ul ul li.menuparenth ul {
   display: block; 
}

/* IE Hacks */
#primary-nav li li { 
   float: left; 
   clear: both; 
}
#primary-nav li li a { 
   height: 1%; 
}

/* SEASON MENU */

#smenuwrapper { 
}
#season-nav,  #season-nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#season-nav a {
   display: block; 
   margin: 0px; 
   padding: 6px 8px; 
   text-decoration: none; 
   color: #f0f0f0;
   font-weight: normal;
   font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
   font-size: 12px;
   line-height: 14px;
   border-right: 1px solid #808088;
   border-left: 1px solid #808088;
}
#season-nav a:hover {
   color: #fc3; 
   background-color: #48485c; 
}
#season-nav li.menuactive a { 
   color: #fff;
   background-color: #48485c; 
}
#seson-nav li.menuactive a:hover { 
   color: #fc3;
}
#season-nav li {
   float: left;
   padding: 0;
   margin: 0 0 0 -1px;
}


/* End of 'Navigation: CSSMenus' */

/* Start of CMSMS style sheet 'Lightbox' */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100000;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 17px; 
	float: right;
	padding-bottom: 0.7em;	
}
/* End of 'Lightbox' */

/* Start of CMSMS style sheet 'Layout: Home' */
div.hpage {
   background: url(images/page.gif) repeat-x center -60px transparent;
}
div.hpage-t {
   background: url(images/pghome/pagetop.gif) no-repeat top center transparent;
}
div.htop {
   background: url(images/pghome/top.gif) no-repeat top center transparent;
   height: 350px;
}
div.hheader {
   left: 15px;
   top: 190px;
   width: 360px;
}
div.hheader h1 a {
   height: 110px;
}
div.hmenumain {
   width: 380px;
}
div.hmenuseason {
   left: 385px;
   width: 580px;
}
div.hcontent-2col-bg {
   background: url(images/pghome/content-2col.gif) repeat-y center top transparent;
}
div.hcontent-2col-top {
   background: url(images/pghome/content-2col-top.gif) no-repeat center top transparent;
}
div.hcontent {
   width: 580px;
   float: right;
}
div.hcontent div.c-inner {
   padding: 0 0px 0 0;
}
div.hside {
   float: left;
   width: 379px;
}
div.hside div.s-inner {
   padding: 0 0 0 0px;
}
div.hsearchbox {
   top: 8px;
   right: 20px;
}
div.htoplinks {
   top: 8px;
   left: 5px;
}
div.htopflash {
   top: 40px;
   right: 5px;
   width: 580px;
   height: 270px;
}

h2#main {display: none;}


/* CYCLE AND BANNERS */
div.project-banners {
   height: 120px;
   width: 380px;
   overflow: hidden;
}
div.project-banners img {
   height: 120px;
   width: 380px;
}
a.hbanner {
   display: block;
   height: 120px;
}

div.home-top-images {
   height: 270px;
   width: 580px;
   overflow: hidden;
}
div.home-top-images img {
   height: 270px;
   width: 580px;
}

div.banners {
   height: 240px;
   width: 380px;
   overflow: hidden;
}
div.banners img {
   height: 240px;
   width: 380px;
}


/* END CYCLE AND BANNERS */
/* End of 'Layout: Home' */

/* Start of CMSMS style sheet 'Module: Album' */
.AlbumDetail {
   padding: 0 1px 0;
}
.AlbumDetailInfo  {
   background: url(images/title-bg-light.gif) repeat-x left bottom #f6f6f6;
   border-top: 4px solid #ccc;
   padding: 0.3em 0.5em;
}
.NewsDetail .AlbumDetailInfo, .s-inner .AlbumDetailInfo, .galleryintext .AlbumDetailInfo {
   display: none;
}

.AlbumDetail h3.albumtitle {
   display: block;
   font-size: 1.2em;
   text-transform: none;
   margin: 0;
   padding: 0.3em 0 0.2em; 
}


.returnlink {
   display: block;
   border-bottom: 1px dotted #ccc;
   text-align: left;
   padding: 0.1em 0.3em 0.2em;
}


.imagegallery, .picturelist {
   margin: 0;
   padding: 1em 0 1em 8px;
}
.albumlist {
   margin: 0;
   padding: 0;
}

.thumb {
   margin: 0;
   padding: 0;
   width: 187px;
   height: 130px;
   line-height: normal;
   list-style-type:none;
   text-align: center;
   float: left;
}
.sside .thumb, .tside .thumb  {
   padding: 0 0 1.5em;
   width: auto;
   height: auto;
   float: none;
}
.hside .thumb {
   width: 179px;
}
.galleryintext .thumb {
   padding: 0 12px 0 0;
   width: auto;
   float: left;
}

.thumb a {
}
.thumb a img {
   padding: 1px;
   border: 1px solid #ccc;
   text-decoration:none;
}
.s-inner .thumb a img {
   border-color: #999;
}
.thumb a:hover img {
   border-color: #600;
}
.thumb a:hover {
   background-color: transparent;
}

/* ALBUMLIST */
.albumlist .thumb {
   width: 191px;
   height: 210px;
   margin: 1px 1px 1px 0px;
   text-align: left;
   background: url(images/title-bg-light.gif) repeat-x left bottom #f6f6f6;
   position: relative;
}
.thumb h3.albumtitle {
   display: block;
   border-top: 4px solid #757575;
   font-size: 11px;
   line-height: 14px;
   height: 30px;
   overflow: hidden;
   margin: 0;
   padding: 5px;
   text-align: center;
}
div.thumb-photo {
   text-align: center;
   padding: 0.3em;
}
div.thumb-info {
   position: absolute;
   bottom: 5px;
   left: 4px;
   width: 172px;
   text-align: center;
   color: #999;
}

.albumpicturecount, .albumdate {
   padding: 0;
   color: #666;
   font-size: 10px;
}
.albumdate {
   padding-left: 18px;
   background: url(images/icons/small/time.gif) no-repeat 2px center transparent;
}
.albumcomment {
}

.picturedesc {
   display: none;
}
.x-inner .picturedesc {
   display: block;
   padding: 0.3em 1em 0;
   font-size: 0.85em;
}

.picturesize {
   font-size: 0.9em;
   font-weight: bold;
   color: #666;
}


.noalbums {
   padding: 10px;
   text-align: center;
   color: #999;
   font-style: italic;
}

/* End of 'Module: Album' */

/* Start of CMSMS style sheet 'Module: News' */
.NewsSummaries {
   border-bottom: 4px solid #ccc;
}
.NewsSummary,.NewsDetail {
   padding: 1px 1px 0;
}

.NewsSummaryInfo, .NewsDetailInfo   {
   background: url(images/title-bg-light.gif) repeat-x left bottom #f6f6f6;
   border-top: 4px solid #ccc;
   border-top: 4px solid #c33;
   border-top: 4px solid #757575;
   padding: 0.3em 0.5em;
}
.NewsSummaryPostdate, .NewsDetailPostdate {
   font-size: 0.85em;
   font-weight: normal;
   color: #666;
   padding-left: 18px;
   background: url(images/icons/small/time.gif) no-repeat 2px center transparent;
}
.NewsSummaryExtra, .NewsDetailExtra {
   font-size: 0.9em;
   color: #333;
   font-weight: bold;
}
h3.NewsSummaryTitle, h2.NewsDetailTitle {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 1.2em;
   text-transform: none;
   margin: 0;
   padding: 0.3em 0 0; 
}
h2.NewsDetailTitle {
   font-size: 1.4em;
   background: none;
   padding: 0.3em 0 0.2em; 
}

.NewsSummaryContent, .NewsDetailContent {
   padding: 0.5em;
}
.NewsSummaryContent {
   text-align: justify;
}

.NewsSummaryLinks, .NewsDetailLinks {
   border-top: 1px dotted #ccc;
   text-align: left;
   padding: 0.1em 0.5em 0.2em;
}
.NewsDetailLinks {
   border-top: 1px dotted #ccc;
   border-bottom: 1px dotted #ccc;
   background-color: #f6f6f6;
   text-align: center;
   margin: 0 0 1px;
}
.NewsHomeText {
   border-top: 1px dotted #ccc;
   border-bottom: 1px dotted #ccc;
   background-color: #f6f6f6;
   text-align: center;
   padding: 0.5em;
   margin: 1px 0;
}

.NewsDetailAddonsTitle {
   border-bottom: 1px dotted #ccc;
   font-size: 0.85em;
   padding: 1em 0.3em 0.2em;
   margin: 0 0.8em;
   color: #999;
}

.NewsPagination {
   padding: 1px;
}
.NewsPagination table {
   border-top: 1px dotted #ccc;
   border-bottom: 1px dotted #ccc;
   background-color: #f6f6f6;
   width: 100%;
}
.NewsPagination table td {
   width: 33%;
   padding: 0.2em 0.3em 0.3em;
   color: #666;
}


/* End of 'Module: News' */

/* Start of CMSMS style sheet 'Module: Calendar' */
.CalUpcominglist{
}
.CalEvent {
   border-top: 4px solid #ccc;
   width: 239px;
   height: 10.5em;
   margin: 1px 1px 1px 0px;
   text-align: left;
   background: url(images/title-bg-light.gif) repeat-x left bottom #f6f6f6;
   float: left;
}
.s-inner .CalEvent {
   width: auto;
   height: auto;
   float: none;
   margin: 0 5px 1px;
}
.CalEventBanner {
   display: none;
}
.CalEventInfo  {
   padding: 0.3em 0 0;
}
.CalEventSummary  {
}
.CalEventDate, .CalEventDetailDate {
   font-size: 0.95em;
   font-weight: normal;
   color: #333;
   padding: 0 5px 0 23px ;
   background: url(images/icons/small/time.gif) no-repeat 7px center transparent;
}
.CalEventDate SPAN {
   color: #999;
}
.CalEventDetailDate {
   padding: 0 0 0 18px ;
   background-position: 0 center;
}
.s-inner .CalEventDate {
   float: left;
}
h3.CalEventTitle, h2.CalEventTitle {
   font-style: italic;
   font-size: 1.3em;
   text-transform: none;
   margin: 0 0 0.2em 0;
   padding: 0.2em 5px; 
   text-align: center;
   line-height: 1.3em;
   height: 2.6em;
   overflow: hidden;
}
h2.CalEventTitle {
   font-size: 1.6em;
   border-bottom: none;
   text-align: left;
   padding: 0.2em 0;
   height: auto;
}
.s-inner h3.CalEventTitle {
   font-size: 1.2em;
   padding: 0.1em 0;
   height: auto;
}
.CalEventLinks {
   text-align: center;
   padding: 0.2em 0;
}
.CalEventLinks em {
   color: #999;
   font-size: 0.9em;
   font-style: italic;
}
.s-inner .CalEventLinks {
   padding: 0.1em 0;
}

.CalEventCategory, .CalEventDetailCategory {
   text-align: center;
   font-size: 0.95em;
   color: #666;
   font-weight: bold;
   padding: 0.2em 0 0;
}
.s-inner .CalEventCategory {
   float: right;
   padding: 0 5px 0 0;
}

.CalEventDetail {
   padding: 0 10px;
}
.CalEventDetailLinks {
   border-top: 1px dotted #ccc;
   border-bottom: 1px dotted #ccc;
   background-color: #f6f6f6;
   text-align: center;
   margin: 0 0 1px;
   padding: 0.5em;
}
.CalEventDetailInfo  {
   padding: 0.2em;
}


.cal_cat_cpsoc { border-color: #00c; }
.cal_cat_cpsoc .CalEventCategory { color: #00c; }

.cal_cat_supercopa { border-color: #c0c; }
.cal_cat_supercopa .CalEventCategory { color: #c0c; }

.cal_cat_eurocup { border-color: #0c0; }
.cal_cat_eurocup .CalEventCategory { color: #0c0; }

.cal_cat_tchdivinol { border-color: #900; }
.cal_cat_tchdivinol .CalEventCategory { color: #900; }

.cal_cat_motokary { border-color: #c90; }
.cal_cat_motokary .CalEventCategory { color: #c90; }


div.calmenu {
   border-top: 1px dotted #ccc;
   border-bottom: 1px dotted #ccc;
   background-color: #f6f6f6;
   font-size: 1.1em;
   font-weight: bold;
   text-align: center;
   padding: 0.8em;
   margin: 0 1px 1px;
}
div.calmenu ul {
   padding: 0;
   margin: 0;
   list-style: none;
}
div.calmenu ul li{
   display: inline;
   padding: 0 0.5em;
   margin: 0;
}

/* End of 'Module: Calendar' */

