/*
 * ------------------------------------------------------------------------
 * JA Rave Template for Joomla 2.5
 * ------------------------------------------------------------------------
 * 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.
 * ------------------------------------------------------------------------
*/

/* COMMON STYLE
--------------------------------------------------------- */
body {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6;
}

body#bd { background: #f2f2f2; color: #333; }

body.bd .main {
	background: #fff;
}

/* Normal links ---*/

.contentpane a { color: #9A2016; text-decoration: none; }

.contentpane a:hover, .contentpane a:active, .contentpane a:focus { text-decoration: underline; color: #333; }

.contentheading, .componentheading, h1, h2, h3, h4, h5 { font-family: Arial,Helvetica,sans-serif; }


.contentpane button {
	background: url(../images/button-bg.gif) repeat-x bottom center #fff;
	border: solid 1px #ddd;
	padding: 3px 10px;
	font-weight: bold;
	cursor: pointer;
	overflow: visible;
	margin-right: 3px;
}

.contentpane button:hover {
	background: url(../images/button-hover-bg.gif) repeat-x top center #fff;
	color: #9a2016;
}