/* Alert Box Styles */
#modalContainer {
	background-color: transparent;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 10000;
	background-image: url(http://www.baagallery.com/images/mtg.gif); /* required by MSIE to prevent actions on lower z-index elements */
}

#alertBox {
	position: relative;
	width: 300px;
	min-height: 200px;
	margin-top: 200px;
	border: 2px solid #81334B;
	background-color: #FFFFFF;
	background-image: url(http://baagallery.com/images/bgn.png);
	background-repeat: repeat;
	background-position: 0px 30px;
	/*visibility:hidden;*/
}

#modalContainer > #alertBox {
	position: fixed;
}

#alertBox h1 {
	margin: 0;
	font: bold 1.2em arial,helvetica,sans-serif;
	background-color: #5480AC;
	color: #FFFFFF;
	border-bottom: 1px solid #81334B;
	padding: 2px 0 2px 5px;
}

#alertBox p {
	font: 1em arial,helvetica,sans-serif;
	background-color: #FFFFFF;
      height: 230px;
	padding-top: 10px;
	padding-left: 5px;
	margin-left: 20px;
	padding-right: 5px;
	margin-right: 20px;
}

#alertBox #closeBtn {
	display: block;
	position: relative;
	margin: 5px auto;
	padding: 3px;
	border: 2px solid #81334B;
	width: 70px;
	font: bold 0.8em arial,helvetica,sans-serif;
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
	background-color: #5480AC;
	text-decoration: none;
}

/* Page Information */

html, body, ol, ul, li, dl, dt, dd, img {
	margin: 0; 
	padding: 0;
	border: 0;
	list-style: none;
}

/* Jello */
body {
	padding: 0 350px 0 350px;
	font-family: arial, helvetica, sans-serif;
	font-size: 90.02%;
	text-align: center;
	background: white;
}
		
#sizer {
	margin: 0 auto 0 auto; /* this centers the wrappers in standards browsers */
	padding: 0;
	width: 60%; /* here is the critical value for customizing the Jello behavior */
	max-width: 300px;  /* version for IE is at the bottom of this style block */
}

#expander {
	background: white;
	margin: 0 -350px 0 -350px; /* these side margins should be the same or slightly less than body paddings */
	min-width: 700px; /* This prevents Safari from losing the negative margins in narrow windows */
	position: relative;
	min-height: 1px;
}

/* Holly hack for IE. Must be zero, not the usual 1% value, due to IE bug \*/
* html #expander 
{ height: 0; }
/* */

/* helps IE get the child percentages right. */
#wrapper { width: 100%; } 

#content {
	width: 63%;
	margin-left: 3%;
	text-align: left;
	float: left;
	display: inline; /* IEwin doubled margin bug fix */
	padding-bottom: 2.2em;
}

#sidebar {
	width: 27%;
	float: right;
	display: inline; /* IEwin doubled margin bug fix */
	border: 1px solid #81334B; 
	text-align: center;
	margin-right: 3%;
	background: #EDCAD4; 
	color: #5480AC;
	padding-top: 1.2em;
	padding-bottom: 1.2em;
}

#art {
	width: 27%;
	float: right;
	display: inline; /* IEwin doubled margin bug fix */
	text-align: center;
	margin-right: 3%;
	padding-top: 1.2em;
	padding-bottom: 1.2em;
}

#chartered {
     font-size: 80%;
     text-align: center;
}

#footer { 
	clear: both; 
	width: 94%;
  	padding: 0.5em 0 0.5em 0; 
	margin: 1em 3% 1em 3%; 
	border-top: 2px solid black; 
	font-size: 75%;
	color: #5480AC;
}

.baalogo {
	position: absolute;
	top: 12px;
	left: 20px;
}

.baaglogo {
	position: absolute;
	top: 12px;
	right: 20px;
}

.textpadder {
	padding: 8px;
}
.textpadder2 {
	padding: 4px;
}

/* http://positioniseverything.net/easyclearing */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* \*/
* html #wrapper,
{height: 1%;}
/* Holly hack */

h1, h2, h3, h4, h5, h6	{
	font-family: arial, helvetica, sans-serif;
     text-align: left;
}

.blue {
	color: #5480AC;
}
.green {
	color: purple;
}
.red {
	color: #81334B;
}
.just {
	text-indent: 13px;
	text-align: justify;
	line-height: 140%;
}
.numb {
	line-height: 140%;
}
.blck {
	margin: 3%;
}
.form {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: #81334B;
}
.b {
	font-weight: bold;
}
.i {
     font-style: italic;
}
.bi {
	font-weight: bold;
     font-style: italic;
}
.u {
	text-decoration: underline;
}
.bu {
	font-weight: bold;
	text-decoration: underline;
}
.big {
	font-size: 100.02%;
}
.bigg {
	font-size: 120%;
}
.sm {
	font-size: 80%;
}
.xin {
	font-size: 70%;
}
.smb {
	font-size: 80%;
	font-weight: bold;
	line-height: 140%;
}

a {
	color: #81334B;
}
a.nother:link {
	color: #81334B;
}
a.nother:hover {
	color: purple;
}
a.nother:active {
	color: #5480AC;
}
a.nother:visited {
	color: navy;
}

.bullet {
	list-style: square outside none;
}

/* Officer Table Styles. */

table.officer_table td {
	padding:4px 8px;
	font-size:x-small;
}

table.officer_table td.phone {
	text-align:right;
}

table.officer_table th {
	text-align:center;
}

table.baa_studio_classes th {
	text-align:center;
}

.sat_list li {
	list-style:decimal inside none;
}

.sat_list li ul {
	margin:20px;
}

.sat_list li ul li {
	list-style:none inside none;
}

.supply_list li {
	list-style:decimal outside none;
}

.supply_list li ul {
	margin:20px;
}

.supply_list li ul li {
	list-style:none inside none;
}

.bullet_list li {
	list-style: disc outside none;
}

.photoleft {
	float: left;
	padding:2px 0px 8px 0px;
	margin: 0;
	font-size:80%;
	font-style:italic;
}

.photoright {
	float: right;
	padding:2px 0px 8px 0px;
	margin: 0;
	font-size:90%;
	color: #7F8E29;
	font-style:italic;
	width: 200px;
}

.artist_info h1 {
	text-align:left;
}

.artist_info h3 {
	text-align:right;
}
