﻿body 
{
    text-align:left;margin:0px;
    font-family:Arial,Verdana,Tahoma;
    font-size:9pt;
}
a
{
    font-family:Arial,Verdana,Tahoma;
    font-size:12px;
  /* color:#3C3272;*/ 
    text-decoration:none;
}
a:hover
{
    text-decoration:underline;
}
table
{
    text-align:left;
    padding:0px;
    word-spacing:1px;
padding:3;
border:0px;
    }
.menu
{
    background-image:url('../img/menu_back.jpg');
    background-repeat:repeat-x;
    height:30px;
    font-family:Arial,Verdana,Tahoma;
    color:white;
    font-weight:bold;
    font-size:14px;
    padding-left:10px;
}
.menu a
{
    font-family:Arial,Verdana,Tahoma;
    color:white;
    font-weight:bold;
    font-size:14px;
    text-decoration:none;
}
.menu a:hover
{
    text-decoration:underline;
}
.titlepage
{
     font-family:Arial,Verdana,Tahoma;
    color:#3F7EB6;
    font-weight:bold;
    font-size:14px;
}
.gridView
{
    border:1px;
    border-color:#000000;
    border-style:solid;
    font-size:9pt;
}
.gridViewHeader
{
    background-color:#E3E3E3;
    text-align:center;
    font-size:9pt;
    color:#000;
}

.gridViewHeader a
{

    font-size:9pt;
    color:#000;
}
textarea,input
{
    
     font-family:Arial,Verdana,Tahoma;
    font-size:12px;
}
.tabledata
{
    background-color:#E9E9E9;
    padding:5px;
 
}


.input
{
    width:150px;
}
.inputSmall
{
    width:80px;
}

.inputMedium
{
    width:170px;
}

.inpu

.inputLarge
{

    width:200px;
    color: #FF0000;
}
ber
{
	font-family : Arial;
	font-size : 9pt;
	color : Black ;
	text-align: right;
    background-color: #FFFFFF;
}

.button
{
     width:80px;
     background-color:#E3E3E3;
}

.buttonLarge
{
     width:100px;
     background-color:#E3E3E3;
}

  /* *Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}


/*==========================================================
	AJAX CONTROL TOOLKIT
===========================================================*/

/*------------- AUTOCOMPLETE EXTENDER -----------------

/*AutoComplete flyout */
.AutoCompleteExtender_CompletionList 
{
	font-family : Arial;
	font-size : 9pt;
	color : Black ;
    border: solid 1px #006699;
    padding: 0px;
    background-color: White;
    margin : 0px!important;
    color : windowtext;
    border : buttonshadow;
    border-width :1px;
    border-style :solid;
    cursor :'default';
    overflow :auto;
    height:200px;
}
/*AutoComplete flyout */
.AutoCompleteExtender_HighlightedItem 
{ 
    background-color:#3399FF;
    color:White;
    padding : 1px ;
}

/* AutoComplete highlighted item */
.AutoCompleteExtender_CompletionListItem
{   
    background-color : window ;
    color : windowtext ;
    padding : 1px ;
} 

/*------------- MASKETEDIT EXTENDER -----------------

#MaskedEditFocus{ 
  background-color: #C0C0FF 
} 
#MaskedEditError { 
  background-color: #FFC080; 
} */

/*------------- WATERMARKED EXTENDER -----------------*/
.unwatermarked {
      height:18px;
      width:148px;
}
 
.watermarked {
      height:20px;
      width:150px;
      padding:2px 0 0 2px;
      border:1px solid #333;
      background-color:#CCC;
      font-style:italic;
      color:gray;
}