/* Palm Springs California CSS Document */

/* Body Elements */
body {
	background-color: #85ace5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	background-image: url(images/interface/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
}
.PaddingLight {
	padding: 2px;
}
.PaddingHeavy {
	padding: 6px;
}

/* Links */
a:link
{
    COLOR: #85ace5;
    TEXT-DECORATION: none;
	font-weight: bold;
}
a:visited
{
    COLOR: #85ace5;
    TEXT-DECORATION: none;
	font-weight: bold;
}
a:hover
{
    COLOR: #5177b5;
    TEXT-DECORATION: underline;
	font-weight: bold;
}
a:active
{
    COLOR: #5177b5;
    TEXT-DECORATION: underline;
	font-weight: bold;
}
a.SidebarLink:link
{
    COLOR: #7e9447;
	TEXT-DECORATION: none;
	font-weight: bold;
}
a.SidebarLink:visited
{
    COLOR: #7e9447;
	TEXT-DECORATION: underline;
	font-weight: bold;
}
a.SidebarLink:hover
{
    COLOR: #a4b972;
	TEXT-DECORATION: underline;
	font-weight: bold;
}
a.SidebarLink:active
{
    COLOR: #a4b972;
	TEXT-DECORATION: none;
	font-weight: bold;
}
a.HomeSidebarLink:link
{
    COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	font-weight: bold;
}
a.HomeSidebarLink:visited
{
    COLOR: #FFFFFF;
	TEXT-DECORATION: underline;
	font-weight: bold;
}
a.HomeSidebarLink:hover
{
    COLOR: #c2d6f2;
	TEXT-DECORATION: underline;
	font-weight: bold;
}
a.HomeSidebarLink:active
{
    COLOR: #c2d6f2;
	TEXT-DECORATION: none;
	font-weight: bold;
}
.Footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #000000;
	padding: 8px;
}

.Bold {
	font-weight: bold;
}

/* Page Titles and Headers */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #7e9447;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #a4b972;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #a4b972;
}


/* Form Elements */
input.Tiny {
	width: 30px;
}

/* Customized Elements */
.BGTopLeft {
	background-image: url(images/interface/bg_tl.gif);
	background-repeat: no-repeat;
}
.BGNav {
	background-image: url(images/interface/bg_nav.gif);
	background-repeat: repeat-x;
	height: 24px;
}
.BGbody {
	background-color: #6381c7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-style: normal;
	color: #000000;
	background-image: url(images/interface/bg_body.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.BGpagination {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	background-image: url(images/interface/bg_pagination.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 25px;
}
.SidebarHomeText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;
	padding: 6px;
}
.SidebarText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #a4b972;
	padding: 6px;
}
ul 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #a4b972;
	list-style-position: outside;
	list-style-image: url(images/interface/bullet_sidebar.gif);
	list-style-type: square;
}
.BGLegend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-style: normal;
	color: #000000;
	background-image: url(images/interface/bg_legend.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.LegendText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-style: normal;
	color: #000000;
}