﻿body
{
   
}
.mainMenu
{
    font-family:Tahoma;
}
.MainFont
{
    font-family: Tahoma;
    font-size: 10pt;
    font-weight: bold;
}
.MainDIV
{
	background-color: #FFFFFF;
}
.ButtonStyle
{
    font-family: Tahoma;
    font-size: 10pt;
    color: #000099;
    background-image: url(../Image/Vista_pageTabs_R_dn.png);
   
}
.TextBoxActive
{
    background-color: #ffffcc;
}
/*Modal Popup*/
.modalBackground
{
    background-color: lightslategray;
    filter: alpha(opacity=5);
    opacity: 0.1;
}
.modalBackground2
{
    background-color: lightslategray;
    filter: alpha(opacity=1);
    opacity: 0.1;
}
.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}
.modalPopup2 {
	background-color:#ffffdd;
	border-width:1px;
	border-style:solid;
	border-color:Gray;
	padding:1px;
	/*width:250px; */
}
.accHeader
{
    background-image: url(../Image/Vista_pageTabs_R_dn.png);
    font-weight: bold;
    font-size: small;
    color: #000099;
    font-family: tahoma;
    text-align: center;
    cursor: hand;
    height: 25px;
}
.accContent
{
    /* background-image: url(../Image/gallery_background.jpg);*/
    background-repeat: no-repeat;
    vertical-align: top;
    text-align: center;
    
}
.accMain
{
     cursor: default;
}
/*AutoComplete flyout */

.autocomplete_completionListElement
{
    visibility: hidden;
    margin: 0px;
    background-color: White;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: 'hand';
    direction:rtl;
 
   
   
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	 cursor: 'hand';
	
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	 cursor: 'hand';
	
}
/*Hover Menu*/
.popupMenu
{
	position: absolute;
	visibility: hidden;
	background-color: #CCFFFF;
	opacity: .9;
	filter: alpha(opacity=90);
	height: 50px;
	width: 70px;
}

.popupHover
{
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #006699;
	color: #FFFF00;
}


INPUT
{
					
						border:1px solid #C0C0C0;
						font-family:Tahoma;
						font-size:11px;
						
						
					
}
body	{
						margin:0px;
						padding:0px;
						background-color:#FFFFFF;
						font-family:Tahoma;
						font-size:11px;
						}
td, div {
						font-size:11px;
						font-family:Tahoma;
						
						
						}
a
{
	color: #003366;
	font-size: 11px;
	text-decoration: underline;
}

