/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 13, 2015, 3:50:39 PM
    Author     : praveen
*/
@font-face {
    font-family: samaro;
    src: url(../fonts/SAMARN__.TTF);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: kruti;
    src:url('../fonts/Kruti-Dev-010.ttf.woff') format('woff'),
        url('../fonts/Kruti-Dev-010.ttf.svg#Kruti-Dev-010') format('svg'),
        url('../fonts/Kruti-Dev-010.ttf.eot'),
        url('../fonts/Kruti-Dev-010.ttf.eot?#iefix') format('embedded-opentype'); 
}
@font-face {
    font-family: calibri;
    src:url('../fonts/Calibri.ttf'); 
}
@font-face {
    font-family: russian;
    font-weight: normal;
    font-style: normal;
    src:url('../fonts/Russian.ttf'); 
}

@font-face {
    font-family: good-times;
    font-weight: normal;
    font-style: normal;
    src:url('../fonts/good-times-rg.ttf'); 
}
@font-face {
    font-family: carnevalee-freakshow;
    font-weight: normal;
    font-style: normal;
    src:url('../fonts/Carnevalee-Freakshow.ttf'); 
}
.font-family-samaro{
    font-family: samaro;
}
.align-center{
    text-align: center;
}
.align-left{
    text-align:left;
}
.align-right{
    text-align: right;
}
body{
    margin: 0px;
    padding: 0px;
}
a{
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}
a:visited{
    text-decoration: none;
}

.link:hover{
    text-decoration: underline;
}
.font-bold{
    font-weight: bold; 
}
.vli-top{
    vertical-align: top;
}
.clear-both{
    clear: both;
}
.padding-top-20{
    padding-top: 20px;
}
.font-color-red{
    color: red;
}
.font-color-green{
    color: green;
}
.font-color-lightgreen{
    color: #33ff00;
}
.font-color-blue{
    color: blue;
}
.font-color-lightskyblue{
    color: #27a1e7;
}
.bg-white{
    background-color: white;
}
.floatleft{
    float: left;
}
.floatright{
   float: right;
}
.font-color-gray{
    color: gray;
}
.font-family-arial{
    font-family: arial;
}
.font-style-italic{
    font-style: italic;
}
.font-style-noraml{
    font-style: normal;
}
.font-family-calibri{
    font-family:calibri;
}
.font-size-small{
    font-size: small;
}
.font-size-medium{
    font-size: medium;
}
.font-size-large{
    font-size: large;
}
.border-color-gainsboro{
    border-color: gainsboro;
}
.padding-bottom-10px{
    padding-bottom: 10px;
}
.padding-top-10px{
    padding-top: 10px;
}
.border-width-thin{
    border-width: thin;
}
.block{
    display: block;
}
