@charset "utf-8";
/* CSS Document */

body {
	background:#ffffff;
}

/* for modern browsers */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}

@font-face {
    font-family: 'Roboto-Cn';
    src: url('fonts/RobotoCondensed-Regular-webfont.eot'),
		 url('fonts/RobotoCondensed-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/RobotoCondensed-Regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-LtCn';
    src: url('fonts/RobotoCondensed-Light-webfont.eot'),
		 url('fonts/RobotoCondensed-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/RobotoCondensed-Light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-BdCn';
    src: url('fonts/RobotoCondensed-Bold-webfont.eot'),
		 url('fonts/RobotoCondensed-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/RobotoCondensed-Bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* for modern browsers */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}


/*Fonts*/

.fontDefault{
	color:#566473;
}

.fontGreen{
	color:#2e9e3c;
}

.fontRed{
	color:#d13434;
}

.fontBlue{
	color:#3498db;
}

.fontOrange{
	color:#e67e22;
}

.fontLabel{
	color:#6c6c6c;
}

.font9
{
	font-size:9px;
}
.fontbold{
	font-weight:bold;
	}
	
.font12{
	font-family: 'Tahoma';
    font-size:12px;
	}

.label{
	/*font-size:11px;*/
	font-family: 'Tahoma';
	color:#6c6c6c;
	margin-right:5px;
	margin-top:5px;
}

.label_balcap{
	font-size:11px;
	font-family: 'Tahoma';
	color:#6c6c6c;
	/*height:7px;
	line-height:5px;*/
	/*margin-right:5px;
	margin-top:5px;*/
}
.normal{
	font-size:13px;
}

.rej_pic
{
	background:transparent url(images/Reject.png) no-repeat;
	color : transparent !important;
	/*margin-top:10px;*/
	height: 25px;
	/*width: 60px;*/
}

/* End of Fonts */


/* Expense */



.fromloc{
	width:18px;
	height:15px;
	background:url(images/green_location-ic.png);
	margin-left:20px;
	/*margin:20px;*/
}

.toloc{
	width:18px;
	height:18px;
	background:url(images/Red_location-ic.png) ;
	/*margin-left:30px;
	margin:20px;*/
}

