﻿/* CSS layout */
/*42nd_Street Page Styles*/
/* hide from IE mac \*/
/* end hiding from IE5 mac */


body 
{
	font-family: "Times New Roman", Times, serif;font-size: 80%;color:#FFFFFF;background-color: #40100E;margin: 0px;padding: 0px; margin-left: auto; margin-right: auto;
	}

div#centered
{
	width: 750px;margin: 0px auto;padding: 20px 0px;
	}
div#content_centered
{
	padding: 20px 0px; 
	text-align:center;
	margin: 0px auto;
	width:100%;
	}
div.clear
{
	clear: both;
	}
div#flash
{
	z-index: -1;
	}
div#mainbody 
{
	background-image: url(images/login_back.jpg);background-repeat:no-repeat;
	}
div#mainbody_psp 
{
	background-image: url(images/back_psp.jpg);background-repeat:no-repeat;
	}
div #footer 
{
	background-image: url(images/bottom_back.jpg);
background-repeat: no-repeat;
height: 41px;}

div#MemberBasePage {
	margin-left:auto;
	margin-right:auto;
	width: 580px;  }


.dataGrid {
	border:none;
	width:100%;
	}

.hyplabels {
	
	text-align: left;	
	font-size:.9em;
	background-color:#d1d7e3;
	color:#000;
	height:100%;
	}
	
.SelectedRowStyle
{	background-color:Gray
}
.style2 {font-size: 20px; color: #990000;}
.style3 {font-size: 14px; color: #000000; }
.styleSmall {
	color: #660000;
	font-size: 14px;}
.styleLarge {
	color: #660000;
	font-size: 24px;}
.styleLabel
{
	font-size: 14px;
	color: #000000;
}
a:link {color: #000000;}
.styleTextbox
{ font-size:12px;
	color: #000000;
}

#leftColumn {
	float:left;
	width: 300px;
	margin-left: 0px;
	margin-bottom: 10px;  }

#leftColumn td { width:100px; } 
	
#rightColumn {
	float:right;
	width: 275px;
	margin-right: 0px;
	margin-bottom: 10px;  }

  
/*   applies transparency settings compatible with all browsers   */
.transparent_class {
	filter:alpha(opacity=55);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

/*   settings for table cells  */
td  { 
 border: 1px; 
 padding: 4px;
 vertical-align: top;
}

/*   formatting for text in first paragraph   */
.text { 
 font-family: Trebuchet MS; 
 font-size: 14px; 
 margin-right: 6px; 
}


/*    */
table { 
 color: #000000; 
 width: 100%; 
 border: 0px;   /*   beige color for table border, picked from background image  */
 border-collapse: collapse; 
}


/*   formats the label of each form field  */
.labelcell { 
 font-size: 12px;
 color: #000000; 
 text-align:right;
} 

.labelcellleft { 
 font-size: 12px;
 color: #000000; 
 text-align:left;
} 



/*   formats the form field  */
.fieldcell {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:10px; 
}


/*  formats the form field text areas with multiple lines  */
.fieldTextArea {
 font-family: "Times New Roman", Times, serif;
 width: 98%; 
 font-size:10px; 
}

/*   formats the text for each checkbox label  */
.labelCheckbox {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: #000000;
} 
	
/*  sets basic attributes for form (font color, family, size and text alignment   */
form { 
 color: #000000;
 font-family: "Times New Roman", Times, serif; 
 font-size: 12px; 
 text-align: left; 
}

/*  formats the form field text areas with multiple lines  */
.fieldTextArea {
 font-family: "Times New Roman", Times, serif;
 width: 98%; 
 font-size:10px; 
}

/*   formats the text for each checkbox label  */
.labelCheckbox {
 font-family: "Times New Roman", Times, serif;
 font-size: 10px;
 color: #000000;
} 

#bottomColumn { clear:both; }