/* COMMON STYLE
--------------------------------------------------------- */

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

body#bd {
	background: #B04F00;
	color: #000000;
	/* margin-top: 10px; */
}

body.contentpane {
	color: #000000;
	font-size: 12pt;
	line-height: 1.3em;
	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: #2C4565;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: #D33615;
	/* text-decoration: underline; */
	text-decoration: none;
}

/* Title text */
h1, h2, h3, h4,
.contentheading, .componentheading, .blog_more strong,
.nftitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.2;
	color: #222222;
}
	
/* Small text */
small, .small, .smalldark, .createby, .createdate, .modifydate, .img_caption,
span.site-slogan, a.readon, #ja-headtools, #ja-pathway, #ja-botsl21, #ja-botsl22, #ja-footer {
	font-size: 92%;
}

small, .small, .img_caption {
	color: #999999;
}

img.caption {
}

/* Heading */
h1 {
	font-size: 22px;
	color: #fa7511;
	font-weight: bold;
}

h1.blue {
	color: #255087;
}

h2 {
	font-size: 16px;
	color: #255087;
	font-weight: bold;
}

h3 {
	font-size: 1.17em;
	font-weight: bold;
}

h4, h5, h6 {
	font-size: 100%;
}

/*h1, h2, h3, h4, h5, h6,
p, blockquote, ul, ol */
h2, h3, h4, h5, h6,
p, blockquote, ul, ol
{
	margin: 15px 0;
	padding: 0;
}

ul {
	/*list-style: disc;*/
	list-style-image: url(/images/site/bullet.png);
	margin-left: 20px;
	padding-left: 0;
}

ul li {
	background: none;
	line-height: 160%;
	padding-left: 10px;
}

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 #DDDDDD;
	height: 1px;
}

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

a img {
	border: none;
	/*margin: 5px;*/
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	/*cursor: pointer;*/
}

input, select, textarea, .inputbox, .button {
	font-family: Arial, sans-serif;
	font-size: 100% !important;
}

.inputbox {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	color: #666666;
	padding: 2px;
	margin: 0 5px;
}

.button {
	background: #FFFFFF !important;
	border: 1px solid #DDDDDD;
	color: #666666;
	font-weight: bold;
	padding: 1px 8px !important;
}

.button:hover,
.button:active,
.button:focus {
	background: #FFFFFF !important;
	color: #111111;
	font-weight: bold;
	padding: 1px 8px;
	text-decoration: none;
}

* html .button {
	padding: 0 5px !important; /*IE 6*/
}

*+html .button {
	padding: 0 5px !important; /*IE 7*/
}

/* JOOMLA STYLE
--------------------------------------------------------- */
.article_separator {
	clear: both;
	display: block;
	height: 30px;
	/* background: url(../images/dot.gif) repeat-x center; */
}

.article-content img {
/* 	margin-right: 10px;
	margin-top: 5px;
	padding: 3px;
	border: 1px solid #DDDDDD;*/ 
}

.article-tools .article-meta {
	float: left;
}

.article-tools .buttonheading {
	float: right;
}

.img_caption {
	float: left;
}

.column_separator {
	padding: 0 5px;
}

span.open {
	background: url(../images/so-q.gif) no-repeat  left top;
	padding: 2px 0 2px 10px;
}

span.close {
	background: url(../images/sc-q.gif) no-repeat right bottom;
	padding: 2px 10px 2px 0;
}

/* content tables */
.sectiontableheader {
	background: #333333;
	border-right: 1px solid #CCCCCC;
	padding: 4px;
}

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

tr.sectiontableentry2 td {
	background: #E5E5E5;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

table.contenttoc {
	font-size: 92%;
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
}

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

table.contenttoc td {
	background: url(../images/bullet.gif) no-repeat 10px 7px;
	padding: 1px 5px 1px 15px;
}

table.contenttoc th {
	border-bottom: 1px solid #E5E5E5;
	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 {
	background: none;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 4px !important;
}

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

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

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

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

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

.blog_more ul li {
	background: url(../images/arrow.png) no-repeat 6px 7px;
	margin: 0;
	padding: 0 0 0 15px;
}

.category {
	font-weight: bold;
}

h1.componentheading, .componentheading {
	border-bottom: 1px solid #DDDDDD;
	margin: 0 0 15px;
	padding: 0 0 15px;
}

.componentheading {
	font-size: 200%;
}

h2.contentheading, .contentheading {
	/* font-size: 175%; */
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0;
}

.blog h2.contentheading, .blog .contentheading {
	font-size: 130%;
	color: #2c4565;
	/* font-weight: bold; */
}

a.contentpagetitle {
	color: #2c4565;
	font-weight: bold;
}

a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	color: #D33615;
}

.contentdescription {
	padding-bottom: 30px;
}

table.contentpane form,
table.contentpane table {
	width: 100%;
}

a.readon {
	background:transparent url(../images/readmore.png) no-repeat scroll 0 0;
	color:#CCCCCC;
	display:inline-block;
	margin-bottom:20px;
	margin-left:10px;
	padding:5px 19px 10px 15px;
	position:relative;
	text-decoration:none;
}

a.readon:hover, a.readon:focus, a.readon:active {
	background:transparent url(../images/readmore2.png) no-repeat scroll 0 0;
	color:#CCCCCC;
	display:inline-block;
	margin-bottom:20px;
	margin-left:10px;
	padding:5px 19px 10px 15px;
	position:relative;
	text-decoration:none;
}

table.contentpaneopen td, table.contentpane td {
}

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

.moduletable {
	padding: 0;
}

div.blog_more {
	padding-top: 15px;
}

ul.pagination {
	margin: 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;
	text-decoration: none;
}

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 14px;
}

.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
--------------------------------------------------------- */
.createdate {
	color: #999999;
}

.modifydate {
	color: #999999;
	display: block;
	float: left;
	margin-top: 10px;
	width: 100%;
}

.buttonheading {
}

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

/* MAIN LAYOUT
--------------------------------------------------------- */
.wrap {
	clear: both;
	width: 100%;
}

.main {
	margin: 0 auto;
	width: 960px;
}

/* PRIMARY COLUMN
--------------------------------------------------------- */
#ja-content {
	display: inline;
	float: left;
	width: 745px;
}

#ja-content .main {
	width: 730px;
}

#ja-col1 {
	display: inline;
	float: left;
	padding-top: 15px;
	width: 215px;
	line-height: 1.5;
}

#ja-container-fl #ja-current-content {
	float: left;
	width: 700px;
}

#ja-container-fl #ja-content {
	width: 100%;
}

#ja-container-fr #ja-current-content {
	width: 715px;
}

#ja-container-f #ja-current-content,
#ja-container-f #ja-current-content .contentpane,
#ja-container-f #ja-current-content .contentpane .wrapper {
	width: 100%;
	display: block;
}

#ja-container #ja-current-content {
	float: left;
	width: 470px;
}

#ja-current-content .article-content {
	clear: both;
	font-size: small;
	color: #333333;
}

#ja-container-fl #ja-content .main{
	/*padding: 15px 0;*/
	padding: 0;
	width: 100%;
}

#ja-container #ja-content .main {
	padding: 15px 0 15px 15px;
}

#ja-container-f #ja-content .main {
	/* padding: 0 0 100px; */
	width: 100%;
}

#ja-container-fr #ja-content .main {
	padding: 15px 0 15px 15px;
}
	
/*columns*/
#ja-col2 {
	float: right;
	width: 249px;
	line-height: 1.5;
	padding-top: 1px;
}

#ja-col2 .main {
	padding-top: 15px;
	width: 100%;
}

#ja-col2 div.inner {
	padding: 15px;
}

/*common style for column*/
#ja-cols table {
	border-collapse: collapse;
	border-spacing: 0;
}

#ja-cols .article_separator {
	display: none;
}

#ja-cols ul {
	list-style: none;
}

/* COLLAPSIBLE LAYOUT
--------------------------------------------------------- */
#ja-container,
#ja-container-f,
#ja-container-c,
#ja-container-fl {
	clear: both;
	min-height: 400px;
	/* padding: 0 0 15px; */
}

/* full */
#ja-container-f .main {
	background: #f3f3f3;
}

#ja-container-f #ja-content {
	width: 100%;
}

/* content + 1 col */
#ja-container-c .main {
	background: none;
}

#ja-container-c #ja-content {
	width: 75%;
}

#ja-container-c #ja-cols {
	width: 22%;
}

#ja-container-c #ja-col2{
	width: 100%;
}

/* MODULE
--------------------------------------------------------- */
div.moduletable h3,
div.moduletable_text h3,
div.moduletable_menu h3{
	/*border-bottom: 1px solid #DDDDDD;*/
	color: #333333;
	/* letter-spacing: .5px; */
	margin: 0 0 10px;
	padding: 15px 0 15px 15px;
}

span.first-word {
	color: #333333;
}

div.moduletable,
div.moduletable_text,
div.moduletable_menu {
	margin: 0 0 15px;
	padding: 0 0 5px;
}

div.moduletable_blank {
	margin: 0 0 15px;
}

div.color1 h3 {
	color: #D33615;
	text-align: center;
}

div.color2 h3 {
	color: #8C9520;
	text-align: center;
}

div.color3 h3 {
	color: #116593;
	text-align: center;
}

div.webconf h3 {
	color: #fd751b;
	text-align: left;
	font-weight: bold;
	background: url(/images/site/webconf_icon.png) no-repeat;
	background-position:0 center; 
	padding-left:50px;
}

div.webconf h1 {
	color: navy;
	text-align: left;
	font-weight: bold;
	background: url(/images/site/webconf_icon.png) no-repeat;
	background-position:0 center; 
	padding: 15px 0 15px 50px;
	font-size: 20px;
}

div.webinar h2 {
	color: #fd751b;
	text-align: left;
	font-weight: bold;
	background: url(/images/site/webinars_icon.png) no-repeat;
	background-position:0 center; 
	padding: 15px 0 15px 50px;
	font-size: 14px;
	margin-top: 0;
}

div.omnovialive h2 {
	color: #fd751b;
	text-align: left;
	font-weight: bold;
	background: url(/images/site/omnovialive_icon.png) no-repeat;
	background-position:0 center; 
	padding: 15px 0 15px 50px;
	font-size: 14px;
	margin-top: 0;
}

div.collaboration h2 {
	color: #fd751b;
	text-align: left;
	font-weight: bold;
	background: url(/images/site/collaboration_icon.png) no-repeat;
	background-position:0 center; 
	padding: 15px 0 15px 50px;
	font-size: 14px;
	margin-top: 0;
}

div.successstories h3, div.featurednews h3, div.blog h3 {
	color: #EEEEEE;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
	background: url(../images/bottommoduletitle.png) no-repeat center center;
}

div.followus h3 {
	color: #EEEEEE;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
	background: url(../images/followus.png) no-repeat center center;
}

div.topboxtext p {
	color: #444444;
	/*font-weight: bold;*/
	font-size: 12px;
	/* text-align: justify; */
    position: relative;
	margin-left: 0px;
	/* margin-right: -8px; */
	margin-top: -5px;
}

div.topboxtexth1 p {
	color: #444444;
	/*font-weight: bold;*/
	font-size: 17px;
	/* text-align: justify; */
    position: relative;
	margin-left: 0px;
	/* margin-right: -8px; */
	margin-top: 9px;
	margin-bottom:13px;
}

div.topboxlink a {
	color: #2c4565;
	font-weight: bold;
	font-size: 11px;
}

/* mis */
div.moduletable ul,
div.moduletable_text ul{
	margin: 0;
	padding: 0;
}

div.moduletable li,
div.moduletable_text li,
div.moduletable_menu li {
	line-height: 20px;
	margin: 0;
	padding-left: 0;
}

div.moduletable li a,
div.moduletable_text li a,
div.moduletable_menu li a {
	display: block;
	padding: 5px 2px 5px 15px;
}

ul.ja-bullettin li a {
	display: inline;
	padding: 0;
}

/* Default Module */
#ja-col2 div.moduletable,
#ja-col2 div.moduletable_text,
#ja-col2 div.moduletable_menu {
	background: #FFFFFF;
	/*border: 1px solid #DDDDDD;*/
	margin: 0 0 15px;
}

#ja-col2 div.moduletable h3,
#ja-col2 div.moduletable_text h3,
#ja-col2 div.moduletable_menu h3 {
	background: #333333;
	color: #FFFFFF;
	margin: 0 -1px;
	padding: 10px;
	border-bottom: 1px solid #222222;
}

#ja-col2 div.moduletable_highlight {
	background: #F6F6F6;
	border: 1px solid #DDDDDD;
	margin: 0 0 15px;
}

#ja-col2 div.moduletable_highlight h3 {
	background: #D33615;
	color: #FFFFFF;
	margin: 0 -1px;
	padding: 10px;
}

#ja-col2 div.ja-innerdiv {
	border: none;
	padding-left: 10px;
}

#ja-col2 div.moduletable div.ja-innerdiv img,
#ja-col2 div.moduletable_highlight div.ja-innerdiv img,
#ja-col2 div.moduletable_text div.ja-innerdiv img{
	border: none;
}

#ja-col2 div.moduletable_menu {
	padding-bottom: 0;
}

/* HEADER
--------------------------------------------------------- */
#ja-header {
	height: 5px;
	/*z-index:999;*/
}

#ja-header .main {
	/* height: 40px; */
	position: relative;
}

h1.logo, h1.logo-text {
	font-size: 300%;
	left: 0;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 15px;
}

h1.logo a {
	background: url(../images/logo.png) no-repeat;
	/*display: block;*/
	height: 60px;
	width: 295px;
	margin-top: -10px;
}

h1.logo a:hover, h1.logo a:active, h1.logo a:focus {
}

* html h1.logo a:hover {
	background: none;
	cursor: pointer;
}

h1.logo a span {
	position: absolute;
	top: -1000px;
}

h1.logo-text a {
	color: #FFFFFF;
	text-decoration: none;
}

h1.logo-text a:hover, logo-text a:active, logo-text a:focus {
	background: none;
	color: #FFFFFF;
}

span.site-slogan {
	color: #FFFFFF;
	display: block;
}

/* Headtools ---*/
#ja-headtools {
	position: absolute;
	right: 15px;
	top: 30px;
}

#ja-headtools ul {
	float: left;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

#ja-headtools li {
	background: none;
	display: inline;
	line-height: normal;
	margin: 0;
	padding: 0;
}

#ja-headtools li a {
	background: url(../images/arrow.png) no-repeat 10px center;
	padding: 0 10px 0 20px;
	line-height: 25px;
	display: block;
	float: left;
}

#ja-headtools li a:hover {
	background: url(../images/arrow-hover-90cw.png) no-repeat 10px center;
	text-decoration: none;
}

#ja-headtools li a.show {
	color: #FFFFFF;
	background: url(../images/arrow-light-90cw.png) no-repeat 10px center #333333 !important;
}

#ja-register, #ja-login {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	display: none;
	height: auto;
	overflow: hidden;
	padding: 5px 15px;
	position: absolute;
	right: -15px;
	text-align: left;
	top: 25px;
	z-index: 999;
}

.ja-login-links {
	margin-top: 10px;
}


/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnav {
	z-index: 999;
}

#ja-mainnav .main {
	background: url(../images/menubg.png) repeat scroll 0 0;
	padding: 0;
	position: relative;
	height: 35px;
}

#ja-mainnav .main .inner {
	position: relative;
}

#ja-subnav .main{
	background: none;
	border-bottom: 1px solid #DDDDDD;
}

#ja-subnav ul {
	margin: 0;
}

#ja-subnav ul li {
	list-style: none;
	display: inline;
	float: left;
	padding: 0;
	margin: 0;
}

#ja-subnav ul li a {
	color: #333333;
	display: block;
	padding: 5px 15px;
	text-decoration: none;
	background: #F6F6F6 url(../images/arrow.png) no-repeat 5px center;
}

#ja-subnav ul li.active a,
#ja-subnav ul li a:hover,
#ja-subnav ul li a:active,
#ja-subnav ul li a:focus {
	background: #F6F6F6 url(../images/arrow-hover.png) no-repeat 5px center;
	color: #D33615;
}

#ja-search {
	position: absolute;
	right: 10px;
	top: 5px;
}

#mod_search_searchword {
	background: url(../images/searchbox.png) no-repeat;
	/*border: 3px solid #666666;*/
	border: none;
	color: #333333;
	padding: 4px 30px;
}

/* Pathway ---*/
#ja-pathway {
	background: #F6F6F6;
	border-bottom: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
	color: #666666;
}

#ja-pathway span {
	padding: 0 5px;
	line-height: 30px;
}

#ja-pathway .main {
	position: relative;
}

#ja-pathway strong {
	margin-right: 5px;
}

#ja-pathway a {
	color: #666666;
	text-decoration: none;
	line-height: 30px;
	display: inline-block;
}

#ja-pathway a:hover,
#ja-pathway a:active,
#ja-pathway a:focus {
	color: #D33615;
	text-decoration: underline;
}

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

/* Default Joomla! Menu */
ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu li {}

ul.menu li a {
	display: block;
	outline: none;
	padding: 5px 5px 5px 20px;
	text-decoration: none;
	border-top: 1px solid #E5E5E5;
	background: url(../images/arrow.png) no-repeat 12px center;
	color: #666666;
}

ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus {
	color: #666666;
	background: #F6F6F6 url(../images/arrow.png) no-repeat 12px center;
	text-decoration: none;
}

ul.menu li.active a {
	font-weight: bold;
	background: #E5E5E5 url(../images/arrow.png) no-repeat 12px center;
}

ul.menu li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu li li {
	border: none;
}

ul.menu li li a {
	background: #FFFFFF url(../images/bullet.gif) no-repeat 20px center !important;
	border: none;
	font-weight: normal !important;
	padding-left: 30px !important;
	width: 75%; /*need for ie6*/
}

ul.menu li li a:hover,
ul.menu li li a:active,
ul.menu li li a:focus {
	background: none;
	color: #666666;
}

/* SPOTLIGHT
--------------------------------------------------------- */
.ja-box-full, .ja-box-left, .ja-box-center, .ja-box-right {
	float: left;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 46.9%;
	padding-left:20px;
}

.ja-box-left div.moduletable {
	padding-left: 15px;
	/*padding-top: 15px;
	padding-bottom: 15px;*/
	padding-right: 15px;
	background: #d1d1d1;
	border-right: 1px solid #b7b6b6;
}

.ja-box-center div.moduletable {
	padding-left: 15px;
/* 	padding-top: 15px;
	padding-bottom: 15px; */
	padding-right: 15px;
	background: #d1d1d1;
	border-right: 1px solid #b7b6b6;
	border-left: 1px solid #fbfbfb;
}

.ja-box-right div.moduletable {
	padding-left: 15px;
/* 	padding-top: 15px;
	padding-bottom: 15px; */
	padding-right: 15px;
	background: #d1d1d1;
	border-left: 1px solid #fbfbfb;
}

/* Top spotlight ---*/
#ja-content #ja-topsl .main {
	padding-left: 0;
	padding-top: 0;
}

/* Bottom spotlight ---*/
#ja-botsl1 {
	background: #E5E5E5;
}

#ja-botsl1 h3 {
	border: none;
}

#ja-botsl1 div.moduletable {
	border-right: 1px solid #D5D5D5;
}

#ja-botsl2 {
	background: #E5E5E5;
	color: #333333;
}

#ja-botsl2 .img_caption img {
	border: 5px solid #CCCCCC;
	margin: 0;
	padding: 0;
}

#ja-botsl2 .img_caption {
	float: none;
}

/*Common style for soptlight*/
#ja-botsl2 div.ja-innerdiv,
#ja-botsl1 div.ja-innerdiv {
	border: none;
}

#ja-botsl2 div.moduletable,
#ja-botsl1 div.moduletable {
	margin-bottom: 0;
	border-left-width: 1px;
	border-right-width: 1px;
	height: 300px;
	
}


/* FOOTER
--------------------------------------------------------- */
#ja-footer {
	background: #333333;
	border-bottom: 3px solid #111111;
	text-align: center;
	height: 65px;
}

#ja-footer .sublogo {
	float: left;
	/*width: 32%;*/
}

#ja-footer .ja-info {
	float: left;
	padding-left: 10px;
	padding-top: 15px;
	width: 100%;
	text-align: center;
	color: #ffffff;
}

#ja-footer .main {
	text-align: left;
}

#ja-footer small {
	color: #666666;
	font-size: 100%;
	margin-top: 10px;
}

#ja-footer ul {
	line-height: normal;
	margin: 0;
}

#ja-footer li {
	background: url(../images/vline.gif) no-repeat left;
	display: inline;
	margin: 0;
	padding: 0 10px;
}

#ja-footer a {
	background: none;
	color: #ffffff;
	display: inline;
	line-height: normal;
	text-decoration: underline;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.3;
}

#ja-footer a:hover,
#ja-footer a:active
#ja-footer a:focus{
	background: none;
	text-decoration: none;
}

.ja-footurl {
	clear: both;
	float: none;
}

/* MISCELLANOUS
----------------------------------------------------------- */
.clr {
	clear: both;
}

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

div.ja-innerdiv {
	/*border-bottom: 1px dotted #CCCCCC;*/
	padding: 10px 0 15px;
}

div.ja-innerdiv img {
	margin: 5px 10px 0 0;
	padding: 3px;
	border: 1px solid #DDDDDD;
}

div.ja-innerdiv span.date {
	font-size: 80%;
	font-weight: bold;
}

li.ja-firstitem,
.firs-titem {
	background: none !important;
	padding-left: 0 !important;
}

/* Tooltips */
.tool-tip {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	float: left;
	max-width: 600px;
	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 {
	margin: 10px;
}

#system-message a {
	color: #333333;
}

#system-message dd {
	text-indent: 0;
}

#system-message dt.notice,
#system-message dt.error,
#system-message dt.done,
#system-message dt.message {
	display: none;
}

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

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

/* System Standard Messages */
#system-message dd.message ul{
	background: url(../images/icon-info.gif) #FAFAFA no-repeat 10px;
	color: #666666;
}

#system-message dd.done ul{
	background: #FAFAFA;
	color: #666666;
}

/* System Error Messages */
#system-message dd.error ul{
	background: url(../images/icon-error.gif) #FAFAFA no-repeat 10px !important;
	color: #D33615 !important;
}

/* System fade Messages */
#system-message dd.fade ul{
	background: url(../images/icon-info.gif) #FAFAFA no-repeat 10px;
	color: #666666;
}

/* System Notice Messages */
#system-message dd.notice ul{
	background: url(../images/icon-info.gif) #FAFAFA no-repeat 10px;
	color: #666666;
}

/***** ADDED BY AALOK *************/

/* Helps IE to center. */
div#outerdiv {
   text-align: center;
}

/* The margin version for real CSS savvy browsers. */
div#centerdiv {
   margin: 0 auto;
   padding: 0; /* Zero to prevent IE box trouble. */
   width: 960px;
   height: 70px;
   background: #ffffff;
   text-align: right;
   clear: both;
}

a.members {
/*	float: right;*/
}

ul.newsfeed{

}

.testimonials {
	font-style: italic;
	font-size: 110%;
	padding: 5px;
	color: #255087;
	font-family: times new roman;
}

.testimonialauthor {
	font-style: italic;
	/*font-size: 10pt;*/
	padding: 5px;
	text-align: right;
}

p.indent {
	text-indent:1.1em;
}

p {
	text-indent: 0px;
}

#ja-botsl2  a {
	text-decoration: none;
}

html, body, #wrap {
height: 99.85%;
/* background: #FFFFFF url(/templates/default/images/newbg.png) repeat-x; */
}

body > #wrap { height: auto; min-height: 100%; line-height:1.3; }

#main { padding-bottom: 65px; }  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -65px; /* negative value of footer height */
	height: 65px;
	clear:both;}
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

ul.go
{
	list-style-image: url(/images/site/goarrow.png);
	margin-left: 20px;
	padding-left: 0;
}

ul.go a
{
	/* font-weight: bold; */
}

ul.orange
{
	list-style-image: url(/images/site/bullet-orange.png);
	margin-left: 20px;
	padding-left: 0;
	font-size:1.1em;
}

ul.blue li
{
	color: #0000FF;
}

p.item1 {background:url(/images/site/1.png) no-repeat;padding-left:25px;}
p.item2 {background:url(/images/site/2.png) no-repeat;padding-left:25px;}
p.item3 {background:url(/images/site/3.png) no-repeat;padding-left:25px;}
p.item4 {background:url(/images/site/4.png) no-repeat;padding-left:25px;}
p.item5 {background:url(/images/site/5.png) no-repeat;padding-left:25px;}

div.leftarea
{
float:left;
width:48%;
margin:0;
padding:1em;
}
div.leftnames
{
float:left;
width:15%;
margin:0;
padding:1em;
}
div.leftfields
{
float:left;
width:25%;
margin:0;
padding:1em;
display: inline;
}
div.rightarea
{
float:left;
width:46%;
margin:0;
padding:1em;
/*border-left: solid #111111 1px;*/
}
div.inputfield
{
float:right;
height: 30px;
font-size: 14px;
}
span.fieldarea
{
margin-right: 65px;
margin-left: 30px;
}
div.midsection
{
float:left;
width:98%;
padding-left:20px;
}

div#demosubmitbutton
{
text-align:center;
padding-top: 10px;
margin-left:8px;
}

div#trialsubmitbutton
{
text-align:center;
padding-top: 10px;
margin-left:-17px;
}

div#trialsubmitbutton2
{
/* text-align:center; */
padding-top: 10px;
/* margin-left: 28px; */
}

form label.biggertext
{
	/*margin-left: 10px;*/
	font-size: 100%;
	font-weight: bold;
}

div.trialpage
{
	width:960px; height:100%; float:left;
}

div.infopage
{
	width:730px; height:100%; float:left;
}

div.trialbanner
{
	width:960px; height:61px; border:none; margin-bottom:15px; background: url('/images/site/trialbanner.jpg');
}

div.trialbannerendroom
{
	width:960px; height:61px; border:none; margin-bottom:15px; background: url('/images/site/trialdefaultendroom.jpg');
}

div.infomidsection
{
float:left;
width:97%;
margin:0;
padding:1em;
}

table.padded-table td
{
	padding:5px;
}

h2.trial
{
	font-weight: bold;
	margin: 0;
}

.trialnocc
{
	font-size:1.0em;
	margin-right:5px;
	width: 450px;
}

.pricelist
{
text-align: center;
clear: both;
margin-bottom:20px;
margin-top:20px;
}

.pricelist a
{
background-image:url(/images/site/orange_arrow_t.png);
background-repeat:no-repeat;
text-decoration:none;
font-weight: bold;
padding-left:20px;
padding-right:10px;
}

.getStarted a
{
	background-image:url(/images/site/orange_arrow_t.png);
	background-repeat:no-repeat;
	padding-left:20px;
	padding-right:10px;
}

div.contactusleftbox
{
	background:url(/images/site/contactus_left_blank.png) no-repeat; width:160px; height: 117px;
}
div.contactustopbox
{
	height: 26px; padding-left: 50px; padding-top: 14px;
}
div.contactusmidbox
{
	height: 26px; padding-left: 50px; padding-top: 10px;
}
div.contactusbottombox
{
	height: 26px; padding-left: 50px; padding-top: 10px;
}
a.contactlinks
{
	text-decoration: none;
}
span.contactinfo
{
	color:#2C4565;
}

table.padded
{
    /* background: url(/images/articles/pricing_omnovia_bg.png) no-repeat; */
    width: 600px;
}
table.padded td
{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align:center
}

table.paddedtrial
{
    /* background: url(/images/articles/pricing_omnovia_bg.png) no-repeat; */
    width: 100%;
}
table.paddedtrial td
{
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align:center
}

tr.highlightrow td
{
    background: #FFE3BB;
}
td#trans
{
    background: none;
}
td#right
{
	width: 160px;
	text-align: right;
}

td#right2
{
	width: 300px;
	text-align: right;
}

td#left
{
	padding-left: 20px;
	text-align: left;
}
span.pricingheading
{
	/* float:right; */
	text-align:center;
	font-size:20px;
	margin-top:3px;
	padding-right:10px;
}

.supportsubmitbutton {
    border: 1px solid #813b06;
    background: url('/images/site/submitbutton.png') repeat top left;
    padding: 0px 10px;
	cursor: pointer;
}
.supportsubmitbutton:hover {
    border: 1px solid #813b06;
    background: url('/images/site/submitbutton.png') repeat top left;
    padding: 0px 10px;
	cursor: pointer;
}

.submitbutton {
    border: 1px solid #813b06;
    background: url('/images/site/submitbutton.png') repeat top left;
    padding: 4px 16px;
	cursor: pointer;
}
.submitbutton:hover {
    border: 1px solid #813b06;
    background: url('/images/site/submitbutton.png') repeat top left;
    padding: 4px 16px;
	cursor: pointer;
}

.actionbutton {
    border: 1px solid #813b06;
    background: url('/images/site/submitbutton.png') repeat top left;
    padding: 4px 10px;
	cursor: pointer;
}
.actionbutton:hover {
    border: 1px solid #813b06;
    background: url('/images/site/submitbutton.png') repeat top left;
    padding: 4px 10px;
	cursor: pointer;
}
div.div4actionbutton
{
	text-align: center;
}

div.div4actionbutton input
{
	margin: 5px;
	display: inline;
}

span.required
{
	color: #FF0000;
}

div.pricingoverview1
{
	width:96%;
	margin-bottom:15px;
	text-align:center;
	background: #d1f4ff;
	padding-top: 1px;
	padding-bottom:15px;
	padding-left: 15px;
	padding-right: 15px;
	
}

div.pricingoverview2
{
	width:96%;
	margin-bottom:15px;
	text-align:center;
	background: #b1ecff;
	padding-top: 1px;
	padding-bottom:15px;
	padding-left: 15px;
	padding-right: 15px;
}

div.pricingoverview3
{
	width:96%;
	margin-bottom:15px;
	text-align:center;
	background: #83e1ff;
	padding-top: 1px;
	padding-bottom:15px;
	padding-left: 15px;
	padding-right: 15px;
}

table.featurelist
{
	border: solid 1px #000000;
	margin-left:auto;
	margin-right:auto;
}
table.featurelist th
{
	border: 1px solid #000000;
	background:#0066CC;
	color:#FFFFFF;
	font-size:120%;
	font-weight:bold;
	text-align:center;
}
table.featurelist td
{
	text-align:center;
}
table.featurelist tr td
{
	border: 1px solid #000000;
	padding-top:2px;
	padding-bottom:2px;
}
td#featuresame
{
	background:#DAF8F4;
}
td#featurename {
	background: #FFE3BB;
	color: #0000FF;
	text-align:left;
	padding-left: 10px;
}

#recast p{
	text-align: left;
	padding-left: 10px;
	padding-top: 7px;
}

img.im
{
	margin: 0 0 10px 20px;
}

h3.frontpage
{
	color:#FA7511;
	font-size:22px;
	font-weight:bold;
	margin-top:0;
}
div.pl10
{
	padding-left:10px;
}
img#logo
{
	margin-top:5px;
}
div.sscont
{
	width: 720px; float:left;
}
div.sscont2
{
	width:240px; float:left; height:355px;
}
span.readmorebottom
{
	float: right; padding-top: 10px;
}
div.feedmodule
{
	direction: ltr; text-align: left ! important; display: inline;
}
div.followcontainer1
{
	min-height: 48px; width: 100%; position: relative;
}
div.followcontainer2
{
	padding-top: 15px; min-height: 48px; width: 100%; position: relative;
}
div.followcontainer3
{
	padding-top: 15px; min-height: 48px; width: 100%; position: relative;
}
div.followicon
{
	float: left; display: inline;
}
div.followtext1
{
	/* display: inline; position: absolute; top: 15%; */ padding-left:60px; padding-top:7px;
}
div.followtext2
{
	/* display: inline; position: absolute; top: 50%; */ padding-left:60px; padding-top:15px;
}
div.followtext3
{
	/* display: inline; position: absolute; */ padding-left:60px;
}

div.trialsbox
{
	/* margin:10px; padding:10px;  */ font-size:1.3em; font-weight:bold; /* border:1px solid black; background-color: #ffac40; */ color:#003ff3;
}

span.ts08
{
	font-size:0.8em;
}

img.va-80
{
	vertical-align:-70%;
}


.ad-wrap{
width: 700px;
height: auto;
float:left;
position: relative;
}


.h-1{
width: 700px;
height: auto;
float:left;
position: relative;
margin-bottom:15px;
}
.h-icon1{
background: url('http://www.omnovia.com/images/articles/no-software2.png') no-repeat center;
width: 60px;
height: 60px;
float:left;
position: relative;
margin-right: 15px;
}
.icon-text1{
width: 610px;
height: auto;
float:left;
position: relative;
margin-right: 15px;
text-align: justify;
}

.h-2{
width: 700px;
height: auto;
float:left;
position: relative;
margin-bottom:15px;
}
.h-icon2{
background: url('http://www.omnovia.com/images/articles/money2.png') no-repeat center;
width: 60px;
height: 60px;
float:left;
position: relative;
margin-right: 15px;
}
.icon-text2{
width: 610px;
height: auto;
float:left;
position: relative;
margin-right: 15px;
text-align: justify;
}

.h-3{
width: 700px;
height: auto;
float:left;
position: relative;
margin-bottom:15px;
}
.h-icon3{
background: url('http://www.omnovia.com/images/articles/reliable3.png') no-repeat center;
width: 60px;
height: 60px;
float:left;
position: relative;
margin-right: 15px;
}
.icon-text3{
width: 610px;
height: auto;
float:left;
position: relative;
margin-right: 15px;
text-align: justify;
}


.h-4{
width: 700px;
height: auto;
float:left;
position: relative;
margin-bottom:15px;
}
.h-icon4{
background: url('http://www.omnovia.com/images/articles/setting2.png') no-repeat center;
width: 60px;
height: 60px;
float:left;
position: relative;
margin-right: 15px;
}
.icon-text4{
width: 610px;
height: auto;
float:left;
position: relative;
margin-right: 15px;
text-align: justify;
}
.h-5{
width: 700px;
height: auto;
float:left;
position: relative;
margin-bottom:0px;
}
.h-icon5{
background: url('http://www.omnovia.com/images/articles/recast2.png') no-repeat center;
width: 60px;
height: 60px;
float:left;
position: relative;
margin-right: 15px;
}
.icon-text5{
width: 610px;
height: auto;
float:left;
position: relative;
margin-right: 15px;
text-align: justify;
}