/*COMMON STYLE
---------------------------------------------------------*/
HTML, BODY, FORM, FIELDSET
{
	margin: 0;
	padding: 0;
}
BODY
{
	background: #FFFFFF;
	color: #000000;
	font-family: Arial, sans-serif;
	line-height: 1.5;
}
BODY#bd
{
	color: #333333;
	background: #FFFFFF;
}
BODY.contentpane
{
	color: #000000;
	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;
}
/*Normal link*/
A
{
	color: #006699;
	text-decoration: none;
}
A:hover, A:active, A:focus
{
	color: #CC0000;
	text-decoration: underline;
}
A IMG
{
	border: none;
}
/*Title text*/
.contentheading, .componentheading, H1, H2, H3, H4
{
	font-family: Cambria, "Times New Roman", Times, serif;
	line-height: 1.1;
}
/*Small text*/
SMALL, .small, .smalldark, .createby, .createdate, .modifydate, .img_caption, P.site-slogan, A.readon, #ja-pathway, #ja-footer
{
	font-size: 92%;
}
SMALL, .small
{
	color: #999999;
}
IMG
{
	margin: 0;
	padding: 0;
}
IMG.caption
{
	margin-top: 5px;
}
.img_caption
{
	color: #999999;
}
/*Heading*/
H1
{
	font-size: 225%;
	font-weight: normal;
}
H2
{
	font-size: 200%;
	font-weight: normal;
}
H3
{
	font-size: 150%;
}
H4
{
	font-size: 125%;
}
P, PRE, BLOCKQUOTE, UL, OL, H1, H2, H3, H4, H5, H6
{
	margin: 10px 0;
	padding: 0;
}
UL
{
	list-style: none;
}
UL LI
{
	background: url(../images/bullet.gif) no-repeat 18px 7px;
	line-height: 160%;
	padding-left: 30px;
}
OL LI
{
	line-height: 180%;
	margin-left: 35px;
}
TH
{
	font-weight: bold;
	padding: 5px;
	text-align: left;
}
FIELDSET
{
	border: none;
	padding: 10px 5px;
}
FIELDSET A
{
	font-weight: bold;
}
FIELDSET.input
{
	padding: 0;
}
HR
{
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #CCCCCC;
	height: 1px;
}
TD, DIV
{
	font-size: 100%;
}
/*FORM
---------------------------------------------------------*/
FORM
{
	margin: 0;
	padding: 0;
}
FORM LABEL
{
	cursor: pointer;
}
INPUT, SELECT, TEXTAREA, .inputbox
{
	font-family: Arial, sans-serif;
	font-size: 100%;
}
.inputbox
{
	border: 1px inset #ABABAB;
	padding: 3px;
	color: #333333;
	background: #FFFFFF;
}
.button
{
	padding: 2px 8px;
	border: 1px outset #ABABAB;
	background: #F7F7F7;
	font-size: 100%;
	font-weight: bold;
}
* HTML .button
{
/*IE 6*/
	padding: 2px 3px !important;
}
*+HTML .button
{
/*IE 7*/
	padding: 2px 3px !important;
}
/*JOOMLA STYLE
---------------------------------------------------------*/
TABLE.blog
{
}
.article_separator
{
	clear: both;
	display: block;
	height: 30px;
	background: url(../images/dot.gif) repeat-x center;
}
.article_column
{
}
.column_separator
{
	padding: 0 25px;
}
/*content tables*/
TD.sectiontableheader
{
	background: #666666;
	border: 1px solid #CCCCCC;
	padding: 4px;
}
TR.sectiontableentry0 TD, TR.sectiontableentry1 TD, TR.sectiontableentry2 TD
{
	padding: 4px 4px 6px;
	border-bottom: 1px solid #CCCCCC;
}
TR.sectiontableentry0:hover TD, TR.sectiontableentry1:hover TD, TR.sectiontableentry2:hover TD
{
	background-color: #EBF2F9;
}
TR.sectiontableentry2 TD
{
	background-color: #F7F7F7;
}
TABLE.contentpane
{
	border: none;
	width: 100%;
}
TABLE.contentpaneopen
{
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}
TABLE.contenttoc
{
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
	font-size: 92%;
}
TABLE.contenttoc A
{
}
TABLE.contenttoc TD
{
	background: url(../images/bullet.gif) no-repeat 10px 9px;
	padding: 1px 5px 1px 20px;
}
TABLE.contenttoc TH
{
	border-bottom: 1px solid #CCCCCC;
	padding: 0 0 3px;
	text-indent: 5px;
}
TABLE.poll
{
	border-collapse: collapse;
	padding: 0;
	width: 100%;
}
TABLE.pollstableborder
{
	border: none;
	padding: 0;
	text-align: left;
	width: 100%;
}
TABLE.pollstableborder IMG
{
	vertical-align: baseline;
}
TABLE.pollstableborder TD
{
	border-collapse: collapse;
	border-spacing: 0;
	padding: 4px !important;
	background: none;
}
TABLE.pollstableborder TR.sectiontableentry1 TD
{
	background: #F7F7F7;
}
TABLE.searchintro
{
	padding: 10px 0;
	width: 100%;
}
TABLE.searchintro TD
{
	padding: 5px !important;
}
TABLE.adminform
{
}
.adminform .inputbox
{
}
.blog_more
{
}
.blog_more STRONG
{
	display: block;
	font-size: 125%;
	margin: 0 0 5px;
}
.blog_more UL
{
	margin: 0;
	padding: 0;
}
.blog_more UL LI
{
	background: url(../images/bullet.gif) no-repeat 6px 10px;
	margin: 0;
	padding: 0 0 0 17px;
}
.category
{
	font-size: 125%;
	font-weight: bold;
}
H1.componentheading, .componentheading
{
	margin: 0 0 10px;
	padding: 0 0 5px;
}
.componentheading
{
	font-size: 250%;
	font-weight: normal;
	border-bottom: 5px solid #ABABAB;
}
.contentdescription
{
	display: block;
	padding: 10px;
	margin: 10px 0;
	font-family: Cambria, "Times New Roman", Times, serif;
	font-size: 125%;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background: #F7F7F7;
	font-style: italic;
}
H2.contentheading, .contentheading
{
	margin: 0;
	padding: 0 8px 0 0;
}
.contentheading
{
	font-size: 250%;
}
TABLE.blog .contentheading
{
	font-size: 185%;
}
A.contentpagetitle, A.contentpagetitle:hover, A.contentpagetitle:active, A.contentpagetitle:focus
{
}
A.readon
{
	display: block;
	float: left;
	text-align: center;
	clear: both;
	padding: 0 5px;
	text-transform: lowercase;
	background: #666666;
	color: #FFFFFF;
}
A.readon:hover, A.readon:active, A.readon:focus
{
	background: #006699;
	color: #FFFFFF;
	text-decoration: none;
}
TABLE.contentpaneopen TD, TABLE.contentpane TD
{
}
TABLE.contentpaneopen, TABLE.contentpane, TABLE.blog
{
	width: 100%;
}
.moduletable
{
	padding: 0;
}
UL.pagination
{
	margin: 15px auto 0;
	padding: 0;
}
UL.pagination LI
{
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
}
UL.pagination LI SPAN
{
	padding: 2px 5px;
}
UL.pagination A
{
	padding: 2px 3px;
}
UL.pagination A:hover, UL.pagination A:active, UL.pagination A:focus
{
}
.pagenavbar
{
	background: url(../images/icon-pages.gif) no-repeat center left;
	font-weight: bold;
	padding-left: 14px;
}
.pagenavcounter
{
	background: url(../images/icon-pages.gif) no-repeat 0 11px;
	font-weight: bold;
	padding: 8px 14px 0;
}
.sectiontableheader
{
	color: #FFFFFF;
	font-weight: bold;
	padding: 8px 5px;
}
.sectiontableheader A
{
	color: #FFFFFF;
}
TR.sectiontableentry1 TD
{
	padding: 8px 5px;
}
TR.sectiontableentry2 TD
{
	padding: 8px 5px;
}
TR.sectiontableentry1:hover TD, TR.sectiontableentry2:hover TD
{
}
.smalldark
{
	text-align: left;
}
DIV.syndicate DIV
{
	text-align: center;
}
.pollstableborder TR.sectiontableentry1 TD, .pollstableborder TR.sectiontableentry2 TD
{
	background: none;
}
/*META
---------------------------------------------------------*/
.article-tools
{
	display: block;
	margin: 0 0 10px;
	width: 100%;
	clear: both;
	color: #ABABAB;
	position: relative;
}
.article-meta
{
	padding: 0;
	width: 70%;
	float: left;
	text-transform: uppercase;
}
.article-section, .article-category
{
	color: #999999;
	font-size: 92%;
	text-transform: uppercase;
}
.createby
{
	padding: 3px 5px;
	text-transform: uppercase;
}
.createdate
{
	padding: 3px 5px 3px 0;
	background: url(../images/vline.gif) no-repeat right;
}
.modifydate
{
	text-transform: uppercase;
	color: #ABABAB;
}
DIV.buttonheading
{
	position: absolute;
	top: -25px;
	right: 0;
	width: 62px;
	padding: 3px;
}
.buttonheading IMG
{
	margin: 0 5px 0 0;
	border: 0;
	float: right;
}
/*MAIN LAYOUT DIVS
---------------------------------------------------------*/
#ja-wrapper
{
	padding: 0;
}
#ja-header, #ja-mainnav, #ja-subnav, #ja-container, #ja-footer
{
	width: 970px;
	margin: 0 auto;
	clear: both;
}
.auto #ja-header, .auto #ja-mainnav, .auto #ja-subnav, .auto #ja-container, .auto #ja-footer
{
	width: 98%;
}
#ja-container
{
	background: url(../images/vline.gif) repeat-y 65% 0;
}
#ja-container-inner
{
	background: url(../images/vline.gif) repeat-y 83% 0;
}
/*PRIMARY COLUMN
---------------------------------------------------------*/
#ja-content
{
	clear: both;
	display: table;
	float: left;
	width: 65%;
}
#ja-content DIV.ja-innerpad
{
	padding: 0 15px 0 0;
}
/*COLUMNS
---------------------------------------------------------*/
#ja-colwrap
{
	float: right;
	overflow: hidden;
	width: 34.9%;
}
#ja-colwrap2
{
	float: right;
	overflow: hidden;
	width: 34.9%;
}
/*#ja-colmass, ja-cols, ja-cols2*/
#INVALID-RULE
{
	clear: both;
	width: 100%;
}
/*masstop*/
#ja-colmass
{
	background: #FFFFFF;
}
#ja-colmass DIV.ja-innerpad
{
	padding: 0 0 0 10px;
	background: #FFFFFF;
}
/*columns*/
#ja-col1
{
	float: left;
	overflow: hidden;
	width: 50%;
	clear: both;
}
#ja-col1 DIV.ja-innerpad
{
	padding: 0 8px 0 10px;
}
#ja-col2 DIV.ja-innerpad
{
	padding: 0 0 0 15px;
}
#ja-col2
{
	float: right;
	overflow: hidden;
	width: 49.9%;
}

#ja-col3
{
	float: left;
	overflow: hidden;
	width: 50%;
	clear: both;
}
#ja-col3 DIV.ja-innerpad
{
	padding: 0 8px 0 10px;
}
#ja-col4 DIV.ja-innerpad
{
	padding: 0 0 0 15px;
}
#ja-col4
{
	float: right;
	overflow: hidden;
	width: 49.9%;
}
/*common style for column*/
#ja-colwrap A
{
}
#ja-colwrap A:hover, #ja-colwrap A:active, #ja-colwrap A:focus
{
}
#ja-colwrap TABLE
{
	border-collapse: collapse;
	border-spacing: 0;
}
#ja-colwrap .article_separator
{
	display: none;
}
#ja-colwrap2 A
{
}
#ja-colwrap2 A:hover, #ja-colwrap2 A:active, #ja-colwrap2 A:focus
{
}
#ja-colwrap2 TABLE
{
	border-collapse: collapse;
	border-spacing: 0;
}
#ja-colwrap2 .article_separator
{
	display: none;
}
/*COLLAPSIBLE LAYOUT
---------------------------------------------------------*/
#ja-containerwrap, #ja-containerwrap-c, #ja-containerwrap-cm, #ja-containerwrap-f, #ja-containerwrap-m
{
	margin: 20px 0;
	clear: both;
}
/*full*/
#ja-containerwrap-f #ja-container, #ja-containerwrap-f #ja-container-inner
{
	background: #FFFFFF;
}
#ja-containerwrap-f #ja-content
{
	width: 100%;
}
/*content + col + mass*/
#ja-containerwrap-cm #ja-container
{
	background: url(../images/hline.gif) repeat-y 65% 0;
}
#ja-containerwrap-cm #ja-container-inner
{
	background: none;
}
#ja-containerwrap-cm #ja-col1, #ja-containerwrap-cm #ja-col2
{
	width: 100%;
}
#ja-containerwrap-cm #ja-col3, #ja-containerwrap-cm #ja-col4
{
	width: 100%;
}
/*content + col*/
#ja-containerwrap-c #ja-container
{
	background: url(../images/hline.gif) repeat-y 83% 0;
}
#ja-containerwrap-c #ja-container-inner
{
	background: none;
}
#ja-containerwrap-c #ja-content
{
	width: 82%;
}
#ja-containerwrap-c #ja-colwrap
{
	width: 17%;
}
#ja-containerwrap-c #ja-col1, #ja-containerwrap-c #ja-col2
{
	width: 100%;
}
#ja-containerwrap-c #ja-colwrap2
{
	width: 17%;
}
#ja-containerwrap-c #ja-col3, #ja-containerwrap-c #ja-col4
{
	width: 100%;
}
/*content + mass*/
#ja-containerwrap-m #ja-container
{
	background: url(../images/hline.gif) repeat-y 65% 0;
}
#ja-containerwrap-m #ja-container-inner
{
	background: none;
}
/*MODULE
---------------------------------------------------------*/
DIV.moduletable H3, DIV.moduletable_menu H3, DIV.moduletable_text H3, DIV.moduletable_hilite H3
{
	margin: 0 0 5px;
	padding: 5px 0;
	font-size: 125%;
}
DIV.moduletable, DIV.moduletable_menu, DIV.moduletable_text, DIV.moduletable_hilite
{
	border-top: 5px solid #ABABAB;
	margin: 0 0 20px;
	padding: 0 1px;
}
/*colmass module*/
#ja-colmass DIV.moduletable
{
	border: 1px solid #CCCCCC;
	padding: 0 10px 10px;
	background: #F7F7F7;
}
#ja-colmass DIV.moduletable H3
{
	border-bottom: 1px solid #DDDDDD;
	margin: 0 -10px 10px;
	padding: 5px 10px;
	color: #006699;
	background: #FFFFFF;
}
/*botsl module*/
#ja-botsl DIV.moduletable
{
	border: 1px solid #CCCCCC;
	padding: 0 10px 10px;
	background: #F7F7F7;
}
#ja-botsl DIV.moduletable H3
{
	border-bottom: 1px solid #DDDDDD;
	margin: 0 -10px 10px;
	padding: 5px 10px;
	color: #006699;
	background: #FFFFFF;
}
/*media module*/
#ja-colmass DIV.moduletable_media
{
	padding: 0;
	margin: 0 0 20px;
	border-bottom: 1px solid #ABABAB;
}
#ja-colmass DIV.moduletable_media H3
{
	border: 1px solid #DDDDDD;
	margin: 0;
	padding: 5px 10px;
	color: #006699;
	font-size: 125%;
	background: url(../images/icon-video.gif) no-repeat 95% 50%;
}
/*mis*/
DIV.banneritem_text
{
	padding: 5px 0 !important;
}
DIV.advs
{
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
DIV.moduletable UL, DIV.moduletable_text UL, DIV.moduletable_menu UL, DIV.moduletable_hilte UL
{
	margin: 0;
	padding: 0;
}
DIV.moduletable LI, DIV.moduletable_text LI, DIV.moduletable_menu LI, DIV.moduletable_hilite LI
{
	background: url(../images/bullet.gif) no-repeat 5px 8px;
	margin: 0;
	padding-left: 16px;
}
/*HEADER
---------------------------------------------------------*/
#ja-headerwrap
{
}
#ja-header
{
	height: 90px;
	line-height: normal;
	position: relative;
}
H1.logo, H1.logo-text
{
	margin: 0;
	padding: 0;
	font-size: 300%;
}
H1.logo A
{
	width: 278px;
	display: block;
	background: url(../images/logo.gif) no-repeat;
	position: absolute;
	height: 78px;
	top: 5px;
	left: 0;
}
H1.logo A SPAN
{
	position: absolute;
	top: -1000px;
}
H1.logo-text A
{
	outline: none;
	position: absolute;
	top: 15px;
	left: 5px;
	letter-spacing: 1px;
	font-weight: bold;
}
P.site-slogan
{
	margin: 0;
	padding: 1px;
	color: #999999;
	position: absolute;
	top: 52px;
	left: 15px;
	letter-spacing: 1px;
}
/*Head Tools*/
#ja-headtools
{
	top: 25px;
	right: 0;
	position: absolute;
	border: 1px solid #FFFFFF;
}
#ja-headtools:hover, #ja-headtools.hover
{
	border: 1px solid #CCCCCC;
	background: #F7F7F7;
}
#ja-headtools .ja-innerpad
{
	position: relative;
	padding: 5px;
	float: left;
}
#ja-headtools UL
{
	margin: 0;
	padding: 3px 0 0;
	float: left;
	white-space: nowrap;
}
#ja-headtools LI
{
	margin: 0;
	padding: 0 8px;
	display: inline;
	background: url(../images/vline.gif) no-repeat right center;
	line-height: normal;
}
#ja-headtools LI A
{
}
/*MAIN NAVIGATION
---------------------------------------------------------*/
#ja-mainnavwrap
{
	border-bottom: 5px solid #5E799E;
}
#ja-mainnav
{
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background: #FFFFFF;
}
#ja-mainnav A, #ja-subnav A
{
	outline: none;
}
#ja-subnavwrap
{
	display: block;
	border-bottom: 1px solid #CCCCCC;
	background: #F7F7F7;
}
#ja-subnav
{
}
#ja-subnav UL
{
	margin: 0;
	padding: 0;
}
#ja-subnav LI
{
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
}
#ja-subnav LI A
{
	display: block;
	float: left;
	padding: 5px 10px 3px;
	background: url(../images/vline.gif) no-repeat left center;
	color: #333333;
}
#ja-subnav LI.active A, #ja-subnav LI.active A:hover, #ja-subnav LI.active A:active, #ja-subnav LI.active A:focus
{
	font-weight: bold;
	color: #006699;
}
#ja-subnav LI A.first-item
{
	background: none;
}
/*breadcrumbs*/
#ja-pathway
{
	padding: 0 2px;
}
#ja-pathway STRONG
{
	margin-right: 5px;
}
#ja-pathway A
{
}
#ja-pathway IMG
{
	margin: 1px 5px;
}
/*Default Joomla! Menu*/
UL.menu
{
	list-style: none;
	margin: 0;
	padding: 0;
}
UL.menu LI
{
	background: none;
	margin: 0;
	padding: 0;
}
UL.menu LI A
{
	display: block;
	outline: none;
	padding: 4px 0 6px;
	background: url(../images/dot.gif) repeat-x bottom;
}
UL.menu LI A:hover, UL.menu LI A:active, UL.menu LI A:focus
{
}
UL.menu LI.active A
{
	color: #333333;
	font-weight: bold;
}
UL.menu LI UL
{
	list-style: none;
	margin: 0;
	padding: 0;
}
UL.menu LI LI A
{
	background: url(../images/arrow.png) no-repeat 7px 9px !important;
	border: none;
	font-weight: normal !important;
	padding: 2px 0 2px 15px !important;
}
UL.menu LI LI A:hover, UL.menu LI LI A:active, UL.menu LI LI A:focus
{
	color: #333333;
}
/*SPOTLIGHT
---------------------------------------------------------
Spotlight Box Style*/
.ja-box-full, .ja-box-left, .ja-box-center, .ja-box-right
{
	float: left;
	overflow: hidden;
}
.ja-box-left, .ja-box-center
{
}
/*Top spotlight*/
#ja-topsl
{
	height: 240px;
	margin: 0 0 10px;
}
/*Bot spotlight*/
#ja-botsl
{
	padding: 10px 0 20px;
}
#ja-botsl .ja-box-left DIV.moduletable
{
	margin: 10px 6px 0 0;
}
#ja-botsl .ja-box-right DIV.moduletable
{
	margin: 10px 0 0 6px;
}
#ja-botsl UL, #ja-botsl OL
{
	margin: 0;
	padding: 0;
}
#ja-botsl OL LI
{
	margin: 0 0 0 20px;
	padding: 0;
}
#ja-botsl UL LI
{
	margin: 0;
	padding: 0 0 0 15px;
	background: url(../images/bullet.gif) no-repeat 5px 7px;
}
/*FOOTER
---------------------------------------------------------*/
#ja-footerwrap
{
	background: #FFFFFF;
	clear: both;
}
#ja-footer
{
	border-top: 5px solid #ABABAB;
	color: #666666;
	position: relative;
	padding: 10px 0;
}
#ja-footer SMALL
{
	color: #999999;
	font-size: 100%;
}
#ja-footer UL
{
	margin: 0;
	padding: 0;
	line-height: normal;
}
#ja-footer LI
{
	display: inline;
	margin: 0;
	padding: 0 10px;
	background: url(../images/vline.gif) no-repeat center left;
}
#ja-footer LI A
{
	display: inline;
	line-height: normal;
}
#ja-footer LI.ja-firstitem
{
	background: none;
	padding-left: 0;
}
.ja-footurl
{
	float: none;
	clear: both;
}
.ja-cert
{
	position: absolute;
	right: 0px;
	top: 20px;
}
.ja-cert A
{
	margin: 0 0 0 5px;
	padding: 0;
	border: none;
	border: none;
	text-decoration: none;
}
.ja-cert A SPAN
{
	display: none;
}
.ja-cert A IMG
{
	border: none;
}
/*MISCELLANOUS
-----------------------------------------------------------*/
UL.accessibility
{
	position: absolute;
	top: -100%;
}
/*Login Form*/
#ja-login
{
}
#ja-login FORM
{
	float: left;
}
#ja-login FORM LABEL
{
	float: left;
}
LABEL.ja-login-user SPAN, LABEL.ja-login-password SPAN
{
	display: none;
}
#ja-login FORM INPUT.button
{
	float: left;
}
#ja-login FORM #mod_login_username, #ja-login FORM #mod_login_password
{
	width: 100px;
	margin: 1px 8px 0 0;
	font-weight: bold;
	padding-left: 20px;
}
#ja-login FORM #mod_login_username
{
	background: #FFFFFF url(../images/icon-user.gif) no-repeat 4px 5px;
}
#ja-login FORM #mod_login_password
{
	background: #FFFFFF url(../images/icon-key.gif) no-repeat 4px 5px;
}
#ja-login FORM A
{
	padding: 0 5px;
	text-decoration: none;
}
#ja-login FORM A:hover, #ja-login FORM A:active, #ja-login FORM A:focus
{
	text-decoration: underline;
}
.ja-login-links
{
	padding: 10px 0 0;
	clear: both;
}
/*Register Form*/
#id_highslide_signup_1 .inputbox
{
	width: 200px;
}
/*Search*/
#ja-search .inputbox
{
	width: 130px;
	background: #FFFFFF url(../images/icon-search.gif) no-repeat 4px 5px;
	padding-left: 20px;
	font-weight: bold;
}
#ja-search .button
{
	margin-left: 5px;
}
/*usertool*/
#ja-usertools
{
	float: left;
	padding-top: 3px;
}
#ja-usertools STRONG
{
	font-weight: normal;
	float: left;
	padding: 0 5px 2px 8px;
	display: block;
}
#ja-usertools UL
{
	margin: 0;
	padding: 0;
	float: left;
}
#ja-usertools LI
{
	background: none;
	display: block;
	float: left;
	margin: 0;
	padding: 1px 0 0;
}
#ja-usertools LI IMG:hover
{
	border: 1px solid #999999;
	margin: 0;
	background: #FFFFFF;
}
#ja-usertools IMG
{
	padding: 2px;
	margin: 1px;
}
/*others*/
.ja-day
{
	float: left;
	padding: 2px 0 0;
}
.ja-day SPAN, .ja-day DIV
{
	display: block;
	float: left;
	padding: 0 2px;
}
.ja-day SPAN
{
	padding: 1px 5px;
}
.ja-day DIV
{
	padding: 1px 5px;
	background: #666666;
	color: #FFFFFF;
}
#ja-banner
{
	margin: 0;
	padding-top: 15px;
	text-align: center;
	overflow: hidden;
	width: 100%;
	border-top: 1px solid #CCCCCC;
}
DIV.back_button A, DIV.back_button A:hover, DIV.back_button A:active
{
	display: block;
	margin: 10px 0;
}
.clr
{
	clear: both;
}
.hasTip IMG
{
	border: none;
	margin: 10px 5px 0 0;
}
DIV.ja-innerdiv
{
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}
DIV.ja-innerdiv IMG
{
	padding: 2px;
	border: 1px solid #CCCCCC;
	margin: 2px 8px 0 0;
}
/*JA Highslide*/
A.highslide-credits EM
{
	font-style: normal;
	font-size: 11px !important;
	font-weight: bold;
}
/*Tooltips*/
.tool-tip
{
	background: #FFFFFF;
	border: 1px solid #F7F7F7;
	float: left;
	max-width: 200px;
	padding: 5px;
}
.tool-title
{
	background: url(../../system/images/selector-arrow.png) no-repeat;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	margin-top: -15px;
	padding: 0;
	padding-bottom: 5px;
	padding-top: 15px;
}
.tool-text
{
	font-size: 100%;
	margin: 0;
}
#system-message DD.message UL, #system-message DD.error UL, #system-message DD.notice UL
{
	margin: 0;
	padding: 0;
}
#system-message DD.message UL LI, #system-message DD.error UL LI, #system-message DD.notice UL LI
{
	background: none;
	color: #FFFFFF;
	margin: 0;
	padding: 5px;
}
/*System Standard Messages*/
#system-message DD.message UL
{
	background: #666666;
	border: none;
}
/*System Error Messages*/
#system-message DD.error UL
{
	background: #CC0000;
	border: none;
}
/*System Notice Messages*/
#system-message DD.notice UL
{
	background: #666666;
	border: none;
}
/*Clearfix*/
.clearfix:after
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
* HTML>BODY .clearfix
{
	display: block;
	width: 100%;
}
* HTML .clearfix
{
	height: 1%;
}