/**
 * ------------------------------------------------------------------------
 * JA Nex Template for J25 & J30
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - Copyrighted Commercial Software
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites:  http://www.joomlart.com -  http://www.joomlancers.com
 * This file may not be redistributed in whole or significant part.
 * ------------------------------------------------------------------------
 */

@import url(../fonts/tex_gyre_adventor/stylesheet.css);

/* COMMON STYLE
--------------------------------------------------------- */
body.contentpane {
	font-size: 10pt;
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
}

body.contentpane a { color: #666; text-decoration: none; }

body.contentpanea:hover, body.contentpane a:active, body.contentpane a:focus { text-decoration: none; color: #c33; }

body.contentpane h2,
body.contentpane .contentheading {
	 font-family: 'TeXGyreAdventor', Helvetica, Arial, sans-serif;
    line-height: 1.1;
    margin: 0;
    padding: 0;
    color: #222;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 120%;
}

body.contentpane img.img-border {
	border: 1px solid #E5E5E5 !important;
	padding: 8px !important;
}

body.contentpane img[align="left"], body.contentpane img.image-left {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
}

body.contentpane img[align="right"], body.contentpane img.image-right {
    float: right;
    margin-bottom: 10px;
    margin-left: 10px;
}

body.contentpane div.article-tools {
	background: url("../images/pattern-grey.gif") repeat 0 0;
	font-size: 92%;
	margin: 10px 0px 5px;
	padding: 2px;
}

body.contentpane dl.article-info { color: #999; text-transform: none; width: 74%;}

body.contentpane ul.actions li {
	background: none;
	display: inline;
	line-height: 1;
	margin: 0;
	padding: 0;
}


body.contentpane #login-form input.button, 
#mailtoForm button.button {
	background: url("../images/bg-menu.gif") repeat-x scroll left bottom #FEFEFE;
	border: 1px solid #DDDDDD;
	color: #666666;
	display: inline-block;
	margin-right: 5px;
	overflow: visible;
	padding: 4px 10px 5px 10px;
	text-transform: uppercase;
	font-size: 90%;
}

body.contentpane #login-form input.button:hover,
#mailtoForm button.button:hover { background: #fff; color: #c33; cursor: pointer; }

body.contentpane #login-form label{
	color: #222; 
	font-weight: bold;
}

body.contentpane #login-form ul li {
	background: url("../images/arrow.png") no-repeat 0 center ;
	font-size: 90%;
	margin-bottom: 0;
	padding: 0 10px;
}

body.contentpane #login-form ul li a { color: #666;   }

body.contentpane #login-form ul li a:hover,
body.contentpane #login-form ul li a:focus { color: #cc3333; }

body.contentpane .formelm label {
	color: #222;
	font-size: 95%;
	font-weight: bold;
}

body.contentpane .formelm input.inputbox,
body.contentpane #login-form input.txtbox  {
	background: #F5F5F5;
	border: 1px solid #D5D5D5;
	color: #666;
	padding: 5px;
}

body.contentpane div.itemAuthorLatest li, body.contentpane div.itemRelated li {
	background: url(../images/bullet.gif) left center no-repeat;
	padding-left: 15px;
}

body.contentpane .button,
body.contentpane input[type="button"],
body.contentpane button[type="submit"] {
	background: url("../images/bg-menu.gif") repeat-x scroll left bottom #FEFEFE;
	border: 1px solid #DDDDDD;
	color: #666666;
	display: inline-block;
	margin-right: 5px;
	overflow: visible;
	padding: 4px 10px 5px 10px;
	text-transform: uppercase;
	font-size: 90%;
}

body.contentpane ul.actions li a {
	background: url("../images/system/printButton.png")no-repeat left top;
	vertical-align: top;
	width: 16px;
	height: 16px;
	text-decoration: none;
	font-size: 0px;
	text-indent: -9999em;
	display: inline-block;
}

body.contentpane button[type="submit"]:hover { background: #fff; color: #c33; cursor: pointer; }