/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	line-height: 1.5;
}


body#bd {
	color: #333333;
	background-attachment: fixed;
	background-position: center top;

}

body.contentpane {
	color: #ffffff;
	font-size: 12px;
	line-height: 1.3em;
	margin: 0;
	margin: 1em 2em;
	width: auto; /* Printable Page */
}

body.fs1 {font-size: 10px;}
body.fs2 {font-size: 11px;}
body.fs3 {font-size: 12px;}
body.fs4 {font-size: 13px;}
body.fs5 {font-size: 14px;}
body.fs6 {font-size: 15px;}



/* Heading */
h1 {font-size: 200%;}
h2 {font-size: 175%;}
h3 {font-size: 150%;}
h4 {font-size: 125%;}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	background: url('../images/bullet.gif') no-repeat 20px 6px;
	padding-left: 30px
}

ol li {
	margin-left: 35px;
}

th {
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
}

fieldset legend {
	font-weight: bold;
}

fieldset a {
	font-weight: bold;
}

fieldset.input {
	padding: 0;
	background: none;
}

hr {
	border-bottom: 0px none;
	border-left: 0px none;
	border-right: 0px none;
	border-top: 1px solid #2F2F2F;
	height: 1px
}

br {}

td, th, div {
	font-size: 100%;
}





/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
	line-height: normal;
}

/* Small text */
small, .small, .smalldark, .article-meta, .modifydate, .img_caption p, .site-slogan, #ja-login,
a.readon, #ja-botnav, #ja-pathway, #ja-subnav, #ja-contentsl1, #ja-contentsl2, #ja-footer, #ja-col1, #ja-col2, #ja-botsl {
	font-size: 92%;
}

img {
	margin: 0;
	padding: 0;
}

.img_caption img {
	border: 1px solid #000000;
}

.img_caption p {
	text-align: center;
	color: #666666;
}

.img_caption.left, .img_caption.right {
	margin-top: 3px;
}

.no-caption {
	margin: 3px 0 3px 5px;
	border: 1px solid #000000;
}




/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-wrapper {
	width: 950px;
	margin: 0 auto;
	clear: both;
	background: url('../images/wrapper-bg.png') repeat-y center;
}

.narrow #ja-wrapper {
	width: 750px;
	background: url('../images/wrapper-bg-n.png') repeat-y center;
}

#ja-container {
	padding: 5px 20px;
}

#ja-mainbody {
	width: 70%;
	float: left;
}

/* PRIMARY COLUMN
--------------------------------------------------------- */
#ja-content {
	clear: both;
	display: block;
	float: right;
	width: 70%;
	background: #222222 url('../images/content-center3.gif') repeat-y center;
}

#ja-content-top {
	background: url('../images/content-top3.gif') no-repeat center top;
}

#ja-content-bot {
	background: url('../images/content-bot3.gif') no-repeat center bottom;
}

.narrow #ja-content {
	background: #222222 url('../images/content-center3-n.gif') repeat-y center;
}

.narrow #ja-content-top {
	background: url('../images/content-top3-n.gif') no-repeat center top;
}

.narrow #ja-content-bot {
	background: url('../images/content-bot3-n.gif') no-repeat center bottom;
}

#ja-current-content {
	padding: 12px;
	margin: 0;
}

/* COLUMNS
--------------------------------------------------------- */
#ja-col1 {
	float: left;
	overflow: hidden;
	width: 30%;
}

#ja-col1 div.ja-innerpad {
	padding-right: 5px;
}

#ja-col2 {
	float: right;
	overflow: hidden;
	width: 30%;
}

#ja-col2 div.ja-innerpad {
	padding-left: 5px;
}

/*common style for column*/

/* COLLAPSIBLE LAYOUT
--------------------------------------------------------- */
#ja-containerwrap,
#ja-containerwrap-fr,
#ja-containerwrap-fl,
#ja-containerwrap-f {
	clear: both;
}

/*content + left*/
#ja-containerwrap-fr #ja-mainbody {
	width: 100%;
}

#ja-containerwrap-fr #ja-col1 {
	width: 22%;
}

#ja-containerwrap-fr #ja-content {
	width: 78%;
	background: url('../images/content-center2.gif') repeat-y center;
}

#ja-containerwrap-fr #ja-content-top {
	background: url('../images/content-top2.gif') no-repeat center top;
}

#ja-containerwrap-fr #ja-content-bot {
	background: url('../images/content-bot2.gif') no-repeat center bottom;
}

.narrow #ja-containerwrap-fr #ja-content {
	background: url('../images/content-center2-n.gif') repeat-y center;
}

.narrow #ja-containerwrap-fr #ja-content-top {
	background: url('../images/content-top2-n.gif') no-repeat center top;
}

.narrow #ja-containerwrap-fr #ja-content-bot {
	background: url('../images/content-bot2-n.gif') no-repeat center bottom;
}

/*content + right*/
#ja-containerwrap-fl #ja-content {
	width: 100%;
	background: url('../images/content-center.gif') repeat-y center;
}

#ja-containerwrap-fl #ja-content-top {
	background: url('../images/content-top.gif') no-repeat center top;
}

#ja-containerwrap-fl #ja-content-bot {
	background: url('../images/content-bot.gif') no-repeat center bottom;
}

.narrow #ja-containerwrap-fl #ja-content {
	background: url('../images/content-center-n.gif') repeat-y center;
}

.narrow #ja-containerwrap-fl #ja-content-top {
	background: url('../images/content-top-n.gif') no-repeat center top;
}

.narrow #ja-containerwrap-fl #ja-content-bot {
	background: url('../images/content-bot-n.gif') no-repeat center bottom;
}

/*full*/
#ja-containerwrap-f #ja-mainbody {
	width: 100%;
}

#ja-containerwrap-f #ja-content {
	width: 100%;
	background: url('../images/content-center1.gif') repeat-y center;
}

#ja-containerwrap-f #ja-content-top {
	background: url('../images/content-top1.gif') no-repeat center top;
}

#ja-containerwrap-f #ja-content-bot {
	background: url('../images/content-bot1.gif') no-repeat center bottom;
}

#ja-containerwrap-f #ja-current-content {
	padding-left: 20px;
	padding-right: 20px;
}

.narrow #ja-containerwrap-f #ja-content {
	background: url('../images/content-center1-n.gif') repeat-y center;
}

.narrow #ja-containerwrap-f #ja-content-top {
	background: url('../images/content-top1-n.gif') no-repeat center top;
}

.narrow #ja-containerwrap-f #ja-content-bot {
	background: url('../images/content-bot1-n.gif') no-repeat center bottom;
}
/* MODULE IZQUIERDA
--------------------------------------------------------- */




div.module,
div.module_text,
div.module_menu,
div.module_hilite,
div.ja-box-br {
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	background: #71869D;
	overflow: hidden;
	margin-bottom: 5px
}

div.module div div,
div.module_text div div,
div.module_menu div div,
div.module_hilite div div,
div.ja-box-tr {
	padding: 0;
	background: url('../images/box-tr.gif') no-repeat top right;
}

div.module div div div,
div.module_text div div div,
div.module_menu div div div,
div.module_hilite div div div,
div.ja-box-tl {
	background: url('../images/box-tl.gif') no-repeat top left;; padding-left:10px; padding-right:10px; padding-top:12px; padding-bottom:12px
}

div.module div div div div,
div.module_text div div div div,
div.module_menu div div div div,
div.module_hilite div div div div {
	margin: 0;
	padding: 0;
	background: none;
}

/* mis */
div.banneritem_text {
	padding: 5px 0 !important;
}

div.advs {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

div.moduletable li,
div.moduletable_menu li,
div.moduletable_text li,
div.module li,
div.module_menu li,
div.module_text li {
	padding-left: 15px;
	background-position: 5px 7px;
}
