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

body {
	color: #000000;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
}

body#bd {
	color: #333333;
	background: #F2F2F2;
}

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

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: underline;
}

a:hover, a:active, a:focus {
	color: #333333;
	text-decoration: underline;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h2, h3, h4, h5 {
}

/* Small text */
small, .small, .smalldark, .mosimage_caption, .createby, .createdate, .modifydate, a.readon, .img_caption {
	color: #666666;
	font-size: 92%;
}

/* Heading */
h2 {
	font-size: 150%;
}

h3 {
	font-size: 130%;
}

h4 {
	font-size: 110%;
	font-weight: bold;
}

h5 {
	font-size: 110%;
	font-weight: bold;
}

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

ul {
	list-style: none;
}

ul li {
	padding-left: 30px;
	background: url(../images/bullet-gray.gif) no-repeat 18px 8px;
	line-height: 180%;
}

ol li {
	margin-left: 35px;
	line-height: 180%;
}

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

fieldset {
	border: none;
	padding: 10px 5px;
	background: url(../images/hdot2.gif) repeat-x top;
}

fieldset a {
	font-weight: bold;
}

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

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

img {
	border: none;
}

/* BONUS TYPOGRAPHY STYLES
--------------------------------------------------------- */
pre, code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border: 1px solid #999999;
	background: #DDDDDD;
	font: 1em/1.5 "Courier News", monospace;
}

blockquote {
	padding: 1em 40px 1em 15px;
	border-left: 5px solid #999999;
	font-style: italic;
}

/* Dropcap */
.dropcap {
	float: left;
	padding: 4px 8px 0 0;
	display: block;
	font: 50px/40px Georgia, Times, serif;
}

/* Tips, Error, Info, Note */
p.error {
	padding-left: 25px;
	color: #BF0000;
	background: url(../images/icon-error.gif) no-repeat top left;
}

p.info {
	padding-left: 25px;
	color: #006699;
	background: url(../images/icon-info.gif) no-repeat top left;
}

p.tips {
	padding-left: 25px;
	color: #EE9600;
	background: url(../images/icon-tips.gif) no-repeat top left;
}


/* Fusen */
p.fusen {
	padding: 10px 0px 10px 40px;
	border: 1px solid #CACACC;
	background: url(../images/fusen-bg.gif) no-repeat 5px center #FFFFFF;
}

p.download {
	padding: 10px 0px 10px 40px;
	border: 1px solid #CACACC;
	background: url(../images/download-bg.gif) no-repeat 5px center #FFFFFF;
}

.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}

/* Check list */
ul.checklist {
	list-style: none;
}

ul.checklist li {
	margin-left: 15px;
	padding: 0 0 5px 20px;
	background: url(../images/checklist-bg.gif) no-repeat 0 3px;
}

/* JOOMLA STYLE
--------------------------------------------------------- */

.cols1 {
	display: block;
	float: none !important;
	margin: 0 !important;
}

.cols2 {
	width: 47%;
}

.cols3 {
	width: 31%;
}

.column1 , .column2 {
	margin: 0 5px 0 0;
	position: relative;
}

.column2 , .column1 {
	float: left;
	margin: 0;
}

.column3 {
	float: right;
	margin: 0;
}

.article_row
{
	margin: 0px 0 0px 0;
	padding: 0;
	overflow: hidden;
}

.article_column {
	border: solid 0px #ccc;
	padding: 10px 10px 10px 0;
}

.row_separator2 {
	display: block;
	clear: both;
	margin: 0;
	border: solid 0px;
}

.leading_separator {
	clear: both;
	border-bottom: solid 1px #333333;
	display: block;
	margin: 5px 0 5px 0;
}

.article_separator {
	clear: both;
	display: none;
}

.article_column {
}

.column_separator {
	padding: 0 25px;
}

.article-content {
	clear : both;
}


/* content tables */
td.sectiontableheader {
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
}

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%;
	float: right;
}

table.contenttoc a {
	text-decoration: none;
}

table.contenttoc td {
	padding: 1px 5px 1px 25px;
	background: url(../images/bullet-gray.gif) no-repeat 5% 50%;
}

table.contenttoc th {
	padding: 0 0 3PX;
	border-bottom: 1px solid #CCCCCC;
	text-indent: 5px;
}

table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

table.pollstableborder {
	padding: 0;
	width: 100%;
	border: none;
	text-align: left;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	padding: 4px!important;
	border-collapse: collapse;
	border-spacing: 0;
}

table.pollstableborder tr.sectiontableentry1 td {
	background: #ECECEC;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

table.adminform {
}

.adminform .inputbox {
}

.blog_more {
	padding: 10px 0;
	background: url(../images/hdot.gif) repeat-x top;
}

.blog_more strong {
	margin: 0 0 5px;
	display: block;
	font-size: 125%;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	margin: 0;
	padding: 0 0 0 17px;
	background: url(../images/bullet-gray.gif) no-repeat 6px 8px;
}

.category {
	font-weight: bold;
}

.componentheading {
	font-size: 200%;
	font-weight: bold;
}

.contentdescription {
	padding-bottom: 30px;
}

h2.contentheading, .contentheading {
	padding: 5px 0 8px;
	margin: 0;
	font-weight: normal;
}

.blog .contentheading {
	font-size: 150%;
}

.contentheading {
	font-size: 200%;
}

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

a.readon {
	float: left;
	margin-top: 10px;
	padding: 1px 5px 1px 14px;
	border: 1px solid #F6F6F6;
	display: block;
	background: url(../images/arrow.png) no-repeat 5px 48%;
	color: #006699;
	font-weight: bold;
	text-decoration: none;
}

a.readon:hover, a.readon:active, a.readon:focus {
	border: 1px solid #ECECEC;
	background: url(../images/arrow.png) no-repeat 5px 48% #FFFFFF;
}

table.contentpaneopen td, table.contentpane td {
}

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

.moduletable {
	padding: 0;
}

ul.pagination {
	margin: 15px auto;
	padding: 10px 0;
	background: url(../images/hdot.gif) repeat-x top;
}

ul.pagination li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}

ul.pagination li span{
	padding: 2px 5px;
}

ul.pagination a {
	padding: 2px 5px;
	border: 1px solid #F6F6F6;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
	border: 1px solid #ECECEC;
	background: #FFFFFF;
}

.pagenavbar {
	padding-left: 14px;
}

.pagenavcounter {
	padding: 8px 14px 0 14px;
}

.sectiontableheader {
	padding: 8px 5px;
	background: #444444;
	color: #FFFFFF;
}

.sectiontableheader a {
	color: #FFFFFF;
}

tr.sectiontableentry1 td {
	padding: 8px 5px;
	background: url(../images/hdot2.gif) repeat-x bottom;
}

tr.sectiontableentry2 td {
	padding: 8px 5px;
	background: url(../images/hdot2.gif) repeat-x bottom #ECECEC;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background: url(../images/hdot2.gif) repeat-x bottom #FFFFCC;
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}



/* META
--------------------------------------------------------- */
.article-tools {
	border-top: 1px solid #DDDDDD;
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 15px;
	display: block;
	background: #ECECEC;
}

.article-meta {
	padding: 5px;
	width: 78%;
	float: left;
}

.createby {
	padding: 3px 3px 3px 20px;
	background: url(../images/icon-user.gif) no-repeat 0 2px;
}

.createdate {
	padding: 3px 3px 3px 20px;
	background: url(../images/icon-date.gif) no-repeat 0 2px;
}

.modifydate {
	width: 100%;
	float: left;
}

div.buttonheading {
	float: right;
	width: 17%;
}

.buttonheading img {
	margin: 7px 5px 0 0;
	border: 0;
	float: right;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */

#mainnav,
#container,
#botsl,
#footer {
	width: 950px;
	margin: 0 auto;
}

#header {
	width: 970px;
}

#wrapper {
	position: relative;
	width: 970px;
	margin:0 auto 0 auto;
	background: #FFFFFF;
	top: 0px;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom: 1px solid #999999;
}

#topmenuwrap {
	position: absolute;
	z-index: 100;
	top: 0px;
	height: 25px;
}

#container {
	padding: 20px 0;
}

#mainbody-fr #col1 {
	width: 20%;
}

#mainbody-fr #contentwrap {
	width: 80%;
}

#mainbody, #mainbody-fl {
	float: left;
	width: 80%;
}

#mainbody #contentwrap {
	float: right;
	width: 75%;
}

#mainbody-fl #contentwrap {
	float: left;
	width: 100%;
}

#mainbody-f, #mainbody-fr {
	float: none;
	width: 100%;
}

#mainbody-fr #contentwrap {
	width: 74.8%;
	float: right;
}

#mainbody-fr #col1 {
	width: 20%;
	float: left;
}

#mainbody-fr #contentwrap {
	width: 80%;
}

#content {
	padding: 0 20px 0 40px;
}
#contentwrap {
	min-height: 300px;
	height: auto;
}
* html #contentwrap {
	height: 300px;
}
#mainbody-fl #content {
	padding-left: 0;
}

#mainbody-f #content {
	padding: 0;
}


/* HEADER
--------------------------------------------------------- */
#wrapper h1{
	position: relative;
	z-index: 1;
	padding: 5px 0 0 16px;
	margin: 0;
	font-size: 85%;
	color: #FFFFFF;
	background-color: #000000;
	height: 25px

}

#topmenu ul.menu {
	margin: 0;
	padding: 5px 16px 0 0;
	list-style: none;
}

#topmenu li{
	display: inline;
	padding: 0 10px 0 10px;
	font-size: 92%;
	background: none;
	border-right: 1px solid #FFFFFF 
}

#topmenu li,
#topmenu li a:link,
#topmenu li a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

#topmenu li a:hover {
	color: #AAAAAA;
}

#headerwrap {
	background: #333333;
	color: #CCCCCC;
	line-height: normal;
	height: 120px;
}

#header {
	position: relative;
	height: 120px;
}

#header div.logo-image {
	position: absolute;
	z-index: 100;
}

#header div.logo-image a img {
	border-style:none;
}

#header p.logo-text {
	margin: 0px;
	padding: 0;
}

#header p.logo-text a {
	color: #CCCCCC;
	text-decoration: none;
	outline: none;
	position: absolute;
	font-size: 180%;
	bottom: 55px;
	left: 30px;
}

#header p.site-slogan {
	color: #FFFFFF;
	font-size: 92%;
	position: absolute;
	top: 55px;
	left: 30px;
}

/* Inquiry */
#inquiry {
	position: absolute;
	width: 47%;
	height: 100%;
	right: 0;
	top: 0;
	padding: 10px
}

/* MAIN NAVIGATION
--------------------------------------------------------- */


/* BREADCRUMBS
--------------------------------------------------------- */
#pathway {
	font-size: 92%;
	margin-bottom: 10px;
}

#pathway strong {
	margin-right: 5px;
	font-weight: normal;
}

#pathway a {
	text-decoration: none;
}

#pathway img {
	margin: 1px 5px;
}

/* MODULE
--------------------------------------------------------- */

/* Module xhtmlp */
div.moduletable {
	padding: 0 0 20px;
	margin-bottom: 15px;
	background: url(../images/hdot.gif) repeat-x bottom;
}

div.moduletable p.modtitle {
	padding: 0 0 8px;
	margin: 0;
	color: #333333;
	font-size: 125%;
	font-weight: bold;
}

/* Module rounded */
div.module p.modtitle,
div.module h3.modtitle {
	margin: 0 -15px 10px;
	padding: 8px 15px 5px;
	border-bottom: 2px solid #F6F6F6;
	color: #333333;
	font-size: 125%;
	font-weight: bold;
}

div.module {
	margin-bottom: 20px;
	float: left;
	clear: both;
	width: 100%;
	background: url(../images/b-br.gif) no-repeat bottom right #FFFFFF;
}

div.module div {
	background: url(../images/b-bl.gif) no-repeat bottom left;
}

div.module div div {
	background: url(../images/b-tr.gif) no-repeat top right;
}

div.module div div div {
	padding: 0 15px 10px;
	background: url(../images/b-tl.gif) no-repeat top left;
}

div.module div div div div {
	margin: 0;
	padding: 0;
	float: none;
	width: 99%;
	background: none;
}

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

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

/* LEFT COLUMN + RIGHT COLUMN
--------------------------------------------------------- */
#col1 {
	float: left;
	width: 24.99%;
	padding-top: 10px;
	overflow: hidden;
}

#col2 {
	float: right;
	width: 20%;
	overflow: hidden;
}

#col1 table,
#col2 table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* SPOTLIGHT
--------------------------------------------------------- */
/* Spotlight Box Style */
.box-full, .box-left, .box-center, .box-right {
	float: left;
	overflow: hidden;
}

.box-left div.moduletable,
.box-full div.moduletable {
	padding-right: 30px;
	background: none;
}

.box-right div.moduletable {
	padding-left: 30px;
	background: url(../images/vdot2.gif) repeat-y left;
}

.box-center div.moduletable {
	padding: 0 30px;
	background: url(../images/vdot2.gif) repeat-y left;
}

#botslwrap {
	border-top: 5px solid #CCCCCC;
	background: #444444;
	color: #CCCCCC;
}

#botsl {
	padding: 15px 0;
}

#botsl div.moduletable {
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
}

#botsl p.modtitle {
	margin: 0 0 12px;
	padding: 0;
	color: #FFFFFF;
}

#botsl a {
	color: #CCCCCC;
}

#botsl a:hover, #botsl a:active, #botsl a:focus {
	color: #FFFFFF;
}

#botsl ul, #botsl p, #botsl ol {
	padding: 0;
	margin: 0 !important;
}

#botsl ul li {
	padding: 0 0 0 15px;
	margin: 0;
	background: url(../images/bullet-white.gif) no-repeat 3px 8px;
}

#botsl ol li {
	margin-left: 25px;
	padding: 0 !important;
}

#botsl td {
	padding: 0;
}

#botsl .article_separator {
	display: none;
}

#botsl table {
	border-spacing: 0;
	border-collapse: collapse;
}

/* FOOTER
--------------------------------------------------------- */
#footerwrap {
	border-top: 5px solid #CCCCCC;
	padding: 20px 0 30px;
	clear: both;
	background-color: #F6F6F6;
}

#footer {
	padding: 0;
	color: #666666;
	position: relative;
}

#footnav {
	color: #666666;
}

#footer .copyright {
	clear: both;
	display: block;
	color: #666666;
	font-style: normal;
	font-size: 92%;
	text-align:center;
}

#footer ul {
	margin: 0 0 5px;
	padding: 0;
}

#footer li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}

#footer li a {
	padding: 0 15px 0 0;
	display: inline;
	color: #666666;
	font-weight: bold;
	font-size: 92%;
	line-height: normal;
	text-decoration: none;
}

#footer li a:hover, #footer li a:active, #footer li a:focus {
	color: #333333;
	text-decoration: none;
}

#footer .cert {
	font-size: 92%;
	position: absolute;
	right: 0;
	top: 18px;
}

#footer .cert a {
	margin: 0 0 0 5px;
	padding: 0;
	border: none;
	border: none;
	text-decoration: none;
}

#footer .cert a img {
	border: none;
}



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

.banneritem {
	display: block;
	margin-top: 15px;
}

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

