@charset "utf-8";
/* CSS Document */
/* Custom styles for the HOMER website                                           */
/* Edit here - do not edit styles.css in order to make upgrades go more smoothly */

/*** Styles used by Version History Page ***/
.indent-bullet {
	padding-left: 25px;
}
.major-release {
	font-weight: bold;
}
.minor-release {
	font-weight: bold;
}
.sub-header {
	font-weight: bold;
}


.feature-list {
	margin-left: 20px;
	list-style-position: inside;
	list-style-type: disc;
}
.feature-list-secondary {
	list-style-type: circle;
	list-style-position: inside;
	margin-left: 20px;
}



h1 {
	margin-top: 20px;
}
form p {
	margin-left: 40px;
}

.login {
	padding: 4px;
	margin-bottom: 20px;
	background-color:#44b1d9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size:.8em;
}

.login a {
	color:#fff;
}

.login a:hover {
	background-color:#fff;
	color:#000;
}

.HOMERred {
	color:#eb3c3e;
}

}
fieldset .med-blue {
	font-size: 1em;
	line-height: 2em;
	padding-left: 30px;
	list-style-type: disc;
}
.padded-table {
	width:700px;
}
table.center {
	margin-left:auto;
	margin-right:auto;
}

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

.download-now {
    background-image:url(http://54.241.207.82/img/download-image.png);
	display:block;
	height:29px;
	width:94px;
	overflow:hidden;
    text-indent:100%;
    white-space:nowrap;
}
.download-now:hover {
    background-image:url(http://54.241.207.82/img/download-mouse-over.png);
}

.buy-now {
    background-image:url(http://54.241.207.82/img/buy-now.png);
	display:block;
	height:29px;
	width:94px;
	overflow:hidden;
    text-indent:100%;
    white-space:nowrap;
}
.buy-now:hover {
    background-image:url(http://54.241.207.82/img/buy-now-mouse-over.png);
}

.footnote {
	color:#C03;
	font-size:0.8em;
	line-height:normal;
}

.footnote-marker {
	font-weight:bold;
	font-size:1.2em;
}
tr.d0 td {
    background-color:#A9C9D6;
	color:#000;
}
tr.d1 td {
    background-color: #fff; 
	color: #000;
}
tr.label-row td {
    background-color: #000; 
	color: #fff;
	font-size:1.3em;
}
.center-line {
	text-align:center;
}
.product-container {
	width:700px;
	float:left;
}
.profile-container {
	width:600px;
	float:left;
}
.fine-print {
	font-size:0.9em;
	font-style:italic;
}
.superscript {
	font-size:0.7em;
	vertical-align:super;
}
/*.span6 {
    margin-left: 15px;
}*/


form.form-horizontal label {
    line-height: 23px;
}

/* temporary; won't handle long email addrs */
/*form.form-horizontal#account_settings .control-label { 
    width: 300px;
}*/

.form-horizontal .control-group {
    margin-bottom: 30px;
}

.first_field {
    padding-top: 10px;
}


.form-horizontal label.checkbox {
    margin-left: 12px;
    margin-top: -12px;
    width: 50%; /*35%;*/
}

.signup_pass {
    position: relative;
}

.hint {
    position: absolute;
    left: 6px;
    top: 30px;
    margin-bottom: 0;
    font-size: 11px;
    color: #000;
}

.clear {
    clear: both;
}

.btn-left-margin {
	margin-left: 180px;
}

fieldset {
    margin: 20px 0px 50px;
	padding: 20px 20px 10px 20px;
	border: 1px solid #44b1d9;
	border-radius: 10px;
}



legend {
	display: block;
	width: 320px; /*100%;*/
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 27px;
	line-height: 24px;
	color: #333333;
	border: 0;
	/*border-bottom: 1px solid #e5e5e5;*/
}
legend.very-large-width{
	width: 450px;
}
legend.large-width{
	width: 350px;
}
legend.medium-width{
	width: 300px;
}
legend.small-width{
	width: 250px;
}
legend.very-small-width{
	width: 200px;
}
legend .small {
	font-size: 15px;
	color: #999999;
}

@media screen and (max-width: 1200px) and (min-width: 979px) {
        

    
    .form-horizontal label.checkbox {
        width: 45%;
    }
    
    .create_acc {
        margin-right: 30px;        
    }
    
    .login_acc {
        padding-right: 72px;
    }
    
}

.floatright {
	float: right;
}
.indent{
	margin-left: 40px;
}

/* Marilyn added these for small forms, etc */

.small-group {
border: solid 4px #000000;
border-radius: 20px;
padding: 20px;
}

@media screen and (max-width: 979px) and (min-width: 768px) {
    
     
    .form-horizontal label.checkbox {
        width: 55%;
    }
    
    form.form-horizontal .controls {
        margin-left: 100px;
    }
    
    /*form.form-horizontal legend {
        width: auto;
    }*/
    
    .form-horizontal .control-label {
        width: 80px;
    }
    
    .form-horizontal label.confirm_pass {
        width: 120px;
        margin-left: -38px;
        font-size: 13px;
    }
    
    /*.container {
        width: 96%;
    }*/
    
}

@media screen and (max-width: 767px) {
    
    
    form.form-horizontal label.checkbox {
        width: 55%;
    }
    
}

@media screen and (max-width: 480px) {
        

    
}

/* Color2 is the "cyan" variant of class "color" that does not force inline */

.color2 {
	color: #44b1d9 !important;
	font-size: inherit !important;
	font-weight: inherit !important;
	text-transform: inherit !important;
}
.light_emphasis {
font-style: italic;
}
.footer-text {
	font-size: 0.88em;
	line-height: 1.2em;
}
/* add rounded corners to anything */
.medium-rounded {
	border-radius:30px;
}
.supertext {
    vertical-align: text-top;
    font-size: 60%;
    line-height: 2px;
}





/* Moved over from custom2.css */



/* Overrides the original theme rules to sharpen the text/background contrast */
body {
	background: #f9f9f9; /*#f2f2f2; ORIG*/
	color: #606060; /*#767676; ORIG*/
}
h1, h2, h3, h4, h5, h6 {
	color: #5a5a5a; /*#646464; ORIG*/
}
a {
	color: #3b9cbf; /*#44b1d9; ORIG*/
}
/* End theme overrides */

.plain-text {
	font-family: Arial, Helvetica, sans-serif;
}
.staffmember hr {
	margin-top: 20px;
}
.staff-table {
	vertical-align: top;
	margin-left: 50px;
}
.staff-table p {
	margin-bottom: 0px:
}
.staffimage {
	float: left;
	margin-right: 20px;
	margin-bottom: 4px;
}

.listsqbullet {
	margin-left: 20px;
	list-style-position: inside;
	list-style-type: square;
}
#newsletter-list {
	list-style-image: url(../images/arrow_black.png);
	list-style-position: inside;
}
hr, .h {
	clear: both;
}
.partner-list-block {
	width: 490px;
	padding: 0px;
	height: 350px;
	border: 2px solid #44B1D9;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
}
.partner-list {
	list-style-position: inside;
	list-style-type: disc;
	display: block;
	float: left;
	width: 200px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 15px;
}
.partner-list-wrap {
	padding-left: 16px;
}
.partner-list-heading {
	font-size: 14px;
	text-align: center;
	clear: both;
	margin-top: 20px;
	font-weight: 600;
	text-transform: none;
	background-color: #666;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-variant: small-caps;
}
.partner-heading {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 20px;
	margin-left: 30px;
	background-color: #666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 40px;
	clear: none;
	color: #fff;
	font-variant: small-caps;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


div.partner-block {
	width: 90%;
	font-size: 13px;
	line-height: 17px;
	margin-left: 60px;
	clear: both;
}
div.partner-logo {
	float: left;
	width: 200px;
	background-color: #fff;
	margin-right: 20px;
	margin-bottom: 4px;
	padding: 12px;
	border: 1px solid #bbb;
}
div.partner-logo a img{
}
div.partner-header-logo {
	width: 240px;
	padding: 24px;
	background-color: #FFF;
	margin-bottom: 20px;
	margin-left: 80px;
	border: 1px solid #bbb;
}


.partner-page {
}
.partner-page h4 {
	margin: 20px 0px 0px;
}
.partner-page .partner-photo img {
	border: 1px solid #444;
}

.header-margins {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}

.big-quote {
	width: 80%;
}
.green {
	color: #009531;
}
.shipstone-diagram {
	background-color: #fff;
	margin-left: 200px;
	padding-top: 20px;
	border: 1px solid #44B1D9;
}
.training-table {
	border-collapse: collapse;
	margin-left: 80px;
}
.training-table th, .training-table td {
	border: 1px solid #777;
	padding: 4px 14px 4px 14px;
}
.indent-std {
	margin-left: 50px;
}

.training-table th {
	background-color: #E3E3E3;
}
.news-title {
	font-family: Constantia, 'Lucida Bright', 'DejaVu Serif', Georgia, serif;
	font-size: 20px;
	font-weight: bold;
}
.news-header img, .news-title,  {
	margin-bottom: 10px;
}

.bcbr-logo {
	background-color: #FFF;
	height: 50px;
	width: 100px;
	padding: 4px;
}
.camera-logo {
	width: 200px;
	margin-bottom: -10px;
}
.examiner-logo {
	width: 220px;
	height: 42px;
	border: 8px solid #000;
}
.venture-logo {
	background-color: #FFF;
	height: 30px;
	width: 130px;
	text-align: center;
	padding: 10px;
}
.headline-link {
	font-size: 18px;
	color: #0CF;
}
.contact h3 {
	margin: 0px;
}
.contact p {
	margin-bottom: 20px;
}
.hanging-indent {
	text-indent: -20px;
	padding-left: 20px;
}
ul.privacy {
	list-style-position: inside;
}
span.under {
	text-decoration: underline;
}
p.marg-top {
	margin-top: 20px;
}
.pro-table {
	width: 800px;
	margin-top: 30px;
	padding: 6px;
	border: 1px solid #444;
}
.pro-table tr, .pro-table td {
	padding: 6px;
	border: 1px solid #444;
}
.pro-table td:first-child {
	width: 180px;
}
.pro-table td:nth-child(2),
.pro-table td:nth-child(3),
.pro-table td:nth-child(4),
.pro-table td:nth-child(5) {
	width: 60px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

.supertext {
	font-size:0.7em;
	vertical-align:super
}
.pro-text span {
	font-family: Arial, Helvetica, sans-serif;
}
.launch-special {
	float:left;
	width:60px;
	margin:0px 10px 0px 10px;
}


/* pro features table */
.features-table {
	width:auto;
	margin-left: auto;
	margin-right: auto;
	/*empty-cells: show;*/
}
/* section header rules */
.features-table tr.section-header,
.features-table tr.section-header-mods {
	font-weight: bold;
	background-color: #FFF;
}
.features-table tr.section-header td,
.features-table tr.section-header-mods td {
	text-align: center;
	line-height: 14px;
	color:  #44b1d9; /* blue text */
}
.features-table tr.section-header td:first-child {
	font-size: 20px;
	line-height: 20px;
}
.features-table tr.section-header {
	margin-top: 20px;
}
.features-table .header-mods {
	background-color: #d9f7d9; /*#e1ffe1; light green*/
}

/* section sub-header and item rules */
.features-table tr.section-sub-header td {
	text-align: center;
	line-height: 14px;
	color:  #777;
}
.features-table tr.section-item td {
	text-align: center;
	line-height: 14px;
	color:  #555;
}
.features-table tr.section-header td,
.features-table tr.section-sub-header td,
.features-table tr.section-item td {
	padding: 5px 10px 5px 10px;
}
.features-table tr.section-sub-header td {
	font-weight: bold;
}
.features-table tr.section-header td:first-child,
.features-table tr.section-sub-header td:first-child,
.features-table tr.section-item td:first-child {
	text-align: left;
}

.features-table tr.section-item td span {
	padding: 6px 10px 6px 10px;
}

/* all text on the chart, cols 2-6*/
.features-table tr.section-item td:nth-child(2),
.features-table tr.section-item td:nth-child(3),
.features-table tr.section-item td:nth-child(4),
.features-table tr.section-item td:nth-child(5),
.features-table tr.section-item td:nth-child(6),
.features-table tr.section-item td:nth-child(7),
.features-table tr.section-item td:nth-child(8),
.features-table tr.section-sub-header td:nth-child(2),
.features-table tr.section-sub-header td:nth-child(3),
.features-table tr.section-sub-header td:nth-child(4),
.features-table tr.section-sub-header td:nth-child(5),
.features-table tr.section-sub-header td:nth-child(6),
.features-table tr.section-sub-header td:nth-child(7),
.features-table tr.section-sub-header td:nth-child(8) {
	width: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 12px;
	font-weight: 600;
	color:  #555;
}
.features-table .small-font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	font-weight: 600;
	color:  #555;
}

/* space between last item row and next header */
.features-table tr.spacer {
	height: 20px;
}

/* rows */
.odd {
	background-color: #f1f1f1;
	/*border-bottom: 1px solid #eee;*/
}
.even {
	/*background-color: #f0f0f0;*/
	/*border-bottom: 1px solid #eee;*/
}

/* columns */
.alt {
	/*background-color: #fdfdfd;*/
	border-left: 1px solid #d9d9d9;
	/*border-right: 1px solid #eee;*/
}
.alt2 {
	/*background-color: #fdfdfd;*/
	border-left: 1px solid #d9d9d9;
	/*border-right: 1px solid #eee;*/
}

/* section header columns - alternating */
/*.features-table tr.section-header td:nth-child(1),
.features-table tr.section-header td:nth-child(3),
.features-table tr.section-header td:nth-child(5) {
	background-color: #fff;
}
.features-table tr.section-header td:nth-child(2),
.features-table tr.section-header td:nth-child(4),
.features-table tr.section-header td:nth-child(6) {
	background-color: #fff; 
} */ /*#f5f9ff;*/   

/* sub header and body cell columns - alternating */
/*.features-table tr.section-sub-header td:nth-child(1),
.features-table tr.section-sub-header td:nth-child(3),
.features-table tr.section-sub-header td:nth-child(5),
.features-table tr.section-item td:nth-child(1),
.features-table tr.section-item td:nth-child(3),
.features-table tr.section-item td:nth-child(5) {
	background-color: #eee;
}
.features-table tr.section-sub-header td:nth-child(2),
.features-table tr.section-sub-header td:nth-child(4),
.features-table tr.section-sub-header td:nth-child(6),
.features-table tr.section-item td:nth-child(2),
.features-table tr.section-item td:nth-child(4),
.features-table tr.section-item td:nth-child(6) {
	background-color: #ddd; 
}*/  /*#e8e8e8;*/ /*#f5f9ff;*/

/* end pro features table */

.diffs-table {
	border-collapse: collapse;
	margin-left: 80px;
	color: #111;
	text-shadow: none;
}
.diffs-table th, .diffs-table td {
	border: none; /*border: 1px solid #777;*/
	padding: 4px 14px 4px 14px;
}
.diffs-table tr.odd {
	background-color: #e8e8e8;
}
.diffs-table tr.even {
	background-color: #f3f3f3;
}

.modal-backdrop {
  z-index: -1;
}

.table-content, .p {
	color:#767676;
}

.table-content, .focused {

}

.modal {
	width: 800px;
	margin: -250px -400px;
}

.no-bottom {
	border-bottom:0px;
}

.light {
	color: #f4f4f4;
}

.nav-tabs > li > a {
	font-size: 18px;
}

.z-tabs.vertical > ul.z-tabs-nav.z-tabs-desktop {
	width: 10%;
}

.sub-tab {
	font-size:14px;
	font-style:italic;
}

.button-subtext {
	font-size:12px; 
}

.modal {
	z-index:9000;
}

.modal-open {
	z-index:9000;
}

.z-tabs.vertical > ul > li.z-active > a {
	z-index: 8;
}

.pro-slider-text {
	text-shadow: none;
	color: #000;
	font-size: 16px;
}

.pro-thumb-text {
	font-size: 14px;
    color: #fff;
    font-weight: 1600;
    line-height: 1.4em;
    text-shadow: 1px 2px 2px #000;
}

.wrapper {
    position: relative;
    padding-bottom: 100%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

sel {
	width: 66% !important;
	height: 30px;
	padding: 5px;
	margin: 0;
	display: inline-block;
}

.pricing-table  { border:hidden; }
.pricing-table  th { text-align:right; font-weight:normal; }
.pricing-table	thead { text-align:center; 
	font-size: 28px; 
	color: #FFFFFF; 
	text-shadow: 0px 1px 0px #000000; 
	line-height: 1.2; }
.pricing-table	td { text-align:center; padding:5px; }
.pricing-table	tr:nth-child(even) { background-color: #DCDADA; }
.pricing-table	tr:nth-child(odd) { background-color: #FFFFFF; }
.pricing-table	tr.emphasis { background-color: #gray; }
.pricing-table  tr.header_row { background-color: #BDB8B8 !important;  }
.pricing-table	.detail { font-size:12px; font-style: italic; margin-top: 5px; }
.pricing-table	th.subhead { text-align:left; padding-left:10px; }
.pricing-table   h2 { margin-bottom: 0px !important; }


.hidden { visibility: hidden; }

.width15percent { width: 15%; }

.question {
	font-style: italic;
	font-weight: 600;
	font-size: 16px;
	color: #44b1d9 !important;
}

.answer { margin-left: 40px; }

.testimonial { 
  font-style: italic; 
  font-family: Georgia, "Times New Roman", Times, serif; 
  font-size: 16px;
  }
  
 .large-testimonial { font-size: 24px !important; line-height: 1.3; } 
 
 .header-testimonial { font-size: 20px !important; line-height: 1.2; }
 
 .cyan { color: #44b1d9 !important; }

