/*The page_heading style is used for text indicating the heading of pages*/

.page_heading {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

}



/*The link_title style is used to display titles of link listings*/

.link_title {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

}



/*The link_description style is used to display descriptions of link listings*/

.link_description {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #333333;

	font-weight: normal;

    line-height: 18px;

}



/*The link_url style is used to display URLs with link listings*/

.link_url {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: normal;

	color: #808080;

}



/*The ratings_votes style is used to display ratings/votes with link listings*/

.ratings_votes {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: normal;

	color: #808080;

}



/*The link_functions style is used to display link functions wiht links like 'Rating it', 'Comments', 'More Info'*/

.link_functions {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

}



/*The link_border is used to define a border for tables displaying links*/

.link_border {

	border: 1px solid #DFDFDF;

}



/*The user_comments is used to display user comments to link listings*/

.user_comments {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #333333;

	font-weight: normal;

    line-height: 18px;

}





/*The from_category style is used when displaying categories with links*/

.from_category {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: normal;

}



/*The relevance style is used when displaying match relevance with search results*/

.relevance {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

}



/*The link_approval_status style is used to indicate a links approval status (approved for inclussion in the Index or not)*/

.link_approval_status {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	color: #0000FF;

}



/*The link_premium_indicate style is used to indicate premium links inside the user control panel*/

.link_premium_indicate {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	color: #FF0000;

}



/*The parahraph style is used for any other texts displayed on end user PowerSeek pages*/

.plain_text {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	line-height: 18px;

}





/*The parahraph style is used for any other texts displayed on end user PowerSeek pages*/

p {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	line-height: 18px;

}


