.Bar1 {
	background-image: url(top.jpg);
	background-repeat: no-repeat;
}
A:link {
	FONT-SIZE: 12px; COLOR: #0000ff; TEXT-DECORATION: none
}
A:active {
	FONT-SIZE: 12px; COLOR: #0000ff; TEXT-DECORATION: underline
}
A:visited {
	FONT-SIZE: 12px; COLOR: #0033cc; TEXT-DECORATION: none
}
A:hover {
	FONT-SIZE: 12px; COLOR: #FF0000; TEXT-DECORATION: underline
}
a.Footer:link        {
	color: #005DAD;
	text-decoration: none;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;

}
a.Footer:active      {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ff6600;

}
a.Footer:visited     {
	color: #3333FF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;

}
a.Footer:hover	      {
	color: #FF0000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;

}
.gridview .actions div {
	float: right;
	padding-right: 2px;
	text-align: right;
	width: 95px;
}

.gridview .edit td,.gridview .create td {
	background: #DAFFCD;
	padding: 4px;
	border-bottom: solid 2px #FFFFFF;
	border-top: solid 2px #FFFFFF;
}
.items {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.gridview td {
	background: #CFE7FE;
	color: #333333;
	font: small "Arial", Segoe, sans-serif;
	padding: 5px 4px;
}
.gridview td a{
	color: #0000ff;
	font:  small "Arial",Segoe,sans-serif;
	padding: 2px;
	text-decoration: none;
}
.gridview td a:hover {
	color: #ff0000;
	font:  small "Arial",Segoe,sans-serif;
	text-decoration: underline;
}
.gridview th {
	background: #4168BD;
	color: #FFFFFF;
	font: small "Segoe UI", Segoe, sans-serif;
	letter-spacing: 0;
	padding: 4px;
	text-align: left;
}
.gridview th a{
	color: #FFFFFF;
	font:  small "Segoe UI",Segoe,sans-serif;
}
.gridview th a:hover{
	color: #00FF00;
}
.gridview tr.even td,.detailsview tr.even td{
	background: #FFFFFF;
}
.gridview tr.header {
	background: #C5DBF7;
}
.gridview,.detailsview {
	width: 100%;
}
