@charset "iso-8859-2";
/*
Theme Name: N2Clic Framework
Theme URI: http://themes.n2clic.com/
Author: N2Clic
Author URI: http://n2clic.com/
Description: Base framework for all the N2Clic themes developments
Version: 1.0
License: Private
*/


/* Table of Content
==================================================
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists

	#Layout


/* #Basic Styles
================================================== */
body {
	font-family: "Trebuchet MS", arial, courier, serif;
	font-size: 15px;
	line-height: 1.231;
	color: #303030;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}
/* Stretch Background Image (compatible with IE7+) */
html, body{height:100%;}

#background {
	width: 100%; 
	height: 100%; 
	position: fixed; 
	left: 0px; 
	top: 0px;  
	z-index: -99999;
}
.stretch {width:100%;height:auto;min-height:100%;}


/* #Typography
================================================== */
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../fonts/BebasNeue-webfont.eot');
    src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BebasNeue-webfont.woff') format('woff'),
         url('../fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('../fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PTSansNarrowRegular';
    src: url('../fonts/PTN57F-webfont.eot');
    src: url('../fonts/PTN57F-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PTN57F-webfont.woff') format('woff'),
         url('../fonts/PTN57F-webfont.ttf') format('truetype'),
         url('../fonts/PTN57F-webfont.svg#PTSansNarrowRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PTSansNarrowBold';
    src: url('../fonts/PTN77F-webfont.eot');
    src: url('../fonts/PTN77F-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PTN77F-webfont.woff') format('woff'),
         url('../fonts/PTN77F-webfont.ttf') format('truetype'),
         url('../fonts/PTN77F-webfont.svg#PTSansNarrowBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MyriadProSemiboldCondensed';
    src: url('../fonts/myriadpro-semiboldcond-webfont.eot');
    src: url('../fonts/myriadpro-semiboldcond-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/myriadpro-semiboldcond-webfont.woff') format('woff'),
         url('../fonts/myriadpro-semiboldcond-webfont.ttf') format('truetype'),
         url('../fonts/myriadpro-semiboldcond-webfont.svg#MyriadProSemiboldCondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MyriadProBoldCondensed';
    src: url('../fonts/myriadpro-boldcond-webfont.eot');
    src: url('../fonts/myriadpro-boldcond-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/myriadpro-boldcond-webfont.woff') format('woff'),
         url('../fonts/myriadpro-boldcond-webfont.ttf') format('truetype'),
         url('../fonts/myriadpro-boldcond-webfont.svg#MyriadProBoldCondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'BebasNeueRegular';
	font-weight: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 58px; line-height:89px; margin:0; padding:0;}
h2 { font-size: 35px; line-height: 20px; margin-bottom: 10px; }
h3 { font-size: 23px; margin-bottom: 8px; }
h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
h5 { font-size: 17px; line-height: 24px; }
h6 { font-size: 14px; line-height: 21px; }

.subheader { color: #777; }

	p { margin: 0 0 20px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; }
	small { font-size: 80%; }
	
/* Special */
	abbr, accr{
		border:1px dotted #ccc;
	}

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
	a:hover, a:focus { color: #000; }
	p a, p a:visited { line-height: inherit; }
	
	/* From Normalize.css */
	a { color: #00e; }
	a:visited { color: inherit; text-decoration: underline; }
	a:hover { color: #06e; }
	a:focus { outline: thin dotted; }
	a:hover, a:active { outline: 0; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* custom bolds */

.boldWel {
	font-weight:bold;
	color:red;
}

/* #Layout & Images
================================================== */

/* Main */
body{min-width:960px}




/* Wel corp */

#container {
	margin-left:auto;
	margin-right:auto;
	width:950px
}

#container .inner_container{
	padding:0; /* Container is 960px */
	position:relative;
}

/* Header */
.header_container{
	background: #fff url(../images/bg_top.jpg) repeat 50% 0;
	height:110px;
}

.header_container.front_end_header {
	height:169px;
}

.header_container a{
	color:inherit;
	text-decoration:none;
}

header{
	width:950px;
	margin:0 auto;
	height:110px;
	position:relative;
}

.front_end_header header{
	height:169px;
}

header .logo{
	width:166px;
	height:74px;
	text-indent:-9999em;
	display:block;
	background:url(../images/logo.png);
	float:left;
	margin:20px 0 0 0;
}

header .welcountry {
	position:absolute;
	width:500px;
	text-align:right;
	line-height:20px;
	padding:0;
	margin:0;
	font-weight:bold;
	font-size:13px;
	z-index:10;
	right:0;
	top:80px;
}
	
header .welcountry img{
	margin-right:5px;
	margin-left:10px;
}

header .welcountry a {
	text-decoration:none;
	color:#505050;
}

header .superheader{
	width:355px;
	height:59px;
	padding:10px 0 0 122px;
	background:url(../images/superheader-w.png);
	float:right;
	overflow:hidden;
	margin:0;
}
header .superheader .title{
  font-family: 'BebasNeueRegular';
	font-size:24px;
	color:#fff;
	float:left;
	margin:-2px 15px 0 0;
	padding:0;
	line-height:100%;
}

.loggedin header .superheader .title{
	padding-left:5px;
}
	

header .superheader form input{
	float:left;
	margin:0 5px 0 0;
}
header .superheader form input[type=text],
header .superheader form input[type=password]{
	width:80px;
	height:15px;
	padding:2px 5px;
	border:0;
}
header .superheader form input[type=image]{
	margin:0;
	padding:0;
}

header .phone{
	color: #ee2a2c;
	float: right;
	margin: -25px 0 0 0;
  font-family: 'PTSansNarrowBold';
	font-size: 18px;
	padding-left:100px;
}
header .phone a{
	text-decoration:underline
}

/* Navigation Menu */
nav{
	width:950px; /* 956 */
	height:59px; /* 86 */
	background:url(../images/nav_bg.png) no-repeat 50% 0;
	margin:0 auto;
	padding:27px 3px 0 3px;
	position:absolute;
	left:-3px;
	bottom:0;
	overflow:visible;
}
nav li{
	float:left;
	background:url(../images/nav_divider.png) no-repeat 100% 0;
}

nav li:last-child{
	background : none;
}

nav li a{
	display:block;
	height:60px;
	line-height:60px;
	text-decoration:none;
	text-transform:uppercase;
    font-family: 'BebasNeueRegular';
	font-size:20px;
	padding:0 20px 0 21px;;
}
.header_container nav li a, .header_container nav li a:visited, 
nav li a,
nav li a:visited{
	color:#6e6e6e;
}
.header_container nav li a:hover, nav li a:hover{
	color: #111;
}
nav li a.current{
	color:#fff;
	background:url(../images/nav_current.png) repeat-x 0 0;
}

/* Content */
#main{
	background:#fff;
	padding:0 0 30px 0;
	margin:0;
	position:relative;

}

/* Homepage */
.homepage h1,
.homepage h2,
.homepage h3{
	color:#631113;
	margin: 0 0 10px 0;
}
#main .inner{
	padding:0 25px;
}
#main .col1{}
#main .col2,
#main .col3{
	background: url(../images/divider-vertical.png) no-repeat 0 0;
}
#main .col{
	float:left;
	width:310px;
}
.button{
	font-family: 'BebasNeueRegular';
	height:20px;
	line-height:20px;
	background:#ee2a2c url(../images/bullet-raquo.png) no-repeat 95% 50%;
	font-size:20px;
	text-decoration:none;
	padding:2px 18px 0 8px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position:absolute;
	bottom:15px;
	margin-left:5px;
}
.button,
.button:hover,
.button:visited{
	color:#fff;
}
footer{
	background:#741416;
	padding:60px 20px 0px 20px;
	position:relative;
	margin:0;
}
.backendpage footer {
	padding-top:10px;
}
footer a{
	text-decoration:none;
	font-size:14px;
	display:block;
}
footer a,
footer a:hover,
footer a:visited{
	color:#ff9f9f;
}
footer .widget-title{
	color:#fff;
    font-family: 'BebasNeueRegular';
	font-size:22px;
}
footer ul,
footer ul li{
	margin:0;
	padding:0;
	list-style:none;
}
footer .footer_top{
	width:100%;
	background:#a11c1f url(../images/footer_top.png) repeat-x 0 0;
	border-bottom:1px solid #631113;
	height:40px;
	line-height:40px;
	text-align:center;
	font-family: 'PTSansNarrowBold';
	font-size:19px;
	letter-spacing: 0.5px;
	position:absolute;
	top:0;
	left:0;
	color:#fff;
}
footer .footer_top span{
	color: #a3fcff;
	font-style: italic;
}
footer .light_blue li,
footer .light_blue li a{
	color: #a3edf0;
    font-family: 'PTSansNarrowBold';
	font-size: 18px;
}
footer .light_blue li{
	margin: 0 0 5px 0;
}

footer #TermsLine {
	clear:both;
	text-align:center;
	padding-bottom:5px;
}

footer #TermsLine a {
	display:inline;
	padding:0 20px;
	font-size:12px;
}	

footer #TermsLine a:last-child {
	border-right:none;
}	

/* HomePage */
#Welcome {
	width:410px;
	height:340px;
	background:rgba(0,0,0,0.5);
	filter:alpha(opacity=80); /* For IE8 and earlier */
	padding:0 20px;
	overflow:hidden;
	color:white;
}	
#Welcome p {
	margin-bottom:13px;
}

#Welcome h1 {
	font-size:45px;
	font-weight:bold;
	color: #C80000;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
	line-height:50px;
	margin-top:10px;
	padding:5px 0 ;
}	
/* Homepage Slider */

#Bloglink {
	float:right;
	width:70px;
	display:block;
	background: url("../images/bullet-raquo.png") no-repeat scroll 95% 50% #EE2A2C;
	border-radius: 2px;
	font-family: 'BebasNeueRegular';
	font-size: 23px;
	height: 25px;
	line-height: 25px;
	margin-left: 5px;
	margin-top:15px;
	padding: 2px 25px 0 8px;
	text-decoration: none;
	color:#FFFFFF;
}

#SlideBox {
	position:absolute;
	background:rgba(0,0,0,0.5);
	filter:alpha(opacity=80); /* For IE8 and earlier */
	left:450px;
	top:0;
	height:320px;
	width:480px;
	padding:10px;
}

#Slider{
	width: 480px;
	height: 320px;
	overflow: hidden;
    font-family: 'MyriadProBoldCondensed';
}

#Slider ul.bjqs-controls a {
    border: 0 none;
    display: block;
    height: 34px;
    width: 34px;
    text-indent: -9999px;
    display:none;
}

#Slider:hover ul.bjqs-controls a {
    display:block;
}
	
#Slider ul.bjqs-controls li.bjqs-next a{
    background: url("../images/icons/RedNext.png") no-repeat scroll 0 0 transparent;
    right: 15px;
}
#Slider ul.bjqs-controls li.bjqs-prev a{
    background: url("../images/icons/RedPrev.png") no-repeat scroll 0 0 transparent;
    left: 15px;
}
.homeSlide {
	width:480px;
	height:320px;
}


#Slider .caption{
	position:absolute;
	top:20px;
	left:0;
	background:rgba(0,0,0,0.8);
	color:#fff;
	padding:10px 15px;
}

#Slider .caption.right{
	left:inherit;
	right:0;
}

#Slider a, #Slider a:visited, #Slider a:hover {
	text-decoration:none;
	color:white;
}

	
/*
#Slider .caption span{
	font-size:70px;
	font-variant: small-caps;
}
*/
#Slider .caption p{
	font-family: 'MyriadProSemiboldCondensed';
	font-size:25px;
	margin:0;
}

#Slider .caption h2{
	margin:0;
	font-size:40px;
	line-height:40px
}

#Slider .promocaption {
	text-align:center;
	font-size:20px;
	font-weight:bold;
	color: black;
	display:block;
	margin:0 auto;
	padding-top:20px;
}
#Slider .promobody {
	text-align:center;
	font-size:inherit;
	color: black;
	display:block;
	margin:0 auto;
	padding-top:20px;
}

#Slider .cta{
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
	position:absolute;
	bottom:20px;
	left:0;
	background:url(../images/slider_arrow.png) no-repeat right;	
	width:234px; 
	height:64px;
	line-height:64px;
	font-size:34px;
	padding:0 0 0 10px;
}
.sub_slider{
	height:39px;
	line-height:39px;
	background:url(../images/slider_sub.png) repeat-x 0 0;
}
.sub_slider ul{
	margin: 0;
	padding: 0;
}
.sub_slider li{
	float: left;
	margin: 0;
	padding: 0;
}
.sub_slider a{
	display: block;
	line-height: 39px;
    font-family: 'BebasNeueRegular';
	font-size: 16px;
	color: #6e6e6e !important;
	padding: 0 40px;
	text-transform: uppercase;
	text-decoration: none;
}

.sub_slider a:hover{
	color:#111 !important;
}

.shadow_bottom{
	background: url(../images/shadow_bottom.png) no-repeat 50% 100%;
	width: 950px;
	height: 27px;
}

/* Subpage */
.subpage{
	background:transparent url(../images/subpage_bg.png) repeat-y 0 0 !important;
	padding:25px 0 0 !important;
}

.subpage_end
{
	height:25px;
	background:transparent url(../images/subpage_bg_bot.png) repeat-y 0 0 !important;
} 
.subpage h1{
	color:#fff !important;
	height:99px;
	line-height:84px;
	text-align:center;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.75);
	margin:0 0 20px 0;
}
.content_right{
	float:left;
	width:640px; /* 680 */
	padding:0 20px 120px 20px;
	background:#fff url(../images/subpage_h1.png) no-repeat 0 0;
}

.content_right .gridwrapper {
	margin-right:-20px;
}

.content_right .box{
	font-size:14px;
	width:300px;
	float:left;
	padding:0 5px;
	position:relative;
}
.content_right .box.alpha{
	padding-right:20px;
}

.content_right .box h3{
	color:#d50000;
}
.content_right .box .button{
/*	float:right; */
}

.content_right .img_container{
	float:left;
	margin:0 10px 0 0;
	width:88px /* Width of the largest image */;
	height:130px;
}

/* Sidebar */
aside.sidebar_left{
	float:left;
	width:210px; /* 250 */
	padding:0 20px;
	margin:0;
}
aside.sidebar_left p{color:#fff;}
aside.sidebar_left ul{
	color:#fff;
	 list-style: inherit;
}

aside.sidebar_left .sidebar_title,
aside.sidebar_left .sidebar_subtitle{
    font-family: 'BebasNeueRegular';
	text-align:center;
	text-transform:uppercase;
	line-height:100%;
	margin:0;
	padding:0;
}
aside.sidebar_left .sidebar_title{
	color:#fff;
	font-size:60px;
}
aside.sidebar_left .sidebar_title span{
	display:block;
	color:#fff;
	font-size:38px;
	margin:-20px 0 0 0;
}
aside.sidebar_left .sidebar_subtitle{
	color:#cdcdcd;
	font-size:24px;
	margin:0 0 15px 0;
}
aside.sidebar_left span{font-style:normal; color:#03f6ff;}
.sidebar_cta{
	display:block;
	text-align:center;
	background:url(../images/sidebar_cta.png) no-repeat;
	width:201px;
	height:50px; /* 69 */
	text-decoration:none;
	margin:0 auto 10px auto;
	line-height:100%;
	padding:19px 0 0 0;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.75);
}
.sidebar_cta span{
	color:#03f6ff;
	display:block;
	font-size:32px;
    font-family: 'BebasNeueRegular';
	margin:0 0 10px 0;
}
.sidebar_cta em{
	color:#fff;
	font-style:normal;
	font-size:16px;
    font-family: 'PTSansNarrowRegular';
}

/* Inline Form */
.inline_form{
	width:619px;
	height:132px;
	background:url(../images/inline_form.png) no-repeat;
	position:relative;
	margin:30px 0 0 0;
}
.inline_form .left_part{
	width:322px;
	margin:0 0 0 5px;
}
.inline_form .title{
	color:#fff;
    font-family: 'BebasNeueRegular';
	font-size:36px;
	text-align:center;
	margin:0 0 5px 0;
}
.inline_form input[type=image]{
	position:absolute;
	right:8px;
	bottom:8px;
}
.inline_form input[type=text],
.inline_form input[type=email]{
	border:1px solid #4e5151;
	padding:7px 5px;
	font-family: "Trebuchet MS", arial, courier, serif;
	color:#525252;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.inline_form .input_left{
	float:left;
	width:140px;
}
.inline_form .input_right{
	float:right;
	width:140px;
}
.inline_form .input_wide{
	clear:both;
	margin:5px 0 0 0;
	width:312px;
}

/* Category page */
.box_plain{
	width:272px; /* 292 */
	height:187px; /* 187 */
	background:url(../images/boxes.png) no-repeat;
	padding:0 10px;
	overflow:hidden;
	margin:0 0 40px 0;
	position:relative;
	font-size:14px;
}
.box_plain p{
	margin:0 0 0 115px;
	letter-spacing:-0.007em;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}
.box_plain h3{
	font-size:36px;
	color:#fff;
	height:43px;
	padding:0;
	margin:0 0 10px 0;
}
.box_plain img{
	position:absolute;
	left:1px;
	bottom:2px;
}
.box_plain .button{
	position:absolute;
	right:11px;
	bottom:12px;
}
.box1{background-position:0 0;}
.box2{background-position:0 -187px;}
.box3{background-position:0 -374px;}
.box4{background-position:0 -561px;}

/* jQuery Tools Tooltip */
.tooltip_content {
	width: 281px; /* 321 */
	padding: 10px 20px 76px 20px;
	background: url(../images/tooltip_bg.png) no-repeat;
	font-size: 16px;
    font-family: 'MyriadProSemiboldCondensed';
	position: relative;
	line-height: 130%;
	color: #333;
}
.tooltip_content h4{
	text-align: center;
	color: #841719 !important;
	font-size: 22px;
	height: 45px;
	line-height: 45px;
	margin: 0 0 20px 0;
	padding: 0;
}
.tooltip_content span.tooltip_footer{
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 321px;
	height: 56px;
	background: url(../images/tooltip_footer.png) no-repeat;
}
.tooltip_content span.tooltip_footer a{
	display: block;
	width: 212px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	margin: 10px auto 0 auto;
	background: url(../images/tooltip_button.png) no-repeat;
	font-size: 22px;
	color: #fff !important;
	text-decoration: none !important;
}

/* Page format overrides for required custom formatting */
#BusinessCommSidebarTitle {
	font-size: 40px;
}

#LinkInSMSSidebarTitle {
	font-size: 40px;
}


/* stuff from old layout to rename */
.clear{clear:both;}

.grid{width:310px; display:inline;float:left;margin-left:5px;margin-right:5px}
.grid_5{width:190px; display:inline;float:left;margin-left:5px;margin-right:5px}
.grid_4{width:150px; display:inline;float:left;margin-left:5px;margin-right:5px}

/* Test Drive/Signup Section */
#SignupWrap {
	margin-top:30px;	
	width:640px;
	position:relative;
}

#SignupWrap > div {
	position:absolute;
	top:0;
	padding:15px 10px;
	height: 70px;
	text-align:center;
}

#TestDrive {
	width:230px;
	left:0;
	background-color:#B0B0B0;
}
#SignUp {
	width:350px;

	right:0;
	background-image:url('../images/red-grad-background.png');
}

#SignupWrap a {
	text-decoration:none;
	text-shadow:1px 1px 1px rgba(0, 0, 0, 0.75);
	font-family: 'BebasNeueRegular';
	font-size:42px;
	line-height:38px;
	color: white;
}


/* page specific CSS */

.file_aboutUS ul{
	list-style-type:disc;
}

.file_businesscases .content_right{
	min-height:580px;
}
	


/* case studies */
#CaseWrapper {
	width:600px;
	margin-left:20px;
	position:relative;
}

#CaseContainer {
	width:600px;
}

.caseStudy {
	width:570px;
	padding:14px;
	border: 1px solid #E0E0E0;
	border-radius: 15px;
	overflow: auto; /* clear contained floats */
}

.caseStudy img {
	float:left;
}

#CaseWrapper ul.bjqs-controls li a{position:absolute;top:70px;}
#CaseWrapper ul.bjqs-controls li.bjqs-next a{right:-37px}
#CaseWrapper ul.bjqs-controls li.bjqs-prev a{left:-37px}


/* Pricing */

#PriceWrapper {
	border-top: 1px solid #A0A0A0;
}

#PriceWrapper .accordionButton h3 {
	display:block;
	margin:0;
	padding-left:10px;
	width:20%;
	float:left;
	line-height:50px;
}
#PriceWrapper .accordionButton span {
	line-height:50px;
}

#PriceWrapper .accordionButton .clickformore {
	width:20%;
	text-align:center;
	float:right;
}

#PriceWrapper .accordionButton {	
	width: 640px;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	background: White;
	border-bottom: 1px solid #A0A0A0;
	cursor: pointer;
	}
	
#PriceWrapper .accordionContent {	
	width: 620px;
	float: left;
	border-bottom: 4px double #A0A0A0;
	_float: none; /* Float works in all browsers but IE6 */
	/* background: #F0F0F0; */
	padding:10px;
	}

#PriceWrapper	ul {
	list-style: inherit; 
}

#PriceWrapper .on {
	background: #F0F0F0;
	}
	
#PriceWrapper .over {
	/* background: #CCCCCC; */
	}


/* Logged In Site layout styles */
.backendpage {
}

#bemenu {
	width:150px;
	padding-top:30px;
	/* background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.6); */
	background: #ffffff;
}
#backendcontent {
	padding:10px;
	background:white;
}
	
/* Old main site styles */
#titlebox {border-bottom: 1px solid #9CB5CE;}
#titlebox div {margin-left: 30px; font-size: 12pt;font-family:Verdana, Arial, Helvetica; color: #CB1009; font-weight: bold}

#subtitlebox div {margin-left: 7px; color: #CB1009; font-weight: bold}
#content {
	margin-top:20px;
	min-height:400px;
	font-size:13px
}

#content ul li{
	list-style-image: url("/images/bullet.gif");
}

#content li {
	line-height:inherit;
	margin:0;
}

#content a, #bemenu a {
	color: #336699;
	text-decoration: none;
}

#content td {
	padding:3px;
}
#AdminNav, #ProvNav {
	font-size:12px;
	margin-left:20px;
}

#AdminNav li, #ProvNav li {
	list-style-image:inherit;
	margin:0;
}

#AdminNav label, #ProvNav label{
	font-weight:bold;
	padding-top:20px;
	display:block;
}

#MembersAusImg {
	float:right;
}

.indent10{padding-left:10px;display:inline-block;}
.mousepointer{cursor:pointer}


.PCCostsTable td {font-size:7pt;}
.PCCostsTable input {margin:0;padding:0; font-size:7pt;}
.ReportCounts {font-size:7pt; color:#909090;}

.medtext {font-family:Verdana, Arial, Helvetica; font-size: 12px}
.error {color:#AA0000; font-weight: bold}
.errorborder {color:#AA0000; font-weight: bold; padding: 20px; border: 1px solid #AA0000; text-align:center;}
.dkblue, .bgdkblue, table.stdtable th	{background-color: #741416; color: #FFFFFF}
.ltblue {background-color: #A11C1F; color:#FFFFFF}
.bgltblue	{background-color: #E0E0E0; color:#202020}

table.stdtable tr:nth-child(odd) td {background:#e9e9e9}
table.stdtable tr:hover td {background:#ffffe9}

.redText {color: #CB1009}
.dkred	{background-color: #CB1009; color: #FFFFFF; font-weight: bold}
.small {font-size: 10px;font-family:Verdana, Arial, Helvetica}
.vsmall {font-size: 9px;font-family:Verdana, Arial, Helvetica}
.smallwhite {font-size: 10px;font-family:Verdana, Arial, Helvetica; color: #FFFFFF}
.redheader {font-size: 12px;font-family:Verdana, Arial, Helvetica; color: #CB1009; font-weight: bold}
.greyheader {font-size: 12pt;font-family:Arial, Helvetica; color: #999999; font-weight: bold}
.greyheadersm {font-size: 13px;font-family:Arial, Helvetica; color: #999999; font-weight: bold}

.blacklgheader {font-size: 12pt;font-family:Verdana, Arial, Helvetica; color: #000000; font-weight: bold}
.blackheader {font-size: 11px;font-family:Verdana, Arial, Helvetica; color: #000000; font-weight: bold}
.redlgheader {font-size: 12pt;font-family:Verdana, Arial, Helvetica; color: #CB1009; font-weight: bold}
.greenheader {font-size: 12px;font-family:Verdana, Arial, Helvetica; color: #00AC00; font-weight: bold}
.blueheader {font-size: 12px;font-family:Verdana, Arial, Helvetica; color: #336699; font-weight: bold}
.mediumbold {font-size: 9pt;font-family:Verdana, Arial, Helvetica; font-weight: bold}
.nav {font-size: 8pt;font-family:Verdana, Arial, Helvetica; color: #CB1009; font-weight: bold}
.navhead {font-size: 8pt;font-family:Verdana, Arial, Helvetica; color: #336699; font-weight: bold}
.smlblueheader {font-size: 11px;font-family:Verdana, Arial, Helvetica; color: #336699; font-weight: bold}
.smlredheader {font-size: 11px;font-family:Verdana, Arial, Helvetica; color: #CB1009; font-weight: bold}
.bgwhite {background-color: #FFFFFF}
.bgltgrey {background-color: #666666}

/* individual item styles */
.continuelink {
	font-weight:bold;
}
