﻿.textfield_effect    {
    /*we will first set the border styles.*/
    border-width: 0px;
    border-style: solid;
    border-color: #cccccc;
    /*we are now going to add in the shadow image that we created earlier*/
    background-image: url(./Images/field.png);
    background-repeat:no-repeat;
    /*I am going to add some <strong class="highlight">text</strong> formatting of my own*/
    /*font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;*/
    font-family:Arial;
	font-size:medium;
	color:Black;
    width: 180px;
    height: 26px;
    text-align:center;        
    }

.Des_textfield_effect    {
    /*we will first set the border styles.*/
    border-width: 0px;
    border-style: solid;
    border-color: #cccccc;
    /*we are now going to add in the shadow image that we created earlier*/
    background-image: url(./Images/Des_field.png);
    background-repeat:no-repeat;
    /*I am going to add some <strong class="highlight">text</strong> formatting of my own*/
    /*font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;*/
    font-family:Arial;
	font-size:medium;
	color:Black;
    width: 180px;
    height: 26px;
    text-align:center;        
    }

.textfield_effect_140    {
    /*we will first set the border styles.*/
    border-width: 0px;
    border-style: solid;
    border-color: #cccccc;
    /*we are now going to add in the shadow image that we created earlier*/
    background-image: url(./Images/field_140.png);
    background-repeat:no-repeat;
    /*I am going to add some <strong class="highlight">text</strong> formatting of my own*/
    /*font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;*/
    font-family:Arial;
	font-size:medium;
	color:Black;
    width: 140px;
    height: 26px;
    text-align:center;        
    }

.Numberfield_effect    {
    /*we will first set the border styles.*/
    border-width: 0px;
    border-style: solid;
    border-color: #cccccc;
    /*we are now going to add in the shadow image that we created earlier*/
    background-image: url(./Images/field.png);
    background-repeat:no-repeat;
    /*I am going to add some <strong class="highlight">text</strong> formatting of my own*/
    /*font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;*/
    font-family:Arial;
	font-size:medium;
	color:Black;
    width: 180px;
    height: 26px;
    text-align:center;
    direction:ltr;
    }

.Numberwatermarked_effect    {
    /*we will first set the border styles.*/
    border-width: 0px;
    border-style: solid;
    border-color: #cccccc;
    /*we are now going to add in the shadow image that we created earlier*/
    background-image: url(./Images/field.png);
    background-repeat:no-repeat;
    /*I am going to add some <strong class="highlight">text</strong> formatting of my own*/
    /*font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;*/
    font-family:Arial;
	font-size:medium;
	color:gray;
    width: 180px;
    height: 26px;    
    text-align:center;
    direction:ltr;
    }
    
.textfield_effect_280   {
    /*we will first set the border styles.*/
    border-width: 0px;
    border-style: solid;
    border-color: #cccccc;
    /*we are now going to add in the shadow image that we created earlier*/
    background-image: url(./Images/field_280.png);
    background-repeat:no-repeat;
    /*I am going to add some <strong class="highlight">text</strong> formatting of my own*/
    /*font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;*/
    font-family:Arial;
	font-size:medium;
	color:Black;
    width: 280px;
    height: 26px;
    text-align:center;
    }

.MainFont
{
	font-family:Arial;
	font-size:medium;
	font-weight: bold;
	color:Black;
    margin-bottom: 0px;
}

.MainTextFont
{
	font-family:Arial;
	font-size:medium;
	color:Black;
	background:White;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
}

.PageTitleFont
{
	font-family:Arial;
	font-size:medium;
	font-weight: bold;
	color:Red;
    text-decoration: underline;
}

.ValidationFont
{
	font-family:Arial;
	font-size:small;
	color:Red;
}

.MainButton
{
	font-family:Arial;
	font-size:medium;
	color:#003366;
	font-weight: bold;
	
	width: 80px;
	border: 1px solid #000000;
}

.ALLRightFont
{
	font-family:Arial;
	font-size:small;
	color:Black;
}

.LinkButtonFont
{
	font-family:Arial;
	font-size:medium;
	color:White;
	font-weight: bold;
}

.ClientTitleFont
{
	font-family:Arial;
	font-size:medium;
	color:Black;
	font-weight: bold;
}


.GridHeaderFont
{
	font-family:Arial;
	font-size:medium;
	color:White;
	font-weight: bold;
	background-color:Red;
}

