/* @override 
	http://localhost/css/mainRedesign.css
	http://risa.com/css/mainRedesign.css
*/

@charset "utf-8";

/** Universal **/
body, html {
	margin: 0;
	padding: 0;
	background: url(../images/bkg/bodyImg.gif) repeat-x 0 0;
}
img {
	border: 0;
	border-image: 0;
	padding-top: 0px;
}

img { -ms-interpolation-mode: bicubic; }

/** Type **/
body {
	font: 13px/20px "Proxima-Nova", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
	color: #333;
}
/*h3, h3 a:link {
	font-size: 14px;
}
h4, h4 a:link {
	font-size: 12px;
}*/
a, a:link {
	text-decoration: none;
	color: #3784b1;
}
a:visited {
	color: #3784b1;
}
a:hover {
	color: #585858;
	text-decoration: underline;
}
p a:link {
	font-weight: bold;
}
p a:visited {
	font-weight: bold;
}
ol li {
	list-style-type: decimal;
}
/** Layout **/
#container {
	margin: 0 auto;
	padding: 0;
	width: 975px;
}
#header {
	height: 100px;
}
/** Intro **/
#intro {
	margin: 0;
	padding: 15px 0 40px 0;
	background: url(../images/bkg/banner-top.gif) no-repeat 0 100%;
}
#intro h2, #intro h3 {
	font-size: 14px;
	margin: 0;
	padding: 0;
	float: left;
	font-weight: 600;
}
#intro-nav {
	margin: 0;
	padding: 0;
	float: right;
}
#intro-nav a {
	padding: 0 0 0 15px;
	font-size: 12px;
	font-weight: 600;
}
#intro-nav a.active {
	color: #999;
}
/** Navigation **/
#nav-container {
	height: 50px;
}
ul#main-nav {
	height: 40px;
	margin: 0;
	padding: 0 0 0 82px;
}
#main-nav li, #top-nav li, #intro-nav li {
	list-style: none;
	display: inline;
}
#main-nav a {
	width: 130px;
	height: 40px;
	float: left;
}
#main-nav a:focus { 
	background-position: 0 -40px;
}
#main-nav a:hover { 
	background-position: 0 -40px;
}
#main-nav a:active { 
	background-position: 0 -80px;
}
#main-nav span {
	display: none;
}
#tb-products a, #tb-support a, #tb-training a, #tb-downloads a, #tb-purchase a {
	width: 135px;
}
#tb-products a {
	background: url(../images/nav/tb_products.gif) no-repeat 0 0;
}
#tb-support a {
	background: url(../images/nav/tb_support.gif) no-repeat 0 0;
}
#tb-education a {
	background: url(../images/nav/tb_education.gif) no-repeat 0 0;
}
#tb-training a {
	background: url(../images/nav/tb_training.gif) no-repeat 0 0;
}
#tb-downloads a {
	background: url(../images/nav/tb_downloads.gif) no-repeat 0 0;
}
#tb-purchase a {
	background: url(../images/nav/tb_purchase.gif) no-repeat 0 0;
}
ul#top-nav {
	margin: 0;
	padding: 25px 0 15px 0;
}
#top-nav a {
	padding: 0 0 0 25px;
	float: right;
	font-weight: 600;
	font-size: 14px;
}
/** Footer **/
#footer {
	margin: 15px 0 0 0;
	padding: 15px 0 0 0;
	background: url(../images/bkg/footer-top.gif) no-repeat 0 0;
}
#footer.home {
	margin: 0;
	padding: 45px 0 0 0;
	background: url(../images/bkg/footer-home-top.gif) no-repeat 0 0;
}
#footer-content {
	margin: 0; padding: 0;
	background: url(../images/bkg/footer-bkg.gif) repeat-y 0 0;
}
.foot-col-a {
	margin: 0; padding: 0;
	width: 190px;
	float: left;
	background: url(../images/bkg/foot-col-a.gif) repeat-y 0 0;
}
.foot-col-b {
	margin: 0 0 15px 0; padding: 0;
	width: 190px;
	float: left;
}
.foot-col-c {
	margin: 0; padding: 0;
	width: 190px;
	float: right;
	background: url(../images/bkg/foot-col-c.gif) repeat-y 0 0;
}
#footer ul {
	margin: 0 0 0 35px;
	padding: 0;
}
#footer li {
	list-style: none;
	font-size: 11px;
	display: block;
}
#footer a {
	color: #999;
}
#footer a:hover { color: #069; }
#footer h4 {
	margin: 15px 0 0 35px; 
	padding: 0;
	font-size: 11px;
}
#footer h4 a:link { color: #666; }
#footer h4 a:hover { color: #069; }
#footer h4 a:visited { color: #666; }
#sub-footer {
	margin: 0;
	padding: 25px 0;
	background: url(../images/bkg/footer-bot.gif) no-repeat 0 0;
	color: #999;
}
#sub-footer p {
	font-size: 10px;
	text-align: center;
}
#sub-footer p a:link { font-weight: normal; }
#sub-footer p a:hover { color: #069; }
#sub-footer a:visited { color: #999; font-weight: normal; }
/** Tags **/
.btn-info {
	background: url(../images/buttons/btn-info.png) no-repeat 100% 50%;
}
.btn-down {
	background: url(../images/buttons/button_download.gif) no-repeat 100% 50%;
}
.button {
	margin: 0 25px 0 0;
	float: left;
}
.errlist {
	color: #f00;
	font-weight: bold;
}
.float-rt {
	float: right;
}
.ico-down { background: url(../images/icons/ico-down.png) no-repeat 0 50%; }
.ico-play { background: url(../images/icons/ico-play.png) no-repeat 0 50%; }
.ico-link { background: url(../images/icons/ico-link.png) no-repeat 0 50%; }
.ico-prod {
	float: left;
	margin: 0 5px 0 0;
}
.img-ctr {
	margin: 15px 0;
	padding: 0 100px;
	clear: both;
}
.img-left {
	margin: 0 15px 10px 0;
	padding: 0;
	float: left;
}
.img-right {
	margin: 0 0 10px 15px;
	padding: 0;
	float: right;
	font-weight: normal;
}
.logo {
	margin: 0;
	padding: 20px 0 0 10px;
	float: left;
}

.left-col {
	width: 485px;
	float: left;
}
.right-col {
	width: 485px;
	float: right;
}
.nobold {
	font-weight: normal;
}
.prodLogo {
	margin: 0;
	padding: 0 0 0 50px;
	float: left;
}
.logo-prodsum {
	margin: 0 15px 0 0;
	padding: 0;
	float: left;
}
.resources {
	margin: 0;
	padding: 10px 65px 0 65px;
}
.rule-dotted {
	height: 2px;
	background: url(../images/bkg/rule-875px.png) no-repeat 50% 0;
}
.rule-650px {
	height: 2px;
	background: url(../images/bkg/rule-650px.png) no-repeat 50% 0;
}
.small {
	font-size: 10px;
}
/**Table Styles**/
.table { 
	width: 90%;
	padding: 0;
	border: 1px solid #ccc;
	border-width: 1px 0 0 1px;
	margin: 25px 0 25px 50px;
    border-collapse:collapse;
}
.table th {
	background-color: #dedede;
	color: #069;
	font-weight: bold;
    text-align:left;
	margin: 0;
	padding: 5px 0 0 0;
}
table.revitae {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
table.revit {
	border-top: 1px solid #ccc;
}
table p a:link {
	font-weight: normal;
}
table p a:visited {
	font-weight: normal;
}
table p.small {
	font-weight: normal;
}
table h4 {
	color: #069;
}
tr, td {
	border: 1px solid #ccc;
	border-width: 0 1px 1px 0;
	margin: 0;
	padding: 5px 10px;
}
.tableHeader {
	background-color: #dedede;
	color: #069;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 0 0;
}
.tableSubhead {
	background: #ccc;
	font-weight: bold;
	color: #369;
	margin: 0;
	padding: 5px;
	text-align: center;
}
.tableCol1 {
	width: 50%;
	float: left;
	margin: 0;
	padding: 0;
}
.tableCol2 {
	width: 50%;
	float: right;
	margin: 0;
	padding: 0;
}
table ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
table ul li {
	list-style-type: none;
	margin: 0;
	padding: 5px 0;
	font-weight: bold;
	display: block;
}
/** Form styles **/
form {
	margin: 15px 0;
	padding: 15px 50px;
}
form.emailbox {
	margin: 0;
	padding: 20px 0 0 0;
	/*border-top: 1px solid #ccc;*/
	text-align: center;
}
form.updates {
	margin-top: 5px; padding: 0 15px;
}
form p {
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0;
}
input { 
	font-size: 1em;
	margin: 0;
	padding: 2px;
}
select {
	margin: 0 0 5px;
	padding: 0;
}
textarea   { 
	font-size: 1em; 
	padding: 4px;
	width: 400px;
}
.formSmallText {
	font-size: .8em;
	font-weight: normal;
	margin: 0 0 10px;
}
.checkbox {
	margin: 0 5px 0 0;
	padding: 0;
}
.submit {
	margin: 10px 0;
	padding: 0;
}
.submit-button {
	margin: 0 20px 0 0;
	float: right;
}
.textarea { 
	width: 300px;
	margin: 0 5px 0 0;
}
.updateBox {
	margin: 0;
	padding: 0;
	width: 140px;
}
.dropmsgform {
	float: left;
	width: 275px;
}
.select {
	width: 200px;
}
/*Clear Fix*/
.clearboth {
	clear: both;
}
/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */



/* Updated 2015 Styles */

.newlogo {
	margin: 0;
	padding: 30px 0 0 0;
	float: left;
}

a img.newlogo:hover {
	opacity: .85;
}

#banner .newproduct {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin-right: 50px;
	margin-bottom: 30px;
	margin-left: 50px;
}

#banner .newproduct.last {
	border:  none;
	padding-bottom: 0;
}

#banner .newproduct p {
	padding: 0;
	margin: 0 0 15px;
}

#banner .newproduct ul {
	list-style-type: none;
	margin: 0 0 15px;
	padding: 0;
}

#banner .newproduct li {
	list-style-type: none;
	line-height: 13px;
}

#banner .newproduct p img {
	margin-right: 5px;
	top: 4px;
	position: relative;
}

#banner .newproduct .prodlogo {
	margin-bottom: 15px;
}


#banner-intro.new {
	height: 85px;
}

.prod-th-logo.new {
	margin: 0 0 10px 50px;
}

.prod-th-logo.new.usbkey {
	margin: 7px 0 18px 50px;
}

.prod-th-logo.new.server {
	margin: 3px 0 13px 50px;
}

#prod-sums .prod-th ul {
	padding: 0 0 0 50px;
	margin: 0;
}

#prod-sums .prod-th li {
	list-style-type: none;
	line-height: 13px;
}

#prod-sums .prod-th a:hover img {
	opacity: 0.75;
}

.faqs a:hover img {
	opacity: 0.75;
}

#banner.faqs ul {
	margin: 0;
	padding-left: 50px;
}

#banner.faqs ul li {
	list-style-type: none;
}

#prod-down img {
	margin-bottom: 5px;
}

#prod-caps .fa, .banner-cap .fa {
	margin-left: 47px;
}

.homebanner {
/*background: #e6f0fa;
background: -moz-linear-gradient(top,  #e6f0fa 0%, #fbfbfb 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6f0fa), color-stop(100%,#fbfbfb));
background: -webkit-linear-gradient(top,  #e6f0fa 0%,#fbfbfb 100%);
background: -o-linear-gradient(top,  #e6f0fa 0%,#fbfbfb 100%);
background: -ms-linear-gradient(top,  #e6f0fa 0%,#fbfbfb 100%);
background: linear-gradient(to bottom,  #e6f0fa 0%,#fbfbfb 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f0fa', endColorstr='#fbfbfb',GradientType=0 );*/
	margin-bottom: 5px;
	text-align: center;
	margin-top: -7px;
}

.homebanner img {
	margin-right: 20px;
	margin-left: 20px;
}

.homebanner h1 {
	font-size: 16px;
	margin-top: 0;
	padding-top: 10px;
	margin-bottom: 8px;
}

.homebanner h1 span {
	font-weight: 300;
}

.homebanner a:hover img {
	opacity: .85;
}

#risanewstext em {
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	font-size: 11px;
}
#banner .demo h3 {
	margin-top: 25px;
}
#banner .rule-dotted.demo {
	margin-top: 10px;
	margin-bottom: 25px;
}
#banner .demo h3, #banner .demo p {
	padding-left: 50px;
}

#prod-sums .prod-th h4 {
	margin-top: 0;
}

.popover-title {
  background-color: #0;
  border-bottom: 1px solid #EBEBEB;
  border-radius: 5px 5px 0 0;
  font-size: 44px;
  font-weight: normal;
  line-height: 18px;
  margin: 0 !important;
  padding: 8px 14px !important;
}



