@charset "UTF-8";
/* Reset Baselines */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, pre,
a, abbr, acronym, address, cite, code, del, dfn, em, ins, kbd, q, samp,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, caption, tbody, tfoot, thead {margin:0;padding:0;outline:0;font-size:100%;/*vertical-align:baseline;*/background:transparent;text-align: left;}
img, abbr, acronym, fieldset {border:0;}
ul {list-style:none;}
a {color: blue; /* 003399 8B223A */text-decoration: underline;}
a:hover {text-decoration: none;}
table {border-collapse:collapse;border-spacing:0;}
small {font-family:Verdana, sans-serif; font-size:8pt; line-height:110%;}

/* 
Master stylesheet for bradfordsoftware.com
Created by Gene Cowan, modified by Arkadi Pasternak
Bradford Technologies, 2011
Last upadte: Jan 13, 2012 
*/

body {
	line-height: 140%;
	font-family: Georgia, serif;
	font-size: 10pt;
	background: #eeeeee;
}

#wrapper {
	width: 880px;
	border: 1px solid #ccc;
	background: #fff;
	margin: 5px auto 10px auto;
	padding: 0 10px 10px 10px;
}

#header {
	color: #333;
	padding: 0 10px;
	position: relative;
	height: 170px;
}

#content {
	width: 650px;
	float: left;
	padding: 10px 0;
	color: #333;
}

#content.full_page_860 {width: 880px;}

#content, #content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	font-weight: normal;
	color: #333;
	line-height: 140%;
	}

#content ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #333;
	list-style-position: outside;
	list-style-type: square;
	margin-left: 20px;
	line-height: 140%;
	}
	
#content ol {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #333;
	list-style-position: outside;
	margin-left: 20px;
	line-height: 140%;
	}

#content li {
	padding-bottom: 5px;
	padding-top: 5px;
	}

/* Text Styles */
.copyright {font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif;}
/* <- Deleted .copyright from Footer DELETE only after QA - AP */

.menu {
	font-size: 11pt;
	font-family: Helvetica, Arial, sans-serif;
	color: #666;
	line-height: 100%;
	}
	
h1 {
	font-family: Bradford, Helvetica, Arial;
	font-size: 28px;
	font-weight: bold;
	color: #97233F;
	line-height: 110%;
	padding-bottom: 5px;
	}

h2 {
	font-family: Bradford, Helvetica, Arial;
	font-size: 22px;
	font-weight: normal;
	color: #97233F;
	line-height: 130%;
	padding-bottom: 5px;
	}

h3 {
	font-size: 20px;
	font-family: Bradford, Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 120%;
	padding-bottom: 5px;
}

h4, .headline {
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 110%;
	padding-bottom: 2px;
}

.news h4 {text-transform:capitalize;}
h4 a {text-decoration:none; color: #97233F;}
h4 a:hover {color:#FF3333;}

h5 {
	font-size: 14px;
	font-family: Bradford, Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 140%;
	padding-bottom: 2px;
}

#toplogo {
	width: 350px;
	height: 90px;
	float: left;
	padding: 10px 0 0 0;
}

#topphone {
	width: 325px;
	height: 90px;
	float: right;
	padding: 10px 0 0 0;
}

ul#topmenu {
	background: url('/images/homepage/menu_line.gif') no-repeat;
	height: 48px;
	width: 917px;
	display:block;
	position: absolute;
	left: -18px;
	top: 115px;
}

ul#topmenu li {
	float: left;
	margin: 0 0 0 30px;
	font: 19px 'Josefin Sans', sans-serif;
	color: #fff;
	display:block;
}

ul#topmenu li a {
	color: #fff;
	display:block;
	text-decoration: none;
	padding-bottom: 5px;
}
/* classes added by jQuery filtering IE */
ul#topmenu li a.topmenu_vertical_aligning_adj {padding-top:11px;}
ul#topmenu li a.topmenu_vertical_aligning_ie_adj {padding-top:8px;}

ul#topmenu li a:hover {border-bottom: 2px solid #FFCC00;}
div#topmenu {margin-top: 20px; text-align: right;}

#searchbox {
	color: #333;
	width: 325px;
	float: right;
	padding: 5px;
	height: 50px;
	text-align: right;
	clear: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

ul#promos {
	width: 860px;
	margin: 5px auto 0 auto;
	padding: 0;
}

ul#promos li {
	float: left;
	display: block;
	width: 273px;
	height:111px;
	text-indent: -999em;
}

ul#promos li a {
	background-repeat: no-repeat;
	display: block;
	width: 273px;
	height:111px;
}

ul#promos li.one a {background: url('/images/homepage/cvr-banner.gif');}
ul#promos li.two {margin: 0 20px;}
ul#promos li.two a {background: url('/images/homepage/white-paper.gif');}
ul#promos li.three a {background: url('/images/homepage/aw-banner.gif');}


/* ______________ FRONT PAGE / PRODUCTS ______________ */
#title_products_and_services {
	background: url('/images/homepage/products_header.png') no-repeat bottom left;
	margin: 20px 0 0 0;
	display:block;
	height: 60px;
	text-indent: -999em;
	width: 880px;
}

#content.front_page {
	width: 880px;
	padding-bottom: 8px;
	border:none;
	float:none;
	margin: auto;
}

.btproducts_box_holder {width:890px; margin-left:-4px;}
.btproducts_box {
	border: 1px solid #ccc;
	color: #000;
	float: left;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	height: 213px;
	margin: 8px 4px 0 4px;
	overflow: hidden;
	padding:5px;
	width: 424px;
}
.box_full {height:auto; width: auto; margin: 8px 0 0 0;}

.btproducts_clickforms_cfbox {
	background: url('/images/products/btproducts_clickforms.gif') no-repeat -200px 0;
	display: block;
	height: 200px;
	overflow: hidden;
	text-indent: -999em;
	width: 110px;
}

.btproducts_clickforms_cflogo {
	background: url('/images/products/btproducts_clickforms.gif') no-repeat -223px -215px;
	display: block;
	padding-top: 33px;
	overflow: hidden;
}


.btproducts_clickforms {
	background-image: url('/images/products/btproducts_clickforms.gif');
	background-repeat: no-repeat;
	display: block;
	float: right;
	height: 50px;
	overflow: hidden;
	text-indent: -999em;
	width: 200px;
}

._cf_canada {background-position: 0 -50px;}
._cf_students {background-position: 0 -100px;}
._cf_packs {background-position: 0 -290px;}
._cf_maint {background-position: 0 -340px;}
._cf_update {background-position: 0 -390px;}
._cf_downlaod {background-position: 0 -440px;}

._cf_canada,
._cf_students,
._cf_packs,
._cf_maint,
._cf_update,
._cf_downlaod {float:left;}


.btproducts_box_screen {float:left; width:180px;}

.btlogos {
	background-image: url('/images/products/btproduct_logos.jpg');
	background-repeat: no-repeat;
	display: block;
	height: 125px;
	overflow: hidden;
	text-indent: -999em;
	width: 190px;
}
._100mc {background-position: 0 0;}
._office {background-position: -200px 0;}
._mls {background-position: -400px 0;}
._custom_forms {background-position: -600px 0;}

._sketch {background-position: 0 -150px;}
._training {background-position: -200px -150px;}
._sign {background-position: -400px -150px;}
._prop_data {background-position: -600px -150px;}

._flood {background-position: 0 -300px;}
._swift {background-position: -200px -300px;}
._network {background-position: -400px -300px;}
._pictometry {background-position: -600px -300px;}

._membership {background-position: 0 -450px;}
._directory {background-position: -200px -450px;}
._cc {background-position: -400px -450px;}
._cvr {background-position: -600px -450px;}

._mall {background-position: 0 -600px;}
._atlas {background-position: -200px -600px;}
._sentry {background-position: -400px -600px;}
._portfolio {background-position: -600px -600px;}

._amc {background-position: 0 -750px;}
._enhance {background-position: -200px -750px;}
._cc_training {background-position: -400px -750px;}
._vero {background-position: -600px -750px;}

._bing {background-position: 0 -900px;}
._support {background-position: -200px -900px;}
._uad {background-position: -400px -900px;}

.btns_learn_more_plus {
	background: url('/images/buttons/btns_learn_more_plus.gif') no-repeat 0 0;
	display: block;
	height: 32px;
	overflow: hidden;
	text-indent: -999em;
	width: 125px;
	margin: 6px 0 6px 3px;
	border:1px solid #fff;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
}
a.btns_learn_more_plus:hover {border-color: #FFCC00;}
a.btns_learn_more_plus:active {border-color: #FFFF00;}
._purchase {background-position: 0 -40px;}
._download {
	background-position: 0 -80px;
	width:230px;
	height: 40px;
	margin: 18px 0 0 0;
	float: left;
}
._update {
	background-position: -250px -80px;
	width:240px;
	height: 40px;
	margin: 18px 0 0 15px;
	float: left;
}
._free {background-position: 0 -130px;}
._call {background-position: 0 -170px; cursor: default; border-color: #fff !important;}
._infosheet {background-position: 0 -210px;}
._downloadsm {background-position: 0 -250px;}

.btproducts_box_text {
	float: left;
	margin: 7px 0 0 10px;
	width: 230px;
	line-height: 180%;
}

.box_full .btproducts_box_text {padding-right: 10px; width: 538px;}
.btn_clickforms_choices_box {float: left; margin-top: 5px; width: 200px;}

.btproducts_box h2 {padding-bottom: 12px;}
.btproducts_box h2 a {color:#97233F; text-decoration:none;}

/* _____________ PAGES _____________ */
/*  Internal page blocks */
.leftbox, .rightbox {
	padding: 10px;
	width: 284px;
	float: right;
	margin-right: 0px;
	margin-bottom: 15px;
	height: auto;
}
.leftbox {
	clear: both;
	float: left;
	margin-right: 5px;
}
	
.fullbox {
	border: 1px solid #ccc;
	width: 630px;
	float: left;
	clear: both;
	margin-bottom: 8px;
	padding: 10px;
	height: auto;
	}

/* This is the right floating box containing links to buy, download, or get info */
.linkbox {
	color: #333333;
	height: auto;
	width: 150px;
	margin-left: 10px;
	float: right;
	}


/* ______________________________ Homepage NEWS TICKER ______________________________ */
#main_news {
	display:block;
	height: 40px;
	margin: 5px auto 0px auto;
	overflow: hidden;
	width: 858px; 
	border: 1px dotted #999;
}
#main_news ul.vert-news {margin:0; padding:0;}
ul.vert-news li {
	line-height: 120%;
	font-size: 14px;
	color:#111;
	list-style: none;
	font: italic 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
ul.vert-news li a {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #97233F;
	text-decoration: none;
	text-transform: capitalize;
}
ul.vert-news li a:hover {color:#FF3333;}

/* ________________ SIDEBAR __________________ */
#sidebar {
	height: auto;
	width: 205px;
	float: right;
	line-height:1;
}

.sidebar-ad, .sidebar_banner {
	width: 193px;
	border: 1px solid #ccc;
	margin: 8px 0px;
	padding: 5px;
}

.sidebar-menu {
	width: 203px;
	color: #656565;
	border: 1px solid #ccc;
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 55px;
}
	
.sidebar-menu.about_us {background-image: url('/images/pageart/bg-about-top.png');}
.sidebar-menu.bg_learn_more {background-image: url('/images/pageart/bg-learn-more-top.png');}
.sidebar-menu li {
	list-style-type: none;
	margin: 0px;
	padding: 0;
	font: bold 9pt Helvetica, Arial, sans-serif;
	color: #333333;
}
.sidebar-menu a {
	display:block;
	color: #333;
	text-decoration: none;
	padding: 5px;
}
.sidebar-menu a:hover {background-color:#009FD6; color:#FFF;}

/* _________________________ Accordion sidebar menus _________________________ */
.Accordion {overflow: hidden;}
.AccordionPanel {margin:0px; padding:0px;}
.AccordionPanelTab {
	border-top: none;
	border-bottom: none;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	margin: 2px 0;
	padding: 5px 10px;
	font: 9pt Helvetica, Arial, sans-serif;
	line-height: 140%;
	color: #333333;
}
.AccordionPanelContent {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	height: 80px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	line-height: 140%;
	color: #333333;
}
.AccordionPanelOpen .AccordionPanelTab {background:#009FD6; color:#fff;}
.AccordionPanelTabHover {color:#009FD6;}
.AccordionPanelOpen .AccordionPanelTabHover {color:#333; cursor:default;}
.AccordionFocused .AccordionPanelTab {background:#fff;}
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {background:#009FD6; color:#fff;}
.AccordionPanelContent ul {padding-left: 6px;}
.AccordionPanelContent li {
	list-style-type: none;
	margin:0px;
	padding:0px;
	font: 9pt Helvetica, Arial, sans-serif;
	line-height: 140%;
	color: #333333;
	list-style-position: inside;
}
.AccordionPanelContent a {padding:0; margin:0; padding-left:20px;}
.AccordionPanelContent a:hover {display:block; background-color: #009FD6; color: #FFFFFF;}

/* _________________________ Style for FAQ accordion _________________________ */
.faqaccordion {
	width: 560px;
	border-bottom: solid 1px #c4c4c4;
	font-size: 10pt;
	margin: auto;
}
.faqaccordion h4 {
	background: #e9e7e7 url(/images/misc/arrow-square.gif) no-repeat right -51px;
	margin: 0;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	line-height: 120%;
	font-weight: bold;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 10px;
}
.faqaccordion h4:hover {background-color: #e3e2e2;}
.faqaccordion h4.active {background-position: right 5px;}
.faqaccordion p {
	background: #f7f7f7;
	margin: 0;
	padding: 10px 15px 20px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
	font-size: 10pt;
}



/* ______________ FOOTER ______________ */
#footer {
	width: 858px;
	margin: 0 auto;
	clear: both;
	color: #777;
	border: 1px solid #ccc;
	font: 9pt Arial, Helvetica, sans-serif sans-serif;
	line-height: 1.2;
	padding: 10px;
	background-color: #E5E5E5;
	text-align: center;
}

#footer a {
	color: #555;
	text-decoration: none;
}

#footer a:hover {
	color: #000;
	text-decoration: underline;
}

.footer-column {
	width: 180px;
	float: left;
	font-family: "Arial Narrow";
	font-size: 8pt;
	margin-right: 5px;
}


/* ______________ Button Styles ______________ */
a.pushbutton {
	background: transparent url('/images/buttons/bg_button_a.png') no-repeat scroll top right;
	color: #333;
	display: block;
	float: left;
	font: bold 11px helvetica, arial, sans-serif;
	height: 24px;
	margin-right: 6px;
	padding-right: 15px; /* sliding doors padding */
	text-decoration: none;
}

a.pushbutton span {
    background: transparent url('/images/buttons/bg_button_span.png') no-repeat;
    display: block;
	 line-height: 14px;
    padding: 5px 0 5px 18px;
	 text-transform:uppercase;
}

a.pushbutton:hover {
	color:#e63764;
}

a.pushbutton:active {
	background-position: bottom right;
	color: #FFF;
	outline: none; /* hide dotted outline in Firefox */
}

a.pushbutton:active span {
    background-position: bottom left;
    padding: 5px 0 5px 18px; 
}


/* Shadows around images -- called by the shadow.js javascript */
/*shadows*/
div.shadow {
  padding: 0 1px;
  background: #bfbfbf;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  position: relative;
}

div.shadow img { background-image: url(/images/misc/shad_bottom.png); background-repeat: repeat-x; background-attachment: scroll; background-position: left bottom; padding: 0 1px 4px 0;
}

div.shadow img.nomatte { background-image: url(/images/misc/shad_bottom.png); background-repeat: repeat-x; background-attachment: scroll; background-position: left bottom; padding: 0 0 4px;
}

div.shadow div.topleft { background-image: url(/images/misc/shad_tlcorner.png); background-repeat: no-repeat; background-attachment: scroll; background-position: left top; width: 2px; height: 4px; position: absolute; top: 0; left: -1px; }

div.shadow div.topright {
  width: 2px;
  height: 4px;
  background: url(/images/misc/shad_trcorner.png) no-repeat top right;
  position: absolute;
  top: 0px;
  right: -1px;
}

div.shadow div.bottomleft {
  width: 4px;
  height: 4px;
  background: url(/images/misc/shad_blcorner.png) no-repeat bottom left;
  position: absolute;
  bottom: 0px;
  left: -1px;
}

div.shadow div.bottomright { background-image: url(/images/misc/shad_brcorner.png); background-repeat: no-repeat; background-attachment: scroll; background-position: right bottom; width: 4px; height: 4px; position: absolute; bottom: 0; right: -1px; }


/*
Name: Sliding Login Panel with jQuery 1.3.2
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Date: March 26, 2009
Version: 1.0
*/
/***** clearfix *****/
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

/* Panel Tab/button */
.tab {
	background: url(/images/slider/tab_b.png) repeat-x 0 0;
	height: 42px;
	position: relative;
	top: 0;
	z-index: 999;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.tab ul.login {
	display: block;
	position: relative;
	float: right;
	clear: right;
	height: 42px;
	width: auto;
	font-weight: bold;
	line-height: 42px;
	right: 40%;
	color: white;
	font-size: 90%;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.tab ul.login li.left {
  	background: url(/images/slider/tab_l.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li.right {
  	background: url(/images/slider/tab_r.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 42px;
  	background: url(/images/slider/tab_m.png) repeat-x 0 0;
}

.tab ul.login li a {
	color: white;
}

.tab ul.login li a:hover {
	color: white;
}

.tab .sep {color:#414141}

.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 160px;
	position: relative;
	top: 11px;
}

.tab a.open {background: url(/images/slider/bt_open.png) no-repeat left 0;}
.tab a.close {background: url(/images/slider/bt_close.png) no-repeat left 0;}
.tab a:hover.open {background: url(/images/slider/bt_open.png) no-repeat left -19px;}
.tab a:hover.close {background: url(/images/slider/bt_close.png) no-repeat left -19px;}

/* sliding panel */
#toppanel {
    position: absolute;
    top: 0;
	left: 0;
    width: 100%;
    z-index: 99999;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
}

#panel {
	width: 100%;
	height: 150px;
	color: #FFFFFF; 
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
	background-color: #3988b6; url(/images/slider/tab_bg.png) repeat-x 0 0;
	background-repeat: repeat;
}

#panel h1 {
	font-size: 24px;
	margin: 0;
	color: white;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

#panel h2{
	font-size: 14px;
	margin: 0;
	color: white;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

#panel p {
	margin: 5px 0;
	padding: 0;
}

#panel a {
	text-decoration: none;
	color: white;
}

#panel a:hover {
	color: white;
}

#panel a-lost-pwd {
	display: block;
	float: left;
}

#panel .content {
	width: 850px;
	padding-top: 10px;
	text-align: left;
	font-size: 14px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#panel .content .left {
	width: 180px;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #333;
}

#panel .content .right {
	border-right: 1px solid #333;
}

#panel .content form {
	margin: 0 0 10px 0;
}

#panel .content label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
}

#panel .content input.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: white;
	height: 16px;
}

#panel .content input:focus.field {
	background: #545454;
}

/* FORMS */
input[type='text'],
input[type='password'],
input[type='file'],
input[type='search'],
textarea
{
  padding: 2px;
  border: solid 1px #999;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  color: #333;
  background: #f3f3f3 url('/images/misc/bg-forms.png') left top repeat-x;
}

/* ADDED By ARKADI PASTERNAK on 5-19-2010 */
/* FOR /support/downloads_cf.asp */
#content .new_download_style ul {list-style-type: none !important;}
#content .new_download_style li {
	font-size: 10pt;
	padding-bottom: 10px;
	padding-top: 0;
}
#content .new_download_style p {margin-bottom:0; margin-top:10px;}

span.dif_color {color: #0065BD;} 

/* used on BT download trial page */
.hide-field {display:none;}

/* used on promo pictometry page */
ul.green-check li {
	list-style-type: none;
	margin:0;
	padding-left:30px;
	background: url('/promos/2010-nov/pictometry-upgrade/bullet.jpg') no-repeat 0% 30%;
}

/* TABLES on MISMO XML page */
.table_data td {
	padding: 5px;
	vertical-align: middle;
	border: 1px solid #444;
}

/* ul ul li - for Careers */
div.careers ul ul li {list-style-type:circle;}


/* ______________ WEBINAR ________________ */
#content p.webinar-plugin {font: 8.5pt Arial, Helvetica, sans-serif; color: #777;}
.webinar-plugin a {text-decoration: none; color:#990033;}
.webinar-plugin a:hover {text-decoration:underline;}


/* ______________ UAD Page ______________ */
.learn_more_buttons {
	width: 150px;
	height: 50px;
	display: block;
	text-indent: -999em;
	overflow: hidden;
}
.call_for_info {background: url("/images/buttons/callforinfo.png") top left no-repeat;}
.purchase_now {background: url("/images/buttons/purchasenow.png") top left no-repeat;}
.simple_box_no_set_width {margin: 10px 0px;}
.simple_box_300 {width: 300px; margin: 10px 0px;}
.uad_intro_video {width: 460px; overflow: hidden;}
#content .format_links a:hover {color:#000;}


/* _____________ SOCIAL MEDIA _____________ */
.social {
	border: 1px solid #ccc;
	float:left;
	margin: 0 0 8px 0;
	padding: 8px;
	width: 862px;
}
.social_header {
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
	color:#ccc;
	text-align:center;
}

/* ______ BUILDFAX _______ */
/* Full Table with Headers, used on BuildFax page */
table.full_tbl {
	border-collapse: separate; 
	width: 100%;
	font-size: 10pt;
	border: 1px solid #CCC;
	margin: 0 auto;
	display: table;
}

table.full_tbl td, table.full_tbl th {
	border: 1px solid #CCC;
	padding: 5px;
	vertical-align: top;
}
table.full_tbl th {background: #999; color:#FFF; font-size: 115%;}
table.full_tbl td ul li {
	list-style-image: none !important;
	list-style: disc;
}


/* _____________ OFTEN USED CLASSES throughout the website _____________ */
.arrow_font_impact {font-family: impact, sans-serif;}
.boder_1px_solid_ccc {border: 1px solid #ccc;}
.boder_1px_solid_7BC1DD {border: 1px solid #7BC1DD;}
.center {text-align:center;}
.centered {margin: auto;}
.clear {clear: both;height: 0;line-height: 0;}
.clear_left {clear: left;height: 0;line-height: 0;}
.color_awblue_39F {color: #39F !important;}
.color-btred {color: #97233F;}
.color-gray {color: #777 !important;} /* downloads.asp */
.color-green {color:#66CC00;}
.float_left {float:left;}
.float_right {float:right;}
.hide {display:none;}
.indent_text {text-indent: -999em; font-size:0;}
.iphone-show {display: none !important;}
a.no_text_decor {text-decoration:none;}
a.no_text_decor:hover {text-decoration:underline;}
.spacing {display:block;height:5px;}
.padded {padding: 10px;}
.price {color:#00A9E1; font: 12pt Verdana, Helvetica, sans-serif; letter-spacing:-1px;} /* Premium Support */
.small_text {font-size:80% !important; font-family: Helvetica, Arial, sans-serif !important;}
.text_left {text-align:left;}
.text_right {text-align:right;}
.width_200 {width: 200px;}

