#logo
{
    position: absolute;
    top: 35px;
    left: 10px;
}
#navigation 
{
    width: 986px;
    background: transparent url('bg_global-nav.gif') repeat-x left top;
    margin:0 auto;
    height: 35px;
}
#navigation ul 
{
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 100;
    border-right: #585858 1px solid;
}
#navigation ul li 
{
    float: left;
    height: 34px;
    padding: 0;
    margin: 0 0 0 0;
    font-size: 13px;
    border-left: #585858 1px solid;
    border-right: #000 1px solid;
}
#navigation ul li a 
{
    display: block;
    margin: 0;
    padding: 0 24px;
    color: #ddd;
    font-weight: bold;
    line-height: 34px;
    text-decoration: none;
}
#navigation ul li a:hover 
{
    color: #fff;
    text-decoration: none !important;
}
#navigation ul li.on 
{
    float: left;
    background: url('bg_global-nav_on.png') repeat-x 0 0;
    font-size: 13px;
}
#navigation ul li.on a 
{
    color: #fff;
    background: url('bg_global-nav_on.png') repeat-x 0 0;
}
#navigation ul li ul 
{
    display: none;
    margin: 0 0 0 -5px;
    padding: 5px 0;
    position: absolute;
    top: 35px;
    background: #343434;
}
#navigation ul li:hover,
#navigation ul li.over 
{
    background: url('bg_global-nav_on.png') repeat-x 0 0;
}
#navigation ul li:hover a,
#navigation ul li.over a
{
    background: url('bg_global-nav_on.png') repeat-x 0 0;
}
#navigation ul li#blog.on:hover
{
    background: url('bg_global-nav_on.png') repeat-x 0 0;
}
#navigation ul li#blog.on:hover a
{
    background: url('bg_global-nav_on.png') repeat-x 0 0;
}
body.section-home #navigation ul li#globalnavhome,
body.section-home #navigation ul li#globalnavhome a,
#navigation ul li#globalnavhome:hover,
#navigation ul li#globalnavhome:hover a,
#navigation ul li#globalnavhome.over,
#navigation ul li#globalnavhome.over a 
{
    background: url('bg_global-nav_left_on1.png') no-repeat 0 0 !important;
}
#navigation ul li#globalnavhome 
{
	border-left: none;
}
#navigation ul li:hover ul,
#navigation ul li.over ul 
{
    display: block;
}
#navigation ul li ul li 
{
    width: 180px;
    background: #343434;
    clear: left;
    margin: 0;
    padding: 0 5px;
    font-weight: normal;
}
#navigation ul li ul li:hover,
#navigation ul li ul li a,
#navigation ul li ul li:hover a 
{
    background: none !important;
}
#navigation ul li ul li a 
{
    background: #343434;
    border-bottom: 1px solid #555;
    margin: 0;
    padding: 5px 4px;
    font-weight: normal;
}
#navigation ul li ul li a:hover 
{
    background: #454545 !important;
}
#navigation ul li ul li.last 
{

}
#navigation ul li ul li.last a 
{
    border: none;
}
#navigation ul li ul li.sep a 
{
    border-bottom: 1px solid #999;
}
#search 
{
    position: absolute;
    right: 0;
    bottom: 10px;
    height: 35px;
    padding: 0 10px 0 0;
    line-height: 35px;
    background: transparent url('bg_global-nav_right.gif') no-repeat right bottom;
}
#search input.text 
{
    width: 195px;
    font-size: 11px;
    margin: 0 2px 0 0;
    _margin-top: 5px; /* IE6 hack */
    padding: 2px 2px 3px 4px;
    vertical-align: middle;
    background: #9f9f9f;
    border: 1px solid #6e6e6e;
    border-right: 1px solid #9c9c9c;
    border-bottom: 1px solid #9c9c9c;
    color: #555;
}
#search input.button 
{
    vertical-align: middle;
    _margin-top: 5px; /* IE6 hack */
}
#sidebarleft 
{
    width: 180px;
    float: left;
    padding-right: 0px;
    margin-bottom: 16px;
}
#sidebarleft h3 
{
    background: transparent url('bg-dotted-horiz.gif') repeat-x bottom right;
    font-size: 15px;
    font-weight: bold;
    padding: 0 0 6px 0;
}
#sidebarleft h3 a.on 
{
    color: #000;
}
#sidebarleft ul 
{

}
#sidebarleft ul li.sep 
{
    border-bottom: 1px dotted #ccc;
    margin-right: 15px;
    padding-bottom: 8px;
}
#sidebarleft ul li a 
{
    display:block;
    font-weight: bold;
    padding:8px 5px 0 0;
}
#sidebarleft ul li a.on 
{
    color: #000;
}
#sidebarleft ul li li 
{
    list-style-type: circle;
    margin-left: 22px;
}
#sidebarleft ul li li a 
{
    font-weight: normal;
    padding-top: 3px;
}
#sidebarleft ul li.active a 
{
    color: #000000;
}
#section-nav ul 
{
	margin-left: 15px;
	list-style-type: disc;
}
#section-nav ul li
{
	margin-bottom: 3px;
}
#section-nav li.on a 
{
	color: #666;
	font-weight: bold;
}
/* footer styles */
#content-footer-links 
{
	padding-top: 40px;
}
#content-footer-links ul 
{
	padding: 0;
	list-style-type: none;
}
#content-footer-links ul li 
{
	padding-left: 0;
	background-image: none;
	font-size: 16px;
	font-weight: bold;
}
#footer 
{
    background-color: #EFEFEF;
    font-family: Helvetica, Arial, sans-serif;
    color: #aeaeae;
    padding: 0;
    font-size: 12px;
    width: 100%;
    
}
#footer-inner 
{
	position:static	;
    background-color: #21242c;
    padding:0;
    width:986px;
    margin:0 auto;
    height:50px;
}
#footer-links 
{
	padding: 0 0 30px 0;
    width: 840px;
}
#footer-meta 
{
	padding: 30px 0 0 0;
	border-top: #2e2e2e 1px solid;
	color: #666;
}
#footer-logo 
{
	width: 130px;
	float: left;
}
#footer-logo p 
{
	font-size: 9px;
	line-height: 11px;
	margin-top: 5px;
}
#footer-meta-data 
{
	width: 560px;
	float: left;
}
#footer-powered-by 
{
	width: 170px;
	float: right;
}
#footer h4 
{
    color: #aeaeae;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    padding: 0 0 8px 0;
    margin: 0;
}
#footer .footer-section 
{
    width: auto;
    margin-right: 50px;
    _margin-right: 40px; /* IE6 hack */
    float: left;
}
#footer ul li 
{
	margin-bottom: 8px;
}
ul.headlines li 
{
    border-bottom: 1px solid #d4daa7;
    margin-bottom: 6px;
    padding-bottom: 6px;
}
.background-dotted 
{
    background: transparent url('bg-dotted-horiz.gif') repeat-x bottom right;
    margin-bottom: 14px;
}
.asset-meta 
{
    padding-bottom: 12px;
}
#content h2.comments-header,
#content h2.trackbacks-header,
#content .comments-open-header
{
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 8px 0;
    border: none;
}
#comment-form-external-auth 
{
    padding-bottom: 8px;
}
.separator 
{
    color: #cccccc;
}
.comment-content .inner 
{
    padding: 8px 15px;
}
.comments .tip-odd,
.comments .tip-even,
.comments .tip-author 
{
    background-repeat: no-repeat;
    background-position: left top;
    height:16px;
    left:20px;
    position:relative;
    top:-2px;
    width:13px;
}
.comments .tip-odd 
{ 
    background-image: url('tip-odd.gif'); 
}
.comments .tip-even 
{ 
    background-image: url('tip-even.gif'); 
}
.comments .tip-author 
{ 
    background-image: url('tip-author.gif'); 
}
.comment-footer 
{
    position: relative;
    top: -8px;
    left: 43px;
    padding-bottom: 14px;
}
.datestamp 
{
    float: left;
    background: url('blog-date-bg.gif') no-repeat top left;
    width: 41px;
    height: 56px;
}
.datestamp .month 
{
    display: block;
    text-align: center;
    position: relative;
    top: 8px;
    font-size: 11px !important;
    text-transform: uppercase;
}
.datestamp .day 
{
    display: block;
    font-size: 15px !important;
    text-align: center;
    position: relative;
    top: 4px;
}
.datestamp .year 
{
    display: block;
    text-align: center;
    position: relative;
    top: 7px;
    font-size: 11px;
}
#maincontent h1 
{
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 24px;
}
#maincontent h1,
#maincontent h2,
#maincontent h3,
#maincontent h4
{
	color: #000;
}
#maincontent h2.asset-name 
{
    font-size: 24px;
    font-weight: normal;
    padding: 0;
    margin: 0 0 10px 0;
    border: none;
}
#maincontent .search-results-container h2.asset-name 
{
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 4px 0;
}
.comments-open-moderated 
{
    margin-bottom: 10px;
    color: #777;
}
#comments-form div 
{
    margin-bottom: 5px;
    clear: left;
}
#comments-form label 
{
    width: 8em;
    display: block;
    float: left;
    margin-right: 5px;
    text-align: right;
}
#comments-form textarea 
{
    width: 280px;
}
#comment-form-remember-me 
{
    margin-left: 8.5em;
}
#comment-form-remember-me label 
{
    width: 300px;
    text-align: left;
    margin: 0 0 5px 0;
}
#comments-open-text 
{
    clear: both;
}
#comments-open-footer 
{
    margin-left: 8.5em;
}
.download-link,
.shopping-cart 
{
    margin-bottom: 10px;
}
.download-link a 
{
    display: block;
    padding-left: 40px;
    background: url('download-arrow.gif') no-repeat 0 50%;
    font-size: 16px;
}
.shopping-cart a 
{
    display: block;
    padding-left: 40px;
    background: url('shopping-cart.gif') no-repeat 0 50%;
    font-size: 16px;
}
.download-link a span,
.shopping-cart a span 
{
    font-size: 12px;
    color: #777;
}
.sidebar-module,
.widget 
{
    margin-bottom: 15px;
}
.sidebar-module p 
{
    margin: 0 0 5px 0;
    padding: 0;
}
.arrow-link 
{
    display: block;
    float: right;
    font-weight: bold;
    background: url('bullet-arrow-orange.gif') no-repeat 0 50%;
    padding: 0 0 0 15px;
    margin: 0;
}
.content-nav 
{
    text-align: center;
}
#maincontent .plugins-partners
{
    width:45%;
    float:left;
    margin-left:2em
}
#maincontent .plugins-partners.side-b
{
    margin-left:0
}
#maincontent .plugins-partners ul li.header 
{
    list-style:none
}
#maincontent .plugins-partners ul ul li
{
    margin-left:5px
}
#maincontent .plugin-list
{
    width:130px;
    float:left;
    padding-top:10px;
}
#maincontent .plugin-list ul
{
    list-style:none;
    margin-left:0;
    margin-top:2px;
    padding-left:0;
}
#maincontent .plugin-list ul li
{
    margin-left:0;
    line-height:14px;
    background-position: 0 4px;
}
#maincontent .plugin-list h3
{
    font-size: 12px;
    font-weight: bold;
    border-bottom:none;
    margin:0;
    padding:0;
}
#maincontent .plugin-list.middle
{
    margin:0 15px
}
/*Support Page Styles*/
#support-search
{
    background:#eff5f9;
    border:1px solid #c5e4f4;
    padding:5px
}
#support-search label
{
    font-weight:bold;
    margin-right:5px
}
.service-signin
{
    width:49%;
    float:left
}
#tech-support
{
    clear:both
}
#tech-support .docs
{
    width:49%;
    float:left
}
/*Download page*/
form#download fieldset
{
    width:210px;
    float:right;
    /*border:1px solid #ccc;*/
    padding:5px
}
form#download fieldset#informed
{

}
form#download fieldset#download-info
{
    border-right:1px solid #ccc;
    margin-right:20px
}
form#download.basic-form input.text
{
    width:175px !important
}
form#download legend
{
    font-weight: bold;
}
form#download fieldset#download-info input.radio 
{
    float:left;clear:both
}
form#download fieldset.radio
{
    width: 15em;
    margin: 1em 0 2em 0;
}
form#download fieldset.radio input
{
    clear: both;
    float: left;
    width: auto;
}
form#download label
{
    font-weight: normal;
}
form#download #download-info fieldset.radio
{
    width: 200px;
    margin: 0 5px;
    border:none
}
form#download fieldset#download-info.radio input
{
    clear: both;
    float: left;
    width: auto;
}
form#download #download-info fieldset.radio label
{
    font-weight: normal;
}
form#download #download-info input
{
    display: block;
    margin-right:5px
}
form#download #download-info label
{
    display: block;
    margin-bottom: 1em;
}
form#download input .checkbox
{
    border:1px solid red
}
form#download .submit
{
    clear:both;
    /* display:block;
    margin-top:10px;
    padding:10px*/
}
form#download #submitbutton
{
    padding:5px;
    display:block;
    margin:10px auto;
}
/* New Pricing Page */
#maincontent .pricing {
	background-color: #fff;
	border-right: 1px solid #c5e4f4;
	border-bottom: 1px solid #c5e4f4;
	font-size: 13px;
	margin: 0 10px 10px 10px;
	padding: 10px 0 6px 0;
}
#maincontent .pricing .users 
{
	float: left;
	padding: 7px 0 0;
	text-align: center;
	width: 77px;
}
#maincontent .pricing .users .user-num 
{
	font-size: 36px;
	line-height: .9em;
}	
#maincontent .pricing .info 
{
	border-top: none;
	border-left: 1px dotted #c5e4f4;
	border-right: 1px dotted #c5e4f4;
	clear: none;
	color: #777;
	float: left;
	padding: 0 0 0 14px;
	width: 375px;
}
#maincontent .pricing .info ul 
{
	color: #000;
	margin-top: 3px;
	margin-bottom: 6px;
}
#maincontent .pricing .info ul li 
{
	margin-bottom: 0;
}
#maincontent .pricing .price 
{
	float: left;
	text-align: center;
	width: 200px;
}
#maincontent .pricing .price .one-price 
{
	width: 200px;
	color: #9b2f00;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	float: left;
	padding-top: 20px;
}
#maincontent .pricing .price .buy-now 
{
	border-bottom: 1px dotted #c5e4f4;
	color: #9b2f00;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 6px;
}
#maincontent .pricing .price .buy-now img 
{
	vertical-align: sub;
}
#maincontent .pricing .price .upgrade-price 
{
	color: #9b2f00 ;
}
#maincontent .pricing .price .upgrade 
{
	padding-top: 5px;
}
#maincontent .pricing .custom 
{
	border-left: 1px dotted #c5e4f4;
	font-size: 16px;
	height: 38px;
	margin-left: 77px;
	padding: 17px 0pt 0px 14px;
}
#maincontent .support {
	background-color: #fff;
	border-top: 1px solid #c5e4f4;
	border-bottom: 1px solid #c5e4f4;
	margin: 0 10px 10px 10px;
	padding: 10px 0pt 0px 14px
}
#maincontent .support .description {
	width: 452px;
	border-right: 1px dotted #c5e4f4;
	float: left;
}
#maincontent .support .description strong 
{
	font-size: 14px;
	font-weight: bold;
}
#maincontent .support .price 
{
	width: 200px;
	color: #9b2f00;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	float: left;
	padding-top:8px;
}
#maincontent .support .price-text 
{
	width: 200px;
	font-weight: bold;
	text-align: center;
	float: left;
}
#maincontent .support .price-text a 
{
	color: #9b2f00;
}
#maincontent .price img 
{
	vertical-align: sub;
}	
	
/* Home Page */
body#home #content-inner
{
    padding: 0;
}
#welcome #page-lead 
{
	margin: 0 auto;
	background-color: #FFFFFF;
	
}
#slideshow-controls 
{
	position: relative;
	padding-right: 10px;
	text-align: right;
	margin-top: -15px;
	z-index: 3;
}
#slideshow-controls img 
{
	display: inline;
	cursor: pointer;
}
#recently-updated 
{
	width: 670px !important;
	min-height: 300px; /* trigger "hasLayout" in IE7, otherwise bg disappears. Partially. Sometimes. */
	position: relative;
}
#recently-updated h2 .note 
{
	font-size: 11px;
	font-weight: normal;
}
	
/*Pricing Page*/
li.license,li.price
{
    font-weight:bold;
    font-size:14px;
    color:#606b70
}
li.price
{
    color:#9b2f00
}
#maincontent .info p
{
    overflow:auto
}
#maincontent .info p.buy-now
{
    width:70px;
    float:right
}
.pricing-eu 
{
    float: right;
    text-align: center;
    margin: 0 0 10px 15px;
    clear: both;
}
.pkg:after 
{
    content:open-quote;
    display: block;
    visibility: hidden;
    clear: both;
    font-size: 0.1em;
    line-height: 0;
}

/* no ie mac \*/
* html .pkg 
{ 
    height: 1%; 
}
.pkg[class] 
{ 
    height: auto; 
}
.pkg 
{ 
    display: inline-block; 
    display: block; 
}
/* */
.hidden
{ 
    display: none !important; 
}
.visible
{ 
    display: block; 
}
.invisible 
{ 
    display: block !important;
    visibility: hidden !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0.1px !important;
    line-height: 0 !important; 
}
.overflow-auto
{ 
    overflow: auto; 
}
.overflow-hidden
{ 
    overflow: hidden; 
}
.right
{ 
    float: right; 
}
.left 
{ 
    float: left; 
    display: inline; /* ie hack */ 
}
.center 
{ 
    margin-left: auto; 
    margin-right: auto; 
}
.center-text 
{ 
    text-align: center; 
}
.inline 
{ 
    display: inline; 
}
.clear 
{ 
    clear: both; 
}
#inner_content
{
	margin:0 auto;
	padding:20px;
}

#content
{
    background: #234570;
}
#content-bottom
{
	width:100%;
	background-color: #EFEFEF;
}

#header-inner
{
	width: 986px;
	margin:0 auto;
}

/* Ivan's added styles */
/* Inner Wrapping of content */

.tContentWrap
{
	background: #e0e1e1;
}
.tInnerWrap
{
	margin: 0px auto;
	width: 986px;
	background: #21242c;
}
.tPageMain
{
	padding-bottom: 51px;
	padding-left: 4px;
	padding-right: 4px;
    background: #ffffff;
	padding-top: 0px;
}
.tPageMain a:link
{
	color: #376aac;
	text-decoration: none;
}
.tPageMain a:visited
{
	color: #376aac;
	text-decoration: none;
}
.tInnerWrap .tPageMain
{
	padding-bottom: 34px;
	padding-left: 4px;
	width: 978px;
	padding-right: 4px;
	padding-top: 0px;
}

/* Top highlights */

.hlight
{
	padding-bottom: 0px !important;
	width: 272px;
	margin-bottom: 0px !important;
	float: left;
	margin-right: 51px;
}
.last
{
	margin-right: 0px;
}
.hlight a
{
	display: block;
}
.hlight img
{
	margin-bottom: 10px;
}
.hlight h3
{
	font-size: 1.3em;
	font-weight: normal;
}
.hlight h3 a
{
	display: inline;
}
.hlight p
{
	font-size: 1.1em;
}
/* Main Text Default Page */
.tPageMain .tPageLeft
{
	padding:  0px;
    margin: 0px 0px 0px 34px;
    /*float: none !important;*/
    font-size: 1em;
}
.tContent
{
	display: block;
}
.tContent:after
{
	display: block;
	height: 0px;
	visibility: hidden;
	clear: both;
	content:open-quote;
}
.tRTFProducts
{
	margin: 5px 0px 0px;
	width: 544px;
	float: left;    
}
.tPageLeft
{
	margin: 5px 0px 0px;
	width: 604px;
	float: left;
}
.tPageRight
{
	margin: 0px 15px;
	width: 307px;
	float: right;
}
.tRightBoxTop
{
	border-bottom: #b3b3a6 1px solid;
	border-left: #b3b3a6 1px solid;
	padding-bottom: 0px;
	margin: 17px 0px 0px;
	padding-left: 15px;
	padding-right: 15px;
	font: 14px/32px arial,sans-serif;
	font-weight: bold;
	background: url('bg_global-nav_left_on1.png') repeat-x;
	color: #fff;
	clear: both;
	border-top: #b3b3a6 1px solid;
	border-right: #b3b3a6 1px solid;
	padding-top: 0px;
}
.tRightBoxTop UL
{
	padding-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 15px;
}
.tRightBoxTop ul li
{
	padding-bottom: 0px;
	line-height: 17px;
	list-style-type: none;
	margin: 0px 0px 6px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 12px;
	padding-top: 0px;
}
.tRightBoxMid
{
	border-bottom: #d9d9d9 1px solid;
	border-left: #d9d9d9 1px solid;
	padding-bottom: 15px;
	line-height: 17px;
	margin: 0px;
	padding-left: 15px;
	padding-right: 15px;
	background: #fff;
	color: #333;
	font-size: 12px;
	border-top: #d9d9d9 0px solid;
	border-right: #d9d9d9 1px solid;
	padding-top: 15px;
}
.tRightBoxMid ul li
{
	padding-bottom: 2px;
	list-style-type: none;
	margin: -15px 0px 6px -40px;
	background: url('cs3.png') no-repeat;
	padding-left: 50px;
	padding-right: 0px;
	height:48px;
}
.TransStud 
{
	padding-bottom: 2px;
	list-style-type: none !important;
	margin: -15px 0px 6px -40px !important;
	background: url('transportation.png') no-repeat !important;
	padding-left: 55px !important;
	padding-right: 0px;
	height:48px !important
}
.TelcomStud 
{
	padding-bottom: 2px;
	list-style-type: none !important;
	margin: -15px 0px 6px -40px !important;
	background: url('satellite.png') no-repeat !important;
	padding-left: 55px !important;
	padding-right: 0px;
	height:48px !important
}
.CorProfile 
{
	padding-bottom: 0px !important;
	list-style-type: none !important;
	margin: -15px 0px 6px -40px !important;
	background: url('csprof.png') no-repeat 3px -1px!important;
	padding-left: 55px !important;
	padding-right: 0px;
	padding-top: 0px;
	height:32px !important
}
.tRightBoxBot
{
	border-bottom: #d0d0c6 1px solid;
	border-left: #d0d0c6 1px solid;
	padding-bottom: 8px;
	padding-left: 15px;
	padding-right: 15px;
	background: url('bg_global-nav.gif') repeat-x #eeeee6;
	color: #fff !important;
	border-top: #d0d0c6 0px solid;
	border-right: #d0d0c6 1px solid;
	padding-top: 8px;
}
.tRightBoxBot a
{
	margin: 0px 2px;
	color: #cbebf5 !important;
}
a.btnSizeL
{
	text-align: left;
	padding-bottom: 0px;
	margin: 8px auto 0px;
	padding-left: 28px;
	width: 102px;
	padding-right: 0px;
	display: block;
	background: url('buttons.png') no-repeat 0pt -120px;
	height: 27px;
	color: #FFFFFF !important;
	font-size: 12px;
	padding-top: 3px;
}
.section
{
	padding-bottom: 3px;
	margin-bottom: 17px;
	clear: both;
}
.tPageLeft h2
{
	margin: 1.2em 0px 0px;
	font-size: 18px;
	font-weight: normal;
}
.tRTFProducts h2
{
	color: #333;
	margin: 34px 0px 13px;
	font-size: 18px;
	font-weight: normal;
}
.tRTFProducts p
{
	line-height: 18px;
	margin: 1em 0pt 0pt;
	font-size: 1.1em;
}
.poSeeDemos
{
	background: url('see-demos.gif') no-repeat 0px center;
}
.poDownloadTrial
{
	background: url('download-trial.gif') no-repeat 2px center;
}
.poBuyOnline
{
	background: url('buy-online.gif') no-repeat 0px center;
}
.tClear
{
	display: inline-block;
}
.tClearMe
{
	display: block;
}
.tClearMe:after
{
	display: block;
	height: 0px;
	visibility: hidden;
	clear: both;
	content: "";
}
.tClear:after
{
	display: block;
	height: 0px;
	visibility: hidden;
	clear: both;
	content: "";
}
.poTxtTwoColomns
{
	margin-top: 8px;
	width: 250px;
	margin-bottom: 17px;
	float: left;
	margin-right: 22px;
}
.poTxtTwoColomns p
{
	margin-bottom: 17px;
}
.tComplexList
{
	font: 11px/14px arial,sans-serif;
}
ul.tComplexList li
{
	padding-bottom: 0px;
	line-height: 18px;
	margin: 2px;
	padding-left: 17px;
	padding-right: 0px;
	padding-top: 0px;
	
}
.poPageRightIn
{
	border-bottom: #efefef 17px solid;
	border-left: #efefef 17px solid;
	width: 270px;
	background: #efefef;
	border-top: #efefef 1px solid;
	border-right: #efefef 17px solid;
}
.poNextStepsTop
{
	border-bottom: #fff 17px solid;
	position: relative;
	list-style-type: none;
	background: #ededed;
	font-size: 1.2em;
	padding-bottom: 13px;
	margin: 0px -17px 17px;
	padding-left: 17px;
	padding-right: 0px;
	padding-top: 13px;
}
.poNextStepsTop li
{
	float: left;
}
.poNextStepsTop a
{
	padding-bottom: 0px;
	padding-left: 3px;
	padding-right: 3px;
	display: block;
	background: url('topThree.png') no-repeat;
	padding-top: 40px;
}
.poNextStepsTop .poSeeDemos
{
	background-position: center 0px;
}
.poNextStepsTop .poDownloadTrial
{
	margin: 0px 34px;
	background-position: center -139px;
}
.poNextStepsTop .poBuyOnline
{
	background-position: center -277px;
}
.sf_TestimonialsSingleItem
{
	line-height: 20px;
	font-family: Georgia;
	font-size: 12px;
}
.sf_itemAuthorInfoSingleItem
{
	line-height: 15px;
	margin-top: 16px;
	font-size: 11px;
}
.sf_itemAuthorPosition
{
	font-style: italic;
	display: block;
	color: #999;
	clear: both;
}
ul.poCommunityLinks li
{
	padding-bottom: 5px;
	min-height: 35px;
	padding-left: 45px;
	padding-right: 0px;
	background: url('quickLinks2.png') no-repeat 0px 0px;
	color: #999;
	font-size: 11px;
	padding-top: 0px;
}
.poCommunityLinks .poForums
{
	background-position: 0px 0px;
}
.poCommunityLinks .poCodeLibrary
{
	background-position: 0px -150px;
}
.poCommunityLinks .poVideos
{
	background-position:0px -380px;
}
.poCommunityLinks .poKB
{
	background-position: 0px -100px;
}
.poCommunityLinks .poDocumentation
{
	background-position: 0px -256px;
}
.poCommunityLinks a
{
	display: block;
	font-size: 12px;
}
.poProductIntro
{
	padding-bottom: 9px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 15px;
}
.poProductImage
{
	float: left;
	border-right-width: 0px;
	border-bottom-width:0px;
	border-left-width:0px;
}
.poProductTxtWrap
{
	width: 256px;
	float: right;
}

.poProductCaption
{
	width: 256px;
	float: right;
	line-height: 18px;
	margin: -7px 0px 0px;
}
.poBoxes
{
	border-bottom: #ffffff 17px solid;
	position: relative;
	padding-bottom: 4em;
	margin: 17px -17px 0px;
	padding-left: 0px;
	width: 340px;
	bottom: 21px;
	padding-right: 0px;
	background: url('ORMBoxes.jpg') no-repeat;
	float: left;
	border-top-width: 0px;
	height: 272px;
	padding-top: 0px;
}
.poBoxes p
{
	padding-bottom: 0px;
	padding-left: 12em;
	padding-right: 0px;
	padding-top: 0px;
}
.poBoxes ul
{
	list-style-type: none;
	margin: 207px 0px 0px 17px;
}
.poBoxes li
{
	text-align: center;
	width: 155px;
	float: left;
}
.poBoxes .title
{
	color: #777;
	font-size: 12px;
}
.poBoxes .desc
{
	color: #333;
	font-size: 13Fpx;
	font-family:Century Gothic;
}
.poBoxes .btnBuy
{
	padding-bottom: 0pt;
	padding-left: 36px;
	padding-right: 0pt;
	padding-top: 3px;
	color: #FFFFFF !important;
}
.poFullFeatureList
{
	list-style-type: none;
	clear: both;
}
.poFullFeatureList .poSingleFeature
{
	border-bottom: #ccc 1px solid;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background: none transparent scroll repeat 0% 0%;
	padding-top: 0px;
}
.poFullFeatureList .poSingleFeature h2
{
	margin-top: 0px;
	padding-top: 20px;
}
.poFullFeatureList .poSingleFeature .poFeatureContent
{
	padding-bottom: 5px;
}
.poFullFeatureList .poSingleFeature .poFeatureContent p
{
	margin: 0px 0px 1em;
}
.poFullFeatureList .poSingleFeature .poUpToFeatureList
{
	text-align: right;
	padding-bottom: 0px;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.poFullFeatureList .poSingleFeature .poUpToFeatureList a
{
	padding-left: 11px;
	background: url('top-arrow.gif') no-repeat 0px 4px;
	font-size: 11px;
}
.poFeatureContent
{
	padding-bottom: 17px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 17px;
}
/* log in page */
.tPageOneCol
{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	clear: both;
	padding-top: 5px;
}
.tForm .tFormFieldsList
{
	list-style-type: none;
	margin: 0px;
}
.tForm .tFormFieldsList li
{
	padding-bottom: 0px;
	margin: 0px;
	padding-left: 0px;
	width: 100%;
	padding-right: 0px;
	float: left;
	clear: both;
	padding-top: 0px;
}
.tForm .tFormButton
{
	padding-bottom: 0px;
	margin-top: 0px;
	padding-left: 120px;
	padding-right: 0px;
	padding-top: 17px;
}
.tForm .tFormButtonSupport
{
	padding-bottom: 0px;
	margin-top: 0px!important;
	padding-left: 120px;
	padding-right: 0px;
	padding-top: 0px;
}
.tForm .tFormFieldsList li.tFormCheckbox
{
	padding-left: 120px;
	width: 350px;
}
.tForm label
{
	text-align: right;
	padding-bottom: 0px;
	line-height: 1;
	padding-left: 0px;
	width: 110px;
	padding-right: 10px;
	display: block;
	float: left;
	padding-top: 10px;
}
.tForm .tFormCheckbox label
{
	padding-left: 5px;
	width: auto;
	display: inline;
	float: none;
	padding-top: 0px;
}
.tForm input.txt
{
	border-bottom: #afd1ff 1px solid;
	border-left: #afd1ff 1px solid;
	padding-bottom: 2px;
	padding-left: 5px;
	width: 335px;
	padding-right: 5px;
	height: 20px;
	font-size: 1.1em;
	border-top: #afd1ff 1px solid;
	border-right: #afd1ff 1px solid;
	padding-top: 4px;
}
.tForm .fFirstInGroup .txtWrapper
{
	padding-top: 6px;
}
.tForm .fFieldErrorMsg strong
{
	padding-bottom: 9px;
	padding-left: 8px;
	padding-right: 8px;
	display: block;
	color: #f60;
	font-weight: normal;
	padding-top: 5px;
}
.tFormButton input.fSubmitBtn
{
	padding-bottom: 3px;
	border-right-width: 0px;
	padding-left: 0px;
	outline-width: 0px;
	width: 141px;
	padding-right: 0px;
	font-family: Arial,Sans-Serif;
	background: url('buttons.png') no-repeat 0px 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	height: 27px;
	color: #fff;
	font-size: 1em;
	border-left-width: 0px;
	padding-top: 0px;
}
.fSubmitBtnSupport
{
	padding-bottom: 3px;
	border-right-width: 0px;
	padding-left: 0px;
	outline-width: 0px;
	width: 141px;
	padding-right: 0px;
	font-family: Arial, Sans-Serif;
	background: url('buttons.png') no-repeat 0px 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	height: 27px;
	color: #fff;
	font-size: 1em;
	border-left-width: 0px;
	padding-top: 0px;    
}
.maLoginForm .tFormFieldsList
{
	margin-top: 20px;
}
.maLoginForm label
{
	width: 60px;
}
.maLoginForm .tFormFieldsList li.tFormCheckbox
{
	padding-left: 70px;
	padding-top:10px;
}
.maLoginForm .tFormButton
{
	padding-left: 70px;
}
.loghelp
{
	padding-left: 70px;
	padding-top: 20px;
}
.tForm .txtWrapper
{
	padding-bottom: 6px;
	background-color: #dafbcc;
	padding-left: 6px;
	padding-right: 6px;
	display: block;
	float: left;
	padding-top: 0px;
}
/* download page */
.puDownloadHeader
{
	position: relative;
	clear: both;
}
.puDownloadHeader h1.puDownload
{
	margin: 7px 0px 5px;
	width: 100%;
	float: left;
	clear: both;
}
.puDownloadHeader a
{
	position: absolute;
	top: 13px;
	right: 0px;
}
span.tInfo
{
	color: #777;
	font-size: 11px !important;
}
ul.puDownloadInstalation li.downloadItem
{
	padding-bottom: 28px;
	padding-left: 60px;
	padding-right: 17px;
	margin-bottom: 17px;
	background: url('dnl.png') #eafce3 no-repeat 17px 17px;
	clear: both;
	padding-top: 25px;
}
ul.puDownloadInstalation li.downloadItem h2
{
	margin-top: 0px;
	margin-bottom: 4px;
}
ul.puDownloadInstalation li.downloadItem p.versionNotes
{
	margin: 0px 0px 5px;
}
ul.puDownloadInstalation .downloadInstall
{
	padding-left: 15px;
	width: 500px;
	float: left;
}
ul.puDownloadInstalation .downloadMore
{
	float: left;
}
ul.puDownloadInstalation .downloadMore strong
{
	margin-top: 3px;
	font-weight: normal;
}
ul.puDownloadInstalation .downloadMore ul
{
	margin-top: 0px;
	margin-left: -5px;
}
.puBeta
{
	padding-left: 30px;
	background: url('newFaq.gif') no-repeat 0px 5px;
	margin-left: -13px;
}
.downloadInstall h2
{
	padding-left: 5px;
}
.downloadInstall span.tInfo
{
	padding-left: 5px;
}
.tTable
{
	background-color: #fff;
	margin: 1em 0px 20px;
	width: 100%;
	border-collapse: collapse;
}
.tTable thead th
{
	border-bottom: #666 2px solid;
	font-weight:bold;
}
.tTable th
{
	text-align: left;
	padding-bottom: 5px;
	padding-left: 17px;
	padding-right: 17px;
	vertical-align: top;
	padding-top: 5px;
}
.tTable td
{
	text-align: left;
	padding-bottom: 5px;
	padding-left: 17px;
	padding-right: 17px;
	vertical-align: top;
	padding-top: 5px;
}
.tTable tbody td
{
	border-bottom: #d9d9d9 1px solid;
	font-weight: bold;
}
.tTable img
{
	padding-right: 5px;
	vertical-align: middle;
}
.tTable TBODY TH
{
	border-bottom: #d9d9d9 1px solid;
	font-weight: normal;
}

/*  Buy page */
.tPageRightIn
{
	padding-bottom: 17px;
	padding-left: 17px;
	padding-right: 17px;
	background: #efefef;
	border-top: #fff 1px solid;
	padding-top: 0px;
}
.tPageMain .pCollapsed
{
	padding-left: 25px;
	display: block;
	background: url('down_plus.png') no-repeat;
}
.tPageMain .pCollapsed
{
	background-position: 0px 3px;
}
.tPageMain .pExpanded
{
	padding-left: 25px;
	display: block;
	background: url('down_minus.png') no-repeat;
}
.tPageMain .pExpanded
{
	background-position: 0px 3px;
}
.pVolumeDiscount strong
{
	width: 180px;
	display: block;
	float: left;
	font-weight: normal;
}
.tPurchaseHome
{
	padding-top: 18px;
}
.tPurchaseHome .tPageLeft
{
	width: auto;
	float: none;
}
a.btnAddToCart
{
	text-align: left;
	padding-bottom: 0px;
	margin: 8px auto 0px;
	padding-left: 28px;
	width: 87px;
	padding-right: 0px;
	display: block;
	background: url('buttons.png') no-repeat 0px 0px;
	height: 24px;
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 3px;
}
.purchaseAddToCartBtn strong
{
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 4px;
	font-size: 18px;
	font-weight: normal;
	padding-top: 2px;
}
.purchaseLicenseComparison
{
	border-spacing: 0px;
	width: 100%;
	border-collapse: separate;
	empty-cells: show;
}
.purchaseLicenseComparison th
{
	border-bottom: #666 2px solid;
	padding-bottom: 5px;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 0px;
}
.purchaseLicenseComparison td
{
	border-bottom: #d9d9d9 1px solid;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	vertical-align: top;
	padding-top: 5px;
}
.purchaseLicenseComparison .noFeature
{
	text-indent: -999px;
	margin: 0px auto;
	width: 16px;
	display: block;
	background: url('deletes.png') no-repeat 0px 0px;
	height: 14px;
	overflow: hidden;
}
.purchaseLicenseComparison .hasFeature
{
	text-indent: -999px;
	margin: 0px auto;
	width: 16px;
	display: block;
	background: url('checks.png') no-repeat 0px 0px;
	height: 14px;
	overflow: hidden;
}
.purchaseLicenseComparison .hasPriority
{
	text-align: center;
	line-height: 12px;
	font-style: normal;
	display: block;
	color: #777;
	font-size: 12px;
}
.purchaseLicenseComparison th .hasPriority
{
	font-weight: bold;
}
.purchaseLicenseComparison .purchaseLicenseFeature
{
	text-align: left;
}
.purchaseLicenseComparison .purchaseLicenseFeature .purchaseFeature
{
	padding-left: 20px;
}
.purchaseLicenseComparison .purchaseLicenseFeature .purchaseFeature p
{
	margin-top: 5px;
}
.pSingleSuite
{
	margin: 0px 0px 40px;
	width: 544px;
	height:355px;
}
.tPageLeft .pSingleSuite h2
{
	margin-top: 0px;
}
.porm
{
	background: url('BuyORM.png') #ddffd7 no-repeat;
}
.pSingleSuite .purchaseLicenseComparison
{
	margin: 10px 0px 30px 120px;
	width: 410px;
}
.pSingleSuite .purchaseLicenseComparison th
{
	text-align: center;
	padding-bottom: 6px;
	padding-left: 0px;
	padding-right: 0px;
	vertical-align: top;
	padding-top: 0px;
}
.pSingleSuite .purchaseLicenseComparison td
{
	text-align: center;
	padding-bottom: 6px;
	padding-left: 0px;
	padding-right: 0px;
	vertical-align: top;
	padding-top: 0px;
}
.pSingleSuite .purchaseLicenseComparison .pLicenseFeature
{
	border-bottom-width: 0px;
	font-weight: normal;
}
.pSingleSuite .purchaseLicenseComparison th.pLicenseFeature
{
	text-align: right;
	padding-right: 6px;
}
.pSingleSuite .purchaseLicenseComparison .pLicenseAvailable
{
	width: 120px;
}
.pSingleSuite .purchaseLicenseComparison .purchaseAddToCartBtn
{
	border-bottom-width: 0px;
	border-top: #666 1px solid;
	padding-top: 10px;
}
.pSingleSuite .purchaseLicenseComparison .purchaseMoreInfoOnLicense
{
	border-bottom-width: 0px;
	padding-top: 40px;
}
.pSingleSuite .purchaseLicenseComparison .hasFeature
{
	width: 10px;
	background-position: -40px 0px;
	height: 7px;
}
.pSingleSuite .purchaseLicenseComparison .noFeature
{
	background-position: -40px 0px;
}
/* Accept license */
.tRTF .tFailure
{
	line-height: 1.4;
	padding-bottom: 20px;
	margin: 20px 0px 0px;
	padding-left: 35px;
	padding-right: 20px;
	display: block;
	background-color: #ffe66f;
	width:81%;
	color: #bf3b24 !important;
	font-weight: bold;
	padding-top: 20px;
}
.purchaseLicenseAgreement
{
	margin: 20px 0px;
	width: 100%;
	height: 355px;
	overflow: auto;
}
.purchaseAcceptLicenseAgreement
{
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.purchaseAcceptLicenseAgreement a.fSubmitBtn:link
{
	width: 87px;
	background-position: 0px -90px;
	float: none;
}
A.fSubmitBtn:link
{
	text-align: left;
	padding-bottom: 0px;
	padding-left: 28px;
	padding-right: 0px;
	display: block;
	background: url('buttons.png') no-repeat;
	float: right;
	height: 24px;
	color: #fff;
	padding-top: 3px;
}
/*  Fullfilment page */
.tRTF .scSteps
{
	padding-bottom: 0px;
	margin: 0px;
	padding-left: 0px;
	width: 100%;
	padding-right: 0px;
	background: url('FullfillSteps.png') no-repeat 0px 0px;
	float: left;
	height: 34px;
	padding-top: 0px;
}
.tRTF .scStepsTwo
{
	background-position: 0px -100px;
}
.scSteps li
{
	padding-bottom: 0px;
	padding-left: 27px;
	width: 198px;
	padding-right: 0px;
	float: left;
	font-size: 14px;
	padding-top: 6px;
}
.scSteps li.first
{
	padding-left: 17px;
	width: 208px;
	font-weight:bold;
}


.tRTF .scStepsThree
{
	background-position: 0px -200px;
}

.tRTF .scStepsThree li.second, .tRTF .scStepsThree li.third
{
	font-weight:bold;
}
.spWrapper
{
	width: 100%;
	float: left;
	clear: both;
}
.scCart
{
	padding-bottom: 0px;
	margin: 34px 0px 0px;
	padding-left: 0px;
	outline-width: 0px;
	width: 100%;
	padding-right: 0px;
	padding-top: 0px;
}
.scCart th
{
	text-align: left;
	vertical-align: top;
}
.scCart td
{
	text-align: left;
	vertical-align: top;
}
.scCart th
{
	border-bottom: #666 2px solid;
	padding-bottom: 8px;
	padding-left: 17px;
	padding-right: 0px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 0px;
}
.scCart td
{
	border-bottom: #ccc 1px solid;
	padding-bottom: 17px;
	padding-left: 17px;
	padding-right: 17px;
	padding-top: 17px;
}
.scCart td.scProducts
{
	padding-left: 0px;
}
.scCart td.scProducts strong
{
	padding-bottom: 4px;
	display: block;
	margin-left: 60px;
	font-size: 18px;
	font-weight: normal;
}
.scCart td.scProducts em
{
	font-style: normal;
	display: block;
	margin-left: 60px;
}
.scCart td.scProducts img
{
	padding-right: 10px;
	float: left;
}
.scCart .scPrice
{
	text-align: right;
	padding-left: 30px;
	padding-right: 30px;
}
.scCart .scQuantity
{
	text-align: right;
	padding-left: 30px;
	padding-right: 30px;
}
.scCart .scTotalPrice
{
	text-align: right;
	padding-left: 30px;
	padding-right: 30px;
}
.scCart td.scPrice
{
	color: #666;
	font-size: 14px;
}
.scCart td.scTotalPrice
{
	color: #000;
	font-size: 14px;
}
.scCart .scDelete
{
	padding-left: 10px;
	width: 11px;
}
.scCart td.scDelete a
{
	text-indent: -9999px;
	width: 16px;
	display: block;
	background: url('package_delete.png') no-repeat 0px 0px;
	height: 16px;
	overflow: hidden;
}
.scPromoCode
{
	border-bottom: #666 2px solid;
	padding-bottom: 13px;
	padding-left: 60px;
	padding-right: 0px;
	padding-top: 10px;
}
.scPromoCode label
{
	float: left;
	margin-right: 10px;
	padding-top: 3px;
}
.scPromoCode .fSubmitBtn
{
	float: left;
	margin-right: 10px;
}
.scPromoCode .txt
{
	float: left;
	margin-right: 10px;    
	border-bottom: #afd1ff 1px solid;
	border-left: #afd1ff 1px solid;
	padding-bottom: 2px;
	padding-left: 5px;
	width: 177px;
	padding-right: 5px;
	height: 20px;
	font-size: 1.1em;
	border-top: #afd1ff 1px solid;
	border-right: #afd1ff 1px solid;
	padding-top: 4px;
}
.scPromoCode .fFieldErrorMsg strong
{
	padding-bottom: 9px;
	padding-left: 100px;
	padding-right: 8px;
	display: block;
	color: #f60;
	clear: both;
	font-weight: normal;
	padding-top: 5px;
}
.scPromoCode a.fSubmitBtn:link
{
	text-align: left;
	width: 77px;
	background: url('buttons.png') no-repeat 0px -30px;
	float: left;
	color: #666;
}
.tRTF .scTotal
{
	text-align: right;
	padding-bottom: 0px;
	margin-top: 22px;
	padding-left: 0px;
	padding-right: 68px;
	font-size: 14px;
	padding-top: 0px;
}
.scTotal strong
{
	font-size: 18px;
	font-weight: normal;
}
.scCheckOut a.fSubmitBtn:link
{
	margin: 0px 68px 0px 0px;
	width: 87px;
	background-position: 0px -90px;
}
.scBillingInfoColumn
{
	padding-bottom: 0px;
	padding-left: 25px;
	width: 425px;
	padding-right: 0px;
	float: left;
	margin-right: 17px;
	padding-top: 0px;
}
.scSubmitTicketForm
{
	padding-bottom: 17px;
	margin-top: 0px;
	width: 100%;
	background: url('billingInfoBG.png') repeat-y 0px 0px;
	float: left;
	clear: both;
}
.scBillingInfoForm
{
	padding-bottom: 17px;
	margin-top: 17px;
	width: 100%;
	background: url('billingInfoBG.png') repeat-y 0px 0px;
	float: left;
	clear: both;
}
.scBillingInfoEndUserColumn
{
	margin-right: 0px;
}
.scBillingInfoColumn h2
{
	margin: 21px 0px 45px;
}
.scSubmitTicketForm .scBillingInfoEndUserColumn h2
{
	margin-bottom: 5px;
}
.scBillingInfoForm .scBillingInfoEndUserColumn h2
{
	margin-bottom: 5px;
}
.scSubmitTicketForm .tFormFieldsList
{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	color: #666;
	padding-top: 0px;
}
.scBillingInfoForm .tFormFieldsList
{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	color: #666;
	padding-top: 0px;
}
.tForm .tFormFieldsList li
{
	padding-bottom: 0px;
	margin: 0px;
	padding-left: 0px;
	width: 100%;
	padding-right: 0px;
	float: left;
	clear: both;
	padding-top: 0px;
}
.scSubmitTicketForm .tFormFieldsList li
{
	padding-bottom: 6px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.scBillingInfoForm .tFormFieldsList li
{
	padding-bottom: 6px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.tForm .scBillingInfoColumn .tFormFieldsList li.tFormCheckbox
{
	width: auto;
}
.scSubmitTicketForm .tFormFieldsList .tFormGroupSeparator
{
	margin-top: 34px;
}
.scBillingInfoForm .tFormFieldsList .tFormGroupSeparator
{
	margin-top: 34px;
}
.scSubmitTicketForm .tFormFieldsList .scReditCatds
{
	padding-bottom: 26px;
	margin-bottom: 17px;
	background: url('creditCards.gif') no-repeat 110px 100%;
}
.scBillingInfoForm .tFormFieldsList .scReditCatds
{
	padding-bottom: 26px;
	margin-bottom: 17px;
	background: url('creditCards.gif') no-repeat 110px 100%;
}
.scSubmitTicketForm .tFormFieldsList label
{
	width: 100px;
}
.scBillingInfoForm .tFormFieldsList label
{
	width: 100px;
}
.scSubmitTicketForm .tFormFieldsList input.txt
{
	width: 238px;
	float: left;
}
.scBillingInfoForm .tFormFieldsList input.txt
{
	width: 238px;
	float: left;
}
.scSubmitTicketForm .tFormFieldsList .tFormShorterText input.txt
{
	width: 125px;
}
.scBillingInfoForm .tFormFieldsList .tFormShorterText input.txt
{
	width: 125px;
}
.scSubmitTicketForm .tFormFieldsList .scTooltipLink
{
	text-indent: -9999px;
	margin: 5px 0px 0px 7px;
	width: 24px;
	display: block;
	background: url('information.png') no-repeat;
	float: left;
	height: 24px;
	overflow: hidden;
}
.scBillingInfoForm .tFormFieldsList .scTooltipLink
{
	text-indent: -9999px;
	margin: 5px 0px 0px 7px;
	width: 24px;
	display: block;
	background: url('information.png') no-repeat;
	float: left;
	height: 24px;
	overflow: hidden;
}
.scSubmitTicketForm .tFormFieldsList .fFieldErrorMsg strong
{
	width: 260px;
	float: left;
	margin-left: 110px;
	clear: both;
}
.scBillingInfoForm .tFormFieldsList .fFieldErrorMsg strong
{
	width: 260px;
	float: left;
	margin-left: 110px;
	clear: both;
}
.scSubmitTicketForm .tFormFieldsList .tFormNote
{
	padding-bottom: 0px;
	margin: 0px 0px 0px 100px;
	padding-left: 15px;
	width: 260px;
	padding-right: 7px;
	font-size: 11px;
	padding-top: 5px;
}
.scBillingInfoForm .tFormFieldsList .tFormNote
{
	padding-bottom: 0px;
	margin: 0px 0px 0px 100px;
	padding-left: 15px;
	width: 260px;
	padding-right: 7px;
	font-size: 11px;
	padding-top: 5px;
}
.tForm .tFormFieldsList
{
	list-style-type: none;
	margin: 0px;
}
.tForm .tFormFieldsList li.tFormCheckbox
{
	padding-left: 120px;
	width: 350px;
}
.tForm label
{
	text-align: right;
	padding-bottom: 0px;
	line-height: 1;
	padding-left: 0px;
	width: 110px;
	padding-right: 10px;
	display: block;
	float: left;
	padding-top: 10px;
}
.tForm .tFormCheckbox label
{
	padding-left: 5px;
	width: auto;
	display: inline;
	float: none;
	padding-top: 0px;
}
.tForm input.txt
{
	border-bottom: #afd1ff 1px solid;
	border-left: #afd1ff 1px solid;
	padding-bottom: 2px;
	padding-left: 5px;
	width: 335px;
	padding-right: 5px;
	height: 20px;
	font-size: 1.1em;
	border-top: #afd1ff 1px solid;
	border-right: #afd1ff 1px solid;
	padding-top: 4px;
}
.tForm .fFieldErrorMsg strong
{
	padding-bottom: 9px;
	padding-left: 8px;
	padding-right: 8px;
	display: block;
	color: #f60;
	font-weight: normal;
	padding-top: 5px;
}
.tFormButton input.fSubmitBtn
{
	padding-bottom: 3px;
	border-right-width: 0px;
	padding-left: 0px;
	outline-width: 0px;
	width: 91px;
	padding-right: 0px;
	font-family: Arial,Sans-Serif;
	background: url('buttons.png') no-repeat 0px 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	height: 27px;
	color: #fff;
	font-size: 1em;
	border-left-width: 0px;
	padding-top: 0px;
}
.tForm .tFormNote
{
	padding-bottom: 10px;
	line-height: 1.2;
	background-color: #dafbcc;
	margin: 0px 0px 0px 120px;
	padding-left: 15px;
	width: 337px;
	padding-right: 7px;
	clear: both;
	padding-top: 0px;
}
.tForm p
{
	margin-top: 0px !important;
}
.tForm .tOptionalField
{
	padding-left: 5px;
	font-size: 0.9em;
	padding-top: 5px;
}
.tRTF OL
{
	list-style-position: inside;
	padding-bottom: 0px;
	padding-left: 3px;
	padding-right: 0px;
	padding-top: 0px;
	margin: 1em 0px 0px;
	line-height: 24px;
	color: #333;
	font-size: 12px;	
}
.scTooltipInTitle
{
	font-size: 12px;
}
.tRTF .scConfirm
{
	padding-bottom: 0px;
	margin: 17px 0px 0px;
	padding-left: 0px;
	width: 100%;
	padding-right: 0px;
	float: left;
	clear: both;
	padding-top: 0px;
}
.scConfirm INPUT.fSubmitBtn
{
	margin: 0px 20px 0px 0px;
	width: 176px;
	background: url('buttons.png') no-repeat 0px -60px;
	float: right;
}

/* Support page */
.sSuiteSupport
{
	padding-bottom: 17px;
	background-color: #edffea;
	margin: 35px 0px 0px;
	padding-left: 17px;
	padding-right: 17px;
	padding-top: 25px;
}
#containingBox
{
	position: relative;
	width: 510px;
	height: 568px;
	overflow: hidden;
}
.sSuiteSupport h2
{
	padding-bottom: 15px;
	margin: 0px;
}
.sSuiteSupport #containingBox h2
{
	padding-bottom: 0px;
}
.sSuiteSupport .sSuiteSupportList
{
	margin-top: 0px;
	width: 510px;
	float: left;
	border-top: #afd1ff 1px solid;
}
.sSuiteSupport .sSuiteSupportList li
{
	border-bottom: #afd1ff 1px solid;
	border-left: #afd1ff 1px solid;
	padding-bottom: 10px;
	padding-left: 7px;
	padding-right: 35px;
	background: url('arrows.gif') #fff no-repeat 96% 20px;
	border-top: #afd1ff 0px solid;
	cursor: pointer;
	border-right: #afd1ff 1px solid;
	padding-top: 10px;
}
.sSuiteSupport .sSuiteSupportList img
{
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	padding-top: 7px;
}
.sSuiteSupport .sSuiteSupportList h3
{
	margin: 0px;
	color: #476bb3;
	font-size: 18px;
	font-weight: normal;
	padding-top: 8px;
}
.sSuiteSupport .sSuiteSupportList p
{
	margin: 0px;
	color: #666;
	font-size: 11px;
}
.sSuiteSupport .sOtherSupportResourcesList
{
	position: absolute;
	width: 510px;
	top: 0px;
	left: 0px;
}
.sSuiteSupport .sOtherSupportResourcesList ul
{
	border-bottom: #afd1ff 1px solid;
	border-left: #afd1ff 1px solid;
	padding-bottom: 5px;
	background-color: #fff;
	padding-left: 15px;
	padding-right: 15px;
	border-top: #afd1ff 1px solid;
	border-right: #afd1ff 1px solid;
	padding-top: 15px;
}
.sSuiteSupport .sOtherSupportResourcesList li
{
	background-image: none;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	font-size: 14px;
	padding-top: 0px;
}
.sSuiteSupport .sOtherSupportResourcesList em
{
	font-style: normal;
	display: block;
	color: #666;
	font-size: 9px;
	padding-top: 3px;
}
.sOtherSupportResourcesList .sDemos
{
	width: 220px;
}
.sOtherSupportResourcesList .sVideos
{
	width: 220px;
}
.sOtherSupportResourcesList .sCodeLibrary
{
	width: 220px;
}
.sOtherSupportResourcesList .sRSS
{
	width: 220px;
}
.sOtherSupportResourcesList a
{
	padding-bottom: 0px;
	line-height: 1;
	padding-left: 50px;
	padding-right: 0px;
	display: block;
	height: 26px;
	padding-top: 6px;
}
.sOtherSupportResourcesList .sVideos a
{
	background: url('supportIcons.gif') no-repeat 0px 0px;
}
.sOtherSupportResourcesList .sKnowledgeBase a
{
	background: url('supportIcons.gif') no-repeat 0px -100px;
}
.sOtherSupportResourcesList .sForums a
{
	background: url('supportIcons.gif') no-repeat 0px -200px;
}
.sOtherSupportResourcesList .sDocumentation a
{
	background: url('supportIcons.gif') no-repeat 0px -300px;
}
.sOtherSupportResourcesList .sDemos a
{
	background: url('supportIcons.gif') no-repeat 0px -400px;
}
.sOtherSupportResourcesList .sCodeLibrary a
{
	background: url('supportIcons.gif') no-repeat 0px -500px;
}
.sOtherSupportResourcesList .sRSS a
{
	background: url('supportIcons.gif') no-repeat 0px -582px;
}
.sSuiteAvailableSupport
{
	border-bottom: #b1d2ff 1px solid;
	position: relative;
	border-left: #b1d2ff 1px solid;
	padding-bottom: 18px;
	background-color: #fff;
	padding-left: 20px;
	width: 468px;
	padding-right: 20px;
	float: left;
	height: 442px;
	border-top: #b1d2ff 1px solid;
	border-right: #b1d2ff 1px solid;
	padding-top: 18px;
}
.sSuiteAvailableSupport h4
{
	margin-top: 10px;
	font-size: 14px;
}
.sNotCurrentSuite .sSuiteAvailableSupport
{
	display: none;
}
.sSuiteAvailableSupport .supportBackToSuite
{
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 11px;
}
.sSuiteAvailableSupport .supportBackToSuite a
{
	padding-left: 10px;
	background: url('arrows.gif') no-repeat 0px -228px;
}
.sSuiteAvailableSupport h3
{
	margin: 0px;
	font-size: 18px;
}
.sSuiteAvailableSupport .sSuiteProducts
{
	margin-top: 25px;
	width: 25%;
	float: left;
}
.sSuiteAvailableSupport .sSuiteProducts lI
{
	background-image: none;
	padding-bottom: 3px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.tRTF .sSuiteAvailableSupport .supportGeneralIssues
{
	font-size: 14px;
	font-weight: bold;
	padding-top: 23px;
}
.supportResourcesSearch
{
	border-bottom: #eee 1px solid;
	position: relative;
	padding-bottom: 20px;
	border-right-width: 0px;
	margin: 25px 0px 0px;
	padding-left: 0px;
	padding-right: 0px;
	border-top-width: 0px;
	border-left-width: 0px;
	padding-top: 0px;
}
.supportResourcesSearch label
{
	position: absolute;
	font-style: italic;
	display: block;
	color: #999;
	font-size: 13px;
	top: 4px;
	left: 5px;
}
.supportResourcesSearch INPUT.txt
{
	border-bottom: #afd1ff 1px solid;
	border-left: #afd1ff 1px solid;
	padding-bottom: 2px;
	padding-left: 5px;
	width: 333px;
	padding-right: 5px;
	height: 20px;
	font-size: 1.1em;
	border-top: #afd1ff 1px solid;
	margin-right: 12px;
	border-right: #afd1ff 1px solid;
	padding-top: 4px;
}
.supportResourcesSearch INPUT.fSubmitBtn
{
	padding-bottom: 3px;
	border-right-width: 0px;
	text-transform: uppercase;
	padding-left: 0px;
	outline-width: 0px;
	width: 105px;
	padding-right: 0px;
	background: url('searchBtn.gif') no-repeat 0px 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	height: 27px;
	color: #fff;
	font-size: 12px;
	border-left-width: 0px;
	padding-top: 0px;
}
.sSuiteSupport
{
	clear: both;
}
#purchaseRenewalRates
{
	border-bottom: #afd1ff 1px solid;
	border-left: #afd1ff 1px solid;	
	border-top: #afd1ff 1px solid;
	border-right: #afd1ff 1px solid;
	background-color: #fff;
	padding: 5px 5px 5px 5px;		
}
.purchaseRenewalRates th
{
	text-align: right;
	padding-bottom: 5px;
	padding-left: 17px;
	padding-right: 17px;
	padding-top: 5px;
}
.purchaseRenewalRates td
{
	text-align: right;
	padding-bottom: 5px;
	padding-left: 17px;
	padding-right: 17px;
	padding-top: 5px;
}
.purchaseRenewalRates .purchaseRRatesProduct
{
	text-align: left;
}
.purchaseRenewalRates tbody th
{
	text-align: left;
}
.purchaseRenewalRates tbody .purchaseRRatesLast th
{
	border-bottom-width: 0px;
}
.purchaseRenewalRates tbody .purchaseRRatesLast td
{
	border-bottom-width: 0px;
}

/* Documentation page */
.poTrainingBox
{
	padding-bottom: 17px;
	margin: 35px 0px 17px;
	padding-left: 17px;
	width: 510px;
	padding-right: 17px;
	background: url('sidebar_li_bg.png') repeat-x left bottom;
	float: left;
	padding-top: 13px;
}
.poTrainingBox img
{
	float: left;
}
.poTrainingBox .txt
{
	width: 370px;
	float: right;
}
.poTrainingBox h2
{
	margin-top: 0px;
}
.poLearningGuide
{
	padding-bottom: 14px;
	line-height: 1.6;
	margin: 14px 0px 7px;
	padding-left: 116px;
	padding-right: 17px;
	background: url('light_bulb1.png') #e8f3d2 no-repeat 36px 11px;
	padding-top: 16px;
}
.poLearningGuide div
{
	float: left;
}
.poLearningGuide strong
{
	font-size: 1.1em;
}
.poLearningGuide em
{
	font-style: normal;
	display: block;
	color: #999;
}
.poLearningGuide span
{
	text-align: right;
	width: 160px;
	float: right;
	font-size: 1.1em;
}
.poWhitepapersShortList ul
{
	list-style-type: none;
}
.poWhitepapersShortList ul li
{
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 0px;
	background: url('extensions.gif') no-repeat 0px -295px;
	padding-top: 0px;
}
.poWhitepapersShortList ul li a
{
	font-size: 14px;
}
.poWhitepapersShortList ul.webinars li
{
	background: url('tv_icon.png') no-repeat left top;
}
.poWhitepapersShortList ul.webinars div:hover
{
	background: url('sidebar_li_bg.png') repeat-x left bottom;
}
/* Home Customer page */
.maTableOfContents
{
	border-bottom: #e7e7e7 1px solid;
	padding-bottom: 12px;
	background-color: #f6fcff;
	margin: 0px;
	padding-left: 0px;
	width: 100%;
	padding-right: 0px;
	float: left;
	border-top: #e7e7e7 1px solid;
	padding-top: 12px;
}
.maTableOfContents a
{
	color: #29538a;
}
.maAvatar
{
	padding-bottom: 0px;
	margin: 0px 30px 0px 17px;
	padding-left: 0px;
	padding-right: 20px;
	float: left;
	border-right: #e7e7e7 1px dotted;
	padding-top: 5px;
}
.maAvatar a
{
	line-height: normal;
	display: block;
	font-size: 0.9em;
	padding-top: 2px;
}
.maContentSection
{
	padding-bottom: 0px;
	margin: 0px;
	padding-left: 60px;
	padding-right: 0px;
	float: left;
	padding-top: 0px;
}
.maContentSection h3
{
	margin-top: 0px;
	color: #333;
	font-size: 1.2em;
	padding-top: 5px;
}
.maContentSection ul
{
	margin: 5px 0px 15px;
}
.maContentSection ul li
{
	line-height: 1.4;
	padding-left: 0px;
	margin-bottom: 3px;
	background: none transparent scroll repeat 0% 0%;
}
.maTableOfContents
{
	border-bottom: #e7e7e7 1px solid;
	padding-bottom: 12px;
	background-color: #f6fcff;
	margin: 0px;
	padding-left: 0px;
	width: 100%;
	padding-right: 0px;
	float: left;
	border-top: #e7e7e7 1px solid;
	padding-top: 12px;
}
.maTableOfContents a
{
	color: #29538a;
}
.maAvatar
{
	padding-bottom: 0px;
	margin: 0px 30px 0px 17px;
	padding-left: 0px;
	padding-right: 20px;
	float: left;
	border-right: #e7e7e7 1px dotted;
	padding-top: 5px;
}
.maAvatar a
{
	line-height: normal;
	display: block;
	font-size: 0.9em;
	padding-top: 2px;
}
.maContentSection
{
	padding-bottom: 0px;
	margin: 0px;
	padding-left: 60px;
	padding-right: 0px;
	float: left;
	padding-top: 0px;
}
.maContentSection h3
{
	margin-top: 0px;
	color: #333;
	font-size: 1.2em;
	padding-top: 5px;
}
.maContentSection ul
{
	margin: 5px 0px 15px;
}
.maContentSection ul li
{
	line-height: 1.4;
	padding-left: 0px;
	margin-bottom: 3px;
	background: none transparent scroll repeat 0% 0%;
}
.tRTF .empty
{
	background: #e5f7ff;
}
.tRTF .maMySupportResources
{
	border-bottom: #666 2px solid;
	margin-top: 15px;
}
.tRTF .maMySupportResources LI
{
	background-image: none;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.maMySupportResources LI A
{
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 8px;
	color: #666;
	text-decoration: none;
	padding-top: 4px;
}
.maMySupportResources li a.rtsSelected:link
{
	background-color: #666;
	color: #fff;
	font-weight: bold;
}
.maMySupportResources li a em
{
	color: #666;
	font-size: 0.9em;
	font-weight: normal;
}
.maMySupportResources li a.rtsSelected em
{
	color: #ccc;
}
.maMyResources
{
	margin-bottom: 30px;
}
.tRTF .maMyResourcesList
{
	padding-bottom: 0px;
	margin: 0px 0px 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.maMyResourcesList li
{
	border-bottom: #d9d9d9 1px solid;
	text-align: right;
	padding-bottom: 5px;
	list-style-type: none;
	margin: 0px;
	padding-left: 5px;
	padding-right: 20px;
	padding-top: 5px;
}
.maClosedResource
{
	background-color: #f8f8f8;
}
.maNewResource
{
	font-weight: bold;
}
.maClosedResource a
{
	float: left;
	color: #333;
}
.maNewResource a
{
	float: left;
	color: #333;
}
.maClosedResource a
{
	padding-right: 45px;
	background: url(icons.gif) no-repeat 100% 7px;
}
.maMyResourcesList .maSupportResourceDate
{
	color: #777;
	font-size: 0.95em;
}
.maLearnAboutOpportunities
{
	width: 260px;
	padding-right: 10px;
	float: left;
	color: #666;
}
.maLearnAboutOpportunities h3
{
	color: #333;
}
.maLearnAboutOpportunities .maExtraOptions
{
	display: none;
}
.tRTF .maSubscriptionExpiration
{
	border-bottom: #d9d9d9 1px solid;
	border-left: #d9d9d9 1px solid;
	padding-bottom: 15px;
	margin: 15px 0px 30px;
	padding-left: 15px;
	padding-right: 15px;
	color: #666;
	border-top: #d9d9d9 1px solid;
	border-right: #d9d9d9 1px solid;
	padding-top: 15px;
}
.maConsultancyHoursTotal
{
	display: inline;
}
.maConsultancyHoursTotal strong
{
	color: #c60;
	font-weight: normal;
}
.maConsultancyHours
{
	margin: 10px 0px 5px;
	color: #333;
}
.maConsultancyHours thead th
{
	border-bottom: #666 2px solid;
	text-align: left;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 10px;
	font-size: 1.1em;
	padding-top: 5px;
}
.maConsultancyHours td
{
	border-bottom: #d9d9d9 1px solid;
	text-align: left;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 5px;
}
.maConsultancyHours .points
{
	text-align: right;
}
.maConsultancyHours td.points
{
	color: #666;
	font-weight: bold;
}
.maConsultancyHours .reason .date
{
	color: #777;
	font-size: 0.9em;
}
.maConsultancyHours
{
	margin: 10px 0px 5px;
	color: #333;
}
.maConsultancyHours thead th
{
	border-bottom: #666 2px solid;
	text-align: left;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 10px;
	font-size: 1.1em;
	padding-top: 5px;
}
.maConsultancyHours td
{
	border-bottom: #d9d9d9 1px solid;
	text-align: left;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 5px;
}
.maConsultancyHours .points
{
	text-align: right;
}
.maConsultancyHours td.points
{
	color: #666;
	font-weight: bold;
}
.maConsultancyHours .reason .date
{
	color: #777;
	font-size: 0.9em;
}
/* Download Client page */
.puDownloadHeader
{
	position: relative;
	clear: both;
}
.puDownloadHeader h1.puDownload
{
	margin: 7px 0px 5px;
	width: 100%;
	float: left;
	clear: both;
}
.puDownloadHeader a
{
	position: absolute;
	top: 13px;
	right: 0px;
}
.puFloat
{
	width: 100%;
	float: left;
	clear: both;
}
.puCheckAlso
{
	margin-left: 17px;
	clear: both;
}
.puCheckAlso h2
{
	margin-left: 5px;
}
/* renewals page */
.tFAQList h3
{
	margin-top: 5px;
	font-weight: normal;
}
.tRTF .tFAQList .tFAQCollapsed
{
	padding-left: 25px;
	background: url('down_plus.png') no-repeat;
}
.tFAQList .tFAQContent
{
	padding-bottom: 15px;
	line-height: 18px;
}
.tFAQList .tFAQContent *
{
	line-height: 18px;
	font-family: Arial !important;
}
/* Support System pages */

a.siteSearchLink
{
	font-size: 11px;
}
.rmRtl
{
	text-align: right;
	float: right;
}
.boxSendTicket
{
	padding-bottom: 17px;
	margin-top: 17px;
	padding-left: 17px;
	padding-right: 17px;
	background: #efefef;
	padding-top: 17px;
}
.boxSendTicket h2
{
	margin: 0px;
	float: left;
}
.boxSendTicket ul
{
	margin-top: 0px;
	float: left;
}
.boxSendTicket ul li
{
	padding-left: 8px;
	background: none transparent scroll repeat 0% 0%;
	float: left;
}
.boxSendTicket ul li span
{
	padding-left: 8px;
	color: #999;
}

/* avatars */
.maSelectedAvatar
{
	margin-top: 1.4em;
	width: 90px;
	float: left;
}
.maChangeAvatarForm .tFormNote
{
	margin-left: 0px;
}
.maChangeAvatarForm h2
{
	margin: 1.2em 0px 15px;
}
.maChangeAvatarForm h2 em
{
	font-style: normal;
	color: #777;
	font-size: 0.6em;
	font-weight: normal;
}
.maChangeAvatarForm .fSelectAvailableAvatar
{
	margin-top: 0px;
	width: 100%;
	float: left;
	clear: both;
}
.maChangeAvatarForm .fSelectAvailableAvatar li
{
	text-align: center;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 20px;
	background: none transparent scroll repeat 0% 0%;
	float: left;
	padding-top: 0px;
}
.maChangeAvatarForm .fSelectAvailableAvatar li label
{
	border-bottom: #f7f7f7 1px solid;
	text-align: center;
	border-left: #f7f7f7 1px solid;
	padding-bottom: 0px;
	line-height: 80px;
	padding-left: 0px;
	width: 80px;
	padding-right: 0px;
	display: block;
	margin-bottom: 5px;
	float: none;
	height: 80px;
	overflow: hidden;
	border-top: #f7f7f7 1px solid;
	border-right: #f7f7f7 1px solid;
	padding-top: 0px;
}
.maChangeAvatarForm .fSelectAvailableAvatar li label img
{
	vertical-align: bottom;
}
.maChangeAvatarForm .tFormButton
{
	padding-bottom: 14px;
	padding-left: 0px;
	clear: both;
}
.tForm .radupload
{
	width: auto;
	float: left;
}
a.btnStretch
{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 13px;
	display: block;
	background: url('longBtn.gif') no-repeat right top;
	float: left;
	height: 27px;
	padding-top: 0px;
}
a.btnStretch SPAN
{
	text-align: left;
	padding-bottom: 0px;
	line-height: 24px;
	padding-left: 28px;
	padding-right: 7px;
	display: block;
	background: url('longBtn.gif') no-repeat 0px -48px;
	float: left;
	height: 27px;
	color: #fff;
	font-size: 12px;
	padding-top: 0px;
}
#about
{
	width: 255px;
	float: left;
	height: 102px;
	margin-right: 34px;
}
#press
{
	width: 255px;
	float: left;
	height: 102px;
	margin-right: 34px;
}
#partnership
{
	width: 255px;
	float: left;
	height: 102px;
	margin-right: 34px;
}
#careers
{
	width: 255px;
	float: left;
	height: 102px;
	margin-right: 34px;
}
#press
{
	margin-right: 0px;
}
#careers
{
	margin-right: 0px;
}
#about
{
	border-bottom: #d9d9d9 1px solid;
	margin-top: 34px;
	margin-bottom: 14px;
}
#press
{
	border-bottom: #d9d9d9 1px solid;
	margin-top: 34px;
	margin-bottom: 14px;
}
#partnership
{
	margin-bottom: 34px;
}
#careers
{
	margin-bottom: 34px;
}
#about
{
	background: url('aboutp.png') no-repeat right top;
}
#press
{
	background: url('h2_news.jpg') no-repeat right top;
}
#partnership
{
	background: url('jobsearch.png') no-repeat right top;
}
#careers
{
	background: url('smallExp.png') no-repeat right top;
}
#about DT
{
	margin-bottom: 8px;
	font-size: 14px;
}
#press DT
{
	margin-bottom: 8px;
	font-size: 14px;
}
#partnership DT
{
	margin-bottom: 8px;
	font-size: 14px;
}
#careers DT
{
	margin-bottom: 8px;
	font-size: 14px;
}
#about DD
{
	line-height: 1.3;
	width: 136px;
}
#press DD
{
	line-height: 1.3;
	width: 136px;
}
#partnership DD
{
	line-height: 1.3;
	width: 136px;
}
#careers DD
{
	line-height: 1.3;
	width: 136px;
}

/* 
	root element for scrollable items. It is 
	absolutely positioned with large width. 
*/
#thumbs {	
	position:absolute;
	width:20000px;	
	clear:both;
}
 
/* custom positioning for navigational links */
a.prev, a.next {
	margin-top:108px;	
}
 
 
 
/* single item */
#thumbs div {
	float:left;
	width:985px;
	height:250px;
	background:#333 url('h150.png') repeat-x 0 146px;
	color:#fff;
	border-left:1px solid #333;
	cursor:pointer;
}
 
/* style when mouse is over the item */
#thumbs div.hover {
	background-color:#444;	
}
 
/* style when element is active (clicked) */
#thumbs div.active {
	background-color:#066;
	cursor:default;
}
 
#thumbs h3, #thumbs p, #thumbs span {
	margin:13px;		
	font-size:13px;
	color:#fff;	
}
 
#thumbs h3 em {
	font-style:normal;
	color:yellow;
}

div.scrollable {
	position: relative; 
	background-color: #234570; 
	width: 986px; 
	height: 250px; 
	overflow: hidden; 
	padding: 0px;
	margin: 0px;
}
div.scrollable div.items {
	position: absolute; 
	width: 20000px;
	height:250px;
	margin-left: 0px; 
	clear: both
}
div.scrollable div.items div {
	padding-bottom: 0px; 
	background-color: #ddd; 
	padding-left: 0px; 
	width: 986px;
	height:250px;
	padding-right: 0px; 
	float: left; 
	font-size: 30px; 
	margin-right: 0px; 
	padding-top: 0px; 
}
div.scrollable div.items div.active 
{
	background-color: #fff; 
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:18px;
	background:url('left.png') no-repeat;
	float:left;
	margin:0px 0px;
	cursor:pointer;
	font-size:1px;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;		
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url('right.png');
	clear:right;	
}



/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
	margin-left:0px;
	width:986px;
	height:250px;
}


/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url('navigator.png') 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;     
} 	

.th1
{
    clear:both !important;
	margin: 10px 0px !important;
	color: #1a6ca6 !important;
	font-size: 20px !important;
}
.th2
{
	text-align: left !important;
	margin: 10px 0px 5px !important;
	letter-spacing: 0px !important;
	color: #1a6ca6 !important;
	font-size: 13px !important;
	font-weight: bold !important;
}
.bullet_body li
{
	padding-left: 0px;
	margin-bottom: 3px;
}
#siteFlow
{
	position: relative;
	text-align: left;
	line-height: 18px;
	margin: 0px auto;
	width: 980px;
	font-family: Arial, Helvetica, sans-serif;
	height: 814px;
	color: #333333;
	font-size: 12px;
	left: 0px;
}
#siteFlow a
{
	color: #1d91fe;
	text-decoration: none;
}
.tNews h2.headNotes span
{
	color: #777;
	font-size: 11px;
}
.tNews h1.fHead
{
	width: auto;
	float: left;
}
.tNews .companyOpeningsList
{
	margin: 5px 0px 10px;
}
.tNews .companyOpeningsList li
{
	margin-bottom: 5px;
}
ul.corporateNews
{
	clear: both;
}
ul.pressNews
{
	clear: both;
}
ul.corporateNews li
{
	list-style-type: none;
	padding-left: 0px;
	margin-bottom: 6px;
	background: 0px 50%;
}
ul.pressNews li
{
	list-style-type: none;
	padding-left: 0px;
	margin-bottom: 6px;
	background: 0px 50%;
}
ul.corporateNews li a
{
	font-size: 1.1em;
}
ul.pressNews li a
{
	font-size: 1.1em;
}
ul.corporateNews li span
{
	white-space: nowrap;
	color: #777;
	font-size: 0.9em;
}
ul.pressNews li
{
	padding-bottom: 5px;
	width: 100%;
	float: left;
}
.pressNews li span
{
	width: 120px;
	float: left;
	color: #666;
	font-size: 11px;
}
.pressNews li p.content
{
	margin: 0px;
	width: 310px;
	float: left;
}
.tPageRight .logos
{
	padding: 0px;
    margin: 0px -90px;
	    width: 120%;
	    float: none !important;
	}
.logos img
{
    clear:both;
	margin-top:10px;
	float: right !important;
}
.logos .downloads
{
	width: auto !important;
	float: none !important;
}
.logos
{
	width: 435px;
	margin-bottom: 18px;
	float: left;
	font-size: 1.1em;
}
.logos p
{
	margin: 0px;
}
.logos ul
{
	margin: 10px -40px;
}
.logos h3
{
	margin-top: 0px;
}
.tNews .logos ul li
{
	margin-bottom: 0px;
	background:url('bulletsm.png') no-repeat 5px 7px;
	padding-left:13px;
	list-style-type:none;
}
.logos li p
{
	margin: 0px 0px 6px;
	color: #666;
	font-size: 0.9em;
}
.logos li span
{
	color: #999;
}
.logos UL.perit
{
	width: 415px;
}
.logos .perit li
{
	width: 100%;
	float: left;
}
.logos .perit li p
{
	width: 260px;
	float: left;
}
.logos .perit li p em
{
	font-style: normal;
	color: #000;
	font-size: 1.1em;
}

.tRTF .pt_NewsTitle
{
	margin: 30px 0px;
	clear: both;
}

/* tooltip styling. uses a background image (a black box with an arrow) */ 

div.tooltip      
{
    background:transparent url('black_arrow_big.png') no-repeat scroll 0 0;     
    font-size:14px; 
    height:153px;     
    padding:30px;     
    width:310px;     
    font-size:14px;     
    display:none;     
    color:#000; }  
    
    /* tooltip title element (h3) */ 
    
    div.tooltip h3 {     margin:0;     font-size:18px;     color:#fff; }
.modalBackground {
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.modalPopup
{
    background-image: url(transparent.png);
    background-repeat: no-repeat;
    width: 545px;
    height: 420px;
    padding: 55px;
}
.modalPopupCloseButton
{
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    height: 35px;
    width: 35px;
}
.modalPopupInner
{
	width: 500px;
	height: 365px;
	padding: 25px;
	background-color: #A8C2E0;
}
.modalPopupSendButton
{
	padding-bottom: 3px;
	border-right-width: 0px;
	padding-left: 0px;
	outline-width: 0px;
	width: 141px;
	padding-right: 0px;
	font-family: Arial, Sans-Serif;
	background: url(buttons.png) no-repeat 0px 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	height: 27px;
	color: #fff;
	font-size: 1em;
	border-left-width: 0px;
	padding-top: 0px;    
}
.modalPopupLoader
{
    background-color: #A8C2E0;
	width: 270px;
	height: 195px;
	position: absolute;
	padding-top: 180px;
	padding-left: 240px;
}
.Services
{
	padding-bottom: 0px;
	margin: 0px 0px 0px 0px;
	padding-left: 0px;
	width: 604px;
	padding-right: 20px;
	float: left;
	padding-top: 0px;
}
.Services p
{
	font: 12px Arial, Helvetica, sans-serif;
	color: #6f6f6f;
	width:550px;
}
.Services ul
{
	padding-bottom: 0px;
	list-style-type: none;
	margin: 0px auto !important;
	padding-left: 0px;
	width: 300px;
	padding-right: 0px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #181818;
	padding-top: 15px !important;
}
.Services li
{
	padding-bottom: 0px;
	margin: 0px;
	padding-left: 30px;
	padding-right: 0px;
	background: url('ul_li_bg.gif') no-repeat left 50% !important;
	padding-top: 0px;
}
.Services .blog
{
	border-bottom: #dbdbdb 1px solid;
	border-left: #dbdbdb 1px solid;
	background: #f1f1f1;
	border-top: #dbdbdb 1px solid;
	border-right: #dbdbdb 1px solid;
}
.Services .blog img
{
	padding-bottom: 0px;
	margin: 20px;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	padding-top: 0px;
}
.Services a
{
	padding-bottom: 5px;
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #26b5cd;
	text-decoration: underline;
	padding-top: 5px;
}
.Services img
{
	border-bottom-style: none;
	padding-bottom: 0px;
	border-right-style: none;
	margin: 10px 15px;
	padding-left: 0px;
	padding-right: 0px;
	border-top-style: none;
	border-left-style: none;
	padding-top: 0px;
}
.Lighter, .Lighter span
{
    color:#6ea2e3 !important;
}
.sServiceBox
{
	list-style-type: none;
	width: 604px;
	margin-bottom: 18px;
	background: url('servicesBg.gif') repeat-x center bottom;
	clear: both;
}
.sServiceBox a
{
	border-bottom: transparent 1px solid;
	border-left: transparent 1px solid;
	width: 604px;
	display: inline-block;
	border-top: transparent 1px solid;
	border-right: transparent 1px solid;
	text-decoration: none;
	cursor: pointer;
}
.sServiceBoxImage
{
	padding-bottom: 20px;
	margin: 17px 0px 0px 14px;
	padding-left: 0px;
	width: 153px;
	padding-right: 20px;
	float: left;
	overflow: hidden;
	padding-top: 0px;
}
.sServiceBoxImage img
{
	vertical-align: top;
}
.sServiceBoxText
{
	position: relative;
	margin: 17px 0px 0px;
	width: 410px;
	float: left;
	color: #000;
}
.sServiceBoxText .title
{
	position: relative;
	margin: 0px 0px 20px;
	display: block;
	color: #476bb3;
	clear: both;
	font-size: 18px;
}
.sNote
{
	position: relative;
	bottom: 10px;
	color: rgb(255,102,0);
}
.sServiceBox A:hover {
	border-bottom: #ccc 1px solid; 
	border-left: #ccc 1px solid; 
	background: #f0f0f0 0px 0px; 
	border-top: #ccc 1px solid; 
	border-right: #ccc 1px solid; 
	text-decoration: none
}
.clr
{
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
	clear: both;
	padding-top: 0px;
}
.main
{
	padding-bottom: 0px;
	margin: 0px auto;
	padding-left: 0px;
	width: 100%;
	padding-right: 0px;
	padding-top: 0px;
}
.body
{
	padding-bottom: 0px;
	margin: 5px auto;
	padding-left: 0px;
	width: 1024px;
	padding-right: 0px;
	padding-top: 0px;
}
.body h2
{
	border-bottom: #e1e1e1 1px solid;
	padding-bottom: 10px;
	margin: 0px;
	padding-left: 50px;
	padding-right: 0px;
	font: 24px Arial;
	color: #181818;
	padding-top: 10px;
}
.body p
{
	padding-bottom: 0px;
	margin: 10px 0px;
	padding-left: 15px;
	padding-right: 15px;
	font: 12px Arial;
	color: #666666;
	padding-top: 0px;
}
.body a
{
	font: bold 12px Arial;
	color: #26b5cd;
	text-decoration: none;
}
.News
{
	padding-bottom: 0px;
	margin: 5px 10px;
	padding-left: 0px;
	width: 310px;
	padding-right: 0px;
	float: left;
	padding-top: 0px;
}
.News h2
{
	background: url('h2_news.jpg') no-repeat left 50%;
}
.News a
{
	font: bold 12px Arial;
	color: #26b5cd;
	text-decoration: none;
}
.News .data
{
	text-align: center;
	padding-bottom: 5px;
	margin: 10px 5px 0px 10px;
	padding-left: 10px;
	padding-right: 10px;
	font: bold 12px Arial;
	float: left;
	color: #000000;
	padding-top: 5px;
}
.News .theme
{
	padding-bottom: 5px;
	margin: 10px 0px 0px 5px;
	padding-left: 10px;
	padding-right: 10px;
	font: bold 12px Arial;
	float: left;
	color: #9e9e9e;
	padding-top: 5px;
}
.what
{
	padding-bottom: 0px;
	margin: 5px 10px;
	padding-left: 0px;
	width: 310px;
	padding-right: 0px;
	float: left;
	padding-top: 0px;
}
.what h2
{
	background: url('h2_what.jpg') no-repeat left 50%;
}
.what a
{
	font: bold 12px Arial;
	color: #26b5cd;
	text-decoration: none;
}
.Clients
{
	padding-bottom: 0px;
	margin: 5px 10px;
	padding-left: 0px;
	width: 310px;
	padding-right: 0px;
	float: left;
	padding-top: 0px;
}
.Clients div.block
{
	margin: 15px 0px;
	min-height: 192px;
	width: 292px;
	background: url('bg_clients.gif') no-repeat 50% top;
}
.Clients p
{
	padding-bottom: 10px;
	margin: 0px;
	padding-left: 30px;
	padding-right: 20px;
	color: #8090a3;
}
.Clients h2
{
	background: url('h2_Clie.gif') no-repeat left 50%;
}
.Clients em
{
	font: bold italic 12px Arial;
	float: right;
	color: #637284;
}
.headerHome
{
	padding-bottom: 0px;
	margin: 0px auto;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.headerHome_text
{
	padding-bottom: 0px;
	margin: 0px auto;
	padding-left: 0px;
	width: 986px;
	padding-right: 0px;
	height: 250px;
	padding-top: 0px;
}
.headerHome_text strong
{
	margin: -200px 190px 0px 60px;
	display: block;
	font: 24px/24px "Century gothic", sans-serif;
	color: #234570;
}
.headerHome_text span
{
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	display: block;
	font: 32px/36px "Century gothic", Geneva, sans-serif;
	letter-spacing: -2px;
	color: #234570;
	padding-top: 0px;
}
.sConfirmBuy
{
	padding-bottom: 17px;
	background-color: #eee;
	margin: 15px 0px 0px;
	padding-left: 17px;
	padding-right: 17px;
	padding-top: 0px;
}
.sConfirmBuy .sOtherSupportResourcesList
{
	position: absolute;
	width: 510px;
	top: 0px;
	left: 0px;
}
.sConfirmBuy .sOtherSupportResourcesList ul
{
	border-bottom: #afd1ff 1px solid;
	border-left: #afd1ff 1px solid;
	padding-bottom: 5px;
	background-color: #fff;
	padding-left: 15px;
	padding-right: 15px;
	border-top: #afd1ff 1px solid;
	border-right: #afd1ff 1px solid;
	padding-top: 0px;
}
.sConfirmBuy .sOtherSupportResourcesList li
{
	background-image: none;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	font-size: 14px;
	padding-top: 0px;
}
.sConfirmBuy .sOtherSupportResourcesList em
{
	font-style: normal;
	display: block;
	color: #666;
	font-size: 9px;
	padding-top: 3px;
}
.tPageRightConfirm
{
	margin: 34px 0px;
	width: 290px;
	float: right;
}
.tForm .tFormNote .fUploadRestrictions
{
	color: #666;
}
.tForm .tOptionalField
{
	padding-left: 5px;
	font-size: 0.9em;
	padding-top: 5px;
}
.maSendSupportTicket .tFormFieldsList
{
	margin-top: 20px;
}
.tForm .tFormFieldsList .maSendSupportTicketText
{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.maSendSupportTicket .tFormFieldsList .maSendSupportFile #attachImageExpandLink
{
	margin: 0px 0px 0px 120px;
}
.maSendSupportTicket .tFormButton
{
	margin-top: 17px;
	border-top: #ccc 1px solid;
}
.tFormFieldsList .maSendSupportTicketText label
{
	padding-top: 46px;
}
.forumsPostAttachedFiles
{
	padding-bottom: 15px;
	line-height: 22px;
	padding-left: 15px;
	width: 582px;
	padding-right: 15px;
	background: url('postAttachments.gif') #eee no-repeat 0px 0px;
	padding-top: 15px;
}
.tRTF .forumsThreadPosts .forumsPostAttachedFiles ul
{
	margin-top: 0px;
}
.tRTF .forumsThreadPosts .forumsPostAttachedFiles li
{
	padding-bottom: 2px;
	padding-left: 0px;
	width: 100%;
	padding-right: 0px;
	float: none;
	border-top-width: 0px;
	padding-top: 0px;
}
.forumsPostAttachedFiles strong
{
	display: block;
	color: #333;
	font-size: 1.2em;
	font-weight: normal;
}
.tFormButton A.fSubmitBtn2:link
{
	padding-bottom: 0px;
	border-right-width: 0px;
	padding-left: 28px;
	outline-width: 0px;
	width: 93px;
	padding-right: 0px;
	display: block;
	background: url('buttons.png') no-repeat 0px 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	height: 24px;
	color: #fff;
	font-size: 1em;
	border-left-width: 0px;
	padding-top: 3px;
}
.maForgottonPasswordForm .tFormFieldsList
{
	margin-top: 20px;
}
.maForgottonPasswordForm label
{
	width: 30px;
}
.maForgottonPasswordForm .tFormButton
{
	padding-left: 40px;
}
.tRTF .sf_testimonialsList
{
	padding-bottom: 0px;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.tRTF .sf_testimonialsList li
{
	padding-bottom: 30px;
	list-style-type: none;
	margin: 0px;
	padding-left: 70px;
	padding-right: 0px;
	background: url('quotmark-left.gif') no-repeat 20px 15px;
	padding-top: 15px;
}
.sf_testimonialsList .sf_itemAuthorInfoSingleItem
{
	margin-top: 5px;
}
.sf_itemAuthorInfoSingleItem
{
	line-height: 15px;
	margin-top: 16px;
	font-size: 11px;
}
.mn_itemAuthorInfoSingleItem
{
	line-height: 15px;
	margin: -7px 0px 0px 175px;
	font-size: 11px;
}
.sf_itemAuthorPosition
{
	font-style: italic;
	display: block;
	color: #999;
	clear: both;
}
.tRTF h1
{
	line-height: 1.2;
	margin: 34px 0px 21px;
	font-size: 24px;
	font-weight: normal;
	color: #333;
}
.tForm .testimonialForm
{
	padding-bottom: 17px;
	padding-left: 0px;
	padding-right: 62px;
	background: url('quotation_mark.gif') no-repeat 100% 90%;
	padding-top: 0px;
}
.tForm .testimonialForm label
{
	text-align: left;
	margin: 0px 0px 8px;
	width: auto;
	float: none;
	color: #666;
	font-weight: normal;
	padding-top: 0px;
}
.tForm .testimonialForm .txtWrapper
{
	float: none;
}
.tForm .testimonialForm textarea
{
	width: 458px;
	overflow: auto;
}
.tForm .testimonialFormButton
{
	padding-bottom: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
}
/* change password page */
.maChangePasswordForm
{
	margin-top: 20px;
}
.maChangePasswordForm .tFormButton input.fSubmitBtn
{
	padding-bottom: 2px;
	padding-left: 0px;
	width: 178px;
	padding-right: 0px;
	background: url('buttons.png') no-repeat 0px -60px;
	height: 27px;
	padding-top: 0px;
}
.maClientRegistration .tFormFieldsList
{
	border-bottom: #ccc 1px solid;
	padding-bottom: 20px;
	margin-top: 15px;
}
.tFormButton input.fSubmitBtn
{
	padding-bottom: 3px;
	border-right-width: 0px;
	padding-left: 0px;
	outline-width: 0px;
	width: 121px;
	padding-right: 0px;
	font-family: Arial,Sans-Serif;
	background: url('buttons.png') no-repeat 0px 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	height: 27px;
	color: #fff;
	font-size: 1em;
	border-left-width: 0px;
	padding-top: 0px;
}
.tFormButton input.fFakeSubmitBtn
{
	padding-bottom: 3px;
	border-right-width: 0px;
	padding-left: 0px;
	outline-width: 0px;
	width: 121px;
	padding-right: 0px;
	background: url('buttons.png') no-repeat 0px 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	height: 27px;
	color: #fff;
	font-size: 1em;
	border-left-width: 0px;
	cursor: default;
	padding-top: 0px;
}
/* Most pages */
.tRTF
{
	font: 12px/18px arial,sans-serif;
	color: #333;
}
.tRTF h2
{
	margin: 34px 0px 13px;
	font-size: 18px;
	font-weight: normal;
	color: #333;
}
.tRTF p
{
	margin: 1em 0px 0px;
}
.tRTF ul
{
    margin: 1em 0px 0px;
	line-height: 24px;
	color: #333;
	font-size: 12px;
	list-style-type: none;
}
.tRTF ul li
{
	padding-bottom: 0px;
	line-height: 18px;
	margin: 0px;
	padding-left: 17px;
	padding-right: 0px;
	background: url('bulletsm.png') no-repeat 5px 7px;
	padding-top: 0px;
}
.tRightBoxMid .adr address
{
	font-style: normal;
	margin-bottom: 18px;
}
.tRightBoxMid .adr h2
{
	display: none;
}
.tPageMain A.tLink
{
	font-size: 11px;
}
#slider 
{
	PADDING-BOTTOM: 0px; 
	LIST-STYLE-TYPE: none; 
	MARGIN: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-RIGHT: 0px; 
	PADDING-TOP: 0px
}
#slider ul 
{
	padding-bottom: 0px; 
	list-style-type: none; 
	margin: 0px; 
	padding-left: 0px; 
	padding-right: 0px; 
	padding-top: 0px
}
#slider li 
{
	padding-bottom: 0px; 
	list-style-type: none; 
	margin: 0px; 
	padding-left: 0px; 
	padding-right: 0px; 
	padding-top: 0px
}
#slider li 
{
	width: 986px; 
	height: 250px; 
	overflow: hidden
}
p#controls 
{
	position: relative; 
	margin: 0px
}
#prevBtn 
{
	position: absolute; 
	margin: 0px; 
	width: 30px; 
	display: block; 
	height: 77px; 
	overflow: hidden; 
	top: -155px; 
	left: 0px
}
#nextBtn 
{
	position: absolute; 
	margin: 0px; 
	width: 30px; 
	display: block; 
	height: 77px; 
	overflow: hidden; 
	top: -155px; 
	left: 0px
}
#nextBtn {
	left: 958px
}
#prevBtn a 
{
	width: 30px; 
	display: block; 
	background: url('rLeft.png') no-repeat 0px 0px; 
	height: 55px
}
#nextBtn a 
{
	width: 30px; 
	display: block; 
	background: url('arRight.png') no-repeat 0px 0px; 
	height: 55px
}
#loginLink
{
	float:right;
	text-align:right;
	width: 200px;
	padding: 25px 10px 0 0;
	color:#EFEFEF;
	font-size:11px;
	
}

#loginLink a, #loginLink a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}

#loginLink a:hover
{
	text-decoration: underline;	
}
#confirmBox
{
	position: relative;
	width: 510px;
	height: 428px;
	overflow: hidden;
}
/* LAYOUT */
#container
{
    width: 100%;
    /*margin: 0 auto;*/
}
#container-inner
{
    margin: 0 0px;
}
#content-inner
{
    padding: 50px 30px 24px 30px;
    min-height: 400px;
    _height: 400px;
}
#breadcrumbs
{
	height: 40px;
	margin-top: -40px;
	line-height: 30px;
	font-size: 11px;
	color: #999;
}
#breadcrumbs a {
	color: #999;
	text-decoration: underline;
}
#breadcrumbs a:hover,
#breadcrumbs a:active {
color: #5d97b6;
}
#page-head 
{
    margin-bottom: 20px;
}
#header-foto
{
    margin:0 auto;
    width:986px;
    height:250px;
}
#header-fotoless
{
    margin:0 auto;
    width:986px;
    height:120px;
    background:url('Banners/bannerPassionITe.jpg') no-repeat;
}
#header-fotolessServices
{
    margin:0 auto;
    width:986px;
    height:120px;
    background:url('bgbanner.jpg') no-repeat;
}
#page-lead
{   
    width: 986px;
    /*float: left;*/
    /* padding: 0; 
    font-size: 15px;*/
}
#page-lead h1
{
    color: #000;
    margin-bottom: 20px;
}
#page-lead h2
{
    color: #000;
    font-weight: normal;
}

#page-lead p
{
    /*line-height: 1.7;*/
    margin-top: 20px;
}
#content blockquote
{
    color: #333;
    font-size: 14px;
    padding: 0 20px 15px 20px;
    line-height: 20px;
    font-style: italic;
}
#content blockquote span.source {
color: #777;
font-size: 12px;
text-align: right;
font-style: normal;
}

#content h1 {
font-size: 24px;
line-height: 1;

}
#header 
{
    height: auto;
    position: relative;
    font-family: Helvetica, Arial, sans-serif;
    width: 100%;
    margin:0 auto;
    background-color: #234570;
}
a 
{
    text-decoration: none;
    outline: none;
}
a img,
:link img,
:visited img
{
    border: none;
}
html, body, div, dl, dt, dd, form, input, textarea, h1, h2, h3, h4 ,h5 , h6, pre, code, blockquote, hr, th, td
{
    margin:0px;
    padding:0px;
}
h1
{
    font-size: 1.5em;
}
h2
{
    font-size: 1.4em;
}
h3
{
    font-size: 1.3em;
}
h4
{
    font-size: 1.2em;
}
h5
{
    font-size: 1.1em;
}
h6
{
    font-size: 1.0em;
}
body 
{
	background-color: #EFEFEF;
	font: 11px/1.4 arial,sans-serif;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
table
{
    border-spacing: 0;
}
img,abbr,acronym 
{
    border: 0;
}
caption,th
{
    text-align:left;
}

hr
{
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}
address
{
    font-style: normal;
}
strong
{
    font-weight: bold;
}
em
{
    font-style: italic;
}
fieldset
{
	padding-bottom: 0px;
	border-right-width: 0px;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 0px;
}
