﻿.style6 
{
	color: #86C32A;
	font-size:medium;
	font-weight:bold;
}
.form_entry_input
{
		border:1px solid #e9e9e9;
		color:#757575;
		vertical-align:middle;
}
.textbox
{		
		vertical-align:middle;
}
.customCalloutStyle div, .customCalloutStyle td
{
    border: solid 1px Black;
    background-color: Blue;
    z-index : 101;
}
.customCalloutStyle .ajax__validatorcallout_popup_table
{
    display: none;
    border: none;
    background-color: transparent;
    padding: 0px;
    z-index : 102;
}

 .customCalloutStyle .ajax__validatorcallout_close_button_cell .ajax__validatorcallout_innerdiv
{
    border: none;
    text-align: center;
    width: 10px;
    padding: 2px;
    cursor: pointer;
    z-index:130;
}

td.tdContentTopLeft
{
    background-image:url(../../Images/Top_Left.jpg);
    background-repeat:no-repeat;
    width:21px;
    height:21px;
   
}
td.tdContentMiddleTop
{
    background-image:url(../../Images/Middle_Top.jpg);
    background-repeat:repeat-x;
    
    
}
td.tdContentMiddleBottom
{
    background-image:url(../../Images/Middle_Bottom.jpg);
    background-repeat:repeat-x;
    
}
td.tdContentTopRight
{
    background-image:url(../../Images/Top_Right.jpg);
    background-repeat:no-repeat;
    width:21px;
    height:21px;
    
}
td.tdContentMiddleLeft
{
    background-image:url(../../Images/Middle_Left.jpg);
    background-repeat:repeat-y;
    width:21px;
    height:21px;
  
}
td.tdContentMiddleCenter
{
    background-color:#FFFFFF;                       
}

    
td.tdContentMiddleRight
{
    background-image:url(../../Images/Middle_Right.jpg);
    background-repeat:repeat-y;
    width:21px;
    height:21px;
   
}
td.tdContentBottomLeft
{
    background-image:url(../../Images/Bottom_Left.jpg);
    background-repeat:no-repeat;
    width:21px;
    height:21px;
    
}

td.tdContentBottomRight
{
    background-image:url(../../Images/Bottom_Right.jpg);
    background-repeat:no-repeat;
    width:21px;
    height:21px;
}
.heading
{
	color:#000000;
	font-weight:bold;
	font-size:large;	
}
.table
{
 text-align:center;
}