﻿body {
}


.wl_body    
{
    
}
.wl_headerDiv
{
}
.wl_contentDiv
{
    background-color: #ffffff;
}
.wl_footerDiv
{
}
.wl_profilesDropDown
{
    background-color: #f1f1ff;
}
.wl_editLink
{
}
.wl_manageLink
{
}
.wl_errormessage
{
    background-color:#e7e6ff;
}
.wl_controlstable
{
    margin: 10px;
    width: 900px;
    border: 0;
}
.wl_controlsrow
{
	background-color: #ffffff;
	font-size: medium;
	color: #ffffff;
	/*border-right: medium none;
	border-top: thin outset;
	border-left: medium none;
	border-bottom: thin outset;*/
}
.wl_GridView
{
    Border-Style:Outset;
    Border-Color:lightgray;
    Border-Width: thin;
    margin-left:auto; 
    margin-right:auto;
}  
.wl_GridHeaderStyle
{
	border-right: black thin groove;
	border-top: black thin groove;
	font-weight: normal;
	font-size: 8pt;
	border-left: black thin groove;
	border-bottom: black thin groove;
	font-style: normal;
	font-family: Arial;
	background-color: lightgray;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
}
.wl_GridFooterStyle
{
	font-weight: normal;
	font-size: 10pt;
	font-style: normal;
	font-family: Arial;
	background-color: #f2f2f7;
	text-decoration: none;
}
.wl_GridPagerStyle
{
	font-weight: normal;
    font-size: 10pt;
    color: lightgray;
    font-style: normal;
    font-family: Arial;
    background-color:lightgray;
    text-decoration: none;
}
.wl_GridItemStyle,.wl_GridAlternatingItemStyle
{ 
	font-weight: normal;
	font-size: 8pt;
	font-style: normal;
	font-family: Verdana;
	background-color: white;
	text-align: left;
	text-decoration: none;
    border-spacing: 10px 5px;
}

.wl_GridItemStyle td{
    padding: 0 10px 0 10px;
}

.wl_GridAlternatingItemStyle td {
    background-color: lightgray;
    padding: 0 10px 0 10px;
}

/*
.wl_GridAlternatingItemStyle
{
    font-weight: normal;
    font-size: 8pt;
    font-style: normal;
    font-family: Arial;
    background-color: #e7e6ff;
    text-align: center;
    text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
*/

.wl_GridEditItemStyle
{
	border-right: #c5d2ff thin outset;
	border-top: #d2d5ff 5px outset;
	border-left: #d2d5ff 5px outset;
	border-bottom: #c5d2ff thin outset;
	font-weight: bold;
	font-size: 10pt;
	font-style: italic;
	font-family: Arial;
	background-color: lightgray;
	text-decoration: none;
}
.wl_GridSelectedItemStyle
{
	font-weight: bold;
	font-size: 8pt;
	font-style: italic;
	font-family: Arial,Georgia;
	background-color: Green;
	text-decoration: none;
}
