/**
 * JE FAQPro package
 * @author J-Extension <contact@jextn.com>
 * @link http://www.jextn.com
 * @copyright (C) 2010 - 2011 J-Extension
 * @license GNU/GPL, see LICENSE.php for full license.
**/

/*********plugin Pagination Area**************/



div#je-quote table tr, div#je-quote table td {
	border : none;
}

div#jefaqpro-paginationarea div#je-pagination {
	 text-align: center;
}

div#jefaqpro-paginationarea div.list-footer ul {
    list-style-type: none;
    display: inline;
    text-align:center;
}

div#jefaqpro-paginationarea div.je-limitbox {
	padding : 10px 0px 5px 5px;
}

div#jefaqpro-paginationarea div.je-pagecounter {
	padding : 5px;
}

div.pagination{
	text-align:center;
}
div#jefaqpro-paginationarea div#je-pagination {
	 text-align: center;
}

div#jefaqpro-paginationarea div.list-footer ul {
    list-style-type: none;
    display: inline;
    text-align:center;
}

div#jefaqpro-paginationarea div.je-limitbox {
	padding : 10px 0px 5px 5px;
}

div#jefaqpro-paginationarea div.je-pagecounter {
	padding : 5px;
}

div.pagination{
	text-align:center;
}



/*********plugin Pagination Area Ends************/



div#jefaqpro-paginationarea div#je-pagination {
	 text-align: center;
}

div#jefaqpro-paginationarea div.pagination ul {
    list-style-type: none;
    display: inline;
}

div#jefaqpro-paginationarea div.je-limitbox {
	padding : 10px 0px 5px 5px;
}

div#jefaqpro-paginationarea div.je-pagecounter {
	padding : 5px;
}

ul#je-response-ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

ul#je-response-ul li#je-response {
    display: inline;
    padding: 3px;
    background: none;
}

ul#je-response-ul li#je-response a {
	text-decoration: none;
	background: none;
}

ul#je-response-ul li#je-response span#je-top {
    background: url("../images/feedback/top.gif") no-repeat scroll left 3px transparent;
    line-height: 15px;
    padding: 5px 15px 0 0;
}

ul#je-response-ul li#je-response span#je-bot {
    background: url("../images/feedback/bot.gif") no-repeat scroll left 4px transparent;
    line-height: 15px;
    padding: 5px 15px 0 0;
}

div#je-posted span#je-author {
	background: url(../images/author.gif) no-repeat left top;
	padding-left : 15px;
}

div#je-posted span#je-posteddate {
	background: url(../images/date.gif) no-repeat left top;
	padding-left : 25px;
	padding-right : 15px;
}


/* --- Add New Button --- */

div#je-newbutton {
	padding : 10px 0px 10px 0px;
	float : right;
	width : 49%;
}

a#je-addbutton {
	background: url(../images/new.png) no-repeat;
	padding : 5px 8px 7px 33px;
	border : solid 1px #E9E9E9;
	text-decoration: none;
}

/* --- Add New Button End --- */


/* --- Back Button --- */

div#je-backbutton {
	padding : 10px 0px 10px 0px;
	float : left;
	width : 49%;
}

a#je-button {
	background: url(../images/back.png) no-repeat;
	padding : 5px 8px 5px 33px;
	border : solid 1px #E9E9E9;
	text-decoration: none;
}

/* --- Back Button End ---- */