/* Set Frame style sheet */
.framebody
{
	/*background-color:#45a8c7;*/
	background-color:#45a8c7;
}

/*Set Links style (1,3,5...)*/
a,
a:link,
a:visited {color:#003399; text-decoration: none;}
a:hover {text-decoration: underline; color: #3366cc;}

/*Set Member Record style (1,3,5...)*/
.member_record {
	padding: 6px; 
	margin: 0px; 
	background-color:#FFFFFF;
}
/*Set other Member Record style (2,4,6...) */
.member_record_alt
{
	padding: 6px; 
	margin: 0px; 
	background-color:#92ccde;
}
/* Set other text style like "Category, Sort by etc..." */
.text{
/*font-size: 11px;*/
font-size: 12px;
font-family:Geneva, Arial, Helvetica, sans-serif;
}
/* Set Listbox style sheet*/
.popup_menu {
/*font-size:11px;*/
font-size: 12px;
color:#003366;
}

/* First Column stylesheet for member record*/
.organisation_info{
	width: 200px;
	/*font-size: 11px;*/
	font-size: 12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	padding: 5px;
}

/* Second Column stylesheet for member record*/
.member_info{
	width: 257px;
	/*font-size: 11px;*/
	font-size: 12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	padding: 5px;
}
/* Third Column stylesheet for member record*/
.description{
	width: 257px;
	/*font-size: 11px;*/
	font-size: 12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	padding: 5px;
}
/* Organisation Name stylesheet for member record*/
.organisation
{
	font-size: 10pt;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/*  Below is CSS by which Columns Width is Set */

.catlistheader {
    /*border: 1px solid #45a8c7;
    border-bottom: 0px;*/
    /*font-family: Geneva, Arial, Helvetica, sans-serif;*/
}

.catlist_tbl {
    /*border: 1px solid #45a8c7;*/
    /*font-family: Geneva, Arial, Helvetica, sans-serif;*/
}

.mastercat_info_header {
    width: 40%;
    font-size: 14px;
    padding: 5px;
    border-right: 1px solid #45a8c7;
    font-weight: bold;
}

.subcat_info_header {
    width: 40%;
    font-size: 14px;
    padding: 5px;
    border-right: 1px solid #45a8c7;
    font-weight: bold;
}

.matchingmem_info_header {
    width: 20%;
    font-size: 14px;
    padding: 5px;
    font-weight: bold;
}

.mastercat_info {
    width: 40%;
    /*font-size: 14px;
    font-family: Geneva, Arial, Helvetica, sans-serif;*/
    padding: 5px;
}

.subcat_info {
    width: 40%;
    /*font-size: 12px;
    font-family: Geneva, Arial, Helvetica, sans-serif;*/
    padding: 5px;
}

.matchingmem_info {
    width: 20%;
    /*font-size: 12px;
    font-family: Geneva, Arial, Helvetica, sans-serif;*/
    padding: 5px;
}

