/* Broadway Gallery CSS */
/* The official website of Broadway Gallery, Northern Virginia, USA */
/* MJA Web Design */
/* mja@mjawebdesign.com */
/* Sitewide */
body {
	background-color: #000000;
	color: #FFFFFF;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: center;
}
label, p {
	color: #FFFFFF;
	font-weight: normal;
	line-height: 150%;
	padding: 0 0 15px 15px;	
}
p, label, li, input {
  font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;	
}

br {
	line-height: 150%;
	margin-bottom: 7px;
}
a {
	color: #C27736;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
}
h1, h2, h3, h4 {
	font-weight: bold;
	padding: 10px 0 15px 10px;
}
h1 {
	font-size: 18pt;
}
h2 {
	font-size: 14pt;
}
h3 {
	font-size: 12pt;
}
h4 {
	font-size: 10pt;
}
li {
	margin: 0 0 0 25px;
}
input {
	background-color: #464646;
	border: 1px solid #626262;
	color: #FFFFFF;	
	width: 143px;
}
input.submit {
	background-color: #EFEFEF;
	color: #000000;
	cursor: pointer;
	font-weight: bold;
	width: auto;
}
* html input.submit {
	margin-bottom: -2px;
}
table {
	font-size: 10pt;
	margin-left: 25px;
	width: 550px;
}
th {
	border-bottom: 1px solid #999999;
	font-size: 11pt;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}
td {
	border-bottom: 1px solid #999999;
	min-width: 100px;
	padding: 10px;
	text-align: center;
	vertical-align: top;
}
* html td {
	width: 170px;
}
table tr td {
  text-align: left;
}
table tr a {
	background-color: #333333;
	border: 1px solid #999999;
	color: #CCCCCC;
	font-weight: bold;
	padding: 2px 4px;
	text-decoration: none;
}
table tr a:hover {
	background-color: #CCCCCC;
	color: #333333;
}
.auction img {
  width: 150px;  
}
/* Wrapper */
#header_wrapper {
	background-color: #000000;
	padding: 30px 0 20px;
}
#navigation_wrapper {
	background: transparent url(../images/nav_bg_off.jpg) repeat-x scroll left top;
	height: 30px;
}
#content_wrapper {
	background: transparent url(../images/content_bg.gif) repeat scroll left top;
}
#footer_wrapper {
	background-color: #000000;
	padding: 30px 0;
}
.inner {
	margin: 0 auto;
	text-align: center;
	width: 900px;
}
/* Navigation */
#navigation_wrapper ul {
	height: 30px;
	padding-top: 2px;
}
* html #navigation_wrapper ul {
	padding-top: 0;
}
#navigation_wrapper ul li {
	display: inline;
	height: 30px;
	margin: 0;
	padding: 2px 14px 6px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 9pt;
}
#navigation_wrapper ul li#current {
	background: transparent url(../images/nav_bg_on.jpg) repeat-x scroll center center;
}
#navigation_wrapper ul li#current a {
	color: #FFFFFF;
}
#navigation_wrapper ul li a {
	color: #DEDEDE;
	padding: 2px 0px 6px;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
}
#navigation_wrapper ul li a:hover {
	color: #FFFFFF;
}
/* Content */
#content_wrapper .inner h1, #content_wrapper .inner h2, #content_wrapper .inner h3, #content_wrapper .inner h4, #content_wrapper .inner p {
	text-align: left;
}
/* left column */
#content_wrapper #left_col {
	float: left;
	padding: 20px 0;
	text-align: right;
	width: 279px;
}
#content_wrapper #left_col h1, #content_wrapper #left_col h2, #content_wrapper #left_col h3, #content_wrapper #left_col h4, #content_wrapper #left_col p {
	padding-left: 15px;
	padding-right: 15px;
	text-align: right;
}
#content_wrapper #left_col.cms a {
	text-decoration: none;
}
#content_wrapper #left_col.cms h4 a {
  font-size: 9pt;  
}
#content_wrapper #left_col.cms li a {
  font-size: 8pt;
}
#content_wrapper #left_col.cms li {
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
}
#content_wrapper #left_col hr {
	background-color: #252525;
	color: #252525;
	height: 1px;
	text-align: center;
	width: 90%;
	margin-top: 15px;
	margin-bottom: 15px;
}
#content_wrapper #left_col #news img {
	float: left;
	margin: 0 5px 5px 10px;
	max-width: 80px;
	width: expression(this.width > 80 ? 80: true);
}

#content_wrapper #left_col #coupon {
  margin-bottom: 25px;
	padding-right: 15px;
	padding-left: 0px;	
}

#content_wrapper #left_col #news,
#content_wrapper #left_col #news p, 
#content_wrapper #left_col #news h1, 
#content_wrapper #left_col #news h2, 
#content_wrapper #left_col #news h3, 
#content_wrapper #left_col #news h4, 
#content_wrapper #left_col #newsletter, 
#content_wrapper #left_col #newsletter p, 
#content_wrapper #left_col #newsletter h2, 
#content_wrapper #left_col #newsletter label, 
#content_wrapper #left_col #newsletter input,
#content_wrapper #left_col #coupon h2,
#content_wrapper #left_col #coupon h4,
#content_wrapper #left_col #coupon p,
#content_wrapper #left_col #coupon img {
	text-align: left;	
	padding-bottom: 5px;
  padding-left: 0px;
  padding-right: 0px;	
}

#content_wrapper #left_col #news {
	margin-bottom: 5px;
	padding-right: 15px;
	padding-left: 15px;
}

#content_wrapper #left_col #coupon h4 a {
  text-decoration: none;
  font-weight: bold;
}

#content_wrapper #left_col #news h1, 
#content_wrapper #left_col #news h2, 
#content_wrapper #left_col #news h3, 
#content_wrapper #left_col #news h4 {
  padding-top: 5px;
  padding-bottom: 5px;
}

#content_wrapper #left_col #news br {
  margin-bottom: 0px;
}

#content_wrapper #artist_list h2 {
	text-align: right;
}
#content_wrapper #artist_list ul li {
	margin: 10px 0px 0px;
  padding: 0px 10px 0px 0px;
	text-align: right;	
	line-height: 150%;
}
#content_wrapper #artist_list ul li span.new_warn {
	bottom: 3px;
	color: #C27736;
	font-size: 7pt;
	font-weight: normal;
	position: relative;
	right: 15px;
}
#content_wrapper #artist_list ul li#selected {
	background: transparent url(../images/artist_highlight.jpg) no-repeat scroll right center;
}
#content_wrapper #artist_list ul li#selected a {
	color: #FFFFFF;
}
#content_wrapper #artist_list ul li a {
	color: #CCCCCC;
	font-size: 8pt;	
	text-decoration: none;
}
#content_wrapper #artist_list ul li a b {
  font-size: 9pt;
}
#content_wrapper #artist_list ul li a:hover {
	color: #FFFFFF;
}
#content_wrapper #main_content {
	background: #454545 url(../images/main_content_bg.jpg) repeat-y scroll left top;
	float: right;
	/*min-height: 700px;*/
	padding: 20px 0;
	width: 620px;
}
* html #content_wrapper #main_content {
  /*height:expression(this.scrollHeight < 700 ? 700: true);*/
}
#content_wrapper #main_content hr {
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
	width: 550px;
}
#content_wrapper #main_content img {
	margin: 0 10px 10px 0;
	max-width: 551px;
}
* html #main_content img {
  width: expression(this.width > 551 ? 551: true);
}
#content_wrapper #main_content li {
	text-align: left;
	line-height: 150%;
}
#content_wrapper #main_content h1, #content_wrapper #main_content h2, #content_wrapper #main_content h3, #content_wrapper #main_content h4, #content_wrapper #main_content p {
	padding-left: 25px;
	padding-right: 25px;
}
/* Homepage */
#content_wrapper #main_content #featured {
	margin-bottom: 25px;
}
#content_wrapper .inner #main_content #featured h1, #content_wrapper .inner #main_content #featured h2, #content_wrapper .inner #main_content #featured h3, #content_wrapper .inner #main_content #featured h4, #content_wrapper .inner #main_content #featured img {
	text-align: center;
}
#content_wrapper .inner #main_content #featured img {
	height: auto;
	max-width: 580px;
	width: auto;
}
#content_wrapper #main_content #featured p {
	text-align: left;
}
/* Services */
#content_wrapper #main_content #services {
	padding-bottom: 40px;
	text-align: left;
}
#content_wrapper #main_content #services #services_description {
	width: 600px;
}
#content_wrapper #gallery_services, #content_wrapper #artwork_list, #content_wrapper #frame_list {
	margin-bottom: 20px;
	margin-left: 25px;
	margin-right: 15px;
	padding: 10px 0;
}
#content_wrapper #main_content #gallery_services h1 {
	background: transparent url(../images/services_highlight.png) no-repeat scroll 0 0;
	float: left;
	height: 60px;
	margin: 0 5px 0 0;
	padding: 0;
	position: relative;
	width: 139px;
}
#gallery_services a {
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	color: #FFFFFF;
	font-weight: normal;
	height: 60px;
	left: 0;
	overflow: hidden;
	position: absolute;
	text-align: center;
	text-decoration: none;
	top: 0px;
	width: 139px;
}
.fake-hover {
	background: #525252 url(../images/services_highlight.png) no-repeat scroll 0 -62px;
	display: block;
	height: 60px;
	left: 0;
	position: absolute;
	top: 0;
	width: 139px;
}
.fake-hover {
	color: #000000;
}
#content_wrapper #artwork_list, #content_wrapper #frame_list {
	margin-bottom: 0;
	padding-bottom: 0;
}
#content_wrapper #main_content #artwork_list ul, #content_wrapper #main_content #frame_list ul {
	text-align: left;
}
#content_wrapper #main_content #artwork_list ul li, #content_wrapper #main_content #frame_list ul li {
	display: inline;
	float: left;
	height: 220px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 10px;
	width: 124px;
}
#content_wrapper #main_content #artwork_list ul li span.artwork_img {
  height: 150px;
}

#content_wrapper #main_content #artwork_list ul li img, #content_wrapper #main_content #frame_list ul li img {
	border: 0 none;
	max-height: 139px;
	max-width: 120px;
	position: relative;
	text-align: center;
}
* html #content_wrapper #main_content #artwork_list ul li img, * html #content_wrapper #main_content #frame_list ul li img {
  /*width: expression(this.width > 125 ? 125: true);*/
  height:expression(this.scrollHeight > 139 ? 139: true);
}
#content_wrapper #main_content #artwork_list ul li span, #content_wrapper #main_content #frame_list ul li span {
	float: left;
	margin-top: -8px;
	text-align: center;
	width: 125px;
}
#content_wrapper #main_content #artwork_list ul li a, #content_wrapper #main_content #frame_list ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
#content_wrapper #main_content #artwork_list ul li a:hover, #content_wrapper #main_content #frame_list ul li a:hover {
	text-decoration: underline;
}
/* Footer */
#footer_wrapper ul {
	padding-bottom: 5px;
	padding-top: 2px;
}
#footer_wrapper ul li {
	display: inline;
	margin: 0;
	padding: 5px;
}
.clear {
	clear: both;
	margin: 0;
	padding: 0;
}
/* Artist CMS */
#add_artist_box, #edit_artist_box, #add_art_box, #edit_art_box, #add_frame_box, #edit_frame_box {
	background-color: #000000;
	border: 6px solid #343434;
	display: none;
	left: 50%;
	margin: -200px 0 0 -250px;
	padding: 10px;
	position: absolute;
	text-align: left;
	top: 50%;
	width: 500px;
	z-index: 2;
}
form ol li {
	list-style-image: url();
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 10px;
}
form ol li label {
	display: block;
	float: left;
	font-weight: bold;
	margin-right: 10px;
	padding: 0;
	text-align: right;
	width: 100px;
}
#left_col h4 {
	padding: 0;
}
#left_col ul {
	margin: 0 0 0 25px;
	padding: 0;
}
#main_content #artwork_frame {
	padding: 25px;
}
#main_content #artwork_frame a img {
	text-align: center;
	border: 2px solid #000000;
	margin: 0 5px 5px 0;
}
table.artworkinfo_table {
	width: 100%;
	color: #000;
	margin: 0;
	padding: 0;
}
table.artworkinfo_table td {	
	text-align: left;
	font-size: 8pt;
	border-bottom: 0px;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}
table.artworkinfo_table td.artworkinfo_title {
	color: #666;
}
/*img#lightbox-image {
  max-width: 500px;
  max-height: 350px !important;
}
#lightbox-container-image-box {
  max-width: 550px !important;
  max-height: 400px !important;
}

#lightbox-container-image-data-box {
  max-width: 500px !important;
}*/
