
body
{
	margin:0px;
	background:#FFFFFF;
	background-repeat:repeat-y;
	font-size:11pt;
	font-family: Arial, Verdana;
	line-height: 20px;
}


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;
}

a
{
	font-family: Arial, Helvetica, Verdana;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0cm;
	color: #0063FF;
}

.biglink
{
	font-size:12pt;
	font-family: Arial, Verdana;
	line-height: 20px;
	font-weight: bold;
	color: #0063FF;
}  

a:link       
{ 
    color: #0066FF; 
}

a:hover      
{ 
    background-color: #FFFFD5;
    color: #006600;  
}

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; 
	/*position: relative; */
	font-weight: bold; 
	color: #666666; 
	font-size: 14px; 
	background-color: #FFE6BF; 
	text-align: center;
	padding: 5px;
	vertical-align: middle;
}

.inputButton:hover
{
	background-color: #FFDBA6; 
	border-width: 2px;
	border-color: #808080;
}

.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; 
	position: relative; 
	font-weight: bold; 
	color: #666666; 
	font-size: 14px; 
	background-color: #FFE6E6; 
	text-align: center;
	padding: 5px;
	vertical-align: middle;
}

.inputButtonNeg:hover
{
	background-color: #FFC6C6; 
	border-width: 2px;
	border-color: #808080;
}

.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;
	
}

.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;
}

.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 : 14px;
	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;
	white-space: nowrap; 
}

.listPadding
{	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.ContentBox{
	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: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	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 td 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:100px;
	background: url(images/header-trail-left.jpg) repeat center top;
	margin: 0px;
	padding: 0px;
	border: 0px none;
}

#headerAccount
{
	height:90px;
	width:600px;
	/*background: #D7D7D7 url(images/snoozester-corporate-header3.jpg) no-repeat left top; */
	border: 0px none;
}



#header
{
	height:90px;
	width:600px;
	background: #D7D7D7 url(images/Corporate-wake-up-calls-header-banner.jpg) no-repeat left top; 
	border: 0px none;
}

#SnoozesterForIndividualsLink
{
	position: relative;
	z-index: 10;
	left: 570px;
	top: -28px;
}


.LogoutLink
{
	position: relative;
	left: 720px; 
	top: 27px; 
	color: green;
	white-space: nowrap;
	padding: 3px;
}

.LogoutLink a
{
	color: green;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.005cm;
	font-family: Arial, Helvetica, sans-serif;	
	padding: 3px;
}

.LogoutLink a:hover
{
	color: green;
	background: #F1C11A url(images/menu-bar-selected-orange-bg.jpg);
	color: #ffffff;
	text-decoration: none;	
}

#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:#74AF6D repeat-y center top;
	
	z-index: -1;
	text-align:center;
	width:786px;
	vertical-align: top;
	top:0px;
	height:auto;
}


#centeredLayer{
	/* background:#F3EFE1 url(images/light-centered-layer-bg2.jpg) repeat-y center; */
	background:#FFFFFF; 
	z-index: 1;
	text-align:left;
	width:780px;
	vertical-align: top;
	margin: 0px 3px 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
{
	background:#CCEAFF url(images/footer-green-fader.jpg) repeat center;
	text-align:center;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #EFEFEF;
	line-height: 18px;
	padding: 0px;
	height: 38px;	
}


#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 10px 0px 10px;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.005cm;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color: #FFFFFF;
} 

#footer a:hover
{
	text-align:center;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: #5D8D57;
	color: #FFEB63;
	text-decoration: none;
}

.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;	
} 

.accountMenuBar li 
{
	height:25px;
	margin: 0;
	padding: 1px;
	text-align: left;
	font-weight: bold;
	vertical-align: middle;	
} 

.accountMenuBar a 
{
	margin: 0px 0px 0px 2px;
	letter-spacing: 0.005cm;
	display: block;
	width:140px;
	height:22px;
	padding: 3px 3px 3px 10px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;	
	vertical-align: middle;	
} 

.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:18px;	
	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;
} 


.admintabAccountMenu
{
	display: block;
	width:120px;
	background: #FF9000;
	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: 0px;	
	width: 525px;
}

.accountContentAreaUnderAccountNav
{
	position: relative;
	left: 10px;
	top: 35px;	
	width: 750px;
	
}

.accountContentAreaUnderAccountNav2
{
	position: relative;
	left: -170px;
	width: 700px;
	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;
	
}





#menuBarAccount
{
	/*background: #F1C11A url(images/menu-bar-blue-bg3.jpg); */
	
	background: #FFFFFF; 
	text-align:left;
	height:26px;
	vertical-align: top;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;	
	margin: 0 0 0;
}


#menuBarAccount ul 
{
	margin: 0; 
	padding: 0;
	list-style-type: none;
	color: #FFFFFF;
	font-weight: bold;
} 


#menuBarAccount li 
{
	height:18px;
	float: left;
	margin: 0;
	padding: 0;
	text-align: left;
	font-weight: bold;
} 


#menuBarAccount a 
{
	letter-spacing: 0.005cm;
	display: block;
	width:112px;
	height:18px;
	padding: 3px 3px 3px 10px;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;	
	line-height: 17px;
	vertical-align: middle;
} 

#menuBarAccount a:link, #menuBarAccount a:active, #menuBarAccount a:visited 
{
	color: #FFFFFF;
}

#menuBarAccount a:hover 
{
	background: #F1C11A url(images/menu-bar-selected-orange-bg.jpg);
	color: #ffffff;
	font-weight: bold;
} 






#menuBar
{
	/*background: #F1C11A url(images/menu-bar-blue-bg3.jpg); */
	
	background: #85D16E; 
	text-align:left;
	height:26px;
	vertical-align: top;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;	
	margin: 0 0 0;
}


#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:112px;
	height:18px;
	padding: 3px 3px 3px 10px;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;	
	line-height: 17px;
	vertical-align: middle;
} 


.selected1
{
	display: block;
	height:18px;	
	width:112px;
	background: #dcdcdc url(images/menu-item-green-bg.jpg);
	text-decoration: none;
	border-top: 1px solid #838383;
	border-right: 1px solid #838383;
	border-bottom: 1px solid #68A860;
	border-left: 1px 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);
	text-decoration: none;
	border-top: 1px solid #838383;
	border-right: 1px solid #838383;
	border-bottom: 1px solid #838383;
	border-left: 1px solid #838383;
} 


#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;
} 

#sub-menuBar
{
	background: #B1B1B1 url(images/sub-menu-green-bg.jpg);
	text-align:left;
	width:780px;
	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{
	background: url(images/corner-green-fade.jpg) no-repeat ;
	margin:  10px 0px 0px 10px;
	padding: 5px 0px 0px 0px;
	height: 175px;
	vertical-align: middle;
	
}

#rememberMeToolTip
{		
	top: 10px;
	position: relative;
}


#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:200px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: gray; background: url(images/textbox-yellow-bg.jpg) 100% 100% no-repeat; height: 18px; text-align: left; }

#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:200px; font-weight: bold; font-size: 12px; color: gray; height: 18px; }
.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;
}

#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 100px;	position: relative; font-size: 15px;  }


#sslBox { margin: -110px 0px 0px 500px; 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 8px; position: relative; }
#createAccountInstructionText {position: relative; padding: 25px 0px 0px 10px; font-family: Verdana, Helvetica, Arial; font-size: 12px; color: #4A4A4A;}
#createAccountSSLBox {position: relative; margin: 30px 0px 0px 75px; }


#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: 22px; 
	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 10px;
	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: normal; 
	font-size: 14px; 
	color: #333333; 
	height: 20px;  
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

.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: #999999;
	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:10;
	background: black;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	top: -150px;
}

.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;
}

.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: -150px;	
	left: 5px;
	height: 130px;
	position: relative;
	border-width: 0px;
}

.MyAccountGiftCertificatesBanner
{
	top: -20px;	
	left: -160px;
	height: 130px;
	position: relative;
	border-width: 0px;
}



.MyAccountFreeCallCreditBanner a
{
	background-color: white;
}
.MyAccountFreeCallCreditBanner a:hover
{
	background-color: white;
}

.LeftIndent20px
{
	position:relative;
	left: 20px;	
}

.LeftIndent50px
{
	position:relative;
	left: 50px;	
}

.LeftIndent50pxWidth600px
{
	position:relative;
	left: 50px;	
	width: 600px;
}

.LeftIndent50pxWidth660px
{
	position:relative;
	left: 50px;	
	width: 660px;
}


.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: 380px;
	margin-top: -170px;
	margin-bottom: 10px;
	height: 160px;
}


.WhatsNewBanner
{
	position:relative;
	left: 40px;
	margin-top: 60px;
	margin-bottom: 10px;
	height: 130px;
}

#WhatsNewLink
{	
	position: relative;
}

#WhatsNewLink: hover
{
	background: white;
}


.signupMainPage
{
	position:relative;
	left: 360px;
	margin-top: -280px;
	margin-bottom: 30px;
	height: 290px;
}

#SecureAwakeBanner
{
	position:relative;
	left: 390px;
	margin-top: 0px;
	margin-bottom: 30px;
	height: 100px;
}


#HowItWorksLearnMoreBox
{
	background: url(images/learn-more-box-bg.jpg) no-repeat ;
	width: 260px;
	height: 350px;
	left: 410px;
	margin-top: -500px;
	padding-top: 45px;
	padding-left: 15px;
	padding-right: 10px;
	line-height: 30px;			
	position: relative;
}
	
#BizSolutionsHeaderLogo
{
	position:relative;
	left: 630px;
	top: 15px;	
}

	
#HomePageBanner
{
	position:relative;
	left: 10px;
	top: -10px;
}	

#HomePageBanner: hover
{
	background: white;
}


#footerAccount
{
	background:#CCEAFF url(images/footer-green-fader.jpg) repeat center;
	text-align:center;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #EFEFEF;
	line-height: 18px;
	padding: 0px;
	height: 38px;	
}


#footerAccount ul 
{
	margin: 0px 0px 0px 270px; 
	padding: 0;
	list-style-type: none;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
} 


#footerAccount li 
{
	text-align: center;
	float: left;
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #EFEFEF;
} 

#footerAccount a 
{
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.005cm;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color: #FFFFFF;
} 

#footerAccount a:hover
{
	text-align:center;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: #5D8D57;
	color: #FFEB63;
	text-decoration: none;
}


.HowItWorksBannerLinkBox
{
	position:relative;
	left: 430px;
	margin-top: -150px;
	margin-bottom: 10px;
	height: 190px;
}


