<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* DEFAULTS
----------------------------------------------------------*/

body {  font-size: 12px; font-family: Verdana, Arial, sans-serif; margin: 0px; padding: 0px; color: #0e0e0e; }

a:link    { font-size: 13px; color: #000000; text-decoration: none; font-weight: bold; }
a:visited { font-size: 13px; color: #000000; text-decoration: none; font-weight: bold; }
a:hover   { font-size: 13px; color: #000000; text-decoration: none; font-weight: bold; }
a:active  { font-size: 13px; color: #000000; text-decoration: none; font-weight: bold; }

a:link    img { border: none; }
a:visited img { border: none; }
a:hover   img { border: none; }
a:active  img { border: none; }

h1, h2, h3, { margin: 0px; }
h2{font-size:16px; color:#000; font-weight:normal;}

/* MISC
----------------------------------------------------------*/

.clearDiv { clear: both; width: 100%; height: 0px; margin: 0px; padding: 0px; }
.title { display: block; float: left; text-align: left; width: auto; }

.alignLeft { text-align: left; }
.alignRight { text-align: right; }
.alignCenter { text-align: center; }

.redText { color: #ff0000; }
.boldText { font-weight: bold; }

.defaultInput { width: 205px; height: 14px; border: 1px solid #b4c1c8; font-size: 12px; color: #444444; margin: 5px 0 0 5px; }

/* Rate
----------------------------------------------------------*/

.ratingInActive { width: 16px; height: 16px; padding: 0px; margin: 0px; border: 0px; font-size: 0px; background-color: transparent; background-image: url(Images/rating.png); background-position: top center; background-repeat: no-repeat; cursor: pointer; }
.ratingActive { width: 16px; height: 16px; padding: 0px; margin: 0px; border: 0px; font-size: 0px; background-color: transparent; background-image: url(Images/rating.png); background-position: center center; background-repeat: no-repeat; cursor: pointer; }

/* Comment
----------------------------------------------------------*/

.commentContainer { position: relative; width: 460px; height: auto; margin: 0px auto 5px auto; padding: 5px; }
.commentContainer .commentHeaderContainer { position: relative; width: 450px; height: auto; overflow: hidden; border-bottom: 1px dotted #097cbf; }

.commentContainer .commentDataContainer { position: relative; width: 350px; height: auto; overflow: hidden; float: left; text-align: left; }
.commentContainer .commentDataContainer .commentName { font-size: 14px; font-weight: bold; }
.commentContainer .commentDataContainer .commentDate { font-size: 12px; color: #097cbf;  }

.commentContainer .commentAnswerButtonContainer { position: relative; width: 100px; height: auto; overflow: hidden; float: left; text-align: right; }
.commentContainer .commentAnswerButtonContainer .commentAnswerButton       { border: 0px; background-color: transparent; color: #000000; font-weight: bold; padding: 0px; margin: 0px; cursor: pointer; }
.commentContainer .commentAnswerButtonContainer .commentAnswerButton:hover { border: 0px; background-color: transparent; color: #097cbf; font-weight: bold; padding: 0px; margin: 0px; cursor: pointer; }

.commentContainer .commentContent { position: relative; width: 450px; height: auto; overflow: hidden; color: #000000; margin-bottom: 5px; }

.commentAnswerContainer { position: relative; width: 430px; height: auto; margin: 0px auto 5px auto; background-color: #ffffff; padding: 5px; }
.commentAnswerContainer .commentAnswerHeaderContainer { position: relative; width: 430px; height: auto; overflow: hidden; border-bottom: 1px dotted #097cbf; }

.commentAnswerContainer .commentAnswerHeaderContainer .commentName { font-size: 14px; font-weight: bold; color: #000000; }
.commentAnswerContainer .commentAnswerHeaderContainer .commentDate { font-size: 12px; color: #097cbf; }

.commentAnswerContainer .commentAnswerContent { position: relative; width: 430px; height: auto; overflow: hidden; color: #000000; }

.commentFormTable { position: relative; width: 460px; height: auto; margin: 0px auto; }

.commentFormTable label { font-weight: bold; }
.commentFormTable h3 { padding-bottom: 0px; margin-bottom: 0px; }

.commentInput { width: 170px; border: 1px solid #222222; }
.commentMessageInput { width: 440px; border: 1px solid #222222; resize: none; }

/* CommentGadget
----------------------------------------------------------*/

.commentContainerGadget { position: relative; width: 183px; height: auto; margin: 0px auto 5px auto; padding: 5px; }
.commentContainerGadget .commentHeaderContainerGadget { position: relative; width: 183px; height: auto; overflow: hidden; margin-bottom:5px; }

.commentContainerGadget .commentDataContainerGadget { position: relative; width: 183px; height: auto; overflow: hidden; float: left; text-align: left; height:16px; line-height:16px; }
.commentContainerGadget .commentName { font-size: 12px; font-weight: bold; text-decoration:underline; }
.commentContainerGadget .commentDataContainerGadget .dateIcon{float:left;}
.commentContainerGadget .commentDataContainerGadget .commentDate { font-size: 12px; color: #097cbf; line-height:16px; float:left; margin-left:4px;}


.commentContainerGadget .commentContent { position: relative; width: 183px; height: auto; overflow: hidden; color: #000000; margin-bottom: 5px; font-size:10px; }
a.nextLink:link{font-size:10px; float:right; color:#000;}
a.nextLink:hover{font-size:10px; float:right; color:#000;}
a.nextLink:visited{font-size:10px; float:right; color:#000;}
a.nextLink:active{font-size:10px; float:right; color:#000;}

/* Gallery
----------------------------------------------------------*/

.galleryItemContainer { position: relative; width: 220px; height: auto; overflow: hidden; float: left; background-color: #e1e2da; padding-bottom: 5px; margin: 0px 0px 10px 0px; }
.galleryItemSeparator { position: relative; width: 20px; height: auto; overflow: hidden; float: left; }

.galleryTitleContainer { position: relative; width: 220px; height: auto; overflow: hidden; padding: 2px 5px; background-color: #097cbf; }
.galleryTitleContainer h2 { font-size: 13px; padding: 0px; margin: 0px; color: #fefefe; }

.galleryTitleContainer h2 a:link    { font-size: 13px; color: #fefefe; }
.galleryTitleContainer h2 a:visited { font-size: 13px; color: #fefefe; }
.galleryTitleContainer h2 a:hover   { font-size: 13px; color: #ffffff; }
.galleryTitleContainer h2 a:active  { font-size: 13px; color: #fefefe; }

.galleryImageContainer { position: relative; width: 210px; height: 120px; margin: 4px auto 2px auto; border: 1px solid #999999; overflow: hidden; text-align: center; }
.galleryImageContainer img { height: 100%; }

.gallerySideBoxItemContainer { position: relative; width: 200px; height: auto; overflow: hidden; background-color: #eeeeee; padding-bottom: 5px; margin: 0px auto 10px auto;}
.gallerySideBoxTitleContainer { position: relative; width: 190px; height: auto; overflow: hidden; padding: 2px 5px; background-color: #097cbf; }
.gallerySideBoxTitleContainer h2 { font-size: 13px; padding: 0px; margin: 0px; color: #fefefe; }

.gallerySideBoxTitleContainer h2 a:link    { font-size: 13px; color: #fefefe; }
.gallerySideBoxTitleContainer h2 a:visited { font-size: 13px; color: #fefefe; }
.gallerySideBoxTitleContainer h2 a:hover   { font-size: 13px; color: #ffffff; }
.gallerySideBoxTitleContainer h2 a:active  { font-size: 13px; color: #fefefe; }

.gallerySideBoxImageContainer { position: relative; width: 190px; height: 110px; margin: 4px auto 2px auto; border: 1px solid #999999; overflow: hidden; text-align: center; }
.gallerySideBoxImageContainer img { width: auto !important; height: 100% !important; }

/* Generated Form
----------------------------------------------------------*/

.formItemContainer { position: relative; width: 460px; height: auto; padding: 5px 0px; clear: both; }
.formItemDescriptionContainer { position: relative; width: 120px; height: auto; font-size: 12px; color: #444444; float: left; }
.formItemDescriptionContainer label { display: block; font-size: 13px; font-weight: bold; }
.formItemContentContainer { position: relative; width: 340px; height: auto; float: left; }
.validatorContainer { position: relative; width: 340px; height: auto; float: left; color: #ff0000; }

.formItemContainer input[type=text] { width: 335px; }
.formItemContainer textarea { width: 335px; }

/* MENU PARTS
----------------------------------------------------------*/

.TopContainer { position: relative; width: 100%; min-width: 1000px; height: 376; background:url(Images/headBg.jpg) repeat-x top left; padding: 0px 0px 0px 0px; }

.TOP_PART { position: relative; width: 100%; height: 376px; padding: 0px; margin: 0px;}
.TOP_PART_CONTENT { position: relative; width: 958px; height: 450px; padding: 0px; margin: 0px auto; }

.BANNER_PART { }
.TOP2_PART {}

.MAIN_PARTS_CONTAINER { position: relative; width: 100%; height: auto; padding: 0px; margin: 0px; }
.MAIN_PARTS_CONTAINER_CONTENT { position: relative; width: 958px; height: auto; padding: 0px; margin: 0px auto; background:url(Images/contentBg2.jpg) repeat-y; }

.LEFT_PART { position: relative; float: left; width: 193px; height: auto; margin: 0px auto; padding: 10px; background:url(Images/leftBg.jpg) no-repeat; overflow:hidden; }
.MAIN_PART { position: relative; float: left; width: 522px; height: auto; min-height:1px; margin: 0px auto; padding:10px; }
.RIGHT_PART { position: relative; float: left; width: 183px; height: auto; margin: 0px auto; padding: 10px; background:url(Images/right.jpg) no-repeat; overflow:hidden; }

.FOOTER_PART { position: relative; width: 100%; min-width: 1000px; height: 48px; margin: 0px auto; padding: 10px 0px; background: #d5d5d5 url(Images/footerBg.jpg) top left repeat-x; }
.FOOTER_PART_CONTENT { position: relative; width: 958px; height: 48px; padding: 0px; margin: 0px auto; }

.FOOTER2_PART { position: relative; width: 100%; min-width: 1000px; height: 68px; margin: 0px auto; background: url(Images/footerContainer2Bg.jpg) top left repeat-x; }
.FOOTER2_PART_CONTENT { position: relative; width: 920px; height: 68px; padding: 0px; margin: 0px auto; }

/* MENU CONTENT
----------------------------------------------------------*/
.logo { position: absolute; top: 0px; left: 0px; }
.laguage { position: absolute; top: 10px; right: 0px; }

.weather{position: absolute; top: 0px; left: 300px;}
.searchBox{height:27px; position:absolute; top:352px; right:0; line-height:27px;}
.searchTbx{border:1px solid #666; float:left; font-size:11px; font-weight:bold; padding:2px 5px; width:160px;}
/* Menu - top */
.menu { position: absolute; top: 349px; left: 0px; height: 27; width: auto; }
.menu .menuSeparatorDiv { display: block; float: left; height: 27px; width: 2px; background: url(Images/menuSeparator.jpg) top left no-repeat;}

.menu a.topMenuItem:link    { display: block; float: left; padding:0 16px; line-height:27px; margin: 0; text-decoration: none; border: none; font-size: 14px; font-weight:bold; color: #212121; }
.menu a.topMenuItem:visited { display: block; float: left; padding:0 16px; line-height:27px; margin: 0; text-decoration: none; border: none; font-size: 14px; font-weight:bold; color: #212121; }
.menu a.topMenuItem:hover   { display: block; float: left; padding:0 16px; line-height:27px;  margin: 0; text-decoration: none; border: none; font-size: 14px; font-weight:bold; color: #000000; background:url(Images/menuHoverBg.jpg);}
.menu a.topMenuItem:active  { display: block; float: left; padding:0 16px; line-height:27px; margin: 0; text-decoration: none; border: none; font-size: 14px; font-weight:bold; color: #212121; }

.menu a.topMenuItemSelected:link    { display: block; float: left; padding:0 16px; line-height:27px; margin: 0; text-decoration: none; border: none; font-size: 14px; font-weight:bold; color: #000000; background:url(Images/menuHoverBg.jpg);}
.menu a.topMenuItemSelected:visited {  display: block; float: left; padding:0 16px;  line-height:27px; margin: 0; text-decoration: none; border: none; font-size: 14px; font-weight:bold; color: #000000; background:url(Images/menuHoverBg.jpg);}
.menu a.topMenuItemSelected:hover   {  display: block; float: left; padding:0 16px; line-height:27px; margin: 0; text-decoration: none; border: none; font-size: 14px; font-weight:bold; color: #000000; background:url(Images/menuHoverBg.jpg);}
.menu a.topMenuItemSelected:active  { display: block; float: left; padding:0 16px; line-height:27px; margin: 0; text-decoration: none; border: none; font-size: 14px; font-weight:bold; color: #000000; background:url(Images/menuHoverBg.jpg);}

.menu a.topMenuItemFirst:link    { display: block; float: left; padding:0 17px; line-height:27px; margin: 0; text-decoration: none; border: none; font-size: 14px; font-weight:bold; color: #212121; }
.menu a.topMenuItemFirst:visited { display: block; float: left; padding:0 17px; line-height:27px; margin: 0; text-decoration: none; border: none; font-size: 14px; font-weight:bold; color: #212121; }
.menu a.topMenuItemFirst:hover   { display: block; float: left; padding:0 17px; line-height:27px;  margin: 0; text-decoration: none; border: none; font-size: 14px; font-weight:bold; color: #000000; background:url(Images/menuHoverBg.jpg);}
.menu a.topMenuItemFirst:active  { display: block; float: left; padding:0 17px; line-height:27px; margin: 0; text-decoration: none; border: none; font-size: 14px; font-weight:bold; color: #212121; }

.menu a.topMenuItemSelectedFirst:link    { display: block; float: left; padding:0 17px; line-height:27px; margin: 0; text-decoration: none; border: none; font-size: 14px; font-weight:bold; color: #000000; background:url(Images/menuHoverBg.jpg);}
.menu a.topMenuItemSelectedFirst:visited {  display: block; float: left; padding:0 17px;  line-height:27px; margin: 0; text-decoration: none; border: none; font-size: 14px; font-weight:bold; color: #000000; background:url(Images/menuHoverBg.jpg);}
.menu a.topMenuItemSelectedFirst:hover   {  display: block; float: left; padding:0 17px; line-height:27px; margin: 0; text-decoration: none; border: none; font-size: 14px; font-weight:bold; color: #000000; background:url(Images/menuHoverBg.jpg);}
.menu a.topMenuItemSelectedFirst:active  { display: block; float: left; padding:0 17px; line-height:27px; margin: 0; text-decoration: none; border: none; font-size: 14px; font-weight:bold; color: #000000; background:url(Images/menuHoverBg.jpg);}

.menu a.lastMenu:link{padding:0 18  !important;}
.menu a.lastMenu:hover{padding:0 18 !important;}
.menu a.lastMenu:visited{padding:0 18 !important;}
.menu a.lastMenu:active{padding:0 18 !important;}
/* MAIN CONTENT
----------------------------------------------------------*/
.LEFT_PART .GadgetBox { position: relative; width: 220px; height: auto; border: none; margin: 0 auto 30px auto; background-color: #e1e2da; }

.LEFT_PART .GadgetBox .sideBoxHeader { position: relative; display: block; width: 210px; height: 30px; background-color: #097cbf; color: #fefefe; font-size: 14px; line-height: 30px; padding: 0 5px; }
.LEFT_PART .GadgetBox .sideBoxContent { position: relative; width: 210px; height: auto; border: none; margin: 0; padding: 10px 5px; font-size: 12px; color: #232020; }

.LEFT_PART .GadgetBox a { font-size: 11px; color: #434343; font-weight: normal; }
.LEFT_PART .GadgetBox a.sideBoxLink { display: block; font-size: 11px; color: #097cbf; width: 210px; text-align: right; }
.LEFT_PART .GadgetBox ul { color: #097cbf; margin: 0px; margin-left: 5px; padding-left: 0px; list-style-position: inside; }
.LEFT_PART .GadgetBox ul li { padding-top: 3px; padding-left: 0px; margin: 0; font-size: 12px; } 
.LEFT_PART .GadgetBox ul li a { color: #097cbf; font-size: 12px; }
.LEFT_PART .GadgetBox img { display: block; width: 40px; height: auto; border: none; float: left; }
.LEFT_PART .GadgetBox .sideBoxTextbox { width: 168px; height: 13px; border: 1px solid #6b6a65; margin-bottom: 9px; font-size: 11px; color: }
.LEFT_PART .GadgetBox .sideBoxButton { position: relative; float: right; width: auto; height: 18px; margin: 0; margin-bottom: 9px; padding: 3px 5px; border: none; background-color: #097cbf; color: #ffffff; font-size: 12px; cursor: pointer; }

.RIGHT_PART .GadgetBox { position: relative; width: 220px; height: auto; border: none; margin: 0 auto 30px auto; background-color: #e1e2da; }

.RIGHT_PART .GadgetBox .sideBoxHeader { position: relative; display: block; width: 210px; height: 30px; background-color: #097cbf; color: #fefefe; font-size: 14px; line-height: 30px; padding: 0 5px; }
.RIGHT_PART .GadgetBox .sideBoxContent { position: relative; width: 210px; height: auto; border: none; margin: 0; padding: 10px 5px; font-size: 12px; color: #232020; }

.RIGHT_PART .GadgetBox a { font-size: 11px; color: #434343; font-weight: normal; }
.RIGHT_PART .GadgetBox a.sideBoxLink { display: block; font-size: 11px; color: #097cbf; width: 210px; text-align: right; }
.RIGHT_PART .GadgetBox ul { color: #097cbf; margin: 0px; margin-left: 5px; padding-left: 0px; list-style-position: inside; }
.RIGHT_PART .GadgetBox ul li { padding-top: 3px; padding-left: 0px; margin: 0; font-size: 12px; } 
.RIGHT_PART .GadgetBox ul li a { color: #097cbf; font-size: 12px; }
.RIGHT_PART .GadgetBox img { display: block; width: 40px; height: auto; border: none; float: left; }
.RIGHT_PART .GadgetBox .sideBoxTextbox { width: 168px; height: 13px; border: 1px solid #6b6a65; margin-bottom: 9px; font-size: 11px; color: }
.RIGHT_PART .GadgetBox .sideBoxButton { position: relative; float: right; width: auto; height: 18px; margin: 0; margin-bottom: 9px; padding: 3px 5px; border: none; background-color: #097cbf; color: #ffffff; font-size: 12px; cursor: pointer; }

/* FOOTER CONTENT
----------------------------------------------------------*/

.FOOTER2_PART_CONTENT .GadgetBox { height: 140px; width: 300px; height: auto; float: left; margin: 0; padding: 10px 5px 30px 0px; color: #ffffff; }

.FOOTER2_PART_CONTENT .GadgetBox h2 { font-size: 16px; color: #097cbf; font-weight: normal; }

.FOOTER2_PART_CONTENT .GadgetBox .socialLinks { display: block; float: left; height: 33px; width: 33px; margin: 0 5px; }

a.newsletterLink { font-size: 10px; color: #000; line-height:16px; background:url(Images/btnBg.jpg) repeat-x; height:16px; padding:1px 5px 2px 5px; font-weight:normal;}
a.newsletterLink img { margin: 0 0 0 5px; }

.footerMenu { position: absolute; bottom: 0px; right: 0px; height: 28px; }
.footerMenu a.footerMenuItem { display: block; float: left; margin: 0 0 0 6px; font-size: 12px; color: #ffffff;  font-weight:normal; padding:0; }
.footerMenu a.footerMenuItem:hover { display: block; float: left; margin: 0 0 0 6px; font-size: 12px; color: #bbbbbb;  font-weight:normal; padding:0; }

.lunirLogo { position: absolute; bottom: 0px; left: 400px; height: 32px; color:#fff; font-weight:normal; padding:0; margin:0; }
.lunirLogo a:link{color:#FFF; font-weight:normal; padding:0; margin:0; }
.lunirLogo a:hover{color:#FFF; font-weight:normal; padding:0; margin:0; }
.lunirLogo a:visited{color:#FFF; font-weight:normal; padding:0; margin:0; }
.lunirLogo a:active{color:#FFF; font-weight:normal; padding:0; margin:0; }

/* MENU TREE
----------------------------------------------------------*/
ul.menuTree, ul.menuTree ul, ul.menuTree ul ul{ list-style:none;  padding:0; margin:0;}
ul.menuTree ul{padding-left:7px;}
ul.menuTree ul ul{padding-left:20px;}

ul.menuTree li{line-height:14px; list-style-position:inside; padding-top:5px;  margin-bottom:8px;}

ul.menuTree li ul li{line-height:11px; list-style-position:inside; padding:0; margin:0; padding-top:5px;}

ul.menuTree li ul li ul li{line-height:11px; list-style-position:inside; padding:0; margin:0; padding-top:5px;}

ul.menuTree li a:link{font-size:14px; color:#3688b6; font-weight:bold;}
ul.menuTree li a:hover{font-size:14px; color:#3688b6; font-weight:bold;}
ul.menuTree li a:visited{font-size:14px; color:#3688b6; font-weight:bold;}
ul.menuTree li a:active{font-size:14px; color:#3688b6; font-weight:bold;}

ul.menuTree li &gt; .image{ width:14px; height:14px; float:left; margin-right:6px;}
ul.menuTree li ul li &gt; .image{ width:11px; height:11px; float:left; margin-right:6px;}

ul.menuTree li.opened &gt; .image{background:url(Images/plusminus.png) bottom left;}
ul.menuTree li.closed &gt; .image{background:url(Images/plusminus.png) top left;}

ul.menuTree li ul li a:link{font-size:11px; color:#222; }
ul.menuTree li ul li a:hover{font-size:11px; color:#111; }
ul.menuTree li ul li a:visited{font-size:11px; color:#222; }
ul.menuTree li ul li a:active{font-size:11px; color:#222; }

ul.menuTree li ul li.opened &gt; .image{ background:url(Images/plusminusMini.png) bottom left;}
ul.menuTree li ul li.closed &gt; .image{ background:url(Images/plusminusMini.png) top left;}


/*--- NEWSLISTS modul -------*/
.blue{color:#3688b6;}
.newsTop{font-size:12px; margin:10px 0;}
.new{margin-bottom:15px; margin-left:20px;}
a.NextNews:link{float:right; font-size:12px; color:#000; margin-top:6px;}
a.NextNews:hover{float:right; font-size:12px; color:#000;  margin-top:6px;}
a.NextNews:visited{float:right; font-size:12px; color:#000;  margin-top:6px;}
a.NextNews:active{float:right; font-size:12px; color:#000;  margin-top:6px;}

a.newslink:link{float:right; font-size:12px; color:#000;}
a.newslink:hover{float:right; font-size:12px; color:#000;}
a.newslink:visited{float:right; font-size:12px; color:#000;}
a.newslink:active{float:right; font-size:12px; color:#000;}

.newsletter .defaultInput{width:130px;}
.EventCalendarDiv{padding:10px; background:#fff;}

a.newImageLink:link{ font-size: 10px; color: #000; line-height:16px; background:url(Images/btnBg.jpg) repeat-x; height:16px; padding:1px 5px 2px 5px; font-weight:normal;}
a.newImageLink:hover{ font-size: 10px; color: #000; line-height:16px; background:url(Images/btnBg.jpg) repeat-x; height:16px; padding:1px 5px 2px 5px;  font-weight:normal;}
a.newImageLink:visited{ font-size: 10px; color: #000; line-height:16px; background:url(Images/btnBg.jpg) repeat-x; height:16px; padding:1px 5px 2px 5px;  font-weight:normal;}
a.newImageLink:active{ font-size: 10px; color: #000; line-height:16px; background:url(Images/btnBg.jpg) repeat-x; height:16px; padding:1px 5px 2px 5px;  font-weight:normal;}


#DateAndName_Panel{position:absolute; right:0; font-size:11px; padding-top:5px;}

.whiteDiv{width:100px; height:60px; background:#fff; position:absolute; z-index:900;}

.menuLink{float:left; width:174px; margin-top:15px;}
.menuLink a:link{color:#000; font-size:14px; font-weight:normal;}
.menuLink a:hover{color:#000; font-size:14px; font-weight:normal;}
.menuLink a:visited{color:#000; font-size:14px; font-weight:normal;}
.menuLink a:active{color:#000; font-size:14px; font-weight:normal;}

.menuLinkGadget a:link{font-size: 10px; color: #000; line-height:16px; background:url(Images/btnBg.jpg) repeat-x; height:16px; padding:1px 5px 2px 5px; font-weight:normal;}
.menuLinkGadget a:hover{font-size: 10px; color: #000; line-height:16px; background:url(Images/btnBg.jpg) repeat-x; height:16px; padding:1px 5px 2px 5px; font-weight:normal; }
.menuLinkGadget a:visited{font-size: 10px; color: #000; line-height:16px; background:url(Images/btnBg.jpg) repeat-x; height:16px; padding:1px 5px 2px 5px; font-weight:normal; }
.menuLinkGadget a:active{font-size: 10px; color: #000; line-height:16px; background:url(Images/btnBg.jpg) repeat-x; height:16px; padding:1px 5px 2px 5px; font-weight:normal; }



.calendarDays a:link{font-weight:normal; color:#3688b6;}
.calendarDays a:hover{font-weight:normal; color:#3688b6;}
.calendarDays a:visited{font-weight:normal; color:#3688b6;}
.calendarDays a:active{font-weight:normal; color:#3688b6;}

a.eventCalendarNextLink:link{float:right; margin:3px 0;}
a.eventCalendarNextLink:hover{float:right; margin:3px 0;}
a.eventCalendarNextLink:visited{float:right; margin:3px 0;}
a.eventCalendarNextLink:active{float:right; margin:3px 0;}

a.newImgLink:link{width:150px; height:120px; display:block; float:left; margin-left:10px; overflow:hidden; margin-bottom:5px;}
a.newImgLink:hover{width:150px; height:120px; display:block; float:left; margin-left:10px; overflow:hidden; margin-bottom:5px;}
a.newImgLink:visited{width:150px; height:120px; display:block; float:left; margin-left:10px; overflow:hidden; margin-bottom:5px;}
a.newImgLink:active{width:150px; height:120px; display:block; float:left; margin-left:10px; overflow:hidden; margin-bottom:5px;}</pre></body></html>