﻿.TopRight
{
    width: 12px; 
    height: 25px;
    background:url(../Images/Links-m-Right.gif) no-repeat right top; 
}
.TopLeft
{
    width: 12px; 
    height: 25px;
    background:url(../Images/Links-m-Left.gif) no-repeat right top;  
}
.BottomLeft
{
    background-position: -1px bottom; 
    background-image: url(../Images/01.gif);
    width: 12px; 
    background-repeat: no-repeat; 
    height: 8px;
}
.BackImage
{
    width: 10%; 
    background:url(../Images/body_bg.gif) repeat left top;  
}
.Row
{
    border-bottom:solid 1px #D7D7E6;
}
.Col1
{
    background-color:#009700;
    border:solid 1px #00ff00;
}
.Col2
{
    background-color:#E1E4F2;
}
.BottomRight
{
    width: 9px;
    height: 4px;
    background: url(../Images/02.gif) no-repeat center top;
    background-position:3px bottom;
}
.MenuTitle
{
    background-image: url(../Images/Links-bg.gif);
    background-repeat: repeat-x;
    height: 25px;
    color: #ffffff;
    font-weight: bold;
}
.LinkTitle
{
    background-position: center top; 
    background-image: url(../Images/Payivandha.gif); 
    background-repeat: no-repeat; 
    height: 28px;
}
.LinkTitle1
{
    background-position: center top; 
    background-image: url(../Images/Payivandha1.gif); 
    background-repeat: no-repeat; 
    height: 28px;
}
.LeftSide
{
    background-position: left top; 
    background-image: url(../Images/1pix.gif); 
    width: 9px; 
    background-repeat: repeat-y; 
}
.RightSide
{
    background-position: right top;
    background-image: url(../Images/1pix.gif);
    background-repeat: repeat-y;
    width: 9px;
}
.BottomSide
{
    background:url(../Images/2pix.gif) repeat-x;
    background-position:0 1px;
}
/*AutoComplete flyout */

.autocomplete_completionListElement
{
    visibility: hidden;
    margin: 0px; /*!important;*/
    padding: 3px;
    background-color: #FFFEE6;
    filter: alpha(opacity=70);
    opacity: 0.7;
    color: windowtext;
    border: solid 1px #0b198c;
    cursor: 'default';
    overflow: auto;
    height: 100px;
    text-align: left;
    list-style-type: none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: #0066cc;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : #FFFEE6;
	color : windowtext;
}
.Hyper
{
    color: red;
}