*{
	padding:0;
	margin:0;
	border:none;
	font-size:1em;
	font-weight:normal;
}
form#aspnetForm{
	height:100%;
}
strong, b{
	font-weight:bold;
}
img{ 
	-ms-interpolation-mode: bicubic;
}
a{
	text-decoration:none;
	color:#999;
}
p{
	margin-bottom:10px;
}
html{
	height:100%;
}
body{
	font-family:Arial, Sans-Serif;
	height:100%;
	background-color:#fff;	
}
textarea{
	font-family:Arial, Sans-Serif;
}
h3{
	color:#8b898a;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:10px;
	font-size:.9em;
}
.Content{
	height:100%;
	position:relative;
	min-width:900px;
}
.AVALogo{
	position:absolute;
	top:0;
	right:0;
	z-index:4;
	width:150px;
	text-align:center;
}
.Menu{
	text-transform:uppercase;
	position:absolute;
	z-index:3;
	width:100%;
	overflow:hidden;
	top:0;
}
.Menu a{
	color:#fff;
	font-weight:bold;
}
.Menu .Selected a, .Menu a:hover{
	color:#999;
}
.Menu ul{
	list-style-type:none;
	clear:left;
	padding-left:4%;
	position:relative;
	z-index:3;
}
.Menu li{
	float:left;
}
#MainMenu{
	height:36px;
	padding-top:24px;
	font-size:.9em;
	margin-right:140px;
}
#MainMenu li{
	padding-right:4.5%;
}
.MainMenuShade{
	position:absolute;
	top:0;
	width:100%;
	height:60px;
	background-color:#383637;
	z-index:2;
	opacity:.9;
	filter: alpha(opacity=90);
}
#SubMenu{
	font-size:.8em;
	height:33px;
	line-height:33px;
}
#SubMenu li{
	padding-right:2%;
}
.SubMenuShade{
	position:absolute;
	top:60px;
	width:100%;
	height:33px;
	background-color:#444;
	z-index:2;
	opacity:.8;
	filter: alpha(opacity=80);
}
#SubMenu2{
	font-size:.75em;
	height:29px;
	line-height:29px;
}
#SubMenu2 li{
	padding-right:2%;
}
.SubMenu2Shade{
	position:absolute;
	top:93px;
	width:100%;
	height:29px;
	background-color:#464646;
	z-index:2;
	opacity:.7;
	filter: alpha(opacity=70);
}
.MainImageContainer{
	position:absolute;
	z-index:1;
	overflow:hidden;	
	height:100%;
	width:100%;
	left:0;
	top:0;
}
.MainImageContainer img, .ImageContainer img{
	visibility:hidden;
	position:absolute;
}
.BelowHeader{
	position:absolute;
	padding:0 50px 50px 50px;
	margin-top:110px;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
.NormalContent{
	margin-top:60px;
	padding:15px 50px 15px 50px;
}
/*Home Page
.ShadeContent{
    position:absolute;
    bottom:20px;
    left:20px;
    width:30%;
    z-index:1;
}
.ShadeContent a, .ShadeContent{
    color:#fff
}
.ShadeContent .moduletools{
    background: transparent url(../Images/shade_pixel.png);
    display:block;
    padding:10px 10px 0 10px;
}
.ShadeContent .section{
    background: transparent url(../Images/shade_pixel.png);
    padding:10px;
}*/
.ContentSliderBorder{
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	width:15px;
	border:1px solid #ccc;
}
.ContentSliderHandle{
	position:absolute;
	left:0;
	right:0;
	height:8%;
	background-color:#ccc;
	cursor:pointer;
	cursor:hand;
}
.ContentSlider{
	position:absolute;
	margin:3px;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
.GalleryContainer, .LinkGallery{
	position:relative;
	width:100%;
	height:100%;
}
.GalleryContainer ul, .LinkGallery ul{
	list-style-type:none;
	height:100%;
	width:96%;
	overflow:hidden;
	position:relative;
}
.GalleryContainer ul ul{
	height:auto;
	width:auto;
	padding-right:10px;
}
.GalleryContainer li, .LinkGallery li{
	float:left;
	width:33%;
	height:33.33%;
	overflow:hidden;
	position:relative;
	background:#fff url(../imgs/spinner.gif) center center no-repeat;
}
.GalleryContainer li.ImageColumn{
	height:auto;
	min-height:20px;
	background-image:none;
}
.GalleryContainer li.ImageColumn li{
	height:auto;
	width:100%;
	border-bottom:30px solid #fff;
	border-right:30px solid #fff;
}
.LinkGallery li{
	height:50%;
}
.GalleryShade{
	position:absolute;
	background-color:#000;
	opacity:.7;
	filter: alpha(opacity=70);
	display:none;
	width:100%;
	height:100%;
	top:0;
	left:0;
	cursor:pointer;
	cursor:hand;
}
.GalleryText{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	color:#fff;
	overflow:auto;
	cursor:pointer;
	cursor:hand;
}
.GalleryEdit{
	display:none;
	position:absolute;
	top:0;
	right:0;
	width:50px;
	line-height:32px;
	background-color:#333;
	text-align:center;
}
.GalleryEdit a{
	color:#fff;
}
.GalleryMove{
	display:none;
	position:absolute;
	top:0;
	right:55px;
	width:50px;
	line-height:32px;
	color:#fff;
	background-color:#333;
	text-align:center;
	cursor:move;
}
.ImageContainer .ImageNotes{
	display:none;
}
.GallerySetCover{
	display:none;
	position:absolute;
	top:0;
	right:110px;	
	line-height:32px;
	color:#fff;
	background-color:#333;
	text-align:center;
}
.GallerySetCover input{
	background-color:Transparent;
	height:32px;
	width:100px;
	color:#fff;
}
.GallerySetCover input:hover{
	background-color:#555;
}
.GalleryContainer img{
	position:absolute;
	visibility:hidden;
}
.GalleryContainer li.ImageColumn img{
	position:static;
}
.GalleryContainer a{
	display:block;
}
.TextFrame{
	padding:10px;
}
.GalleryContainer li:hover .GalleryShade, .GalleryContainer li.ImageColumn:hover li:hover .GalleryShade, .LinkGallery li:hover .GalleryShade{
	display:block;
}
.GalleryContainer li.ImageColumn:hover li .GalleryShade{
	display:none;
}
.GalleryContainer li:hover .GalleryText, .GalleryContainer li.ImageColumn:hover li:hover .GalleryText, .LinkGallery li:hover .GalleryText{
	display:block;
}
.GalleryContainer li.ImageColumn:hover li .GalleryText{
	display:none;
}
.GalleryContainer li:hover .GalleryEdit, .GalleryContainer li.ImageColumn:hover li:hover .GalleryEdit, .SortHelper .GalleryEdit{
	display:block;
}
.GalleryContainer li.ImageColumn:hover li .GalleryEdit{
	display:none;
}
.GalleryContainer li:hover .GalleryMove, .GalleryContainer li.ImageColumn:hover li:hover .GalleryMove, .SortHelper .GalleryMove{
	display:block;
}
.GalleryContainer li.ImageColumn:hover li .GalleryMove{
	display:none;
}
.GalleryContainer li:hover .GallerySetCover, .GalleryContainer li.ImageColumn:hover li:hover .GallerySetCover, .SortHelper .GallerySetCover{
	display:block;
}
.GalleryContainer li.ImageColumn:hover li .GallerySetCover{
	display:none;
}
.GalleryContainer li.ImageColumn li.sortHelper{
	outline: #fff dashed 1px;
	background:#fff;
	border:1px dashed silver;
	width:100%;
}
#aspnetForm .GalleryMoving .GalleryShade{
    display:none;
}
.LinkImage{
	overflow:hidden;
	top:0;
	left:10px;
	right:10px;
	height:80%;
	position:absolute;
}
.LinkName{
	position:absolute;
	bottom:0;
	left:10px;
	right:10px;
	height:20%;
}
.LinkName a{
	color:#000;
	text-transform:uppercase;
	font-size:.9em;
	font-weight:bold;
}
.LinkEdit{
	display:none;
	position:absolute;
	top:0;
	right:0;
	width:50px;
	line-height:32px;
	background-color:#333;
	text-align:center;
}
.LinkEdit a{
	color:#fff;
	display:block;
}
.LinkGallery li:hover .LinkEdit{
	display:block;
}
.LinkGallery .LinkEdit{
	display:none;
}
.LinkGallery li:hover .GalleryMove{
	display:block;
}
.LinkGallery .GalleryMove{
	display:none;
}
.moduletools{
	display:none;
}
.NormalContent .moduletools{
    display:block;
}
.Content .section{
	height:100%;
}
.NormalContent .section{
	height:auto;
}





/*Form stuff*/
.collectionsEditList{
	padding-left:20px;
	/*padding-right:30px;*/
}
.ArtFormContainer .fileUploadContainer{
	width:296px;
}
.ArtUploadContainer{
	margin-right:20px;
	margin-bottom:20px;
	float:left;
}
.ArtFormContainer, .CollectionFormContainer{
	font-size:.8em;
}
.ArtFormContainer label, .CollectionFormContainer label{
	float:left;
	width:100px;
	line-height:1.6em;
	text-align:right;
	padding-right:10px;
	margin-top:1px;
}
.ArtFormContainer input[type=text], select, .CollectionFormContainer input[type=text], select{
	border:1px solid #ccc;
	line-height:1.6em;
	width:350px;
	margin:2px 0px;
}
.ArtFormContainer input.NewCat{
	width:90%;
}
.ArtFormContainer select, .CollectionFormContainer select{
	width:352px;
}
.ArtFormContainer textarea, .CollectionFormContainer textarea{
	clear:left;
	border:1px solid #ccc;
	width:350px;
	clear:left;	
	margin:2px 0px;
	height:4em;
	font-size:1em;
}
.ArtFormContainer .clearer, .CollectionFormContainer .clearer{
	clear:left;
}
.ArtFormContainer div, .CollectionFormContainer div{
	float:left;
}
.ArtFormContainer div div, .CollectionFormContainer div div{
	width:auto;
}
.ArtFormContainer .SaveButton{
	text-align:center;
	width:100%;
}
.ArtFormContainer .CollectionCheckBox{
	float:none;
	/*height:18px;*/	
}
.ArtFormContainer .CollectionCheckBox label{
	width:auto;
	float:none;
	padding-left:4px;
	margin-top:0px;
}
.ArtFormContainer .CollectionCheckBox input{
	float:none;
	vertical-align:middle;
}
.ArtFormContainer .CollectionCheckBox label{
	float:none;
}
.ArtFormHeader, .CollectionFormHeader{
	padding-bottom:10px;
	width:100%;	
}
.ArtFormContainer #Messages{
	width:296px;
	text-align:right;
}
#tabs-1, #tabs-2, #tabs-3{
	float:none;
}
#provenanceTable{
    margin:auto;
    text-align:left;
    border-bottom: 1px solid #ccc;
}
#provenanceTable ul{
    list-style:none;
    clear:both;
    width:800px;
    overflow:hidden;
    background:url(provenanceTable.gif) repeat-y;
    border-top:1px solid #CCC;
}
#provenanceTable ul li{
    float:left;
    border-style:none;
    padding:0.2em 0.5em;
    margin: 0px 0px 0px 1px;
}
#provenanceTable ul li.Date{
    width:136px;
}
#provenanceTable ul li.Type{
    width:187px;
}
#provenanceTable ul li.Notes{
    width:435px;
}
#provenanceTable ul.header li{
    font-weight:bold;
    font-size:1em;
    background-color:#e0e0e0;
}
.ContactFormContainer{
	font-size:.8em;
}
.ContactFormContainer label{
	float:left;
	width:100px;
	line-height:1.6em;
	text-align:right;
	padding-right:10px;
	margin-top:1px;
}
.ContactFormContainer input, select{
	border:1px solid #ccc;
	line-height:1.6em;
	width:350px;
	margin:2px 0px;
}
.ContactFormContainer textarea{
	clear:left;
	border:1px solid #ccc;
	width:350px;
	clear:left;	
	margin:2px 0px;
	height:4em;
}
.ContactFormContainer .clearer{
	clear:left;
}
.ContactFormContainer div{
	float:left;
}
.ContactFormContainer .SaveButton, .BlogContainer .SaveButton{
	text-align:center;	
	width:50px;
	background-color:#333;
	border:none;
	color:#fff;
	cursor:pointer;
}
.ContactFormContainer .SaveButton:hover, .BlogContainer .SaveButton:hover{
	background-color:#555;
}
.Button{
	float:left;
	height:20px;
	margin-right:20px;
}
.Button input, .Button a{
	height:20px;
	width:50px;
	color:#fff;
	background-color:#333;
	display:block;
	text-align:center;
	cursor:default;	
}
.Button input:hover, .Button a:hover{
	background-color:#555;
}





/*BIOG*/
.BiographyImageUpload{
	font-size:.8em;	
}
.BiogImageContainer{
	width:49%;
	float:left;
	height:100%;
	position:relative;
	overflow:hidden;
}
.BiogImageContainer div{
    float:left;
    position:relative;
}
.Image1Of1
{
    height:100%;
    width:100%;
}
.Image1Of2{
    height:49%;
    width:100%;
    margin-bottom:1%;
}
.Image2Of2{
    height:49%;
    width:100%;
    margin-top:1%;
}

.Image1Of3{
    height:33%;
    width:100%;
    margin-bottom:.5%;
}
.Image2Of3{
    height:33%;
    width:100%;
    margin-bottom:.5%;
}
.Image3Of3{
    height:33%;
    width:100%;
}

.Image1Of4{
    height:49%;
    width:49%;
    margin-bottom:1%;
    margin-right:1%;
    float:left;
}
.Image2Of4{
    height:49%;
    width:49%;
    margin-bottom:1%;
    margin-right:1%;
    float:left;
}
.Image3Of4{
    height:49%;
    width:49%;
    margin-top:1%;
    margin-right:1%;
    float:left;
}
.Image4Of4{
    height:49%;
    width:49%;
    margin-top:1%;
    margin-right:1%;
    float:left;
}

.ListingsContainer{
	width:46%;
	border:8px solid #dedede;
	padding:10px;
	font-size:.8em;
	position:relative;
	height:46%;
	position:absolute;
	bottom:0;
	right:0;
}
.FullHeight{
    height:auto;
    top:0;
    bottom:0;
}
.Listings{
	overflow:hidden;
	height:100%;
	margin-right:3em;
}
.Listings td{
  padding-right:5px;
}
.Listings table{
  width:100%;
}
.BiogContainer{
	font-size:.8em;	
	width:46%;
	position:absolute;
	top:0;
	right:0;
	padding-right:18px;
	height:43%;
	overflow:auto;	
}
.ListingsContainer .ContentSliderBorder{
	top:10px;
	bottom:10px;
	right:5px;
}
.BiographyEdit{
	display:inline;
	font-size:.9em;
}
.BiographyEdit a, .BiographyHeader a{
	color:#ccc;
	font-weight:bold;
	text-transform:uppercase;
}
.BiographyEdit a:hover, .BiographyHeader a:hover{
    color:#8B898A;
}

.BiographyHeader{
	display:inline;
	padding-right:20px;
	line-height:1em;
}
.BiographyHeader h3{
	display:inline;
}
.BiographyHeader a{
	white-space:nowrap;
}
div div.BiographyHeader select{
	width:auto;
	font-size:1em;
	height:1.3em;
	vertical-align:middle;
}
img.FilterImage{
	border-bottom:10px solid #FFFFFF;
	float:left;
	padding-right:5px;
	padding-top:1px;
}
ul.Filter{
	position:absolute;
	display:none;
	padding-top:20px;
	border-bottom:2px solid #000;
	list-style:none;
	z-index:1;
	top:75px;
	left:50px;
}
ul.Filter li{
	border-left:2px solid #000;
	border-right:2px solid #000;
	padding:3px 10px;
	background-color:#4C4A4B;
	color:#fff;
}
ul.Filter li.First{
	border-top:2px solid #000;
}
/*SLIMBOX*/
#lbOverlay{
	position:fixed;
	z-index:4;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:#000;
	cursor:pointer;
}
#lbCenter, #lbBottomContainer{
	position:absolute;
	z-index:5;
	overflow:hidden;
}
#lbCenter{
	top:5px;
	left:5px;
	right:5px;
	bottom:55px;
}
#lbBottomContainer{
	bottom:5px;
	opacity:.8;
	filter:alpha(opacity=80);
	background-color:#333132;
	width:500px;
}
.lbLoading{
	background:url(loading.gif) no-repeat center;
}
#lbImage{
	position:absolute;
	left:0;
	top:0;
	background-repeat:no-repeat;
	border:10px solid #fff;
}
#lbCenter img, #lbCenter canvas{
	border:10px solid #fff;
}
#lbBottom{
	color:#fff;
	line-height:22px;
	text-align:left;
	border:7px solid #333132;
}
#lbBottom a{
	display:block;
	float:right;
	width:23px;
	height:22px;
	outline:none;
}
#lbCloseLink{
	background:transparent url(closelabel.gif) no-repeat center;
}
#lbNextLink{
	background:transparent url(nextlabel.gif?) no-repeat center;
}
#lbPrevLink{
	background:transparent url(prevlabel.gif?) no-repeat center;
}
#lbInfoLink{
	background:transparent url(infolabel.gif?) no-repeat center;
}

#lbCaption, #lbNumber{
	margin-right:100px;
	font-size:.9em;
}
#lbImageNotes{
	position:absolute;
	background-color:#fff;
	bottom:10px;
	padding:20px 10px 10px 10px;
	z-index:6;
}



/*UI tabs*/
.ArtFormContainer div.ui-tabs-nav {
	/*resets*/margin:0 0 0 385px; padding:0; border:0; outline:0; line-height:1.3; text-decoration:none; /*font-size:100%;*/ list-style:none;
	font-family:Verdana,Arial,sans-serif;
	/*font-size:1.1em;*/
	float:none;
	
	position:relative;
	z-index:1;	
	/*bottom:-1px;*/
}
.ArtFormContainer div.TabsFloat{
	float:left;
	clear:none;
	width:100%;
}
.ui-tabs-nav ul {
	/*resets*/margin:0; padding:0; border:0; outline:0; line-height:1.3; text-decoration:none; /*font-size:100%;*/ list-style:none;
}
.ui-tabs-nav li {
	/*resets*/margin:0; padding:0; border:0; outline:0; line-height:1.3; text-decoration:none; /*font-size:100%;*/ list-style:none;
	float:left;
	border:1px solid #d3d3d3;
	border-right:none;
}
.ui-tabs-nav li a {
	/*resets*/margin:0; padding:0; border:0; outline:0; line-height:1.3; text-decoration:none; /*font-size:100%;*/ list-style:none;
	float:left;
	font-size:1em;
	font-weight:bold;
	text-decoration:none;
	padding:.5em 1.7em;
	color:#555555;
	background:#e6e6e6 url(images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
}
.ui-tabs-nav li a:hover {
	background:#dadada url(images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	color:#212121;
}
.ui-tabs-nav li.ui-tabs-selected {
	border-bottom-color:#ffffff;
}
.ui-tabs-nav li.ui-tabs-selected a, .ui-tabs-nav li.ui-tabs-selected a:hover {
	background:#ffffff url(images/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
	color:#212121;
}
.ui-tabs-panel {
	/*resets*/margin:0; padding:0; border:0; outline:0; line-height:1.3; text-decoration:none; /*font-size:100%;*/ list-style:none;
	font-family:Verdana,Arial,sans-serif;
	clear:left;
	border-left:1px solid #d3d3d3;
	border-bottom:1px solid #d3d3d3;
	border-right:1px solid #d3d3d3;
	background:#ffffff url(images/ffffff_40x100_textures_01_flat_75.png) 0 0 repeat-x;
	color:#222222;
	padding:1.5em 1.7em;	
	/*font-size:1.1em;*/
	/*height:400px;*/
	margin-bottom:20px;
	width:auto;
}
.ui-tabs-hide {
	display:none;/* for accessible hiding:position:absolute; left:-99999999px*/;
}





/*UI datepicker*/
/* Main Style Sheet for jQuery UI date picker */
.ui-datepicker-div, .ui-datepicker-inline, #ui-datepicker-div {
	/*resets*/margin:0; padding:0; border:0; outline:0; line-height:1.3; text-decoration:none; /*font-size:100%;*/ list-style:none;
	font-family:Verdana,Arial,sans-serif;
	background:#ffffff url(images/ffffff_40x100_textures_01_flat_75.png) 0 0 repeat-x;
	/*font-size:1.1em;*/
	border:4px solid #aaaaaa;
	width:15.5em;
	padding:2.5em .5em .5em .5em;
	position:relative;
}
.ui-datepicker-div, #ui-datepicker-div {
	z-index:9999; /*must have*/
	display:none;
}
.ui-datepicker-inline {
	float:left;
	display:block;
}
.ui-datepicker-control {
	display:none;
}
.ui-datepicker-current {
	display:none;
}
.ui-datepicker-next, .ui-datepicker-prev {
	position:absolute;
	left:.5em;
	top:.5em;
	background:#e6e6e6 url(images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
}
.ui-datepicker-next {
	left:14.6em;
}
.ui-datepicker-next:hover, .ui-datepicker-prev:hover {
	background:#dadada url(images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
}
.ui-datepicker-next a, .ui-datepicker-prev a {
	text-indent:-999999px;
	width:1.3em;
	height:1.4em;
	display:block;
	font-size:1em;
	background:url(images/888888_7x7_arrow_left.gif) 50% 50% no-repeat;
	border:1px solid #d3d3d3;
	cursor:pointer;
}
.ui-datepicker-next a {
	background:url(images/888888_7x7_arrow_right.gif) 50% 50% no-repeat;
}
.ui-datepicker-prev a:hover {
	background:url(images/454545_7x7_arrow_left.gif) 50% 50% no-repeat;
}
.ui-datepicker-next a:hover {
	background:url(images/454545_7x7_arrow_right.gif) 50% 50% no-repeat;
}
.ui-datepicker-prev a:active {
	background:url(images/454545_7x7_arrow_left.gif) 50% 50% no-repeat;
}
.ui-datepicker-next a:active {
	background:url(images/454545_7x7_arrow_right.gif) 50% 50% no-repeat;
}
.ui-datepicker-header select {
	border:1px solid #d3d3d3;
	color:#555555;
	background:#e6e6e6;
	font-size:1em;
	line-height:1.4em;
	position:absolute;
	top:.5em;
	margin:0 !important;
}
.ui-datepicker-header option:focus, .ui-datepicker-header option:hover {
	background:#dadada;
}
.ui-datepicker-header select.ui-datepicker-new-month {
	width:7em;
	left:2.2em;
}
.ui-datepicker-header select.ui-datepicker-new-year {
	width:5em;
	left:9.4em;
}
table.ui-datepicker {
	width:15.5em;
	text-align:right;
}
table.ui-datepicker td a {
	padding:.1em .3em .1em 0;
	display:block;
	color:#555555;
	background:#e6e6e6 url(images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	cursor:pointer;
	border:1px solid #ffffff;
}
table.ui-datepicker td a:hover {
	border:1px solid #999999;
	color:#212121;
	background:#dadada url(images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
}
table.ui-datepicker td a:active {
	border:1px solid #aaaaaa;
	color:#212121;
	background:#ffffff url(images/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
}
table.ui-datepicker .ui-datepicker-title-row td {
	padding:.3em 0;
	text-align:center;
	font-size:.9em;
	color:#222222;
	text-transform:uppercase;
}
table.ui-datepicker .ui-datepicker-title-row td a {
	color:#222222;
}
.ui-datepicker-cover {
	display:none;
	display/**/:block;
	position:absolute;
	z-index:-1;
	filter:mask();
	top:-4px;
	left:-4px;
	width:193px;
	height:200px;
}
ul#Artists, ul.articlelist{list-style-type:none;}
#contentcol1,#contentcol2{float:left;padding-right:20px;width:45%;}
#contentcol2 input{
border:1px solid #CCCCCC;
line-height:1.6em;
margin:2px 0;
font-size:0.8em;
}
#contentcol2 label,#contentcol2 span{
line-height:1.6em;
margin-top:1px;
padding-right:10px;
text-align:right;
width:120px;
font-size:0.9em;
}
.LoginButton{
background-color:#333333;
border:medium none;
color:#FFFFFF;
text-align:center;
width:50px;
}
.BlogContainer {
	float:left;
	width:62%;
	border:8px solid #cfcfcf;
	padding:26px 30px;
	margin-right:22px;
}
.BlogCategories {
	float:left;
	border:8px solid #cfcfcf;
	padding:15px;
	width:195px;
}
.BlogCategories ul{
	list-style-type:none;
}
h1.BlogHeading {
	text-transform:uppercase;
	color:#7a7879;
	font-size:1.2em;
	padding-bottom:12px;
}
.BlogCategories h2 {
	color:#7a7879;
	font-weight:bold;
	padding-bottom:7px;
}
.BlogContainer h4 {
	margin-bottom:8px;
	font-size:1.1em;
}
.BlogContainer h4 a{
	color:#000000;
}
.BlogContainer .articlesub {
	padding-bottom:9px;
	border-bottom:1px solid #cfcfcf;
	margin-bottom:25px;
	font-size:0.8em;
	height:18px;
}
.BlogContainer .articlesub a{
	/*color:#000;*/
}
.BlogCategories ul li a {
	color:#000;
	font-size:0.8em;
}
.BlogContainer .syndicate {
	display:none;
}
.BlogCommentsLink {
	text-decoration:underline;
}
.Trimmer {
	padding:0 0 0 4px;
}
a.ReadMore {
	float:right;
	font-size:1.1em;
	color:#999999;
}
.FloatLeft {
	float:left;
}
.BlogContainer .articlecontent p {
	font-size:0.9em;
}
.CommentsContainer {
	
}
.CommentsContainer h5, .CommentPanel h5{
	font-weight:bold;
	margin-bottom:5px;
}
.BlogContainer textarea {
	border:1px solid #CCCCCC;
	clear:left;
	height:8em;
	margin:2px 0 15px;
	width:350px;
	float:left;
}
.BlogContainer input {
	border:1px solid #CCCCCC;
	line-height:1.6em;
	margin:2px 0;
	width:250px;
	clear:both;
	float:left;
}
.BlogContainer label {
	float:left;
	/*line-height:1.6em;*/
	margin-top:4px;
	padding-right:10px;
	text-align:right;
	/*width:60px;*/
}
.clearer{clear:left;}
.articlecomments {
	list-style-type:none;
}
.articlecomments p{
	font-size:0.9em;
}
.CommentPanel {
	font-size:0.9em;
}
.CommentArea {
	float:left;
}
.BackLink {
	float:left;
	clear:both;
	margin-top:16px;
}
.ArtistsTable{
	width:750px;
	float:left;
}
.ArtistsTable th{
	font-weight:bold;
}
.ArtistsTable td, .ArtistsTable th{
	padding:2px 5px;
	text-align:left;
}
.ArtistsTable .AlternateArtistRow td{
	background-color:#eee;
}
.ArtistsTable .ArtistRow td{
	background-color:#e6e6e6;
}
.ArtistsTable td{
	cursor:n-resize;
}

.AddNewArtistBox{
	float:left;
	padding-left:30px;
}
.AddNewArtistBox label{
	display:block;
	font-weight:bold;
}
.AddNewArtistBox input{
	border:1px solid #ccc;
}
.MainImageHeader{
	top:60px;
	bottom:0;
	height:auto;
}
#lbBottom .Link{
	display:inline;
	float:none;
	color:#fff;
	text-decoration:underline;
}
.BiogImageContainer img{
	position:relative;
}
.BiogImageContainer .OtherArtists{
	clear:left;
	font-size:0.9em;
	font-weight:bold;
	text-transform:uppercase;
	color:#ccc;
	float:none;
}
.OtherArtists h4{
	color:#8B898A;
	font-weight:bold;
	padding:5px 0 0 0;
}
.Content div.CollectionsDiv{
	float:left;
	width:32%;
	padding-right:1%;
}