/************ Fundamental settings for all pages ********************************/
/* changed 2009 08 01 */

body, html { 
	margin: 0px; padding:0px;
}


body {
	text-align: center;
	background-image: url(../images/lightcanvaslolg.jpg); /* changed path */
	background-color: rgb(230, 201, 169);
}

#wrapper {
	padding: 0;
	width: 950px;
	margin: 0 auto;
	position:relative;
	top: 0px;
	left: 0px;
	
}

#header {
	padding: 0;
	margin: 0;
	height:127px;
}

#header td {
	vertical-align:middle;
	height:127px;
}
	
 	 
h1 { font-size: 24px; font-family: Verdana, sans-serif; color:#531A13}

h2 { font-size:18px; font-family: Verdana, sans-serif; color:#351314}

h3 { font-size:16px; font-family: Verdana,sans-serif; color: #411615}

h4 { font-size:14px; font-family:Verdana,sans-serif; color: #411615}

h5 { font-size:12px; font-family:Verdana,sans-serif; color: #411615}

p,ul,ol,li,div,td,th,address,nobr,b,i {
	font-size:13px;
	font-family: Verdana, sans-serif;
	color: #411615;
	font-style: normal;
	font-weight: inherit;
}

a:link 		{ font-size:13px; font-family:Verdana,sans-serif;color:#411615; text-decoration:underline; }
a:visited 	{ font-size:13px; font-family:Verdana,sans-serif;color:#411615; text-decoration:underline; }
a:hover 	{ font-size:13px; font-family:Verdana,sans-serif;color:#411615; text-decoration:underline; }
a:active 	{ font-size:13px; font-family:Verdana,sans-serif;color:#ff0000; text-decoration:underline; font-weight: bold; }


/* golden font color for dark gray background */
.gold { color: #BA9658; }

a.goldLink:link { color:#BA9658; text-decoration:underline; }
a.goldLink:visited { color:#BA9658; text-decoration:underline; }
a.goldLink:hover { color:maroon; text-decoration:underline; }
a.goldLink:active { color:maroon; text-decoration:underline; }



/******************* horizontal navigation bar ****************************/

#nav_y {
	position:relative;
	top: 0px;
	left:0px;
	background-color: transparent;
	background-image: url(../images/y_red_structure.jpg); /* changed path */
	height: 17px;
	padding: 5px;
	border-bottom: 8px solid #000;
	width: 940px;
	overflow:hidden;
	/*border: thin solid #800000;*/
}

a.nav_link {
	display:block;
	position: absolute;
	bottom:0px;
	padding:6px 5px 4px 5px;
	height: 18px;
	text-align:left;
	font-size: 13px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: normal;
	
}

a.nav_link:link, a.nav_link:visited {
	color: #fff;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

a.nav_link:hover, a.nav_link:active {
	background-color: #444;
	color: #fff;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

a.nav_link_current:link, a.nav_link_current:visited, a.nav_link_current:hover, a.nav_link_current:active {
	display:block;
	position: absolute;
	bottom:0px;
	padding:6px 5px 4px 5px;
	height: 18px;
	text-align:left;
	background-color: #444;
	color:  #fff;	
	font-size: 13px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: normal;
	text-decoration: none;
	
}


/* Pull down menu */

.submenues {
	background-color: #000;	/* #CC0033 */
	border-left: 1px solid #666;	/* #800000 */
	border-right: 1px solid #666;	/* #800000 */
	border-bottom: 1px solid #666;	/* #800000 */
	z-index:10;
	position:absolute;
	top:-100px;
	/*left:740px;
	visibility:hidden;*/
	visibility: hidden; /* overwrites lolg.css */
	opacity:0;
	filter:alpha(opacity=0); 
}
a.sublink {
	display:block;
	padding:1px 0px 1px 5px;
	
	text-align:left;
	height:18px;
	border-top: 1px solid #666;	/* #800000 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

a.sublink:link, a.sublink:visited {
	background-color: #444; /*#CC0033 */
	color: #fff;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

a.sublink:hover, a.sublink:active {
	background-color: #000;	/* #444  */
	color: #fff;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

a.sublink_current:link, a.sublink_current:visited, a.sublink_current:hover, a.sublink_current:active {
	display:block;
	padding:1px 0px 1px 5px;
	color: #fff;
	text-align:left;
	height:18px;
	border-top: 1px solid #666;	/* #800000 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;

}


/****************** footer *****************************************************/

.toptext {
	text-align:center; 
	margin-top:40px;
	margin-bottom:0px;
}

#footer {
	margin:30px 0 30px 0;
}

#footer, #footer a:link, #footer a:visited, #footer a:active {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#fb_link {
	height:16px;
	width:158px;
	padding-left:18px;
	text-align:left;
	display:inline-block;
	background: url(../images/facebook_sprite.gif) no-repeat 0px 2px;
}


/****************** all Exhibition pages ***************************************/

#Currpagetextarea {
	margin: 0 auto;
	position:relative;
	top: 10px;
	left: 0px;
	width: 855px;
	padding: 10px;
	background-color: #333333;
		
}

#alphabet_chooser{
	background-color: #B69D7F;
	border: 1px solid #800000;
	width:150px;
	position:absolute;
	top:0px;
	left:-999px;
	z-index:110;
	opacity:0;
    filter:alpha(opacity=0); 
	padding:10px;
	font-family: Verdana, sans-serif;
	font-size:10px;
}

a.alphabet:link, a.alphabet:visited {color: #411615; padding:3px; }
a.alphabet:hover, a.alphabet:active { background-color: #987064; padding:3px; }


/* artist navigation bar 		font-size:0.7em;font-size:0.9em;*/

#topNavBar {color: #BA9658;text-align:right;font-family:Verdana, Arial, Helvetica, sans-serif;}
#bottomNavBar {color: #BA9658;text-align:right;font-family:Verdana, Arial, Helvetica, sans-serif;margin-top:30px;margin-right:20px;}
.currentPageNumber {color:white;}
a.nav_links:link { color:#BA9658; text-decoration:none; }
a.nav_links:visited { color:#BA9658; text-decoration:none; }
a.nav_links:hover { color:maroon; text-decoration:none; }
a.nav_links:active { color:#BA9658; text-decoration:none; }
.nav_item {margin-left:4px; margin-right:4px;}

/* end navigation bar */

a.artist_links:link { color:#BA9658; text-decoration:underline; font-size: 20px; font-weight: bolder;}
a.artist_links:visited { color:#BA9658; text-decoration:underline; font-size: 20px; font-weight: bolder;}
a.artist_links:hover { color:maroon; text-decoration:underline; font-size: 20px; font-weight: bolder;}
a.artist_links:active { color:#BA9658; text-decoration:underline; font-size: 20px; font-weight: bolder;}

.artist_table {margin-top: 40px;margin-bottom:30px;}
.inner_table {margin-top: 8px; margin-bottom:8px;}

.artist_table td { text-align:center; vertical-align:middle;}
.artist_name {color: #BA9658; font-size: 20px; font-weight: bolder; text-decoration: underline; padding: 10px 10px 10px 10px;}

.group3 img {margin-left:20px; margin-right:20px;}
.group5 img {margin-left:5px; margin-right:5px;}



/* some parameters to adjust the section of each one artist */

a.imagelinks:link { color:#BA9658; text-decoration:underline; }
a.imagelinks:visited { color:#BA9658; text-decoration:underline; }
a.imagelinks:hover { color:#BA9658; text-decoration:underline; }
a.imagelinks:active { color:#BA9658; text-decoration:underline; }



/* floating div for large pic */

#popup {
  
  color: #000000;
  padding: 0px;
  position: absolute;
  left: 10px;
  top: 10px;
  width: 200px;
  height: 100px;
  z-index: 200;
  opacity:0;
  filter:alpha(opacity=0); 
  /* visibility: visible; overwrites lolg.css */
}

.mymask {
	position: absolute;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	z-index: 100;
	background: #333;
	/*background-image: url(../images/darkcanvaslolg.jpg);*/ /* changed path */
}


/* end of floating div */


.thumbs_text .basket { 
	margin:2px 0px 0px 10px; 
	padding:0; 
	vertical-align:bottom; 
	display:inline;
}

.thumbs_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #BA9658;
	vertical-align:bottom;
}

.load {	/* text in load animation */
	 color: #BA9658;
}


/* tips */

.y_likeTips {
	background:#ddd;
	padding:0px 8px;
	border:3px solid #eee;
	border-radius:3px;
	z-index:10000;
}

/*************** end all Exhibition pages *********************************************/

/* sound in ART gallery tables - Composer galleries have differnt one!! */

.sound_icon {
	/* margin must be defined on Element to overwrite tr style */
	padding:0;
	
}

div.sound_thumbs_text {
	margin:7px 0 0 0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #BA9658;
	vertical-align:middle;
}

div.sound_thumbs_text span.sndcaption {
	vertical-align:30%;
}

/* sound popup */

#sound_popup {
	position:absolute;
	width:235px;
	/*visibility: hidden;*/
	display:block;
	border:1px solid #BA9658;
	z-index: 300; /* pic popup is 200 */
	background-color:#333;
	color: #BA9658;
	padding:8px;
	text-align:left;
	opacity:0.0;
 	filter:alpha(opacity=0);
}

.sound_popup_icon {
	margin:0;
	padding:0;
}

#sound_popup_composer {
	color: #BA9658;
	margin: 15px 5px 5px 0;
}

#sound_popup_title {
	color: #BA9658;
	margin: 5px 5px 15px 0;
}

#sound_popup table td {

	background-color:#BA9658;
}

#sound_popup_vol_div{
	width:36px;
	/*background-color:#fff;*/
	text-align:center;
	vertical-align:middle;
}

.sound_vol_gif {

	margin:0;
	padding:0;
	width:3px;
	display:inline-block;
	vertical-align:middle;
}

#sound_popup_progress_load {
	position:relative;
	z-index: 301;
	left:0;
	top:0;
	background: url(sound/images/gray_9_120x20.gif) no-repeat -120px 0px;
	border:1px solid #444;
	width:100px;
	margin:4px 4px 4px 2px;
	height:16px;
	overflow:hidden;
	vertical-align:middle;
	text-align:left;
}

#sound_popup_knob_div {
	height: 16px;
	width: 16px;
	background: url(sound/images/Knob.png);
	position: absolute;
	top: 0;
	left: 0;
	
}

#sound_popup_progress_play_img {
	margin:0;
	padding:0;
}

/* Soundmanager Debug */

#soundmanager-debug {
 position:fixed;
 _position:absolute; /* IE <7 */
 bottom:1em;
 right:1em;
 width:38em;
 height:30em;
 overflow:auto;
 padding:0px;
 margin:1em;
 font-family:monaco,"VT-100",terminal,"lucida console",courier,system;
 opacity:0.9;
 color:#333;
 border:1px solid #ccddee;
 -moz-border-radius:3px;
 -khtml-border-radius:3px;
 -webkit-border-radius:3px;
 background:#f3f9ff;
}

#soundmanager-debug div {
 font-size:x-small;
 padding:0.2em;
 margin:0px;
}

/* composition list_popup */

#compList_popup{
	position:absolute;
	width:251px;
	/*visibility: hidden;*/
	display:block;
	border:1px solid #BA9658;
	z-index: 250; /* pic popup is 200 */
	background-color:#444;
	color: #BA9658;
	
	text-align:left;
	opacity:0.0;
 	filter:alpha(opacity=0);

}

#compList_popup_content_table {
	color:#BA9658;
	width:251px;
	margin:0;
}


#compList_popup_content_table td.complist_td_icon {
	padding:0px 0px 0px 8px;
}

#compList_popup_content_table td.complist_td_header{
	padding:4px 8px 8px 8px;
	color:#BA9658;
}

#compList_popup_content_table td.complist_td_text{
	padding: 8px;
	color:#BA9658;
}
/* Created by Arian Stolwijk <http://www.aryweb.nl> */

.MooDialog {
/*	position: fixed;*/
	width: 300px;
	height: 100px;
	position: fixed;
	margin: -150px 0 0 -150px;
	top: 50%;
	left: 50%;
	z-index: 50000;

	background: #eef5f8;
	color: black;
	padding: 10px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.8);
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.8);
	box-shadow: 1px 1px 5px rgba(0,0,0,0.8);
}

.MooDialogTitle {
	padding-top: 30px;
}

.MooDialog .content {
	height: 100px;
}

.MooDialog .title {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 3px 20px;
	background: #b7c4dc;
	border-bottom: 1px solid #a1aec5;
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff;
	color: black;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.MooDialog .close {
	background: url(dialog-close.png) no-repeat;
	width: 16px;
	height: 16px;
	display: block;
	cursor: pointer;
	top: -5px;
	left: -5px;
	position: absolute;
}

.MooDialog .buttons {
	text-align: right;
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
}

.MooDialog .iframe {
	width: 100%;
	height: 100%;
}

.MooDialog .textInput {
	width: 200px;
	float: left;
}

.MooDialog .MooDialogAlert,
.MooDialog .MooDialogConfirm,
.MooDialog .MooDialogPrompt,
.MooDialog .MooDialogError {
	background: url(dialog-warning.png) no-repeat;
	padding-left: 40px;
	min-height: 40px;
}

.MooDialog .MooDialogConfirm,
.MooDialog .MooDialogPromt {
	background: url(dialog-question.png) no-repeat;
}

.MooDialog .MooDialogError {
	background: url(dialog-error.png) no-repeat;
}


