body 
{
	font-size: 9px;
	font-family: tahoma;
	color:#46484B;
	margin:0px;
	padding:0px;
}

.PortletText
{
	font-size: 11px;
	font-family: tahoma;
	xfont-weight: bold;
	color: black; 
}
.PortletTextSmall
{
	font-size: 9px;
	font-family: tahoma;
	color: yellow; 
}

.OrangeText
{
	font-size: 18px;
	font-family: tahoma;
	color: orange; 
}
.OrangeTextSmall
{
	font-size: 11px;
	font-family: tahoma;
	color: orange; 
}
.BlackText
{
	font-size: 12px;
	font-family: tahoma;
	color: black; 
}
.BlackTextSmall
{
	font-size: 11px;
	font-family: tahoma;
	color: black; 
}

a:link 
{
	color: green; 
}
a:visited 
{
	color: green;
}
a:hover
{
	color: Purple;
}

/* Portlet Links */
a.PortletLink:link 
{
	font-size: 12px;
	font-family: tahoma;
	color: gray; 
	text-decoration: none; 
}
a.PortletLink:visited 
{
	font-size: 12px;
	font-family: tahoma;
	color: orange; text-decoration: none;
}
a.PortletLink:hover 
{
	font-size: 12px;
	font-family: tahoma;
	color: green; 
	text-decoration: underline; 
}

/* Text Links */
a.TextLinkBrown:link 
{
	font-size: 12px;
	font-family: tahoma;
	color: brown; 
}
a.TextLink:link 
{
	font-size: 12px;
	font-family: tahoma;
	color: green; 
}
a.TextLink:visited 
{
	font-size: 12px;
	font-family: tahoma;
	color: green;
}
a.TextLink:hover 
{
	font-size: 12px;
	font-family: tahoma;
	color: purple;
}

/* Silver Links */
a.SilverLink:link 
{
	font-size: 11px;
	font-family: tahoma;
	color: orange; 
	text-decoration: none; 
}
a.SilverLink:visited 
{
	font-size: 11px;
	font-family: tahoma;
	color: orange;
	text-decoration: none;
}
a.SilverLink:hover 
{
	font-size: 11px;
	font-family: tahoma;
	color: orange;
	text-decoration: none; 
}
a.SilverLink:active 
{
	font-size: 11px;
	font-family: tahoma;
	color: orange; 
} 

.PortletInputStyle
{
	font-size: 9px;
	font-family: tahoma;
	color:#46484B;
	text-decoration:none;
	background-color: LightYellow;
}

.PortletHeader 
{
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-style: italic;
	font-size: 11px; 
	font-weight: bold;
	color: #874BC6; 
	xtext-align: center;
}

.style1 {
	font-family: tahoma;
	font-size: 11px;
	color: orange;
	text-decoration:none;
}
.style2 {
	color: #28292b;
	font-size: 11px;
	font-family: tahoma;
	text-decoration:none;
}
.style3 {
	color: orange; /* #b3ad9d; */
	xfont-weight: bold;
	font-size: 11px;
	font-family: tahoma;
	text-decoration:none;
}
.style3Small {
	color: orange; /* #b3ad9d; */
	font-size: 9px;
	font-family: tahoma;
	text-decoration:none;
}
.style4 {
	color: #46484b;
	font-family: tahoma;
	font-weight: bold;
	font-size:13px;
}
.style5 {
	color: #46484b;
	font-size: 9px;
	font-family: tahoma;
}
.style6 
{
	font-size:11px;
font-family: tahoma;
color:#46484B;
text-decoration:none;
xbackground-color: lightyellow;
background-color: #CBEEF0;
}
.itemOptions
{
	font-size:11px;
font-family: tahoma;
color:#46484B;
text-decoration:none;
}
.style6Small {font-size:9px;
font-family: tahoma;
color:#46484B;
text-decoration:none;
}
.style7
{
font-size: 12px;
font-family: tahoma;
color:#46484B;
text-decoration:none;
}

.style8
{
font-size: 11px;
font-family: tahoma;
color:#46484B;
text-decoration:none;
}

.Error
{
font-size: 11px;
font-family: tahoma;
color:red;
text-decoration:none;
}

.GridHeader td
{
    border-bottom: solid 2px #000000;
    margin: 0px 3px 3px 3px;
}
.ItemGridHeader td
{
    border-bottom: solid 2px #000000;
    margin: 0px 3px 3px 3px;
    font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 14px; 
	font-weight: bold;
	color: #0EFFF8; 
	font-style: italic;
	padding-top: 5px;
	padding-left: 75px;
	vertical-align: middle;
	background-color: #874BC6;
}

.GridFooter td
{
    border-top: solid 1px #000000;
    margin: 0px 3px 3px 3px;
}

/* TODO: Move this this file to aspx so Constants.WEB_ROOT can be used and page can be cached */
.BackgroundRow
{
	xbackground-image: url(../images/bg.jpg);
	xbackground-color: #f0f8ff;
	background-color: #D3F6FA;
}

.SectionHeader 
{
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 14px; 
	font-weight: bold;
	color: green; 
	font-style: italic;
	padding-top: 5px;
}

.ButtonStyle
{
	font-size: 10px;
	font-family: tahoma;
	text-decoration:none;
}