/*------------------------------------------------------------------------
# JA Sabina - June, 2007
# ------------------------------------------------------------------------
# Copyright (C) 2004-2007 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
-------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

/* COMMON STYLE
---------------------------------------------------------------------------*/
body {
	background: url(../images/od_bg.gif) repeat-x #659760;
	color: #D1D1D1;
	font: 11px/1.5 Tahoma, Arial, Verdana, sans-serif;
}

a {
	color: #FF8901;
	text-decoration: none;
}

a:hover {
	color: #006400;
	text-decoration: underline;
}



/* PATHWAY STYLE
--------------------------------------------------------- */
#ja-pathway {
	padding-bottom: 3px;
	margin-bottom: 15px;
	background: url(../images/dotted.gif) repeat-x bottom left;
}

#ja-pathway a {
	color: #787878;
	text-decoration: none;
}

#ja-pathway a:hover {
	color: #787878;
	text-decoration: none;
}

#ja-pathway a:visited {
	color: #787878;
	text-decoration: none;
}

/* RIGHTCOL STYLE
--------------------------------------------------------- */
#ja-rightcol a {
	color: #A65C00;
}

#ja-rightcol div.moduletable {
	padding: 0;
	text-align: left;
}

#ja-rightcol div.moduletable h3 {
	margin: 0;
	padding: 3px 0 13px 10px;
	color: #FFFFFF;
	background: url(../images/right-h3-bg.gif) no-repeat bottom right #9BBEC4;
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
}

/* Default joomla menu */
#ja-rightcol a.mainlevel {
	margin: 2px 2px 0px 5px;
	padding-left: 10px;
	display: block;
	color: #434343;
	background: url(../images/bullet.gif) no-repeat left center;
	font-weight: bold;
	text-decoration: none;
}

#ja-rightcol a.mainlevel:hover {
	background: url(../images/bullet2.gif) no-repeat left center;
	color: #FF8901;
}

#ja-rightcol a.sublevel {
	margin: 2px 5px 0px 15px;
	padding: 0;
	display: block;
	color: #000000;
	text-decoration: none;
}

#ja-rightcol a.sublevel:hover {
	color: #FF8901;
	text-decoration: underline;
}

#ja-rightcol #active_menu {
	color: #FF8901;
}

/* BOT SPOTLIGHT
--------------------------------------------------------- */
.ja-box {
	float: left;
	width: 33.3%;
	background: url(../images/bottombox_left.jpg) top left no-repeat;
	color: #FFFFFF;
}

.ja-box-inner {
	padding: 0 0 0 15px;
	background: url(../images/bottombox_right.jpg) top right no-repeat;
}

.ja-box h3 {
	margin: 0 0 10px 0 !important;
	padding: 5px 15px 4px 0 !important;
	border-bottom: 3px solid #4FAC00;
	color: #FFFFFF;
	font-size: 120%;
	text-transform: uppercase;
}

.ja-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ja-box ul li {
	margin: 0;
	padding-left: 15px;
	list-style: none;
	background: url(../images/white_arrow.gif) no-repeat 3px 7px;
}

.ja-box a {
	color: #FFFFFF;
	text-decoration: none;
}

.ja-box a:hover {
	font-size: 100%;
	text-decoration: underline;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

/* contenido del sitio */
table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
}

table.contentpane, table.contentpaneopen {
	border-collapse: collapse;
	border-spacing: 0;
}

.componentheading {
	padding: 0 0 5px 0;
	margin-bottom: 15px;
	background: url(../images/sep.gif) no-repeat bottom right;
	font-size: 200%;
	font-weight: bold;
}

.contentdescription {
	padding-bottom: 30px;
}

table.blog .contentheading {
	font-size: 170%;
}

.contentheading {
	color: #FF8901;
	font-size: 200%;
	font-weight: bold;
	line-height: normal;
}

a.contentpagetitle {
}

a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	text-decoration: none;
}

a.readon {
	float: right;
	display: block;
	outline: none;
	color: #000000;
	font-weight: bold;
	padding: 1px 5px;
	background: #ce5c00;
	border: 1px dashed #da711c;
}

a.readon:hover, a.readon:active, a.readon:focus {
color:#FFFFFF;
	background: #cf640d;
	text-decoration: none;
}

div.back_button a {
	margin: 10px 0;
	width: 49px;
	display: block;
	background: url(../images/but-back.gif) no-repeat top;
	text-indent: -300%;
	height: 18px;
	outline: none;
}

div.back_button a:hover,
div.back_button a:active,
div.back_button a:focus {
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.createdate {
	padding: 0 1px;
	color: #999999;
	font-size: 90%;
	text-transform: uppercase;
}

.modifydate {
	padding-top: 15px;
	color: #999999;
	height: 15px;
}

.moduletable {
	padding: 0;
}

.mosimage {
	margin: 15px 10px 5px 0;
	padding: 5px;
	border: 1px solid #CCCCCC;
}

* html .mosimage {
	padding: 5px 0 !important; /*IE 6*/
	margin: 15px 10px 5px 0;
}

*+html .mosimage {
	padding: 5px 0 !important; /*IE 7*/
}

.mosimage img {
	padding: 0 !important;
	margin: 0 !important;
}

.mosimage_caption {
	margin-top: 3px;
	padding: 1px 2px;
	color: #999999;
	font-size: 90%;
}

.pagenav,
.pagenav_prev,
.pagenav_next,
.pagenavbar {
	padding: 0 2px;
}

a.pagenav,
.pagenav_prev a,
.pagenav_next a,
.pagenavbar a {
	text-decoration: none;
}

a.pagenav:hover, a.pagenav:active, a.pagenav:focus,
.pagenav_prev a:hover, .pagenav_prev a:active, .pagenav_prev a:focus,
.pagenav_next a:hover, .pagenav_next a:active, .pagenav_next a:focus,
.pagenavbar a:hover, .pagenavbar a:active, .pagenavbar a:focus {
	text-decoration: none;
}


.sectiontableentry1 {

color:#ffffff;

text-align: left;

background: #551020;

font-size: 10px;

padding: 2px;

}

.sectiontableentry2 {

background: #601327;

font-size: 10px;

text-align: left;

padding: 2px;

}

.inputbox {
	margin-bottom: 1px;
	padding: 3px 0 3px 5px;
	border: 1px solid #bf2a54;
}

