/**
* @package      com_eglossary for Joomla! 1.5
* @version	$Id: eglossary.css 2010-09-02 10:07:31Z Hernán Roa $
* @author       Hernán Roa Reyes
* @copyright	(C) 2010 - 2012 Hernán Roa Reyes.
* @license	GNU/GPLv3 http://www.gnu.org/copyleft/gpl.html
* See license.txt
* flexam is free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or
* other free or open source software licenses.
*/

#eglossary_dsp {
    font-family: Geneva,Arial,Helvetica,sans-serif;
    color: #486342;
    font-size: 13px;
    padding-bottom: 10px;
    border-bottom: 1px dotted;
}

#eglossary_dsp h1 {
    font-size: 20px;
    font-weight: normal;
    border-bottom: 1px solid;
}

#eglossary_dsp h2 {
    font-size: 16px;
    font-weight: lighter;
    border-bottom: 1px dotted;
    padding-bottom: 10px;
}

.termGlossary p {
    font-family: Geneva,Arial,Helvetica,sans-serif;
    color: #486342;
    font-size: 13px;
    padding-bottom: 15px !important;
}

.termGlossary h3 {
    font-family: Geneva,Arial,Helvetica,sans-serif;
    color: #486342;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid;
}

#alphabet, #alphabet a {
    font-family: Geneva,Arial,Helvetica,sans-serif;
    color: #694514;
    font-size: 14px;
    padding: 0px 3px 10px 3px;
    text-decoration: none;
}

#alphabet a:link {
    font-family: Geneva,Arial,Helvetica,sans-serif;
    color: #694514;
    font-size: 14px;
    padding: 0px 3px 10px 3px;
    text-decoration: none;
}

#alphabet a:hover {
    font-family: Geneva,Arial,Helvetica,sans-serif;
    color: #486342;
    font-size: 14px;
    padding: 0px 3px 10px 3px;
    text-decoration: underline;
}

#pageCountInfo{
    float: left;
    width: 100%;
    font-family: Geneva,Arial,Helvetica,sans-serif;
    color: #694514;
    font-size: 10px;
    font-weight: bold;
    padding: 3px;
    margin: 0px 5px 30px 5px;
    text-transform:uppercase;
    text-align: right;
}

#navPage, #navPage a {
    font-family: Geneva,Arial,Helvetica,sans-serif;
    color: #694514;
    font-size: 14px;
    padding: 3px;
    margin: 30px 5px 10px 5px;
    text-decoration: none;
    text-align: center;
}

#navPage a:link {
    font-family: Geneva,Arial,Helvetica,sans-serif;
    color: #694514;
    font-size: 14px;
    padding: 3px;
    margin: 30px 5px 10px 5px;
    text-decoration: none;
}

#navPage a:hover {
    font-family: Geneva,Arial,Helvetica,sans-serif;
    color: #46882B;
    font-size: 14px;
    padding: 3px;
    margin: 30px 5px 10px 5px;
    text-decoration: underline;
}

.navNxt, .navPrv {
    text-decoration: underline !important;
}

.navNxt:link, .navPrv:link {
    text-decoration: underline !important;
}

.navNxt:hover, .navPrv:hover {
    text-decoration: none !important;
}

#searchGl {
    width: 20px;
    height: 19px;
    margin: 25px 10px 0px 5px;
    background-image: url(searchButton.gif);
    background-repeat: no-repeat;
    background-position: top;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    vertical-align: bottom;
}

#findglossary, #glossaryTerm {
    width: 200px;
    height: 19px;
    margin: 5px 0px 5px 5px;
    background-image: url(bk_input.jpg);
    background-repeat: repeat-x;
    background-position: center center;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

#pageglossary {
    margin-left: 5px;
}

.fieldsetform {
    margin: 15px 0px 20px 0px;
}

.button1,
.button1 div{
	height: 1%;
	float: right;
}

.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
	float: left;
}

.button1 { background: url(j_button1_left.png) no-repeat; white-space: nowrap; padding-left: 10px; margin-left: 5px;}

.button1 .next { background: url(j_button1_next.png) 100% 0 no-repeat; }

.button1 a {
	display: block;
	height: 26px;
	float: left;
	line-height: 26px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	cursor: pointer;
	padding: 0 30px 0 6px;
}

.button1 a:hover { text-decoration: none; color: #0B55C4; }

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
	display: block;
	height: 22px;
	float: left;
	line-height: 22px;
	font-size: 11px;
	color: #333;
	cursor: pointer;
}

.button2-left span,
.button2-right span { cursor: default; color: #999; }

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span,
.button2-left .blank a,
.button2-right .blank a,
.button2-left .blank span,
.button2-right .blank span { padding: 0 6px; }

.page span,
.blank span {
	color: #000;
	font-weight: bold;
}

.button2-left a:hover,
.button2-right a:hover { text-decoration: none; color: #0B55C4; }

.button2-left a,
.button2-left span { padding: 0 24px 0 6px; }

.button2-right a,
.button2-right span { padding: 0 6px 0 24px; }

.button2-left { background: url(j_button2_left.png) no-repeat; float: left; margin-left: 5px; }

.button2-right { background: url(j_button2_right.png) 100% 0 no-repeat; float: left; margin-left: 5px; }

.button2-right .prev { background: url(j_button2_prev.png) no-repeat; }

.button2-right.off .prev { background: url(j_button2_prev_off.png) no-repeat; }

.button2-right .start { background: url(j_button2_first.png) no-repeat; }

.button2-right.off .start { background: url(j_button2_first_off.png) no-repeat; }

.button2-left .page,
.button2-left .blank { background: url(j_button2_right_cap.png) 100% 0 no-repeat; }

.button2-left .next { background: url(j_button2_next.png) 100% 0 no-repeat; }

.button2-left.off .next { background: url(j_button2_next_off.png) 100% 0 no-repeat; }

.button2-left .end { background: url(j_button2_last.png) 100% 0 no-repeat; }

.button2-left.off .end { background: url(j_button2_last_off.png) 100% 0 no-repeat; }

.button2-left .image 		{ background: url(j_button2_image.png) 100% 0 no-repeat; }
.button2-left .readmore 	{ background: url(j_button2_readmore.png) 100% 0 no-repeat; }
.button2-left .pagebreak 	{ background: url(j_button2_pagebreak.png) 100% 0 no-repeat; }
.button2-left .blank	 	{ background: url(j_button2_blank.png) 100% 0 no-repeat; }