/***
	KaffeeBreak Style Sheet
	(c) Copyright Able Net Design 2010.
	All Rights Reserved.
****/

/*************************************
	ABLE NET DESIGN SOFTWARE STYLE
**************************************/

html, body
{
	background: #ece8de;
	margin: 0;
	padding: 0;
	font: 16px/1.9 "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Calibri, Verdana, sans-serif;
	color: #686868;
	/*color: #0066cc;*/
}

.container_12
{
	overflow: hidden;
}
img
{
	border: none;
}
a
{
	cursor: pointer;
}
/* HEADER */
#header
{
	background: #333;
	width: 100%;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
#header ul
{
	list-style: none;
}
#header ul li a
{
	font-size: 12px;
	float: left;
	margin-right: 20px;
	color: #fff;
	text-decoration: none;
}
#header ul li a:hover
{
	color: #A5CEEE;
}
/* MAIN */
#main
{
	margin-top: 40px;
}
#main h1
{
	text-align: center;
	font-size: 46px;
	color: #000;
	margin-top: 1.5em;
}
#main h2
{
	color: #000;
	font-size: 24px;
}
#main h3
{
	text-align: center;
}
#main a
{
	color: #4dbaff;
	text-decoration: none;
}
#main a:hover
{
	color: #000;
}
#main h1.splash
{
	font-size: 2.4em;
	line-height: 1.25;
	margin: 1.5em 0 1em 0;
	/*color: #ACACAC;*/
	color: #868048;
	font-weight: normal;
}
#main h1.splash a
{
	color: #4dbaff;
	text-decoration: none;
}
#main h1.splash a:hover
{
	color: #000;
}
h2
{
	font-size: 1.5em;
}
#main p
{
	margin-top: 1em;
	margin-bottom: 1em;
}
#main .specialbox
{
	background: #D5CCBE;
	padding: 10px;
	color: #000;
	font-size: 14px;
	text-align: center;
}
#main .box
{
	background: #fff;
	margin-top: 1em;
	min-height: 320px;
	margin-bottom: 1em;
}
#main .box ul
{
	margin-left: 2em;
	list-style: square;
	
}
#main .box h2
{
	text-align: center;
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 0.5em;
	color: #000;
}
/* FOOTER */
#footer
{
	border-top: 1px solid #f5f5f5;
	margin-top: 4em;
	margin-bottom: 2em;
}
#footer ul
{
	list-style: none;
}
#footer ul li a
{
	float: left;
	font-size: 12px;
	color: #aaa;
	text-decoration: none;
	margin-right: 10px;
}
#footer a:hover
{
	color: #666;	
}

/**********************
	LOGIN / SIGNUP
***********************/
form#loginForm
{
	margin-top: 2em;
}
form#loginForm input
{
	padding: 10px;
	border: 1px solid #ccc;
	display: block;
	width: 100%;
}
form#loginForm input.btn
{
	margin-top: 10px;
	cursor: pointer;
}
form#loginForm a.help
{
	font-size: 12px;
	line-height: 60px;
	text-decoration: none;
	color: #0066cc;
}
form#loginForm a:hover.help
{
	color: #000;
}
form#signupForm label
{
	display: block;
	font-weight: bold;
	line-height: 30px;
}
form#signupForm input
{
	padding: 10px;
	border: 1px solid #ccc;
	display: block;
	width: 920px;
	margin-bottom: 10px;
	font-size: 14px;
}
form#signupForm input.btn
{
	width: 70px;
	margin-top: 10px;
	font-size: 12px;
	cursor: pointer;
}
#logo
{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 20px;
}
label.error
{
	color: #b10000;
}

/**********************
	Logged In
***********************/ 
#mainPrivate
{
	background: #fff;
	padding-bottom: 20px;
	padding-top: 20px;
	font: 12px/1.9 "Lucida Grande", Lucida, Verdana, sans-serif;
}
#mainPrivate a
{
	color: #333;
	text-decoration: none;
}
#mainPrivate a:hover
{
	text-decoration: underline;
	color: #555;
}
#mainPrivate h1
{
	font-size: 36px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000;
}
#mainPrivate h2
{
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#mainPrivate p
{
	margin-top: 20px;
	margin-bottom: 20px;
}
/**********************
		BUTTONS
***********************/
a.button {
    background: transparent url('images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}
img.deleteIcon
{
	padding-top: 19px;
}
button
{
	cursor: pointer;
	line-height: 16px;
}
/**********************
		FORMS
***********************/
.deposit, .accounts, .tax
{
	margin-top: 20px;
}
.inputForm fieldset
{
	border: none;
	margin-bottom: 30px;
}
.inputForm legend
{
	font-weight: bold;
	font-size: 16px;
}
.inputForm label
{
	display: block;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}
.inputForm input.text
{
	padding: 10px;
	border: 1px solid #ccc;
	font-size: 14px;
	background: #fff;
	width: 300px;
}
.inputForm input.desc
{
	width: 900px;
}

.inputForm select
{
	width: 200px;
	padding: 10px;
	border: 1px solid #ccc;
	font-size: 14px;
	background: #fff;
}
.inputForm .help
{
	font-style: italic;
	font-size: 10px;
	color: #666;
}
.dateRangeForm label
{
	display: inline;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}
.dateRangeForm input
{
	padding: 10px;
	border: 1px solid #ccc;
	font-size: 14px;
	background: #fff;
	width: 150px;
}
.dateRangeForm input.btn
{
	width: 100px;
	padding: 5px;
	font-size: 12px;
}
.inputForm input.invDesc
{
	width: 680px;
}
.inputForm input.invQty
{
	width: 60px;
}
.inputForm input.invAmount
{
	width: 120px;
}
.total-box
{
	border: none;
	margin-top: 4px;
}
.sublabel
{
	font-weight: bold;
	display: block;
	text-align: right;
	width: 780px;
	float: left;
}
#totalSum
{
	float: right;
	width: 60px;;
}
/**********************
	TRANSACTIONS
***********************/

#mainPrivate h3
{
	margin-top: 20px;
	font-size: 16px;
	margin-bottom: 20px;
}
.heading
{
	font-weight: bold;
	margin-bottom: 10px;
	color: #000;
	border-bottom: 1px solid #f5f5f5;
}
.total
{
	border-top: 1px solid #000;
}
#transactions ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#transactions ul li
{
	border-top: 1px solid #f5f5f5;
	display: block;
	line-height: 50px;
	text-indent: 5px;
}
#transactions ul li:hover
{
	background: #f5f5f5;
}
#transactions ul li a
{
	color: #333;
	text-decoration: none;
}
#transactions ul li a:hover
{
	text-decoration: none;
}

/**********************
		JQUERY UI
***********************/
#flash-message p .ui-icon, #startup-message p .ui-icon
{
	margin-top: 12px;
}
#startup-message
{
	line-height: 40px;
}
#startup-message a
{
	color: #2e6e9e;
}
#flash-message 
{
	line-height: 50px;
}
.tip
{
	margin-top:20px;	
}
.tipHeader
{
	padding: 5px; 
	margin: 2px;
}
.tip p
{
	margin: 5px;
}

/**********************
		TOOLBAR
***********************/
#toolbar
{
	background: #fff;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}


/*


#message
{
	background: #50a7dd;
	margin-top: 30px;
	text-align: center;
}
#message h2
{
	color: #fff;
	font-size: 26px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#hype h2, #newsletter h2
{
	margin-top: 40px;
	font-weight: normal;
	font-size: 16px;
}
#newsletter form
{
	margin-top: 30px;
}
#newsletter form input
{
	padding: 10px;
	width: 280px;
	border: 1px solid #ccc;
}
#newsletter form input.btn
{
	background: #2e2113;
	border: 1px solid #2e2113;
	width: 120px;
	color: #fff;
}

/**********************
		FOOTER
***********************!/
#footer
{
	margin-top: 20px;
	text-align: center;
}
#footer a
{
	color: #333;
	text-decoration: none;
}
#footer a:hover
{
	text-decoration: underline;
}
/**********************
		JQUERY UI
***********************!/
#flash-message p .ui-icon, #startup-message p .ui-icon
{
	margin-top: 12px;
}
#startup-message
{
	line-height: 40px;
}
#startup-message a
{
	color: #2e6e9e;
}
#flash-message 
{
	line-height: 50px;
}
.tip
{
	margin-top:20px;	
}
.tipHeader
{
	padding: 5px; 
	margin: 2px;
}
.tip p
{
	margin: 5px;
}

/**********************
		PUBLIC
***********************!/

ul#features
{
	list-style: none;
}
ul#features li
{
	line-height: 40px;
	text-indent: 20px;
}
ul#features li.alternate
{
	background: #f5f5f5;
}

#signupBtn
{
	background: #60d429;
}
#signupBtn h3
{
	text-align: center;
	color: #000;
}
#signupBtn a
{
	color: #000;
	text-decoration: none;
}
.screenshot
{
	margin-top: 30px;
}
a.login
{
	background: #2e2113;
	text-align: center;	
	text-decoration: none;
	color: #fff;
	font-size: 10px;
}
a.login:hover
{
	padding-top: 10px;
}
#logintab
{
	height: 30px;
}*/