body
{
	font-family:arial,verdana,helvetica;
	font-size:12px;
	line-height:18px;
	font-size: smaller;
}

input[type="text"],
textarea 
{
	font-family:arial,verdana,helvetica;
	font-size:12px;	
}

.content
{
	padding: 15px;
	border: solid 1px black;
	background-color: White;
}

.title
{
	font-size: larger;
	font-weight: bold;
	font-family: arial,verdana,helvetica;
	color: #5A5A5A;
}

input.button
{
	font-size: 12px;
	border: 1px solid #5A5A5A;
	color: #5A5A5A;
	background-color: #EDEDED;
	font-weight: bold;
	filter: progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#F2F2F2',EndColorStr='#DADADA');
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
}

input.buttonSmall
{
	font-size: 10px;
	border: 1px solid #5A5A5A;
	color: #5A5A5A;
	background-color: #EDEDED;
	font-weight: bold;
	filter: progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#F2F2F2',EndColorStr='#DADADA');
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.form_small
{
	font-size: 10px;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 0px;
}

.nav
{
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #5A5A5A;
}
.navItem
{
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #5A5A5A;
	width: 100px;
	text-align:center;
}

/* Default Anchor */
A:link
{
	text-decoration: none;
	font-size: larger;
	font-weight: bold;
	color: #5A5A5A;
}
A:visited
{
	text-decoration: none;
	font-weight: bold;
	color: #5A5A5A;
}
A:active
{
	text-decoration: none;
	font-weight: bold;
	color: #5A5A5A;
}
A:hover
{
	text-decoration: underline;
	font-weight: bold;
	color: #5A5A5A;
}

tr.gvHeader
{
	
	background-color: #ffd457;
}

.mvTitle
{
	font-size: larger;
	font-weight:bold;
}

.gvHeader A:link
{
	text-decoration: none;
	font-size: larger;
	font-weight:bold;
}
.gvHeader A:visited
{
	text-decoration: none;
	font-size: larger;
	font-weight:bold;
}
.gvHeader A:active
{
	text-decoration: none;
	font-size: larger;
	font-weight: bold;
}
.gvHeader A:hover
{
	text-decoration: underline;
	font-size: larger;
	font-weight: bold;
}

table.solid {
	border-width: 1px;
	/*border-spacing: 0px 0px;*/
	border-style: solid;
	border-color: black;
	border-collapse: separate;
	background-color: white;
}
table.solid th {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: black;
	background-color: rgb(255, 250, 250);
	-moz-border-radius: 0px;
}
table.solid td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: black;
	background-color: rgb(255, 250, 250);
}

.yellowBar {
	background: url(bg_yellow.gif);
	height:13px;
	}

.greyBar {
	background: url(bg_grey.gif);
	}

.pgTab {
	font-size:16px;
	background: url(grey_tab.gif);
	padding-left:17px;
	padding-top:5px;
	font-weight:800;
	color:#282828;
	font-style:italic;
	}

td	{
	font-family:arial,verdana,helvetica;
	font-size:12px;
	line-height:18px;
	}

.pgBtn	{
	border:1px solid #5a5a5a;
	background-color:#e7e7e7;
	font-size:11px;
	font-weight:800;
	font-family:arial,verdana,helvetica;
	color:#5a5a5a;
	letter-spacing:1px;
	padding:1px;
	}
