﻿/* Styles for RRPSiteAdmin forms */


body 
{
	font-family: Georgia, Palatino, Times, Serif;
	font-size: 14px;
}

.MainTxt
{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
}

.MainTxt:hover
{
	text-decoration: none;
}

.PagerStyle
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

a, .PagerStyle a
{
	color: #000000;
	text-decoration: underline;
}

a:hover, .PagerStyle a:hover
{
	text-decoration: none;
}

.AEDStyle
{
	font-size: 13px;
	background-color: #000000;
	color: #ffebb0;
	display: table-cell;
	padding: 3px;
	text-align: center;
}
.AEDStyle a
{
	color: #ffebb0;
	text-decoration: underline;
}
.AEDStyle a:hover
{
	color: #ffebb0;
	text-decoration: none;
}

.EntryStyle
{
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	background-color: #ffebb0;
	border: 1px solid #e5d39e;
	padding: 5px;
}
.EntryStyle input[type="text"], select
{
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.EntryStyle .Radio
{
	font-weight: normal;
	font-size: 12px;
}

.PALogoTxt
{
	font-family:Arial Narrow, Arial, Tahoma, San-Serif;
	color:#821f1f;
	font-weight:bold;
	font-size: 45px;
	line-height: 80%;
	text-decoration: none;
}
.RRPLogoTxt
{
	font-family:Arial Narrow, Arial, Tahoma, San-Serif;
	color:#000000;
	font-weight: bold;
	font-size: 16px;
	padding-left: 48px;
	line-height: 90%;
	text-decoration: none;
}

.HeaderTxt
{
	font-family:Arial Narrow, Arial, Tahoma, San-Serif;
	color: #821f1f;
	font-weight: bold;
	font-size: 21px;
	padding-bottom: 10px;
}

h3
{
	font-family:Arial Narrow, Arial, Tahoma, San-Serif;
	color:#000000;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
}

.ItemStyle
{
	display: block;
	font-size: 13px;
	color: #000000;
	line-height: 150%;
	background-color: #ffebb0;
	text-align: center;
}

.ItemStyle:hover
{
	display: block;
	background-color: #e5d39e;
	text-decoration: none;
}

.ItemStyle a
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

.GridHeaderStyle
{
	color: #ffebb0;
	background-color: #000000;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	padding: 3px;
	text-align: center;
}

.GridHeaderStyle a
{
	text-decoration: none;
}

.GridItemStyle
{
	display: block;
	color: #000000;
	padding: 2px;
	background-color: #ffebb0;
	text-align: left;
}

.GridItemStyle a
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

.GridItemStyle:hover
{
	display: block;
	background-color: #e5d39e;
	text-decoration: none;
}

.SearchItemStyle
{
	display: block;
	font-size: 12px;
	color: #000000;
	line-height: 120%;
	background-color: #f8ecc9;
	text-align: left;
}

.SearchItemStyle a
{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

.SearchItemStyle a:hover
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.SearchPagerStyle
{
	color: #FFFFFF;
	display: block;
	background-color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
.SearchPagerStyle a
{
	color: #FFFFFF;
	text-decoration: underline;
}
.SearchPagerStyle a:hover
{
	text-decoration: none;
}

.Divider
{
	border-bottom: 10px solid #000000;
    width: 100%;
    line-height: 35%;
}

.DividerSmall
{
	border-bottom: 2px solid #000000;
	width: 100%;
	line-height: 60%;
}