﻿@font-face {
  font-family: MyriadCondFont;
  src: url("MyriadPro-Cond.otf") format('opentype');
}

@font-face {
  font-family: MyriadRegFont;
  src: url("MyriadPro-Regular.otf");
}

.ASFontMyriadCond
{
	font-family:MyriadCondFont;
}

.ASFontMyriadReg
{
	font-family:MyriadRegFont;
}


body
{
	background-color:White;
	margin-top: 0;
}
.ASTitle {
	background-color: #f9f2f3;
	/*color:#00ccff;*/
	color: black;
	font-family: Arial;
}
.ASBody {
	background-color: #f9f2f3;
	color: Black;
}
.ASMainMenu {
	background-color: Transparent; /*#f8981d;*/ /* ff9900;*/
	color: #f9f2f3;
	font-family: MyriadCondFont;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
}
.ASMainMenu a
{
	text-decoration:underline;
}
.ASMainMenuAbout {
	background-color: Transparent; /* #00ccff;*/
	color: #f9f2f3; /*#595959;*/
	font-family: MyriadCondFont;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
}
.ASMainMenuAbout a
{
	text-decoration:underline;
}
.ASPictureInfo
{
	background-color: Transparent;
	color: Black;
	font-style:normal;
	font-weight:normal;
	font-size:20pt;
	font-family:MyriadCondFont;
}

.ASGalleryStripe {
	background-color: #333333;
	color: #f9f2f3;
	font-style: normal;
	font-weight: normal;
	font-size: 12pt;
	font-family: MyriadCondFont;
}
.ASPictureBrowser {
	background-color: #f9f2f3;
	color: Black;
	font-style: normal;
	font-weight: bold;
	font-size: 16pt;
	font-family: MyriadRegFont;
}
.ASPictureBrowser a {
	background-color:#f9f2f3;
	color:#686967;
	font-style:normal;
	text-decoration: none;
	font-weight:normal;
	font-size:16pt;
	font-family:MyriadRegFont;
}

.ArtNewsTitle
{
	background-color:White;
	color:Black;
	font-family:MyriadCondFont;
	font-size: 18pt;
}
.ArtNewsTitle a
{
	background-color:White;
	color:Black;
	font-family:MyriadCondFont;
	font-size: 10pt;
	text-decoration: none;
}
.ArtNewsNewsTitle
{
	/*background-color:White;*/
	color:Black;
	font-family:MyriadCondFont;
	font-size:12pt;
}
.ArtNewsNewsTitle a
{
	background-color:White;
	color:Black;
	font-family:MyriadCondFont;
	font-size:12pt;
	text-decoration: none;
}
.ArtNewsNewsControl
{
	background-color: #2dc2e7; /*White;*/
}
.ArtNewsNewsInfo
{
	background-color:White;
	color:#686967;
	font-family:MyriadRegFont;
	font-size:10pt;
}
.ArtNewsNewsInfo a
{
	background-color:White;
	color:#686967;
	font-family:MyriadRegFont;
	font-size:10pt;
	text-decoration: none;
}
.ASAnnouncements
{
	background-color: Transparent; /*#f8981d;*/ /* ff9900;*/
	color:Black;
	font-family:MyriadCondFont;
	font-size:8pt;
	font-style:normal;
	font-weight:bold;
}
.ASAnnouncementsTitle
{
	background-color:White;
	color:Black;
	font-family:MyriadCondFont;
	font-size:12pt;
	font-style:normal;
	font-weight:bold;
}
.ASAnnouncements a
{
	text-decoration:none;
}
.ASNewsMenu
{
	color:#8c8d89;
	background-color: White;
	font-family:MyriadCondFont;
	font-size:17pt;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
}
.ASNewsMenu a
{
	text-decoration:none;
	color:#8c8d89;
}
.ASOrderForm
{
	background-color: transparent;
	color:Black;
	font-family:MyriadRegFont;
	font-size:15pt;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
}
.ASOrderForm input
{
	border-style: solid;
	border-color: #111111; 
	border-width: 1px;
	font-size: 15pt;
	font-family:MyriadRegFont;
	background-color: transparent;
}

.modal_background
{
    display: none; 
    z-index: 1000; 
    width: 100%; 
    height:100%; 
    top: 0; 
    bottom: 0; 
    left: 0; 
    background-color: #000; 
    position: fixed;
    opacity: 0.7;
    filter: Alpha(Opacity=70);
}

.modal_popup
{
    display: none; 
    z-index:2000; 
    width: 800px;
    height:800px;
    margin-left:-400px;
    margin-top:-400px;
    background-color: Transparent; 
    overflow:hidden;
    vertical-align:middle;
    top: 50%; 
    left: 50%;
    /*border: solid 2px #000; */
    /*margin: auto;*/
    position: fixed;
    background-color: #ECE9D8;
}

/* MODAL POPUP */
/*
.modalPanelTitle td
{
	padding: 3px;
	font-weight: bold;
	font-size: 0.9em;
	background-image: url(Images/win_title_bg.png);
	cursor: hand;
	color: white;
	font-family: Verdana;
	width:100%;
	height: 30px;
	background-color: #6f90dc;
}
*/
.modalPanel
{
	border-right: 1px outset;
	border-top: 1px outset;
	z-index: 500;
	width:500;
	border-bottom: 1px outset;
	position: absolute;
	border-collapse: collapse;
	background-color: buttonface;
}

.modalPanel td
{
	vertical-align:top;
}

.titleIcon
{
	padding-right:20px;
}

.modalBackground 
{
	z-index: 1000; 
    width: 100%; 
    height:100%; 
    top: 0; 
    bottom: 0; 
    left: 0; 
	background-color:Black;
	position: absolute;
	opacity: 0.7;
    filter: Alpha(Opacity=70);
}
/* MODAL POPUP END */

.sociallinks {
	height: 32px;
	width: 32px;
}

.contentTopSeparator {
	width: 100%; border-top-style: solid; border-top-width: 2px; border-top-color: black;
}

.artSpaceText {
	font-size:13pt; font-weight: normal; color:black;font-family: Arial;
}

.artSpaceLightBlue {
	background-color: #2dc2e7;
}

/* 9.11.2025.*/
.column_left {
	float: left;
	/*width: 49%;*/
	width: 510px;
	margin-right: 79px;
	/*border-color: red;
	border-style: solid;*/
}
.column_right {
	float: left;
	/*width: 49%;*/
	width: 510px;
	/*border-color: blue;
	border-style: solid;*/
}

/* Clear floats after the columns */
.row:after {
	content: "";
	display: table;
	clear: both;
}

.painting_left {
	float: left;
	text-align: left;
	width: 100%;
}

.painting_right {
	float: right;
	text-align: left;
	width: 100%;
}

.BrowseImeSlike {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11pt;
	COLOR: black;
	FONT-FAMILY: Tahoma, 'Times New Roman';
}
.BrowseInfoSlike {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11pt;
	COLOR: black;
	FONT-FAMILY: Tahoma, 'Times New Roman';
}
.TitlePhrase {
	text-align: left;
	vertical-align: top;
	font-family: Tahoma;
	font-size: 14pt;
	color: black;
	font-weight: normal;
}