/* this class is applied to entire body of the page */

/* this class is applied to entire bodycontent of the page */
body
{
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	
}
.bodycontent
{
	width:900px;
	vertical-align:top;font-size:16px;	
	font-family: Arial, Helvetica, Sans-serif;
}
/* this class is applied to left content  of the page */
.bodyleft
{
	font:Arial;
	font-size:0.75em;
	color:#000000;
	width:166px;
	float:left;
}
/* this class is applied for middle content & right content of the page */
.bodymain
{
	width:720px;
	float:right;
	padding-left:10px;
}
/* this class is applied for middle content of the page */
.mainleft
{
	width:490px;
	float:left;
}
.mainleft1
{
	width:670px;
	float:left;
}
/* this class is applied for right of the page */
.mainright
{
	width:210px;
	vertical-align:top;
	float:right;
	padding-left:10px;
}
/* this class is applied for designing of the filter on left side of the screen */
.filter
{
	background-color:#F0F7FF; 
	padding:10px;
	padding-bottom:30px;
	margin-top:10px;
}
/* this class is applied to  labels of the page */
.labeltext
{
	font:Arial;
	font-size:1em;
	color:#000000;
}
/* this class is applied for filter input boxes on leftside of a screen */
.filter .inputs
{
	width:148px;
}
/* this class is applied to left content header*/
.h3
{
	font:Arial;
	font-size:1em;
	color:#0000FF;
}
/* this class is applied for page heading of the user content */
.pageheading
{
	vertical-align:top;
	float:left;
	padding-top:10px;
	border-bottom:2px solid #E6E6E6;
	width:100%;
}
/* this class is applied to results of the user content */
.searchresult
{
	padding-top:7px;
	padding-bottom:10px;
	width:100%;
	border-bottom:2px solid #E6E6E6;
	float:left;
}
/* this class is applied to image of the user  */
.searchimage
{
	float:left;
	width:60px;
	border:1px solid #E6E6E6;
	padding:1px;
	margin-top:4px;
}
/* this class is applied to data of the user  */
.searchdata
{
	float:right;
	width:640px;
}
/* this class is applied to username  */
.searchdataheading
{ 
	width:100%;
	float:left;
}
/* this class is applied for country name & company name of the user */
.searchtitle
{
	width:420px;
	float:left;
}
.morelink
{
	font-size:0.7em;
}
/* this class is applied for viewing samples  */
.sample
{
	/*color:#ED3D18;*/
	color:#006599;
	font-size:0.7em;
}
/* this class is applied for pagination  */
.breedgrooms
{
	padding-left:4px;
	width:100%;
	padding-top:10px;
	float:left;
	font-size:0.75em;
}
/* this class is applied for pagination style  */
.breedgrooms span
{
	border:1px solid #E6E6E6;
	padding:2px;
	height:20px;
	color:blue;
	cursor:pointer;
}
/* this class is applied for active page  */
.breedgrooms .currentpage
{
	border:1px solid #E6E6E6;
	padding:2px;
	height:20px;
	color:#000000;
	font-weight:bold;
	cursor:auto;
}
/* this class is applied for inactive page  */
.breedgrooms .inactivepage
{
	border:1px solid #E6E6E6;
	padding:2px;
	height:20px;
	color:#E7E7E7;
	cursor:auto;
}
/* this class is applied for text of entire page  */
.destext
{
	font:Arial;
	font-size:0.75em;
	color:#000000;
	width:690px;
	
}
.normaltext
{
	font:Arial;
	font-size:0.75em;
	color:#000000;
}
/* this class is applied for skills of user  */
.smalltext
{
	font:Arial;
	font-size:0.7em;
	color:#000000;
}
/* this class is applied for headers of the page  */
.h1
{
	font:Arial;
	font-size:0.875em;
	font-weight:bold;
	color: #4EA6D6; 
}
.h2
{
	font:Arial;
	font-size:0.875em;
	font-weight:bold;
	color: #0000FF; 
}
/* this class is applied for links */
a
{
	color: #0000FF;
	text-decoration:none;
}
/* this class is applied for links */
a:hover
{
	color: #0000FF;
	text-decoration:underline;
}
.floatleft
{
	float:left;
}
.floatright
{
	float:right;
}
.clearboth
{
	clear:both;
}
/* this class is applied to a block of instructions present on rightside of a screen */
.block
{
	width:208px; 
	padding-top:30px;
}
/* this class is applied for heading of a block of instructions present on rightside of a screen */
.blockheader
{
	background-image:url(images/background.gif);
	background-repeat:no-repeat;
	padding:10px 0px 10px 0px;
	background-color:#CFDAEE;  
}
/* this class is applied for alignment of instructions present on rightside of a screen  */
.blockbody
{

	border-left:2px solid #CEDBEC; 
	border-right:2px solid #CEDBEC; 

}
/* this class is applied for alignment of instructions  present on rightside of a screen */
.blockbody ul
{
	padding:5px 5px 0px 30px;
	margin:0px;
}
/* this class is applied for alignment of instructions present on rightside of a screen  */
.blockbody li
{
	list-style-image:url(images/arr1.jpg);
	background-repeat:no-repeat;
	padding-left:5px;	
	padding-bottom:10px; 
}
/* this class is applied for footer of instructions present on rightside of a screen  */
.blockfooter
{
	margin-top:-7px;
	vertical-align:top;
}
/* the following footer section is duplicated for css_newui - added as per discussion with Amit on Apr - 20 */
.footer {text-align:center; font-size:0.775em; vertical-align:bottom; color:#000000; background-color:#FFFFFF; width:100%; padding-top:20px; font-family:Arial, Helvetica, sans-serif;}
.footer a:{ font-size:1em; text-decoration:none; color:#000000;}
.footer a:link{ font-size:1em; text-decoration:none; color:#000000;}
.footer a:active{ font-size:1em; text-decoration:none; color:#000000;}
.footer a:visited{ font-size:1em; text-decoration:none; color:#000000;}
.footer a:hover{ font-size:1em; text-decoration:underline; color:#1f9ded;}
/* the above footer section is duplicated for css_newui */