﻿html
{
    margin:0px;
}

body
{
    margin:8px;
	font-family:Verdana;
	font-size:11px;	
}

form
{
    margin:0px;
}

td 
{
	font-family:Verdana;
	font-size:11px;
}

a
{
    outline-style:none;
}

a:link
{ 
	text-decoration: none;
}
a:visited 
{ 
	text-decoration: none;
}
a:hover 
{ 
	text-decoration: underline;
}

.DataPagerCurrentPage
{ 
	font-weight: bold; 
	color: black 
}

a.DataPager 
{ 
	color: black; 
	text-decoration: none 
}

a.DataPager:hover 
{
	color: slategray; 
	text-decoration: underline;
}

input[type="text"]
{
    margin:1px;
    outline-style:none;
}

input[type="password"]
{
    margin:1px;
    outline-style:none;
}

select
{
    margin:1px;
    outline-style:none;
}

.TextBox 
{
	font-family:Verdana;
	font-size:11px;
}

.DropDownList
{
	font-family:Verdana;
	font-size:11px;
}

.RadWindow .rwCorner
{
    width: 8px;
    min-width: 8px;
}

.ListViewHeaderStyle
{
	font-weight: bold;
}

.ListViewItemStyle
{
	background: #f8f8f8;
}

.ListViewAlternatingItemStyle
{
	background: #ffffff;
}

.ListViewHoverItemStyle
{
	background: #e8e8e8;
}

/*.ListViewSelectedItemStyle
{
	color:White;
	background: #03446e;
}*/

.ListViewBokadePassItemStyle
{
	background: #f0f0f0;
}


