﻿html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	color: #333333;
	font-family: Tahoma, Arial, sans-serif;
	line-height: 1.6;
}

body#bd {
	background: url(../App_Themes/Theme1/body-bot.jpg) no-repeat bottom #164978;
	color: #333333;
}

body.contentpane {
	color: #333333;
	font-size: 12px;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	margin: 1em 2em;
	width: auto; /* Printable Page */
}

body.fs1 {
	font-size: 9px;
}

body.fs2 {
	font-size: 10px;
}

body.fs3 {
	font-size: 12px;
}

body.fs4 {
	font-size: 12px;
}

body.fs5 {
	font-size: 13px;
}

body.fs6 {
	font-size: 14px;
}


/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
}

.inputbox {
	border: 1px solid #CCCCCC;
	padding: 2px;
}

.button {
	background: url(../App_Themes/Theme1/grad1.gif) repeat-x top #CCCCCC;
	border: 1px solid #DDDDDD;
	padding: 2px 8px;
}

* html .button, *+html .button {
	padding: 1px 5px !important;
}

/* Search */
#ja-search {
	/*background: url(../App_Themes/Theme1/search-bg.gif) no-repeat;*/
	bottom: 5px;
	height: 20px;
	left: 45px;
	position: absolute;
	width: 194px;
}

#ja-search .inputbox {
	background: transparent;
	border: none;
	margin-left: 20px;
	margin-top: 4px;
	padding: 0 5px;
	width: 170px;
}



/* HEADER
--------------------------------------------------------- */
#ja-headerwrap {
	color: #DDDDDD;
	height: 100px;
	line-height: normal;
	position: relative;
}

#ja-header {
	background: url(../App_Themes/Theme1/header-bg.png) no-repeat top left;
	height: 100px;
}

h1.logo {
	font-size: 200%;
	margin-left: 20px;
	margin-top: 25px;
	padding: 0;
	position: absolute;
	
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnav {
	height: 100px;
	position: absolute;
	right: 1px;
	top: 0;
	width: 725px;
	z-index: 999;
}

* html #ja-mainnav {
	width: 720px;
}

.narrow #ja-mainnav {
	width: 524px;
}

* html .narrow #ja-mainnav {
	width: 520px;
}

#ja-mainnav a, #ja-subnav a {
	outline: none;
}

#ja-mainnav span.menu-title {
	display: block;
	font-size: 125%;
	font-weight: bold;
	padding: 25px 15px 5px;
	text-transform: uppercase;
}

#ja-mainnav span.menu-desc {
	clear: both;
	color: #A9CAE8;
	display: block;
	line-height: normal;
	padding: 0 15px;
}

#ja-subnavwrap {
	background: #216DAF;
	border: 1px solid #528CC1;
	border-top: none;
	height: 30px;
	position: relative;
}

#ja-subnav {
	background: url../App_Themes/Theme1/Menu/nav-sep2.gif) no-repeat left center;
	left: 223px;
	position: absolute;
	top: 5px;
}

#ja-subnav ul {
	margin: 0 0 0 5px;
	padding: 0;
}

#ja-subnav li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;	
}

#ja-subnav li a {
	color: #A9CAE8;
	display: block;
	float: left;
	line-height: 22px;
	margin-right: 5px;
	padding: 0 5px 0 0;
	text-decoration: none;
}

#ja-subnav li a span {
	cursor: pointer;
	display: block;
	float: left;
	padding: 0 5px 0 10px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#ja-subnav a span {
	float: none;
}

/* End IE5-Mac hack */
#ja-subnav li a:hover,
#ja-subnav li a:active,
#ja-subnav li a:focus {
	background: url(../App_Themes/Theme1/subnav-bg.gif) no-repeat top right;
	color: #FFFFFF;
	text-decoration: none;
}

#ja-subnav li a:hover span,
#ja-subnav li a:active span,
#ja-subnav li a:focus span {
	background: url(../App_Themes/Theme1/subnav-bg.gif) no-repeat top left;
	color: #FFFFFF;
}

#ja-subnav li.active a,
#ja-subnav li.active a:hover,
#ja-subnav li.active a:active,
#ja-subnav li.active a:focus {
	background: url(../App_Themes/Theme1/subnav-bg.gif) no-repeat bottom right;
	color: #FFFFFF;
	text-decoration: none;
}

#ja-subnav li.active a span,
#ja-subnav li.active a:hover span,
#ja-subnav li.active a:active span,
#ja-subnav li.active a:focus span {
	background: url(../App_Themes/Theme1/subnav-bg.gif) no-repeat bottom left;
	text-decoration: none;
}


/* FOOTER
--------------------------------------------------------- */
#ja-footerwrap {
	clear: both;
	position: relative;
}

#ja-footer {
	background: url(../App_Themes/Theme1/footer-bg.png) bottom left;
	color: #A9CAE8;
	height: 80px;
	padding: 0;
}

.narrow #ja-footer {
	background: url(../App_Themes/Theme1/footer-bg-n.png) bottom left;
}

#ja-footer small {
	color: #A9CAE8;
	display: block;
}

#ja-footer .copyright {
	font-style: normal;
	left: 20px;
	position: absolute;
	top: 20px;
}

#ja-footer .sitelink {
	font-style: normal;
	left: 450px;
	position: absolute;
	top: 10px;
}

#ja-footer a {
	color: #A9CAE8;
	text-decoration: none;
}

#ja-footer a:hover,
#ja-footer a:active,
#ja-footer a:focus {
	color: #FFFFFF;
	text-decoration: none;
}

#ja-footer ul {
	margin: 0 0 5px;
	padding: 0;
}

#ja-footer li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#ja-footer li a {
	background: url../App_Themes/Theme1/vline.gif) no-repeat center left;
	display: inline;
	line-height: normal;
	padding: 0 10px 0 12px;
	text-decoration: none;
}

.ja-cert {
	position: absolute;
	right: 30px;
	top: 20px;
}

.ja-cert a {
	border: none;
	border: none;
	margin: 0 0 0 5px;
	padding: 0;
	text-decoration: none;
}

.ja-cert a span {
	display: none;
}

.ja-cert a img {
	border: none;
}

.banneritem {
	display: block;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-wrapper-top {
	background: url(../App_Themes/Theme1/body-top.jpg) no-repeat center top;
	min-width: 950px;
}

.narrow  #ja-wrapper-top {
	min-width: 750px;
}

#ja-wrapper {
	margin: 0 auto;
	padding: 0;
	width: 950px;	
}

.narrow #ja-wrapper {
	width: 750px;
}

#ja-mainwrap {
	background: #ffffff;
	/*border: 1px solid #85D6FD;*/
	clear: both;
	margin: 0px 0;
	padding: 0 0 10px;
	font-size: 13px;
}

.bg_table_main
{
	background: #ffffff;
}


/* COLLAPSIBLE LAYOUT
--------------------------------------------------------- */
#ja-containerwrap, #ja-containerwrap-c, #ja-containerwrap-f {
	padding: 0;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
}

h2.contentheading, .contentheading {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.contentheading {
	font-size: 200%;
	color: #A40000;
}

/*ja-newflash*/
.nftitle {
	font-size: 115%;
	
	font-weight: bold;
	margin: 10px 0px 0px;	
}

.nftitle2 {
	font-size: 13px;
	
	font-weight: bold;	
	margin: 10px 0px 0px;	
}

.nftitle3 {		
	font-weight: bold;	
	margin: 10px 0px 0px;	
}


/* Normal link */
a {
	color: #2C79BF;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #333333;
	text-decoration: none;
}

a img {
	border: none;
}

a.readon {
	background: url(../App_Themes/Theme1/bullet-readon.gif) no-repeat center left;
	display: block;
	float: left;
	font-size: 92%;
	font-weight: bold;
	padding: 0;
	text-decoration: none;
	text-indent: 16px;
	text-transform: uppercase;
}

a.readon:hover, a.readon:active, a.readon:focus {
	background: url(../App_Themes/Theme1/bullet-readon2.gif) no-repeat center left;
}

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	text-decoration: none !important;
}

ul {
	list-style: none;
}

ul li {
	background: url(../App_Themes/Theme1/bullet.gif) no-repeat 18px 8px;
	line-height: 180%;
	padding-left: 30px;	
}

ul li {
	background: url(../App_Themes/Theme1/bullet.gif) no-repeat 18px 8px;
	line-height: 180%;
	padding-left: 30px;	
}

ol li {
	line-height: 180%;
	margin-left: 35px;
}

hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #DDDDDD;
	height: 1px;
}

/* Small text */
small, .small, .smalldark, .createby, .createdate, .modifydate, .img_caption {
	color: #999999;
	font-size: 100%;
}


img {
	margin: 0;
	padding: 0;
}

/* Heading */
h1 {
	font-size: 180%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 125%;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 12px 0;
	padding: 0;
}

/*miss*/
div.moduletable_hilite li {
	background: url(../App_Themes/Theme1/bullet.gif) no-repeat 5px 8px;
	margin: 0;
	padding-left: 16px;
}

/*others*/
.ja-innerdiv {
	border-bottom: 1px solid #EFEFEF;
	clear: both;
	margin: 10px 0;
}


/*MAIN TABLE
-------------------------------------*/
.table_bg_white
{
	background-color: White;	
}


.table_top_center
{
	background: url(../App_Themes/Theme1/table-top-center.gif);	
	height: 13px;
}

.table_foot_center
{
	background: url(../App_Themes/Theme1/table-foot-center.gif);
	height: 13px;	
}

.table_top_left
{
	background: url(../App_Themes/Theme1/table-top-left.gif) no-repeat;
	width: 13px;
	height: 13px;
}

.table_top_right
{
	background: url(../App_Themes/Theme1/table-top-right.gif) no-repeat;
	width: 11px;
	height: 13px;
}

.table_left
{
	background: url(../App_Themes/Theme1/table-left.gif);	
	width: 13px;
}

.table_right
{
	background: url(../App_Themes/Theme1/table-right.gif);	
	width: 11px;
}

.table_foot_left
{
	background: url(../App_Themes/Theme1/table-foot-left.gif) no-repeat;	
	width: 13px;
	height: 13px;
}

.table_foot_right
{
	background: url(../App_Themes/Theme1/table-foot-right.gif) no-repeat;
	width: 11px;
	height: 13px;	
}

.border3
{
	border-right: #C0DCF2 1px solid; 
	border-top: #C0DCF2 1px solid; 
	border-left: #C0DCF2 1px solid; 
	border-bottom: #C0DCF2 1px solid; 
	BACKGROUND-COLOR: #ffffff
}
/*SUB TABLE
-------------------------------------*/
.table_title_left
{
	background: url(../App_Themes/Theme1/table_title_left.gif) no-repeat;	
	width: 5px;
	height: 30px;
}

.table_title_center
{
	background: url(../App_Themes/Theme1/table_title_center.gif);	
	height: 30px;
	font-size: 125%;
	font-weight: bold;
}

.table_title_right
{
	background: url(../App_Themes/Theme1/table_title_right.gif) no-repeat;	
	width: 6px;
	height: 30px;
}

/*SUB TABLE BLUE
-------------------------------------*/
.table_title_left_blue
{
	background: url(../App_Themes/Theme1/table_title_left_blue.gif) no-repeat;	
	width: 5px;
	height: 29px;
}


.table_title_center_blue
{
	background: url(../App_Themes/Theme1/table_title_center_blue.gif);	
	height: 29px;
	font-size: 125%;
	color: White;
	font-weight: bold;
}

.table_title_right_blue
{
	background: url(../App_Themes/Theme1/table_title_right_blue.gif) no-repeat;	
	width: 5px;
	height: 29px;
}


/*TABLE IMG
-------------------------------------*/
.table_img_top_center
{
	background: url(../App_Themes/Theme1/table_img_top_center.gif);	
	height: 7px;
}

.table_img_foot_center
{
	background: url(../App_Themes/Theme1/table_img_foot_center.gif);
	height: 7px;	
}

.table_img_top_left
{
	background: url(../App_Themes/Theme1/table_img_top_left.gif) no-repeat;
	width: 9px;
	height: 7px;
}

.table_img_top_right
{
	background: url(../App_Themes/Theme1/table_img_top_right.gif) no-repeat;
	width: 7px;
	height: 7px;
}

.table_img_left
{
	background: url(../App_Themes/Theme1/table_img_left.gif);	
	width: 9px;
}

.table_img_right
{
	background: url(../App_Themes/Theme1/table_img_right.gif);	
	width: 7px;
}

.table_img_foot_left
{
	background: url(../App_Themes/Theme1/table_img_foot_left.gif) no-repeat;	
	width: 9px;
	height: 7px;
}

.table_img_foot_right
{
	background: url(../App_Themes/Theme1/table_img_foot_right.gif) no-repeat;
	width: 7px;
	height: 7px;	
}

/* META
--------------------------------------------------------- */
.article-tools {
	
	display: block;
	display: block;
	margin-bottom: 20px;
	overflow: hidden;	
}

#ja-container-inner1 {
	background: url(../App_Themes/Theme1/dot.gif) repeat-y 60% 0;
}

#ja-container-inner2 {
	background: url(../App_Themes/Theme1/dot.gif) repeat-y 80% 0;
}

.column_right {
	background: url(../App_Themes/Theme1/dot.gif);
	width: 3px;
}

.createdate {
	background: url(../App_Themes/Theme1/icon-date.gif) no-repeat 0 2px;
	padding: 3px 3px 3px 20px;
}


/* blockquote
--------------------------------------------------------- */
blockquote {
	padding: 1em 40px 1em 15px;
}

blockquote span.open {
	background: url(../App_Themes/Theme1/so-q.gif) no-repeat left top;
	padding: 0 0 0 20px;
}

blockquote span.close {
	background: url(../App_Themes/Theme1/sc-q.gif) no-repeat bottom right;
	padding: 0 20px 0 0;
}

blockquote.testimonial {
	padding: 0;
}

/* Legend */
.legend-title {
	background: #FFFFFF;
	display: block;
	float: left;
	font-weight: bold;
	left: 7px;
	margin: 0;
	padding: 0 3px;
	position: absolute;
	top: -13px;
}

.legend {
	background: #FFFFFF;
	border: 1px solid #CACACC;
	margin: 10px 0;
	padding: 0 10px;
	position: relative;
}

/*Title*/
.title_li
{
	font-weight: bold;
	color: #A40000;
}

/*Zoom*/
.img_zoom {
	cursor: url(App_Themes/Theme1/zoom.cur);
}

/* Clearfix */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	display: block;
	width: 100%;
}

* html .clearfix {
	height: 1%;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
}

.article_separator {
	clear: both;
	display: block;
	height: 10px;
}

* html .article_separator {
	display: block;
	font-size: 1px;
	height: 1px;
}

.article_column {
}

.column_separator {
	padding: 0 25px;
}

DIV.scroll_pic {
	BORDER-BOTTOM: #ff3399 0px solid; BORDER-LEFT: #ff3399 0px solid; WIDTH: 100%; BACKGROUND: none; FLOAT: left; CLEAR: both; BORDER-TOP: #ff3399 0px solid; BORDER-RIGHT: #ff3399 0px solid;
}

.slide_bg
{
	background: #c5c4c4 url(../App_Themes/ThemeNew/slide_bg.png);
	width: 930px;
	height: 394px;
	margin-left: 10px;
	text-align:center;
}

.slide_bg ul li {
	background: none;
}

.contentheading_news
{
	background: url(../VEUpload/vsoft_estore_news_05.png) no-repeat left;
	height: 39px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}

.table_border_temp_tl
{
	background: url(../VEUpload/vsoft_estore_template_18.png) no-repeat left top;
	height: 20px;
}

.table_border_temp_tc
{
	background: url(../VEUpload/vsoft_estore_template_20.png) repeat-x center top;
	height: 20px;
}

.table_border_temp_tr
{
	background: url(../VEUpload/vsoft_estore_template_22.png) no-repeat right top;
	height: 20px;
}

.table_border_temp_l
{
	background: url(../VEUpload/vsoft_estore_template_27.png) repeat-y left;
	width: 22px;
}

.table_border_temp_r
{
	background: url(../VEUpload/vsoft_estore_template_28.png) repeat-y right;
	width: 23px;
}

.table_border_temp_fl
{
	background: url(../VEUpload/vsoft_estore_template_31.png) no-repeat left;
	height: 22px;
}

.table_border_temp_fc
{
	background: url(../VEUpload/vsoft_estore_template_33.png) repeat-x center;
	height: 22px;
}

.table_border_temp_fr
{
	background: url(../VEUpload/vsoft_estore_template_35.png) no-repeat right;
	height: 22px;
}

.table_border_temp_ct
{
	background: #eaeaea;	
}