@import url(tiles.css);
@import url(pages.css);
@import url(samples.css);

/*
Basic Styles
*********************************************/

body {
	background-color: #A0CBEC;
	color: #000000;
	font-family: Tahoma, Sans-Serif;
	font-size: 10pt;
	margin: 10px auto;
}

body.print {
	color: #000000;
}

body.print * {
	width: auto;
	height: auto;
	margin: 0;
  float: none;
}
body.thickbox {
	background-color: #FFFFFF;
}

img {
	border: 0;
}

a {
	color: #6D298C;
}

pre {
	font-family: Tahoma, Sans-Serif;
}

/*
Useful Styles
*********************************************/

.left { float: left; }

.right { float: right; }

.bold { font-weight: bold; }

.italic { font-style: italic; }

.normal-text {
	font-weight: normal;
	font-style: normal;
}

.underline { text-decoration: underline; }

.clear { clear: both; }

.small { font-size: 75%; }

.block { display: block; }

.inline { display: inline; }

.hidden { display: none; }

.attention { color: #FF0000; }

.selfclear { overflow: hidden; }

.clearfix:after{
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

hr.clear {
	visibility: hidden;
	padding: 0;
	margin: 0;
	clear: both;
}

.center {
	text-align: center;
	margin: 0 auto;
}

.fit {
	margin: 0;
	padding: 0;
}

.dotted {
	background: url(../img/divider-dot.jpg) repeat-x 0 100%;
}

/* Styles for the bookmark icon/link */

.bookmark-this-page {
	display: block;
	margin: 5px 0 0 0;
	font-weight: bold;
}

.bookmark-this-page img {
	float: left;
	margin: 0 5px 0 0;
	font-weight: bold;
}

/*
Form Styles
*********************************************/

/* Form Pages */

#body.form .col.left {
	padding: 0 9px;
}

#body fieldset#hidden-fields {
	display: none;
}

#body.form fieldset#required-information #required-fields, #body.form fieldset#optional-information #required-fields {
	margin: 0;
	padding:0;
	color: #732B87;
	float: none;
	clear: both;
	width: 100%;
}

#body.form {
	padding: 0;
	font-size: 8pt;
}

#body.form p {
	margin: 0.5em 0 0.5em 35px;
	font-size: 10pt;
}

#body.form p#register-intro {
	padding: 0 10px 0 0;
}

#body.form form {margin:0; padding:0;}

#body.form fieldset#required-information {
	margin: 0;
	padding: 0 0 18px 25px;
	border: 0;
	color: #373737;
	width: 620px;
	display:block;
}
#body.form fieldset#required-information legend {display:none;}

#body.form fieldset#optional-information {
	margin: 30px 0 0 35px;
	padding: 0;
	border: 0;
	color: #373737;
	width: 620px;
	clear: both;
}

#body.form fieldset legend.required,
#body.form fieldset strong.required{
	color: #732B87;
	font-size: 110%;
	padding: 0;
	font-weight:normal;
	display:block;
	margin: 0 0 1em 0;
}

#body.form fieldset#required-information p, #body.form fieldset#optional-information p {
	width: 215px;
	float: left;
	margin: 0 50px 0 0;
	display: inline;
	font-size: 8pt;
	height: 60px;
}

* html #body.form fieldset#required-information p, 
* html #body.form fieldset#optional-information p {
  height: 62px;
}

#body.form fieldset#required-information p label, #body.form fieldset#optional-information p label {
	width: 209px;
	display: block;
	padding: 3px 0;
}

#body.form label.error {
	color: #FF0000;
}

#body.form fieldset#required-information p input, #body.form fieldset#optional-information p input {
	width: 205px;
	border: 1px solid #7F9DB9;
	font-size: 8pt;
	padding: 3px;
}

#body.form fieldset#required-information p select, #body.form fieldset#optional-information p select {
	width: 211px;
	border: 1px solid #7F9DB9;
	font-size: 8pt;
	padding: 2px;
}

#body.form fieldset#required-information p sup, #body.form fieldset#optional-information p sup {
	color: #D60048;
}

#body.form fieldset#optional-information p#company-name {
	width: 500px;
}

#body.form fieldset p#comments {
	width: 475px;
	clear: both;
	height: auto;
}

#body.form fieldset p#comments textarea {
	width: 475px;
	height: 100px;
	border: 1px solid #7F9DB9;
}

#body.form fieldset#optional-information p#agree {
	width: 500px;
	clear: both;
}

#body.form fieldset#optional-information p#agree input {
	width: 13px;
	height: 13px;
	float: left;
	border: 0;
}

#body.form fieldset#optional-information p#agree span {
	float: left;
	display: block;
	padding: 2px;
	margin: 0 0 0 10px;
}

#body.form fieldset#optional-information p#agree span a {
	color: #373737;
}

#body.form fieldset p#submit {
	width: 478px;
	margin: 20px 0 0 0;
	padding: 0;
	position: relative;
	height: 48px;
	clear: both;
}

#body.form fieldset p#submit input {
	background: transparent url(../img/buttons.png) -180px 0 no-repeat;
	width: 138px;
	height: 48px;
	display: block;
	padding: 0;
	border: 0;
	text-indent: -5000px;
	overflow: hidden;
	font-size: 1px;
	line-height: 1px;
	color: #76B94A;
	position: absolute;
	bottom: 0;
	right: 0;
}



/*
Layout Styles
*********************************************/

/* Header */

#top {
	clear: both;
	height: 66px;
	margin: 0 auto;
	padding: 2px 7px 0 7px;
	width: 898px;
	background: url(../img/css/page_bg.gif) 0 0 no-repeat;
	font-size: 8pt;
	color: #848484;
	position: relative;
}

#top a {
	color: #848484;
}

#top h1 {
	width: 84px;
	height: 28px;
	margin: 29px 0 0 14px;
	float: left;
  display: inline;
  overflow: hidden;
}

#top h1 a {
	display: block;
  height: 28px;
}

* html #top h1 a {
	margin: 0;
}

#top h1 img {
  padding: 0;
}

#top img {
	padding-top:10px;
}

/**/

#top #user {
	list-style-type: none;
	margin: 36px 7px 0 0;
	padding: 0;
	float: right;
}

#top #user li {
	float: left;
	padding: 0 10px;
  background: url(../img/css/user-li_bg.gif) 100% 2px no-repeat;
}

#top #user li.last {
  background: none;
}

#top #user li a {
  color: #858585;
  text-decoration: underline;
  letter-spacing: 1px;
}
#top #user li a:hover, 
#top #user li a:active {
	color:#6e2a8d;
}

/**/

#top #country-select {
	list-style-type: none;
	margin: 29px 10px 0 0;
	padding: 0;
	float: right;
}

#top #country-select li {
	float: left;
}

#top #country-select li a {
	display: block;
	width: 32px;
	height: 32px;
	text-indent: -5000px;
	overflow: hidden;
  background: url(../img/css/country-select-a_bg.png) no-repeat;
}

#top #country-select li a#usa {
  background-position: 0 -32px;
}

#top #country-select li a#india {
	background-position: -32px -32px;
}

#top #country-select li a#usa:hover,
#top #country-select li a#usa.selected {
	background-position: 0 0;
}

#top #country-select li a#india:hover,
#top #country-select li a#india.selected {
	background-position: -32px 0;
}

/**/

#navigation-top {
	margin: 0 auto;
	padding: 0 12px;
	width: 888px;
	background: url(../img/css/page_bg.gif) -912px 0 repeat-y;
	margin: 0 auto;
}

#navigation-top ul {
	width: 869px;
	margin: 0 auto 1px auto;
	padding: 0;
	list-style-type: none;
	height: 29px;
	background: #707070 url(../img/css/navigation-top_bg.gif);
	clear: both;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
  overflow: hidden;
}

#navigation-top ul li {
	margin: 0;
	padding: 0;
	float: left;
}

#navigation-top ul li a {
  float: left;
	height: 22px;
	padding: 7px 38px 0 38px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
  border-right: 1px solid #D1D1D1;
}

/**/

#navigation-top ul li.disabled {
	color: #FFFFFF;
	font-weight: bold;
	width: 121px;
	text-align: center;
	padding: 7px 0 0 0;
	height: 22px;
}

/**/

#navigation-top ul li a:hover {
	background: #959595 url(../img/css/navigation-top_bg.gif) -5px -29px;
}

#navigation-top ul li a#header-link-home:hover {
	background: #959595 url(../img/css/navigation-top_bg.gif) 0 -29px;
}

/**/

#navigation-top ul li.selected a#header-link-home {
	background: #824C92 url(../img/css/navigation-top_bg.gif) 0 -58px;
}

#navigation-top ul li.selected a {
	background: #824C92 url(../img/css/navigation-top_bg.gif) -5px -58px;
}

/**/

#navigation-top ul li.last a {
	border: none;
}

/**/

#navigation-top ul li#register-link {
	float: right;
	width: 880px;
	padding: 3px 20px 0 0;
	text-align: right;
}

#navigation-top ul li#register-link a {
	display: inline;
	padding: 0;
	font-weight: normal;
	color: #4187CC;
	text-decoration: underline;
	font-size: 90%;
}

/**/

#navigation-top #breadcrumbs {
  margin: 0 auto;
  padding: 7px 20px 0 20px;
  height: 20px;
  background: url(../img/css/breadcrumbs_bg.gif) 0 0 no-repeat;
  width: 829px;
  text-transform: uppercase;
  font-size: 75%;
  color: #756666
}

#navigation-top #breadcrumbs a {
  color: #756666;
}
#navigation-top #breadcrumbs a:hover, 
#navigation-top #breadcrumbs a:active {
  color: #6e2a8d;
}

#navigation-top #breadcrumbs img {
  margin: 0 3px -1px 6px;
}

/**/

#headerbar {
	margin: 0 auto;
	width: 938px;
	padding: 0;
	height: 28px;
	background: url(../img/backgrounds/headerbar.gif) no-repeat left top;
	overflow:hidden;
	clear: both;
}

/* Content Area */

#content {
	margin: 0 auto;
	width: 898px;
	padding: 16px 7px 0 7px;
  background: url(../img/css/page_bg.gif) -912px 0 repeat-y;
  overflow: hidden;
}

#content #sidebar {
	float: left;
	position: relative;
	left: 14px;
	width: 199px;
}

/**/

#sidebar #navigation-side {
	background: url(../img/backgrounds/navigation-side-bottom.gif) 0 99.5% no-repeat;
	padding: 0 0 18px 0;
}

#sidebar #navigation-side #side-links {
	padding: 5px 0 0 0;
	background: url(../img/backgrounds/navigation-side-top.gif) 0 0 repeat-y;
}

#sidebar #navigation-side h3 {
	height: 25px;
	margin: 0;
	padding: 0;
	background: url(../img/headings/learn-about-jivox.gif);
	text-indent: -5000px;
	overflow: hidden;
}

#sidebar #navigation-side dl {
	margin: 0 auto;
	padding: 0 13px 0 12px;
	width: 174px;
	background: url(../img/backgrounds/navigation-side-body.gif) 0 0 repeat-y ;
}
#sidebar #navigation-side dl a:hover, 
#sidebar #navigation-side dl dt a:hover, 
#sidebar #navigation-side dl dt ul li a:hover, 
#sidebar #navigation-side dl a:active, 
#sidebar #navigation-side dl dt a:active, 
#sidebar #navigation-side dl dt ul li a:active {
	color:#6e2a8d;
}

#sidebar #navigation-side dl dt {
	padding: 8px 0 0 0;
	font-size: 10pt;
	color: #464646;
	height: 24px;
	background: url(../img/backgrounds/navigation-side-dt-bottom.gif) 0 0 no-repeat;
}
#sidebar #navigation-side dl dt.first{
	background:none;
}
#sidebar #navigation-side dl dt.selected {
	background: #ECECEC;
}

* html #sidebar #navigation-side dl dt.selected {
	background: #ECECEC;
}

#sidebar #navigation-side dl dt a {
	display: block;
	margin:0 0 0 8px;
	text-decoration: none;
	color: #464646;
}

#sidebar #navigation-side dl dt.selected a {
	color:#6e2a8d;
	background-color: #ECECEC;
	background: url(../img/icons/double-arrow-purple.gif) 95% 90% no-repeat;
}
#sidebar #navigation-side dl dt.open {
	border-bottom:1px solid #E1E1E1;
}

#sidebar #navigation-side dl dt.last.selected a {
	color:#6e2a8d;
	background: #ECECEC url(../img/icons/double-arrow-purple.gif) 95% 50% no-repeat;
}

#sidebar #navigation-side dl dd {
	margin: 0;
}

#sidebar #navigation-side dl dd.last {
	margin: 1px 0 1px 30px;
}

#sidebar #navigation-side dl dt + dd ul.sub-menu {
	display: none;
}

#sidebar #navigation-side dl dt.selected + dd ul.sub-menu {
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
	display: block;
}

#sidebar #navigation-side dl ul {
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 8pt;
}

#sidebar #navigation-side dl ul.show {
	display: block;
}

#sidebar #navigation-side dl ul li {
	padding:0;
	line-height:17px;
	min-height: 17px;
}
#sidebar #navigation-side dl ul li a {
	display: block;
	width:115px;
	padding: 2px;
	text-decoration: none;
	color: #464646;
	margin: 0 0 0 18px;
}

#sidebar #navigation-side dd ul li.selected {
    background: #ECECEC url(../img/icons/double-arrow-purple.gif) 95% 50% no-repeat;
}
#sidebar #navigation-side dd ul li.selected a {
	color:#6e2a8d;
}

#sidebar #navigation-side dl ul li.sub {
	display:none;
	/*min-height:17px !important;
	line-height:17px;*/
	padding: 0 0 0 10px;
}
#sidebar #navigation-side dl ul li.sub.show {
	display:block;
}

/**/

#content #body {
	float: right;
	width: 668px;
	right: 7px;
	position: relative;
	color: #524848;
	padding: 0 0 15px 0;
	overflow: hidden;
}

* html #content #body {
	margin: 0 1px 0 0;
}

#content #body-lg {
  float: none;
	width: 859px;
  margin: 0 auto;
	padding: 0;
	color: #524848;
	position: relative;
	overflow: hidden;
}

/**/

#body .col.single {
	padding: 0 11px 0 9px;
	overflow: hidden;
}


#body .col.right, #body .col.left {
	position: relative;
}

#body .col.left {
	padding: 15px;
	width: 44%;
	left: 13px;
}

#body .col.right {
	padding: 11px;
	width: 44%;
	right: 8px;
}

#content #body h2 {
	margin: 0;
	padding: 3px 0 0 8px;
	overflow: hidden;
	width: 635px;
	position: relative;
	top: 0;
	left: -1px;
}

#content #body h2 img {
  display: block;
}

#content #body h3,
#content #body h4 {
	margin: 0;
}

#content #body p {
	margin: 1em 0;
}

#content #body ul {
  margin-top: 1em;
  margin-bottom: 1.5em;
}

#content #body ul li {
	margin: 0.25em 0;
}

#content #body ul.ui-tabs,
#content #body ul.ui-tabs-nav,
#content #body ul.ui-tabs li,
#content #body ul.ui-tabs-nav li {
  margin: 0;
}

#content #body ul.ui-tabs li,
#content #body ul.ui-tabs-nav li {
  margin-right: 5px;
}

/* Footer */

#footer {
	width: 890px;
    min-height: 25px;
	background: url(../img/css/page_bg.gif) -1824px 100% no-repeat;
	margin: 0 auto 25px auto;
	text-decoration: none;
	color: #524848;
	padding: 11px 11px 7px 11px;
	font-size: 11px;
    font-weight: bold;
}

#footer #footer-links {
	margin: 2px auto 16px auto;
    width: 870px;
	padding: 4px 0 0 0;
	list-style-type: none;
    border-top: 1px solid #D9D9D9;
}

#footer #footer-links li {
	display: inline;
	padding: 0 5px 0 5px;
	border-right: 1px solid #524848;
}

#footer #footer-links li.last {
	border: 0;
}

#footer #footer-links li a {
	color: #524848;
	text-decoration: none;
}

/**/

#footer #membership-logos {
  list-style-type: none;
  overflow: hidden;
  width: 870px;
  margin: 0 auto 9px auto;
  padding: 0;
}

#footer #membership-logos li {
  float: left;
  margin: 0 7px 0 0;
  padding-top:5px;
}

#footer #membership-logos li.iab {
  float: right;
  margin: 0 0 0 7px;
}

#footer #membership-logos li#iab-membership-icon {
  margin: -3px 0 0 0;
}

/*
Generic/Shared Styles
*********************************************/

/* Tables */

table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #fff;
	padding: 4px;
	text-align: center;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */

div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

.flashmsg {
  color: red;
  font-weight: bold;
  font-size: 120%;
}

/* Jquery UI Selected Styles */

.ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}

/* Loading indicator */

.loading-indicator {
	background: url('../img/lightbox-icon-loading.gif') center 0 no-repeat;
	padding: 45px 0 0 0;
	display: block;
	position: absolute;
	width: 100px;
	text-align: center;
	top: 40%;
	left: 50%;
	margin: 0 0 0 -50px;
}

/* Success Stories Listing (Shared) */

#clients {
	margin: 0 0 0 16px;
	padding: 0;
	list-style-type: none;
}

#clients li {
	float: left;
	width: 170px;
	margin: 0 25px 0 0;
	height: 210px;
}

#clients li h3 {
	background: url(../img/divider-dot.jpg) repeat-x 0 100%;
	margin: 0;
	font-size: 12pt;
	height: 35px;
	position: relative;
}

#clients li h3 img {
	position: absolute;
	bottom: 5px;
	left: 0;
}

#clients li p {
	margin: 0;
	padding: 0;
}

#clients li p.client-logo {
	text-align: center;
	margin: 1em 0 0 0;
}

#clients li p.client-logo img {
	border: 3px solid #E8E8E8;
}

#clients li p.client-name {
	padding: 2px 5px;
}

#clients li p .view-story {
	display: block;
	width: 138px;
	height: 34px;
	background: url(../img/buttons.png) no-repeat -180px -95px;
	text-indent: -5000px;
	overflow: hidden;
	margin: 3px;
}

#clients li p .view-article {
	background: transparent url(../img/icons/article.gif) no-repeat scroll left center;
	display: block;
	font-size: 11px;
	height: 20px;
	margin: 3px 0 0;
	padding: 4px 0 0 20px;
}

#clients li p .view-pdf {
	background: transparent url(../img/icons/pdf.gif) no-repeat scroll left center;
	display: block;
	font-size: 11px;
	height: 20px;
	margin: 3px 0 0;
	padding: 4px 0 0 25px;
}

/* Business Categories (Shared) */

#business-categories-top {
  background:transparent url(../img/backgrounds/business-categories.gif) repeat scroll 0 25px;
  height:157px;
  margin: 0 0 10px 27px;
  width: 869px;
}

#business-categories {
	background: url(../img/backgrounds/business-categories.gif) 0 25px;
	height: 157px;
	width: 869px;
	margin: 0 auto;
}

#business-categories h2 {
	width: 869px;
	height: 25px;
	text-indent: -5000px;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 0;
	background: url(../img/headings/business-categories.gif);
}

#business-categories h2 {
	text-indent: 0;
}

#business-categories h2 a {
	display: block;
	height: 100%;
	margin: 0 0 0 13px;
	overflow: hidden;
	text-indent: -5000px;
	width: 187px;
}

#business-categories ul {
	list-style-type: none;
	margin: 0 44px 0 44px;
	font-size: 9pt;
	padding: 0;
	width: 200px;
	float: left;
	display: inline;
}

#business-categories ul li {
	margin: 4px 0;
	padding: 0;
	float: left;
	width: 100%;
}

#business-categories div a {
  width: 220px; padding: 5px 20px; float: left;
}

#business-categories ul li a {
	text-decoration: underline;
	color: #464646;
}
