/************************************************************************************************
*   This file is a part of JV-LinkExchanger, a link exchange component for Joomla
*   Copyright (C) 2007-2008  Vijaykumar Niranjan 
*	
*   This program is free software; you can redistribute it and/or modify 
*   it under the terms of the GNU General Public License as published by 
*   the Free Software Foundation; either version 2 of the License, or 
*  (at your option) any later version. 
*
*   This program is distributed in the hope that it will be useful, 
*   but WITHOUT ANY WARRANTY; without even the implied warranty of 
*   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
*   GNU General Public License for more details. 
*
*   You should have received a copy of the GNU General Public License 
*   along with this program; if not, write to the Free Software 
*   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

* 	JV-LinkExchanger - Link Exchange Component for Joomla 1.0.x
* 	@package JV-LinkExchanger
*   @SEF advance component extension
* 	@file version 1.2.5 RELEASE
* 	@author Vijaykumar Niranjan
* 	@link http://www.jv-extensions.com
* 	@copyright (C) 2007-2008 by Vijaykumar Niranjan
* 	@license http://www.gnu.org/copyleft/gpl.html GNU/GPL
*  	This program is distributed with the hope that it will be useful,
*  	but WITHOUT ANY WARRANTY; without even the implied warranty of
*  	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
***************************************************************************************************/
/* CSS Document */
.jvlinx_sitetitle {
	font-size:11pt; 
	font-weight: bold;
}
.jvlinx_button {
	font-size:10pt;
	border: 1px solid #005D8C;
	font-family: Verdana, Arial, Arial, Helvetica, sans-serif;
	vertical-align : middle;
}
.jvlinx_search {
	font-size:10pt;
	font-weight: bold;
}
.jvlinx_linktitle {
	font-size:10pt;
	font-weight:bold;
}
/* Added in v1.2.3 */
.jv_linkdisplay_title{
	font-size:10pt;
	font-weight:bold;	
}
.jvlinx_linkdesc {
	font-size:10pt;
}
/* Added in v1.2.3 */
.jv_linkdisplay_desc {
	font-size:10pt;	
}
.jvlinx_brackets {
	font-size:10pt; 
	font-weight: bold;
}
.jvlinx_siteinstructions {
	font-weight: bold;
}
.jvlinx_menu {
	font-size:10pt; 
}
.jvlinx_listbox {
	font-size:10pt;
	border: 1px solid #005D8C;
	font-family: Verdana, Arial, Arial, Helvetica, sans-serif;
	vertical-align : middle;
}
.jvlinx_catlist_top {
	font-size:12pt;
	font-weight: bold;
	color:#666699;
}
/* Added in v1.2.3 */
.jv_catdisplay_top {
	font-size:12pt;
	font-weight: bold;
	color:#666699;	
}
.jvlinx_catlist_sub {
	font-size:10pt;
	color:#000000;
}
.jvlinx_newlinks_h {
	font-size:10pt;
	font-weight: bold;
	background-color:#E8E8E8;
	color: #663300;
	height:27px;	
	vertical-align : middle;
}
.jvlinx_vote {
	font-size:10pt;
}
.jvlinx_response {
	font-size:10pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FF0000;
}
.jvlinx_gentitle {
	font-size:10pt; 
	font-weight: bold;
}
.jvlinx_flink_title {
	font-size:12pt; 
	font-weight: bold;
}
.jvlinx_flink_desc {
	font-size:10pt; 
	font-weight:lighter;
}
.jvlinx_alink_dir {
	font-size:11pt; 
}

/*********************************** CSS for JV-AutoEx ****************************************/
.jvlinx_autoex_title {
	font-size:12pt; 
	font-weight: bold;
}
.jvlinx_autoex_pathway {
	font-size:11pt; 
	font-weight: bold;
}
.jvlinx_autoex_footer {
	font-size:10pt; 
	font-weight:lighter;
}
.jvlinx_autoex_link {
	font-size:10pt; 
	font-weight:normal;
}
.jvlinx_autoex_category {
	font-size:11pt; 
	font-weight:bold;
}
.jvlinx_autoex_description {
	font-size:10pt; 
	font-weight:normal;
}
.jvlinx_autoex_error {
	font-size:11pt; 
	font-weight:bold;
	color:#FF0000;
}
