﻿@charset "UTF-8";
body  {
	font: 100% Tahoma, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding-left:0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.Main3ImagesTdOff 
{
	/*background-color: #65c509;
	color: #ffffff;
	text-align: center;*/
	vertical-align:top;
}

.Main3ImagesTdOff a
{
	color: #ffffff;
	vertical-align:top;
}


.Main3ImagesTdOn
{
	/*background-color: #ffa809;
    cursor:pointer;*/
	background-color: #ffffff;
	vertical-align:top;
	
}


.thrColFixHdr #footer { 
	padding: 0 10px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top: solid 1px #707070;
	background:#ffffff;
	margin-top: 10px;
	margin-left: 25px;
	margin-right: 15px;
	text-align: right;
	width:985px;
	position:relative;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	color: #707070;
	text-align: right;
	width:985px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#ytvideo,
#ytvideo2 {
    float: right;
	margin-left:0px;
	border: solid 1px #65c509;
}


.yt_holder {
    padding: 0px;
    float: left;
	margin-bottom:15px;
}


.yt_holder ul {
    float: left;
    margin: 0;
    padding: 0;
    width: 220px;
}

.yt_holder ul li {
    list-style-type: none;
    display:block;
    float: left;
    width: 216px;
    margin-bottom: 5px;
	padding:2px;

}

.yt_holder ul li img {
    width: 120px;
    float: left;
    margin-right: 5px;
    border: 1px solid #999;
}

.yt_holder ul li a {
    display: block;
    color: #000;
}

.currentvideo {
	
}

.MySkin ul
{
	width: 148px;
	border-top: solid 1px #65c509 !important;
	border-left: solid 1px #65c509 !important;
	border-right: solid 1px #65c509 !important;
border-bottom: 0 !important;
margin-bottom: 0 !important;
padding: 0 !important;
top: -30px;
}

.MySkin .rmItem
{
	width: 148px;
	background: #f7faf1 !important;
	border-bottom: solid 1px #65c509 !important;
}


.MySkin .rmLink:hover
{
	background-color: #dbedcc !important;
	border: 0 !important;
	
}

.MySkin .rmLink
{
	color: #65c509 !important;
	border: 0 !important;
	padding: 10px !important;

}

.MySkin .rmText
{
	border: 0 !important;
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;

}

.MySkin .rmFocused
{
	background-color: #dbedcc !important;
}

#SideNavs {
	float: left;
	width: 146px;
	position: relative;
	margin-top: 0px;
    top: 0px;
    left: 9px;
}
#SideNavs ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#SideNavs ul li {
	height:34px;
	margin: 0px;
	padding: 0px;
}
#SideNavs ul li a  {
	text-decoration: none;
	display: block;
	margin: 0px;
	padding-bottom: 0px;
	height: 33px;
	width: 146px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #5db527;
	border-left-color: #5db527;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5db527;
	cursor:pointer;
}
#SideNavs ul li a.last  {
	text-decoration: none;
	display: block;
	margin: 0px;
	padding-bottom: 0px;
	height: 33px;
	width: 146px;
	border: 1px solid #5db527;
	cursor:pointer;
}

/*------------------------------------------------ Left Column General Site --------------------------------------------------------------------------*/
#LoginContainer {
	width: 146px;
	margin-top:30px;
	margin-bottom: 35px;
	margin-left: 6px;
	border: 1px solid #5db527;
	height: 155px;
	background-color: #f7faf1;
}
#LoginTitle {
	float: left;
	width: 146px;
	padding: 0px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5db527;
	height: 33px;
}
#Username {
	font-size: 10px;
	color: #479b13;
	text-align: left;
	vertical-align: top;
	float: left;
	width: 116px;
	position: relative;
	margin-top: 9px;
	margin-right: 15px;
	margin-bottom: 2px;
	margin-left: 15px;
	padding: 0px;
}
.Usernamefield {
	font-size: 10px;
	text-align: left;
	vertical-align: middle;
	float: left;
	height: 15px;
	width: 114px;
	position: relative;
	border: 1px solid #5db527;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
#Password {
	font-size: 10px;
	color: #479b13;
	text-align: left;
	vertical-align: top;
	float: left;
	width: 116px;
	position: relative;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 2px;
	margin-left: 15px;
	padding: 0px;
}
.Passwordfield {
	font-size: 10px;
	text-align: left;
	vertical-align: middle;
	float: left;
	height: 15px;
	width: 114px;
	position: relative;
	border: 1px solid #5db527;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px;
	background-color: #FFFFFF;
}
#LoginHelpArrow {
	text-align: left;
	vertical-align:middle;
	height: 11px;
	width: 11px;
	padding-left: 12px;
	cursor:pointer;
}
#LoginHelp {
	font-size: 10px;
	color: #479b13;
	text-align: left;
	vertical-align:middle;
	width: 54px;
	cursor:pointer;
}
#LoginHelp a 
{
    font-size: 10px;
	color: #479b13;
	cursor:pointer;
	text-decoration:none;
}
#LoginHelp a:hover {
	cursor:pointer;
	text-decoration:underline;
}
#LoginBtn {
	text-align: left;
	vertical-align:middle;
	height: 24px;
	width: 42px;
	cursor: pointer;
}
.LoginError {
	font-size: 10px;
	color: Red;
	text-align:center;
	vertical-align:middle;
	width: 100px;
}
.ImagePointerCursor
{
    cursor:pointer;
}
.HRgreen
{
    background-color:#bbdaa8; 
    border-style:none; 
    height:1px;
}
.clienttoplinks 
{
	text-decoration:none;
	font-family: Tahoma;
	color: #479B13;
	font-size: 10px;
}
.ClientCounselorImage
{
    height:92px; 
    width:92px; 
    border:1px; 
    border-style:solid; 
    border-color:#5DB527
}
.cStyle 
{
text-decoration:none;
font-size:14px;
font-family:Tahoma;
color:#ffffff; 
border-style:solid;
border-width:1px;
border-color:#5DB527;
}
.cDayHeader
{ 
font-size:14px;
font-family:Tahoma;
font-weight:bold;
color:#479B13; 
background-color:#F2FFE7;
border-style:solid;
border-width:1px;
border-color:#5DB527;
height:25px;
}
.cTitle
{ 
text-decoration:none;
font-size:14px;
font-family:Tahoma;
font-weight:bold;
color:#FFFFFF; 
background-color:#5DB527;
height:22px;
border-style:ridge;
border-width:0px;
}

.cOtherMonthDay 
{ 
background-color:green; 
color:yellow; /** BUG **/
height:50px;
}
.cTodayDay
{ 
background-color:red; 
color:white; 
height:50px;
}
.cWeekendDay
{ 
background-color:#AEDA93; 
color:#FFFFFF; 
}
.cDay
{
text-decoration:none;
background-color:#FFFFFF; 
color:#000000;
border-style:solid;
border-width:1px;
height:50px;
}
.cPrev7Days
{
text-decoration:none;
color:#AEDA93;
border-style:solid;
border-width:1px;
height:50px;
background-image:url('../images/Calendar_Rate.gif');
}
.cPreparedDays
{
text-decoration:none;
/*background-color:#FFBA0D;*/
color:#000000;
border-style:solid;
border-width:1px;
height:50px;
background-image:url('../images/Calendar_Hat.gif');
}
.cPastDays
{
text-decoration:none;
background-color:#FFFFFF;
color:#AEDA93;
border-style:solid;
border-width:1px;
height:50px;
}

.returntomymenu
{
    margin-top:10px;
    display:block;
}

.lblBMealCancel
{
    padding-left:120px;
}

.invoiceWeekStartDate
{
    width:120px;
    border-color: #5DB527;
    border-width:1px;
    list-style-type:none;
}
