/*------------------------------------------------------------------------
# JA Antares 1.0 - Nov, 2006
# ------------------------------------------------------------------------
# Copyright (C) 2004-2006 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
-------------------------------------------------------------------------*/


/* COMMON STYLE
--------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

body {
	color: #5A5A5A;
	background: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 1.5;
}



/* Normal link */
a {
	color: #446db0;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #7baaf6;
	text-decoration: none;
}


/* Heading */
h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1em;
	text-transform: uppercase;
}

p {
	margin: 5px 0 10px;
}


th {
	padding: 4px;
	font-weight: bold;
	text-align: left;
}

hr {
	border: 0;
	height: 1px;
	background: url(../images/seperator.gif) repeat-x;
}

td, div {
	font-size: 1em;
}


/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 10;
}

input, select {
	font: 11px/normal Tahoma, Arial, sans-serif;
	color: #5A5A5A;
}

select, .inputbox {
	padding: 2px;
}

textarea {
	padding-left: 2px;
}

.inputbox {
	border: 1px solid #D8D9DB;
	background: #FFFFFF;
}

.inputbox:hover, .inputbox:focus {
	border: 1px solid #ffffff;
}

/* MODULE
--------------------------------------------------------- */
div.module h3 {
	margin: 0 0 5px;
	font-size: 1em;
	color: #3F89C3;
	text-transform: uppercase;
}

div.module {
	margin-bottom: 8px;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	/*background: url(../images/box-br.gif) no-repeat bottom right;*/
}



.contentdescription {
	padding-bottom: 5px;
	padding-top: 	5px;
	padding-left: 	5px;
}
