/*
Smart Invoice CSS
*/

/* Body */
* {margin:0; padding:0;}
body {background:#fff url(images/background_image.jpg) repeat-x center top; 
color:#283C51; 
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px;
text-align:center; 
padding:0;
}

#wrap {
	width:925px;
	padding:10px;
	margin:5px auto 0 auto;
	text-align:left;
}
#top {
	width:100%;
	margin: 0px;
	padding: 7px 0px 7px 0px;
	background-color: #183052;
	border-bottom: 2px solid #438fc9;
}
/* top bar */
#topbar {
width: 925px;
margin:0px auto 0 auto;
}
#topbar .topleft {
float: left;
color:#FFFFFF;
font-size: 12px;
}
#topbar .topleft img {padding:0px 2px 0px 2px;}
#topbar .topright {
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
	color: #fff;
}
#topbar .topright span {font-family: Verdana,Arial,Tahoma,"Trebuchet MS",sans-serif; font-size: 10px; font-style: normal; margin: 0px 7px 0px 2px;}
a.login {color:#183052; background-color: #dddee0; padding: 2px 7px 2px 7px; font-weight: bold;}
a.signup {color:#ffffff; background-color: #1c5c9a; padding: 2px 7px 2px 7px; font-weight: bold;}
a:hover.login {background-color: #f7f7f7;}
a:hover.signup {color: #ffffff; background-color: #2270BD;}

/* logo */
#header {width: 925px; text-align:left; padding:0; margin:0 0 5px 0;}
#sitetitle {width:245px; float:left;}


/* Main menu and submenu */
#navcontainer { 
width: 500px;
float: right;
text-align: right;
padding-top: 25px;
}
#navcontainer a { text-decoration: none; }

#navcontainer ul
{
padding: 0;
margin: 0;
list-style-type: none;
position: relative;
}

#navcontainer li { display: inline; }

/*1st level elements*/
#navcontainer ul
{
padding: 2px 0;
margin-bottom: 10px;
}

#navcontainer li { 
margin: 0 0 0px; 
padding: 0px 11px 0px 11px;
border-right: 1px solid #95a0bc;
}
#navcontainer li.last {
padding: 0px 0px 0px 10px;
border-right: 0px solid #333;
}
#navcontainer ul a,
#navcontainer ul a:link,
#navcontainer ul a:visited
{
font-size: 18px;
color: #183052;
padding: 0px 5px;
}

#navcontainer ul a:hover,
#navcontainer ul a:focus
{
color: #438fc9;
}

/*current Link*/
#navcontainer ul a#current,
#navcontainer ul a#current:link,
#navcontainer ul a#current:visited { font-weight: normal; }

/*Second and subsequent levels*/
#navcontainer ul ul
{
position: absolute;
top: 33px;
left: 0;
width: 100%;
border-top: none;
}

#navcontainer ul ul li { 
display: inline; 
border-right: 0px;
padding: 0px 0px 0px 10px;
}

#navcontainer ul ul a,
#navcontainer ul ul a:link,
#navcontainer ul ul a:visited
{
color: #438fc9;
font-size: 12px;
}

#navcontainer ul ul a:hover,
#navcontainer ul ul a:focus
{
color: #183052;
}

/*current Link*/
#navcontainer ul ul a#subcurrent,
#navcontainer ul ul a#subcurrent:link,
#navcontainer ul ul a#subcurrent:visited { font-weight: normal; }

/* end main menu and submenu */

/* Headline section on home page */
#headline {
	width:925px;
	text-align:left;
	margin:5px 0 15px 0;
	color:#fff;
	background-image: url(images/headlinebg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#headline p {font-size: 14px; margin:2px 450px 10px 25px; padding:0; line-height: 18px;}
#headline img {
	padding: 35px 0px 10px 20px;
}
#headline img.sshot {
float: right;
margin: 5px 1px 0px 0px;
padding: 5px 0px 0px 0px;
}
.buttons {
margin: 20px 0px 0px 25px;
font-size: 12px;
text-align: center;
color: #fff;
}
.tourbutton a {
background: url(images/blue_buttonover.jpg) no-repeat top left;
}
.tourbutton a:link, .tourbutton a:visited {
color: #fff;
font-weight: bold;
float: left;
width: 169px;
height: 37px;
padding-top: 5px;
background: url(images/blue_button.jpg) no-repeat top left;
}
.tourbutton a:hover, .tourbutton a:focus {
color: #fff;
background: url(images/blue_buttonover.jpg) no-repeat top left;
}

.trybutton a {
background: url(images/orange_buttonover.jpg) no-repeat top left;
}

.trybutton a:link, .trybutton a:visited {
color: #fff;
font-weight: bold;
float: left;
width: 169px;
height: 37px;
padding-top: 5px;
margin-left: 10px;
background: url(images/orange_button.jpg) no-repeat top left;
}

.trybutton a:hover, .trybutton a:focus {
color: #fff;
background: url(images/orange_buttonover.jpg) no-repeat top left;
}

/* headline inside */
#headlineinside {
	width:925px;
	height: 100px;
	text-align:left;
	margin: 5px 0px 20px 0px;
	color:#fff;
	background-image: url(images/headlinebg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#headlineinside img {
float: left;
padding: 25px 0px 0px 25px;
}
.trybuttoninside a {
background: url(images/orange_buttonover.jpg) no-repeat top left;
}
.trybuttoninside a:link, .trybuttoninside a:visited {
color: #fff;
font-weight: normal;
text-align: center;
float: right;
width: 169px;
height: 37px;
padding-top: 5px;
margin: 25px 25px 0px 0px;
background: url(images/orange_button.jpg) no-repeat top left;
}

.trybuttoninside a:hover, .trybuttoninside a:focus {
color: #fff;
background: url(images/orange_buttonover.jpg) no-repeat top left;
}

/* try button for compare page */
.trybuttoncompare a {
background: url(images/orange_buttonover.jpg) no-repeat top left;
border-bottom: 0px !important;
}
.trybuttoncompare a:link, .trybuttoncompare a:visited {
color: #fff;
font-weight: normal;
text-align: center;
float: right;
width: 169px;
height: 37px;
padding: 3px 0px 0px 0px;
margin: 25px 10px 0px 0px;
background: url(images/orange_button.jpg) no-repeat top left;
border-bottom: 0px;
}

.trybuttoncompare a:hover, .trybuttoncompare a:focus {
color: #fff !important;
background: url(images/orange_buttonover.jpg) no-repeat top left;
border-bottom: 0px;
}


/* Headers */
h2, h3, h4 {margin:0px 0px 5px 0px; padding: 0px; color:#666; font-weight:normal;}

/* Content */
#content {float:left; text-align:left; width:925px; margin:0px 0 0 0;;}
#content h2 {font-size:20px; color: #f26b19;  }
#content h3 {font-size:16px; color: #f26b19;}
#content h4 {font-size:14px; color: #283C51; margin: 0px; font-weight: bold;}
#content p {margin:0 0 10px;}
#content a {border-bottom:1px solid #C6D8DF;}
#content a:hover {color: #183052; border-bottom:1px solid #82AAB9;}
#content ul {
	margin:0 0 15px 10px;
	padding:0 0 0 10px;
	list-style-image: url(images/bullet_orange.gif);
	line-height: 16px;
}
#content ol {
	margin:0 0 15px 10px;
	padding:0 0 0 10px;
	line-height: 16px;
}
#content ul li, #content ol li {margin:0 0 0px 0px; padding: 0px;}

/* content sections home page */
#features, #benefits  {
float: left;
width: 320px;
padding-left: 20px;
}

/* Home Compare Box */
#compare {
width: 200px;
float: left;
padding: 10px 5px 10px 10px;
border: 1px solid #b0ceea;
background: #ddf0fe url(images/quickbooks_logo.jpg) no-repeat right bottom;
}
#compare p {
padding-right: 25px;
}

/* Home Users and User Example */
#users  {
width: 640px;
float: left;
margin: 0px 0px 0px 20px;
}
.usersbox {
border-top: 2px solid #f26b19;
border-bottom: 1px solid #f26b19;
background-color: #fefad5;
padding: 5px 10px 5px 10px;
}

#users .signupblue {
float: left;
text-align: center;
margin-left: 50px;
}
#users .signupblue a {
background: url(images/dkblue_buttonover.jpg);
}
#users .signupblue a:link, #users .signupblue a:visited {
color: #fff;
font-weight: normal;
float: left;
width: 129px;
height: 23px;
padding-top: 5px;
background: url(images/dkblue_button.jpg) no-repeat top left;
border-bottom: 0px;
}
#users .signupblue a:hover, #users .signupblue a:focus {
color: #fff;
font-weight: normal;
float: left;
width: 129px;
height: 23px;
padding-top: 5px;
background: url(images/dkblue_buttonover.jpg) no-repeat top left;
border-bottom: 0px;
}
.userexamples {
margin: 10px 0px 0px 0px;
}
.userexamples .left {
width: 290px;
padding-right: 60px;
}
.userexamples .left2 {
float: left;
width: 290px;
padding-right: 0px;
}
.userexamples img {
padding-right: 5px;
}

/* Home Tour Signup */
.toursignup  {
border-top: 1px #c4cad6 solid;
border-bottom: 1px #c4cad6 solid;
text-align: center;
padding: 5px 0px 5px 0px;
}
.toursignup a {
font-size:14px; 
color: #283C51; 
font-weight: bold;
}

/* Home Quote */
.userquote {
padding: 10px 0px 0px 5px;
margin-top: 10px;
color: #4d8ec6;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
font-style: italic;
font-size: 18px;
background: url(images/open_quote.gif) no-repeat top left;
}

/* Home Blog Entries */
.blogentries  {
width: 200px;
float: left;
margin-left: 20px;
line-height: 16px;
padding: 7px;
border-top: 2px solid #f26b19;
}

#content .blogentries ul {
	margin:0 0 0px 3px;
	padding:0 0 0 3px;
	list-style-image: none;
	list-style: none;
	line-height: 16px;
}
#content .blogentries li {
	padding-bottom: 10px;
}

/* About Page Latest News */
.latestnews  {
width: 210px;
float: right;
margin-left: 20px;
line-height: 16px;
padding: 7px;
}
#content .latestnews ul {
	margin:0 0 0px 3px;
	padding:0 0 0 3px;
	list-style-image: none;
	list-style: none;
	line-height: 16px;
}
#content .latestnews li {
	padding-bottom: 10px;
}


/* Footer */
#footer {
	width: 100%;
	height: 110px;
	margin: 0px;
	background-image: url(images/footerbg.jpg);
	background-repeat: repeat-x;
	}

#footer .footertext {
	font-size:11px;
	width:875px;
	line-height:1.5em;
	color:#4d8ec6;
	margin: 5px auto 10px auto;
	padding:10px 25px 0px 25px;
	border-top: 2px #a1c5df solid;
}
.footertext p {margin:0; padding:0;}
.footertext a {color:#4d8ec6; padding: 0px 5px 0px 5px;}
.footertext a:hover {color:#4d8ec6; text-decoration:underline; }

/* Links */
a {color:#3f5d83; text-decoration:none;}
a:hover {color:#3f5d83; text-decoration:none;}
a img {border:0;}

/* Various classes */
.left {float:left; width:49%; text-align:left; margin-bottom: 10px;}
.right {float:right; width:49%; text-align:right;}
.leftinside {float:left; text-align:left; margin-left: 20px;}
.rightinside {float:right; text-align:right;}
.textleft {text-align:left;}
.textright {text-align:right;}
.textcenter {text-align:center;}
.clear {visibility:hidden; clear:both; height:1px;}
.hide {display:none;}
.small {font-size: 11px; font-style: italic; margin-left: 25px;}
.largegray {font-size: 26px; color: #999; padding-left: 10px; line-height: 32px;}
.largeblue {
color: #4d8ec6;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
font-style: italic;
font-size: 16px;
}

/* IE6 PNG fix */
* html img,
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}

.bluebutton {
background: url(images/blue_button_bg.jpg) repeat top left;
}
.bluebutton a, #content .bluebutton a:link {
color: #fff;
border-bottom: 0px;
text-decoration: none;
}
.bluebutton a:hover, #content .bluebutton a:visited {
color: #fff;
border-bottom: 0px;
text-decoration: none;
}

#content .orangebutton a {
background: url(images/orange_button_bg.jpg);
}
#content .orangebutton a:link, #content .orangebutton a:visited {
color: #fff;
font-weight: normal;
float: left;
width: 376px;
height: 31px;
padding-top: 7px;
background: url(images/orange_button_bg.jpg) repeat top left;
border-bottom: 0px;
}
#content .orangebutton a:hover, #content .orangebutton a:focus {
color: #fff;
font-weight: normal;
float: left;
width: 376px;
height: 31px;
padding-top: 7px;
background: url(images/orange_button_bg.jpg) repeat top left;
border-bottom: 0px;
}

.bluebox {
width: 165px;
float: right;
padding: 10px 10px 10px 10px;
margin-right: 5px;
border: 1px solid #b0ceea;
background-color: #ddf0fe;
font-size: 11px;
}

/* tooltips */
a.info{
    position:relative; /*this is the key*/
    z-index:24; 
	border-bottom: 0px !important;
    text-decoration:none;}

a.info:hover{z-index:25;}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top: 15px; left: 10px; width:15em;
	padding: 5px;
    border:2px solid #b0ceea;
    background-color:#fff; color:#283C51;
    text-align: center}


/* pricing table classes */
#pricing {
margin-bottom: 20px;
margin-top: -2px;
border-bottom: 1px solid #cccccc;
width: 715px;
border-collapse: collapse;
border-spacing: 0px;
white-space:nowrap;
table-layout: fixed;
}
#pricing td {
text-align: center;
padding: 5px 0px 5px 0px;
border-left: 1px solid #cccccc;
width: 125px;
}
#pricing td.item {
padding: 10px 0px 0px 0px;
border-left: 0px solid #cccccc;
width: 338px;
}
#pricing td.item p {
font-size: 14px;
text-align: left;
margin-left: 25px;

}
#pricing td.last {
border-right: 0px;
}
#pricing tr.highlight {
background-color: #ddf0fe;
}
#pricing td.bottom {
padding: 0px;
}
#pricing th {
text-align: left;
}

/* comparison table classes */
#comparison {
margin-bottom: 20px;
margin-top: 10px;
border-bottom: 1px solid #cccccc;
width: 640px;
border-collapse: collapse;
border-spacing: 0px;
}
#comparison td {
text-align: center;
padding: 5px 0px 5px 0px;
border-left: 1px solid #cccccc;
}
#comparison td.item {
padding: 10px 0px 0px 0px;
border-left: 0px solid #cccccc;
width: 325px;
}
#comparison td.item p {
font-size: 13px;
text-align: left;
margin-left: 10px;

}
#comparison td.last {
border-right: 0px;
}
#comparison tr.highlight {
background-color: #ddf0fe;
}
#comparison td.bluebutton {
padding: 0px;
}
#comparison .tblheader {
color: #ffffff;
font-size: 14px;
font-weight: normal;
background-color: #1b395f;
text-align: left;
}

/* form on the About page */
form.aboutform {
font-family: Arial, Helvetica, sans-serif; 
font-size: 11px;
padding-left: 10px;
}
form.aboutform textarea { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 11px;
width: 152px;
}

/* form on the Sign up page */
form.signup fieldset {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 0px auto;
	width: 375px;

	}
form.signup {
text-align: center;


}
form.signup fieldset ol {
	margin: 0;
	padding: 0;
	}
	
#content form.signup fieldset li {
	list-style: none;
	padding: 0px;
	margin: 0px  0px 15px 0px;
	text-align: left;
	}
form.signup input {

}
form.signup label {
	display: inline-block;

	}
form.signup label { width: 105px; text-align: left;} /* Width of labels */

form.signup .signupbutton {
color: #fff;
font-weight: normal;
padding: 5px;
background: url(images/orange_button_bg.jpg) repeat top left;
border: none;
width: 150px;
height: 30px;
cursor:pointer;  
font-size: 12px;
}