﻿
/* Data View Controls */
.DataView_Row
{
	background-color: #cfcfcf;
	color: #000000;
}

.DataView_AltRow
{
	background-color: #c0c0c0;
	color: #000000;
}

.DataView_EditRow
{
	background-color: #606060; 
	color: #cfcfcf;
}

.DataView_SelectedRow
{
	background-color: #606060;
	color: #cfcfcf;
}

.DataView_Border
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
}

.DataView_Header
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	background-color: #CCFFCC;
	text-align:left;
	padding-left:3px;
	padding-bottom:3px;	
}

.DataView_Footer
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #ffffff;
	background-color: #000000;
}

.DataView_Footer: link, .DataView_Footer: visited, .DataView_Footer: active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #000000;
}

.DataView_Paging
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background-color: #000000;
}

/* Widths */
.W50
{
	width: 50px;
}

.W75
{
	width: 75px;
}

.W100
{
	width: 100px;
}

.W150
{
	width: 150px;
}

.W250
{
	width: 250px;
}

.W350
{
	width: 350px;
}

.W450
{
	width: 450px;
}

/* Label Controls */
.Label_Default
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 2px;
}

.UserInfo
{
	width:400px;
	padding-top:10px;
	padding-left:20px;
	border-style:solid;
	border-width:1px;
	border-color:Black;
}

.UserProfile
{
	width:100%;
	border-color:Black;
	border-style:solid;
	border-width:1px;
}



