 
/* new webinvoice */
* {
	margin:0;
	padding:0;
	}
body {
	background: #ffffff url(../images/bgrepeat-blue.gif) repeat-x;	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333;
	text-align:center;
	}
body#addmsg {
	background: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333;
	}
ul#qsmenu {
	list-style-type:none;
	}
ul#qsmenu li {
	display:inline;
	}
ul#qsmenu li a {
	float:left;
	padding:10px;
	text-decoration:none;
	}
a, a:link, a:active, a:visited {
	color: #333;
	text-decoration:underline;
	}
.clear {
	clear:both;
	}
a:hover {
	color: #555;
	text-decoration:underline;
	}
#container {
	width:790px;
	margin:0 auto;
	text-align: left; /* set back to default */
	}
#f_note {
	width:100%;
	}
.companyheader {

	}
#webinvhead {
	margin:10px 0 0 0;
	color: #fff;
	width:680px;
	}
#webinvhead a { 
	color: #ccc;
	}
a#logout {	
	padding:3px;
	font-weight:bold;
	background: #999;
	display:block;
	width:60px;
	color: #333;
	text-align:center;
	text-decoration:none;
	}
a#logout:hover {
	text-decoration:none;
	background:#ccc;
	}
.buttons {	/* instead of input="submit" */
	padding:3px;
	color: #333;
	background: #eee;
	text-align:center;
	border:1px solid #ccc;
	margin:5px;
	}
/*  inbox admin.php */
.rmd { /* Reply, mark as delete, delete on admin.php */
	font-size:10px;
	float:right;
	}
.inboxmsg {
	background: #FFFFD5 url(../images/msg.gif) no-repeat 0px 0px;
	border:2px solid #E4E0A5;
	width:600px;
	padding:8px 8px 8px 50px;
	margin:0 0 10px 0;
	}
.inboxmsgread {
	background: #ffffee url(../images/msgread.gif) no-repeat 0px 0px;
	border:2px solid #E4E3C9;
	color: #aaa;
	width:600px;
	padding:8px 8px 8px 50px;
	margin:0 0 10px 0;
	}
/* makechanges.php */
.fields {
	padding:0;
	}
.dollarfield {
	width:30px;
	padding:3px;
	}
#visible,#paid {
	width:60px;
	}
#due {
	width:100px;
	}
.datatable {
	width:680px;
	}
.bigheader {
	font-weight:bold;
	font-size:13px;
	color: #fff;
	}	
.darkblue {  /* color of tables... dont change this name */
	background: #fff url(../images/darkbg.gif) repeat-x;
	padding:5px;
	color: #333;
	font-weight:bold;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-bottom:1px solid #ddd;
	}
.lightblue { /* color of tables... dont change this name */
	background: #fff;
	padding:5px;
	color: #333;
	}
.global {
	width:380px;
	height:70px;
	margin:10px 0;
	padding:3px;
	border:1px solid #ccc;
	}
#valid {
	background: url(../images/approved.gif) no-repeat top left;
	height:45px;
	margin:0 0 10px 0;
	padding: 15px 0 0 46px;
	}
table { /* general tables */
	font-size:12px;
	}
.nav { /* Top navigation */
	float:right;
	margin-top:15px;
	width:480px;
	}
.nav ul {
	margin:0;
	padding:0;
	width:100%;
	}
.nav ul li {
	list-style-type:none;
	display:inline;
	margin-right:20px;
	font-size:12px;
	}
.nav ul li a, .nav ul li a:active, .nav ul li a:visited {
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
	}
.nav ul li a:hover {
	text-decoration:none;
	color: #fff;
	}
.asterix { /* required fields */
	color: #FF6666;
	}
.dropmenudiv{
	position:absolute;
	top: 0;
	line-height:18px;
	border:1px solid #2e7cb2;	z-index:100;
	margin-top:9px;
	background-color: #ffe58d;
	width: 120px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a, .dropmenudiv a:active, .dropmenudiv a:visited {
	width: auto;
	display: block;
	background: url(../images/navbg-blue.gif) repeat;	text-indent: 3px;
	border-bottom: 0px solid #A2BACB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #333;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background: #D1EAEB;	text-decoration:none;
	color: #333;
}
.tip {
	background: #FFFFD5;
	border:2px solid #E4E0A5;
	width:80%;
	padding:8px;
	margin:10px 0;
	}
.error {
	background: #FFD7D7 url(../images/ex.gif) no-repeat 5px center;
	border:2px solid #F49393;
	width:80%;
	padding:8px 8px 8px 25px;
	margin:10px 0;
	}
.success {
	background: #D8FFCA url(../images/success.gif) no-repeat 5px center;
	border:2px solid #BAFFB0;
	width:600px;
	padding:8px 8px 8px 25px;
	margin:10px 0;
	}
/* for the write message to company under client lounge */
.error2 {
	background: #FFD7D7 url(../images/ex.gif) no-repeat 5px center;
	border:2px solid #F49393;
	width:350px;
	padding:8px 8px 8px 25px;
	margin:10px auto;
	}
.success2 {
	background: #D8FFCA url(../images/success.gif) no-repeat 5px center;
	border:2px solid #BAFFB0;
	width:350px;
	padding:8px 8px 8px 25px;
	margin:10px auto;
	}
.tiptitle {
	font-weight:bold;
	font-size:14px;
	}
#dhtmltooltip {
	position: absolute;
	left: -300px;
	width: 250px;
	border: 1px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	}

#dhtmlpointer {
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
	}

	