/* *************************************************	*/
/*	Gallery Styles 			                			*/
/* *************************************************	*/


#motioncontainer 
{
  /*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
  width: 100%; /* Set to gallery width, in px or percentage */
  height: 77px; /* Set to gallery height */
  position:relative;
  overflow:hidden;
  margin:10px 0 0 0;
}

#motioncontainer a img 
{
  border: 1px solid #cccccc; /* Set image border color */
  height: 75px;
}

#motioncontainer a:hover img 
{
  border: 1px solid #FEC053; /* Set image border hover color */
}

#statusdiv 
{
  background-color: lightyellow;
  border: 1px solid gray;
  padding: 2px;
  position: absolute; /* Stop Editing Gallery Styles */
  left: -300px;
  visibility: hidden;
}

#motioncontainer a:hover 
{
  color: red; /* Dummy definition to overcome IE bug */
}

table.galeria
{
background-color:#9E3548; 

}

td.cim
{
/*background-image:url(../../../themes/default/images/gallery_header.jpg);*/
padding-left:20px;
color:#FFFFFF;
font-weight:bold;
font-size			:13px;
}

td.datum
{
background-color:#8B898A;
color:#62a1cb;
font-weight:normal
}

div.forras
{
color:#0167aa;
margin: 5px 0 5px 0;
}

td.kepnev
{
color:FFFFFF;
font-weight:bold;
background-color:8B898A;
}

/* End Gallery Styles */

div.bezar
{
font-family:Tahoma;
font-size:12px;
color:#F3F3F3;
cursor:pointer;
}

div.bezar:hover
{
color:#ffffff;
}

link,a.honapok_off:link, a.honapok_off:visited, a.honapok_off:active
{
	text-decoration		:underline;
	font-family			:Tahoma;
	font-size			:11px;
	font-weight			:normal;
	color				:#FFFFFF;
}

a.honapok_off:hover
{
	text-decoration		:none;
}

link,a.honapok_on:link, a.honapok_on:visited, a.honapok_on:active
{
	text-decoration		:none;
	font-family			:Tahoma;
	font-size			:11px;
	font-weight			:bold;
	color				:#FEC053;
}

a.honapok_on:hover
{
	text-decoration		:none;
}

a.cim:link, a.cim:visited, a.cim:active
{
	font-size:13px;
	font-weight:bold;
	text-decoration:underline;
	color:#9E3548;
}

a.cim:hover
{
	text-decoration:none;
}

