@charset "UTF-8";
/* CSS Reset Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1; /*cutting off text in ie6*/
	color: #3b5c75;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Default styles | Always used*/
.hide, .print-logo, .close-button{ display:none; }
.left{ float:left; }
.right{ float:right; }
.clear{ clear:both; height:0px; font-size:1px; line-height:1px; }
a img{ border:none; }
/*typography*/
html { font: 100% Tahoma,"Lucida Grande", Verdana, sans-serif; font-size:12px;}
/* setup padding */
p,ul,ol,blockquote,h1,h2,h3,h4,h5,h6,form{
padding:0 2em 0 0;/*this will be reset below*/
}
a {
	text-decoration: none;
	border-bottom:1px solid #6ba328;
	color: #6ba328;
	}
a:link {
	}
a:visited {
	color:#002d55;
	border-bottom:1px solid #cfcfcf;
	}
a:active {
	}
a:hover {
	color:#434343;
	}
h1 {
	color:#2d506b;
	font-size: 1.75em;
	font-weight: normal;
	margin: 16px 0em 16px 0em;
	padding:0;
	}
h2 {
	color:#6ba328;
	font-size: 1.5em;
	margin: 18px 0em 4px 0em;
	font-weight: normal;
        padding:0;
	}
h3 {
	color:#2d506b;
	font-size: 1.17em;
	margin: 12px 0em 6px 0em;
	font-weight: normal;
        padding:0;
	}
h4 {
	line-height: 18px;
	color:#6ba328;
	font-size: 1.17em;
	margin: 12px 0em 6px 0em;
	font-weight: bold;
        padding:0;
	}
h5 {
	color:#6ba328;
	font-size: 1.0em;
	margin: 11px 0em 2px 0em;
	font-weight: bold;
        padding:0;
	}
h6 {
	color:#6ba328;
	font-size: 0.8em;
	margin: 2px 0em 11px 0em;
	font-weight: bold;
        padding:0;
	}
h1 a, h2 a,h2 a:visited, h3 a,h4 a, h5 a,h6 a{
color:#2d506b;
border:none;
}
img {
	border: 0;
	}
ol, ul, li {/*
	list-style: none;*/
	font-size: 1.0em;
	line-height: 2em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
margin-left:2em;
	list-style-position:outside;
	}
ul li, ol li{
margin:0em 0em 0em 1em;
}
ul li{
list-style-type:none;
list-style-image:none;
background:url(/images/icons/arr_right_clean.png) 0px 7px no-repeat;
margin:0;
padding-left:21px;
}
ol li{
list-style-type:decimal;
}
p {
	font-size: 1.0em;
	line-height: 2em;
	margin: 0.5em 0em 0.5em 0em;
	}

q,blockquote
{
	quotes:"\201C""\201D""\2018""\2019";
}
blockquote{
	float:left;
	padding-left:2.2em;
	color:#333;
}
blockquote > *:first-child:before
{
	content:"\201C";
	font-size:2em;
	margin-left:-.5em;
	font-family:georgia,serif;
	padding-right:0.2em;
	color:#aaa;
	line-height:0;
}
sub,sup
{
	vertical-align:baseline;
}
pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}
hr {
	border:none; border-bottom:1px solid #cfcfcf;
	}
fieldset{
	border:1px solid #cfcfcf;
	}
	
	/* MISCELLANOUS JOOMLA STYLES
----------------------------------------------------------- */
ul.accessibility {
	position: absolute;
	top: -100%;
}

/*usertool*/
ul.ja-usertools-font {
	font-size: 11px;
	position: absolute;
	top: 8px;
	right: 70px;
}

ul.ja-usertools-font li {
	padding: 0;
	margin: 0;
	display: inline;
	background: none;
}

/*collapsible h3*/
h3.show {
	background: url(../images/arrow2.png) no-repeat 90% 60%;
	cursor: pointer;
}

h3.hide {
	background: url(../images/arrow3.png) no-repeat 90% 60%;
	cursor: pointer;
}

/*others*/
#ja-banner {
	margin: 15px 0;
	text-align: center;
}

div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	margin: 10px 0;
	display: block;
	background: none!important;
	text-decoration: none!important;
}

#form-login p {
	margin: 0 0 5px;
}

#form-login ul {
	margin: 10px 0 0;
}

#form-login .inputbox {
	width: 90%;
}

.clr {
	clear: both;
}

.hasTip img {
	margin: 10px 5px 0 0;
	border: none;
}

/* Tooltips */
.tool-tip {
	float: left;
	border: 1px solid #D4D5AA;
	padding: 5px;
	background: #FFFFCC;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
	font-size: 100%;
	font-weight: bold;
}

.tool-text {
	margin: 0;
	font-size: 100%;
}

#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
	padding: 0;
	margin: 0;
}

#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
	background: none;
	padding: 5px;
	margin: 0;
	color: #FFFFFF;
}

/* System Standard Messages */
#system-message dd.message ul {
	background: #006699;
	border: none;
}

/* System Error Messages */
#system-message dd.error ul {
	background: #BF0000;
	border: none;
}

/* System Notice Messages */
#system-message dd.notice ul {
	background: #EE9600;
	border: none;
}

/* 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;
}
