﻿.foo
{
}
/* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

/**************************************************************************************************
/*  Main CSS file for GenerationsUnite.com
/*************************************************************************************************/

body
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Sans-Serif;
	font-size: small;
	background: #ffffff;
}

h1, h2, h3, h4, h5
{
	color: #7ac141;
}

/* These psuedo classes must stay in this order--Link, Visited, Hover, Active */
a:link
{
	color: #013e7f;
}

a:visited
{
	color: #7ec141;
}

/* The following prevents the ugly
   border around images when they
   are included in <a> tags*/
a img
{
	border: 0px;
}

textarea
{
	margin: 1px 1px 1px 1px;
	font-family: Verdana, Sans-Serif;
	font-size: small;
	background: #ffffff;
	border: solid 1px #7F9DB9;
}

input[type="text"]
{
	margin: 1px 1px 1px 1px;
	font-family: Verdana, Sans-Serif;
	font-size: small;
	border: solid 1px #7F9DB9;
}

select
{
	margin: 1px 1px 1px 1px;
	font-family: Verdana, Sans-Serif;
	font-size: small;
	border: solid 1px #7F9DB9;
}

#Header
{
	background: #fff;
	height: 98px;
	padding-left: 1.4em;
}

#guLogoNoTag
{
	position: absolute;
	left: 20px;
	top: 26px;
	height: 67px;
	width: 305px;
	background-image: url(../Images/guLogoNoTag.gif);
	background-repeat: no-repeat;
}

#guLogoWithTag
{
	position: absolute;
	left: 20px;
	top: 10px;
	height: 80px;
	width: 348px;
	background-image: url(../Images/guLogoWithTag.gif);
	background-repeat: no-repeat;
}

#watermark
{
	position: absolute;
	left: 400px;
	top: 0;
	height: 100px;
	width: 195px;
	background-image: url(  '../Images/watermark.gif' );
	background-repeat: no-repeat;
}

#CenterContent
{
	text-align: center;
}

.wrap
{
	width: 72em;
	margin: 0;
	padding: 1em;
}

.youAreHere
{
	font-size: 1.2em;
	color: #7ac141;
	line-height: .1em;
	font-weight: bold;
}

#greenDividerTop
{
	background: #7ac141 url('../Images/NavGreen.gif') repeat-x;
	border-bottom: solid 3px #FBB473;
	padding: 0px 0px 0px 2.0em;
	height: 1.8em;
}
#PageContent
{
	float: left;
	width: 50em;
}
#PageContentRight
{
	float: right;
	width: 50em;
}
#Sidebar
{
	float: right;
	width: 20em;
}
#SidebarLeft
{
	float: left;
	width: 20em;
}
#Footer
{
	clear: both;
	text-align: center;
	height: 50px;
	padding: 1.6em 2em 0 0;
	background-image: url(  '../Images/Footer.gif' );
	background-repeat: repeat-x;
	background-position: top left;
	color: #fff;
	font-size: .8em;
	margin-top: 1em;
	min-width: 980px;
}

#Footer a
{
	color: #fff;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	margin-right: .5em;
	padding-right: .5em; /*border-right: solid 1px #ffffff;*/
}

#headerRightSide
{
	right: 30px;
	float: right;
	margin-right: 30px;
}

#headerLinkLine
{
	float: right;
	width: 60em;
	padding: 6px 5px 0 0;
	position: relative;
}

.underline
{
	text-decoration: underline;
}

.headerLinkItem
{
	float: right;
	padding: 0 5px 0 5px;
	color: #013e7f;
	border-right: solid 1px #013e7f;
	font-size: 80%;
}
.faq
{
	margin-left:28px;
	margin-right:5px;
}

.faq dt
{
	font-weight: bold;
	font-style: italic;
	margin-bottom: .25em;
	margin-top: .75em;
	color: #013e7f;
}
.faq dd
{
	margin-left:0;
}

/* Blue Container */
.blueContainer
{
	margin-bottom: 30px;
}
.blueContainerHead
{
	background: url(  '../Images/blue-header-left.gif' ) no-repeat top left;
	margin: 0;
	padding: 0;
}
.blueContainerHead h2
{
	margin: 0;
	background: url(  '../Images/blue-header-right.gif' ) no-repeat top right;
	margin-left: 15px;
	padding: 11px 0 5px 0;
	font-size: 1.1em;
	line-height: 1em;
	color: #fff;
}
.blueContainerBody
{
	margin: 0 0 2em 0;
	padding: 5px;
	border: solid 2px #013e7f;
}

/* Blue container with leaf */
.blueContainerLeafHead
{
	background: url(  '../Images/blue-leaf-header-left.gif' ) no-repeat top left;
	margin: 0;
	padding: 0;
}
.blueContainerLeafHead h2
{
	margin: 0;
	background: url(  '../Images/blue-header-right.gif' ) no-repeat top right;
	margin-left: 30px;
	padding: 11px 0 5px 0;
	font-size: 1.1em;
	line-height: 1em;
	color: #fff;
}

/* Green container */
.greenContainer
{
	margin-bottom: 30px;
}
.greenContainerHead
{
	background: url(  '../Images/green-header-left.gif' ) no-repeat top left;
	margin: 0;
	padding: 0;
	text-align: left;
}

.greenContainerHead h2
{
	margin: 0;
	background: url(  '../Images/green-header-right.gif' ) no-repeat top right;
	margin-left: 15px;
	padding: 11px 0 5px 0;
	font-size: 1.1em;
	line-height: 1em;
	color: #fff;
}
.greenContainerBody
{
	margin: 0;
	margin-bottom: 2em;
	padding: 0 10px;
	border: solid 2px #7ac141;
}

/* Orange container */
.orangeContainer
{
	margin-bottom: 30px;
}
.orangeContainerHead
{
	background: url(  '../Images/orange-header-left.gif' ) no-repeat top left;
	margin: 0;
	padding: 0;
	text-align: left;
}
.orangeContainerHead h2
{
	margin: 0;
	background: url(  '../Images/orange-header-right.gif' ) no-repeat top right;
	margin-left: 15px;
	padding: 11px 0 5px 0;
	font-size: 1.1em;
	line-height: 1em;
	color: #fff;
}
.orangeContainerBody
{
	margin: 0;
	margin-bottom: 2em;
	padding: 0 10px;
	border: solid 2px #f6881f;
}

.floatingContainerHead
{
	margin-bottom: -1em;
	color: #013e7f;
	font-size: 0.8em;
	text-align: center;
	font-weight: bold;
}

.floatingContainerHead h2
{
}


/**********************************************************************/
/* Lists
/**********************************************************************/

.leafList li
{
	list-style-image: url(  '../Images/bullet-leaf.gif' );
}


.circleList
{
	list-style-image: none;
	list-style-type: circle;
}
.circleList li
{
	margin-bottom: .5em;
}

.guLogoList
{
	list-style: url('../Images/guBullet.png') circle;
	margin-right: 1em;
	padding-right: 1em;
}

.guLogoList li
{
	margin-bottom: .5em;
}

/**********************************************************************/
/* Text Boxes
/**********************************************************************/

.emailTextBox
{
	width: 225px;
}
/**********************************************************************/
/* Buttons
/**********************************************************************/

/*blue buttons*/
.blueButton
{
	background: url(  '../images/blue-button-small-left.gif' ) no-repeat left;
	margin: 0;
	padding: 5px 10px 5px 0;
	cursor: pointer;
	text-decoration: none;
}
.blueButton span
{
	margin: 0 0 0 8px;
	background: url(  '../images/blue-button-small-right.gif' ) no-repeat right;
	padding: 3px 8px 3px 0;
	cursor: pointer;
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}

/*green buttons*/
.greenButton
{
	background: url(  '../images/green-button-small-left.gif' ) no-repeat left;
	margin: 0;
	padding: 5px 10px 5px 0;
	cursor: pointer;
	text-decoration: none;
}
.greenButton span
{
	margin: 0 0 0 8px;
	background: url(    '../images/green-button-small-right.gif' ) no-repeat right;
	padding: 3px 8px 3px 0;
	cursor: pointer;
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}

/* Return Button --------------------------------------*/
.returnButton
{
	background: url(  '../images/orange-button-small-left.gif' ) no-repeat left;
	margin: 0;
	padding: 5px 10px 5px 0;
	cursor: pointer;
	text-decoration: none;
}
.returnButton span
{
	margin: 0 0 0 8px;
	background: url(  '../images/orange-button-small-right.gif' ) no-repeat right;
	padding: 3px 8px 3px 0;
	cursor: pointer;
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}

/* Primary Action Button --------------------------------------*/
.actionButton
{
	background: url(  '../images/green-button-small-left.gif' ) no-repeat left;
	margin: 0 10px 0 0;
	padding: 5px 0 5px 0;
	cursor: pointer;
	text-decoration: none;
}
.actionButton span
{
	margin: 0 0 0 8px;
	background: url(    '../images/green-button-small-right.gif' ) no-repeat right;
	padding: 3px 8px 3px 0;
	cursor: pointer;
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}

/* Secondary Action Button --------------------------------------*/
.secondaryActionButton
{
	margin: 0 10px 0 0;
	padding: 5px 0 5px 0;
	cursor: pointer;
}
.secondaryActionButton span
{
	margin: 0 0 0 0;
	padding: 3px 0 3px 0;
	cursor: pointer;
	color: #013e7f;
	font-size: 10pt;
	white-space: nowrap;
}

/* These must stay in this order--Link, Visited, Hover, Active */
a.secondaryActionButton
, a.secondaryActionButton:link
, a.secondaryActionButton:visited
, a.secondaryActionButton:hover
, a.secondaryActionButton:active
{
	color: #013e7f;
}


/* Navigation Button  --------------------------------------*/
.navigationButton
{
	background: url(  '../images/blue-button-small-left.gif' ) no-repeat left;
	margin: 0;
	padding: 5px 10px 5px 0;
	cursor: pointer;
	text-decoration: none;
}
.navigationButton span
{
	margin: 0 0 0 8px;
	background: url(  '../images/blue-button-small-right.gif' ) no-repeat right;
	padding: 3px 8px 3px 0;
	cursor: pointer;
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}

/* Grid primary action button --------------------------------------*/
.gridActionButton
{
	margin: 0 10px 0 0;
	padding: 5px 0 5px 0;
	cursor: pointer;
}
.gridActionButton span
{
	margin: 0 0 0 0;
	padding: 3px 0 3px 0;
	cursor: pointer;
	color: #013e7f;
	font-size: 10pt;
	white-space: nowrap;
}

/* Grid Secondary Action Button --------------------------------------*/
.gridSecondaryActionButton
{
	margin: 0 10px 0 0;
	padding: 5px 0 5px 0;
	cursor: pointer;
}
.gridSecondaryActionButton span
{
	margin: 0 0 0 0;
	padding: 3px 0 3px 0;
	cursor: pointer;
	color: #013e7f;
	font-size: 10pt;
	white-space: nowrap;
}

/* These must stay in this order--Link, Visited, Hover, Active */
a.gridSecondaryActionButton:link
, a.gridSecondaryActionButton:visited
, a.gridSecondaryActionButton:hover
, a.gridSecondaryActionButton:active
a.gridActionButton:link
, a.gridActionButton:visited
, a.gridActionButton:hover
, a.gridActionButton:active
{
	color: #013e7f;
}

/* Grid Navigation Button --------------------------------------*/
.gridNavigationButton
{
	margin: 0 10px 0 0;
	padding: 5px 0 5px 0;
	cursor: pointer;
}
.gridNavigationButton span
{
	margin: 0 0 0 0;
	padding: 3px 0 3px 0;
	cursor: pointer;
	color: #013e7f;
	font-size: 10pt;
	white-space: nowrap;
}

/** --------------------------------------
 ** End Buttons
 ** --------------------------------------
**/

.paramBox
{
	width: 57em;
	float: left;
	line-height: 2.5em;
}

.buttonBox /* used to house the search and clear buttons on a search page */
{
	width: 12em;
	text-align: right;
	float: right;
	line-height: 2.5em;
}

.paramLabelValueBox /* used to keep a label and an input box on the same line in a search param */
{
	display: inline-block;
}

.clearBoth
{
	clear: both;
}

.documentDetailLabel
{
	clear: left;
	float: left;
	width: 9.5em;
	overflow: visible;
}

/****************************************************************************************
/* CSS Friendly Grids */
/****************************************************************************************/
.AspNet-GridView
{
	width: 100%;
}

.AspNet-GridView div.AspNet-GridView-Pagination, .AspNet-GridView div.AspNet-GridView-Pagination a, .AspNet-GridView div.AspNet-GridView-Pagination span
{
	color: #00FFFF;
	background: #284775;
	font-weight: normal;
	padding: 2px;
}

.AspNet-GridView table thead tr th
{
	color: #000;
	background: #96CF67;
	font-weight: bold;
	border-top: solid 1px #CCC;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #FBB473;
	border-left: solid 1px #CCC;
	padding: 4px;
}

.AspNet-GridView table thead tr th a
{
	color: #F7F6F3;
}

.AspNet-GridView table tbody tr td
{
	color: #333;
	background: White;
	padding: 2px 6px 2px 6px;
	border-bottom: solid 1px #CCC;
	border-right: solid 1px #CCC;
	border-left: solid 1px #CCC;
	text-align: left;
	height: 25px;
}

.AspNet-GridView table tbody tr td.center
{
	text-align: center;
}

.AspNet-GridView table tbody tr td.right
{
	text-align: right;
}

.AspNet-GridView table tbody tr td a
{
}

.AspNet-GridView table tbody tr.AspNet-GridView-Alternate td
{
	background-color: #EFF7E8; /*	background: #fff url( '../Images/bg-fade-light-short.png' ) repeat-x scroll center bottom;*/
}

.AspNet-GridView table tbody tr.AspNet-GridView-Selected td
{
}

.AspNet-GridView table tfoot tr td
{
}

/**********************************************************************
/* CSS Friendly Details View */
/**********************************************************************/

/* This section is intended to contain OFTEN CHANGED rules used when 
   the DetailsView control adapter is enabled. */
div.AspNet-DetailsView-Data ul
{
	margin: 0;
	padding: 0;
}

div.AspNet-DetailsView-Data li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
}

div.AspNet-DetailsView-Header
{
	background: #E9F5DA none repeat scroll 0 0;
	color: #465239;
	font-size: 1.2em;
	font-weight: bold;
	padding: 10px 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

div.AspNet-DetailsView-Data
{
	margin: 10px 0;
}

div.AspNet-DetailsView-Data li
{
	background-color: White;
	margin: 2px 0;
	min-height: 1.4em;
	padding: 3px 0 2px 4px;
}

/* Show top lines on data view list items when class dvTopLines
   is applied. */
.dvTopLines div.AspNet-DetailsView-Data li
{
	border-top: solid 1px #e7e7e7;
}

/* Show alternating colors on data view list items when class dvAlternateRows is applied to the DetailsView */
.dvAlternateRows div.AspNet-DetailsView-Data li.AspNet-DetailsView-Alternate
{
	background-color: #EFF7E8;
}

span.AspNet-DetailsView-Name
{
	left: 0;
	position: absolute;
	top: 1px;
	width: 8em;
}

span.AspNet-DetailsView-Value
{
	font-weight: bold;
	margin-left: 8em;
}

.AspNet-DetailsView-Pagination
{
	background: #E9F5DA none repeat scroll 0 0;
	clear: both;
	color: #465239;
	font-weight: bold;
	padding: 10px 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.AspNet-DetailsView-ActivePage
{
	color: #999999;
	font-family: Verdana,Sans-Serif;
	padding: 2px;
}

.AspNet-DetailsView-OtherPage
{
	padding: 2px;
}

/* These psuedo classes must stay in this order--Link, Visited, Hover, Active */
a.AspNet-DetailsView-OtherPage:link
{
}

a.AspNet-DetailsView-OtherPage:visited
{
}

a.AspNet-DetailsView-OtherPage:hover
{
	background: #FFFFFF none repeat scroll 0 0;
	color: #000000;
	text-decoration: none;
}

/************************************************************************
/* Generic rules
/************************************************************************/

.spaceBelow
{
	padding-bottom: 1em;
}

.spaceAbove
{
	padding-top: 1em;
}

.spaceAboveBelow
{
	padding: 1em 0;
}

.spaceBelowSmall
{
	padding-bottom: .5em;
}

.spaceAboveSmall
{
	padding-top: .5em;
}

.spaceAboveBelowSmall
{
	padding: .5em 0;
}

.paddedBoxExtraSmall
{
	padding: 2px 5px 2px 5px;
}

.paddedBoxSmall
{
	padding: 5px;
}

.paddedBoxLarge
{
	padding: 10px;
}

.horizontalCenter
{
	text-align: center;
}

/* Define background color classes for standard GenerationsUnite colors */
.guLightGreen
{
	background-color: #e2f0d4;
}

.guLightBlue
{
	background-color: #dbdfed;
}

.guLightYellow
{
	background-color: #fffbcc;
}

.guLightOrange
{
	background-color: #feddbd;
}

/* Define text color classes for standard GenerationsUnite colors */
.guTextBlue
{
	color: #013e7f;
}

.guTextBlue a:visited
{
	color: #013e7f;
}

.guTextGreen
{
	color: #7ac141;
}

/* Double line height made for Details views */
.doubleHeightLine
{
	height: 2.8em;
}

.multiLineTextBox
{
	height: 10em;
	width: 30em;
}

.widerTextBox
{
	width: 28.8em;
}

/* this keeps the calendar from showing up behind other items */
.ajax__calendar_container
{
	z-index: 1000;
}

.requiredFieldIndicator
{
	color: #f00;
}



/**************************************************************************************************
/* ManagedCare site specific rules
/*************************************************************************************************/
#ManagedCareHeader
{
	background-attachment: scroll;
	height: 100px;
	margin-left: 3em;
}

#ManagedCareGULogo
{
	position: absolute;
	left: 30px;
	top: 20px;
	width: 350px;
	height: 76px;
}

#InCollaborationWith
{
	position: absolute;
	font-style: italic;
	font-size: .8em;
	left: 400px;
	top: 26px;
}

#ManagedCareCPLogo
{
	position: absolute;
	left: 400px;
	top: 42px;
	max-height: 45px;
	max-width: 175px;
}

.marginTopAndLeft
{
	margin: .5em 0 0 .5em;
}

/*************************************************************************************************
/* Rounded corner technique called Karate Corners.  See http://www.kyleschaeffer.com/karatecorners/
/*************************************************************************************************/

.box
{
	position: relative;
	width: 100%;
	margin: 0 0 20px 0;
}

.corner
{
	position: absolute;
	width: 10px;
	height: 10px;
	background: url( '../images/corners.gif' ) no-repeat;
	font-size: 0%;
}
.TL
{
	top: 0;
	left: 0;
	background-position: 0 0;
}
.TR
{
	top: 0;
	right: 0;
	background-position: -10px 0;
}
.BL
{
	bottom: 0;
	left: 0;
	background-position: 0 -10px;
}
.BR
{
	bottom: 0;
	right: 0;
	background-position: -10px -10px;
}

/* The folling section defines the validation type style. */
.validatorCalloutHighlight
{
	background-color: #fffbcc;
	border: solid 1px #7F9DB9;
	margin: 1px 1px 1px 1px;
}

/* The folling section defines checkbox list formatting style. */
.verticalCheckBoxList span
{
	clear: left;
}
.verticalCheckBoxList input
{
	display: block;
	float: left;
}
.verticalCheckBoxList label
{
	display: block;
	float: left;
}

/* Style for label positioning of the text following the When and Where labels */
/* on the CareProviderEvents user-control list.                                */
.eventLabelPositioning
{
	width: 4.3em;
	display: inline-block;
}
/* Style for label positioning of the text following the When and Where labels */
/* on the CareProviderAnnouncementEdit user-control list.                      */
.newsLabelPositioning
{
	width: 4.3em;
	display: inline-block;
}

.documentDetailLabel
{
	float: left;
	display: block;
	width: 10em;
}

/****************************************************************************************
/* CSS Friendly Menu */
/****************************************************************************************/

.AspNet-Menu-Horizontal ul li
{
	margin-right: .2em;
	background-color: #dbdfed;
	padding: .5em 1em .5em 1em;
}

.AspNet-Menu-Horizontal .AspNet-Menu-Selected
{
	background-color: #e2f0d4;
}

/* Multi-view */
.divMultiView
{
	float: left;
	border: solid;
	border-color: #e2f0d4;
	border-width: .5em;
	margin-left: 0;
	padding-left: .5em;
	width: 100%;
}

/****************************************************************************************
/* Rounded corner border boxes - from www.roundedcornr.com
/* Box should not be more than 1024px wide or higher than 600 px.
/****************************************************************************************/

.roundedcornr_box_orange
{
	background: url(../Images/roundedcornr_orange_tl.png) no-repeat top left;
	height: 100%;
}
.roundedcornr_top_orange
{
	background: url(../Images/roundedcornr_orange_tr.png) no-repeat top right;
}
.roundedcornr_bottom_orange
{
	background: url(../Images/roundedcornr_orange_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_orange div
{
	background: url(../Images/roundedcornr_orange_br.png) no-repeat bottom right;
}
.roundedcornr_content_orange
{
	background: url(../Images/roundedcornr_orange_r.png) top right repeat-y;
}

.roundedcornr_top_orange div, .roundedcornr_top_orange, .roundedcornr_bottom_orange div, .roundedcornr_bottom_orange
{
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content_orange
{
	margin-top: 0px;
	padding: 0 15px;
	height: 100%;
}
.roundedcornr_bottom_orange
{
	margin-top: -15px;
}


/* blue */
.roundedcornr_box_blue
{
	background: url(../Images/roundedcornr_blue_tl.png) no-repeat top left;
	height: 100%;
}
.roundedcornr_top_blue
{
	background: url(../Images/roundedcornr_blue_tr.png) no-repeat top right;
}
.roundedcornr_bottom_blue
{
	background: url(../Images/roundedcornr_blue_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_blue div
{
	background: url(../Images/roundedcornr_blue_br.png) no-repeat bottom right;
}
.roundedcornr_content_blue
{
	background: url(../Images/roundedcornr_blue_r.png) top right repeat-y;
}

.roundedcornr_top_blue div, .roundedcornr_top_blue, .roundedcornr_bottom_blue div, .roundedcornr_bottom_blue
{
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_bottom_blue
{
	margin-top: -15px;
}
.roundedcornr_content_blue
{
	margin-top: 0px;
	padding: 0 15px;
	height: 100%;
}


.roundedcornr_box_green
{
	background: url(../Images/roundedcornr_green_tl.png) no-repeat top left;
	height: 100%;
}
.roundedcornr_top_green
{
	background: url(../Images/roundedcornr_green_tr.png) no-repeat top right;
}
.roundedcornr_bottom_green
{
	background: url(../Images/roundedcornr_green_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_green div
{
	background: url(../Images/roundedcornr_green_br.png) no-repeat bottom right;
}
.roundedcornr_content_green
{
	background: url(../Images/roundedcornr_green_r.png) top right repeat-y;
}

.roundedcornr_top_green div, .roundedcornr_top_green, .roundedcornr_bottom_green div, .roundedcornr_bottom_green
{
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_bottom_green
{
	margin-top: -15px;
}
.roundedcornr_content_green
{
	margin-top: 0px;
	padding: 0 15px;
	height: 100%;
}

a.linkSameColor:visited
{
	color: #013e7f;
}

.adTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.adSeparatorBlue
{
	color: #013e7f;
	background-color: #013e7f;
	width: 30%;
	height: 2px;
	border: 0;
}

.adSeparatorGreen
{
	color: #7ac141;
	background-color: #7ac141;
	width: 30%;
	height: 2px;
	border: 0;
}

.adSeparatorOrange
{
	color: #f6881f;
	background-color: #f6881f;
	width: 30%;
	height: 2px;
	border: 0;
}

/**************************************************************************************************
/* CareProvider site specific rules
/*************************************************************************************************/
#CareProviderCPLogo
{
	position: absolute;
	max-width: 295px;
	max-height: 76px;
	top: 20px;
	left: 40px;
}

#guLogoInPartnership
{
	position: absolute;
	height: 50px;
	width: 222px;
	left: 385px;
	top: 30px;
}

/*  Specific rules for the CareProvider Manage Job Posting DetailView */
.JobPosting div.AspNet-DetailsView-Data li
{
	width: 48.25em;
}

.JobPosting span.AspNet-DetailsView-Name
{
	width: 14em;
}

.JobPosting span.AspNet-DetailsView-Value
{
	margin-left: 16em;
}

/*  Specific rules for the Company Profile DataView
/* This corresponds to the DataField attribute of an <asp:BoundField>. */
.companyProfile span.AspNet-DetailsView-Value
{
	margin-left: 12.5em;
}
.companyProfile span.AspNet-DetailsView-Name
{
	width: 12em;
}

/* Specific rules for the CareProviderAnnouncementEdit and CareProviderEventEdit DetailsViews. */
.CareProviderNewsAndEvents span.AspNet-DetailsView-Name
{
	width: 9.5em;
	padding-left: .5em;
}

.CareProviderNewsAndEvents span.AspNet-DetailsView-Value
{
	margin-left: 10em;
}

/* Specific rules for the wrapping of Caregiver search checkboxlist items.*/
.CgCheckboxlistWrap span input
{
	float: left;
	clear: both;
}

.CgCheckboxlistWrap span label
{
	float: left;
	width: 17.25em;
}

.CgCheckboxlistWrap div span
{
	clear: both;
}

/**************************************************************************************************
/* Family site specific rules
/*************************************************************************************************/
.WidePanel
{
	float: left;
	width: 25em;
}

#NarrowPanel
{
	margin-top: 5em;
	float: left;
	padding: .5em;
	width: 7em;
	text-align: center;
}

#divMyFamilyMenu A:visited
{
	color: #013e7f;
}

/****************************************************************************************
/* CSS Friendly Menu For Family                                                         */
/****************************************************************************************/

/* Recipe Tab Menu */
#divRecipeMenu .AspNet-Menu-Horizontal ul li
{
	margin-right: .2em;
	background-color: #feddbd;
	padding: .5em 1em .5em 1em;
}

#divRecipeMenu .AspNet-Menu-Horizontal .AspNet-Menu-Selected
{
	background-color: #f6881f;
	color: #ffffff;
}

/* Story Tab Menu */
#divStoryMenu .AspNet-Menu-Horizontal ul li
{
	margin-right: .2em;
	background-color: #feddbd;
	padding: .5em 1em .5em 1em;
}

#divStoryMenu .AspNet-Menu-Horizontal .AspNet-Menu-Selected
{
	background-color: #f6881f;
	color: #ffffff;
}

/****************************************************************************************
/* CSS Friendly Grids for Family                                                        */
/****************************************************************************************/
#divFamilyList .AspNet-GridView
{
	width: 100%;
}

#divFamilyList .AspNet-GridView table thead tr th
{
	background-position: none;
	color: #7ac141;
	font-weight: bold;
	padding-right: 2em;
	text-align: left;
	border: none;
	background: none;
	border-left-width: 0;
	white-space: nowrap;
}

#divFamilyList .AspNet-GridView table tbody tr td
{
	color: #333;
	background: White;
	padding: none;
	text-align: left;
	height: 25px;
	border: none;
	border-width: 0;
}

#divFamilyList .AspNet-GridView table tbody tr.AspNet-GridView-Alternate td
{
	background-color: White;
}

.divMultiView
{
	float: left;
	border: solid;
	border-color: #e2f0d4;
	border-width: .5em;
	margin-left: 0;
	padding-left: .5em;
	width: 100%;
}

.emailListSubLabel
{
	font-size: 8pt;
}

.emailList
{
	height: 5em;
	width: 20em;
}

/****************************************************************************************
/* Family Features Container */
/****************************************************************************************/

#divFamilyFeatures
{
	/*float: right;*/
	width: 16em;
	height: 100%;
}

.FeatureImage
{
	float: left;
	margin-right: 1em;
	margin-left: 1.0em;
	padding-bottom: .5em;
}

#divFeatureList
{
	padding-top:5px;
	padding-bottom:5px;
}

#divFeatureList span
{
	font-size: 1.1em;
	color: #013e7f;
	padding-top: .5em;
}

#divFeatureList a
{
	float: left;
	font-size: 1.1em;
	color: #013e7f;
	margin-top: .5em;
}

.ratingStar
{
	padding-bottom: 0px;
	margin: 0px;
	padding-left: 0px;
	width: 13px;
	padding-right: 0px;
	display: block;
	background-repeat: no-repeat;
	height: 12px;
	font-size: 0pt;
	cursor: pointer;
	padding-top: 0px;
}
.ratingStarReadOnly
{
	padding-bottom: 0px;
	margin: 0px;
	padding-left: 0px;
	width: 13px;
	padding-right: 0px;
	display: block;
	background-repeat: no-repeat;
	height: 12px;
	font-size: 0pt;
	cursor: default;
	padding-top: 0px;
}
.filledRatingStar
{
	background-image: url(../Images/FilledStar.png);
}
.emptyRatingStar
{
	background-image: url(../Images/EmptyStar.png);
}
.savedRatingStar
{
	background-image: url(../Images/SavedStar.png);
}

.divTabView
{
	float: left;
	border: solid;
	border-color: #f6881f;
	border-width: .25em;
	margin-left: 0;
	padding-left: .5em;
	width: 98%;
}
.recipeTable
{
	float: left;
	border: solid;
	border-color: #f6881f;
	border-width: 3px;
	width: 98%;
}

.storyTable
{
	float: left;
	border: solid;
	border-color: #f6881f;
	border-width: 3px;
	width: 98%;
}

.documentTable
{
	float: left;
	border: solid;
	border-color: #f6881f;
	border-width: 3px;
	width: 98%;
}

/*  Specific rules for the FamilyGroup DetailsView

/* Each field defined for the DetailsView generates an individual list item (li) in the rendered HTML. */
/* Each li effectively is a row in a table (though no table tag is generated by the adapter). */
.MyFamilyGroup div.AspNet-DetailsView-Data li
{
	width: 52em;
}

/* This corresponds to the HeaderText attribute of an <asp:BoundField>. */
.MyFamilyGroup span.AspNet-DetailsView-Name
{
	white-space: normal;
	width: 12em;
	color: Black;
}

/* This corresponds to the DataField attribute of an <asp:BoundField>. */
.MyFamilyGroup span.AspNet-DetailsView-Value
{
	font-weight: normal;
	margin-left: 13em;
	color: #000000;
	left: 0;
	position: absolute;
	top: 3px;
	width: 10em;
	white-space: nowrap;
}

.MyFamilyGroup div.AspNet-DetailsView-Data li.AspNet-DetailsView-Alternate
{
	background: none;
}

.MyFamilyGroup div.AspNet-DetailsView-Data li
{
	background-color: White;
	border-color: #E7E7E7 #D2D2D2 #D2D2D2 #E7E7E7;
	border-style: none;
	color: #000000;
	margin: 2px 0;
	min-height: 1.4em;
	padding: 3px 0 2px 4px;
	vertical-align: middle;
}

/*
** Modal form CSS
*/
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.7;
}

.modalPopup
{
	background-color: Transparent;
	border: none;
	width: 410px;
}

.modalSubmitRequestBackground
{
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.7;
}

.modalSubmitRequest
{
	background-color: Transparent;
	border: none;
	padding: 0px;
	width: auto;
}

/*
** NavMenu CSS
*/
.menu-main
{
	background-image: url(  '../Images/blue-menu.gif' );
	background-position: left top;
	background-repeat: repeat-x;
	position: relative;
	border-bottom: solid 1px #ccc;
	min-width: 1000px;
}
.menu-main UL
{
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	border-left: solid 1px #FFF;
}
.menu-main LI
{
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none 0px yellow;
	line-height: 26px;
}
.menu-link
{
	color: #FFF;
	padding: 5px 10px 5px;
	font-size: 10pt;
	font-weight: bold;
	border-right: solid 1px #FFF;
	text-decoration: none;
}
.menu-link-active
{
	background: #7AC141 url(../Images/green-menu.gif) repeat-x scroll 0 0;
	border-bottom: solid 1px #7AC141;
}

/* These psuedo classes must stay in this order--Link, Visited, Hover, Active */
a.menu-link:link
{
	color: #FFF;
}
a.menu-link:visited
{
	color: #FFF;
}
A.menu-link:hover
{
	color: #FFF684;
}

.menu-sub-container
{
	background-color: #7ac141;
	border-bottom: solid 3px #FBB473;
	height: 25px;
	min-width: 1000px;
}

UL.menu-sub
{
	position: absolute;
	top: 23px;
	left: 40px;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 4px 0px;
	border-left: none;
}
.menu-sub-link
{
	color: #303030;
	font-size: 9pt;
	padding: 0px 10px;
	border-right: solid 1px #FFF;
	text-decoration: none;
	border-right-color: #999999;
}
.menu-sub-link-active
{
	font-weight: bold;
}

A.menu-sub
{
	text-decoration: none;
}

/* These psuedo classes must stay in this order--Link, Visited, Hover, Active */
A.menu-sub-link:link
{
	color: #303030;
}

A.menu-sub-link:visited
{
	color: #303030;
}

A.menu-sub-link:hover
{
	color: #FFF684;
}

.hidden
{
	display: none;
}

/*
** To Do List formatting
*/
.todoList
{
	/*list-style-image: url('../Images/CheckboxUnchecked12x12.png');*/
}

.todoList li
{
	margin-bottom: .5em;
	font-size: 105%;
}

.todoList li a.ToDoLink:hover
{
	background-color: #e2f0d4;
}

.todoList li img
{
	margin-left: .25em;
}

.todoList li a
{
	text-decoration: none;
}

/*
** Our Partner formatting
*/
#divOurPartners
{
	margin-top: 1.5em;
}

#divOurPartners div.listing
{
	float: left;
	width: 22em;
	text-align: center;
}

#divOurPartners div.leftMost
{
	margin-left: 4em;
}

#divOurPartners div a
{
	margin-top: .5em;
}

#divOurPartners div p
{
	/*font-weight:bold;*/
	color: #013e7f;
}
/* ComboBox styles */
#master_content .ajax__combobox_itemlist
{
    margin: 0px;
}
.WindowsStyle .ajax__combobox_inputcontainer tbody tr td
{
	border-style: none;
	padding: 0px;
}
.WindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input
{
    margin: 0;
    border: solid 1px #7F9DB9;
    border-right: 0px none;
    padding: 1px 0px 0px 5px;
    font-size: 13px;
    height: 18px;
}
.WindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button
{
    margin: 0;
    padding: 0;
    background-image: url(../Images/windows-arrow.gif);
    background-position: top left;
    border: 0px none;
    height: 21px;
    width: 21px;
}
.WindowsStyle .ajax__combobox_itemlist
{
    border-color: #7F9DB9;
}
div.ErrorMessage
{
	color: red;
	padding: 0.5em;
	background-color: #fffbcc;
	width: 50%;
	margin-bottom: 1em;
	border: solid 1px #7ac141;
}
div.ResultMessage
{
	padding: 0.5em;
	background-color: #fffbcc;
	width: 50%;
	margin-bottom: 1em;
	border: solid 1px #7ac141;
}
