﻿.FieldTitle
{
	color: Black;
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
	text-align:right;
	padding-right:10px;
	width:160px;
}
.FieldValue
{
	color: Silver;
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
	text-align:left;
}

.FieldValueDarkGray
{
	color: GrayText;
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
	text-align:left;
}

.CheckBoxTitle:
{
	color: gray;
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
	text-align:left;
}
.AdminHeading
{
	background-color: Silver;
	color: White;
	font-size:medium;
	font-family:Verdana;
	font-weight: bold;
	width:100%;
	height:20px;
}
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
}
.modalPopupHeading
{
	background-color: Silver;
	color:Black;
	border-bottom: solid 1px gray;
	font-weight: bold;
	padding:4px;
}
.modalPopupHeading_Error
{
	background-color: Red;
	color:White;
	font-weight: bold;
	padding:4px;
}
.FormViewCommands
{
	padding:5px;
	text-align:right;
}

.BarIndicator_TextBox2 {
    color:Blue;
    background-color:Blue;
    padding-bottom:1px;
}

.BarBorder_TextBox2 {
    border-style:solid;
    border-width:1px;
    width:200px;
    vertical-align:middle;
}
/* Page Header */
.headershadow{
	background-image : url(../images/header_shadow.jpg);
	background-repeat : repeat-x;
}
.hdrbanding{
	background-image : url(../images/hdr_banded_backing.jpg);
	background-position : top left;
	background-repeat : repeat;
}

.hdrfade{
	background-image : url(../images/hdr_banded_fade.jpg);
	background-position : top left;
	background-repeat : repeat-y;
}

.headerblinds{
	background-image : url(../images/header_blinds.jpg);
	background-repeat : repeat;
}
.phonebanner{
	color : #000000;
	font-weight : bold;
	font-size:150%;
}
/* Left hand menus */
.sidemenutext{
	color : #000000;
	white-space : nowrap;
}
.sideMenuBg
{
	background-image : url(../images/menuspacer_2.jpg);
	background-repeat : repeat-y;
	background-position:right;
}
.menufooter{
	background-image : url(../images/menu_footer_04.jpg);
}
/* Footer */
.strap{
	color : #666699;
	font-weight : bold;
}
.footerlegal{
	background-color : #999999;
	color : #FFFFFF;
	font-weight : bold;
}

/* Homepage */
.crossH {
	background-image : url(../images/front_cross_horiz.jpg);
	background-position : center;
	background-repeat : repeat-x;
}
/*Rss*/
.RssTickerContainer
{
	width:100%;
	font-size:smaller;
}
.RssTickerItem
{
	white-space:nowrap;
	font-size:smaller;
}