﻿body, input, textarea, select
{
	font-family: Arial;
	font-size: 11px;
}

input,img
{
	vertical-align: middle;
}

img
{
	margin: 0 3px;
}

#pagewrap
{
	width: 750px;
	margin: 0 auto;
}

h1
{
	color: #ccc;
	font-size: 22px;
	font-family: Georgia;
}

h2
{
	color: #aacdb1;
}

#formtbl
{
	background-color: #333;
}

#formtbl td
{
	vertical-align: top;
	background-color: #fff;
	line-height: 18px;
}

#formtbl tr.header td
{
	font-weight: bold;
	font-size: 12px;
}

#formtbl tr.greyBG td
{
	background-color: #eee;
	font-weight: bold;
}

/* Archive Table Styles for Admin */
#archiveTbl{ width: 95%; }

#archiveTbl td, #archiveTbl th
{
	padding: 3px 5px;
	text-align: left;
}

#archiveTbl tr.dataRow:hover
{
	background-color: #ffffe9;
	cursor: pointer;
}

/* Pager styles for admin */
#FormListPager1, #FormListPager2
{
	display: block;
	text-align: center;
	margin: 10px 0;
}

a.pagerLink
{
	color: #333;
	padding: 3px 5px;
	margin: 0 5px;
	background-color: #ddd;
	border: 1px solid #ccc;
	cursor: pointer;
}

a[disabled=disabled].pagerLink
{
	color: #999;
	cursor: default;
}

/* Details View Table */
#DetailsView1
{
	width: 550px;
	font-size: 12px;
	background-color: #ccc;
}

#DetailsView1 td,
#DetailsView1 th
{
	padding: 3px 5px;
	background-color: #fff;
}

#DetailsView1 input[type=text],
#DetailsView1 textarea
{
	width: 70%;
	padding: 2px;
}
#DetailsView1 textarea
{
	height: 75px;
}

#DetailsView1 input,
#DetailsView1 textarea,
#DetailsView1 select
{
	font-size: 12px;
}

