body, td
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

.tbl-tit{background: #747474;}
.tbl-str1{background: #e6e6e6;}
.tbl-str2{background: #f6f6f6;}
td.tbl-str1, .tbl-str1 td, tbl-str2 td, td.tbl-str2{font-size: 10px;}


a
{
	color: #C71444;
	text-decoration: underline;	
}

a:hover
{
	text-decoration: none;	
}

td.titles_separator
{
	background: #999999 url('titles_separator.gif') center top no-repeat; 
}

td.colors
{
	width: 30px;
	height: 22px;
	background: #FFFFFF url('colors_bg.gif');
}

a.model_menu
{
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	line-height: 19px;
}

a:hover.model_menu, 
a:active.model_menu 
{
	color: #C71444;
	text-decoration: none;
}

img.colors
{
	width: 16px;
	height: 16px;
	margin-bottom: 1px;
	margin-left: 9px;
	border-width: 0px;
	padding: 0px;
}

img.gallery_preview
{
	width: 80px;
	height: 48px;
	border-color: #D0D0D0;
	margin-bottom:5px;
}

form
{
 display: inline; 
} 

.txt
{
	border-width: 1px;
	border-color: #999999;
	border-style: solid;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	
}
.red_txt
{
	color: #C71444;
}

a.gallery_link
{
color: #666666;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
padding-left: 15px;
line-height: 15px;
text-decoration: none;
background: #FFFFFF url('gallery_arrow.gif') left center no-repeat;
}
a:hover.gallery_link
{color: #C71444;
text-decoration: none;
background: #FFFFFF url('menu_arrow_act.gif') left center no-repeat;
}

a.map_link
{
color: #C71444;;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
padding-left: 15px;
padding-right: 15px;
line-height: 15px;
text-decoration: none;
background: #FFFFFF url('gallery_arrow.gif') left center no-repeat;
}
a:hover.map_link
{color: #C71444;
text-decoration: underline;
}

a.calendar_link
{
	color: #C71444;
	text-decoration: none;	
}

a.marketlink {
text-decoration:none; 
color:#666666;
font-size: 9px;
}

a:hover.calendar_link
{
	text-decoration: underline;	
}

a.news_list
{
	color: #666666;
	text-decoration: none;	
}

a:hover.news_list
{
	color: #C71444;
	text-decoration: underline;	
}

a.modlink, a.modlink:active, a.modlink:visited {
	color: #c0c0c0;	
	text-decoration: none;
}

a.modlink:hover{
	color: #ffffff;	
	text-decoration: underline;}

td.modtd div.modmenu {
	display: none;
	position: absolute; 
	width: 93px;
	background: #666666; 
	border: 1px solid white; 
	color: white; 
	text-align: left;
	float: left;
	margin: 0px;
}
	
td.modtd:hover div.modmenu {
	display: block;
	position: absolute; 
	width: 93px;
	background: #666666; 
	border: 1px solid white; 
	color: white; 
	text-align: left;
	float: left;
	margin:0;
}





















  .hidden {
    display: none;
  }

  .user-actions {
    margin: 10px 0 0 200px;
    width: 400px;
  }

  .user-actions p {
    border: 1px solid #999999;
    padding: 10px;
  }

  .user-actions p.bug a {
    color: red;
  }

  .user-actions p.reference a {
    color: green;
  }


  .user-actions a {
    text-decoration: none;
    border-bottom: 1px dashed;
  }

  /* Pop-up message and fading background */
  #opaco {
     /*background-color: #000000;*/
     left: 0;/*
     -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";/* IE8 */
     /* filter:progid:DXImageTransform.Microsoft.Alpha(opacity = 70); /* IE5+ */
     /* filter: alpha(opacity=70);/* IE4- */
     /* moz-opacity: 0; /* Mozilla */
     /* -khtml-opacity: 0; /* Safari */
     opacity: 0;  /* general CSS3 */
     position: absolute;
     top: 0;
     width: 1px;
     z-index: 10;*/
   }

  #popup {
     background-color: #FFFFFF;
     position: fixed;
     top:0;
     left:0;
     width:300px;
     z-index: 11;
  }

  #popup h3 {
    margin-bottom: 10px;
  }

  #popup textarea {
    display: block;
    width: auto;
    margin-bottom: 10px;
  }

  #popup p {
    margin: 10px;
    line-height: 1.3em;
    font-size: 1.1em;
    color: #444444;
  }

  #popup .close-btn {
    margin: 10px;
  }

  div.bug {
    border: 5px solid #6ebd6e;
    padding: 5px;
  }
  
  .bug a, a:visited, a:active {text-decoration: none;}
  .bug a:hover {text-decoration: underline;}

  
  
  
  .pricelist{ border: 1px solid #cccccc; border-collapse: collapse;}
  .namehead, .pricehead{ background: gray; color: #cccccc; border: 1px solid #cccccc;}
  .name {color: rgb(199, 20, 68); border: 1px solid #cccccc;}
  .price {color: gray; border: 1px solid #cccccc;}
