﻿@import url("Dimentions-min.css");
@import url("Directions.css");
@import url("Formats.css");

body
{
    font-family: Tahoma;
    font-size: 12px;
    padding: 0;
    margin: 0;
    direction: ltr;
}

.TextBox
{
    margin-top: 5px;
    margin-bottom: 5px;
}

.textboxleft
{
   
    direction: ltr;
}


.Button
{
    width: 80px;
    height: 25px;
}


.DropDown
{
    width: 120px;
}

.Font-family-tahoma
{
    font-family: tahoma;
    font-size: 12px;
    color: #000000;
}

div, h1, h2, p, form, label, input, textarea, img, span
{
    padding: 0;
    margin-left: 0;
    margin-bottom: 0;
}



.Header-GridView
{
    color: #00156e;
}

.BackColorTable
{
    background-color: #e7f0fb;
}

input, span, p
{
    font-family: Tahoma;
    font-size: 12px;
}

a
{
    color: Black;
    cursor: pointer;
    text-decoration: none;
}
a:hover
{
    color: Black;
    cursor: pointer;
    text-decoration: none;
}

/*.button 
{
    
	background: rgb(57, 170, 212); border: 1px solid rgb(58, 143, 182); color

/*.button 
{
    
	background: rgb(57, 170, 212); border: 1px solid rgb(58, 143, 182); color: rgb(255, 255, 255); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41c4f4', endColorstr='#39aad4',GradientType=0 ); text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
.button:hover {
	background: rgb(1, 137, 188); border: 1px solid rgb(3, 112, 162); color: rgb(255, 255, 255); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14bcfb', endColorstr='#0189bc',GradientType=0 );
}
.button:focus 
{
   	background: rgb(1, 137, 188); border: 1px solid rgb(3, 112, 162); color: rgb(255, 255, 255); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14bcfb', endColorstr='#0189bc',GradientType=0 );
} 

*/

.button
{
    background: -moz-linear-gradient(top, #CFE782 0%,#9BCB2A 2%,#5DA331 97%,#659635 100%);
    padding: 5px;
    text-shadow: -1px -1px 2px #777777;
    color: #666666;
    border: 1px solid #C0C0C0;
    background: #E2E2E2;
    -moz-border-radius: 10px; /*background: rgb(57, 170, 212); border: 1px solid rgb(58, 143, 182); color: rgb(255, 255, 255); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41c4f4', endColorstr='#39aad4',GradientType=0 ); text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);*/
}
           #9BCB2A 2%,                                       #5DA331 97%,                                       #659635 100%);
    text-shadow: -1px -1px 2px #777777;
    color: #666666;
    border: 1px solid #E8E8E8;
    background: #C0C0C0;
    -moz-border-radius: 10px;
    padding: 5px;
}


