@import url("login.css");
@import url("footer.css");
@import url("menus.css");
@import url("tools.css");
@import url("inside.css");
@import url("lists.css");
@import url("bills.css");
@import url("search.css");
@import url("configs.css");

BODY,body {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	line-height: 16px;
	text-decoration: none;
	text-align: left;
	color: #999999;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/bg.gif);
	
	scrollbar-base-color: #BBB4A9;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-highlight-color: #FCFCFC;
	scrollbar-face-color: #DDDDDD;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-darkshadow-color: #333333;
	scrollbar-track-color: #FAFAFA;
	scrollbar-arrow-color: #9F504D;
}
TD,td {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #1c1b4e;
	letter-spacing: 0.05em;
}
p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #1c1b4e;
	letter-spacing: 0.05em;
}

A:ACTIVE, A:LINK, A:VISITED {
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style: normal;
	font-weight: normal;
	line-height: 16px;
	text-decoration: none;
	color: #141348;
	/*border-bottom: 1px dashed #ff5700;*/
}
A:HOVER {
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 16px;
	text-decoration: none;
	color: #141348;
	/*border-bottom: 1px dashed #ff5700;*/
}
/* ----------------------------------------------------------------------  Tables  --*/

#gPanStyle{
	padding: 5px 5px 5px 5px;	
}
#gPanTable {
	background-color:#FAFBFC;
	padding: 10px;
	
	border-top: #eef2f7 1px solid;
	border-right: #eef2f7 1px solid;	
	border-bottom: #eef2f7 1px solid;
	border-left: #eef2f7 1px solid;
}
#gPanTable1 {
	background-color:#FAFBFC;
	padding: 10px;
}
.gPannel {
	background-color:#f0fde5;
	padding: 15px;
	border-left: #e8ffd1 1px solid;
	border-top: #e8ffd1 1px solid;
	border-right: #c0eb94 1px solid;	
	border-bottom: #c0eb94 1px solid;

}
/* ----------------------------------------------------------------------  DIV-uri  --*/
#gBgGrad {
	width: 100%;
	background-repeat: repeat-x;	
}

#gLogo {
	float: left;
	padding-top: 50px;
}

#gMenuZone {
	padding-top: 11px;
	width: 520px;
	float: left;
}

/* ----------------------------------------------------------------------  --*/
.gBodyText {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #1c1b4e;
	text-decoration: none;
	text-align: left;
	padding: 0px 0px 0px 0px;
}
.gPageTitle{
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ec6100;
	font-weight: bold;
	line-height: 22px;
	letter-spacing: 0.02em;
	padding: 25px 0px 5px 25px;
}


.gResultNo{
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}
.gRequired {

	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	color: #E93D00;
	text-decoration: none;
}

/* debug */

.gDebug {
	font-family : "Courier New", "Trebuchet MS", Verdana, Arial, Helvetica,sans-serif;
	font-size : 8pt;
	color : #8B0000;
}
.gOrange{
	color:#ec6100;
}
/*********************************************************  Pop - Up */
.gPopUp{
	width: 100%;
	background-repeat: repeat-x;
	margin:0 auto;
	text-align:center;
}
.gPopUpTableClient {
	font-size:12px;
	background-color:#FFFFFF;
	border-left: #e8ffd1 1px solid;
	border-top: #e8ffd1 1px solid;
	border-right: #c0eb94 1px solid;	
	border-bottom: #c0eb94 1px solid;
}
.gPopUpTableClientRow{
	padding:5px 10px 5px 10px;
	border-bottom: #c0eb94 1px solid;
}
.gVisible {
	font-weight: normal;
}
.gNotVisible {
	color: #999999;
	font-weight: normal;
}
.gNotFormText{
	font-family: "Arial Narrow";
	font-size: 13px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	font-variant: normal;
	color: #999999;
	text-decoration: none;
	letter-spacing: 0.1em;
}
.gNotBillFormData{
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #999999;
	text-decoration: none;
	letter-spacing: 0.05em;
	
	border-left: #96dd4c 0px solid;
	border-top: #96dd4c 0px solid;
	border-right: #d3f5b2 0px solid;	
	border-bottom: #d3f5b2 0px solid;
	
	padding: 2px 3px 2px 3px;
	background-color:none;
}