@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	background:#f4f4f4;
}

div, table, tr, td, th, imput, select, textarea {
	color:#676767;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
}

a {
	color:#00a2d1;
	text-decoration:none!important;
}

a:hover {
	text-decoration:underline!important;
}

div.smallNav {
	background:#371d06;
	height:25px;
	border-bottom:1px solid #eaeae8;
}

div.smallNav .dropmenu {
	margin:auto;
	width:960px;
	padding:0 20px;
    z-index:1000px;
}

div.page {
	margin:auto;
	width:960px;
	padding:0 20px;
}

div.head {
	width:100%;
	float:left;
	margin-top:8px;
	margin-bottom:18px;
}

div.head form {
	float:right;
	text-align:left;
}

div.header {
	width:100%;
	float:left;
	height:423px;
}

div.headerCont {
	width:100%;
	float:left;
	height:360px;
	background:url(../img/home.jpg) top left no-repeat;
}

div.navig {
	width:930px;
	padding:0 15px;
	float:left;
	height:63px;
	background:url(../img/navig.jpg) top left no-repeat;
}

.navig ul {
	float:left;
	margin:0;
	padding:0;
}

.navig ul li {
	float:left;
	list-style:none;
}

.navig ul li a {
	float:left;
	width:186px;
	height:47px;
	padding-top:15px;
	display:block;
	background: none;
	text-align:center;
	vertical-align:middle;
	color:#FFF;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	text-transform:uppercase;
	line-height:normal;
	word-spacing:normal;
}

.navig ul li a:hover {
	background:url(../img/navButton.jpg) top left no-repeat;
}

.navig ul li a.active {
	background:url(../img/navButton.jpg) top left no-repeat;
	color:#302921;
}

div.content {
	float:left;
	width:960px;
	margin-top:30px;
	background:#FFF url(../img/contentTop.jpg) top left no-repeat;
}

div.contentBottom {
	float:left;
	width:960px;
	height:9px;
	background:url(../img/contentBottom.jpg) top left no-repeat;
}

div.title {
	float:left;
	width:640px;
	padding-left:20px;
	padding-bottom:10px;
	background:url(../img/title.jpg) bottom left no-repeat;
	font-size:18px;
	font-weight:normal;
	color:#381c04;
	line-height:45px;
}

div.contentText {
	float:left;
	padding:20px;
}

img.player {
	margin-right:-35px;
	margin-left:15px;
	margin-bottom:15px;
	margin-top:-75px;
	float:right;
}

div.footerNav {
	float:left;
	width:860px;
	padding:15px 50px;
	margin:25px 0;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
}

.footerNav ul {
	float:left;
	width:152px;
	margin-left:20px;
	margin-bottom:0px;
	margin-right:0px;
	margin-top:0px;
	padding:0;
}

.footerNav ul li {
	float:left;
	width:100%;
	list-style:none;
}

.footerNav ul li a {
	color:#666;
	font-size:11px;
}

div.headPic {
	float:left;
	width:460px;
	padding-left:40px;
	padding-top:40px;
}

div.headCont {
	float:right;
	width:420px;
	margin-right:40px;
}

div.headTitle {
	float:right;
	width:100%;
	margin-top:50px;
	color:#a45711;
	line-height:35px;
	font-size:24px;
	font-weight:bold;
	text-align:right;
}

div.headText {
	float:right;
	width:100%;
	margin-top:20px;
	color:#3c2106;
	font-weight:bold;
	text-align:right;
	font-size:13px;
}

div.headButtons {
	float:right;
	width:100%;
}

table.blueButton, table.greenButton {
	float:left;
	cursor:pointer;
	margin-top:30px;
	margin-left:20px;
	margin-right:0px;
	margin-bottom:0px;
}

table.blueButton td, table.greenButton td {
	height:38px;
}

table.blueButton td.buttonText1Left {
	background:url(../img/bb1.png) top left no-repeat;
}

table.blueButton td.buttonText1Right {
	background:url(../img/bb3.png) top left no-repeat;
}

table.blueButton td.buttonText1 {
	background:url(../img/bb2.png) top left repeat-x;
	line-height:38px;
	font-size:15px;
	font-weight:bold;
	color:#FFF;
}

table.blueButton:hover td.buttonText1Left {
	background:url(../img/bb1over.png) top left no-repeat;
}

table.blueButton:hover td.buttonText1Right {
	background:url(../img/bb3over.png) top left no-repeat;
}

table.blueButton:hover td.buttonText1 {
	background:url(../img/bb2over.png) top left repeat-x;
}

table.greenButton td.buttonText2Left {
	background:url(../img/gb1.png) top left no-repeat;
}

table.greenButton td.buttonText2Right {
	background:url(../img/gb3.png) top left no-repeat;
}

table.greenButton td.buttonText2 {
	background:url(../img/gb2.png) top left repeat-x;
	line-height:38px;
	font-size:15px;
	font-weight:bold;
	color:#FFF;
}

table.greenButton:hover td.buttonText2Left {
	background:url(../img/gb1over.png) top left no-repeat;
}

table.greenButton:hover td.buttonText2Right {
	background:url(../img/gb3over.png) top left no-repeat;
}

table.greenButton:hover td.buttonText2 {
	background:url(../img/gb2over.png) top left repeat-x;
}

div.buttonDesc {
	float:left;
	width:100%;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	color:#3c2106;
	font-style:italic;
}

table.loginForm {
	float:right;
	margin-top:0px;
	margin-right:30px;
}

input.text {
	padding:6px;
	color:#676767;
	font-size:10px;
	width:108px;
	float:left;
	background:url(../img/loginField.jpg) left no-repeat;
	border:0;
	margin-right:15px;
}

input.text {
	padding:7px 6px;
	color:#676767;
	font-size:10px;
	width:108px;
	float:left;
	background:url(../img/loginField.jpg) left no-repeat;
	border:0;
	margin-right:15px;
}

.data {
	background:url(../img/data.png) left no-repeat;
	height:17px;
	padding:4px;
	border:0;
	float:left;
	width:72px;
	color:#676767;
	font-size:12px;
}

table.loginForm  input.button {
	line-height:25px;
	padding:3px;
	color:#FFF;
	font-size:14px;
	background:url(../img/loginButton.jpg) left no-repeat;
	border:0;
	width:60px;
	text-align:center;
	float:left;
}

table.loginForm a {
	font-size:10px;
	color:#666;
	text-decoration:none;
	margin-left:3px;
}

table.loginForm a:hover {
	text-decoration:underline;
}

table.loggedIn {
	float:right;
	margin-top:40px;
	margin-right:30px;
}

table.loggedIn th {
	background:url(../img/d9d9d9px.gif) top right repeat-y;
	font-weight:normal;
	padding:10px 20px;
}

table.loggedIn td.setup {
	padding:10px 0 10px 19px;
}

table.loggedIn td.sep {
	padding:10px 7px;
}

table.loggedIn td.logout {
	padding:10px 0;
}

div.navigation {
	margin:auto;
	width:960px;
}

div.headerPage {
	float:left;
}

div.nav {
	background:url(../img/nav_index2.png);
	width:960px;
	height:84px;
}

div.underNav {
	background:url(../img/under_nav.png);
	width:950px;
	height:61px;
	float:left;
	padding-left:10px;
}

div.nav ul {
	float:left;
	margin:0;
	padding:0;
	margin-left:20px;
}

div.nav ul li a {
	background:url(../img/button.png);
	float:left;
	text-decoration:none;
	margin-right:3px;
	margin-top:51px;
	color:#FFF;
	height:33px;
	width:90px;
	text-align:center;
	line-height:30px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
}

.nav ul li {
	float:left;
	list-style:none;
}

div.nav ul li a:hover {
	background:url(../img/button3.png);
	float:left;
	text-decoration:none;
	margin-right:3px;
	margin-top:51px;
	color:#FFF;
	height:33px;
	width:90px;
	text-align:center;
	line-height:30px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}

div.nav ul li a.active {
	background:url(../img/button2.png);
	float:left;
	text-decoration:none;
	margin-right:3px;
	margin-top:51px;
	color:#06C;
	height:33px;
	width:90px;
	text-align:center;
	line-height:30px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
}

div.content {
	float:left;
	width:960px;
	background:#FFF;
}

.underNavButton {
	background:url(../img/underNavButton.png);
	margin-left:20px;
	margin-top:20px;
	border:0px;
	width:160px;
	height:27px;
	color:#06C;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}

div.contentPage {
	float:left;
	width:930px;
	padding-left:15px;
	padding-right:15px;
	background:#FFF;
}

div.contNav {
	float:left;
	width:100%;
	height:71px;
	border-bottom:1px solid #f1f1f1;
}

.contNav ul {
	float:left;
	margin:0;
	padding:0;
}

.contNav ul li {
	float:left;
	list-style:none;
}

.contNav ul li a {
	background:#FFF;
	float:left;
	height:30px;
	border-left:1px solid #f1f1f1;
	border-right:1px solid #f1f1f1;
	border-top:1px solid #f1f1f1;
	margin-right:1px;
	margin-top:40px;
	text-decoration:none;
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	/*font-weight:bold;*/
	line-height:30px;
	padding-left:15px;
	padding-right:15px;
}

.contNav ul li a:hover {
	background:url(../img/budget.png);
	float:left;
	height:35px;
	border-left:1px solid #f1f1f1;
	border-right:1px solid #f1f1f1;
	border-top:1px solid #f1f1f1;
	margin-right:2px;
	margin-top:36px;
	padding-left:15px;
	padding-right:15px;
}

.contNav ul li a.block {
	background:url(../img/budget.png);
	float:left;
	height:35px;
	border-left:1px solid #f1f1f1;
	border-right:1px solid #f1f1f1;
	border-top:1px solid #f1f1f1;
	margin-right:2px;
	margin-top:36px;
	padding-left:15px;
	padding-right:15px;
	font-weight: bold;
}

.search {
	float:right;
	margin-top:35px;
	margin-right:25px;
	width:190px;
}

input.button {
	line-height:25px;
	padding:3px;
	color:#FFF;
	font-size:14px;
	background:url(../img/loginButton.jpg) left no-repeat;
	border:0;
	width:60px;
	text-align:center;
	float:right;
	margin-left:10px;
}

input.button2 {
	line-height:25px;
	padding:3px;
	color:#FFF;
	font-size:14px;
	background:url(../img/loginButton2.jpg) left no-repeat;
	border:0;
	width:60px;
	text-align:center;
	float:left;
}

.searchWrite {
	padding:6px 6px 6px 23px ;
	color:#676767;
	font-size:10px;
	width:91px;
	float:right;
	background:url(../img/searchField.jpg) left no-repeat;
	border:0;
}

div.graphics {
	background:#FFF;
	width:930px;
	height:100%;
	float:left;
	border:1px solid #f1f1f1;
	margin-top:30px;
}

div.headerGraphics {
	width:930px;
	height:39px;
	float:left;
	background:url(../img/headerGraphics.png);
	border-bottom:1px solid #f1f1f1;
	font-family:Tahoma, Geneva, sans-serif;
}

div.underHeaderGraphics {
	width:930px;
	background:#fafafa;
	height:40px;
	float:left;
}

div.contHeaderGraphics {
	float:left;
	/*padding:20px 30px;*/
	padding: 0;
}

div.headerGraphics ul {
	float:left;
	padding:0;
	margin:0;
	margin-left:15px;
	margin-top:7px;
}

div.headerGraphics ul li {
	float:left;
	list-style:none;
}

a.buttonOne {
	background:url(../img/buttonOne.png) no-repeat;
	border:0px;
	width:85px;
	height:25px;
	line-height:25px;
	display:block;
	text-decoration:none;
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#666;
}

a.buttonTwo {
	background:url(../img/buttonTwo.png) no-repeat;
	border:0px;
	width:100px;
	height:25px;
	line-height:25px;
	display:block;
	text-decoration:none;
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#666;
}

a.buttonOne:hover {
	background:url(../img/buttonOneHover.png) no-repeat;
	color:#FFF;
}

a.buttonTwo:hover {
	background:url(../img/buttonTwoHover.png) no-repeat;
	color:#FFF;
}

select.months {
	float:left;
	width:160px;
	margin-top:10px;
	margin-right:10px;
	font-size:12px;
	color:#CCC;
}

div.footerGraphics {
	width:930px;
	background:#fafafa bottom;
	height:40px;
	float:left;
}

div.titleHelp {
	float:left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#1294c5;
	margin-top:15px;
	margin-left:20px;
}

div.textFAQ {
	float:left;
	width:630px;
	height:100%;
	padding-bottom:15px;
	padding-left:30px;
	padding-right:10px;
}

div.menuHelp {
	float:right;
	width:270px;
	background:#f8f8f8;
}

div.menuHelp ul {
	float:left;
	padding:0;
	margin-top:10px;
	margin-left:-1px;
}

div.menuHelp ul li {
	float:left;
	list-style:none;
}

div.menuHelp ul li a {
	width:245px;
	height:40px;
	padding-left:25px;
	float:left;
	text-decoration:none;
	display:block;
	line-height:40px;
}

div.menuHelp ul li a:hover {
	width:244px;
	height:38px;
	background:#FFF;
	border-top:1px solid #f1f1f1;
	border-bottom:1px solid #f1f1f1;
	border-right:1px solid #f1f1f1;
	line-height:38px;
}

div.menuHelp ul li a.onpage {
	width:245px;
	height:40px;
	padding-left:25px;
	float:left;
	text-decoration:none;
	display:block;
	line-height:40px;
	background:#FFF;
	border-top:1px solid #f1f1f1;
	border-bottom:1px solid #f1f1f1;
	border-right:1px solid #f1f1f1;
}

div.pic {
	width:630px;
	height:90px;
	margin-top:15px;
	float:left;
}


div.titleTextFaq {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#666;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:20px;
	float:left;
	width:100%;
}

div.textFAQ ul {
	padding-left:20px;
	padding-top:20px;
	margin:0px;
	float:left;
	width:100%;
}

div.textFAQ ul li {
	list-style:none;
	background:url(../img/bullet.png) left no-repeat;
	float:left;
	clear:left;
	display:block;
	padding-left:20px;
}

div.contentHelp {
	float:left;
	width:960px;
	background:#fefefe;
}

input.write {
	margin-bottom:10px;
	width:230px;
}

.confirme {
	width:82px;
	height:23px;
	background:url(../img/send.png);
	border:0px;
}

.sendform {
	margin-left:100px;
}

div.underNavInside {
	background:url(../img/underNavInside.png) no-repeat;
	width:630px;
	height:12px;
	float:left;
	margin-bottom:20px;
}

div.titleInside {
	float:left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	margin-left:20px;
	line-height:84px;
}

div.info {
	width:300px;
	height:100%;
	float:left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	margin-top:15px;
	margin-right:15px;
}

div.titleInfo {
	width:315px;
	float:left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#381c06;
	font-weight:600;
}

.playerInside {
	margin-top:50px;
	margin-left:10px;
}

div.popup {
	width:520px;
	float:left;
	margin-right:20px;
}

.refuse {
	float:right;
	margin-top:15px;
	margin-right:20px;
	color:#F00;
	text-decoration:underline;
}

div.budget_add a:hover {
	text-decoration:none;
}

div.headerPopup {
	background:url(../img/headerPopup.png) no-repeat;
	float:left;
	width:520px;
	height:70px;
}

div.contPopup {
	background:#fefefe;
	float:left;
	padding-top:40px;
	padding-left:50px;
	width:470px;
}

div.contPopupTransact {
	background:#fefefe;
	float:left;
	padding-top:40px;
	padding-left:20px;
	width:500px;
}

td.selectNoMargin div.newListSelected {
	margin:0px;
}

div.footerPopup {
	background:url(../img/footerPopup.png) no-repeat;
	width:520px;
	height:10px;
	float:left;
}

div.submitPopup {
	margin-left:150px;
	float:left;
}

.categories {
	width:230px;
	height:25px;
	color:#999;
	border:0;
}

.limit {
	width:151px;
	background:url(../img/limit.png) no-repeat;
	height:14px;
	border:0;
	color:#676767;
	font-size:11px;
	padding:5px;
}

div.contPopup table tr td {
	width:100px;
}

ul.inputButton {
	float:left;
	margin:10px;
	padding:0;
}

ul.inputButton li {
	background:transparent url(../img/inputButton_right.png) no-repeat scroll right top;
	cursor:default;
	display:block;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

ul.inputButton a {
	background:transparent url(../img/inputButton_left.png) no-repeat scroll left top;
	color:#00A2D1;
	cursor:default;
	float:left;
	line-height:23px;
	padding-left:11px;
	padding-right:11px;
	text-decoration:none;
}

ul.inputButton_2 {
	float:left;
	margin-top:20px;
	margin-left:15px;
	padding:0;
}

ul.inputButton_2 li {
	background:transparent url(../img/inputButton_right.png) no-repeat scroll right top;
	cursor:default;
	display:block;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

ul.inputButton_2 a {
	background:transparent url(../img/inputButton_left.png) no-repeat scroll left top;
	color:#00A2D1;
	cursor:default;
	float:left;
	line-height:23px;
	padding-left:11px;
	padding-right:11px;
	text-decoration:none;
}

.reminderData {
	width:160px;
	height:25px;
	color:#999;
}

textarea.discription {
	width:160px;
	height:100px;
	color:#999;
	
}

div.textTranzactions {
	margin-left:20px;
	float:left;
	color:#999;
	/*padding-right:100px;*/
	margin-top:10px;
}

div.addTranzactions {
	width:425px;
	float:left;
	background:url(../img/addTranzactionsUp.png) top no-repeat #f3f3f3;
	margin-left:30px;
}

div.textAdd {
	float:left;
	color:#999;
	padding-left:20px;
}

div.textAddDown {
	padding-left:20px;
	float:left;
	margin-top:10px;
	padding-bottom:10px;
	background:url(../img/addTranzactionsDown.png) bottom no-repeat;
	width:405px;
}

div.popup2 {
	width:520px;
	height:510px;
	float:left;
	background:url(../img/inside_register.png);
}

div.headerPopup2 {
	float:left;
	width:520px;
	height:162px;
}

div.contPopup2 {
	width:480px;
	height:308px;
	float:left;
	padding-top:40px;
	padding-left:40px;
}

div.contPopup2 {
	width:480px;
	height:308px;
	float:left;
	padding-top:40px;
	padding-left:40px;
}

div.contPopup2 table tr td {
	width:100px;
}

input.code {
	float:left;
	width:80px;
}

select.cat {
	color:#CCC;
	height:20px;
	width:160px;
	margin-left:30px;
	margin-top:10px;
}

div.period {
	float:right;
	margin-top:5px;
	margin-right:10px;
}

div.contentDashboard {
	float:left;
	width:945px;
	background:#FFF;
	padding-left:15px;
	padding-bottom:20px;
}

div.prihod {
	float:left;
	width:455px;
	min-height:235px;
	height: auto;
	border:1px solid #F1F1F1;
	margin-right:5px;
	margin-top:20px;
}

div.prihodInner {
	float:left;
	min-height:213px;
	height: auto;
}


div.titlePrihod {
	float:left;
	width:440px;
	height:30px;
	background:url(../img/titlePrihod.png);
	padding-left:15px;
	color:#00A2D1;
	padding-top:5px;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
}

div.dataDashboard {
	float:right;
	margin-top:20px;
	margin-right:15px;
	color:#00A2D1;
}

table.tranzactionsTable {
	float:left;
	border-top:1px solid #F1F1F1;
	border-left:1px solid #F1F1F1;
	margin-top:15px;
	margin-bottom:5px;
}

table.tranzactionsTable th {
	background:url(../img/titlePrihod.png);
	height:28px;
	border-bottom:1px solid #F1F1F1;
	border-right:1px solid #F1F1F1;
	color:#00A2D1;
}

table.tranzactionsTable td {
	border-bottom:1px solid #F1F1F1;
	border-right:1px solid #F1F1F1;
	text-align:center;
}

table.tranzactionsTable td.editColumn {
	border-bottom:1px solid #F1F1F1;
	border-right:1px solid #F1F1F1;
	text-align:center;
}

tr.row1 {
	background:#f9faff;
}

ul.pages {
	float:left;
	margin-top:20px;
	margin-right:15px;
	padding:0;
}

ul.pages li {
	float:left;
	list-style:none;
	border:1px solid #F1F1F1;
	margin-left:10px;
	padding-left:5px;
	padding-right:5px;
	text-align:center;
}

ul.pages li a {
	text-decoration:none;
	padding:4px;
}

div.print {
	float:left;
	margin-top:20px;
	margin-left:15px;
}

.print a {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#00A2D1;
	float:left;
	line-height:20px;
	padding-left:20px;
	background:url(../img/print.png) left no-repeat;
}

div.tranzactions_search {
	float:right;
	margin-right:30px;
	margin-top:15px;
	font-size:11px;
	cursor:pointer;
}

div.tranzactions_search:hover {
	text-decoration:underline;
}

div.advanced_search {
	float:left;
	margin-left:40px;
	margin-top:30px;
	padding-bottom:15px;
	width:850px;
}

div.tab1 {
	float:left;
	margin-top:5px;
}

div.tab2 {
	float:left;
	margin-left:15px;
}

td.graph {
	background:url(../img/graphScale.jpg) repeat-y top #fff;
}

div.greyGraph {
	width:244px;
	height:7px;
	margin:0 3px;
	overflow:hidden;
	background:url(../img/greyGraph.jpg) top left no-repeat;
}

div.graphBlue {
	height:7px;
	overflow:hidden;
	background:url(../img/graphBlue.jpg) top left no-repeat;
	float:left;
}

div.graphGreen {
	height:7px;
	overflow:hidden;
	background:url(../img/graphGreen.jpg) top left no-repeat;
	float:left;
}

div.graphOrange {
	height:7px;
	overflow:hidden;
	background:url(../img/graphOrange.jpg) top left no-repeat;
	float:left;
}

div.graphRed {
	height:7px;
	overflow:hidden;
	background:url(../img/graphRed.jpg) top left no-repeat;
	float:left;
}

td.valueRed {
	color:#ff0100;
}

td.valueGreen {
	color:#039020;
}

td.plus {
	background:url(../img/plus.gif) no-repeat 10px;
	color:#039020;
	padding-left:10px;
}

td.minus {
	background:url(../img/minus.gif) no-repeat 10px;
	color:#fe0000;
	padding-left:10px;
}

a.edit {
	color:#008bb6;
	margin-right:10px;
	font-size: 12px;
}

a.history {
	color:#039020;
	margin-right:10px;
	font-size: 12px
}

a.delete {
	color:#fe0000;
	margin-right:10px;
	font-size: 12px
}

a.setup {
	color:#008bb6;
	text-decoration:underline;
}

a.setup:hover {
	color:#008bb6;
	text-decoration:none;
}

a.logout {
	color:#fe0000;
	text-decoration:underline;
}

a.logout:hover {
	color:#fe0000;
	text-decoration:none;
}

div.today {
	float:left;
	width:110px;
	height:20px;
	border:1px solid #F1F1F1;
	font-weight:bold;
	text-align:center;
	margin-top:20px;
}

div.table2day {
	float:left;
	width:100%;
}

table.reminderTable {
	float:left;
	margin-top:20px;
	border-top:1px solid #F1F1F1;
	border-right:1px solid #F1F1F1;
	background:#f9faff;
}

table.reminderTable td {
	border-bottom:1px solid #F1F1F1;
	border-left:1px solid #F1F1F1;
	padding-left:10px;
	height:25px;
	
}

td.row {
	width:200px;
	text-align:center;
}

div.list {
	float:left;
	width:100%;
	margin-top:20px;
	border-bottom:1px solid #eee;
}

div.listReminder {
	float:left;
	width:100%;
	margin-top:40px;
}

div.listReminder {
	background:#ecf9f0;
}

.accordion {
	list-style-type: none;
	float:left;
	width:100%;
	margin:0;
	padding:0;
}

.accordion li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	width: 100%;
}

/* Toggler */

li table.toggler {
	background:#f9faff;
	cursor:pointer;
	border:1px solid #eee;
	border-bottom:0px;
	border-right:0px;
}

li table.toggler:hover {
	background:#f1f5ff;
}

li.active table.toggler {
	background:#f1f5ff;
}
li table.toggler tr td.arrow {
	background:url(../img/toggleOff.png) left no-repeat;
	border-right:0px;
	width:25px;
}
li.active table.toggler tr td.arrow {
	background:url(../img/toggleOn.png) left no-repeat;
}
table.toggler td {
	border-right:1px solid #eee;
}

table.toggler span {
	padding-left:20px;
}
table.toggler td.edit_del {
	text-align:center;
	width:180px;
}

table.toggler td.date {
	width:100px;
}


/* Toggled */

table.toggled {
	background:#f1f5ff;
	border:1px solid #eee;
	border-bottom:0px;
	border-right:0px;
}

table.toggled td {
	border-right:1px solid #eee;
}
table.toggled .arrow {
	width:25px;
	border-right:0px;
}
table.toggled .date {
	width:100px;
}
table.toggled .content {
	background:#FFF;
}
table.toggled td.edit_del {
	text-align:center;
	width:180px;
}

div.calendar
{
	font-size: smaller;
	color: #3e3e3e;
	padding:5px;
	width:170px;
	margin-top:39px;
	background:#f2f6ff;
	border:1px solid #eee;
}

div.calendar table
{
	border-collapse: separate;
	border-spacing: 0px;
}

div.calendar thead {
}

div.calendar tbody {
}

div.calendar td,
div.calendar th
{
	padding: 1px;
	text-align: center;
}

div.calendar td.title
{
	font-weight: bold;
	color: #666;
}

div.calendar th
{
	font-weight: normal;
	color:#000;
}

div.calendar tr.days td {
	width: 2em;
	color: #666;
	text-align: center;
	cursor: default;
	background:#FFF;
}

div.calendar tr.days td:hover,
div.calendar td.button:hover
{
	border-color: #e8a800;
	background-color: #e5e5e5;
	cursor: default;
}
div.calendar tr.days td:hover
{
	background-color: #ffffff;
}

div.calendar tr.days td:active
div.calendar td.button:active
{
	background-color: #cde;
}

div.calendar tr.days td.selected
{
}

div.calendar tr.days td.weekend {
	color: #666;
	background:#e2eafc;
}

div.calendar tr.days td.today
{
	font-weight: bold;
	background:#0485c9;
	color:#fff;
}

div.calendar tr.days td.otherDay
{
	color: #c3c4c8;
}
#date-input-3 {
	display:none;
}

#date-input-3-container {
	float:right;
}







div.calendarLarge td {
	border:0px;
}
div.calendarLarge
{
	font-size: smaller;
	color: #3e3e3e;
}

div.calendarLarge table
{
	border-collapse: collapse;
	margin-bottom:10px;
	background:url(../img/calendarLarge.jpg) top right repeat-y;
}

div.calendarLarge thead {
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	background:#fff;
}

div.calendarLarge tbody {
	border-top:1px solid #eee;
	border-left:1px solid #eee;
}

div.calendarLarge td,
div.calendarLarge th
{
	text-align: center;
}

div.calendarLarge td.title
{
	font-weight: bold;
	color: #666;
}

div.calendarLarge th
{
	font-weight: normal;
	color:#000;
	font-size:10px;
}

div.calendarLarge tr.days td {
	width: 2em;
	color: #666;
	text-align: right;
	vertical-align:top;
	cursor: default;
	border-bottom:1px solid #eee;
	border-right:1px solid #eee;
	height:30px;
	font-size:10px;
	line-height:normal;
}

div.calendarLarge tr.days td:active
div.calendarLarge td.button:active
{
	background-color: #cde;
}

div.calendarLarge tr.days td.selected
{
	font-weight: bold;
	background:#0485c9;
	color:#fff;
}

div.calendarLarge tr.days td.weekend {
}

div.calendarLarge tr.days td.today
{
	font-weight: normal;
	background:#ffffe5;
	color:#666;
}

div.calendarLarge tr.days td.otherDay
{
	color: #c3c4c8;
}
#date-input-2 {
	display:none;
}

#date-input-2-container {
	text-align:center;
}

table.listReminder {
	background:#f8fefa;
	border:1px solid #eee;
	border-bottom:0px;
	border-right:0px;
}

table.listReminder tr:hover {
	background:#ecf9f0;
}

table.listReminder td {
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
}

table.listReminder td.edit_del {
	text-align:center;
	width:180px;
}

/*jQuery bt.css*/

div.example {
	margin-bottom: 20px;
	position: relative;
}

div.ie-fix {
  overflow: visible;
  height: 0;
}

.target {
	float: left;
	margin:2px 0 0 15px;
}

.desc {
  margin-left: 100px;
}

.source {
 	/*clear: both;*/
}

.html-source, .js, .css-source {
	font-family: "Courier New", Courier, monospace;
	/*clear: both;*/
}

.html-source textarea, .js textarea, .css-source textarea {
 	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11px;
	border:1px solid #999;
	line-height:normal;
	color:#676767;
}

.html-link a:focus, .js-link a:focus, .css-link a:focus {
  outline: none;
	-moz-outline: none;
}


/* MY STUFF */
.navig ul li a.activeSlide {
	background:url(../img/navButton.jpg) top left no-repeat;
	color:#302921;
}

.name_column {
	text-align: left!important;
}

.sub_cat {
	display: none;
}

.sub_cat .name_column{
	padding-left:10px;
}

.layout { padding: 50px; font-family: Georgia, serif; }
.layout-slider {  width: 50%; }
.layout-slider-settings { font-size: 12px; padding-bottom: 10px; }
.layout-slider-settings pre { font-family: Courier; }


#jMonthCalendar .Meeting { background-color: #DDFFFF;}
#jMonthCalendar .Birthday { background-color: #DD00FF;}
#jMonthCalendar #Event_3 { background-color:#0000FF; }

.ui-datepicker {
	z-index: 2000!important;
}

.totalRow td {
	border-top-color:#F1F1F1;
	border-top-style:solid;
	border-top-width:2px;
	padding-top:10px;
	font-weight: bold;	
}

.totalRow td.plus {
	background:url(../img/plus.gif) no-repeat 10px 15px;
	color:#039020;
	padding-left:10px;
}

.totalRow td.minus {
	background:url(../img/minus.gif) no-repeat 10px 19px;
	color:#fe0000;
	padding-left:10px;
}

.totalRow td a.history {
	font-weight: normal;	
}

.notes_td {
	width: 130px;	
}

.Today .DateLabel {
	font-weight:bold;
	text-decoration:underline;
}

.MoreEvents {
	cursor:pointer!important;
}

.Event a.evt:hover {
	text-decoration: underline;
}

.del:hover{
	background:transparent url(../img/delete_over.jpg) no-repeat scroll left center;
}

.path {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../img/arrow_left.png) no-repeat scroll 0 50%;
	margin-bottom: -5px;
}

.path span {
	margin-left:7px;
}

.path span a {
	color:#666666;
	font-family:Tahoma, Arial, sans-serif;
	text-decoration: none;
	font-size: 10pt;
}

.path span a:hover {
	text-decoration: underline;
}

.boxy-inner div.popup2 {
	height:480px !important;
	width:490px !important;
}

.boxy-inner div.contPopup2 {
	height:290px !important;
	width:450px !important;
}

.popup2 div.footerPopup {
	margin-left:-15px;
}
.reportsButtonsSelectO {
	background:url(../img/buttonOneHover.png) no-repeat !important;
	color:#FFF !important;
}

.reportsButtonsSelectT {
	background:url(../img/buttonTwoHover.png) no-repeat !important;
	color:#FFF !important;
}

.newList {
	height: 220px!important;	
}

.error_msg{
	color:#FF0000;
	text-align:center;
	padding-bottom: 0!important;
}

#edit_table td {
	padding-bottom: 10px;	
}

.boxy-wrapper .title-bar {
	display: none!important;
}

.DateHeader span {
	font-size: 11px;
}

.menu-second:hover {
	text-decoration: underline;		
}

.menu-first:hover {
	text-decoration: underline;		
}

div.titlePrihod:hover {
	cursor: move;
}

.sendform td {
	padding-bottom: 10px;	
}

.notification {
	color: #008BB6!important;
	font-weight: bold!important;
}

.actions_th{
	width:150px;
}

.advanced_search_btn {
	margin-top: 20px;
}

div .titlePrihod div {
	color:#00A2D1;
	font-family:Tahoma,Geneva,sans-serif;
	font-weight:bold;
}

.dashboard-balance table{
	width: 100%;
	margin-top: 50px;
}
.dashboard-balance table tr td{
	font-family:Tahoma,Geneva,sans-serif;
	font-size: 16px;
	text-align: right;
	border-right:1px solid #E0E0E0;
	padding-right:12px;
}

.dashboard-balance .red{
	color: #ec3e0f;
}

.dashboard-balance .blue{
	color: #009acf;
}

.dashboard-balance .green{
	color: #039020;
}

.dashboard-balance .amount-d {
	font-size: 28px;
	padding-top:20px;
}

.share-icon {
	border: medium none;
}

.share-icon:hover {
	opacity: 0.8;
}

.friendsBar {
	margin-bottom: 0pt !important; 
	border: medium none !important;
	padding-bottom: 0pt !important;
	margin-top: 35px !important;
}

.friendsBar a img {
	border: medium none; 
	margin-top: -15px;
}

.friendsBar ul li {
	text-align: center;
}

.savedMoney {
	color:#676767;
	font-weight:normal;
}

a.export_link {
	background: url("../img/excel_icon.gif") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 20px;
    left: 5px;
    padding-left: 23px;
    position: relative;
    top: 10px;
}
