/*--------------------------------------------------\
| modern        |               | default.css       |
|---------------------------------------------------|
| For use with:                                     |
| FrontAccounting   								|
| http://FrontAccounting.com/  	            		|
| by Joe Hunt Consulting                            |
|---------------------------------------------------|
| Developer:                                        |
| Joe Hunt                                          |
|                                                   |
|---------------------------------------------------|
| Note:                                             |
| Changes can be made to this CSS that will be      |
| reflected throughout FrontAccounting.             |
|                                                   |
\--------------------------------------------------*/

body {
	color: #000;
	background: #fff url(images/bg.png) top left repeat-x;
	font-family: Verdana, Arial, Helvetica;
	margin: 0;
	padding: 0;
}

#page {
	font-size: 11px;
}

tr, td, th {
	font-size: 11px;
	line-height: 17px;
	color: #121b3e;
}
table {
	text-align: left;
}

textarea {
    font-size: 12px;
}

input, select
{
    font-size: 11px;
	padding: 1px;
}

select {
    max-width: 200px;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}

a, a:active {
	color: #000;
	text-decoration: none;
}
a:hover, a:focus {
	color: #4f9adb;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: none;
}
.clear {
	clear: both;
}
.nodisp {
	display: none;
}
.italic {
	font-style: italic;
}
.flleft {
	float: left;
}
.flright {
	float: right;
}

#menu{
	position: relative;
	padding: 0;
	margin: 0 auto 0 auto;
	background: url(images/menub_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

#menu li{
	float:left;
}

#menu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding:0 0 0 16px; /*16 Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

#menu li a b{
	float: left;
	display: block;
	padding: 0 12px 0 0px; /*12-0/24/8Padding of menu items*/
}

#menu li.current a, #menu li a:hover{
	color: #fff;
	background: url(images/menub_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

#menu li.current a b, #menu li a:hover b{
	color: #fff;
	background: url(images/menub_hover_right.gif) no-repeat right top; /*right tab image path*/
}


#menu2{
padding: 0;
width: 100%;
height: 24px;
background-color: #045c97;
}

#menu2 ul{
margin:0;
padding: 0;
list-style: none;
}

#menu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
}

#menu2 a{
float: left;
display: block;
font-size: 11px;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: #045c97; /*blue color theme*/ 
}

#menu2 a:hover{
background-color: #121b3e; /*Brown color theme*/ 
color: white;
}

.menu_group {
	font-size: 13px;
	padding: 0px;
	color: #000000;
	background-color: #dee7ec;
	padding-left: 3px;
	font-weight: bold;
}

.menu_group_items {
	background-color: #f9f9f9;
	font-weight: normal;
	padding: 9px;
	border: 1px solid #8cacbb;
}

.bottomBar {
	padding-right: 1em;
	background: #FFF;
	width: 100%;
  margin-top: 25px;
}


#hotkeyshelp {
	text-align: right;
	font-weight: bolder;
  color: #777;
  font-size: 12px;
}

h1 {
	font-size: 14px;
	margin-right: 20px;
	color: #121b3e;
}
h2, .titletext {
	font-weight: bold;
	font-size: 13px;
	color: #121b3e;
	padding: 5px;
}
.titletext {
	border-bottom: 1px solid #8cacbb;
}

h3 {
	font-size: 100%;
	padding-top: 1ex;
	padding-bottom: 1ex;
}
small {
	font-size: 11px;
	margin-left: 12px;
	color: #121b3e;
}
#header {color: #3D3D3D; margin: 0; }
#header ul {clear: right; float: right; font-size: 11px; margin: 8px 10px 0 0; }
#header li{ list-style: none; display: inline; margin: 0; }
#header li a{ text-decoration: none; padding: 0 0 0 16px; }
#header h1 {
	padding: 8px 0 0 10px;
	margin: 0;
}
#header h2 {
	font-style: italic;
}

#footer {
    position: relative;
    bottom: -3px;
}

#footer-bar {
	clear: both;
	margin-top: 0;
	height: 15px;
	background-color: #045c97;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#footer-bar .power a { font-size: 10px; padding: 0 12px 0 12px; text-align: center; background: transparent url(images/news.gif) no-repeat center left; color: #FFF; }
#footer-bar .date { font-size: 10px; padding-left: 15px; float: left; color: #FFF; }
#footer-bar .user { font-size: 10px; padding-right: 15px; float: right; color: #FFF; }

hr {
	background: #ccc;
	border: 0;
	color: #ccc;
	height: 1px;
}

.menu_group {
	font-size: 12px;
	padding: 0;
	color: #121b3e;
	/*background-color: #fff;*/
	background-color: transparent;
	padding-left: 3px;
	font-weight: bold;
}

.menu_group_items {
	font-size: 12px;
	/*background-color: #f4f4f4;*/
	background-color: #fcfcfc;
	font-weight: normal;
	line-height: 19px;
	padding: 9px;
	border: 1px solid #8cacbb;
}

.menu_group_items a {
	color: #000;
	text-decoration: none;
}

.tableheader {
	font-weight: bold;
	background-color: #045c97;
	color: #fff;
	text-align: center;
}

.tableheader2 {
	font-weight: bold;
	background-color: #045c97;
	color: #FFF;
	text-align: left;
}

.tableseparator {
	border-left: 1px solid #ccc;
}

.headingtext {
	font-weight: bold;
	font-size: 13px;
	color: #000;
}

.headingtext2 {
	font-size: 12px;
	color: black;
	font-weight: bold;
}

.headingtext3 {
	font-weight: bold;
	font-size: 10px;
	color: black;
}

.errortext {
	font-size: 12px;
	color: #ff0000;
	font-weight: bold;
}

.inputsubmit {
	font-size: 11px;
	border: 1px #06c solid;
	background-color: #e2e2e2;
	padding: 1px 4px;
}

.ajaxsubmit {
	font-size: 11px;
	border: 1px #06c solid;
	background-color: #e2e2e2;
	padding: 1px 4px;
}

.oddrow {
	/*background-color: #f2f6ee;*/
	background-color: #f9f9f9;
}

.evenrow {
	/*background-color: #eeeeed;*/
	background-color: #f3f3f3;
}

.overduebg {
	background-color: #fcd600;
}

.overduefg {
	color: #ff0000;
}

.currentfg {
	color: #ff0000;
}

.redfg, a.redfg {
	color: red;
	font-weight: bold;
}

.settledbg {
	background-color: #A9D836;
}

.settledfg {
	color: #FF0000;
}

.inquirybg {
	background-color: #fdfeef;
}

.currencybg {
	background-color: #F3601D;
}

.stockmankobg {
	background-color: #f3b6b3;
}
.red {
	color: #FF0000
}

table.tablestyle {
	border-collapse: collapse;
	border: 1px solid #e1e1e1;
}
table.tablestyle td {
	border-collapse: collapse;
	border: 1px solid #e1e1e1;
}
table.tablestyle2 {
	border-collapse: collapse;
	border: 1px solid #CCC;
}
table.tablestyle2 td {
	border-collapse: collapse;
	border: 1px solid #CCC;
}
table.tablestyle_inner {
	border-collapse: collapse;
	border: 1px solid #f9f9f9;
}
table.tablestyle_inner td {
	border-collapse: collapse;
	border: 1px solid #f9f9f9;
}
.tablestyle_noborder {
	padding: 3px;
}

.label {
	background-color: #f3f3f3;
	color: black;
}

#loginscreen {
	text-align: center;
}

.login {
	margin-top:7%;
	width: 350px;
	border-left: 12px solid #045c97;
	border-collapse: collapse;
	background-color: #eeeeee;
}
.login td {
	border-collapse: collapse;
	border: 1px solid #cccccc;
}
.loginheader {
    font-weight: bold;
    background-color: #e1e1e1;
    color: #000;
    text-align: center;
}

.amount {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	text-align: right;
}

input.amount {
	padding-right: 0px;
}

.editbutton {
	/*font-family: Arial, Verdana, sans-serif;
	font-size: 12px;*/
   	color:#00f;
   	background-color:transparent;
   	border-style:none;
   	text-decoration:none;
   	padding: 0;
   	margin: 0;
   	cursor: pointer;
}

.navibutton[disabled] {
  	color:#ccc;
 	text-decoration:none;
  	cursor: auto;
}

button.navibutton {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
   	color:#fff;
   	padding: 0 3px;
	background-color: transparent;
   	border-style:none;
   	cursor: pointer;
}

.navibutton span {
   	text-decoration:underline;
}

.navibar {
	padding: 0 3px;
    color: #fff;
    border: 1px solid #045c97;
    border-collapse: collapse;
    background-color: #045c97;
}

.listsubmit {
    display: none;
}

.inactive {
	color: gray;
}

button {
	font-size: 11px;
	border: 1px #0066cc solid;
	padding: 1px 0px;
}

button img, span {
	padding: 0px 2px ;
	vertical-align: middle;
}

ul.ajaxtabs{
	padding: 3px 0 0 0;
	margin: 3px 3px 0 3px;
	font: 12px Tahoma,Verdana;
	font-weight: bold;
}

ul.ajaxtabs li{
	list-style: none;
	margin: 0;
	display: inline;
}

ul.ajaxtabs li button{
    background-color: #f5f5f5;
/*	background-repeat: repeat-x;
	background-position: top; */
	padding: 3px 8px;
	margin: 0px;
	border-top: 1px solid #8cacbb;
	border-right: 1px solid #8cacbb;
	border-bottom: none;
	border-left: none;
	font-weight: bold;
	color: #000
}

ul.ajaxtabs li button:hover{
	border-top: 1px solid #8cacbb;
	color:#045c97;
}
div.spaceBox{
	background-color: #045c97;
	height:8px;
	border-bottom: 1px solid #8cacbb;
	border-left: 1px solid #8cacbb;
	border-right:1px solid #8cacbb;
	margin: 0 3px 0px 3px
}

div.contentBox{
	border: 1px solid #045c97;
	margin: 0 3px 3px 3px
}

ul.ajaxtabs li button.current, ul.ajaxtabs li button.current:hover{
	border-left: 1px solid #8cacbb;
	background-color: #045c97;
	color:#FFFFFF;
}
#hints {
  font-size: 12px;
  padding: 5px;
  border-bottom: 1px solid #8cacbb;
  margin: -4px -2px -2px;
  border: 1px solid #8cacbb;
  background-color: #FFFFE0;
  white-space: nowrap;
}

img { border: 0; }

/*
	Calendar style
*/
#CCIframe {
	display: none;
	left: 0px;
	position: absolute;
	top: 0px;
	height: 250px;
	width: 270px;
	z-index: 99;
}
#CC { 
	position:absolute;
	background-color:#FFF;
	margin:0; padding:0;
	display:none;
	z-index: 100;
}
#CC table { 
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 8pt;
	border-left: 1px solid #336;
	border-right: 1px solid #336;
}
#CC th {
	font-weight: normal;
	text-align: center;
}
#CC th a {
	font-weight: normal;
	text-decoration: none;
	color: #FFF;
	padding: 1px;
}
#CC td {
	text-align: center;
}
#CC .header {
	background-color: #045c97;
}
#CC .weekday {
	background-color: #f3ffff;
	color: #000;
}
#CC .weekend {
	background-color: #FFC;
	color: #000;
}
#CC .weekno {
	background-color: #dfdfdf;
	color: #555;
}
#CC .current {
	border: 1px solid #339;
	background-color: #045c97;
	color: #FFF;
}
#CC .weekday, #CC .weekend, #CC .current {
	display: block;
	text-decoration: none;
	border: 1px solid #FFF;
	width: 2em;
}
#CC .weekday:hover, #CC .weekend:hover, #CC .current:hover {
	color: #FFF;
	background-color: #045c97;
	border: 1px solid #999;
}
#CC .previous {
	text-align: left;
}
#CC .next {
	text-align: right;
}
#CC .previous, #CC .next {
	padding: 1px 3px 1px 3px;
	font-size: 1.4em;
}
#CC .previous a, #CC .next a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#CC .title {
	text-align: center;
	font-weight: bold; 
	color: #FFF;
}
#CC .empty {
	background-color: #f3f3f3;
	border: 1px solid #FFF;
}
div.err_msg {
	margin: 10px;
	padding: 3px;
	border: 1px solid #cc3300;
	background-color: #ffcccc;
	color: #dd2200;
	text-align: center;
}

div.warn_msg {
	margin: 10px;
	padding: 3px;
	border: 1px solid #ff9900;
	background-color: #ffff00;
	color: #ff5500;
	text-align: center;
}

div.note_msg {
	margin: 10px;
	padding: 3px;
	border: 1px solid #33cc00;
	background-color: #ccffcc;
	color: #007700;
	text-align: center;
}

#title {
	margin-bottom: 10px;
	width: 100%;
}
div.impulse_bg {
	background: #fff url(images/bg.png) top left repeat-x;
}
div.impulse_container {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 11px;
}
img.impulse_logo {
    display: block;
    margin-left: auto;
    margin-right: auto
}

