﻿

/*body
{
    background-color: white;
	font-size: 8pt;
	font-family: Verdana;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
}
a:LinkButton {
	color: blue;
	text-decoration: none;
	font-size: 10pt;
}
*/

.ButtonSmall
{
    font-size: 9pt;
    color: black;
    width: 85px;
    height: 25px;
}

.ButtonNormal
{
    font-size: 9pt;
    color: black;
    width: 115px;
    height: 25px;
}

/*a:link {
	color: blue;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: blue;
	text-decoration: none;
}
a:active {
	color: blue;
	text-decoration: none;
}
*/

.Error
{
	background-color: transparent;
	color: Red;
	font-size: 10pt;
    font-weight: normal;
}

.Required
{
	background-color: transparent;
	color: Red;
	font-size: small;
    font-weight: normal;
}

/* ======================================== */
/* SET GRID HEADER LABEL AND LINKS          */
/* ======================================== */
.GridHead {
	color: white;
	background-color: #747961;
    font-weight: bold;
	text-decoration: none;
	font-size: 9pt;
}
.GridHead a:link  {
	color: white;
	background-color: #747961;
    font-weight: bolder;
	text-decoration: none;
	font-size: 9pt;
}

/* ======================================== */
/* SET GRID DATA LABEL AND LINKS            */
/* ======================================== */
.GridData {
	color: #333333;
	background-color: #F7F6F3;
    font-weight: normal;
	font-size: 9pt;
	text-decoration: none;
}

/* ======================================== */
/* SET GRID DATA LABEL AND LINKS ALTERNATE  */
/* ======================================== */
.GridDataAlt {
	color: #333333;
	background-color: white;
    font-weight: normal;
	font-size: 9pt;
	text-decoration: none;
}

.MenuCenter
{
	text-align: center;
	width: 85px;
}

a.questionimagelink 
{
    border: none;
}

a.questionimagelink img
{
    border: none;
    max-height: 100px;
}