/********** Links **********/
a:link {
	color:  #775f4d;
	text-decoration: none;		font-weight: bold;
	background-color: transparent;
		}
a:visited {
	color:  #775f4d;
	text-decoration: none;		font-weight: bold;
	background-color: transparent;
		}
a:hover {
	color: #775f4d;
	text-decoration: underline;		font-weight: bold;
	background-color: transparent;
		}
		
#somewhere_else a.gs-title, a.gs-title { color : #775f4d; }		
#somewhere_else .gs-webResult .gs-visibleUrl-short { color : #8A8A8A; }		
#somewhere_else .gsc-trailing-more-results { color : #775f4d; }

h1 .tagline,
h1 a .tagline {
  font-size : 13px;
  font-weight : normal;
  color : #676767;
  text-decoration : underline;
  cursor : pointer;
}
    
#somewhere_else a.gs-title a.tagline .tagline{
    color : #775f4d;}  

/********** Headers **********/

		h1, h2, h3, h4, h5, h6 {
	color:#775f4d;
	padding: 0;
		}
		
		h1 {
	font-size: 125%;
	margin: 5px 0 15px 0;
		}
		
		h2 {
	font-size: 115%;
	margin: 5px 0 15px 0;
	padding-bottom: 0;
		}
		
		h3 {
	font-size: 105%;
	margin: 5px 0 15px 0;
	padding-bottom: 0;
		}
		
		h4 {
	font-size: 100%;
	margin: 5px 0 15px 0;
	padding-bottom: 0;
		}
		
		h5 {
	font-size: 100%;
	margin: 5px 0 5px 0;
	padding-bottom: 0;
		}
		
		h6 {
	font-size: 85%;
	margin: 5px 0 5px 0;
	padding-bottom: 0;
		}	


/********** Lists **********/
		ul{
	margin:0;
	padding:0;
	}

		li{
	list-style: none;
	padding: 0 0 10px 17px;
	background: url(images/muziejus_menu_bullet_gold.png) no-repeat 0 1px;	
	}
		ul h3{
	margin:0;
	padding: 0 18px;
	background: url(images/muziejus_title_bullet_gold.png) no-repeat 0px 1px;	
	}
	
	span.image
	{
			background: url(images/muziejus_path_bullet_gold.png) no-repeat 0px 3px;	
			width:10px;
			
			
	}
/********** Layout **********/

#body_top{
	height: 228px;
	background-color: #000000;	
        background-image: url(images/muziejus_menu_line_gold.gif);	
	background-repeat:  repeat-x;
	vertical-align: top;
     }
#content_separator
{
	width: 1px;
	height:258px;
	background-image: url(images/muziejus_separator_gold.gif);	
	background-repeat:no-repeat;
	vertical-align: top;
     }

/********** Calendar **********/

.calendar
{
	
	width: 160px;
	
	padding-left: 0px;
	
	padding-top:0px;

	margin-top:20px;
	background-color: #FBFBFB;

}


.calendar_month
{

	
	padding-left: 0px;
	
	padding-top:1px;

}


.calendarCell
{
	cursor: default;
	font-size: 11px;
	color: #816c51;
	text-align: center;
	vertical-align: middle;
	cursor: default;
}

.dayNames
{
	
	font-weight: bold;

	color: #816c51;

}


.eventDay
{
	
	font-weight: bold;
	

}


.activeDay
{
	background-color: #EEEEEE;
}


a.calendarLink
{
	
	
	font-size: 9px;
	
	color: #816c51;
}


.otherDays 
{
		
	color: #BBBBBB;

}


