
body
{
	margin:0px;
	margin-top: 0px;
	background:#FFFFFF;
	background-repeat:repeat-y;
	font-size:10pt;
	font-family:Verdana;
	line-height: 20px;
}

a
{
	font-family: Arial, Helvetica, Verdana;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0cm;
	color: #0063FF;
}  

a:link       
{ 
    color: #0066FF; 
}

a:hover      
{ 
  /*  background-color: #FFFFD5;*/
    color: #E56C00;  
}

img			
{
	border: 0px none; 
	vertical-align: top;
}

option
{
	vertical-align: middle;
}

.tooltip
{
	width: 267px; 	
	color:black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration:none;
	text-align:left;
	font-weight: normal;
}

.tooltip span.top
{
	padding: 34px 8px 0;
    background: url(images/bubbleToolTipBG6.gif) no-repeat top;
}

.tooltip b.bottom{padding: 2px 12px 15px;color: #006200;
	font-size: 12px;
	font-style: normal;
    background: url(images/bubbleToolTipBG6.gif) no-repeat bottom;
	font-weight: normal;
	font-variant: normal;
}


.bigText
{
	font-size:12pt;
	font-weight: bold;
	font-family:Verdana;
}

.inputButton
{
	margin: 0px 20px 0px 20px; 
	background: #2BA73F url(images/input-button-bg-green2.jpg) repeat top;
	position: relative; 
	font-weight: bold; 
	color: #FFFFFF; 
	font-size: 16px; 
	background-color: green; 
	text-align: center;
	padding: 3px;
	vertical-align: middle;
	border-width: 1px;
	border-color: #2BA73F;
}

.inputButton:hover
{
	background-color: #007813; 
	border-width: 1px;
	border-color: #007813;
	color: #FEEF99; 
}

.inputButtonSmall
{
	margin: 0px 20px 0px 20px; 
	position: relative; 
	font-weight: bold; 
	color: #666666; 
	font-size: 12px; 
	background-color: #FFE6BF; 
	text-align: center;
	padding: 2px;
}

.inputButtonSmall:hover
{
	background-color: #FFDBA6; 
	border-width: 2px;
	border-color: #808080;
}

.inputButtonNeg
{
	margin: 0px 20px 0px 20px; 
	background: #D27C00 url(images/input-button-bg-orange.jpg) repeat top;
	position: relative; 
	font-weight: bold; 
	color: #FFFFFF; 
	font-size: 16px; 
	background-color: green; 
	text-align: center;
	padding: 3px;
	vertical-align: middle;
	border-width: 1px;
	border-color: #2BA73F;	
}

.inputButtonNeg:hover
{
	background-color: #007813; 
	border-width: 1px;
	border-color: #007813;
	color: #FEEF99; 
}

.inputButtonSmallNeg
{
	margin: 0px 20px 0px 20px; 
	position: relative; 
	font-weight: bold; 
	color: #666666; 
	font-size: 12px; 
	background-color: #FFE6E6; 
	text-align: center;
	padding: 1px;
}

.inputButtonSmallNeg:hover
{
	background-color: #FFC6C6; 
	border-width: 2px;
	border-color: gray;
}

.listTable
{
	vertical-align: middle;	
	padding: 0px;
	width: 100%;
	
}

.listTable tr
{
	background: #F2FDF2;		
	background: white;		
	vertical-align: middle;		
}

.listTable tr:hover
{
	background: #FAFBD0;		
	border: solid 1px #CCCCCC;
}

.listTable thead tr
{
	background: #F1FCEF;		
}
.listTable thead tr:hover
{
	background: #F1FCEF;		
}

.listTable td
{
	color: black;
	vertical-align: middle;				
	font-family: Arial, Helvetica, verdana, georgia, serif, sans-serif;
	font-size : 12px;
	/*width: 100%;*/
	white-space: nowrap; 
}

.listTableGreenText
{
	color: green;
}

.listTableRedText
{
	color: red;
}

.listTableGrayText
{
	color: #666666;
}

.statusMessageRed
{
	color: red;
	vertical-align: middle;				
	font-family: Arial, Helvetica, verdana, georgia, serif, sans-serif;
	font-size : 14px;
	font-weight: bold;
}

.statusMessageGreen
{
	color: green;
	vertical-align: middle;				
	font-family: Arial, Helvetica, verdana, georgia, serif, sans-serif;
	font-size : 14px;
	font-weight: bold;
}


.listTableColumnHeaderText
{
	vertical-align: middle;
	font-family: georgia, serif, Arial, Helvetica, sans-serif;
	font-size : 16px;
	line-height : 28px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #669900;
	line-height: 25px; 
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.listPadding
{	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 2px;
	position: relative;
}

.ContentBox
{
	/*background: #F1C11A url(images/center-layer-under-bg.jpg) ;*/
	/*background: gray;*/
	
	border-collapse: collapse;
	border-spacing: 0;
	border: 0px none;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
	vertical-align: top;
	word-spacing: normal;
	white-space: normal;
	float: none;
	border-bottom:		0px;
	border-left:		0px;
	border-right:		0px;
	padding:			0px;
	margin-top: 28px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: table;
	position: relative;
}

.ContentBox img
{
	vertical-align: bottom;
}
	
.ContentBox p
{
	margin: 0px 0px 0px 30px;
}

.ContentBox td
{
	padding: 0;
	vertical-align: top;	
}

.ContentBoxTopLeft
{
	background: url(images/blue-box-corner-top-left2.jpg);
	width:18px;
	height:18px;	
	padding: 0;
}

.ContentBoxTopCenter
{
	background: url(images/blue-box-top-center2.jpg);
	padding: 0;	
}

.ContentBoxTopRight
{
	background: url(images/blue-box-corner-top-right2.jpg);
	width:18px;
	height:18px;	
	padding: 0;	
}

.ContentBoxLeftCenter
{
	background: url(images/blue-box-left-center2.jpg);
	height:18px;	
}

.ContentBoxContentLeftJustify
{
	background: #FFFFFF;
	text-align:left;
}

.ContentBoxContentCenterJustify
{
	background: #FFFFFF;
	text-align:center;	
}

.ContentBoxRightCenter
{
	background: url(images/blue-box-right-center2.jpg);
	width:18px;
}

.ContentBoxBottomLeft
{
	background: url(images/blue-box-corner-bottom-left2.jpg);
	width:18px;
	height:18px;	
}

.ContentBoxBottomCenter
{
	background: url(images/blue-box-bottom-center2.jpg);
	height:18px;	
}

.ContentBoxBottomRight
{
	background: url(images/blue-box-corner-bottom-right2.jpg);
	width:18px;
	height:18px;	
}


.ContentBoxTopLeft
{
	background: url(images/blue-box-corner-top-left2.jpg);
	width:18px;
	height:18px;	
}


.ContentBoxTopLeft
{
	background: url(images/blue-box-corner-top-left2.jpg);
	width:18px;
	height:18px;	
}




.ContentBox h1
{
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif,georgia, serif ;
	font-size : 32px;
	line-height : 38px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #669900;
}

.newAccountPageCreateHeader { margin: 20px 0px 0px -70px; text-align:center; position: relative;}	
.newAccountPageCreateAccountLogo { margin: -35px 0px 0px 10px; position: relative; }

.ContentBox h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #669900;
}

#headerLeft
{
	height:115px;
	background: url(images/header-trail-left.jpg) repeat center top;
	margin: 0px;
	margin-top: 0px;	
	padding: 0px;
	border: 0px none;
}

#header
{
	height:90px;
	width:800px;
	background: #D7D7D7 url(images/snooze-header-banner.jpg) no-repeat left top;
	border: 0px none;
	margin-top: 0px;	
}

.LogoutLink
{
	position: relative;
	left: 715px; 
	top: 45px; 
	color: White;
	white-space: nowrap;
	padding: 3px;
	width: 50px;
}

.LogoutLink a
{
	color: white;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.005cm;
	font-family: Arial, Helvetica, sans-serif;	
	padding: 3px;
	width: 50px;
}

.LogoutLink a:hover
{
	color: white;
	background: #F1C11A url(images/menu-bar-selected-orange-bg.jpg);
	color: #ffffff;
	text-decoration: none;	
	width: 50px;
}

#headerRight
{
	height:100px;
	background: url(images/header-trail.jpg) repeat center top;
	border: 0px none;
}

#headerLabel
{
	margin: 0px 0px 0px 380px;
	font-family: "Lucida Sans Unicode", Verdana, Arial;
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFC0;
	width: 380px;
}

.buttonBackGround img{
	text-align:center;
	padding: 2px 2px 2px 2px;
	background: #FFFFFF center top;
	border: 1px solid #FFFFFF;
}

.buttonBackGround img:hover{
	border: 1px solid #D2D2D2;	
	background: #BBF3B3 center top;
	padding: 2px 2px 2px 2px;	
}



#centeredLayerUnder{
	/*background:#D7D7D7 repeat-y center top;*/
	/*background: #FFFFFF url(images/center-leyer-under-fade-green.jpg) no-repeat ;*/
	background:#FFFFFF;
	text-align:center;
	width:807px;
	vertical-align: top;
	top:0px;
	position: relative;
	height:auto;
}


#centeredLayer{
	/*background:#F3EFE1 url(images/light-centered-layer-bg2.jpg) repeat-y center; */
	background:#FFFFFF;
	/*z-index: 10;*/
	text-align:center;
	width:796px;
	top: 0px;
	position: relative;
	vertical-align: top;
	margin: 0px 2px 0px;
	padding-bottom: 0px;
}
	
#greenAreaColumn{
	background:#C9F1D2 url(images/sidebar-green.jpg) repeat center;
	width:220px;
	text-align:center;
	vertical-align: top;		
}


#centeredArea{
	text-align: left;
	margin: 0 auto;
	position: relative;
	border-collapse: collapse;
	border-spacing: 0;

}
#centeredArea td{
	padding: 0;
}

#centeredAreaHeader{

	text-align: left;
	margin: 0 auto;
	position: relative;
	border-collapse: collapse;
	border-spacing: 0;

}
#centeredAreaHeader td{
	padding: 0;
}

#footer
{

	position: relative;
	background:#F9F6E6;
	text-align:center;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #858585;
	line-height: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	
	padding: 0px;
	padding-left: 2px;
	padding-top: 10px;
	height: 50px;	
	border: solid 1px #E3C520;
	width: 796px;
}


#footer ul 
{
	margin: 0px 0px 0px 8px; 
	padding: 0;
	list-style-type: none;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
} 


#footer li 
{
	text-align: center;
	float: left;
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #EFEFEF;
} 

#footer a 
{
	padding: 0px 6px 0px 4px;
	/*text-decoration: none;*/
	font-weight: bold;
	letter-spacing: 0.005cm;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
	color: #8D8D8D;
} 

#footer a:hover
{
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #E56C00;
}

.accountMenuBar
{
	/*background: #F1C11A url(images/menu-bar-blue-bg3.jpg); */
	position: absolute;
	text-align:left;
	height:22px;
	line-height: 14px;
	vertical-align: middle;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;	
	margin: 0;
	
	
}

.accountMenuBar ul 
{
	margin: 0; 
	padding: 0px;
	height:22px;
	list-style-type: none;
	color: #FFFFFF;
	font-weight: bold;
	vertical-align: middle;	
	line-height: 17px;	
	
} 

.accountMenuBar li 
{
	height:23px;
	margin: 0;
	padding: 1px;
	text-align: left;
	font-weight: bold;
	vertical-align: middle;	
	line-height: 17px;	
} 

.accountMenuBar a 
{
	margin: 0px 0px 0px 2px;
	letter-spacing: 0.005cm;
	display: block;
	width:140px;
	height:22px;
	padding: 2px 3px 0px 10px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;	
	vertical-align: middle;	
	line-height: 17px;
} 

.accountMenuBar a:link, .accountMenuBar a:active, .accountMenuBar a:visited 
{
	color: Gray;
}

.accountMenuBar a:hover 
{
	/* background: #F1C11A url(images/menu-bar-selected-orange-bg.jpg);*/
	background: #F1C11A;
	color: #ffffff;
	font-weight: bold;
} 

.selectedAccountMenu
{
	display: block;
	height:20px;	
	width:130px;
	/* background: #dcdcdc url(images/menu-item-green-bg.jpg); */
	background: #C4F2BB; 
	text-decoration: none;
	border-top: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;	
	margin: 0;
	
} 

.notselectedAccountMenu
{
	display: block;
	width:120px;
	background: #F1FCEF;
	margin: 0;
	text-decoration: none;
	border-top: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
} 


.accountContentArea
{
	position: relative;
	left: 180px;
	top: 10px;	
	width: 560px;
}

.accountContentAreaUnderAccountNav
{
	position: relative;
	left: 10px;
	top: 70px;
	width: 775px;	
	
}

.accountContentAreaUnderAccountNav2
{
	position: relative;
	left: -170px;
	width: 775px;
	top: 20px;	
	
}

.AccountHomeActionLinks
{
	position: relative;
	left: 40px;
	font-size: 14px;
	line-height: 30px;
}

.AccountHomeCredits
{
	background-color: #EEF9F1;
	border-width: 1px;
	border-color: #C7EBD0;
	border-style: solid;
	padding: 10px;
	position: relative;
	left: 10px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;	
	color: #008000;
	font-weight: bold;
}


.smalltext
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;	
}

.largeGrayText
{
	font-size: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color: Gray;
	font-weight:500;
	
}



#menuBar
{
	background: #F1C11A url(images/menu-bar-blue-bg3.jpg); 
	/*background: #FFFFFF; */
	text-align:left;
	height:29px;
	width: 802px;
	vertical-align: top;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;	
	margin: 0 0 0;
	position:absolute;
	top: 92px;
		
	border-bottom: 2px solid #FFFFFF;
}


#menuBar ul 
{
	margin: 0; 
	padding: 0;
	list-style-type: none;
	color: #FFFFFF;
	font-weight: bold;
	
} 


#menuBar li 
{
	height:18px;
	float: left;
	margin: 0;
	padding: 0;
	text-align: left;
	font-weight: bold;
} 


#menuBar a 
{
	letter-spacing: 0.005cm;
	display: block;
	width:103px;
	height:18px;
	padding: 3px 4px 3px 6px;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;	
	line-height: 17px;
	vertical-align: middle;
	color: #FFFFFF;
} 


.selected1
{
	display: block;
	height:18px;	
	width:103px;
	/*background: #dcdcdc url(images/menu-item-green-bg.jpg);*/
	background: #FFFFFF;
	color: Gray;
	text-decoration: none;
	border-top: 3px solid #838383;
	border-right: 2px solid #838383;
	border-bottom: 2px solid #FFFFFF;
	border-left: 3px solid #838383;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;	
	
} 


.notselected
{
	display: block;
	width:120px;
	/*background: #dcdcdc url(images/menu-item-gray-bg.jpg);*/
	background: #dcdcdc url(images/menu-item-green-bg.jpg);
	text-decoration: none;
	border-top: 1px solid #82BC88;
	border-right: 0px solid #838383;
	border-bottom: 3px solid #838383;
	border-left: 1px solid #838383;
	color: Green;
} 




#menuBar a.selected1:link, #menuBar a.selected1:active, #menuBar a.selected1:visited 
{
	color: Gray;
}



#menuBar a:link, #menuBar a:active, #menuBar a:visited 
{
	color: #FFFFFF;
}

#menuBar a:hover 
{
	background: #F1C11A url(images/menu-bar-selected-orange-bg.jpg);
	color: #FFFFFF;
	font-weight: bold;
} 

#menuBar a.selected1:hover 
{
	background: #F1C11A url(images/menu-bar-selected-orange-bg.jpg);
	color: #FFFFFF;
	font-weight: bold;
} 


#sub-menuBar
{
	/*background: #B1B1B1 url(images/sub-menu-green-bg.jpg);*/
	background: #FFFFFF;
	
	text-align:left;
	width:790px;
	position: relative;
	height:21px;
	vertical-align: top;
	margin: 0 0 0 0; 
	padding: 4px 0px 0px 6px;	 
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;		
	color: #ffffff;	
}

#sub-menuBar ul 
{
	margin: 0; 
	padding: 0;
	list-style-type: none;
	color: #FFFFFF;
	font-weight: bold;
} 

#sub-menuBar li 
{
	float: left;
	margin: 0 0 0 0;
	padding: 0px 3px 0px 8px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
			
} 

#sub-menuBar a 
{
	background: url(images/sub-menu-bar-item-bg.jpg) no-repeat left;
	display: block;
	padding: 0px 10px 3px 10px;
	text-decoration: none;
	letter-spacing: 0.005cm;
	line-height: 17px;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;		
	color: #FFFFFF;	
} 

#sub-menuBar a:link, #menuBar a:active, #menuBar a:visited 
{
	color: #FFFFFF;
}

#sub-menuBar a:hover 
{
	color: #FFE093;
} 



#greenarea
{
	background:#009900 url(images/sidebar-green2.jpg) repeat-y center top;
	text-align:left;
	width:170px;
	height:100px;
	position: relative;
	left: 600px;
	top: 10px;
}


#mid2
{
	background: #FFFFFF;	
	padding: 30px;
	text-align: left;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	width:500px;
	position: relative;
	left: 20px;
	top: 410px;	
	border: 7px solid #0099CC;
}

#lowerWhiteBox{
	background: #FFFFFF; 
	padding: 30px;
	text-align: left;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	width:500px;
	position: relative;
	left: 20px;
	top: 20px;	
	border: 7px solid #0099CC;
}

#callCounterBox
{
	background: url(images/call-counter.jpg) 100% 100% no-repeat;
	text-align:left;
	height: 207px;
	width: 195px;
	position: relative;
	left: 0px;
	top: -2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	margin: 10px;
	text-align:left;
}

#callCounterCallCount{
	background: #000000 url(images/call-counter-black-bg.jpg);
	text-align:center;
	margin: 0px 30px 0px 0px;
	vertical-align: middle;	
	top: 50px;
	height: 24px;
	width: 140px;
	left:30px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px 0px 1px;
	border: 1px solid #D9D9D9;
	letter-spacing: 0.75em;

}

#callCounterNextPrize
{
	text-align:center;
	margin: 0 0 0;
	top: 50px;
	height: 30px;
	width: 200px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px 0px 1px 0px;
	letter-spacing: 0.10em;
}


#callCounterSnoozeAndWinLink
{
	margin: 0 0 0;
	top: 40px;
	position: relative;
	left:4px;
	text-align:center;	
} 


#WakeupCallsLinkBox{
	margin: 0 0 0;
	top: 10px;
	position: relative;
	left:0px;
	text-align:center;
	border: 0px;
}
 
#WakeupCallsLinkBox img
{
	border: none;
} 


#memberLoginBox{
	background: url(images/member-login-box-bg.jpg) 100% 100% no-repeat;
	text-align:left;
	height: 207px;
	width: 189px;
	position: relative;
	left: 0px;
	top: -2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	margin: 6px;
}

#memberLoginBox input{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	background-color: #FFFF99;
	
}

#memberLoginBoxsubmit{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-color: #FFCC00;
	border: 1px solid #FF6600;
	
}

#loginPageGreenBGFade
{
	position: relative;
	
	background: url(images/login-page-green-fade-bg.jpg) no-repeat ;
	margin:  50px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	height: 160px;
}


#loginPageMessageBox {	margin: -85px 0px 0px 100px; position: relative; }
#loginPageGreenPowerButton {	margin: 14px 0px 0px 10px;	position: relative; }
#loginPageLoginBoxHeader {	margin: 0px 0px 0px 10px;	position: relative; }

#loginPageUsernameText {	margin: 30px 0px 0px 20px;	position: relative; font-weight: bold; color: gray;}
/*.loginTextBox {	margin: 0px 0px 0px 10px; position: relative; width:250px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: gray; background: url(images/textbox-yellow-bg.jpg) 100% 100% repeat; height: 20px; text-align: left; padding:4px; }*/

.loginTextBox {	margin: 0px 0px 0px 0px; position: relative; width:250px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: gray; height: 20px; text-align: left; padding:4px; }
#loginPagePasswordText {	margin: 10px 0px 0px 80px;	position: relative; font-weight: bold; color: gray;}
/*.passwordTextBox { background: url(images/textbox-orange-bg.jpg) 100% 100% no-repeat; margin: 0px 0px 0px 5px;	position: relative; width:250px; font-weight: bold; font-size: 14px; color: gray; height: 20px; }*/
.passwordTextBox { margin: 0px 0px 0px 0px;	position: relative; width:250px; font-weight: bold; font-size: 14px; color: gray; height: 20px; padding:4px; }
.loginPageLoginButton {	margin: 0px 0px 0px 20px; position: relative; font-weight: bold; color: gray; font-size: 14px; BACKGROUND-COLOR: #FEE8B8; TEXT-ALIGN: center; padding: 4px;}
.loginPageLoginButton:hover
{

	background: #ffcc66;
}

.ResendVerificationEmailBox
{
	position: relative;
	top: 0px;
}


#loginPageForgotPasswordLink {	margin: 10px 0px 10px 155px;	position: relative; font-size: 11px;  }

#loginPageRememberLoginCheckbox {	margin: 10px 0px 0px 155px;	position: relative; font-size: 11px; color: gray;  }

#loginPageCreateAccountLink{	margin: -30px 0px 0px 120px;	position: relative; font-size: 15px;  }


#sslBox { margin: -160px 0px 0px 580px; position: relative; }

#whySnoozesterAccount { margin: -55px 0px 0px 505px; position: relative; }

#createAccountButtonLoginPage { margin: 40px 0px 0px 105px; position: relative; }

#createAccountInstructionBox { background: url(images/new-account-instructions-box.jpg)  no-repeat; width:190px; height:200px; margin: 0px 0px 0px -40px; position: relative; }
#createAccountInstructionText {position: relative; padding: 25px 0px 0px 10px; font-family: Verdana, Helvetica, Arial; font-size: 12px; color: #4A4A4A;}
#createAccountSSLBox {position: relative; margin: 240px 0px 0px 30px; }


#errorMessage 
{
	font-weight: bold; 
	color: red; 
	position: relative;  
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;	
}

#newAccountPageFields{
	white-space: nowrap;
	border-collapse: collapse;
	border-spacing: 0;
	border: 0px none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 26px; 
	font-weight: normal;
	font-variant: normal;
	text-align: left;
	vertical-align: middle;
	word-spacing: normal;
	float: none;
	border-bottom:		0px;
	border-left:		0px;
	border-right:		0px;
	padding:			0px;
	margin: 30px 0px 0px 0px;
	display: table;
	position: relative;
}

#newAccountPageFields td
{
	white-space: nowrap;
	padding: 6px;
	vertical-align: top;	
}

.fields
{
	white-space: nowrap;
	padding: 6px;
	vertical-align: middle;	
}
.fields img
{
	vertical-align: middle;	
}
.fields input
{
	vertical-align: middle;	
}

.fieldLabels
{
	white-space: nowrap;
	padding: 6px;
	vertical-align: top;	
}

.fieldLabelsRightAligned
{
	white-space: nowrap;
	padding: 6px;
	text-align: right;
	vertical-align: middle;
}

.fieldLabelsRightAligned img
{
	vertical-align: middle;
}

.LinksList
{
	margin-top: 13px;
	margin-left: 30px;
	line-height: 13px;
	vertical-align: middle;
	text-align:left;	
}

.LinksList img
{
	line-height: 13px;
	vertical-align: middle;	
	text-align:left;	
}

.LinksList a
{
	font-size: 13px;
}

.CreateAccountField 
{
	background: #FFFFFF repeat; 
	position: relative; 
	font-weight: bold; 
	font-size: 15px; 
	color: #808080; 
	/*height: 20px;  */
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	padding: 4px;
}

.MediumHeader
{
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif,georgia, serif;
	font-size : 22px;
	line-height : 44px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #8D8D8D;
	line-height: 25px; 
	padding-bottom: 6px;
	vertical-align: middle;
}

.MediumHeader2
{
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif,georgia, serif;
	font-size : 18px;
	line-height : 44px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #52894B;
	line-height: 25px; 
	padding-bottom: 6px;
	vertical-align: middle;	
}

.inlineCal
{
	z-index:100;
	background: black;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	top: -310px;
	left: -330px;
	position:relative;
}


.inlineCalReminders
{
	z-index:10;
	background: black;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	top: -310px;
	left: -430px;
	position:relative;
	
}


.AccountMessage
{
	
	background: #F2FDF5;
	padding: 13px;
	font-weight: bold;
	border-style: dashed;
	border-width: 3px;
	border-color: #A2C888;	
	font-family: helvetia, arial, verdana;
	font-size: 15px;
	color: #B34A4A;	
	margin: 10px;	
}

#createAccountUserMessage { margin: 50px 0px 0px 140px; position: relative; }

.errorMessage 
{
	font-weight: bold; 
	color: red; 
	position: relative;  
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;

}

#overDiv
{
	position:absolute; visibility:hidden; z-index:1000;
	font-weight: normal; font-size: 12px; color: black; 
	font-family: Arial, Helvetica, sans-serif;
	background: #FFE3F4 repeat;
	padding: 10px 10px 10px 10px;
}

.textboxInstructions
{
	position: relative; font-weight: normal; font-size: 11px; color: gray; font-family: Verdana, Helvetica, Arial, sans-serif;
}

.boldText
{
	font-weight: bold;
}

.boldTextGray
{
	font-weight: bold;
	color: Gray;
	font-size: 16px;
}

.boldTextGray a
{
	font-weight: bold;
	color: Gray;
	font-size: 16px;
}


.italicsText
{
	font-style: italic;	
}

.ExpandButton
{
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;		
	cursor: pointer;
}
.ExpandButton:hover
{
	border-color: #669900;		
}

.ExpandedListItem
{
	border-color: #99CCFF;
	border-width:1px;
	border-style:solid;
	padding: 5px;
	background: #FCFDE3 url(images/Expand-Div-BG.jpg);
	margin-bottom: 10px;
	margin-left: 40px;
	vertical-align: middle;	
	padding-top: 10px;
	padding-bottom: 6px;	
}

.ExpandedListItem img
{
	vertical-align: middle;	
}

.ExpandedListItem a
{
	vertical-align: middle;	
	text-decoration: none;
	font-size: 11px;
	font-weight:  normal;
	background: #FFEBCC;
	padding: 2px;
	border-width:1px;
	border-color:gray;
	border-style:solid;
	margin-top: 8px;		
}

.ExpandedListItem a:hover
{
	vertical-align: middle;	
	font-size: 11px;
	font-weight:  normal;
	background: #FFDDAA;
	padding: 2px;
	border-width:1px;
	border-color:Black;
	border-style:solid;
}

.questionmarkToolTip
{
	cursor:pointer;
	
}
.questionmarkToolTip:hover
{
	cursor:pointer;
}

.MyAccountFreeCallCreditBanner
{
	top: -100px;	
	left: 340px;
	height: 130px;
	position: relative;
	border-width: 0px;
	width: 200px;
}

.MyAccountGiftCertificatesBanner
{
	top: -20px;	
	left: -160px;
	height: 130px;
	position: relative;
	border-width: 0px;
}



.MyAccountFreeCallCreditBanner a
{
	background-color: white;
}
.MyAccountFreeCallCreditBanner a:hover
{
	background-color: white;
}

.LeftIndent50px
{
	position:relative;
	left: 50px;	
}

.LeftIndent50pxWidth600px
{
	position:relative;
	left: 50px;	
	width: 730px;
}

.LeftIndent40pxWidth720px
{
	position:relative;
	left: 40px;	
	width: 730px;
}


.LeftIndent50pxWidth350px
{
	position:relative;
	left: 50px;	
	width: 350px;
}

.LeftIndent50pxWidth325px
{
	position:relative;
	left: 50px;	
	width: 325px;
}

.LeftIndent50pxWidth300px
{
	position:relative;
	left: 50px;	
	width: 300px;
}

.LeftIndent40pxWidth500px
{
	position:relative;
	left: 40px;	
	width: 500px;
}

.LeftIndent150pxWidth400px
{
	position:relative;
	left: 150px;	
	width: 400px;
}

.BlockWidth400px
{
	position:relative;
	width: 400px;
}




#Wake_Calls_Banner
{
}

#Wake_Calls_Banner:hover
{
	background: white;
}

#SignUpGetFreeCallsLinkMainPage
{
}

#SignUpGetFreeCallsLinkMainPage:hover
{
	background: white;
}

#SecureAwakeCallsLink
{
}

#SecureAwakeCallsLink:hover
{
	background: white;
}

#ShowSomeLoveLink
{
	left: 40px;
	position: relative;
}

#ShowSomeLoveLink: hover
{
	background: white;
}

.SnoozeLoveBanner
{
	position:relative;
	left: 380px;
	margin-top: -50px;
	margin-bottom: 30px;
	height: 30px;
}



#GiftOfSnoozesterLink
{
	left: 40px;
	position: relative;
}

#GiftOfSnoozesterLink: hover
{
	background: white;
}

.GiftOfSnoozesterBanner
{
	position:relative;
	left: 480px;
	margin-top: -280px;
	/*margin-bottom: 10px;*/
	height: 160px;
	width: 240px;
}


.WhatsNewBanner
{
	position:relative;
	left: 470px;
	margin-top: -270px;
	margin-bottom: 10px;
	height: 230px;
	width: 200px;
}

#WhatsNewLink
{	
	position: relative;
}

#WhatsNewLink: hover
{
	background: white;
}






#HowItWorksLearnMoreBox
{
	background: url(images/learn-more-box-bg.jpg) no-repeat ;
	width: 260px;
	height: 350px;
	/*left: 460px;*/
	/*margin-top: -500px;*/
	padding-top: 45px;
	padding-left: 15px;
	padding-right: 10px;
	line-height: 30px;			
	position: relative;
}
	

#SnoozesterForBizLink	
{
	position: relative;
	z-index: 10;
	left: 380px;
	top: -38px;
}



#SnoozesterForEduLink	
{
	position: relative;
	z-index: 10;
	left: 592px;
	top: -5px;
}




.SnoozesterizeWord
{
	
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	font-size: 42px;
	font-weight: bold;
	color: #669900;
	line-height: 50px;	
}

.SnoozesterizeWordPronounce
{
	font-family: sans-serif, Times New Roman, Arial, Helvetica;
	font-size: 18px;
	font-weight: normal;
	color: #6E6E6E;	
}
.SnoozesterizeWordVerb
{
	font-family: Arial, Helvetica, sans-serif, Times New Roman;
	font-size: 18px;
	font-weight: normal;
	color: #4B743E;	
}

.SnoozesterizeDefine
{
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif,georgia, serif ;
	font-size : 26px;
	line-height : 34px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #727272;
}

.SnoozesterizeUsage
{
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif,georgia, serif ;
	font-size : 14px;
	line-height : 40px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #4C4C4C;
}


.SnoozesterizeExample
{
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif,georgia, serif ;
	font-size : 14px;
	line-height : 30px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	color: #4C4C4C;
}


#headerBox 
{
	height:120px;
	border-collapse: collapse;
	border-width: 0px;
	border-style: none;
	padding: 0;	
	width: 100%;
	
	
	
	
} 

.HeaderMiddle 
{
	height:120px;
	width: 798px;	
	background: Green;
	background: #8FC5E8 url(images/snooze-header-banner.jpg) no-repeat left top;
	/*background: #FFFFFF;*/
	border-width: 0px;
	border-style: none;	
	padding: 0;
} 

.HeaderLeftTrail 
{
	height:110px;

	
	
	background: url(images/header-left-trail.jpg) repeat ;
	border-width: 0px;
	border-style: none;
	padding: 0;	


	color: Gray;
	
	border-top: 0px solid #838383;
	border-right: 0px solid #838383;
	border-bottom: 0px solid #838383;
	border-left: 0px solid #838383;

} 
.HeaderRightTrail 
{
	height:100px;
	
	border-width: 0px;
	border-style: none;
	
	background: url(images/header-trail-right.jpg) repeat ;
	/* border: 0px none;	*/
	padding: 0;	
	z-index: -40;
	color: Gray;
	
	border-top: 0px solid #838383;
	border-right: 0px solid #838383;
	border-bottom: 0px solid #838383;
	border-left: 0px solid #838383;

} 


#RemindByEmailOptions
{
	line-height: 32px;	
	/*font-size: 20px;*/
	
		
}


.checkBox
{
	/*margin: 0px 20px 0px 20px; */
	position: relative; 
	font-weight: bold; 
	color: #666666; 
	font-size: 10px; 
	background-color: #FFE6BF; 
	text-align: center;
	/*padding: 5px;*/
	vertical-align: middle;
	height: 30px;
	width: 30px;
	
}



.HomePageLoginBox
{
	height:200px;	
	/*background: url(images/home-page-login-box.jpg) no-repeat ;*/
	background: url(images/login-box-home-page-bg.jpg) no-repeat ;		
	padding-top: 28px;
	padding-left: 20px;
	color: #7A7A7A;
	margin: 0px;
	position: relative;
	margin-top: -190px;
	left: 500px;
	width: 265px;
	line-height: 27px;
	/*height: 100px;*/
} 



.HomePageUnderDiagram
{
	top: -10px;
	position: relative;
	width: 440px;
	height: 510px;	

} 

.orangeText
{
	color: #EFBA00;	
	font-weight: bold;	
	font-style: italic;		
	font-family: Arial, Helvetica, Verdana;
	font-size: 13px;
}


.BoldDarkGreenText
{
	color: #4D7946;	
	font-weight: bold;		
	line-height: 24px;
	font-size: 16px;	
}

.wakeupCallsp1
{
	width: 400px;
}

.wakeupCallsPageFreeAccount
{
	position: relative;
	left: 460px;
	margin-top: -240px;
	height: 235px;
	width: 200px;
}



#WakeupCallsPageBottomRight
{
	position:relative;
	left: 460px;
	margin-top: -270px;
	margin-bottom: 30px;	
	height: 260px;
	width: 390px;
	vertical-align: top;
}


.WakeUpCallsSecureAwakeDiv
{
	width: 425px;	
	height: 260px;
	vertical-align: top;
}

.HowItWorksPageLeftColumn
{
	width: 450px;		
	
}

.HowItWorksPageRightColumn
{
	position: relative;
	margin-top: -580px;
	left: 500px;
	height: 610px;		
}

.reminderCallsp1
{
	width: 460px;
}

.reminderCallsp2
{
	position: relative;
	margin-top: -470px;
	left: 480px;
	height: 450px;	
}

.ReminderCallsBottomPageColumn2
{
	position: relative;
	margin-top: -100px;
	left: 420px;
	height: 110px;	
}


.MonthlyPlan
{
	line-height: 20px;
	font-size: 13px;		
}


.HomePageVTBanner
{
	margin-top:-150px;
	position: relative;
	width: 400px;
	height: 410px;	
	left: 450px;
	height: 150px;
	widows: 360px;

} 


.myAccountSnoozeStarsBox
{
	/*background: url(images/snoozestars-bg.jpg);*/
	position: absolute;
	width:150px;
	height:138px;	
	top: 180px;
	text-align: center;
	vertical-align: middle;
}

.snoozestarRatingNum
{
	position: relative;
	color: #FFFFFF;	
	font-weight: bold;		
	font-family: Arial, Helvetica, Verdana;
	font-size: 24px;
	top: 75px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

.snoozestarRatingNum a
{
	position: relative;
	text-decoration: none;
	color: #FFFFFF;	
	font-weight: bold;		
	font-family: Arial, Helvetica, Verdana;
	font-size: 24px;

}


.smalltext2
{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;	
	color:black;		
}

.paddedSpan
{
	
	padding-left: 25px;	
	padding-right: 8px;	
	padding-top: 8px;	
	padding-bottom: 8px;		
	
}

.paddedSpanTopBottom
{
	padding-top: 8px;	
	padding-bottom: 8px;		
	
}

.paddedSpanRight
{
	padding-right: 30px;	
	padding-left: 6px;	
	padding-bottom: 8px;		
	
}


.priceTableBG
{
	background-color: #FCF3D1;
	
}

.snoozesterDescriptionFooterText
{		
	color: gray;	
	font-weight: normal;		
	font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
}

.snoozesterDescriptionFooterText a
{		
	color: #666666;	
	font-weight: normal;		
	font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
}


.snoozesterDescriptionFooterText a:hover
{
	color: #E56C00;
}


.inputButtonRSSMore
{	
	font-weight: normal;		
	font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	color: #666666; 
	background-color: #FFFFFF; 
	text-align: center;
	padding: 1px;
}

.pricingPageTextLeftDiv
{
	position:relative;
	width: 500px;
		
}

.signupPricingPage
{
	position: relative;
	margin-top: -140px;
	left: 530px;
	width: 200px;
	height: 150px;
		
}


.smallLink
{
	font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0cm;
	color: #0063FF;
}  

.warning
{
	background: #F4EC84;
	width: 500px;	
}



.signupMainPage
{
	position:relative;
	left: 0px;
	margin-top: -380px;
	/*margin-bottom: -400px;*/
	/*height: 890px;*/
	width: 640px;
	/*top: -572px;*/
		font-family: Century Gothic, Arial, Helvetica, Verdana;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0cm;
	color: #0063FF;
	line-height: 40px;
	vertical-align: top;
	
	

	
}


.MainPageTyra
{
	position:relative;
	left: 490px;
	margin-top: -220px;
	/*top: -220px;*/
	height: 280px;
	width: 320px;
}



.MainPageEarlyShow
{	
	position:relative;
	left: 490px;
	margin-top: -15px;
	/*top: -240px;*/
	height: 280px;
	width: 320px;
	/*margin-bottom: 100px;*/
}
