/* CSS Document */

body {
	background-color: #FFFFFF;
	}


.style1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.style2 {color: #000000}

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}

.profileheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: normal;
	color: #000000;
}

.profilelargefont{
     font-size:22px;
}

.otherdetail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}
.miniheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000F;
	font-weight: bold;
}

.midiheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

.checkbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.detail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.resume {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	width:300px;  /* No stretch beyond boundaries */
}




.alpha60 {
	filter:alpha(opacity=80);
	margin-bottom:20px;
} 

.alpha100 {
	filter:alpha(opacity=100);
	margin-bottom:20px;
}

.galleryname {
    width:50px;
	height:20px;
	border:none;
}

.labeltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1B4456;
	font-weight: bold;
}

.imggallery {
    width:520px;
	white-space:nowrap;
    overflow:auto;
}

.searchgallery img#image{

	border:1px solid #FFFFFF;
	width:150px;
	height:200px;
	margin:5px;
	
}

.searchgallery img#name{

	border:none;
	width:50px;
	height:20px;
	margin:5px;
	
}

.profilegallery img{

	border:1px solid #FFFFFF;
	width:75px;
	height:100px;
	margin:5px;
	
}

.border{
       border:1px Solid #657383;
	   }