﻿/** Styles in this sheet are available in Content Editor 
*** See SiteStyles.css for General Site Layout/Backgrounds Styles
*** Do not include positioning and layout styles in this sheet, use SiteStyles css file instead
**/

/* Start General Styles */
body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
th{ font-weight: bold;}
img{ border: 0px none #ffffff;}
h1
{
    font-weight: bold;
    font-size: 22px;
    padding: 5px 0px 5px 0px;
    color: #000000;
}
h2
{
    font-weight: bold;
    font-size: 18px;
    padding: 5px 0px 5px 0px;
}
h3, .h3
{
    font-weight: bold;
    font-size: 15px;
    color: #000000;
    padding: 6px 0px 6px 0px;
}
input, select{ font-size: small;}
strong, b{ font-weight: bold;}
i{ font-style: italic;}
a
{
    color: #000000;
    text-decoration: none;
}
a:hover 
{
    color: #FF9A00;
}

hr
{
    background-color: #FF9A00;
    border: 0px none #FFFFFF;
    color: #FF9A00;
    height: 1px;
}

.smaller	{font-size: 9px;}
.small		{font-size: 10px;}
.medium		{font-size: 12px;}
.large		{font-size: 14px;}
.txtcenter	{text-align:center;}
.txtright	{text-align:right;}
.txtleft	{text-align:left;}
.bold		{font-weight: bold;}
.blocklabel, 
.block		{display: block;}
.inline		{display: inline;}
.grey		{color: #707070;}
.yellow		{color: #F7CF10;}
.white		{color: #ffffff;}
.blue		{color:#0000ff;}
.red		{color:#ff0000;}
/* End General Styles */

.Pager, .Pager a, .Pager a:active,
.Pager a:hover
{
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
}
.DataPagerSelected
{
    color:#E99729;
    font-weight:normal;
}