@charset "utf-8";
/* This block clears all of the preset formatting for these tags */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
 }
a {
	text-decoration:none;
}

a img{
  border: 0;
	}

/* End Clear Presets */

h1 {
	font-size:Large;
	font-weight:bold;
	}
h2 {
	font-size: large;
	font-weight: bold;
}

html , body{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 90%;
}
	
#SalaBanner {
	background-color: #CCC;
	display: block;
	width: 100%;
	padding-left: 50px;
	margin-bottom: 2em;
	position: fixed;
	line-height: 2.7em;
	top: 0px;
	z-index: 100;
	}
	
#SalaMenu {
	background-color: #FFF;
	width: 960px;
	display: block;
	position: relative;
}
#SalaFooter {
	font-size: 12px;
	width: 100%;
	color: #006699;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #F60;
	margin-right: auto;
	margin-left: auto;
	margin-top: -2em;
	margin-bottom: 10px;
	position: relative;
	clear: both;
}
#SalaContent {
	margin-top: 90px;
	margin-right: 0px;
	margin-bottom: 3em;
	margin-left: 80px;
	display: block;
	width: 960px;
	padding-left: 100px;
	height: auto;
	min-height: 100%;
}
#SideNav {
	color: #FFF;
	background-color: #ff6600;
	padding: 5px;
	width: 100px;
	position: fixed;
	left: 0px;
	top: 150px;
	border: 4px solid #ff6600;
	border-radius: 0px 10px 10px 0px;
	box-shadow: 0px 2px 4px 0px #999;
}


#SideNav a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#SideNav a:hover {
	color: #006699;
	text-decoration: none;
	height: 30px;
	display: inline;
	margin: 0px;
	padding: 0px;
	
}

.ASLOGOart {
	font-family: "freight-sans-pro", sans-serif;
	color: #006699;
	font-size: 3em;
}
.ASLOGOsala {
	
	font-family: "freight-sans-pro",sans-serif;
	color: #FFCC00;
	font-size: 3em;
}


#Artwork {
}
#Artwork .ArtTblRowEven {
	background-color: #E9E9E9;
	border-radius: 10px;
	width: 95%;
	position: relative;

}
#Artwork .ArtTable {
	border-collapse: collapse;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;
	width: 100%;
	display: block;
}
#Artwork .ArtTable tr td {
	padding: 0px;
	text-align: left;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	margin-top: -1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}
.ArtTable .TitleBlock   {
	padding: 10px;
	vertical-align: top;
	width: 200px;
}

.ArtTitle a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color: #006699;
	text-decoration: none;
	
}
.ArtTitle a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ff6600;
	text-decoration: none;
}


#SearchBar {
	color: #FFF;
	background-color: #ff6600;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	clear: both;
	float: left;
	height: 30px;
	width: 1060px;
	border-radius: 10px;
	position: fixed;
	top: 65px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	display: block;
	box-shadow: 0px 2px 4px 0px #999;
	left: 120px;
	z-index: 100;
}
#SearchBar form {
	display: inline;
	float: right;
	position: relative;
	top: -5px;
}
#SearchBar #Search {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006699;
	font-weight: bolder;
	box-shadow: inset 1px 1px 2px 0px #999;
	border: medium solid #006699;
	border-radius: 4px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	background-image: url(../GlobalImages/icons/magnifyingglass.png);
	background-repeat: no-repeat;
	background-position: 135px;
	top: 2px;
	width: 150px;
}


#SearchBar a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
#SearchBar a:hover {
	color: #006699;
	text-decoration: none;
	height: 30px;
	display: inline;
	margin: 0px;
	padding: 0px;
}

.imgWrap  {
	background-color: #CCC;
	margin: 0px;
	height: 150px;
	width: 150px;
	border: 4px solid #006699;
	border-radius: 10px;
	padding: 4px;
	vertical-align: middle;
	text-align: center;
}





#Artwork .label
{float: left;
	width: 230px;
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
	clear: left;}
	
.inputMod  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006699;
	font-weight: bolder;
	box-shadow: inset 1px 1px 2px 0px #999;
	border: medium solid #006699;
	border-radius: 4px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	top: 2px;
	width: 150px;
	line-height: 20px;
}
.inputMod:focus {
	background-color: #C6ECFF;
	border-top-color: #F60;
	border-right-color: #F60;
	border-bottom-color: #F60;
	border-left-color: #F60;
}
.inputMod:hover {
	background-color: #C6ECFF;
	border-top-color: #F60;
	border-right-color: #F60;
	border-bottom-color: #F60;
	border-left-color: #F60;
}





.inputModTitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #006699;
	font-weight: bolder;
	box-shadow: inset 1px 1px 2px 0px #999;
	border: medium solid #006699;
	border-radius: 4px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	top: 2px;
	width: 340px;
}

.inputModTitle:focus {
	background-color: #C6ECFF;
	border-top-color: #F60;
	border-right-color: #F60;
	border-bottom-color: #F60;
	border-left-color: #F60;
}
.inputModTitle:hover {
	background-color: #C6ECFF;
	border-top-color: #F60;
	border-right-color: #F60;
	border-bottom-color: #F60;
	border-left-color: #F60;
}

.inputBlock {
	display: block;
	float: left;
	width: 150px;
}
#ArtForm {
	color: #006699;
	background-color: #ffcc33;
	padding: 10px;
	height: auto;
	border: 3px dashed #006699;
	margin-top: 120px;
}
.ArtRow1 {
	padding: 5px;
	width: 100%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	clear: both;
	height: 60px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.ArtFormInpBlock {
	width: 160px;
	float: left;
	margin: 5px;
	padding: 5px;
	height: 40px;
}

.ArtFormInpBlockSS {
	width: 160px;
	float: left;
	margin: 5px;
	padding: 5px;
	height: 240px;
}

.ArtFormInpBlock a {
	display: block;
	width: 160px;
	margin-left: 8px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	margin-top: -2px;
	font-size: small;
}
.ArtFormInpBlock a:hover {
	display: block;
	width: 160px;
	margin-left: 8px;
	color: #006699;
	text-decoration: none;
	height: 30px;
	margin-top: -2px;
	font-size: small;
}


.ArtFormInpBlock label {
	width: 160px;
	display: block;
	margin-left: 8px;
}



.ArtFormImg {
	margin: 10px;
	float: left;
	position: relative;
	clear: both;
	display: block;
	z-index: 0;
}
.ArtFormImgWrap {
	background-color: #CCC;
	display: block;
	float: right;
	height: 200px;
	width: 340px;
	border-radius: 10px;
}

.invNumHelp{
	color: #FFF;
	background-color: #F60;
	height: 1.2em;
	width: 400px;
	overflow: hidden;
	padding: 5px;
	margin-left: 30px;
	border: 2px solid #F60;
	border-radius: 0px 0px 4px 4px;
}
.invNumHelp:hover {
	color: #FFF;
	background-color: #F60;
	height: auto;
	width: 400px;
	overflow: hidden;
	padding: 5px;
	margin-left: 30px;
	border: 2px solid #F60;
	border-radius: 0px 0px 4px 4px;
}
.invNumHelp  p  {
	color: #FFF;
	background-color: #F60;
	overflow: hidden;
	border: 2px solid #F60;
	border-radius: 0px 0px 4px 4px;
	margin-bottom: 4px;
}
#Art_InvPrefix, #Art_InvNum, #Art_InvSuffix {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006699;
	font-weight: bolder;
	box-shadow: inset 1px 1px 2px 0px #999;
	border: medium solid #006699;
	border-radius: 4px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	top: 2px;
	width: 150px;
}
.RecordsetNav {
	color: #FFF;
	background-color: #006699;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-width: 2px;
	border-radius: 4px;
	border-color: #006699;
	box-shadow: 0px 5px 10px #999;
	margin-bottom: 10px;
}


#Save {margin-left: 240px}
.RecordsetNav a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.RecordsetNav a:hover {
	font-weight: bold;
	color: #ff6600;
	text-decoration: none;
}

.warningTxt {
	color: #F00;
	font-weight: bold;
	height: 2em;
	width: 450px;
	
}
.ArtFormInpBlock .warningTxt {
	color: #F00;
	font-weight: bold;
	height: 2em;
	width: 340px;
	float: left;
	font-size: 12px;
	margin-top: -2px;
	margin-left: 8px;
}
.GalleryRowEven {
	background-color: #CCC;
	width: 80%;
	padding: 5px;
	overflow: hidden;
}
.GalleryRowOdd {
	background-color: #FFF;
	width: 80%;
	padding: 5px;
	overflow: hidden;
}

#consSearchArt {
	display:block;
	background:#ccc;
	padding: 5px;
	width: 120%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: -10px;
	clear: both;
	height: 100px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#artistHeader {
	display:none;
	
}

#consDate {
	width:100%;
	margin-bottom:30px;	
	
}
#consSigBlock {
	display:none;
}

#Payment1 {
	background-color: #CCC;
	width:110%;
	margin-left:-20px;
	padding-left:20px;
}
.paymentTable {

float:left;
text-align:left;
width:100%;
}

.balanceDue {
	text-align:right;
	margin-right:20px;
	}

#reportTitle {
	text-align:center;
	font-size:x-large;
	color:#006699;
	margin:20px;	
	
	
}
.ns {
	display:none;
	visibility:hidden;	
	}
/* Account Control Styling */

.TileWrap {
	width: 900px;
	display: block;
	height: 1200px;
}

.Tile {
	float:left;
	width:300px;
	height:300px;
	color:#FFF;
	font-size:44px;
	text-align:center;
	
	
	
}
.Tile a {
	color: #FFF;
	text-decoration:none;	
	
}

.WallLabelCol {
	float:left;
	width: 200px;
	display: block;
	
	
	
}
.labelblck {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	margin-top: 40px;
	clear:both;
}

.artlabel{
	width: 200px;
	background-color: #FFF;
	border: 1px dashed #CCC;
	display:block;	
	
}

.artlabel label{
	font-family:Tahoma, Geneva, sans-serif;
	text-align:center;
	display:block;
	
	
}


/* End Account Control Styling */
/* NavMenu Styling */

ul#cssmw0 {
	cursor: default;
	list-style-type: none;
	margin: 5 0 0 0;
	padding: 0 0 0 0;
	line-height: 0.75em;
}
ul#cssmw0 ul {
  cursor: default;
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
ul#cssmw0 ul li {
  background-image: none;
  float: none;
}
ul#cssmw0 li {
  background-image: none;
  float: left;
  padding: 0 0 0 0;
  position: relative;
  white-space: nowrap;
  z-index: 100;
}
ul#cssmw0 li ul {
  display: none;
  top: 0;
}
ul#cssmw0 li:hover > ul {
  display: block;
  position: absolute;
}

ul#cssmw0 li.hover > ul {
  display: block;
  position: absolute;
}

ul#cssmw0 li.current > ul {
  position: absolute;
}
ul#cssmw0 > li {
  background-image: none;
}
ul#cssmw0 > li > a, ul#cssmw0 > li > a:link {
  background-image: none;
  color: #006699;
  display: block;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 5px 5px 5px 5px;
  text-decoration: none;
  text-transform: uppercase;
  width: 150px;
  outline-style: none;
}
ul#cssmw0 > li > a:active, ul#cssmw0 > li > a:focus {
  background-color: #006699;
  color: #173232;
  font-weight: bold;
  text-decoration: none;
  outline-style: none;
}
ul#cssmw0 > li:hover > a, ul#cssmw0 > li:hover > a:link {
  background-color: #006699;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  outline-style: none;
}

ul#cssmw0 > li.hover > a, ul#cssmw0 > li.hover > a:link {
  background-color: #006699;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  outline-style: none;
}

ul#cssmw0 > li.current > a.current, ul#cssmw0 > li.current > a.current:link {
  background-color: #006699;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  outline-style: none;
}
ul#cssmw0 ul.level-1 {
  left: 0px;
  top: 100%;
}
ul#cssmw0 ul.level-1 > li {
  background-image: none;
}
ul#cssmw0 ul.level-1 > li > a, ul#cssmw0 ul.level-1 > li > a:link {
  background-color: #FFCC00;
  background-image: none;
  border-bottom-style: none;
  border-right-style: none;
  color: #003366;
  display: block;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 5px 5px 5px 5px;
  text-decoration: none;
  text-transform: none;
  width: 140px;
  outline-style: none;
}
ul#cssmw0 ul.level-1 > li > a:active, ul#cssmw0 ul.level-1 > li > a:focus {
  color: #173232;
  font-weight: bold;
  text-decoration: none;
  outline-style: none;
}
ul#cssmw0 ul.level-1 > li:hover > a, ul#cssmw0 ul.level-1 > li:hover > a:link {
  background-color: #FF6600;
  color: #173232;
  font-weight: bold;
  text-decoration: none;
  outline-style: none;
}

ul#cssmw0 ul.level-1 > li.hover > a, ul#cssmw0 ul.level-1 > li.hover > a:link {
  background-color: #FF6600;
  color: #173232;
  font-weight: bold;
  text-decoration: none;
  outline-style: none;
}

ul#cssmw0 ul.level-1 > li.current > a.current, ul#cssmw0 ul.level-1 > li.current > a.current:link {
  background-color: #FF6600;
  color: #173232;
  font-weight: bold;
  text-decoration: none;
  outline-style: none;
}
/* EndNavMenu Styling */
.WallLabelCol select {
	text-align: right;
}
.homeTile {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	float: left;
	height: 180px;
	width: 250px;
	border-right-width: 2px;
	border-right-style: dashed;
	border-right-color: #FC0;
	color: #FFF;
	list-style-type: none;
	text-align: center;
	padding: 10px;
}
.homeTileTitle {
	margin-bottom: 15px;
}


.homeTile ul {
	list-style-type: none;
	font-size: small;
	text-align: left;
}
.homeTile ul li {
	margin-bottom: 0.5em;
}
.LetterBox {
	float: none;
	width: 700px;
	box-shadow: 2px 2px 7px 0px #666;
	padding: 10px;
}
.LetterBox p+p {
	margin-top: .5em;
}
.FtrTblCent {
	text-align: center;
}

.FtrTblCent a {
	text-align: center;
	text-decoration:none;
	color:#006699;
	font-weight:bold;
}
.FtrTblCent a:hover {
	text-align: center;
	text-decoration:none;
	color:#ff6600;
	font-weight:bold;
}


/*.FtrTblRow {
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #ff6600;
}*/
.FtrTblRow td {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #E6F7FF;
	height: 32px;
}
.FtrTblHeader {
	color: #F60;
	font-size: large;
}
.acctInfoBox {
	display: block;
	width: 90%;
	background-color: #006699;
	color: #fff;
	padding: 20px;
	box-shadow: 5px 4px 2px #666;
}
.acctInfoBox a {
	color:#fff;
	font-weight:bold;
}
.acctInfoBox a:hover {
	color:#ccc;
	
}

.websiteSquare {
	display:block;
	float:left;
	background-color:#CC9933;
	width:440px;
	height:250px;
	margin-top:20px;
	padding:10px;
	color:#fff;
}

.websiteSquare a {
	color:#fff;
	text-decoration:none;
}

.websiteSquare a:hover {
	color:#ccc;
	text-decoration:none;
}
.websiteSquare h1,h2,h3 {
	color:#006699;}
	
.websiteSquare label {
	display:block;
	float:left;
	width:220px;
	height:220px;	
	
}

#helpContent{
	display: block;
	
	width: 800px;
	color: #006699;
	padding: 10px;
	margin: 10px;
	box-shadow: 3px 3px 7px 1px #666;
	overflow:hidden;
}
#helpContent p {
	margin-bottom:12px;
}

#helpContent h1 {
	width:100%;
	color:#ffffff;
	background-color:#006699;
	padding:10px;
}

#helpContent ol {
	margin-left:30px;
	
}

#helpContent ol li {
	margin-bottom:24px;
}

#helpContent ol ol {
	list-style:lower-alpha;
	
	
}

#helpContent a {
	text-decoration:none;
	font-weight:bold;
	color:#FF6600;
}

#helpContent a:hover {
	color:#006699 !important;
	font-weight:bold;
}

#helpContent a:visited {
	color:#FF6600;}

#helpContent img {
	display:block;
	margin:auto;
	margin-top:10px;
	box-shadow: 3px 3px 7px 1px #666;
}

#helpContent ul li{
	margin-left:60px;
	list-style-type:none;
	margin-bottom:30px;
	font-weight:bold;
	
}

#helpContent ul ul li{
	margin-left:60px;
	list-style-type:none;
	margin-top:30px;
	font-weight:normal;
	
}

.profileAddWrap {
	background-color:#006699;
	color:#ffffff;
	padding:20px;
	margin-bottom:40px;
}

.shareXanadu {
	display: block;
	width: 880px;
	background-color: #8b0f05;
	color: #fff;
	padding: 10px;
	text-decoration:none;
	
}

.shareXanadu img {
	display:block;
	float:left;
	margin-top:-3px;
	margin-right:10px;
}

.shareXanadu a {
	text-decoration:none;
}.StdsXanBlock {
	color: #FFF;
	background-color: #333;
	float: left;
	width: 100%;
	clear: both;
}
#StdsWrapper {
	display: block;
	margin: auto;
	margin-top: 200px;
	margin-left:15%;
	clear: both;
	float: left;
	width: 1000px;
	overflow: hidden;
	box-shadow: 5px 5px 9px #666;
}

#StdsWrapper h1 {
	display:block;
	float:left;
	padding-left:10px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background:#990000;
	color:#ffffff;
}

.studiosRvwList {
	list-style: none;
	display: block;
	float: left;
	width: 200px;
	height: 350px;
	clear: right;
	overflow: hidden;
	border: thin solid #F60;
	padding: 5px;
	
	}
.acctSelect {
	display:block;
	padding:10px;
	background:#006699;
	color:#ffffff;
	margin-left:-25px;
	margin-top:50px;
}
.ftrImages {
	display:block;
	box-shadow: 5px 7px 18px #666;
	margin-left:40px;
	float:right;



}
.ftrBox {
	width: 80%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding:20px;
	height:300px;	
	
	
}
.ftrBox h2 {
	font-family: freight-sans-pro, sans-serif;
	font-weight:normal;
	margin-bottom:30px;
	font-size:xx-large;
}

.noPrint {}

.noScreen {display: none;}
	
.ftrBox ul {
	display:block;
	margin-left:40px;
}

.invoiceSpacer {
	display: none;
	height: 0px;
	
}

	
