/* Start of CMSMS style sheet 'Buttons' */
div#buttons {
   padding: 0;
}

div#buttons ul li {
   float: left;
   list-style: none;
}

div#buttons ul li a {
   display: block;
   padding: 0 0 0 10px;
   margin: 0;
   text-decoration: none;
   background-repeat: no-repeat;
   background-position: left 5px;
}

div#buttons ul li a span {
   display: block;
   padding: 8px 10px 0 0;
   line-height: 20px;
   font-size: 12px;
   font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
   white-space: nowrap;
   color: #fff;
   background-repeat: no-repeat;
   background-position: right 5px;
   background-color: transparent;
}

div#buttons ul li a.b-actual {
   background-position: left 0px;
}
div#buttons ul li a.b-actual span {
   background-position: right 0px;
   padding: 6px 10px 2px 0;
   font-weight: bold;
}

div#buttons ul li a:hover {
   background-color: transparent;
   background-position: left 0px;
}
div#buttons ul li a:hover span {
   background-position: right 0px;
   padding: 6px 10px 2px 0;
}


div#buttons ul li a.b-loko { background-image: url('http://www.tjloko-plzen.cz/buttons/left/loko.gif'); }
div#buttons ul li a.b-loko span { background-image: url('http://www.tjloko-plzen.cz/buttons/right/loko.gif'); }

div#buttons ul li a.b-basketbal { background-image: url('http://www.tjloko-plzen.cz/buttons/left/basketbal.gif'); }
div#buttons ul li a.b-basketbal span { background-image: url('http://www.tjloko-plzen.cz/buttons/right/basketbal.gif'); }

div#buttons ul li a.b-hazena { background-image: url('http://www.tjloko-plzen.cz/buttons/left/hazena.gif'); }
div#buttons ul li a.b-hazena span { background-image: url('http://www.tjloko-plzen.cz/buttons/right/hazena.gif'); }

div#buttons ul li a.b-volejbal { background-image: url('http://www.tjloko-plzen.cz/buttons/left/volejbal.gif'); }
div#buttons ul li a.b-volejbal span { background-image: url('http://www.tjloko-plzen.cz/buttons/right/volejbal.gif'); }

div#buttons ul li a.b-tenis { background-image: url('http://www.tjloko-plzen.cz/buttons/left/tenis.gif'); }
div#buttons ul li a.b-tenis span { background-image: url('http://www.tjloko-plzen.cz/buttons/right/tenis.gif'); }

div#buttons ul li a.b-serm { background-image: url('http://www.tjloko-plzen.cz/buttons/left/serm.gif'); }
div#buttons ul li a.b-serm span { background-image: url('http://www.tjloko-plzen.cz/buttons/right/serm.gif'); }

div#buttons ul li a.b-jachting { background-image: url('http://www.tjloko-plzen.cz/buttons/left/jachting.gif'); }
div#buttons ul li a.b-jachting span { background-image: url('http://www.tjloko-plzen.cz/buttons/right/jachting.gif'); }

div#buttons ul li a.b-kanoistika { background-image: url('http://www.tjloko-plzen.cz/buttons/left/kanoistika.gif'); }
div#buttons ul li a.b-kanoistika span { background-image: url('http://www.tjloko-plzen.cz/buttons/right/kanoistika.gif'); }

div#buttons ul li a.b-turistika { background-image: url('http://www.tjloko-plzen.cz/buttons/left/turistika.gif'); }
div#buttons ul li a.b-turistika span { background-image: url('http://www.tjloko-plzen.cz/buttons/right/turistika.gif'); }

/* End of 'Buttons' */

/* Start of CMSMS style sheet 'Module: News' */
.NewsSummary {
   padding: 0.25em 0 0.5em;
   border-top: 1px dotted #ccc;
}
#content h3.NewsSummaryTitle, h3.NewsSummaryTitle {
   font-size: 1.2em;
   margin: 0;
   padding: 0 0 0.2em; 
}
.NewsSummaryInfo, .NewsDetailInfo   {
   padding: 0.2em 0.3em 0.2em 18px;
   background: url(images/icons/small/time.gif) no-repeat 2px center transparent;
}
.NewsSummaryPostdate, .NewsDetailPostdate {
   font-size: 0.85em;
   font-weight: normal;
   color: #666;
}
.NewsSummaryExtra  {
   font-size: 0.9em;
   color: #900;
   font-weight: bold;
}
.NewsSummaryLinkToAll {
   padding-top: 1em;
   text-align: left;
}
.NewsDetailBackLink {
   padding: 0 0 0.5em;
}


/* End of 'Module: News' */

/* Start of CMSMS style sheet 'Navigation: CSSMenus' */
div#menu {
   background: url(images/design/menubar.gif) repeat-y top;
   padding: 0 2px;
}
div[class] div#menu  {
   padding: 0 1px;
}

/* Fix for Opera 8 */
.clearb { clear: both; }
#menuwrapper { 
   /* Fix for Opera 8 */ 
   /*   overflow: hidden;  */ 
   padding: 0 1px;
   border-bottom: 1px solid #999;
}

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

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

/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   display: block; 
   margin: 0px; 
   padding: 5px 8px; 
   line-height: 1.2em;
   text-decoration: none; 
   color: #333;
   font-weight: bold;
   font-size: 0.9em;
}
#primary-nav a:hover { 
   background-color: #fc3; 
   color: #000;
}
#primary-nav li a { 
   border-right: 1px solid #999;
   border-left: 1px solid #999;
}
#primary-nav li li a { 
   border: 1px solid #999;
}	
#primary-nav li, #primary-nav li.menuparent { 
   background-color: #ccc; 
}

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

#primary-nav li.menuactive { 
   background-color: #eee; 
}
#primary-nav li.special a { 
   color: #900; 
}
#primary-nav li.special a:hover { 
   color: #600; 
}


/* 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: url(images/icons/menu-arrow.gif); 
   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 { 
   background-color: #fc3; 
}


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

/* 
just add 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   display: none; 
}

/* add 
#primary-nav ul ul ul li:hover ul, 
#primary-nav ul ul ul li.menuparenth ul,
for fourth level
*/
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: block; 
}


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

/* 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: LOKO' */
* {
margin:0;
padding:0;
}
body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 71.01%;
   line-height: 1em;
}
div, table, td, th {
   font-size: 1em;
   line-height: 130%;
}
a,
a:link, 
a:active {
   text-decoration: underline;
   background-color: inherit; 
   color: #063; 
}
a:visited {
   text-decoration: underline;
   background-color: inherit;
   color: #063;
}
a:hover {
   text-decoration: none;
   background-color: #fc3;
   color: #000;
}
img {
   border: 0;
}
img.obrazek, img.obrazekvlevo, img.obrazekvpravo {
   border: 1px solid #ccc;
   padding: 1px;
}
img.obrazek, img.obrazekvlevo, img.obrazekvpravo {
   float: left;
   margin: 0.2em 0.5em 0.2em 0;
}
img.obrazekvpravo {
   float: right;
   margin: 0.2em 0 0.2em 0.5em;
}
img.obrazek {
   margin: 0.2em 0.5em;
}
a img,
a:link img,
a:active img,
a:visited img {
   border-color: #063; 
}
a:hover img {
   border-color: #000; 
}

/* BASIC LAYOUT */
body {
   background-color: #000;
   color: #000;
   padding: 1em;
   text-align: center;
}
div#pagewrapper {
   width: 960px;
   margin: 0 auto;
   text-align: left;
}
div#top {
   position: relative;
   height: 45px;
}
div#buttons {
   position: absolute;
   left: 20px;
   bottom: 0px;
}
div#search {
   position: absolute;
   right: 10px;
   bottom: 0px;
   text-align: right;
   padding: 0 0 10px;
}
#search label {
  display: inline;
  padding-right: 0.5em;
  line-height: 1.2em;
  color: #666;
}
#search input {
   width: 140px;
   border: 1px solid #ccc;
   background-color: #fff;
   font-size: 1.1em;
   padding: 0.2em;
   margin: 0;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#search input.submit {
   width: 20px;
   height: 20px;
   border: none;
   background: url(images/icons/searchblack.gif) no-repeat center center transparent;
   font-size: 1em;
   padding: 0;
}
#cse-search-results {
  width: 920px;
  margin: 0 auto;
}


div#lang {
   float: right;
   padding: 5px 5px 0 0;
}
div#lang a {
   display: inline;
   text-decoration: none;
   font-weight: normal;
   line-height: 12px;
   font-size: 12px;
   padding-right: 0.25em;
}
div#lang a:hover {
   text-decoration: none;
   background-color: transparent;
}
div#lang a span{
   padding-right: 0.25em;
}

div#header {
   clear: both;
   height: 140px;
   background: url(images/design/top.jpg) no-repeat top left;
}
div#header h1 a {
   float: left;
   display: block; 
   margin: 45px 0 0 15px;
   width: 325px;
   height: 60px;
   text-indent: -999em;
   text-decoration: none;
}
div#header h1 a:hover {
  background-color: transparent;
}
div#navbar {
  background: #eee url(images/design/navbar.gif) repeat-y top;
}

div.breadcrumbs {
   padding: 1em 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;
   margin: 0 1em;              /* css shorthand rule will be opened to be "0 1em 0 1em" */
}

div.feusers {
   padding: 0.5em 1em;
   margin: 0;
}

div#content {
   background-color: #fff;
}

div.page-1c {
   background: url(images/design/page-1c.gif) repeat-y top left;
}
div.page-2c {
   background: url(images/design/page-2c.gif) repeat-y top left;
}
div.page-3c {
   background: url(images/design/page-3c.gif) repeat-y top left;
}
div.page-3c-12 {
   background: url(images/design/page-3c-12.gif) repeat-y top left;
}

div.content-1c {
   background: url(images/design/content-1c.gif) no-repeat top left;
   padding: 0 10px;
}
div.content-2c {
   background: url(images/design/content-2c.gif) no-repeat top left;
   padding: 0 5px 0 10px;
}
div.content-3c {
   background: url(images/design/content-3c.gif) no-repeat top left;
   padding: 0 5px;
}
div.content-3c-12 {
   background: url(images/design/content-3c-12.gif) no-repeat top left;
   padding: 0 5px;
}

div.content-inner {
   padding-top: 0.5em;
}

div.bottom-1c {
   height: 20px;
   background: url(images/design/bottom-1c.gif) no-repeat top left;
}
div.bottom-2c {
   height: 20px;
   background: url(images/design/bottom-2c.gif) no-repeat top left;
}
div.bottom-3c {
   height: 20px;
   background: url(images/design/bottom-3c.gif) no-repeat top left;
}
div.bottom-3c-12 {
   height: 20px;
   background: url(images/design/bottom-3c-12.gif) no-repeat top left;
}

div.main-1c {
   padding: 5px 0 0;
}
div.main-2c {
   float: left;
   width: 690px;
   padding: 5px 0 0;
   display: inline;  /* FIX ie doublemargin bug */
}
div.main-3c {
   float: left;
   width: 440px;
   padding: 5px 0 0;
   margin-left: 15px;
   display: inline;  /* FIX ie doublemargin bug */
}

div.sidebar-right {
   float: right;
   width: 240px;
   display: inline;  /* FIX ie doublemargin bug */
}
div.sidebar-left {
   float: left;
   width: 240px;
   display: inline;  /* FIX ie doublemargin bug */
}

div#footer {
   clear:both;       /* keep footer below content and menu */
   color: #ccc;
   text-align: center;
   padding: 0 20px;
}
div#footer p {
   font-size: 0.8em;
   text-align: center;
   padding: 1em;
   margin:0;
}
div#footer a {
   color: #c90;
   text-decoration: none;
   font-weight: bold;
}
div#footer a:hover {
   color: #c90; 
   text-decoration: underline;
   background-color: transparent;
}

/* CONTENT STYLING */
div.hr {
   height: 1px;
   margin: 0.5em 0;
   border-bottom: 1px solid #ccc;
}
a.arrowlink {
   padding: 0 12px 0 0;
   font-weight: bold; 
   white-space: nowrap;
   background: url(images/icons/small/arrow-right.gif) no-repeat right 60% transparent;
}
a.arrowlinkb {
   padding: 0 0 0 12px;
   font-weight: bold; 
   white-space: nowrap;
   background: url(images/icons/small/arrow-left.gif) no-repeat left 60% transparent;
}
a.arrowlinku {
   padding: 0 0 0 12px;
   font-weight: bold; 
   white-space: nowrap;
   background: url(images/icons/small/arrow-up.gif) no-repeat left 60% transparent;
}
a.rsslink {
   padding: 0 0 0 15px;
   font-weight: bold; 
   white-space: nowrap;
   background: url(images/icons/small/rss.gif) no-repeat left 60% transparent;
}
span.ficon {
   padding: 0 0 0 15px;
   white-space: nowrap;
   background: no-repeat left 70% transparent;
}
span.ficontact {
   background-image: url(images/icons/small/fcontact.gif);
}
span.fisitemap {
   background-image: url(images/icons/small/fsitemap.gif);
}
span.fihome {
   background-image: url(images/icons/small/fhome.gif);
}
span.fiwork {
   background-image: url(images/icons/small/fwork.gif);
}

table.rellinks {
   width: 99%;
   margin: 0 auto 0 0;
}
table.rellinks td{
   width: 33%;
}
table.rellinks td a.arrowlink,
table.rellinks td a.arrowlinkb {
   white-space: normal;
   display: block;
}
table.tabulka1 {
   margin: 0 auto 0.5em;
   border-top: 1px solid #666;
   border-right: 1px solid #666;
}
table.tabulka1 td, table.tabulka1 th {
   font-size: 1em;
   padding: 0.2em;
   margin: 0;
   border-bottom: 1px solid #666;
   border-left: 1px solid #666;
}
table.tabulka1 th {
   font-size: 0.9em;
   text-align: center;
   background-color: #ccc;
   color: #000;
}

.links {
   text-align: center;
}
.links img {
  margin: 3px 1px;
}
.links a:hover {
  background-color: transparent;
}

a.file-xls, a.file-pdf, a.file-doc {
   padding: 0 0 0 35px;
   display: inline-block;
   line-height: 32px;
   height: 32px;
   font-weight: bold; 
   white-space: nowrap;
   background: url(images/file/0.png) no-repeat left bottom transparent;
}
a.file-xls { background-image: url(images/file/xls.png); }
a.file-pdf { background-image: url(images/file/pdf.png); }
a.file-doc { background-image: url(images/file/doc.png); }


/* HEADINGS */
div#content h1 {
   font-size: 1.7em;
   line-height: 1em;
   margin: 0;
}
div#content h2 {
   color: #030; 
   font-size: 1.5em; 
   text-align: left; 
   line-height: 1em;
   padding: 0 0 0 20px;
   margin: 0 0 0.5em 0;
   background: url(images/icons/title.gif) no-repeat left center transparent;
}
div#content div.sidebar-right h2, div#content div.sidebar-left h2  {
   border-top: 3px solid #033;
   border-bottom: 1px solid #fff;
   color: #333; 
   font-size: 1.1em; 
   padding: 0.5em 0 0.5em 18px;
   margin: 1em 0 0.5em 0;
   background: url(images/icons/small/star.gif) no-repeat 5px center #ccc;
}
div#content div.sidebar-right h2.tmail, div#content div.sidebar-left h2.tmail  {
   background-image: url(images/icons/small/mail.gif);
   background-position: 5px 60%;
}
div#content div.sidebar-right h2.tcalendar, div#content div.sidebar-left h2.tcalendar  {
   background-image: url(images/icons/small/date.gif);
}
div#content div.sidebar-right h2.tsun, div#content div.sidebar-left h2.tsun  {
   background-image: url(images/icons/small/sun.gif);
}
div#content div.sidebar-right h2.tfolder, div#content div.sidebar-left h2.tfolder  {
   background-image: url(images/icons/small/category.gif);
}
div#content div.sidebar-right h2.tarrow, div#content div.sidebar-left h2.tarrow  {
   background-image: url(images/icons/small/arrow-down.gif);
}
div#content h3, div#content h4, div#content h5, div#content h6 {
   color: #603; 
   font-weight: bold;
   line-height: 1.2em;
   padding: 0;
   margin: 0.5em 0 0.25em 0;
}
div#content h3 {
   font-size: 1.3em;
}
div#content h4 {
   font-size: 1.2em;
}
div#content h5 {
   font-size: 1.1em;
}
div#content h6 {
   font-size: 1em;
}

/* END HEADINGS */

/* SEARCH */
#searching {
   width: 150px;
   border: 1px solid #033;
   background-color: #fff;
   font-size: 1.1em;
   padding: 0.2em 0.3em;
}
#buttonSearch {
   border: 1px solid #033;
   background-color: #033;
   font-size: 1em;
   font-weight: bold;
   color: #fff;
   padding: 0.1em 0.2em;
}
/* END SEARCH */

/* TEXT */
p {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0;
   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;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 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 */
div#content ul,
div#content ol,
div#content dl {
   font-size: 1.0em;
   line-height: 1.3em;
   margin: 0 0 1em 0;
}
div#content ul li,
div#content ol li {
   margin: 0 0 0.25em 3em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 2em;
}
div#dl dd {
   margin: 0 0 0 3em;
}

div#content .arrowlist ul, div#content ul.arrowlist {
   list-style: none; 
   padding: 0 0 0 1em;
   margin: 0;
}
div#content .arrowlist ul li, div#content ul.arrowlist li {
   list-style: none; 
   margin: 0;
   padding: 0.25em 0;
   padding-left: 15px;
   background: url(images/icons/small/arrow-down-right.gif) no-repeat left 0.6em transparent;
}
/* END LISTS */

/* End of 'Layout: LOKO' */

/* Start of CMSMS style sheet 'Plugin: Gallery' */
#content .imagegallery, #content .albumlist, #content .picturelist {
   margin: 0;
   padding: 1em 0 0;
}

#content .thumb {
   margin: 0;
   padding: 0;
   width: 134px;
   height: 130px;
   line-height: normal;
   list-style-type:none;
   text-align:center;
   float: left;
}
#content .thumb a {
}
#content .thumb a img {
   padding: 1px;
   border: 1px solid #063;
   text-decoration:none;
}
#content .thumb a:hover img {
   border-color: #000;
}
#content .thumb a:hover {
   background-color: transparent;
}

#content .albumlist .thumb {
   width: 300px;
   margin-right: 12px;
   height: 150px;
   text-align: left;
}
#content .sidebar-left .thumb, #content .sidebar-right .thumb {
   float: none;
   width: auto;
   height: auto;
   text-align: center;
   padding: 0 0 10px 0;
}
#content div.thumb-photo {
   float: left;
   padding: 0 0.5em 0 0;
}
#content h3.albumtitle {
   display: none;
}
#content .thumb h3.albumtitle {
   display: block;
   font-size: 1.1em;
   margin: 0;
}
#content h3.albumtitle a:hover {
   background-color: #fc3;
}

.albumpicturecount {
   padding: 0.3em 0;
   color: #666;
   font-size: smaller;
}
.albumcomment {
}

/* CSS for Lightbox follows */
#lightbox {
   position: absolute;
   top: 40px;
   left: 0;
   width: 100%;
   z-index: 100;
   text-align: center;
   line-height: 0;
}
#lightbox a img {
   border: none;
}
#outerImageContainer{
   position: relative;
   background-color: #fff;
   border: 1px solid #ccc;
   border-bottom: none;
   width: 250px;
   height: 250px;
   margin: 0 auto;
}

#imageContainer{
   padding: 8px;
}
#imageContainer img {
   border: 1px solid #ccc;
}

#loading{
   position: absolute;
   top: 40%;
   left: 0%;
   height: 25%;
   width: 100%;
   text-align: center;
   line-height: 0;
}
#hoverNav{
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
   z-index: 10;
}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a {
   outline: none;
}

#prevLink, #nextLink{
   width: 49%;
   height: 100%;
   background: transparent url(plugins/lightbox/images/blank.gif) no-repeat; /* Trick IE into showing hover */
   display: block;
}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover {
   background: url(plugins/lightbox/images/prev.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
   background: url(plugins/lightbox/images/next.gif) right 15% no-repeat;
}
#imageDataContainer{
   font: 10px Verdana, Helvetica, sans-serif;
   background-color: #fff;
   border: 1px solid #ccc;
   border-top: none;
   margin: 0 auto;
   line-height: 1.4em;
}

#imageData{
   padding:0 10px;
}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose { width: 26px; float: right;  padding-bottom: 0.7em;	}	
#imageData a#bottomNavClose:hover {background-color: transparent}	
		
#overlay{
   position: absolute;
   top: 0;
   left: 0;
   z-index: 90;
   width: 100%;
   height: 500px;
   background-color: #000;
   filter:alpha(opacity=60);
   -moz-opacity: 0.6;
   opacity: 0.6;
}

/* End of 'Plugin: Gallery' */

/* Start of CMSMS style sheet 'Module: Calendar' */
.calendar-navigation {
  padding: 0.5em 0;
  font-size: 105%;
  text-align: center;
}
.calendar-event {
  padding: 0.3em 0.5em;
  margin: 0 0 0.5em;
  border:  1px dotted #ccc;
  background-color: #fff;
}
.calendar-event:hover {
  background-color: #ffc;
}
.calendar-event img.banner {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
.calendar-upcominglist .calendar-event {
  font-size: 90%;
}
.calendar-list .calendar-event {
  background-color: #f6f6f6;
}
.calendar-list .calendar-event:hover {
  background-color: #ffc;
}
.calendar-morelink {
  float: right;
}
.calendar-category {
   padding: 0.2em 0.3em 0.2em 18px;
   background: url(images/icons/small/category.gif) no-repeat 2px center transparent;
   text-align: left;
   color: #009;
   font-weight: bold;
}
.calendar-upcominglist .calendar-category, .calendar-list .calendar-category {
  float: left;
}
#content .calendar-upcominglist h3 {
  font-size: 1.2em;
}
.calendar-bannerlist .calendar-event {
  text-align: center;
  font-size: 90%;
}
#content .calendar-bannerlist .calendar-event h3 {
  text-align: center;
  font-size: 1.1em;
}
img.cal-event-category {
  vertical-align: baseline;
}
.calendar-upcominglist img.cal-event-category {
  float: right;
  margin-left: 2px;
}
.calendar-date-from {
  padding: 0.2em 0.3em 0.2em 18px;
  text-align: left;
  color: #900;
  background: url(images/icons/small/date.gif) no-repeat 2px center transparent;
  border-bottom: 1px dotted #ccc;
}
.calendar-summary {
  font-weight: bold;
  padding-bottom: 0.3em
}
.calendar-details {
  padding-top: 0.3em;
}
.calendar-month {
  font-size: 110%;
}
.calendar-today {
  font-weight: bold;
}

#small {
  margin: 1em auto;
  border-left: 1px solid #666;
  border-top: 1px solid #666;
}
#small td , #small th {
  background-color: #ffc;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  vertical-align: middle;
  height: 25px;
  width: 30px;
}
#small th {
  color: #333;
  background-color: #ccc;
  text-align: center;
  font-size: 0.9em;
  padding: 3px 0;
}
#small td {
  text-align: center;
}
#small tr td a {
  display: block;
  line-height: 25px;
  font-weight: bold;
  color: red;
}
#small .calendar-day {
  background-color: #fff;
}
#small .calendar-today {
  font-weight: normal;
  background-color: #fc0;
}

/* End of 'Module: Calendar' */

