.biz_table2 table {
	font: 11px/24px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 320px;
	border: thin solid #000000;
	}

.biz_table2 th {
	padding: 0 0.5em;
	text-align: left;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	background: #FFCC00;
	font-size: 100%;
	}

.biz_table2 tr.yellow td {
	border-top: 1px solid #FB7A31;
	border-bottom: 1px solid #FB7A31;
	background: #FFC;
	}

.biz_table2 td {
	border-bottom: 1px solid #CCC;
	padding: 0 0.5em;
	font-size: 100%;
	}

.biz_table2 td.width {
	width: 190px;
	}

.biz_table2 td.adjacent {
	border-left: 1px solid #CCC;
	text-align: center;
	}
.biz_table2 tr {
	border-top: thin solid #000000;
	border-bottom: thin solid #333333;
	}
	
	
/*ArtBannerPlus Inside content
*******************************************/

.moduletable-banner {
	width: 49.9%;
	margin-top: 30px;
	margin-bottom: 30px;
	float: left;
}
.moduletable-banner img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
	
/*ArtBannerPlus right column
*******************************************/
div.module-banner {
	padding: 0;
	background: none;
}
div.module-banner div div {
	padding: 0;
	background: none;
}
div.module-banner div div div {
	padding: 2px 5px 5px;
	background: none;
	color: #FFFFFF;
}

div.artbannersplus-banner {
padding: 2px auto 2px;

}
.artbannersplus-banner img {

}


	
/*	FORM CSS*/

#adminForm {/* set width in form, not fieldset (still takes up more room w/ fieldset width */
  margin: 0;
  padding: 0;
  min-width: 500px;
  max-width: 600px;
  width: 560px; 
}
/********* Form Table **********/
#adminForm table {
	border: 0px solid #FFFFFF;
	background: #CCCCCC;
	width: 495px;
}
#adminForm td {
	border: 0px solid #FFFFFF;
	text-align: center;
	padding: 4px;
	margin: 4px;
	background: #FFFFFF;
}
#adminForm th {
	border: 0px solid #FFF;
	text-align: left;
	padding: 5px;
	background: #EEE;
}
.center {text-align: center;}
#adminForm th.center {
	text-align: center;
}

/**********FORM************/
#adminForm br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
#adminForm .form-spacer {
	height: 20px;
	width: 100%;
}
#adminForm fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
	padding: 10px;        /* padding in fieldset support spotty in IE */
	margin: 10 25 10 0;
	border: 1px solid #CCC;
	width: 500px;
}
#adminForm legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
	color: #666666;
	background: #EEEEEE;
	padding: 2px;
	border: 1px solid #CCC;
	font-weight: bold;
	margin-bottom: 20px;
}
.legend {
	font-size:1.1em;
	color: #666666;
	background: #EEEEEE;
	padding: 2px;
	border: 1px solid #CCC;
	font-weight: bold;
	display: inline;

}

#adminForm label {
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	width: 210px;
	padding: 0;
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left;
	font-weight: bold;
	border-bottom: 1px dotted #CCCCCC;
}

/*#adminForm fieldset label:first-letter {*/ /* use first-letter pseudo-class to underline accesskey, note that */
	 /*text-decoration:underline;    Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels 
}*/

#adminForm textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:200px;      /* set width of #adminForm elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 2px; /* set margin on left of #adminForm elements rather than right of
                              label aligns textarea better in IE */
}
#adminForm input {
	margin-right: 20px;
	margin-left: 2px;

} 
#adminForm .inputbox-radio {
	margin-right: 0em;
	margin-left: 4.5em;
}
#adminForm #box .inputbox-radio {
	margin-right: 0em;
	margin-left: 0em;
}
#adminForm #box .inputbox-box {
	width: auto;
	margin-top: 5px;
}
#adminForm .inputbox-radio {
	width: auto;
}
#adminForm .inputbox-select {
	margin-left: 20px;
	width: 150px;
}
#adminForm .inputbox-textarea {
	width: 300px;
}
#adminForm .left  label {
	width: auto;
	text-align: left;
}
#adminForm .address {
	padding: 5px;
	margin-left: 25px;
	font-size: 110%;
	font-weight: bold;
}
#adminForm #box label {
	width: 385px;
}
#adminForm .form_bt {
	padding-left: 120px;
}


#adminForm input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

#adminForm small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

#adminForm .required{font-weight:bold;} /* uses class instead of div, more efficient */
.address {
	padding-left: 25px;
	font-weight: bold;
}
#registrationTable td {
	text-align: left;
}
.titleCell {
	font-weight: bold;
}

.fieldCell {
}
.module-banner .artbannersplus-banner a {
}
#read-more {
	position: relative;
	left: 0px;
	top: 0px;
}
#read-more .read-more-bt {
	position: absolute;
	width: 120px;
	left: 400px;
	top: 66px;
	background: #FFFFFF;
	border: 3px solid #FFFFFF;
}
#read-more .read-more-bt a.readon {
	/*height: 20px;*/

}

