﻿.GridViewStyle
{
	table-layout: auto;
	border: 1px solid #333333;
}
.GridViewStyle div
{
	border: 1px solid #000000;
}
.GridViewStyle td
{
   /* border: 1px solid #EBE9ED;
    text-align: left;
    text-indent: 4px;*/
}
.GridViewStyle a
{
    color: #FFFFFF;
}

.GridViewHeaderStyle th
{
    border-left: 1px solid #EBE9ED;
    border-right: 1px solid #EBE9ED;
    text-align: center;
    text-indent: 2px;
}

.GridViewHeaderStyle
{
    background-color: #333333;
    font-weight: bold;
    color: White;
    text-align: left;
    text-indent: 4px;
}

.GridViewFooterStyle
{
	background-color: #333333;
	font-weight: bold;
	color: White;
}

.GridViewRowStyle
{
    background-color: #F7F6F3;
    color: #333333;
    cursor: pointer;
}

.GridViewAlternatingRowStyle
{
	background-color: #FFFFFF;
	color: #284775;
	cursor: pointer;
}

.GridViewRowStyle td, .GridViewAlternatingRowStyle td,.GridViewSelectedRowStyle td
{
   /* border: 1px solid #EBE9ED;*/
}
.GridViewAlternatingRowStyle tr
{
	border: 1px solid #3399FF;
	cursor: pointer;
}
.GridViewSelectedRowStyle
{
	background-color: #A0DCF5;
	color: #000000;
	cursor: pointer;
}

.GridViewPagerStyle
{
    background-color: #284775;
    color: #FFFFFF;
    font-size: large;
    font-weight: bold;
}

.GridViewPagerStyle table /* to center the paging links*/
{
    margin: 0 auto 0 auto;
    padding: 1px;
}
/*AutoComplete flyout */

.autocomplete_completionListElement
{
    visibility: hidden;
    margin: 0px !important;
    background-color: inherit;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: 'default';
    overflow: auto;
    height: 200px;
    text-align: left;
    list-style-type: none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	font-weight: bold;
	background-color: #CCCCCC;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}
