/************************ typography ***************/
body {
	color: #666666;
	font-family: 'Droid Sans', sans-serif;
}
p {
	font:0.84em/1.4em 'Droid Sans';
	margin:.2em .6em .2em 0em;
	padding-left:12px;
	/*RFV 2011-09-23*/
	padding-left:2px;
}
.intro {
	color:#666666;
	margin:.2em .6em .2em 0em;
	padding-left:12px
}
.txt-med {
	color:#666666;
	margin:.2em .6em .2em 0em;
	padding-left:42px;
	padding-right: 32px;
	line-height: 1.4em;
}
h1 {
	color:#666;
	font-size: 1em;
	font-weight: bold;
	text-shadow:0 1px 0 #F3F3F3;
	margin:.4em 0 .4em 0;
	padding-left:10px;
	/*RFV 2011-09-23*/
	padding-left:2px;
}
h2 {
	color:#666;
	font-size: .92em;
	font-weight: bold;
	margin:.5em 0 .3em 0;
	padding-left:10px;
	/*RFV 2011-09-23*/
	padding-left:2px;
	line-height: 1.4em;
}
h3 {
	color:#666;
	font-size: .9em;
	font-weight: bold;
	margin:0.6em 0 .6em 0;
	/*RFV 2011-09-23*/
	padding-left:2px
}
a:link {
	color:#738fca;
	letter-spacing:.04 em;
	text-decoration:underline;
}
a:visited {
	color:#738fca;
	letter-spacing:.04 em;
	text-decoration:none
}
a:hover {
	color:#F07A16;
	text-decoration:underline
}
/************************ my links ***************/
a.mygray:link {
	border-bottom:1px solid #c0c0c0;
	color:#738fca;
	padding-bottom:2px;
	text-decoration:none
}
a.mygray:visited {
	border-bottom:1px solid #c0c0c0;
	color:#738fca;
	padding-bottom:2px;
	text-decoration:none
}
a.mygray:active {
	border-bottom:1px solid #c0c0c0;
	color:#738fca;
	padding-bottom:2px;
	text-decoration:none
}
a.mygray:hover {
	border-bottom:1px solid #c0c0c0;
	color:#F07A16;
	padding-bottom:2px;
	text-decoration:none
}
a.mygreen:link {
	border-bottom:2px solid #15AF15;
	color:#15AF15;
	padding-bottom:2px;
	text-decoration:none
}
a.mygreen:visited {
	border-bottom:2px solid #15AF15;
	color:#15AF15;
	padding-bottom:2px;
	text-decoration:none
}
a.mygreen:active {
	border-bottom:2px solid #15AF15;
	color:#15AF15;
	padding-bottom:2px;
	text-decoration:none
}
a.mygreen:hover {
	border-bottom:2px solid #15AF15;
	color:#15AF15;
	padding-bottom:2px;
	text-decoration:none
}
a.myblack:link {
	color:#000;
	padding-bottom:2px;
	text-decoration:none
}
a.myblack:visited {
	color:#000;
	padding-bottom:2px;
	text-decoration:none
}
a.myblack:active {
	color:#000;
	padding-bottom:2px;
	text-decoration:none
}
a.myblack:hover {
	color:#000;
	padding-bottom:2px;
	text-decoration:none
}
.barra {
	color:#d3d3d3
}
/************************ menu ***************/
#topnav {
	background:#f3f3f3;
	/*RFV 2011-09-23*/
	background-color: #fff;
	border-bottom:0px solid #c0c0c0;
	color:#B9B9B9;
	float:right;
	font:normal .6em Droid Sans;
	font-family: 'Droid Sans', sans-serif;
	padding-bottom:7px;
	padding-top:3px;
	text-align:right;
	width:960px;
	letter-spacing: .2em;
}
#topnav a {
	color:738fca;
	font-weight:bold;
}
div#navbar ul li {
	font:bold 1em Droid Sans
}
.menucontainer {
	background:#666;
	background:#ACACAC;
	border-bottom:0px solid #c0c0c0;
	border-top:0px solid #404e51;
	float:left;
	height:32px;
	padding-bottom:3px;
	padding-top:0px;
	width:960px
}
/************************ breadcrumb ***************/
.breadcrumb {
	background-color:#f3f3f3;
	/*RFV 2011-09-23*/
	background-color: #fff;
	border-bottom:1px solid #e6e6e6;
	border-bottom:1px dotted #d8d8d8;
	clear:both;
	color:#666;
	font-size:11px;
	letter-spacing:.1em;
	line-height:22px;
	margin-bottom:22px;
	padding-left:10px;
	padding-top:-20px
}
.breadcrumb a {
	color:#666;
	line-height:12px;
	text-decoration:underline
}
/************************ lists ***************/
.mylist {
	font-size: 96%;
	line-height:20px;
	list-style-image:url("../images/plus.gif");
	list-style-position:inside;
	margin-left:2px;
	padding-bottom:4px;
	padding-left:12px;
	/*RFV 2011-09-23*/
	padding-left:2px;
	text-align:left
}
.mylist p {
}
/************************ images ***************/
.img {
	background:#fff;
	border:1px solid #bebebe;
	float:left;
	margin:0;
	padding:2px
}
.img-right {
	background:#fff;
	border:1px solid #bebebe;
	float:right;
	margin:0;
	margin-bottom:10px;
	margin-left:10px;
	padding:6px
}
.img-noframe {
	background:#fff;
	float:left;
	margin:0;
	margin-bottom:10px;
	margin-right:14px;
	padding:2px
}
.img-noframeright {
	background:#fff;
	float:right;
	margin:0;
	margin-bottom:10px;
	margin-right:14px;
	padding:2px;
}
.img-noframeright-feature {
	background:#fff;
	float:right;
	margin:0;
	margin-top: 0px;
	margin-right: 12px;
	margin-left:20px;
	margin-bottom:10px;
}
.img-f {
	background:#fff;
	border:1px solid #bebebe;
	float:right;
	margin:0;
	margin-top: 16px;
	margin-bottom:2px;
	margin-right:6px;
	padding:2px
}
.img-down {
	margin-bottom:-6px;
	padding-left: 6px;
	margin-top: -20px;
}
/************************ hr ***************/
hr {
	border:solid #d8d8d8;
	border-width:1px 0 0;
	margin-top:12px
}
/************************ footer ***************/
div#footer {
	background-color:#666;
	background:#ACACAC;
	clear:both;
	color:#fff;
	font-family: 'Droid Sans', sans-serif;
	font-size:11px;
	height:90px;
	margin:0;
	padding-top:22px;
	text-align:center;
	width:100%;
	width:960px;
	border-top:1px solid #c0c0c0;
}
div#footer div p {
	margin:0px;
	font-size:11px;
}
div#footer a {
	color:#fff;
	font-size:11px;
}
/************************ social media ***************/
div#social {
	background:#F3F3F3;
	/*RFV 2011-09-23*/
	background-color:#fff;
	clear:both;
	color:#fff;
	font-family: 'Droid Sans', sans-serif;
	font-size:11px;
	height:36px;
	margin:0;
	text-align:center;
	width:100%;
}
/************************ box ***************/
.box {
	font:0.84em/1.4em 'Droid Sans';
	background:#fff;
	border:1px solid #d8d8d8;
	/*RFV 2011-09-23*/
	border:0px solid #d8d8d8;
	margin:10px auto;
	/*RFV 2011-09-23*/
	margin:0px auto;
	padding:6px;
	padding-left:2px;
	webkit-border-radius:10px 10px 1px 1px;
	-moz-border-radius: 10px 10px 1px 1px;
	-webkit-border-radius: 10px 10px 1px 1px;
}
.box p {
	font-size: 100%;
}
.box h2 {
	color:#4b5b5f;
	color:#666;
	font-size:1.2em;
	margin-top:10px;
	padding-top:0px
}
.boxgray {
	font: 0.88em/1.2em Droid Sans;
	background-color:#F0F0F0;
	border:1px solid #d8d8d8;
	/*RFV 2011-09-23*/
	border:0px solid #d8d8d8;
	margin:10px auto;
	/*RFV 2011-09-23*/
	margin:0px auto;
	padding:6px;
	padding-left:2px;
	webkit-border-radius:10px 10px 1px 1px;
	-moz-border-radius: 10px 10px 1px 1px;
	-webkit-border-radius: 10px 10px 1px 1px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 4px;
	border-radius: 15px;
}
.boxgray .testimonial {
	background-color:#F0F0F0;
	color:#666666;
	font: 0.88em/1.2em Droid Sans;
	font-family: 'Droid Sans', sans-serif;
	padding: 8px;
	padding-bottom: 4px;
	font-style: italic;
	text-shadow:0 1px 0 #fff;
}
.box h3 {
	color:#4b5b5f;
	color:#666;
	font-size:1em;
	margin-top:10px;
	padding-top:0px;
	padding-left:2px
}
.box hr {
	border:dotted #d8d8d8;
	border-width:1px 0 0;
	margin-top:12px
}
/************************ box_g ***************/
.box_g {
	background:#F9F9F9;
	border:1px solid #d8d8d8;
	font-size:.8em;
	margin:10px auto;
	padding:6px;
	padding-left:2px;
	webkit-border-radius:10px 10px 1px 1px;
	-moz-border-radius: 10px 10px 1px 1px;
	-webkit-border-radius: 10px 10px 1px 1px;
}
.box_g p {
	font:.9em/1.4em Droid Sans
}
.box_g h2 {
	color:#4b5b5f;
	color:#666;
	font-size:1.2em;
	margin-top:10px;
	padding-top:0px
}
.box_g .testimonial {
	color:#666666;
	font: italic.8em/1.4em Droid Sans;
	font-family: 'Droid Sans', sans-serif;
	margin:.2em .6em .2em 0em;
	padding-left:12px
}
.box_g h3 {
	color:#4b5b5f;
	color:#666;
	font-size:1em;
	margin-top:10px;
	padding-top:0px
}
.box_g hr {
	border:solid #d8d8d8;
	border-width:1px 0 0;
	margin-top:12px
}
/************************ easy slider ***************/
#slider li {
	float:left;
	height:220px;
	padding-bottom:0px;
	padding-left:0px;
	width:960px
}
#prevbtn, #nextbtn {
	display:none;
	visibility:hidden
}
#nextbtn {
	display:none;
	visibility:hidden
}
#prevbtn a, #nextbtn a {
	display:none;
	visibility:hidden
}
#nextbtn a {
	display:none;
	visibility:hidden
}
/************************ various ***************/
.comment {
	color:#666;
	font-family: 'Droid Sans', sans-serif;
	font-size:80%;
	margin-left:12px
}
.comment2 {
	color:#666;
	font-family: 'Droid Sans', sans-serif;
	font-weight: normal;
	border-bottom:1px solid #c0c0c0;
}
.popy {
	font-size:80%;
	margin-left: 0px;
	padding-left: 12px;
	line-height: 110%;
}
h1.popy {
	color: #21A8DF;
	font-size:100%;
	margin-top: 20px;
	padding-left: 20px;
	text-shadow:0 1px 0 #F3F3F3;
}
h2.popy {
	color: #666666;
	font-size:80%;
	margin-top: 20px;
	padding-left: 24px;
	text-shadow:0 1px 0 #F3F3F3;
	margin-bottom: 20px;
}
.myred {
	color: red;
	font-size: 11px;
}
.myredh2 {
	color: red;
	font-size: 17px;
}
.regprice {
	background:url("../images/reg_price_bg.gif") no-repeat scroll 0 0 transparent;
	font-size: 12px;
}
/************************ faq ***************/
.faq {
	padding-top: -10px;
	padding-bottom: -10px;
	padding-left: 12px;
}
.faq a {
}
h1.faq, h2.faq, h3.faq {
	border-top: 1px dashed #9A9A9A;
	color: #000;
	font-size: 16px;
	font-weight: normal;
	padding-left: 12px;
	padding-top: 18px;
}
.faq text {
	padding-left: 22px;
}
.faq. hr {
 border: none 0;
 border-top: 1px solid #9A9A9A;
 width: 50%;
 height: 1px;
}
.faqup {
	float:right;
	font-size: 10px;
}
.up {
	float:right;
	font-size: 10px;
	padding-top: 6px;
}
/************************ stepcarousel ***************/
.stepcarousel {
	background-color:#fff;
	background:url(../images/monitors/-monitor_blank.png) no-repeat scroll 0 0 transparent;
	border:0px solid #d2d2d7;
	height:254px;
	margin-left: 40px;
	margin-bottom:8px;
	overflow:scroll;
	position:relative;
	width:320px
}
.stepcarousel .belt {
	position:absolute;
	margin-top:6px;
}
.stepcarousel .panel {
	float:left;
	margin-top:5px;
	overflow:hidden;
	padding-left:0px;
	padding-right:2px;
	width:3100px
}
.stepcarousel .panel p {
	color:#000;
	font-size:.8em;
	line-height:1.32em;
	padding-top:0px
}
/************************ banner ***************/
.banner {
	background: url(../images/logos/logo_banner.png)top left no-repeat #F3F3F3;
	background-color: #F3F3F3;
	background-color: #fff;
	height:80px;
	width:100%
}
.banner_1 {
	background:url(../images/banners/banner-1.jpg) top center no-repeat #f3f3f3;
	border-bottom:0px solid #ced2de;
	height:180px;
	width:100%
}
.banner_report_software {
	background:url(../images/banners/banner-report-designer.jpg) top center no-repeat #f3f3f3;
	border-bottom:0px solid #ced2de;
	height:180px;
	width:100%
}
.banner_data-grid {
	background:url(../images/banners/banner-data-grid.jpg) top center no-repeat #f3f3f3;
	border-bottom:0px solid #ced2de;
	height:180px;
	width:100%
}
.banner_visual_report-designer {
	background:url(../images/banners/banner-visual-report-designer.jpg) top center no-repeat #f3f3f3;
	border-bottom:0px solid #ced2de;
	height:180px;
	width:100%
}
.banner_tour {
	background:url(../images/banners/banner-quick-tour.jpg) top center no-repeat #f3f3f3;
	border-bottom:0px solid #ced2de;
	height:180px;
	width:100%
}
.banner_report_designer {
	background:url(../images/banners/banner-report-designer.jpg) top center no-repeat #f3f3f3;
	border-bottom:0px solid #ced2de;
	height:180px;
	width:100%
}
.banner_report_viewer {
	background:url(../images/banners/banner-report-viewer.jpg) top center no-repeat #f3f3f3;
	border-bottom:0px solid #ced2de;
	height:180px;
	width:100%LD
}
.banner_desktop_report_viewer {
	background:url(../images/banners/banner_report-viewer.jpg) top center no-repeat #f3f3f3;
	border-bottom:0px solid #ced2de;
	height:180px;
	width:100%LD
}
.banner_report_scheduler {
	background:url(../images/banners/banner-report-scheduler.jpg) top center no-repeat #f3f3f3;
	border-bottom:0px solid #ced2de;
	height:180px;
	width:100%
}
.banner_download {
	background:url(../images/banners/banner-download.jpg) top center no-repeat #f3f3f3;
	border-bottom:0px solid #ced2de;
	height:180px;
	width:100%
}
.banner_support {
	background:url(../images/banners/banner-support.jpg) top center no-repeat #f3f3f3;
	border-bottom:0px solid #ced2de;
	height:180px;
	width:100%
}
.banner_lp-1 {
	background:url(../images/banners/lp-1.jpg) top center no-repeat #f3f3f3;
	border-bottom:0px solid #ced2de;
	height:180px;
	width:100%
}
.banner_lp-2 {
	background:url(../images/banners/lp-2.jpg) top center no-repeat #f3f3f3;
	border-bottom:0px solid #ced2de;
	height:180px;
	width:100%
}
.banner_lp-3 {
	background:url(../images/banners/lp-3.jpg) top center no-repeat #000;
	background-image: url(../images/banners/lp-3.jpg);
	border-bottom:0px solid #ced2de;
	height:180px;
	width:100%
}
.banner_lp-1_es {
	background:url(../images/banners/lp-1_es.jpg) top center no-repeat #f3f3f3;
	border-bottom:0px solid #ced2de;
	height:180px;
	width:100%
}
.bannershow_1 {
	background:url(../images/banners/bannershow_1.jpg) top center no-repeat #f3f3f3;
	background-image:url(../images/banners/t1.png);
	border-bottom:0px solid #ced2de;
	width:100%;
	height: 600px;
}
.bannerlp1 {
	background:url(../images/banners/t1.png) top left no-repeat #fff;
	width:100%;
	margin-top: -20px;
	padding-top: -20px;
	height:344px;
	margin-left:-10px;
	z-index: 1000;
}
/************************ movie ***************/
.movie {
	background-color:#fff;
	background-image:url(../images/video-icon.jpg);
	background-repeat:no-repeat;
	height:auto;
	position:left;
	padding-bottom: 10Px;
	width: 740px;
	padding-left: 70px;
	padding-top: 18px;
	padding-bottom: 18px;
	border-bottom:1px solid #DADADA;
	margin-top: 12px;
}
.movie a {
	color:#6F769B;
	font:16px "Trebuchet MS", Droid Sans, Arial;
	font-weight: bold;
}
/************************ screensmall ***************/
.screensmall {
	background-image: url(../images/monitors/screen_med.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	margin-right: -120px;
}
/************************ twitter ***************/

.boxtwitter {
	background-repeat:no-repeat;
	height:auto;
	position:right;
	float:right;
	padding-top: 30px;
	padding-bottom: 10Px;
	width: 145px;
	border:1px solid #49C6E2;
}
.boxtwitter a {
	color: #49C6E2;
	text-decoration: none;
}
.boxtwitter a:visited {
	color: #49C6E2;
	text-decoration: none;
}
.boxtwitter a:hover {
	color: #49C6E2;
	text-decoration: underline;
}
.neverspam {
	background-color:#fff;
	background-image:url(../images/buttons/btn_never%20spam.png);
	background-repeat:no-repeat;
	height:120px;
	width: 140px;
	padding-left: 460px;
	margin-top: -10px;
	margin-bottom: 20px;
	float:right;
	display:block;
}
.neverspampopy {
	background-color:#fff;
	background-image:url(../images/buttons/btn_never%20spam.png);
	background-repeat:no-repeat;
	height:120px;
	width: 140px;
	margin-left: 120px;
	margin-top: 0px;
	margin-bottom: 10px;
	display:block;
}
.moneyback {
	background-color:#fff;
	background-image:url(../images/buttons/btn_money_back.png);
	background-repeat: no-repeat;
	height:100px;
	width:100px;
	float:right;
	margin-top: 0px;
	padding-left: 36px;
}
.comment_table {
	vertical-align: top;
}
/************************ box ***************/

.boxb {
	font-family: 'Droid Sans', sans-serif;
	background:#fff;
	border:1px solid #d8d8d8;
	font-size:.9em;
	margin:10px auto;
	padding:6px;
	padding-left:2px;
	webkit-border-radius:10px 10px 1px 1px;
	-moz-border-radius: 10px 10px 1px 1px;
	-webkit-border-radius: 10px 10px 1px 1px;
	background:url(../images/bg/bg_box.png) top center no-repeat #fff;
}
.boxb p {
	font:.8em/1.4em Droid Sans
}
.boxb h2 {
	color:#666666;
	font-size:1.2em;
	margin-top:6px;
	margin-bottom: 8px;
	text-shadow:1px 1px 0 #fff;
}
<!--
forms--> .input {
	border: 11px solid #EEEEEE;
	background: red;
}
.button {
	border: 1px solid #006;
	background: #EEEEEE;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #738fca;
}
/* icons ---------- */

.designer-ico {
	background-color:#fff;
	background-image:url(../images/icons/designer.png);
	background-repeat:no-repeat;
	display: block;
	float:right;
	height:100px;
	width:100px;
	margin-top: 0px;
	padding-left: 2px;
}
.viewer-ico {
	background-color:#fff;
	background-image:url(../images/icons/viewer.png);
	background-repeat:no-repeat;
	display: block;
	float:right;
	height:100px;
	width:100px;
	margin-top: 0px;
	padding-left: 2px;
}
.rws-ico {
	background-color:#fff;
	background-image:url(../images/icons/rws.png);
	background-repeat:no-repeat;
	display: block;
	float:right;
	height:100px;
	width:100px;
	margin-top: 0px;
	padding-left: 2px;
}
.ss-ico {
	background-color:#fff;
	background-image:url(../images/icons/ss.png);
	background-repeat:no-repeat;
	display: block;
	float:right;
	height:100px;
	width:100px;
	margin-top: 0px;
	padding-left: 2px;
}
.designer-ico2 {
	background-color:#fff;
	background-image:url(../images/icons/designer.png);
	background-repeat:no-repeat;
	display: block;
	float:right;
	height:70px;
	width:80px;
	margin-top: -16px;
	mergin-right: -30px;
}
.viewer-ico2 {
	background-color:#fff;
	background-image:url(../images/icons/viewer.png);
	background-repeat:no-repeat;
	display: block;
	float:right;
	height:70px;
	width:80px;
	margin-top: -16px;
	mergin-right: -30px;
}
.rws-ico2 {
	background-color:#fff;
	background-image:url(../images/icons/rws.png);
	background-repeat:no-repeat;
	display: block;
	float:right;
	height:70px;
	width:80px;
	margin-top: -16px;
	mergin-right: -30px;
}
.ss-ico2 {
	background-color:#fff;
	background-image:url(../images/icons/ss.png);
	background-repeat:no-repeat;
	display: block;
	float:right;
	height:70px;
	width:80px;
	margin-top: -16px;
	mergin-right: -30px;
}
/* buttons ---------- */
.awesome, .awesome:visited, a:link.awesome {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	padding: 7px;
	margin-top: 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 4px;
	border-radius: 5px;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	padding: 8px;
	margin-top: 8px;
}
.awesome:hover {
	background-color: #111;
	color: #fff;
}
.awesome:active {
	top: 1px;
}
.awesome img {
	padding-bottom: 0px;
}
.awesome, .awesome:visited, .medium.awesome, .medium.awesome:visited {
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}
.large.awesome, .large.awesome:visited {
	font-size: 12px;
	padding-top: 6px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.small.awesome, .small.awesome:visited {
	height: 10px;
	font-size: 11px;
	padding: 7px 7px 7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.smaller.awesome, .smaller.awesome:visited {
	height: 10px;
	font-size: 11px;
	padding: 3px 3px 3px 3px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.smallerright.awesome, .smallerright.awesome:visited {
	height: 10px;
	font-size: 11px;
	padding: 3px 3px 3px 3px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	float: right;
}
.green.awesome, .green.awesome:visited {
	background-color: #91bd09;
	background-color: #87D630;
	color: #fff;
}
.green.awesome:hover {
	background-color: #749a02;
	background-color: #AAAAAA;
}
.gray.awesome, .gray.awesome:visited {
	background-color: #2daebf;
	background-color: #21A8DF;
	color: #fff;
}
.gray2.awesome, .gray2.awesome:visited {
	background-color: #C0C0C0;
	color: #fff;
	font-size: 9px;
}
.gray3.awesome, .gray2.awesome:visited {
	background-color: #D1D1D1;
	color: #fff;
}
.blue.awesome, .red.awesome:visited {
	background-color: #4D65DA;
}
.blue.awesome:hover {
	background-color: #007d9a;
	background-color: #FF5C00;
	background-color: #AAAAAA;
}
.red.awesome, .red.awesome:visited {
	background-color: #FD3900;
}
.red.awesome:hover {
	background-color: #872300;
	background-color: #AAAAAA;
}
.magenta.awesome, .magenta.awesome:visited {
	background-color: #a9014b;
}
.magenta.awesome:hover {
	background-color: #630030;
	background-color: #AAAAAA;
}
.orange.awesome, .orange.awesome:visited {
	background-color: #F17B21;
}
.orange.awesome:hover {
	background-color: #6DB023;
	background-color: #2DA2E5;
	background-color: #AAAAAA;
}
.yellow.awesome, .yellow.awesome:visited {
	background-color: #ffb515;
}
.yellow.awesome:hover {
	background-color: #AAAAAA;
}
.webcastlarge.awesome, .webcastlarge.awesome:visited {
	font-size: 18px;
	color:#fff;
	background-color: #0F8EB3;
	background-image:url(../images/webcast.png);
	background-repeat:no-repeat;
	background-position:bottom left bottom;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	height: 26px;
}
.webcastlarge.awesome:hover {
	background-color: #AAAAAA;
}
.downloadme.awesome, .download.awesome:visited {
	font-size: 18px;
	color:#fff;
	background-color: #F17B21;
	background-image:url(../images/download.png);
	background-repeat:no-repeat;
	background-position:top left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	height: 26px;
}
.downloadme.awesome:hover {
	background-color: #AAAAAA;
}
.downloadsmall.awesome, .download.awesome:visited {
	color:#fff;
	background-color: #F17B21;
	background-image:url(../images/down_small.png);
	background-repeat:no-repeat;
	background-position:top left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.downloadsmall.awesome:hover {
	background-color: #AAAAAA;
}
.gray.awesome, .gray.awesome:visited {
	background-color: #666666;
	background-color: #ACACAC;
}
.gray.awesome:hover {
	background-color: #AAAAAA;
}
.lila.awesome, .lila.awesome:visited {
	background-color: #CB7CF1;
}
.lila.awesome:hover {
	background-color: #AAAAAA;
}
/************************ tooltip ***************/
.tooltip txt0 {
	font-size: 14px;
	Color: #fff;
	padding-bottom: 12px;
	font-weight: bold;
}
.tooltip txt1 {
	font-size: 14px;
	Color: #fff;
	line-height: 15px;
	font-weight: bold;
}
.tooltip txt2 {
	font-size: 11px;
	Color: #fff;
	line-height: 13px;
}
.tooltip txt3 {
	font-size: 11px;
	Color: #fff;
	line-height: 13px;
}
.tooltip txt4 {
	font-size: 11px;
	Color: #fff;
	line-height: 13px;
}
.tooltip txt3 a {
	color:#fff;
}
.tooltip txt3 a:hover {
	color:yellow;
}
.tooltip txt4 a {
	color:#fff;
}
.tooltip txt4 a:hover {
	color:yellow;
}
.ajaxtip {
	color: #00f;
	background-color: #ACACAC;
}
#atip {
	display: none;
	padding: 25px;
	padding-top: 12px;
	font-size: 12px;
	background-color: #ACACAC;
	z-index: 999;
	-moz-border-radius: 6px;
	border-radius: 6px 6px;
	-webkit-border-radius: 6px;
	box-shadow: 1px 1px 1px #F3F3F3;
	-webkit-box-shadow: 1px 1px #F3F3F3;
	-moz-box-shadow: 1px 1px rgba#F3F3F3;
	border: 2px solid #F3F3F3;
	width:320px;
	height: 164px;
	background-image:url(../-assets/flowplayer-tooltip-ajax/flowplayer-tooltip-ajax_files/background.png);
}
#atip p {
	margin-bottom: 10px;
	color: #000;
	font-size: .88em;
	line-height: 1.3em;
	overflow: hidden;
}

