﻿/*body {
    font-family: Arial;
    font-size: 12px;
}*/

@font-face {
    font-family: 'helveticaregular';
    src: url('../fonts/helvetica-webfont.eot');
    src: url('../fonts/helvetica-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/helvetica-webfont.woff') format('woff'), url('../fonts/helvetica-webfont.ttf') format('truetype'), url('../fonts/helvetica-webfont.svg#helveticaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.ajax__tab_body {
    background: #ffffff;
    background: url("../images/bodybg.jpg") no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    margin: 0;
    padding: 0;
    font-family: 'helveticaregular' !important;
    font-size: 12px !important;
    color: #000000;
    border: -10px !important;
}

table td {
    padding: 3px;
}

.trBackGray {
    background-color: gray;
}

.clsFontBold {
    font-weight: bold;
}

.width300px {
    width: 300px;
}

.width250px {
    width: 250px;
}

.width200px {
    width: 200px;
}

.width150px {
    width: 150px;
}

.width100px {
    width: 100px;
}

.width80px {
    width: 80px;
}
.width50per {
    width: 50%;
}

.divRadius {
    -moz-border-radius: 10px / 5px;
    -webkit-border-radius: 10px / 5px;
    border-radius: 10px / 5px;
}

.divborder {
    border: 1px solid black !important;
    margin: 1px;
}

.divgradient {
    background: linear-gradient(to right, #8df65d 0%,#6ff5c8 100%);
    /*background-color:#8df65d;*/
}

.spancolor {
    color: white;
}

.multiLineTextBox {
    width: 500px;
    height: 100px;
}

.multiLineTextBox300px {
    width: 300px;
    height: 80px;
}

.dateWidth {
    width: 80px;
}

table tr th {
    text-align: center;
}

.marginLeft100px
{
    margin-left:100px;
}

.clsSearchLegendOrange
{
    background-color:#ffcc99;
     border:1px solid black;
         height:20px;
}

.clsSearchLegendPink
{
    background-color:pink;
    border:1px solid black;
    height:20px;
}

.multiLineTextBox750px{
    width:750px;
    height:100px;
}

