/* @group Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

:focus {
	outline: 0;
}

/* @end */

/* @group base */

.test {
	position: absolute;
	top: 200px;
	left: 300px;
	z-index: 499;
	width: 400px;
	height: 150px;
	background-color: orange;
	opacity: 0.75;
}

body {
	background-color: #ebebeb;
	text-align: left;
	color: #0e75ca;
}

a:link {
	color: #0e75ca;
}

a:visited {
	color: #0e75ca;
}

a:hover {
	color: #6930b8;
}

.b {
	color: #088cd2;
	font-weight: bold;
}

.column {
	float: left;
	display: block;
	overflow: auto;
}

.twoColumn {
	overflow: auto;
	margin-bottom: 25px;
}

.twoColumn .column {
	width: 40%;
	margin-right: 8%;
}

.threeColumn .column {
	width: 30%;
	margin-right: 8%;
}

#wrap {
	background: url(../media/shadowBackground.jpg) repeat-y;
	width: 1014px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

#contentBody {
	background: url(../media/gradientBackground.jpg) repeat-x 0 bottom;
	padding: 20px;
	width: 960px;
	min-height: 350px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
}

.center {
	text-align: center;
}

sup {
	font-size: 60%;
	vertical-align: super;
}

li.extraSpace {
	padding-bottom: 25px;
}

.niceButton {
	border-style: none;
	color: white;
	padding: 5px 15px 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0px 2px 4px #cccccc;
	-moz-box-shadow: 0px 2px 4px #cccccc;
	box-shadow: 0px 2px 4px #cccccc;
	background: url(../media/HistoryButtonBackground.jpg) repeat-x 0 0;
}

.niceButton:hover {
	background: url(../media/HistoryButtonBackground.jpg) repeat-x 0 -100px;
}

.hide {
	display: none;
}

.table {
	display: table;
	margin: 0 auto;
}

/* @group Bread Crumbs */

#breadcrumbs {
	color: black;
	font: 12px Helvetica, Arial, Geneva, sans-serif;
	background-color: #f6f6f6;
	padding: 12px 7px 9px;
	margin: -20px 25px 25px;
}

#breadcrumbs ul {
	overflow: auto;
}

#breadcrumbs ul li {
	white-space: pre;
	float: left;
	margin-left: 10px;
}

#breadcrumbs ul li.active {
}

#breadcrumbs ul li a {
	padding-right: 10px;
}

/* @end */

/* @group Facebook */

.facebookWrap {
	width: 200;
	height: 380;
}

.fb-root {
	margin: -10px;
}

.LikeboxPluginPagelet {
	margin: -10px;
}

/* @end */

/* @group Twitter */

.twtr-hd {
	display: none;
}

.twtr-avatar{
	display: none !important;
}

.twtr-tweet-text {
	margin-left: 10px !important;
}

.twtr-ft {
	display: none;
}

/* @end */

/* @end */

/* @group login area */

.alert {
	color: #0e75ca;
	font: normal 16px/22px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	background-color: #e0eff9;
	padding: 7px;
	border: 1px solid #8cb9d8;
}

#quickLinksBar {
	background: url(../media/quickLinksTop.jpg) no-repeat 0 top;
	width: 1014px;
	margin-right: auto;
	margin-left: auto;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: 10px;
	padding: 0;
}

#quickLinks {
	text-align: right;
	padding: 15px 24px 10px 0;
}

#quickLinks ul {
	width: 985px;
}

#quickLinks ul li {
	display: inline;
	color: #957b00;
	border-left: 1px solid #a58700;
	padding-right: 12px;
	padding-left: 12px;
/*posit

ion: relative; causes problems with the tooltip used below*/
}

/* not using for now
 #quickLinks ul li div {
	position: absolute;
	text-align: left;
	color: white;
	top: 23px;
	left: 0px;
	background: #242424;
	display: none;
	padding-top: 25px;
	padding-bottom: 25px;
	width: 225px;
}


#quickLinks ul li.hovering div {
	display: block;
}

 #quickLinks ul li div ul li {
	display: block;
	padding-bottom: 20px;
	border-style: none;
}

#quickLinks ul li div ul li a {
	display: block;
}

*/

#quickLinks ul li a {
	color: #ffd200;
	text-decoration: none;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#quickLinks ul li a:visited {
	color: #ffd200;
	text-decoration: none;
}

#quickLinks ul li a:hover {
	color: #fff3be;
	background-color: transparent;
}

#quickLinks ul li a.loginAlert {
	color: #b99800;
	text-decoration: none;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#quickLinks ul li a.loginAlert:visited {
	color: #b99800;
	text-decoration: none;
}

#loginPanel {
	color: #fff;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#loginPanel a:link {
	color: #ffd200;
	text-decoration: none;
}

#loginPanel a:visited {
	color: #ffd200;
	text-decoration: none;
}

#loginPanel a:hover {
	color: #ffd200;
	text-decoration: underline;
	background-color: transparent;
}

#tooltip {
    font-size: 13px; 
    padding:30px; 
    width: 250px; 
    display:none; 
    color:#fff;
	line-height: 24px;
	border: 1px solid white;
	background: #000 url(../media/jQueryTools/tooltip/tooltip_bkgrd.jpg) repeat-x;
	box-shadow: 1px 1px 5px #333;
	-moz-box-shadow: 1px 1px 5px #333;
	-webkit-box-shadow: 1px 1px 5px #333;
}

.tooltip h3 {
	margin-top: 0px;
	margin-bottom: 15px;
}

#loginPanel ul {
	padding: 15px 35px 15px 15px;
	text-align: center;
	margin-right: 75px;
	margin-left: 75px;
}

#loginPanel .loginArea {
	border: 1px solid #3d3d3d;
	background-color: #262626;
	margin-top: 10px;
}

#loginPanel ul li {
	display: inline;
	padding-right: 20px;
	padding-left: 20px;
}

#loginPanel input#btnLogin {
	position: relative;
	top: 11px;
	left: 10px;
}

#requestPanel {
	padding: 10px;
	color: #fff;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	border: 1px solid #3f3f3f;
}

#requestPanel ul {
	/

*border: 1px solid #3f3f3f;*/
	padding: 15px;
	text-align: center;
}

#requestPanel ul li {
	display: inline;
	padding-right: 20px;
	padding-left: 20px;
}

#requestPanel input {
	/*min-width: 75px;*/
}

/* @end */

/* @group primary links */

#primaryLinks {
	width: 1000px;
	background: url(../media/navigationArea.jpg) no-repeat;
	height: 80px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
}

#primaryLinks ul {
	padding-left: 600px;
}

#primaryLinks ul li {
	display: inline;
}

#primaryLinks ul li a {
	text-decoration: none;
	color: white;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 35px 10px 27px;
	display: block;
	float: left;
	background: url(../media/navigationArea_hover.jpg) 0 -120px;
}

#primaryLinks ul li a:visited {
	text-decoration: none;
	color: white;
}

/*
#primaryLinks ul li a:hover {
	color: white;
	background: url(../media/navigationArea_hover.jpg) repeat-x 0 0;
}
*/

.home ul li#home a {
	background: url(../media/navigationArea_hover.jpg) repeat-x 0 0;
}

.philosophy ul li#philosophy a {
	background: url(../media/navigationArea_hover.jpg) repeat-x 0 0;
}

.clients ul li#clients a {
	background: url(../media/navigationArea_hover.jpg) repeat-x 0 0;
}

/* @end */

/* @group Splash Area */

.splashArea {
	height: 300px;
}

.callout {
	width: 320px;
	height: 300px;
	float: left;
	display: inline;
	margin-left: 9px;
	background: url(../media/call_outs/Callout_background.jpg) no-repeat;
}

.calloutLink {
	text-align: right;
}

.calloutLink a:hover {
	background-color: transparent;
	background-image: none;
}

.splashImage {
	height: 300px;
	width: 677px;
	float: left;
	display: inline;
}

/* @end */

/* @group sidebar area */

#sideBar {
	width: 295px;
	float: left;
	margin-top: 50px;
}

#sideBar img {
	
	/*float: right;
	margin-top: 35px;
	margin-right: 65px;*/
}

/* @group Sublinks */

#sideBar .subLinks {
	
}

#sideBar .subLinks .pdfLink {
	text-align: center;
	margin-top: 15px;
	margin-right: 15px;
}

#sideBar .subLinks ul {
	border-right: 1px solid #ccc;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	margin-right: 50px;
	text-align: right;
	margin-left: 25px;
	margin-top: 30px;
	padding-bottom: 30px;
}

#sideBar .subLinks ul li {
	border-bottom: 1px solid #ccc;
}

#sideBar .subLinks ul li.active a:link {
	text-decoration: none;
	display: block;
	padding: 7px;
	background: url(../media/sideLinksBackground.jpg) repeat-x 50px;
}

/*#sideBar .subLinks ul li .active a:hover{
	text-decoration: none;
	display: block;
	padding: 7px;
	background: url(../media/sideLinksBackground.jpg) repeat-x;
}
*/

#sideBar .subLinks ul li.active a:visited {
	text-decoration: none;
	display: block;
	padding: 7px;
	background: url(../media/sideLinksBackground.jpg) repeat-x 50px;
}

#sideBar .subLinks ul li a:link {
	text-decoration: none;
	display: block;
	padding: 7px;
	background: url(../media/sideLinksBackground.jpg) repeat-x;
}

/*#sideBar .subLinks ul li a:hover {
	text-decoration: none;
	display: block;
	padding: 7px;
	background: url(../media/sideLinksBackground.jpg) repeat-x;
}
*/

#sideBar .subLinks ul li a:visited {
	text-decoration: none;
	display: block;
	padding: 7px;
	background: url(../media/sideLinksBackground.jpg) repeat-x;
}

/* @end */

/* @group pull quotes */

#sideBar .pullQuote {
	color: #0e75ca;
	font: italic 17px/25px "Times New Roman", Times, serif;
	margin-left: 25px;
	margin-right: 40px;
	margin-top: 20px;
}

/* @end */

/* @group tweets */

#sideBar .tweets {
	color: #3f3f3f;
	text-align: center;
	line-height: 20px;
	font-size: 16px;
	margin-top: 30px;
	margin-left: 15px;
	margin-bottom: 030px;
}

#sideBar .tweets h2 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 20px;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 10px;
	margin-left: 20px;
	text-align: left;
}

#sideBar .tweets h3 {
	color: #0e75ca;
	font: normal normal 11px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	margin-bottom: 5px;
}

/* @end */

/* @group teasers */

#sideBar .teasers {
	color: #3f3f3f;
	text-align: center;
	line-height: 20px;
	font-size: 18px;
	font-style: italic;
	margin: 10px 25px 50px;
}

#sideBar .teasers h3 {
	color: #0e75ca;
	font: normal normal 11px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	margin-bottom: 5px;
}

#sideBar .teasers .teaserItem {
	margin-bottom: 25px;
}

/* @end */

/* @group social links */

#sideBar .socialLinks {
	color: #0e75ca;
	font: italic 17px/25px "Times New Roman", Times, serif;
	margin-left: 25px;
	margin-right: 20px;
	margin-top: 20px;
}

#sideBar .socialLinks img {
	margin: 5px 0 0;
	padding: 0;
	float: none;
	text-align: right;
}

/* @end */

/* @end */

/* @group primary content */

#primaryContent {
	width: 525px;
	float: left;
	padding-bottom: 15px;
	font: 15px/22px "Times New Roman", Times, serif;
	color: black;
	margin-top: 20px;
	overflow: visible;
	margin-left: 50px;
}

#primaryContent h1 {
	color: #4e6380;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	line-height: 32px;
	margin-bottom: 25px;
}

#primaryContent h2 {
	font-size: 16px;
	line-height: 26px;
}

#primaryContent .intro {
	font-size: 19px;
	color: #6a6a6a;
	line-height: 26px;
	margin-bottom: 15px;
	font-style: italic;
}

#primaryContent p {
	margin-bottom: 15px;
}

#primaryContent .disclaimer {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#primaryContent fieldset {
	border: 1px solid #bfbaa5;
	padding: 15px;
	margin-bottom: 25px;
	margin-top: 25px;
}

#primaryContent fieldset legend {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

#primaryContent ul {
	margin-bottom: 20px;
	margin-left: 10px;
}

#primaryContent ul li {
	margin-top: 7px;
	margin-bottom: 10px;
}

#primaryContent ul li ul {
	margin-left: 25px;
	margin-top: 0;
	margin-bottom: 0;
}

/*#primaryContent ul li input{
	min-width: 250px;
}*/

#primaryContent ul li label {
	min-width: 125px;
	text-align: right;
	display: block;
	float: left;
	white-space: nowrap;
	margin-right: 5px;
}

.testimonial {
	color: #0e75ca;
	font: italic 17px/25px "Times New Roman", Times, serif;
}

/* @end */

/* @group promotonal content */

#sideBar .subLinks .demoLink a {
	width: 204px;
	height: 105px;
	background: url(../media/promotions/schedule_demo_button.png) no-repeat 0 0;
	color: white;
	display: block;
	text-align: center;
	text-decoration: none;
	padding-top: 25px;
	font: 30px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-left: 25px;
	margin-bottom: 15px;
}

#sideBar .subLinks .demoLink a:hover {
		background: url(../media/promotions/schedule_demo_button.png) no-repeat 0 -140px;
}



#sideBar .subLinks .learnLink a {
	width: 204px;
	height: 55px;
	background: url(../media/promotions/learn_more_button.png) no-repeat 0 0;
	color: black;
	display: block;
	text-align: center;
	text-decoration: none;
	padding-top: 15px;
	font: 24px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-left: 25px;
}

#sideBar .subLinks .learnLink a:hover {
		background: url(../media/promotions/learn_more_button.png) no-repeat 0 -80px;
}

#promotionalContent {
	width: 525px;
	float: left;
	padding-bottom: 15px;
	font: 18px/24px "Times New Roman", Times, Georgia, serif;
	color: black;
	margin-top: 40px;
	overflow: visible;
	margin-left: 50px;
}

#promotionalContent h1 {
	font-size: 60px;
	font-weight: normal;
	font-style: normal;
	line-height: 56px;
	margin-bottom: 25px;
}

#promotionalContent h1 sup {
	font-size: 40%;
	vertical-align: 45%;
}

#promotionalContent h2 {
	font-size: 36px;
	font-weight: normal;
	font-style: normal;
	line-height: 36px;
	margin-bottom: 15px;
}

#promotionalContent h2 sup {
	font-size: 50%;
}

#promotionalContent .intro {
	font-size: 24px;
	color: #6a6a6a;
	line-height: 28px;
	margin-bottom: 25px;
	font-style: italic;
}

#promotionalContent p {
	margin-bottom: 15px;
}

#promotionalContent p.quote {
	font-size: 20px;
}

#promotionalContent p.attribute {
	font-weight: normal;
	font-style: normal;
	color: gray;
	margin-left: 25px;
	margin-bottom: 45px;
}

#promotionalContent .disclaimer {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#promotionalContent fieldset {
	border: 1px solid #bfbaa5;
	padding: 15px;
	margin-bottom: 25px;
	margin-top: 25px;
}

#promotionalContent fieldset legend {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

#promotionalContent ul {
	margin-bottom: 20px;
	margin-left: 10px;
}

#promotionalContent ul li {
	list-style-type: disc;
	margin: 7px 60px 10px 35px;
}

#promotionalContent ul li ul {
	margin-left: 25px;
	margin-top: 0;
	margin-bottom: 0;
}

/*#primaryContent ul li input{
	min-width: 250px;
}*/

#promotionalContent ul li label {
	min-width: 125px;
	text-align: right;
	display: block;
	float: left;
	white-space: nowrap;
	margin-right: 5px;
}


/* @end */

/* @group footer */

#footer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 62px;
	background: url(../media/footerBackground.jpg) no-repeat 0 bottom;
	clear: left;
}

#footer .copyright {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #0e75ca;
	float: right;
	padding-right: 15px;
}

#footer ul {
	padding-top: 33px;
	padding-left: 295px;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#footer ul li {
	display: inline;
	margin-right: 15px;
}

#footer ul li a:link {
	color: white;
	text-decoration: none;
}

#footer ul li a:visited {
	color: white;
	text-decoration: none;
}

#footer ul li a:hover {
	color: white;
	text-decoration: underline;
	background-color: transparent;
}

/* @end */

/* @group Home page */

.home .calloutContent {
	padding: 40px 20px 0 40px;
	color: #0e75ca;
	font: 16px/24px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

.home .splashImage embed {
	z-index: 0;
}

.home .calloutLink {
	margin-top: 0px;
}

/* @group overlay */

/* the overlayed element */

.home div.overlay {
	/* growing b

ackground image */ 
    background-image: url(../media/jQueryTools/overlay/white-cardinal.png);
	/* dimensions after the 

growing animation finishes  */ 
    width: 550px;
	height: 400px;
	/* initially overlay is hidden */ 
    display

: none;
	padding: 55px;
	font: 18px/26px Georgia, "Times New Roman", Times, serif;
	z-index: 500;
}

/* default close button positioned on upper right corner */

.home div.overlay div.close {
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
	height: 35px;
	width: 35px;
	background: url(../media/jQueryTools/overlay/apple-close.png) no-repeat;
}

/* black */

.home div.overlay.black {
	background: url(../media/jQueryTools/overlay/transparent.png) no-repeat !important;
	color: #fff;
}

/* petrol */

.home div.overlay.petrol {
	background: url(../media/jQueryTools/overlay/petrol.png) no-repeat !important;
	color: #fff;
}

.home div.black h2, div.petrol h2 {
	color: #ddd;
	font-size: 1px;
}

/* @end */

.home .credit {
	font-style: italic;
	padding-top: 120px;
	padding-left: 60px;
}

/* @end */

/* @group Philosophy page */

.philosophy .callout {
	width: 320px;
	height: 300px;
	float: left;
	display: inline;
	margin-left: 9px;
	background: none no-repeat;
}

.philosophy .calloutContent {
	padding: 0px;
}

.philosophy .splashImage {
	background: url(../media/splash_images/philosophy.jpg) no-repeat;
}

/* @end */

/* @group Clients Page */

.clients .calloutContent {
	padding: 50px 30px 0 40px;
	color: #0e75ca;
	font: 18px/28px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

.clients .credit {
	font-style: italic;
	padding-top: 30px;
	padding-left: 40px;
}

.clients .splashImage {
	background-image: url(../media/splash_images/clients.jpg);
}

.clients #primaryContent {
	width: 595px;
}

.clients #primaryContent ul {
	
}

.clients #primaryContent ul li {
	display: inline;
	margin: 15px 15px 45px;
	float: left;
}

.clients .calloutLink {
	margin-top: 45px;
}

/* @group overlay */

/* the overlayed element */

.clients div.overlay {
	/* growing b

ackground image */ 
    background-image: url(../media/jQueryTools/overlay/white-cardinal.png);
	/* dimensions after the 

growing animation finishes  */ 
    width: 550px;
	height: 400px;
	/* initially overlay is hidden */ 
    display

: none;
	padding: 55px;
	font: 18px/26px Georgia, "Times New Roman", Times, serif;
	z-index: 500;
	color: black;
}

/* default close button positioned on upper right corner */

.clients div.overlay div.close {
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
	height: 35px;
	width: 35px;
	background: url(../media/jQueryTools/overlay/apple-close.png) no-repeat;
}

/* black */

.clients div.overlay.black {
	background: url(../media/jQueryTools/overlay/transparent.png) no-repeat !important;
	color: #fff;
}

/* petrol */

.clients div.overlay.petrol {
	background: url(../media/jQueryTools/overlay/petrol.png) no-repeat !important;
	color: #fff;
}

.clients div.black h2, div.petrol h2 {
	color: #ddd;
	font-size: 1px;
}

/* @end */

/* @end */

/* @group Case Studies */

.caseStudy {
	border-bottom: 1px solid #c8c8c8;
	padding: 25px;
}

#primaryContent .caseStudy h2 {
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	color: #0e75ca;
	line-height: 22px;
}

.caseStudy a {
	float: right;
	margin-left: 15px;
	margin-right: 10px;
}

.caseStudy a:hover {
	background-color: transparent;
	background-image: none;
}

/* @end */

/* @group Careers Page */

.careers .callout {
	width: 320px;
	height: 300px;
	float: left;
	display: inline;
	margin-left: 9px;
	background: none no-repeat;
}

.careers .calloutContent {
	padding: 0;
}

.careers .splashImage {
	background: url(../media/splash_images/careers.jpg) no-repeat;
}

/* @group BGS Page */

.bgs .calloutContent {
	padding: 50px 40px 0;
	color: #0e75ca;
	font: 14px/24px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

.bgs .credit {
	font-style: italic;
	padding-top: 15px;
	padding-left: 100px;
	white-space: normal;
}

.bgs .splashImage {
	background: url(../media/splash_images/careers.jpg) no-repeat;
}

/* @end */

/* @group PC Page */

.pc .calloutContent {
	padding: 40px 20px 0 40px;
	color: #0e75ca;
	font: 18px/28px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

.pc .calloutLink {
	margin-top: 45px;
}

/* @group overlay */

/* the overlayed element */

.pc div.overlay {
	/* growing b

ackground image */ 
    background-image: url(../media/jQueryTools/overlay/white.png);
	/* dimensions after the 

growing animation finishes  */ 
    width: 380px;
	height: 380px;
	/* initially overlay is hidden */ 
    display

: none;
	padding: 55px;
	font: 18px/26px Georgia, "Times New Roman", Times, serif;
	z-index: 500;
}

/* default close button positioned on upper right corner */

.pc div.overlay div.close {
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
	height: 35px;
	width: 35px;
	background: url(../media/jQueryTools/overlay/apple-close.png) no-repeat;
}

/* black */

.pc div.overlay.black {
	background: url(../media/jQueryTools/overlay/transparent.png) no-repeat !important;
	color: #fff;
}

/* petrol */

.pc div.overlay.petrol {
	background: url(../media/jQueryTools/overlay/petrol.png) no-repeat !important;
	color: #fff;
}

.pc div.black h2, div.petrol h2 {
	color: #ddd;
	font-size: 1px;
}

/* @end */

.pc .credit {
	font-style: italic;
	padding-top: 15px;
	padding-left: 100px;
	white-space: normal;
}

.pc .splashImage {
	background: url(../media/splash_images/careers.jpg) no-repeat;
}

/* @end */

/* @end */

/* @group Contact Us page */

.contactUs .callout {
	width: 320px;
	height: 300px;
	float: left;
	display: inline;
	margin-left: 9px;
	background: none no-repeat;
}

.contactUs .calloutContent {
	padding: 0;
}

.contactUs .splashImage {
	background-image: url(../media/splash_images/contact_us.jpg);
}

/*
.contactUs #splash {
	background-image: url(../media/splashContactUs.jpg);
	width: 1000px;
	height: 437px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px solid #7f7f7f;
}
*/

/* @end */

/* @group Copyright Terms and Conditions */

/*
.terms #splash {
	background-image: url(../media/splashContactUs.jpg);
	width: 1000px;
	height: 437px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px solid #7f7f7f;
}
*/

.terms .callout {
	width: 320px;
	height: 300px;
	float: left;
	display: inline;
	margin-left: 9px;
	background: none no-repeat;
}

.terms .calloutContent {
	padding: 0;
}

.terms .splashImage {
	background-image: url(../media/splash_images/contact_us.jpg);
}

.terms ol {
	list-style-type: decimal;
}

.terms ol li {
	margin-top: 5px;
	margin-left: 20px;
	margin-bottom: 20px;
}

/* @end */

/* @group Landing Page for Clients */

/*.landing #splash {
	background-image: url(../media/splashLanding.jpg);
	width: 1000px;
	height: 437px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px solid #7f7f7f;
}
*/

.landing .callout {
	width: 320px;
	height: 300px;
	float: left;
	display: inline;
	margin-left: 9px;
	background: none no-repeat;
}

.landing .calloutContent {
	padding: 0px;
}

.landing .splashImage {
	background: url(../media/splash_images/landing.jpg) no-repeat;
}

/* @end */

/* @group Privacy Policy Page */

/*
.privacy #splash {
	background-image: url(../media/splashContactUs.jpg);
	width: 1000px;
	height: 437px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px solid #7f7f7f;
}
*/

/* @end */

/* @group request account page */

.requestAccount {
	
}

.requestAccount .calloutContent {
	padding: 50px 30px 0 40px;
	color: #0e75ca;
	font: 16px/28px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

.requestAccount .credit {
	font-style: italic;
	padding-top: 30px;
	padding-left: 25px;
}

.requestAccount .splashImage {
	background: url(../media/splash_images/request_account.jpg) no-repeat;
}

/* @end */

/* @group PC Pages */

.PCforms #splash {
	background-image: url(../media/splashSalesAtlas.jpg);
	width: 1000px;
	height: 79px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px solid #7f7f7f;
}

.PCforms #primaryContent ul {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}

.PCforms #primaryContent ul li {
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: disc;
}

.PCforms #primaryContent ul li ul {
	margin-left: 35px;
	margin-top: 0;
	margin-bottom: 0;
}

.PCforms #primaryContent ul li ul li {
	list-style-type: circle;
}

.PCforms #primaryContent ol {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 0;
	list-style-type: decimal;
	list-style-position: outside;
}

.PCforms #primaryContent ol li {
	margin-bottom: 15px;
	margin-top: 5px;
	margin-left: 20px;
}

.PCforms legend {
	color: #7d7d7d;
}

.PCforms fieldset .sectionLabel {
	color: #0e75ca;
	margin-top: 15px;
	margin-bottom: 0;
	padding-bottom: 0;
	font-weight: bold;
}

.PCforms #SubmitArea {
	margin-left: 325px;
	margin-top: 10px;
}

.PCforms table {
	
}

.PCforms table tr {
	
}

.PCforms table tr td {
	padding: 7px;
}

/* @end */

/* @group Sales Atlas */

.atlasLink {
	border-bottom: 1px solid #c8c8c8;
	padding: 25px 25px 20px 10px;
}

#primaryContent .atlasLink h2 {
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	color: #0e75ca;
	line-height: 40px;
}

#primaryContent .atlasLink h2 a {
	text-decoration: none;
}

.atlasLink img {
	float: right;
	margin-right: 10px;
	margin-bottom: 50px;
	margin-left: 15px;
}

.atlasLink a:hover {
	background-color: transparent;
	background-image: none;
}

.salesAtlas #splash {
	background-image: url(../media/splashSalesAtlas.jpg);
	width: 1000px;
	height: 79px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px solid #7f7f7f;
}

.salesAtlas #primaryContent ul {
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 15px;
}

.salesAtlas #primaryContent ul li {
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: disc;
}

.salesAtlas #primaryContent ul li ul {
	margin-left: 35px;
	margin-top: 0;
	margin-bottom: 0;
}

.salesAtlas #primaryContent ul ul li {
	list-style-type: circle;
}

.salesAtlas #primaryContent ol {
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 15px;
}

.salesAtlas #primaryContent ol li {
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: decimal;
}

.salesAtlas #primaryContent ol ul li {
	list-style-type: circle;
}

.salesAtlas #primaryContent ol ul ol li {
	list-style-type: lower-latin;
}

.salesAtlas #primaryContent .atlasNav {
	border-top: 1px solid #0e75ca;
	margin-left: 0;
	padding-left: 0;
}

.salesAtlas #primaryContent .atlasNav li {
	display: block;
	margin: 5px 0px 0px;
	text-align: center;
}

.salesAtlas #primaryContent .atlasNav .previous {
	float: left;
}

.salesAtlas #primaryContent .atlasNav .next {
	float: right;
}

.salesAtlas #primaryContent .atlasNav li a:link {
	font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.salesAtlas #primaryContent .atlasNav li a:visited {
	font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.salesAtlas #primaryContent table {
	margin-top: 10px;
	margin-bottom: 15px;
}

.salesAtlas #primaryContent table td {
	padding: 2px 4px;
	width: 50%;
}

/* @end */

/* @group Web Reports */

/*
.webReports #splash {
	background-image: url(../media/splashSalesAtlas.jpg);
	width: 1000px;
	height: 79px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px solid #7f7f7f;
}
*/

.contentWrap {
	height: 600px;
	overflow: auto;
}

.webReports #wrap #contentBody {
	overflow: visible;
}

.webReports #primaryContent {
	width: 650px;
	float: none;
	margin-right: auto;
	margin-left: auto;
}

/*.webReports #primaryContent h1 {
	text-align: center;
}*/

.webReports #primaryContent h2 {
	font-size: 18px;
	color: #0e75ca;
}

.webReports table tr td {
	white-space: nowrap;
	padding: 5px;
	font-size: 14px;
}

.webReports #primaryContent label {
	font-weight: bold;
}

.webReports .eventSummary {
	color: #0e75ca;
	font: 13px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	margin-bottom: 5px;
}

.webReports #divCampaignInfo {
	width: 50%;
}

.webReports #divCampaignInfo fieldset {
	margin-top: 25px;
	margin-bottom: 25px;
}

.webReports #divCampaignCustomers {
	overflow: visible !important;
}

.webReports #divCampaignCustomers table {
	position: relative;
	float: none !important;
}

.webReports #divCampaignCustomers table tr td {
	border-bottom: 1px solid #dae1e5;
	padding: 5px;
	margin: 0;
}

.webReports #divCampaignCustomers thead {
	font-weight: bold;
	color: #0e75ca;
	display: table-header-group;
}

.webReports #divCampaignCustomers .details {
	background-color: #e6e8eb;
	border: 1px solid #dae1e5;
}

.webReports #divCampaignCustomers .details tr {
	padding-right: 15px;
	padding-left: 15px;
}

.webReports #divCampaignCustomers .details tr td {
	white-space: normal;
}

.webReports #divCampaignCustomers .details tr .even td {
	background-color: #d4d6d8;
	border: 1px solid #dae1e5;
}

.webReports #divCampaignCustomers .details tr .odd td {
	
}

/* @end */

/* @group ROI Reporting */

/* @group Summary Area */

.ROI_Reports #summary {
	width: 525px;
	float: left;
	padding-bottom: 15px;
	font: 15px/22px "Times New Roman", Times, serif;
	color: black;
	margin-top: 25px;
	overflow: visible;
	margin-left: 50px;
}

.ROI_Reports #summary select {
	
}

.ROI_Reports #summary ul {
	color: #0e75ca;
	margin-bottom: 35px;
	padding-right: 0;
	padding-left: 0;
	width: 405px;
}

.ROI_Reports #summary ul li {
	border-bottom: 1px solid #cad9e4;
	padding: 3px 10px;
	text-align: right;
}

.ROI_Reports #summary ul li.total {
	background-color: #deecf6;
}

.ROI_Reports #summary label {
	display: block;
	width: 275px;
	float: left;
	color: black;
	text-align: left;
}

.ROI_Reports #summary .questionPop {
	float: left;
	padding-left: 0;
	margin-left: -33px;
}



/* @end */

/* @group Detail Page */

.ROI_Reports #details {
	width: 525px;
	float: left;
	padding-bottom: 15px;
	font: 15px/22px "Times New Roman", Times, serif;
	color: #4e6380;
	margin-top: 25px;
	overflow: visible;
	margin-left: 50px;
}

.ROI_Reports #details .details {
	background: url(../media/paleBlueBackground.jpg) repeat-x;
	border: 1px solid #dce5eb;
	margin-top: 20px;
	padding-bottom: 10px;
	float: left;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-opera-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	box-shadow: 0px 1px 2px #6b6b6b;
	-moz-box-shadow: 0px 1px 2px #6b6b6b;
	-webkit-box-shadow: 0px 1px 2px #6b6b6b;
}

.ROI_Reports #details .details ul {
	float: left;
	margin-top: 15px;
	margin-right: 50px;
	margin-left: 40px;	
}

.ROI_Reports #details .details ul li {
	margin-bottom: 4px;
	margin-right: 30px;
}

.ROI_Reports #details label {
	display: block;
	float: left;
	padding-right: 7px;
	font-weight: bold;
}

.ROI_Reports #details .questionPop {
	float: left;
	padding-left: 0;
	margin-left: -33px;
}



/* @end */

#sideBar .ROI_Links {
	font: 12px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #3f3f3f;
	margin-top: 80px;
	margin-left: 40px;
}

#sideBar .ROI_Links img {
	float: none;
	margin-top: 0;
	margin-right: 0px !important;
	margin-left: 0;
}

.ROI_Reports #archive {
	padding-bottom: 15px;
	color: black;
	overflow: visible;
	clear: both;
	display: block;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: absolute;
	width: 165px;
}

.ROI_Reports #archive #accordion {
	border: 1px solid #bfbfbf;
	background-color: white;
}

.ROI_Reports #archive #accordion ul {
	color: #0e75ca;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	border-bottom: 1px solid #bfbfbf;
}

.ROI_Reports #archive #accordion ul li {
	text-align: left;
	border-style: none;
	font-size: 12px;
	padding-left: 0;
	padding-right: 10px;
}

.ROI_Reports #archive #accordion ul li a {
	width: 100%;
	display: block;
	background-image: none;
	background-color: #fafdfe;
	margin: 2px;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 4px;
	border: 1px solid #dce7ef;
	text-decoration: none;
}

.ROI_Reports #archive #accordion ul li a:hover {
	background-color: #e3eaf6;
	color: #2887d3;
}

.ROI_Reports #archive #accordion h3 {
	cursor: pointer;
	padding: 5px 10px 7px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-align: center;
	background: url(../media/sideLinksBackground.jpg) 0 -40px;
	border-bottom: 1px solid #bfbfbf;
	color: black;
	font-size: 13px;
}

.ROI_Reports #archive #accordion h3:hover {
	background: url(../media/sideLinksBackground.jpg) 0 0;
}

.ROI_Reports #archive #accordion ul.pane {
	
}

.ROI_Reports  h1 {
	color: #4e6380;
	font-size: 28px;
	font-weight: normal;
	font-style: normal;
	line-height: 32px;
}

.ROI_Reports  h2 {
	color: #4e6380;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	line-height: 26px;
	margin-bottom: 15px;
}

.ROI_Reports  h3 {
	color: #b3b3b3;
	padding-bottom: 10px;
	margin-top: 25px;
	font: normal 16px/26px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	clear: left;
}

.ROI_Reports address {
	color: #4e6380;
	font-size: 15px;
	padding-bottom: 15px;
}

.ROI_Reports #details {
	width: 875px;
	clear: left;
	padding-bottom: 25px;
	padding-left: 0px;
}

.ROI_Reports #details .disclaimer {
	font: 12px Arial, Helvetica, Geneva, sans-serif;
}

.ROI_Reports #details .disclaimer ul {
	margin-left: 45px;
	margin-right: 35px;
}

.ROI_Reports #details .disclaimer ul li {
	list-style-type: disc;
	color: black;
	margin-bottom: 10px;
}

.ROI_Links fieldset {
	padding: 10px 10px 18px;
	border: 1px solid #bfbfbf;
	background: url(../media/sideLinksBackground.jpg) 0 -1px;
	margin-top: 0;
	margin-bottom: 15px;
}

p.groupRevenue {
	margin-bottom: 35px;
	text-align: right;
	color: black;
	background-color: #deecf6;
	padding: 8px 8px 10px;
	border: 1px solid #cad9e4;
	border-top-style: none;
	font: bold 12px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

p.groupRevenue .revenue {
	color: #0078c9;
	margin-left: 5px;
}

.ROI_Reports #details table {
	border: 1px solid #cad9e4;
	text-align: center;
	font: 11px/14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: black;
}

.ROI_Reports #details table thead {
	font-weight: bold;
	color: black;
	display: table-header-group;
	background-image: none;
	background-color: #deecf6;
}

.ROI_Reports #details table tr th {
	padding: 7px 4px 10px;
	vertical-align: middle;
	border-right: 1px solid #cad9e4;
	border-bottom: 1px solid #cad9e4;
}

.ROI_Reports #details table tr td {
	padding: 7px 5px;
	border-right: 1px solid #cad9e4;
	border-bottom: 1px solid #cad9e4;
}

.regionLevel tr td a {
	color: black;
	text-decoration: none;
}

.ROI_Reports #details tr.even {
	
}

.ROI_Reports #details tr.odd{
	background-color: #e5e5e5;
}

.regionLevel tr.even:hover {
	background-color: #e6eff7;
	cursor: pointer;
}

.regionLevel tr.odd:hover{
	background-color: #e6eff7 !important;
	cursor: pointer;
}

.dealerLevel table tr.even:hover {
	background-color: #e6eff7;
	cursor: pointer;
}

.dealerLevel table tr.odd:hover {
	background-color: #e6eff7;
	cursor: pointer;
}

.ROI_Reports #details thead tr .header {
	background-image: url(../media/tableSorter/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	padding-right: 15px;
}

.ROI_Reports #details thead tr .headerSortUp {
	background-image: url(../media/tableSorter/asc.gif);
}

.ROI_Reports #details thead tr .headerSortDown {
	background-image: url(../media/tableSorter/desc.gif);
}

.ROI_Reports #details thead tr .headerSortDown, .ROI_Reports #details thead tr .headerSortUp {
	background-color: #56abe9;
}

a.historyLink {
	background: url(../media/HistoryButtonBackground.jpg) repeat-x 0 0px;
	text-align: center;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: white;
	text-decoration: none;
	margin: 10px 0;
	padding: 7px 20px 9px;
	-webkit-box-shadow: 0px 1px 4px #6b6b6b;
	-moz-box-shadow: 0px 1px 4px #6b6b6b;
	box-shadow: 0px 1px 4px #6b6b6b;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: 1px solid #5e7e93;
	display: inline-block;
}

a.historyLink:visited {
	color: white;
}

a.historyLink:hover {
	background: url(../media/HistoryButtonBackground.jpg) repeat-x 0 -100px;
}

/* @group Definitions */

#definitions {
	padding: 15px;
	width: 225px;
	display: none;
	color: #262626;
	background: url(../media/definitions_background.png) repeat-x;
	border: 1px solid #0e75ca;
	font: 12px/16px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

/* @end */

/* @end */

/* @group bLinked and microsite reports */

.bLinked  h1 {
	color: #4e6380;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	line-height: 32px;
	clear: both;
}

.bLinked  h2 {
	color: #4e6380;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	line-height: 26px;
	margin-bottom: 15px;
}

.bLinked  h3 {
	color: #b3b3b3;
	padding-bottom: 10px;
	margin-top: 25px;
	font: normal 16px/26px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	clear: left;
}

/* @group details */

.bLinked .summary {
	width: 825px;
	/*float: left;*/
	font: 15px/22px "Times New Roman", Times, serif;
	overflow: auto;
	margin-left: 60px;
	color: #4e6380;
	position: relative;
}

.bLinked .summary h1 {
}

.bLinked .summary h1 .name {
	text-transform: capitalize;
}

.bLinked .summary .details {
	background: #d5ebf8 url(../media/paleBlueBackground.jpg) repeat-x;
	margin-top: 22px;
	padding-bottom: 10px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	width: 820px;
	box-shadow: 1px 1px 3px #c4c4c4;
	-moz-box-shadow: 1px 1px 3px #c4c4c4;
	-webkit-box-shadow: 1px 1px 3px #c4c4c4;
	border-top: 1px solid #dce5eb;
	border-right: 1px solid #dce5eb;
	border-left: 1px solid #dce5eb;
}

.bLinked label.contactInfo {
	font-size: 16px;
	border: 1px solid #c4ccd1;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	display: block;
	margin-right: 550px;
	margin-left: 7px;
	padding: 5px 20px 6px;
	float: left;
	margin-top: 5px;
	background: white url(../media/images/gradientBackground.jpg) repeat-x 5px;
}

.bLinked .summary .details ul {
	float: left;
	margin-top: 15px;
	margin-right: 50px;
	margin-left: 40px;	
}

.bLinked .summary .details ul li {
	margin-bottom: 4px;
	margin-right: 30px;
}


.bLinked .summary .details .email {
	text-transform: lowercase;
}

.bLinked .summary .returnLink {
	background: transparent url(../media/Return-arrow.png) no-repeat left 10px;
	padding: 20px 20px 20px 40px;
	border-style: none;
	font-size: 13px;
	color: #088cd2;
	display: block;
}

.bLinked .summary .returnLink:hover {
	background: url(../media/Return-arrow.png) no-repeat left 11px;
	padding-top: 21px;
	padding-bottom: 19px;
	color: #0078c9;
}

a.salesScript {
	float: right;
	display: block;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	box-shadow: 1px 1px 3px #c4c4c4;
	-moz-box-shadow: 1px 1px 3px #c4c4c4;
	-webkit-box-shadow: 1px 1px 3px #c4c4c4;
	top: 10px;
	position: absolute;
	right: 5px;
	border: 1px solid #a2b3bf;
	padding: 7px 20px 8px;
	text-decoration: none;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: black;
	background: url(../media/GreyButtonBackground.jpg) repeat-x 0 0;
}

a.salesScript:hover {
	color: black;
	background-position: 0 -75px;
}

.bLinked address {
	color: #4e6380;
	font-size: 15px;
	padding-bottom: 15px;
}

.bLinked .notes {
	overflow: auto;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background: #858d93 repeat-x;
	width: 822px;
	color: white;
	box-shadow: 1px 1px 3px #c4c4c4;
	-moz-box-shadow: 1px 1px 3px #c4c4c4;
	-webkit-box-shadow: 1px 1px 3px #c4c4c4;
	font-weight: bold;
	margin-left: 60px;
}

.bLinked .notes button {
	color: #3d3c39;
	padding: 4px 15px 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: url(../media/GreyButtonBackground.jpg) repeat-x 0 0;
	display: block;
	font-size: 12px;
	border: 1px solid #fff;
	margin-top: 8px;
}

.bLinked .notes button:hover {
	background-position: 0 -20px;
	border-color: #f2f2f2;
}

.bLinked .notes .notesBar {
	background-color: #5e656b;
	border-bottom: 1px solid #8b959e;
	text-align: center !important;
	height: 43px;
	padding-left: 20px;
	padding-right: 20px;
}

.bLinked .notes .notesBar button {
	margin-right: 10px;
	margin-left: 10px;
}
.bLinked .notes .notesBar ul {
	margin: 0;
}

.bLinked .notes .notesBar li {
	float: left;
	margin: 0;
}

.bLinked .notes .noteArea {
	font-weight: normal;
	font-style: normal;
	margin-top: 20px;
}

.bLinked .notes .noteArea p {
	text-align: center;
	margin: 25px;
	font-size: 24px;
}

.bLinked .notes .noteArea ul {
	margin: 5px auto 15px;
	width: 750px;
}

.bLinked .notes .noteArea ul li {
	border: 1px solid rgba(179,179,179,0.75);
	background-color: #757e85;
	padding: 11px 10px 12px;
	float: none;
	margin-top: 5px;
	margin-bottom: 20px;
	text-align: left;
}

.bLinked .notes .noteArea ul#newNote li {
	border: 0;
	background-color: transparent;
}

.bLinked .notes .noteArea ul li .date {
	font-weight: bold;
	margin-right: 10px;
}

.bLinked .notes .noteArea ul li .snippit {
	font-style: italic;
}

.bLinked .notes .noteArea ul li .expand {
	float: right;
	margin-bottom: 20px;
}

.bLinked .notes .noteArea ul#newNote li .expand {
	float: none;
	overflow: auto;

}

.bLinked .notes .noteArea ul#newNote li {
	margin-right: auto;
	margin-left: auto;
}

.bLinked .notes .noteArea ul li .expand button {
	padding-bottom: 3px;
	font-size: 11px;
	padding-top: 2px;
	margin-bottom: 10px;
	margin-top: -2px;
}

.bLinked .notes .noteArea ul#createNote li .expand button {
	padding-bottom: 3px;
	font-size: 18px;
	padding-top: 2px;
	margin-top: 5px;
	margin-bottom: 6px;
	margin-left: 275px;
}

.bLinked .notes .noteArea ul li .expand .new {
	padding-top: 2px;
	padding-bottom: 3px;
	font-size: 11px;
	background: url(../media/definitions_background.png) 0 -200px;
}


.bLinked .notes .noteArea ul li ul {
	display: none;
	font-size: 16px;
	line-height: 22px;
	width: 720px;
	clear: both;
	margin: 30px 0 20px;
	padding: 0;
}

.bLinked .notes .noteArea ul li ul li {
	border-style: none;
	padding: 0;
}

.bLinked .notes .note textarea {
	height: 250px;
	font: 16px/22px Georgia, "Times New Roman", Times, serif;
	padding: 15px;
	width: 680px;
	margin-left: 5px;
	border: 1px solid #c6e6f9;
}

.notes .note .buttons {
	height: 35px;
	padding-top: 2px;
	padding-bottom: 7px;
	text-align: center;
	background: #b1bdc7 url(../media/definitions_background.png) 0 0;
	border: 1px solid #c6e6f9;
	width: 710px;
	margin: 0 auto 10px 5px;
}

.notes .note .buttons .buttonWrap {
	text-align: center;
}

.note .buttons button {
	border-color: #a2b3bf !important;
	float: none !important;
	display: inline !important;
	margin-left: 0 !important;
}

/* @end */

.bLinkedContent {
	margin: 25px 0 50px;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: black;
}

.tableWrap h2 {
	text-align: center;
	margin-bottom: 5px;
	text-shadow: #a6a6a6 0px -1px 2px;
}

.tableWrap ul.details {
	text-align: center;
	margin-bottom: 20px;
	color: black;
	font: 12px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
}

.tableWrap ul.details li {
	display: inline;
	padding-right: 20px;
	padding-left: 20px;
}

/* allowing jquery ui to take over these styles for now

ul.profileNavigation {
	margin: 0 0 0 25px;
}

ul.profileNavigation li {
	display: block;
	float: left;
	margin-right: 2px;
	margin-left: 2px;
}

ul.profileNavigation li:hover {
	background: url(../media/bLinked/tabBackground.jpg) repeat-x 0 0;
}

ul.profileNavigation li a {
	border-top: 1px solid #cacaca;
	border-left: 1px solid #cacaca;
	border-right: 1px solid #cacaca;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-opera-border-top-left-radius:8px;
	-opera-border-top-right-radius:8px;
	-khtml-border-top-left-radius:8px;
	-khtml-border-top-right-radius:8px;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	background: url(../media/bLinked/tabBackground.jpg) repeat-x 0 -50px;
	padding: 7px 15px;
	text-decoration: none;
	color: #6d6d6d;
	display: block;
}

ul.profileNavigation li a:visited {
	color: #6d6d6d;
}

ul.profileNavigation li a:hover {
	background: url(../media/bLinked/tabBackground.jpg) repeat-x 0 0;
}

ul.profileNavigation li.selected {
	background: url(../media/bLinked/activeNavTab_background.jpg) repeat-x 0 0;
	color: white;
}
*/

.bLinked_Links fieldset {
	padding: 10px 10px 18px;
	border: 1px solid #bfbfbf;
	background: url(../media/sideLinksBackground.jpg) 0 -1px;
	margin-top: 10px;
	margin-bottom: 15px;
	float: left;
}

.bLinked_Links {
	font: 12px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #3f3f3f;
	margin-top: 10px;
	margin-left: 00px;
}

/* @group overlay */

/* the overlayed element */

.bLinked div.overlay {
	/* dimensions after the growing animation finishes  */ 
    width: 550px;
	/* initially overlay is hidden */ 
    display: none;
	z-index: 500;
	color: white;
	font: normal 18px/26px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	-webkit-box-shadow: 0px 0px 15px #000000;
	-moz-box-shadow: 0px 0px 15px #000000;
	box-shadow: 0px 0px 15px #000000;
	padding: 50px;
	background: #212121 repeat;
}

/* default close button positioned on upper right corner */

.bLinked div.overlay div.close {
	position: absolute;
	cursor: pointer;
	height: 35px;
	width: 35px;
	background: url(../media/jQueryTools/overlay/apple-close.png) no-repeat;
	top: -5px;
	right: -15px;
}

.bLinked div.overlay h2 {
	color: #ffd200;
	font-size: 22px;
}

.bLinked div.overlay p {
	font-size: 15px;
	margin-bottom: 14px;
}

.bLinked div.overlay p em {
	color: #c6e6f9;
}

.bLinked div.overlay p .question {
}

.bLinked div.overlay p .answer {
	color: #c6e6f9;
}

.bLinked div.overlay button.close {
	padding: 5px 10px 7px;
	font-size: 15px;
	float: right;
	margin-top: 10px;
	margin-right: 14px;
}

/* @end */

/* @group Tabs */

.bLinkedContent {
	position: relative;
	zoom: 1;
}

/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */

.bLinkedContent .tabNav {
	margin: 0 0 0 2.5em;
}

.bLinkedContent .tabNav ul {
	height: 32px;
	margin-bottom: 0;
	padding-bottom: 0;
}

.bLinkedContent .tabNav li {
	list-style: none;
	float: left;
	position: relative;
	top: 1px;
	white-space: nowrap;
	margin-right: .4em;
	padding: .1em;
	background: #6b7379 repeat-x 0;
	font-weight: normal;
	border: 1px solid #6b7379;
	border-bottom: 0 solid #d9dbdb;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	margin-bottom: 0;
	z-index: 111;
}

.bLinkedContent .tabNav li a {
	float: left;
	padding: .5em 1em .7em;
	text-decoration: none;
	color: #ededed;
	
}

.bLinkedContent .tabNav li a:hover {
	text-decoration: none;
	color: #b0cde3;
	background-color: #5b6268;
}


.bLinkedContent .tabNav li.selected {
	margin-bottom: 0;
	padding-bottom: 1px;
	border: 1px solid #cacaca;
	background: #eee url(../media/nav_tab_highlight.png) repeat-x;
	border-bottom: 1px solid #eee;
	margin-top: -7px;
	padding-top: 8px;
}

.bLinkedContent .tabNav li.selected a
{
	cursor: text;
	color: #000;
}

.bLinkedContent .tabNav li.selected a:hover
{
	background-color: #eee;
}

.bLinkedContent .tabNav li a{
	cursor: pointer;
}

/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */

.bLinkedContent .bLinkedTables {
	display: block;
	border: 1px solid #cacaca;
	clear: both;
	padding: 1em;
	margin: 0;
}

.bLinkedContent .ui-tabs-hide {
	display: none !important;
}

/* @end */

/* @group jquery ui overrides */

.ui-widget-content {
	background: none repeat-x 50% 50%;
	border-style: none; !important
}

.ui-widget-header {
	background: none repeat-x 50% 50%;
	color: #222222;
	font-weight: bold;
	border-style: none; !important
}

/* @end */

/* @end */

/* @group Error page */

.error #splash {
	background-image: url(../media/splashSalesAtlas.jpg);
	width: 1000px;
	height: 79px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px solid #7f7f7f;
}

/* @end */

/* @group Articles */

.Article #primaryContent img {
	float: left;
	margin-top: 5px;
	margin-bottom: 10px;
}

.clear {
	clear: both;
	display: block;
}

/* @end */

/* @group Thank You page */

.thankYou #splash {
	background-image: url(../media/splashSalesAtlas.jpg);
	width: 1000px;
	height: 79px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px solid #7f7f7f;
}

/* @end */
