<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS CROSS BROWSER RESET */
html,body {
	margin:0;
	padding:0;
	list-style:none;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}

body {
	background:#282828;
	color:#4c5979;
	font-family:Arial;
	font-size:11px;
}

h1 {
	color:#1943ac;
	font-size:16px;
}

h2 {
	color:#4c5979;
	font-size:12px;
}

.aleft {
	float:left;
	text-align:left;
}

.aright {
	float:right;
	text-align:right;
}

.acenter {
	margin:0 auto;
	display:block;
	text-align:center;
}

.clear {
	margin:15px;
	height:10px;
	clear:both;
}
#header_left {
	background: url("../images/header_left.png") repeat-x;
	height:118px;
	float:left;
	width:50%;
	margin:0px;
}
#header {
	width:990px;
	margin:0 auto;
}
#header_center {
	background: url("../images/header_center.png") no-repeat;
	width:990px;
	height:118px;
	margin:0 auto;
	position:absolute;
}
#header_right {
	background: url("../images/header_right.png") repeat-x;
	height:118px;
	width:50%;
	float:right;
	margin:0px;
}

#header img {
	float:right;
	margin-top:8px;
	max-height:90px;
}

.logo, .logo a {
	background:url("../images/logo.png") no-repeat;
	margin:5px 30px;
	width:300px;
	height:79px;
	float:left;
}

.userlogo {
	background:#172993;
	font-size:15px;
	color:#ffffff;
	text-align:center;
	margin:10px 50px;
	padding:12px 50px;
	width:200px;
	float:right;
	border: 1px solid #12227b;
	-webkit-border-radius: 8px; border-radius: 8px;
	-moz-border-radius: 8px;
}

#content {
	background:#f3f3f3;
	width:990px;
	margin:0 auto;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

#left {
	width:290px;
	margin-left:5px;
	float:left;
	border:1px solid #d9d9d9;
}
.content_foot {
	background:#f5f5f5;
	border-top:1px solid #e4e4e4;
	height:35px;
	padding:5px 10px;
}
.left_content {
	background: #f6f6f6;
	clear:both;
	padding:5px;
}
.buttonbox {
	width:135px;
	height:125px;
	float:left;
	margin-bottom:10px;
}
.buttonbox, .bleft {
	float:left;
	margin-right:2px;
}
.buttonbox, .bright {
	float:right;
	margin-left:2px;
}
.buttonbox, a.logo, .left a {
	color:#022162;
	font-size:12px;
	text-align:center;
	text-decoration:none;
	text-indent: -9999px;
	cursor:pointer;
}
#addinvoice {
	background-image:url("../images/invoice.png");
	background-position:1px 5px;
	background-repeat:no-repeat;
	display:block;
	clear:both;
	width:125px;
	height:120px;
	margin:5;
}
#addinvoice:hover {
	background-position:1px -241px;	
}
#filesinvoice {
	background-image:url("../images/invoice.png");
	background-position:-135px 1px;
	background-repeat:no-repeat;
	display:block;
	width:125px;
	height:120px;
	margin:5px;
}
#filesinvoice:hover {
	background-position:-135px -245px;		
}
#customers {
	background-image:url("../images/invoice.png");
	background-position:-4px -120px;
	background-repeat:no-repeat;
	display:block;
	clear:both;
	width:125px;
	height:120px;
	margin:5px;
}
#customers:hover {
	background-position:-4px -366px;
}
#mydata {
	background-image:url("../images/invoice.png");
	background-position:-136px -120px;
	background-repeat:no-repeat;
	display:block;
	width:125px;
	height:120px;
	margin:5px;
}
#mydata:hover {
	background-position:-136px -366px;
}
#loginbox, #func_box {
	width:660px;
	margin:0 auto;
	clear:both;
}
#func_box {
	width: 885px;
}

#right {
	width:660px;
	margin-right:30px;
	float:right;
}
.rtitle {
	background:#ff7500 url("../images/title.png") repeat-x;
	width:654px;
	height:18px;
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
	padding:3px 15px;
	border: 1px solid #ff7500;
	border-bottom:none;
	text-transform: uppercase;
}
.rcontent {
	background: #f6f6f6;
	border:1px solid #d9d9d9;
	border-bottom:none;
	width:100%;
	padding:5px 12px;
}
.rfoot{
	background: #ececec;
	border-top:1px solid #d9d9d9;
	width:654px;
	padding:5px 16px;
}
#func_box .rfoot {
	width:879px;
}
.rlogo {
	background:url("../images/logo2.png") no-repeat;
	display:block;
	width:86px;
	height:21px;
}
.rlogo {
	padding:1px 95px;
}
.contents {
	background:#f5f5f5;
	background-image:-moz-linear-gradient(100% 100% 90deg, #efeeee, #f5f5f5) !important;
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#efeeee), to(#f5f5f5)) !important;
	color:#4c5979;
	font-size:12px;
	margin:10px 0;
	padding:15px 8px 50px 8px;
	border: 1px solid #efeeee;
	-webkit-border-radius: 4px; border-radius: 4px;
	-moz-border-radius: 4px;
}
#footer {
	background: url(../images/title.png) repeat-x;
	width:990px;
	margin:0 auto;
	height:24px;
	border: 1px solid #ff7500;
-webkit-border-top-left-radius: 6px;
-webkit-border-bottom-right-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-bottomright: 6px;
border-top-left-radius: 6px;
border-bottom-right-radius: 6px;
}
#footer span.rlogo {float:left; margin:2px 10px;}
#footer ul {list-style:none;	float:right; margin:4px 10px;}
#footer ul li{float:left; padding:0 4px 0 4px; border-right:1px solid #000000;}
#footer li.last{border-right:none;}
#footer a{color:#000000;	font-size:12px; text-decoration:none;}
label { 
	display: inline-block; 
	float: left; 
	height: 1em; 
	line-height: 1em; 
	padding: 6px 0 0;
	width: 115px; 
	margin: 5px 0; 
	clear: both;	
}
.no_float {
	float:none;
}
input, select { 
	padding: 4px; 
	color: #666; 
	background: #f5f5f5; 
	border: 1px solid #CCCCCC;
	margin: 5px 0; 
	-webkit-border-radius:5px; 
	-moz-border-radius:5px; 
	border-radius:5px; 
	vertical-align: top;	
	transition: all 0.75s ease-in-out; 
	-webkit-transition: all 0.75s ease-in-out; 
	-moz-transition: all 0.75s ease-in-out; 	
	box-shadow: 0 0 5px rgba(81, 203, 238, 0); 
	-webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 0); 
	-moz-box-shadow: 0 0 5px rgba(81, 203, 238, 0); 
} 
textarea { 
	max-width:600px;
	padding: 4px; 
	color: #666; 
	background: #f5f5f5; 
	border: 1px solid #CCCCCC;
	margin: 5px 0; 
	-webkit-border-radius:5px; 
	-moz-border-radius:5px; 
	border-radius:5px; 
	vertical-align: top;	
	box-shadow: 0 0 5px rgba(81, 203, 238, 0); 
	-webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 0); 
	-moz-box-shadow: 0 0 5px rgba(81, 203, 238, 0); 
} 
.norm_form input {
	width:195px;
}
.item_name {
	width:200px;
	margin:0 3px;
}
.amount {
	width:35px;
	margin:0 3px;
}
.showall {
	background: #f7f7f7 url(../images/down.png) no-repeat;
	border: 1px solid #CCCCCC;
	margin-top:-26px;
	margin-right:2px;
	padding: 4px 0;
	width:16px;
	height:16px;
	cursor:pointer;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	float:right;
}
.entity {
	width:45px;
	margin:0 3px;
	border-right:none;
	float:left;
}
.price {
	width:45px;
	margin:0 3px;
}
input[disabled='disabled'] {
	background: #b0afa5;
}
.rate {
	width:55px;
	font-size:10px;
	cursor:pointer;
	margin:0 3px;
}
.delete {
	background: url("../images/icons/delete.png") no-repeat;
	width:30px;
	border:none;
	cursor:pointer;
	margin:3px;
}
input#logout {
	background:#4fa50a;
	background-image:-moz-linear-gradient(100% 100% 90deg, #378916, #4fa50a) !important;
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#378916), to(#4fa50a)) !important;
	background-image:-o-linear-gradient(#4fa50a, #378916 60%) !important;
	color:#ffffff;
	font-size:12px;
	padding:10px 15px;
	cursor:pointer;
	border: 1px solid #4e9a26;
	-webkit-border-radius: 4px; border-radius: 4px;
	-moz-border-radius: 4px;
}
#logout:hover {
	background:#2c8906;
	background-image:-moz-linear-gradient(100% 100% 90deg, #2c8906, #296f14) !important;
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#2c8906), to(#296f14)) !important;
	background-image:-o-linear-gradient(#296f14, #2c8906 60%) !important;
}
input.submit {
	background: #76ab3b;
	background: -moz-linear-gradient(top, #90c356 0%, #649a27 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#90c356), color-stop(100%,#649a27));
	background: -webkit-linear-gradient(top, #90c356 0%,#649a27 100%);
	background: -o-linear-gradient(top, #90c356 0%,#649a27 100%);
	background: -ms-linear-gradient(top, #90c356 0%,#649a27 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#90c356', endColorstr='#649a27',GradientType=0 );
	background: linear-gradient(top, #90c356 0%,#649a27 100%);
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
	font-size:11px;
	padding:5px 25px;
	cursor:pointer;
	border: 1px solid #4e7521;
	-webkit-border-radius: 4px; border-radius: 4px;
	-moz-border-radius: 4px;
}
.submit:hover {
	background: #90c356;
}
input.cancel {
	background: #e41d24;
	background: -moz-linear-gradient(top, #fb4e55 0%, #d7020a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fb4e55), color-stop(100%,#d7020a));
	background: -webkit-linear-gradient(top, #fb4e55 0%,#d7020a 100%);
	background: -o-linear-gradient(top, #fb4e55 0%,#d7020a 100%);
	background: -ms-linear-gradient(top, #fb4e55 0%,#d7020a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb4e55', endColorstr='#d7020a',GradientType=0 );
	background: linear-gradient(top, #fb4e55 0%,#d7020a 100%);
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
	font-size:11px;
	padding:5px 25px;
	cursor:pointer;
	border: 1px solid ##9e0b0f;
	-webkit-border-radius: 4px; border-radius: 4px;
	-moz-border-radius: 4px;
}
.cancel:hover {
	background: #fb4e55;
}
/* input#search {
	background: #49b3fc;
	background: -moz-linear-gradient(top, #76c7ff 0%, #1da0fa 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#76c7ff), color-stop(100%,#1da0fa));
	background: -webkit-linear-gradient(top, #76c7ff 0%,#1da0fa 100%);
	background: -o-linear-gradient(top, #76c7ff 0%,#1da0fa 100%);
	background: -ms-linear-gradient(top, #76c7ff 0%,#1da0fa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76c7ff', endColorstr='#1da0fa',GradientType=0 );
	background: linear-gradient(top, #76c7ff 0%,#1da0fa 100%);
	color: #fff !important;
	font-size:11px;
	padding:5px 25px;
	cursor:pointer;
	border: 1px solid #0076a3;
	-webkit-border-radius: 4px; border-radius: 4px;
	-moz-border-radius: 4px;
}
#search:hover {
	background: #76c7ff;
}
*/
.add {
	background: #49b3fc;
	background: -moz-linear-gradient(top, #76c7ff 0%, #1da0fa 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#76c7ff), color-stop(100%,#1da0fa));
	background: -webkit-linear-gradient(top, #76c7ff 0%,#1da0fa 100%);
	background: -o-linear-gradient(top, #76c7ff 0%,#1da0fa 100%);
	background: -ms-linear-gradient(top, #76c7ff 0%,#1da0fa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76c7ff', endColorstr='#1da0fa',GradientType=0 );
	background: linear-gradient(top, #76c7ff 0%,#1da0fa 100%);
	color: #fff !important;
	font-size:11px;
	padding:5px 25px;
	cursor:pointer;
	border: 1px solid #0076a3;
	-webkit-border-radius: 4px; border-radius: 4px;
	-moz-border-radius: 4px;
}
.add:hover {
	background: #76c7ff;
}
#subscription {
	width:330px;
	margin:0 auto;
}
input.buy {
	background: #76ab3b;
	background: -moz-linear-gradient(top, #90c356 0%, #649a27 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#90c356), color-stop(100%,#649a27));
	background: -webkit-linear-gradient(top, #90c356 0%,#649a27 100%);
	background: -o-linear-gradient(top, #90c356 0%,#649a27 100%);
	background: -ms-linear-gradient(top, #90c356 0%,#649a27 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#90c356', endColorstr='#649a27',GradientType=0 );
	background: linear-gradient(top, #90c356 0%,#649a27 100%);
	-webkit-box-shadow:  -1px 2px 0px 1px #507b1f;
        
        box-shadow:  -1px 2px 0px 1px #507b1f;
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
	width:125px;
	height:120px;
	font-size:12px;
	padding:5px 25px;
	cursor:pointer;
	border: 1px solid #4e7521;
	-webkit-border-radius: 4px; border-radius: 4px;
	-moz-border-radius: 4px;
	float:left;
	margin:20px;
}
.buy:hover {
	background: #649a27;
	background: -moz-linear-gradient(top,  #649a27 0%, #66a52d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#649a27), color-stop(100%,#66a52d)); 
	background: -webkit-linear-gradient(top,  #649a27 0%,#66a52d 100%);
	background: -o-linear-gradient(top,  #649a27 0%,#66a52d 100%);
	background: -ms-linear-gradient(top,  #649a27 0%,#66a52d 100%);
	background: linear-gradient(to bottom,  #649a27 0%,#66a52d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#649a27', endColorstr='#66a52d',GradientType=0 );
	border-color: #B0D206 #3A8004 #ACCD07 #3A8004;
	-webkit-box-shadow: inset -1px 2px 0px 1px #507b1f;
	box-shadow: inset -1px 2px 0px 1px #507b1f;
}
.subs {font-size:14px; font-family:arial; color:#76ab3b; text-decoration:none;}
select {
	cursor:pointer;
	width: 200px; 
	margin: 5px 0;
}
textarea { 
	width: 414px; 
}
fieldset {
	padding:20px; 
	margin:0; 
	border:1px solid #dbdbdd; 
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
fieldset#date {
	width:220px;
	float:left;
}
fieldset#purchaser {
	width:320px;
	float:right;
}
legend {
	padding:7px 10px; 
	color:#000; 
	border:1px solid #eee; 
	-webkit-border-radius:5px; 
	-moz-border-radius:5px; 
	margin-bottom:0 !important;
	margin-bottom:20px; 
}
table {
	border:1px solid #d9d9d9;
}
thead {
	background:#f6f6f6;
	background-image:-moz-linear-gradient(100% 100% 90deg, #e2e2e2, #f2f2f2) !important;
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#e2e2e2), to(#f2f2f2)) !important;
	height:30px;
	border:1px solid #d9d9d9;
}
th {
	border-right:1px solid #d9d9d9;
}

tbody {
	background:#ffffff;
	border:1px solid #f1f1f1;
}
tr {
	border-right:1px solid #e9e9e9;
}
tr:hover td {
	color: #49b3fc;
}
tr.disabled {
	color:silver;
}
td {
 
}

.error {
	width: auto;
  background:#ffacac url('../images/icons/error.png') no-repeat 15px center;
  margin:15px 0 10px;
  padding:13px 13px 13px 55px;
  border:1px solid #FF6B6B;
  border-radius:6px;
  -webkit-border-radius:6px;
	-moz-border-radius:6px;
}

.ok {
	width: auto;
  background:#b3ff99 url('../images/icons/ok.png') no-repeat 15px center;
  margin:15px 0 10px;
  padding:13px 13px 13px 55px;
  border:1px solid #208000;
  border-radius:6px;
  -webkit-border-radius:6px;
	-moz-border-radius:6px;
}
/**styling for the popup
**/
#overlayEffect
{
	display:none;
	position:fixed;
	opacity:0.7;
	height:100%;
	width:100%;
	top:0;
	left:0;
	background: -moz-linear-gradient(rgba(11,11,11,0.1), rgba(11,11,11,0.6)) repeat-x rgba(11,11,11,0.2);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11,11,11,0.1)), to(rgba(11,11,11,0.6))) repeat-x rgba(11,11,11,0.2);
	z-index:1;
}
#popupContainer
{
	position:fixed;
	left:50%;
	top:50%;
	width:400px;
	background:url('../images/body_bg.jpg') repeat-x left bottom #e5e5e5;
	border:5px solid #cecece;
	z-index:2;
	padding:10px;
	border: 1px solid rgba(33, 33, 33, 0.6);
	-moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
	-webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
	box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
}
#popupContainer h1
{
	text-align:left;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
	color:#090;
	font:22px;
	border-bottom:2px dotted #D3D3D3;
	padding: 5px 2px;
	margin-bottom:10px;
}
#popupContainer p
{
	font-size:16px;
	line-height:1.4;
}
#close
{
	background:url('../images/x.png') no-repeat center center;
	cursor:pointer;
	width:25px;
	height:26px;
	position:fixed;
	z-index:3200;
	position:absolute;
	top:-25px;
	right:-22px;
}
#button
{
	text-align:center;
	padding:10px;
}
.hidden { display:none; }

.edit.table-icon { background: url(../images/icons/edit.png) no-repeat; }
.delete.table-icon { background: url(../images/icons/delete.png) no-repeat; }

/* Blue Theme */
table.tablesorter th.tablesorter-header {
	cursor: pointer;
}
table.tablesorter th.tablesorter-headerSortUp {
	background: url('../images/tablesorter/white-asc.gif') no-repeat center right;
}
table.tablesorter th.tablesorter-headerSortDown {
	background: url('../images/tablesorter/white-desc.gif') no-repeat center right;
}
</pre></body></html>