@charset "utf-8";
/* CSS Document */

@import url("../css/fonts.css");
@import url("../css/budget.css");
@import url("../css/recenttransactions.css");
@import url("../css/manage.css");

@import url("../css/ui.all.css");
@import url("../css/jqdialog.css");

/* Reset */

img { border:0 }

a { outline:0 }

/* - Complete Spenz Site CSS - */

body { background: #e9e8e8; font-family: 'HelveticaRegular'; margin :0 auto; }

.clear { clear:both; padding:0; margin:0}

#wrapper {
	display:block;
	margin: 30px auto;
	width: 960px;
	min-height: 720px;
		
	border-radius:10px; 
	-moz-border-radius:10px; 
	-webkit-border-radius:10px;
	
	box-shadow:0 0 25px #959494;
	-webkit-box-shadow:0 0 25px #959494;
	-moz-box-shadow: -1px 5px 25px #959494;
	
	background:url(../resources/wrapper_bg.jpg) top right repeat-x #d9d9d9;
}

header {
	display:block;
	margin:auto;
	width: 870px;
	padding:0;	
}

/* - Main Content Container Setup - */

section {
	display:block;
	margin:auto;
	width: 890px;
	padding:0;	
}

	#leftTopContainer {
		float:left;
		height: 227px;
		/*width: 518px; */
		padding-top: 60px;
		margin-left:7px;
	}
	
	#rightTopContainer {
		float:right;
		padding-top: 50px;
		margin
	}

.menuWrapper {
	/*background:url(../resources/menuBg.jpg) repeat-x bottom;*/
	width: 100%;
	height: 40px;
	position:relative;
	z-index:10;
	padding-top: 21px;
}

.menuBottomLine {
	height: 2px;
	width: 960px;
	background-color: #d1d1d1;
	margin-top: 61px; 
	position:absolute;
}

.logo {
	width: 136px;	
	float: left;
}

/* - Main Nav Setup - */

#topNav {
	width: 890px;
	text-align:right;
}

#navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	float:right;
}

	a.nav_link_main:link, a.nav_link_main:visited {
		color: #224d72;
		text-decoration:none;
		font-weight:bold;
		font-size:14px;
	}
	
	a.nav_link_main:hover{
		color: #656565;
	}
	
	a.nav_link:link, a.nav_link:visited {
		color: #656565;
		text-decoration:none;
		font-weight:bold;
		font-size:14px;
	}
	
	a.nav_link:hover{
		color: #224d72;
	}

nav {
	width: 870px;
	position:absolute;
	height:38px;
	margin-left:44px;
}

	nav ul {
		height: 36px;
		margin: 5px 0 0;
		position: absolute;
		width: 650px;
		z-index: 0;
	}
	
	
	nav li {
		display: inline;
		list-style-type: none;
		padding-right: 55px;	
		vertical-align:top; 
	}
	
	
	nav .bg {		
		background: url("../resources/navbar_body.png") repeat scroll 0 0 transparent;
		height: 33px;
		width: 697px;
		/*margin: 2px 0 0 5px; vertical-align: top;*/
		z-index: 0;
	}

#navtab_dashboard{
	height: 38px;
	width: 142px;
	background:url(../resources/tab_dash.png);
	text-align:center;
	margin-left:0px;
	position: absolute;
	left:38px;
}

#navtab_budget{
	height: 38px;
	width: 110px;
	background:url(../resources/tab_budget.png);
	text-align:center;
	margin-left:0px;
	position: absolute;
	left: 174px;
}

#navtab_recent{
	height: 38px;
	width: 179px;
	background:url(../resources/tab_recent.png);
	text-align:center;
	margin-left:0px;
	position: absolute;
	left: 288px;
}

#navtab_manage{
	height: 38px;
	width: 142px;
	background:url(../resources/tab_manage.png);
	text-align:center;
	margin-left:0px;
	position: absolute;
	left: 479px;
}

	#navtab .navMain { margin-top:8px; }





/* - Speng Tag Button Configuration - */

.spend_tabs { 
	outline: 0;
	font-size:12px;
	padding:13px 25px;
	text-decoration:none !important;
	cursor:pointer; position: relative; 
	text-align: center; zoom: 1; width:auto;
}

button .spend_tabs { width:auto; overflow:visible; } /* remove extra button width in IE */

.spend_tabs_default { 
	border: none; 
	background:url(../resources/button.jpg) center center no-repeat;
	font-weight: bold; color: #525c69; outline: none;
}

.spend_tabs_hover, .spend_tabs_focus { 
	border:none;
	background:url(../resources/button_hover.jpg) center center no-repeat;
	font-weight: bold; color: #ffffff; outline: none; 
}

.spend_tabs_active { 
	border:none;
	background:url(../resources/button2.jpg) center center no-repeat;
	font-weight: bold; outline: none; 
}

#spendTAB, #spendTAB:active  {
  display: block;
  width: 79px;
  height: 39px;
  cursor:pointer;
  text-decoration:none;
  color:#525c69;
  font-size:12px;
  overflow:hidden;
  -moz-user-select: none;
  -webkit-user-select: none;
}

#spendTAB { background: url(../resources/spendTABS.png) no-repeat 0 0; }

#spendTAB:active { background: url(../resources/spendTABSactive.png); }

#spendTAB:hover { background-position: 0 -39px; color:#FFF }

.spendTABtext {
    margin: 10px auto;
    text-align: center;
}

.button-container {	float: left; padding: 3px 9px}

.ui-corner-all {
   -moz-border-radius: 7px;
   border-radius: 7px; 
   -webkit-border-radius:7px;
}

/* - Spend Container Setup - */

#spendContainerLeft {
	width:518px;
	height:215px;
	background:url(../resources/budget_bg.png) top center no-repeat;
}

.spendHeader {
	width: 100%;
	height: 40px;
}

.spendHeader h1 {
	color:#FFF;
	margin-top: 0px;
	padding-top:6px;
	font-size: 16px;
	text-align:center;
	float:left;
	width:521px;
	
	text-shadow: 1px 2px 3px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=2);
	
}

.helpIconSpendingTab {
    float: left;
    margin-left: -38px;
    padding: 5px 0;
}


/* - Spend Submit Box Config - */

#spendSubmitBoxArea {
	height: 54px;
	display:block;
}

.inputBox {
	background-image:url(../resources/inputBg.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	height:44px;
	margin-left:6px;
	padding-top:10px;
	width:100%;
}

.submitButton {
    background: url("../resources/spend_submit.png") repeat-x scroll center center #214C78;
    border: medium none;
    border-radius: 7px 7px 7px 7px;
    color: #FFFFFF;
    font-size: 14px;
    height: 43px;
    margin: 1px 0 0 16px;
    width: 100px;
}

/* - Budget Container Setup - */

.budgetTitleArea {
    height: 15px;
    margin: 23px 14px 13;
    width: 518px;
}

.budget16px { font-size:16px; color:#656565; padding:5px 0; }

.budget10px { font-size:10px; color:#656565; padding:5px 0; }

.budget11pxBlue { font-size:11px; color:#214c78; padding:8px 0; }

.budget14pxBlue { font-size:14px; color:#214c78; }

#budgetContainer {
	width:518px;
	height:215px;
	margin-top:10px;
	background:url(../resources/budget_bg.png) top center no-repeat;
}

.budgetLeft {
	width:100px;
	min-height: 155px;
	float:left;
	margin-left:10px;
	display:block;
}

.budgetRight {
	width:400px;
	float:left;
}

.budgetDivider {
	background:#d0d0d0;
	margin-top: 15px;
	width:2px;
	height:135px;
	float:left;
}

.budgetHeader {
	width: 100%;
	height: 40px;
}

.budgetArrows { float:left; padding: 8px 20px; }

.budgetHeader h1 {
	color:#FFF;
	margin-top: 0px;
	padding-top:7px;
	font-size: 16px;
	text-align:center;
	float: left;
    width: 415px;
	
	text-shadow: 1px 2px 3px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=2);	
}

.budgetTotal {
	font-size:20px;
	color: #bc0404;
}

.budgetTags {
    float: left;
    height: 46px;
    margin: 0 0 0 17px;
    padding: 8px 0 0;
    width: 50px;
}

.budgetMeter {
	width:210px;
	height:46px;
	display:block;
	padding:5px;
	float:left;
}

.budgetGoal {
    float: left;
    height: 46px;
    padding: 7px 0 0;
    text-align: right;
    width: 100px;
}

.ui-widget-header {
    background: url(../resources/progress.jpg) repeat-x scroll 50% 50% #255fe3;
    border: 1px solid #59584F;
    color: #FFFFFF;
	
}

.viewFullBudgetButton {
	height: 33px;
    margin: 9px 32px 0 0;
    width: 147px;
	border:none;
	background:url(../resources/spend_submit.png) bottom center repeat-x #214c78;
	color:#fff;
	font-size:12px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

/* - Recent Transactions Config - */

#recentContainer {
	width:327px;
	height:535px;
	margin-top:10px;
	background:url(../resources/recent_bg.png) top center no-repeat;
}

.recentHeader {
	width: 100%;
	height: 40px;
}

.recentHeader h1 {
	color:#FFF;
	margin-top: 0px;
	padding-top:6px;
	font-size: 16px;
	text-align:center;
	float:left;
	width:330px;
	
	text-shadow: 1px 2px 3px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=2);	
}

.helpIconRecenTab {
    float: left;
    margin-left: -36px;
    padding: 5px 0;
}

.recent12px { font-size:12px; color:#656565; }
.recent10px { font-size:10px; color:#656565; }

.recentTags {
	width:287px;
	height:25px;
	display:block;
	margin:10px 0 0 25px;
}
	.recentDate {
		float:right; margin:6px 20px 0 0
	}

.recentAdd {
	width:287px;
	height:15px;
	display:block;
	margin:10px 0 0 25px;
}

	.recentPlus {
		float: left;
		margin: -7px 15px;
	}
	
	.recentDash {
		float: left;
		margin: -1px 15px;
	}
	
	.recentDivider {
		height:2px; 
		background:#d0d0d0; 
		width:245px; 
		float:left;
	}

.recentAddTags {
	width:287px;
	height:25px;
	display:block;
	margin:0 25px;
}

.recent_tabs { 
	outline: 0;
	font-size:12px;
    padding: 11px 13px;;
	text-decoration:none !important;
	cursor:pointer; position: relative; 
	text-align: center; zoom: 1; width:auto;
}

button .recent_tabs { width:auto; overflow:visible; } /* remove extra button width in IE */

.recent_tabs_default { 
	border: none; 
	background:url(../resources/button.jpg) center center no-repeat;
	font-weight: bold; color: #525c69; outline: none;
	}

.recent_tabs_hover, .ui-state-focus { 
	border:none;
	background:url(../resources/button_hover.jpg) center center no-repeat;
	font-weight: bold; color: #ffffff; outline: none; 
	}

.recent_tabs_active { 
	border:none;
	background:url(../resources/button2.jpg) center center no-repeat;
	font-weight: bold; outline: none; 
	}

.recent_button-container {	float: left; padding: 15px 3px; }

.roundCorners {
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.editTagName {
    background: url("../resources/edit_tag_bg.png") left bottom no-repeat;
    height: 20px;
    margin-left: 6px;
    padding-top: 10px;
    width: 152px;
	float:left;
}

.editTagField {
    color: #333;
    font-size: 11px;
    margin-left: 7px;
    margin-top: 1px;
	border:none;
    width: 138px;
}

.editTagButton {
	background: url("../resources/spend_submit.png") repeat-x scroll center bottom #214C78;
    border: medium none;
    color: #FFFFFF;
    font-size: 10px;
    height: 23px;
    margin: 7px 0 0 4px;
    width: 45px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.amountSpent { font-size:11px; color:#656565; padding:11px 10px 0 24px; float:left}

.amountSpentField { 
    color: #333;
    font-size: 11px;
    margin-left: 7px;
    margin-top: 1px;
	border:none;
    width: 62px;
}

.amountSpentBG {
    background: url("../resources/amount_spent_bg.png") left bottom no-repeat;
    height: 20px;
    padding-top: 10px;
    width: 76px;
	float:left;
}

.saveChanges {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #214C78;
    font-size: 12px;
    margin: 10px 0 0 12px;
}

.viewMoreRecentButton {
    -moz-border-radius: 7px;
	border-radius: 7px;
    background: url("../resources/spend_submit.png") repeat-x scroll center bottom #214C78;
    border: medium none;
    color: #FFFFFF;
    font-size: 12px;
    height: 33px;
    margin: 9px 4px 0 0;
    width: 110px;
}

.settingsContainer {
	width:500px;
	height:560px;
	margin:0 auto;
	padding-top:80px;
}

.settingsTitle {
    color: #656565;
    font-size: 27px;
    padding: 6px 0;
}

.settingsNames { color: #214C78; font-size: 22px }

.settingsFieldBG {
	background:url(../resources/settingsField.png) center center no-repeat;
	width:471;
	margin: 15px 0;
	height:55;
	float:left;
}

.settingsField {
    border: medium none;
    color: #656565;
    font-size: 22px;
    height: 44px;
    margin: 6px 7px;
    width: 459px;
}

.saveSettingsButton {
    -moz-border-radius: 7px;
	border-radius:7px; 
	-webkit-border-radius:7px;
	
    background: url("../resources/spend_submit.png") repeat-x scroll center center #214C78;
    border: medium none;
    color: #FFFFFF;
    font-size: 16px;
    height: 42px;
    margin: 1px 0 0 20px;
    width: 135px;
	float:left;
}

.settingsCancel { font-size:22px; color:#ff0909; float:left; margin:9px 0}

#footer { margin:1px auto; color:#0a4e78; font-size:9px; }

.copyright {color:#0a4e78; font-size:11px; padding-bottom:10px;}
a.footer_link:link, a.footer_link:visited { font-size:11px; color:#0a4e78; text-decoration:none }
a.footer_link:hover { text-decoration:none; color:#1c6d9f }

a.text_link:link, a.text_link:visited { font-size:12px; color:#0a4e78; text-decoration:none }
a.text_link:hover { text-decoration:none; color:#1c6d9f }

.tooltip {
	display:none;
	background: url(../resources/tooltipBox.png) no-repeat 0 0;
	/*background: url(../resources/black_arrow.png) no-repeat 0 0;*/
	font-size:12px;
	font-weight:bold;
	color:#fff;
	text-align: center;
	padding: 10 0;
	width:140px;
	height: 25px;
}



/*.ui-state-default { 
border:1px solid #666; background: #e6e6e6 url(../../images/default_push.jpg) 50% 50% repeat-x; 
font-weight: normal; color: #003366; font-size:18px; font-family:HelveticaBold; height:50px; width:195px; }

.ui-state-hover, .ui-state-focus { 
background: #dadada url(../../images/hover_push.jpg) 50% 50% repeat-x; 
font-weight: normal; 
color: #212121
}

.ui-state-active { 
border:1px solid #666;
background: #ffffff url(../../images/active_push.jpg) 50% 50% repeat-x; font-weight: normal; color: #00; }*/
