

<!--   -->
.header {} <!-- first row -->
.odd {} <!-- odd row -->
.even {} <!-- even row -->
.bottom {} <!-- bottom row -->
.first {} <!-- first cell in row -->
.last {} <!-- last cell in row -->
<!-- red table -->

.coolRed {}
table.coolRed
{
	border: 1px outset #FF0000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #FFFFFF;
}
table.coolRed tr.header
{
	background-color: #B00000;
}
table.coolRed tr.header td
{
	text-align: center;
	border: 2px outset #FF0000;
	padding: 2px 5px 2px 5px;
	font-weight: bold;
}
table.coolRed tr.odd
{
	background-color: #B05030;
}
table.coolRed tr.odd td
{
	padding: 2px 5px 2px 5px;
	border-right: 1px solid #FFFFFF;
}
table.coolRed tr.odd td.last
{
	border-right: none;
}
table.coolRed tr.even
{
	background-color: #B00000;
}
table.coolRed tr.even td
{
	padding: 2px 5px 2px 5px;
	border-right: 1px solid #FFFFFF;
}
table.coolRed tr.even td.last
{
	border-right: none;
}
table.coolRed tr.bottom
{
	background-color: #D05030;
}
table.coolRed tr.bottom td
{
	text-align: center;
	font-weight: bold;
	border-right: 1px solid #FFFFFF;
}
table.coolRed tr.bottom td.last
{
	border-right: none;
}
<!-- green table -->
.coolGreen {}
table.coolGreen
{
	border: 1px outset #00FF00;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #FFFFFF;
}
table.coolGreen tr.header
{
	background-color: #00B000;
}
table.coolGreen tr.header td
{
	text-align: center;
	border: 2px outset #00FF00;
	padding: 2px 5px 2px 5px;
	font-weight: bold;
}
table.coolGreen tr.odd
{
	background-color: #30C070;
}
table.coolGreen tr.odd td
{
	padding: 2px 5px 2px 5px;
	border-right: 1px solid #FFFFFF;
}
table.coolGreen tr.odd td.last
{
	border-right: none;
}
table.coolGreen tr.even
{
	background-color: #00B000;
}
table.coolGreen tr.even td
{
	padding: 2px 5px 2px 5px;
	border-right: 1px solid #FFFFFF;
}
table.coolGreen tr.even td.last
{
	border-right: none;
}
table.coolGreen tr.bottom
{
	background-color: #30D050;
}
table.coolGreen tr.bottom td
{
	text-align: center;
	font-weight: bold;
	border-right: 1px solid #FFFFFF;
}
table.coolGreen tr.bottom td.last
{
	border-right: none;
}

/* tags */
*
{
	font-size: 11px;
}
body
{
	font-family: Verdana;
	margin: 0;
	padding: 0;
	color: #666666;
}
table
{
	
}
td
{
	padding: 0;
}
a
{
	text-decoration: underline;
}
img
{
	border: 0;
}
form
{
	margin: 0;
	padding: 0;
}
h1
{	
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #333366;
}
h2
{

}
p
{

}
hr
{
	border: 1px solid #E8E8E8;
	height: 2px;
	padding: 0;
}
input, select
{
	font-size: 12px;
	margin-top: 3px;
}
li
{
	padding-bottom: 10px;
}
a
{
	color: #666699;
}
/* custom classes */

.BAblue
{
	color: #333366;
}
.BAblue a
{
	color: #333366;
}


.MainTable
{
	width: 400px;
	height: 447px;
}
.MainTable h1
{
	padding-left: 7px;
}
.MainTableContainer
{
	width: 727px;
	height: 476px;
	background: #FFFFFF url('/pic/bg.jpg') no-repeat;
	padding-left: 293px;
}
.MainTableContentContainer
{
	position: relative;
	z-index: 0;
	margin-bottom: -20px;
}
.MainTableCenter
{
	vertical-align: top;
	background-color: #FFFFFF;
	padding: 25px 25px 0 25px;	
}
.MainTableFooter
{
	width: 100%;
}
.MainTableFooterL
{
	width:  34px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/pic/white_block/bl.png, sizingMethod=crop); 
}
.MainTableFooterL[class]
{
	background: url('/pic/white_block/bl.png') no-repeat;
}
.MainTableFooterC
{
	height:  34px;
	background-color: #FFFFFF;
}
.MainTableFooterR
{
	width:  34px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/pic/white_block/br.png, sizingMethod=crop); 
}
.MainTableFooterR[class]
{
	background: url('/pic/white_block/br.png') no-repeat;
}

.ArtistDetails
{
	
}
.ArtistDetails input
{
	width: 117px;
}
.YourDetails input
{
	width: 117px;
}
.MiscDetails input
{
	width: 150px;
}
.MiscDetails select
{
	width: 80px;
}
.MiscDetails2
{
	position: relative;
	z-index: 0;
	margin-top: -10px;
}

.Radios
{
	white-space: nowrap;
}
.Radios input
{
	vertical-align: middle;
}
.UploadPhoto input
{
	width: 100%;
}
.CustomHR
{
	background-color: #E8E8E8;
	height: 2px;
	font-size: 1px;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
.Asterisk
{
	color: #FF0000;
}
.Errors
{
	padding-left: 7px;
	padding-bottom: 7px;
	font-weight: bold;
	color: #C10010;
}
/* red button */
.RedButton
{
	float: right;
	cursor: pointer;	
}
.RedButton img
{
	width: 5px;
	height: 5px;
	display: block;
	visibility: hidden;
}
.RedButton td
{
	background-repeat: no-repeat;
}

.RedButtonUL
{
	background-image: url('/pic/red_button/ul.gif');
}
.RedButtonU
{
	height: 5px;
	background-color: #C10010;
}
.RedButtonUR
{
	background-image: url('/pic/red_button/ur.gif');
}
.RedButtonL
{
	width: 5px;
	background-color: #C10010;
}
.RedButtonC
{
	padding-right: 12px;
	background: #C10010 url('/pic/arr_right.gif') no-repeat 100% 50%;
	color: #FFFFFF;
	
}
.RedButtonTxt
{
	position: relative;
	z-index: 0;
	margin-top: -3px;
	margin-bottom: -2px;
}
.RedButtonR
{
	width: 5px;
	background-color: #C10010;
}
.RedButtonBL
{
	background-image: url('/pic/red_button/bl.gif');
}
.RedButtonB
{
	height: 5px;
	background-color: #C10010;
}
.RedButtonBR
{
	background-image: url('/pic/red_button/br.gif');
}

/* red button end */


/* grey button */
.GreyButton
{
	float: right;
	cursor: pointer;	
}
.GreyButton img
{
	width: 5px;
	height: 5px;
	display: block;
	visibility: hidden;
}
.GreyButton td
{
	background-repeat: no-repeat;
}

.GreyButtonUL
{
	background-image: url('/pic/grey_button/ul.gif');
}
.GreyButtonU
{
	height: 5px;
	background-color: #B7B7B7;
}
.GreyButtonUR
{
	background-image: url('/pic/grey_button/ur.gif');
}
.GreyButtonL
{
	width: 5px;
	background-color: #B7B7B7;
}
.GreyButtonC
{
	padding-right: 12px;
	background: #B7B7B7 url('/pic/arr_right.gif') no-repeat 100% 50%;
	color: #FFFFFF;
	
}
.GreyButtonTxt
{
	position: relative;
	z-index: 0;
	margin-top: -3px;
	margin-bottom: -2px;
}
.GreyButtonR
{
	width: 5px;
	background-color: #B7B7B7;
}
.GreyButtonBL
{
	background-image: url('/pic/grey_button/bl.gif');
}
.GreyButtonB
{
	height: 5px;
	background-color: #B7B7B7;
}
.GreyButtonBR
{
	background-image: url('/pic/grey_button/br.gif');
}

/* grey button end */



.BAlogo
{
	cursor: pointer;
	position: absolute;
	left: 22px;
	top: 26px;
	width: 135px;
	height: 22px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/pic/ba_logo.png, sizingMethod=crop); 
}
.BAlogo[class]
{
	background-image: url('/pic/ba_logo.png');
}
.Footer
{
	font-size: 105%;
	color: #C2C2C2;
	text-align: right;
	padding-top: 14px;
}
.Footer a
{
	color: #C2C2C2;
	text-decoration: none;
}
.Footer a:hover
{
	text-decoration: underline;
}