#artist_prfl_topmenu {
	line-height: 22px;
	background: #76a93a;
	border-style: solid;
	border-width: 0px 1px 1px 0px;
	border-color: #fff;
	clear: both;
	text-indent: 4px;
}

#artist_prfl_topmenu a.artist_prfl_topmenulink {
	color: #fff;
	padding: 3px 4px 3px 4px;
	padding-left: 8px;
	padding-right: 8px;
	margin-left: 0px;
	margin-right: 0px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	border: solid 1px transparent;
}

#artist_prfl_topmenu a.artist_prfl_topmenulink:hover {
	background: #333;
	color: #fff;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	border-color: #333;
}
/*
#body_content_wide h2 {
	font-size: 12px;
	font-weight: bold;
	text-indent: 6px;
}

#body_content_wide h1 {
	text-indent: 8px;
}
*/
#artist_desc {
	min-height: 150px;
}

#breaker {
	height: 1px;
	background: transparent;
	clear: both;
}

#artist_background {
	clear: both;
}

/*
#cms_mail_to_profile {
	width: 200px;
	background: #393939;
}

#cms_mail_to_profile input, textarea {
	width: 185px;
	border: solid 1px #393939;
}

#cms_mail_to_profile .button {
	width: 90px;
	float: right;
	clear:both;
}
*/

#member_since {
	clear: both;
	padding-top: 8px;
	text-indent: 4px;
	color: #aaa;
}

#artist_basic_gallery {
	width: 100%;
	text-align: center;
	display: inline;
	clear: both;
	vertical-align: top;
}

#artist_basic_gallery h2 {
	text-align: left;
}

#artist_basic_gallery_image {
	width: 30%;
	text-align: center;
	float: left;
	background: #f9f9f7;
	padding: 4px;
	border: solid 2px #fff;
}

#artist_basic_gallery_image p.strong {
	font-weight: bold;
	text-transform: uppercase;
}

#artist_pro_gallery_image {
	width: 727px;
  text-align: left;
	float: left;
	background: #f9f9f7;
	padding: 4px;
	border: solid 2px #fff;
}

#artist_pro_gallery_image img {
 	vertical-align: top;
}

#artist_basic_gallery_footer {
	height: 1px;
	clear: both;
}

#artist_abouttheworks {
	clear: both;
}
#artist_teach {
	clear: both;
}
#artist_web {
	clear: both;
}
#artist_artmoney {
	clear: both;
}

#artist_login_form p {
	display: block;
}

#artist_login_form input {
	float: left;
	width: 118px;
}

#artist_login_form .button {
	float:right;
	width: 60px;
}

#guestbook_entry .submitter_header {
  height: 18px;
  padding-top: 3px;
  background: #f9f9f7;
  color: #333;
  font-size: 12px;
  font-weight: bold;
  border-style: solid;
  border-width: 1px 0px 1px 0px;
  border-color: #f0f0f0;
}

#guestbook_entry .submitter_header span {
	color: #666;
	font-weight: normal;
}

#guestbook input, textarea {
	font-family: "trebuchet ms", verdana;
	font-size: 11px;
}

/*
GALLARY / HIGHSLIDE
*/

	* {
	    font-family: Verdana, Helvetica;
	    font-size: 10pt;
	}
	.highslide {
		cursor: url(/design/graphics/highslide/graphics/zoomin.cur), pointer;
	    outline: none;
	}
	.highslide img {
		border: 2px solid gray;
	}
	.highslide:hover img {
		border: 2px solid white;
	}
	
	.highslide-image {
	    border: 2px solid white;
	}
	.highslide-image-blur {
	}
	.highslide-caption {
	    display: none;
	    
	    border: 2px solid white;
	    border-top: none;
	    font-family: Verdana, Helvetica;
	    font-size: 10pt;
	    padding: 5px;
	    background-color: white;
	}
	.highslide-loading {
	    display: block;
		color: white;
		font-size: 9px;
		font-weight: bold;
		text-transform: uppercase;
	    text-decoration: none;
		padding: 3px;
		border-top: 1px solid white;
		border-bottom: 1px solid white;
	    background-color: black;
	    /*
	    padding-left: 22px;
	    background-image: url(/design/graphics/highslide/graphics/loader.gif);
	    background-repeat: no-repeat;
	    background-position: 3px 1px;
	    */
	}
	a.highslide-credits,
	a.highslide-credits i {
	    padding: 2px;
	    color: silver;
	    text-decoration: none;
		font-size: 10px;
	}
	a.highslide-credits:hover,
	a.highslide-credits:hover i {
	    color: white;
	    background-color: gray;
	}
	
	.highslide-move {
	    cursor: move;
	}
	
	.highslide-overlay {
		display: none;
	}
	
	/* Controlbar example */
	.controlbar {	
		background: url(/design/graphics/highslide/graphics/controlbar4.gif);
		width: 167px;
		height: 34px;
	}
	.controlbar a {	
		display: block;
		float: left;
		/*margin: 0px 0 0 4px;*/	
		height: 27px;
	}
	.controlbar a:hover {
		background-image: url(/design/graphics/highslide/graphics/controlbar4-hover.gif);
	}
	.controlbar .previous {
		width: 50px;
	}
	.controlbar .next {
		width: 40px;
		background-position: -50px 0;
	}
	.controlbar .highslide-move {
		width: 40px;
		background-position: -90px 0;
	}
	.controlbar .close {
		width: 36px;
		background-position: -130px 0;
	}
	
	
	/* Necessary for functionality */
	.highslide-display-block {
	    display: block;
	}
	.highslide-display-none {
	    display: none;
	}
