body
{
}

.Header
{
	font-weight: bold;
	font-size: 17px;
	color: #730044;
	font-family: Verdana, Helvetica, sans-serif;
}

/* text style for the links to other websites */
A.SiteLink, A.SiteLink:link, A.SiteLink:visited
{
    font-family: Verdana, Helvetica, sans-serif;
    color: blue;
}   

A.SiteLink:hover    
{
    text-decoration: underline;
    color: red;
}

/* text style for the links to other websites */
A.CheckoutSiteLink, A.CheckoutSiteLink:link, A.CheckoutSiteLink:visited
{
    font-family: Verdana, Helvetica, sans-serif;
    color: white;
    text-decoration: underline;
}   

A.CheckoutSiteLink:hover    
{
    text-decoration: underline;
    color: white;
}

.Label
{
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
}

/* GENERAL */

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    
}

.NormalDouble
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
}

/* text style used for textboxes */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

.EditTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: normal;
    border-style: solid;
    border-width: 1px;
    border-color: #999966;
    width: 100%;
}

/* text style used for selects */
.NormalSelect
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for controls */
.NormalControl
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for checkboxes */
.NormalCheckBox
{
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
}

/* text style used for radio buttons */
.NormalRadio
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-indent: -5px;
}

/* text style used for buttons */
.NormalButton
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
/*	text-indent: -5px;
    border-style: solid;
    border-width: 1px;
    border-color: #cccc99; 
    background-color:#ccccaa;    */
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
	font-weight: bold;
	font-size: 11px;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}

.NormalItalic
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px    
}

.LabelMessage
{
	font-weight: bold;
	font-size: 12px;
	color: #9999cc;
	font-family: Verdana, Helvetica, sans-serif;
}

.ItemDetailLabel
{
	border-right: thin outset;
	border-top: thin outset;
	font-weight: bold;
	font-size: 11px;
	border-left: thin outset;
	color: white;
	line-height: 12px;
	border-bottom: thin outset;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #014785;
}

.SearchPageHeader
{	
	font-weight: bold;
	font-size: 11px;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #014785;

}

.TableSelectedHeader
{	
	font-weight: bold;
	font-size: 11px;
	color: yellow;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #0E6AC0;

}

.DataGridClass
{
	margin-bottom: -1px;
	margin-left: -1px;
	margin-right: 3px;
	border-collapse: collapse;
}

.DataGridBorder
{
	width: 100%;
	height: 12px;
	background-color: #6699cc;
}

.DataGridHeader
{
	font-weight: bold;
	font-size: 11px;
	color: white;
	font-family: Verdana, Arial;
	height: 35px;
	background-color: #335988;
}

.DataGridItem
{
    background-color: #ffffff;
    color: black;
    font-family: Verdana, Arial;
    font-size: 11px;
}

.DataGridItemAlt
{
	font-size: 11px;
	color: black;
	font-family: Verdana, Arial;
	background-color: silver;
}

.DataGridFooter
{
	font-weight: bold;
	font-size: 11px;
	color: black;
	font-family: Verdana, Arial;
	background-color: #f2f2f2;
}
 
.DataGridNav
{
	font-weight: bold;
	font-size: 11px;
	color: black;
	font-family: Verdana, Arial;
	background-color: #f2f2f2;
}

.CategoryList
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}