﻿@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Roboto-Cn';
    src: url('../Resources/fonts/RobotoCondensed-Regular-webfont.eot'),
		 url('../Resources/fonts/RobotoCondensed-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../Resources/fonts/RobotoCondensed-Regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-LtCn';
    src: url('../Resources/fonts/RobotoCondensed-Light-webfont.eot'),
		 url('../Resources/fonts/RobotoCondensed-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../Resources/fonts/RobotoCondensed-Light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-BdCn';
    src: url('../Resources/fonts/RobotoCondensed-Bold-webfont.eot'),
		 url('../Resources/fonts/RobotoCondensed-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../Resources/fonts/RobotoCondensed-Bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*Fonts*/


.fontBlue{
	color:#3498db;
}

.fontOrange{
	color:#e67e22;
}

.fontRed{
	color:#e74c3c;
}

.fontGreen{
	color:#009946;
}

.bold{
	font-weight:bold;
}

.tright{
	text-align:right;
}

.tleft{
	text-align:left;
}
.tcenter
{
text-align:center;	
}

.icon_apptrl_en {
    background: transparent url(images/icon_apptrl.png) 50% no-repeat;
    width: 22px;
    height: 24px;
}