/*body, html {
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 12px;
}
*/
/* MAIN PAGE LAYOUT *****************************************/
#pageWrapper {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	height: auto;
	position: relative;
}
#pageHeader {
	width: 800px;
	height: 126px;
	clear: both;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
}
#pageContent {
	position: relative;
	margin-right: 8px;
	margin-left: 8px;
	margin-top: 8px;
	margin-bottom: 0px;
	width: 386px;
	padding-left: 2px;
}
/* THE NAVIGATION & LOGIN SIDEBAR */
#columnL {
	width: 194px;
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #99CCFF;
	vertical-align: top;
}
/* THE OTHER INFO SIDEBAR ON PAGES OTHER THAN HOME*/
#columnR {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #99CCFF;
	width: 184px;
	padding-left: 8px;
}
#pageFooter {
	/*	background-color: #00FFFF; */
	clear: both;
	width: 900px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #003399;
	margin-top: 12px;
	padding-top: 12px;
}
/* MAIN TEXT FORMATTING *************************************************/
p {
	/*color: #888888;*/
	color:Black;
	margin-bottom: 8px;
	margin-top: 8px;
	font-size: small;
}
h1 {
	color: #999999;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-size: x-large;
}
h2 {
	color: #000099;
	font-weight: bold;
	font-size: small;
	margin-top: 8px;
}
h3 {
	color: #000000;
	font-weight: bold;
	font-size: small;
	text-decoration: underline;
	margin-top: 8px;
}
h4 {
	font-size: small;
	color: #FF0000;
	margin-bottom: 0px;
}
ul, ol {
	font-size: small;
	color: #0033CC;
	margin-left: 20px;
	padding-left: 0px;
}
li {
	margin-bottom: 3px;
}
/************ DEFAULT SITE LINKS *************/
a, a strong {
	color: #0000CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
a:hover 
{
	color: #000000;
}
a:visited 
{
    color: #0000CC;
	/*color: #666666;*/
}
a:active {
	color: #ff9933;
}
/************ SITE NAVIGATION & MENUS *************/
/*** MAIN TOP MENUS ON LEFT ********************************/
#navlist1 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}
#navlist1 li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	list-style-type: none;
	display: inline;
    }
#navlist1 a, #navlist1 a:link, #navlist1 a:visited
{
	text-decoration: none;
	width: 104px;
	color: #ffffff;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	display: inline;
	margin: 0px;
}
#navlist1 li a:hover {
	color: #FF0000;
	background-color: #FFFFFF;
}
#navlist1 li a.selected {
	color: #000000;
	background-color: #FFFFFF;
}
#navlist_pts {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}
#navlist_pts li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	list-style-type: none;
	display: inline;
    }
#navlist_pts a, #navlist2 a:link, #navlist2 a:visited
{
	text-decoration: none;
	width: 104px;
	color: #000000;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	display: inline;
	margin: 0px;
}
#navlist_pts li a:hover {
	color: #FF0000;
	background-color: #FFFFFF;
}
#navlist_pts li a.selected {
	color: #000000;
	background-color: #FFFFFF;
}
/************ TOP RIGHT SIDE MENU *********************/
#navlist2 {
	text-align: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}
#navlist2 li {
	font-size: 11px;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: inline;
	font-weight: bold;
}
#navlist2 a, #navlist2 a:link, #navlist2 a:visited {
	text-decoration: none;
	border: 1px solid #FFFFFF;
	color: #0066CC;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	display: inline;
	margin: 0px;
}
#navlist2 li a:hover {
	color: #000066;
	border: 1px solid #FFFFFF;
}
#navlist2 li a.selected {
	color: #000066;
	border: 1px solid #FFFFFF;
}
/**** MAIN LEFT SIDE SIDEBAR MENU ********************************/
#navlist3 {
	margin-left: 2px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	padding: 0px;
}
#navlist3 li {
	font-size: 12px;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
    }
#navlist3 a, #navlist3 a:link, #navlist3 a:visited {
	display: block;
	text-decoration: none;
	width: 104px;
	color: #3366FF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 6px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #FFFFFF;
}
#navlist3 li a:hover {
	color: #000066;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #000066;
	border-left-color: #FFFFFF;
}
#navlist3 li a#selected {
	color: #000066;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
/******** IMAGES *****************************************/
.img_no-border {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
.img_center_w-border {
	border: 1px solid #000000;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #FFFFCC;
	margin-top: 4px;
	margin-bottom: 10px;
}
.img_center_w-border p {
	color: #000033;
}
.img_center_w-border a {
	color: #000099;
}
.img_center_w-border a:hover {
	color: #FF0000;
}
.photo_floatLeft {
	float: left;
	margin-right: 10px;
}
.photo_floatLeft-wb {
	float: left;
	margin-right: 10px;
	border: 1px solid #999999;
}
.photo_floatRight {
	float: right;
}
/******** SPECIALTY CONTENT *****************************************/
.infoItem {
	color: #009933;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-left: 20px;
	padding-bottom: 8px;
	margin-right: 20px;
	margin-bottom: 14px;
}
.adItem {
	color: #333333;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 14px;
	font-size: 12px;
	border: 2px dashed #003399;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	margin-top: 14px;
	background-color: #FFFFCC;
}
.adItemYMCA
{
    color: #ffffff;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 14px;
    font-size: 12px;
    border: 2px dashed #003399;
    padding-top: 6px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    margin-top: 14px;
    background-color: #fc5b01;
    text-align: center;
}
.quote {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-style: italic;
	color: #008000;
	/*color: #FFFFFF;*/
	text-align: center;
	border: 1px solid #99CCFF;
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #e8e8e8;
	/*background-color: #003399;*/
	margin-top: 18px;
	margin-bottom: 18px;
}

.quote2
{
    font-family: Arial, 'Times New Roman' , Times, serif;
    font-size: 14pt;
    font-style: italic;
    color: #FFFF00; /*color: #FFFFFF;*/
    text-align: center;
    border: 1px solid #99CCFF;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #201F2D; /*background-color: #003399;*/
    margin-top: 18px;
    margin-bottom: 18px;
}

.quote3
 {
	font-family: "Times New Roman", Times, serif;
	font-size:28pt;
	font-style: italic;
	color: #FFFF00;
	/*color: #FFFFFF;*/
	text-align: center;
	border: 1px solid #99CCFF;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #006200;
	/*background-color: #003399;*/
	margin-top: 18px;
	margin-bottom: 18px;
}


.address-nospace {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #888888;
}
.login_table {
	background-repeat: no-repeat;
	background-position: left top;
	width: 186px;
}
.login_table p {
	font-size: 10px;
	padding: 0px;
	margin-top: 4px;
	margin-bottom: 4px;
}
.login_table input{
	border: 1px solid #CCCCCC;
}
/* DIV SURROUNDING THE LOGIN TABLES ******************/
.login_outside {
	font-size: x-small;
	/*background-image: url(../images/bg-login2.jpg);*/
	background-image: url(../images/log-in-box.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 198px;
	/*width: 186px;*/
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	height:403px;
	/*height: 276px;*/
}
.alert {
	color: #FF0000;
}
/* Help & Support (among others)***********/
.bigMessage {
	font-size: 12px;
	font-weight: bold;
	color: #0000CC;
}
.bigMessage a {
	text-decoration: none;
}
/************* HOME PAGE CONFIG ************************************/
/* FAR LEFT *******/
.homepg-column1 {
	width: 146px;
	background-image: url(../images/tab-columns-getstarted.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 200px;
	margin-right: 2px;
	padding-left: 2px;
}
.homepg-column2 {
	width: 146px;
	background-image: url(../images/tab-columns-choices.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 200px;
	padding-left: 2px;	
	margin-right: 2px;
}
.homepg-column3 {
	width: 146px;
	background-image: url(../images/tab-columns-features.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 200px;
	padding-left: 2px;	
	margin-right: 2px;
}
/* FAR RIGHT *******/
.homepg-column4 {
	width: 149px;
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 200px;
	vertical-align: top;
}

/* Additions *****/
.SendAGiftGridItems
{
	border:#a9a9a9 1px solid;
    /*border-right: #a9a9a9 1px solid;
    border-top: #a9a9a9 1px solid;
    border-left: #a9a9a9 1px solid;
    border-bottom: #a9a9a9 1px solid;*/
}
.PointsHomeGrid td
{
    /*border-right: black thin solid;
    border-left: black thin solid;
    border-top: black thin solid;
*/
    border-bottom: black 1px solid;
}

.SmallHeaderText
{
 font-weight:bold;
 font-size:10pt;
 color:Black;   
}

.SmallText
{
 font-size:8pt;
 color:Black;   
}

.PageHeaderLabel
{
 font-weight:bold;
 font-size:12pt;
 color:Black;
}


.OutlineRedLabelBox
{

    font-weight: bold;
    color: #0000cd;
    vertical-align: middle;
    padding-top: 10px;
}

.ErrorTextSmall
{
    color: Red;
    font-size: 9pt;
    font-weight: bold;    
}

.ErrorTextSmallNormal
{
    Color: Red;
    font-size: 9pt;
}

.ErrorText
{
    color: Red;
    font-size: 10pt;
    font-weight: bold;    
}

.AdminLabel
{
    font-weight: bold;
    font-size: 7pt;
    text-align: right;
    
}

/* Points Home Page Style */

#Points, #Points a, #Points a:link, #Points a:visited, #Points strong
{
    background-color:#333366; 
    color:#6699ff; 
    text-decoration:none;   
    font-family: Verdana;
    font-size:11px;
    font-weight:bold;
    padding-left: 0px;
    line-height:25px;
    /*padding-left:10px;*/
}
#Points2, #Points2 a, #Points2 a:link, #Points2 a:visited
{
    margin-top:-5px;
    padding-left: 5px;
    line-height:18px;
    font-size:11px;
    /*padding-left:10px;*/
}
#PointsBottom, #PointsBottom a, #PointsBottom a:link, #PointsBottom a:visited
{
    background-color: #dcdcdc;
    color: #333366;
    text-decoration: none;
    font-family: Verdana;
    font-size: 16pt;
    text-align:center;
}

.Gridview
{
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
}
.Gridview a
{
    text-decoration:none;   
}
.Gridview td
{
    text-align:left;   
}
.Gridview th
{
    text-align: center;
    background-color: #dcdcdc;
    border-right: black 1px solid;
    border-bottom: black 1px solid;
}

/* Modal Popup Styles */
.ModalPopupPanel
{
    border-right: darkgray 1px solid;
    border-top: darkgray 1px solid;
    border-left: darkgray 1px solid;
    border-bottom: darkgray 1px solid;
    background-color: white;
}

.ModalPopupHeader
{
    font-weight: bold;
    font-size: 12pt;
    background-color: #6495ed;
    text-align: center;
    cursor: move;
}

.ModalBackground
{
    background-color: #000000;
    filter: alpha(Opacity=60);
    -ms-filter: alpha(Opacity=60);
    -ms-Opacity: 70;
    -moz-filter:alpha(Opacity=60);
    -moz-opacity: 0.6;
}
/***************/

.gridview
{
	font-size:10px;
}
.gridview_selected
{
	background-color: #FF99CC;
}

.gridview_hdr 
{
	background-color:#0066CC;
	color:#ffffff;

}
.gridview_hdr a
{
	color:#fff;
}

.gridview_hdr td
{
	padding-right:12px;
	margin-left:12px;
}

.gridview_row_alt
{
	background-color:#D1D2D4;
}

.gridview_row_alt td
{
	margin-right:2px;
	margin-left:2px;
}

.gridview_row td
{
	margin-right:2px;
	margin-left:2px;
}
.sectionheader
{
	width: 600px;
	color: White;
	background-color: #0066CC;
	text-align: center;
	font-weight:bold;
}
