/*
----------------------------------------------------
Site				: Jewish Ideas Daily
Sheet				: tooltip.css
Web Development Firm: www.eResources.com
CSS Coder			: JM (based on styles.css by Matt Harris (www.focusontheclouds.com))
Date				: February 12, 2010
Purpose				: Tooltip Template
----------------------------------------------------
*/

#wraptip {
	margin: 0;
	padding: 0;
	
	color: #000000;
	font-weight: bold;
	font-family: Arial, Sans-serif;
}

#titletip h2 {
	color: #0D6374;
	font-weight: bold;
	font-family: Arial, Sans-serif;
}

h2.wintitletip {
	color: #0D6374;
	font-weight: bold;
	font-family: Arial, Sans-serif;
	margin: 0px 5px 0px 5px;
	.margin: 0px 5px 10px 5px;
}

#contenttip {
	color: #000000;
	font-weight: bold;
	font-family: Arial, Sans-serif;
}

#contenttip .warningtip {
	color: #FF0000;
}

#contenttip span.save {
	color: #54AACC;
	font-weight: normal;
	font-family: Arial, Sans-serif;
}

#contenttip .nametip, #contenttip .passtip, #contenttip .emailtip {
	margin: 0px;
	padding: 0px 0px 5px 25px;
}

#contenttip .nametip input, #contenttip .passtip input, #contenttip .emailtip input {
	width: 180px;
	padding: 2px;
}

#contenttip .termtip {
	font-size: 11px;
	font-weight: normal;
	margin-left: 10px;
}

#contenttip .termtip a {
	text-decoration: underline;
}

#contenttip .termtip a:hover {
	text-decoration: underline;
}

#contenttip .forgottip {
	font-size: 11px;
	margin-left: 20px;
}

#contenttip .forgottip a {
	text-decoration: underline;
}

#contenttip .forgottip a:hover {
	text-decoration: underline;
}

#contenttip .newacctip {
	margin-right: 65px;
}

#contenttip .newacctip a {
	text-decoration: underline;
}

#contenttip .newacctip a:hover {
	text-decoration: underline;
}

#contenttip .termtip input.bfinishtip {
	width: 63px;
	height: 26px;
	background: url(../i/tooltip/bFinish.gif) no-repeat center bottom;
	border: none;
	cursor: pointer;
	vertical-align: middle;
}

#contenttip .termtip input.bfinishtip:hover {
	background: url(../i/tooltip/bFinish.gif) no-repeat center bottom;
	cursor: hand;
}

#contenttip .logintip input.bclosetip {
	width: 63px;
	height: 26px;
	background: url(../i/tooltip/bClose.gif) no-repeat center bottom;
	border: none;
	cursor: pointer;
	margin-left: 297px;
}

#contenttip .logintip input.bclosetip:hover {
	background: url(../i/tooltip/bClose.gif) no-repeat center bottom;
	cursor: hand;
}

#contenttip .buttontip input.blogintip {
	width: 63px;
	height: 26px;
	background: url(../i/tooltip/bLogin.gif) no-repeat center bottom;
	border: none;
	cursor: pointer;
}

#contenttip .buttontip input.blogintip:hover {
	background: url(../i/tooltip/bLogin.gif) no-repeat center bottom;
	cursor: hand;
}
